1 | [ May 22 21:17:24 Enabled. ] | ||
2 | [ May 22 21:17:24 Rereading configuration. ] | ||
3 | [ May 22 21:17:26 Rereading configuration. ] | ||
4 | [ May 22 21:17:29 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 | [ May 22 21:17:29 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.05.22 21:17:30.754785 [ 1 ] {} <Information> Application: Will watch for the process with pid 27394 | ||
29 | 2025.05.22 21:17:30.755232 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
30 | 2025.05.22 21:17:31.022309 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: <unknown>), PID 27394 | ||
31 | 2025.05.22 21:17:31.023007 [ 1 ] {} <Information> Application: starting up | ||
32 | 2025.05.22 21:17:31.023150 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
33 | 2025.05.22 21:17:31.116471 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
34 | 2025.05.22 21:17:31.155527 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
35 | 2025.05.22 21:17:31.155582 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
36 | 2025.05.22 21:17:31.155600 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
37 | 2025.05.22 21:17:31.155654 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
38 | 2025.05.22 21:17:31.156025 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
39 | 2025.05.22 21:17:31.158177 [ 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.05.22 21:17:31.158978 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
43 | 2025.05.22 21:17:31.159813 [ 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.05.22 21:17:31.159835 [ 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.05.22 21:17:31.159848 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
46 | 2025.05.22 21:17:31.160524 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
47 | 2025.05.22 21:17:31.161516 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
48 | 2025.05.22 21:17:31.167546 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
49 | 2025.05.22 21:17:31.168229 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
50 | 2025.05.22 21:17:31.169545 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
51 | 2025.05.22 21:17:31.169613 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
52 | 2025.05.22 21:17:31.170628 [ 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.05.22 21:17:31.171034 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
56 | 2025.05.22 21:17:31.174919 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
57 | 2025.05.22 21:17:31.175572 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
58 | 2025.05.22 21:17:31.178695 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
59 | 2025.05.22 21:17:31.179097 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
60 | 2025.05.22 21:17:31.179446 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
61 | 2025.05.22 21:17:31.179811 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
62 | 2025.05.22 21:17:31.181189 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
63 | 2025.05.22 21:17:31.181213 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
64 | 2025.05.22 21:17:31.181783 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
65 | 2025.05.22 21:17:31.181947 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
66 | 2025.05.22 21:17:31.188563 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
67 | 2025.05.22 21:17:31.188588 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000159342 sec | ||
68 | 2025.05.22 21:17:31.188606 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
69 | 2025.05.22 21:17:31.188619 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
70 | 2025.05.22 21:17:31.189275 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
71 | 2025.05.22 21:17:31.189828 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
72 | 2025.05.22 21:17:31.197772 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
73 | 2025.05.22 21:17:31.197815 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
74 | 2025.05.22 21:17:31.197835 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
75 | 2025.05.22 21:17:31.197847 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
76 | 2025.05.22 21:17:31.197880 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
77 | 2025.05.22 21:17:31.197899 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
78 | 2025.05.22 21:17:31.200000 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
79 | 2025.05.22 21:17:31.200045 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
80 | 2025.05.22 21:17:31.200068 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
81 | 2025.05.22 21:17:31.200207 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
82 | 2025.05.22 21:17:31.200247 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
83 | 2025.05.22 21:17:31.200260 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
84 | 2025.05.22 21:17:31.200277 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
85 | 2025.05.22 21:17:31.200289 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
86 | 2025.05.22 21:17:31.200318 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
87 | 2025.05.22 21:17:31.200338 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
88 | 2025.05.22 21:17:31.222384 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
89 | 2025.05.22 21:17:31.223768 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
90 | 2025.05.22 21:17:31.223797 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.718e-05 sec | ||
91 | 2025.05.22 21:17:31.223810 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
92 | 2025.05.22 21:17:31.223820 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
93 | 2025.05.22 21:17:31.223846 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
94 | 2025.05.22 21:17:31.224045 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
95 | 2025.05.22 21:17:31.224091 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
96 | 2025.05.22 21:17:31.224105 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
97 | 2025.05.22 21:17:31.224116 [ 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.05.22 21:17:31.224127 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
99 | 2025.05.22 21:17:31.227488 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
100 | 2025.05.22 21:17:31.227686 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 116.64 MiB (RSS), difference: 91.87 MiB | ||
101 | 2025.05.22 21:17:31.228972 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.424e-05 sec. | ||
102 | 2025.05.22 21:17:31.229262 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
103 | 2025.05.22 21:17:31.229895 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
104 | 2025.05.22 21:17:31.229913 [ 1 ] {} <Information> Application: Ready for connections. | ||
105 | 2025.05.22 21:17:31.359980 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58447 | ||
106 | 2025.05.22 21:17:31.361905 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
107 | 2025.05.22 21:17:31.361961 [ 3 ] {} <Debug> TCP-Session: b80b1ae7-f31c-4252-9ce1-6173d16ce5b9 Authenticating user 'default' from [fd00:1122:3344:101::c]:58447 | ||
108 | 2025.05.22 21:17:31.361988 [ 3 ] {} <Debug> TCP-Session: b80b1ae7-f31c-4252-9ce1-6173d16ce5b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
109 | 2025.05.22 21:17:31.362007 [ 3 ] {} <Debug> TCP-Session: b80b1ae7-f31c-4252-9ce1-6173d16ce5b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
110 | 2025.05.22 21:17:31.362096 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
111 | 2025.05.22 21:17:31.362121 [ 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.05.22 21:17:31.362142 [ 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.05.22 21:17:31.362517 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52241 | ||
114 | 2025.05.22 21:17:31.362684 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
115 | 2025.05.22 21:17:31.362720 [ 4 ] {} <Debug> TCP-Session: bf41aba0-1f32-4031-b3e3-8b4ee10a5104 Authenticating user 'default' from [fd00:1122:3344:101::c]:52241 | ||
116 | 2025.05.22 21:17:31.362744 [ 4 ] {} <Debug> TCP-Session: bf41aba0-1f32-4031-b3e3-8b4ee10a5104 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
117 | 2025.05.22 21:17:31.362781 [ 4 ] {} <Debug> TCP-Session: bf41aba0-1f32-4031-b3e3-8b4ee10a5104 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
118 | 2025.05.22 21:17:31.363335 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58065 | ||
119 | 2025.05.22 21:17:31.363347 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53682 | ||
120 | 2025.05.22 21:17:31.363411 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52624 | ||
121 | 2025.05.22 21:17:31.363653 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
122 | 2025.05.22 21:17:31.363654 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
123 | 2025.05.22 21:17:31.363691 [ 254 ] {} <Debug> TCP-Session: 8f2e1360-aed6-4d0c-9bf9-01b0174e7fb9 Authenticating user 'default' from [fd00:1122:3344:101::c]:52624 | ||
124 | 2025.05.22 21:17:31.363690 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
125 | 2025.05.22 21:17:31.363724 [ 254 ] {} <Debug> TCP-Session: 8f2e1360-aed6-4d0c-9bf9-01b0174e7fb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
126 | 2025.05.22 21:17:31.363697 [ 5 ] {} <Debug> TCP-Session: 54e1baab-b508-43d2-8555-e6ea9935b63b Authenticating user 'default' from [fd00:1122:3344:101::c]:53682 | ||
127 | 2025.05.22 21:17:31.363749 [ 254 ] {} <Debug> TCP-Session: 8f2e1360-aed6-4d0c-9bf9-01b0174e7fb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
128 | 2025.05.22 21:17:31.363752 [ 253 ] {} <Debug> TCP-Session: 01e319bd-67cf-4505-b7ec-fa4271f02f9a Authenticating user 'default' from [fd00:1122:3344:101::c]:58065 | ||
129 | 2025.05.22 21:17:31.363757 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63815 | ||
130 | 2025.05.22 21:17:31.363793 [ 253 ] {} <Debug> TCP-Session: 01e319bd-67cf-4505-b7ec-fa4271f02f9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
131 | 2025.05.22 21:17:31.363771 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52869 | ||
132 | 2025.05.22 21:17:31.363834 [ 253 ] {} <Debug> TCP-Session: 01e319bd-67cf-4505-b7ec-fa4271f02f9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
133 | 2025.05.22 21:17:31.363773 [ 5 ] {} <Debug> TCP-Session: 54e1baab-b508-43d2-8555-e6ea9935b63b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
134 | 2025.05.22 21:17:31.363874 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62383 | ||
135 | 2025.05.22 21:17:31.363908 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
136 | 2025.05.22 21:17:31.363912 [ 5 ] {} <Debug> TCP-Session: 54e1baab-b508-43d2-8555-e6ea9935b63b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
137 | 2025.05.22 21:17:31.363944 [ 256 ] {} <Debug> TCP-Session: 709a33b6-3683-4f60-9ab0-c78e5498a7ec Authenticating user 'default' from [fd00:1122:3344:101::c]:63815 | ||
138 | 2025.05.22 21:17:31.363969 [ 256 ] {} <Debug> TCP-Session: 709a33b6-3683-4f60-9ab0-c78e5498a7ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
139 | 2025.05.22 21:17:31.363984 [ 256 ] {} <Debug> TCP-Session: 709a33b6-3683-4f60-9ab0-c78e5498a7ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
140 | 2025.05.22 21:17:31.364073 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
141 | 2025.05.22 21:17:31.364105 [ 257 ] {} <Debug> TCP-Session: f6f383d6-328a-43a8-a558-9227d06f837d Authenticating user 'default' from [fd00:1122:3344:101::c]:62383 | ||
142 | 2025.05.22 21:17:31.364120 [ 257 ] {} <Debug> TCP-Session: f6f383d6-328a-43a8-a558-9227d06f837d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
143 | 2025.05.22 21:17:31.364148 [ 257 ] {} <Debug> TCP-Session: f6f383d6-328a-43a8-a558-9227d06f837d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
144 | 2025.05.22 21:17:31.364241 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
145 | 2025.05.22 21:17:31.364285 [ 255 ] {} <Debug> TCP-Session: 258ada3e-b5fe-4731-a634-0c0878ba94c2 Authenticating user 'default' from [fd00:1122:3344:101::c]:52869 | ||
146 | 2025.05.22 21:17:31.364308 [ 255 ] {} <Debug> TCP-Session: 258ada3e-b5fe-4731-a634-0c0878ba94c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
147 | 2025.05.22 21:17:31.364334 [ 255 ] {} <Debug> TCP-Session: 258ada3e-b5fe-4731-a634-0c0878ba94c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
148 | 2025.05.22 21:17:32.000938 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 116.70 MiB, peak 116.70 MiB, free memory in arenas 0.00 B, will set to 118.97 MiB (RSS), difference: 2.27 MiB | ||
149 | 2025.05.22 21:17:32.112303 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47487 | ||
150 | 2025.05.22 21:17:32.112453 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
151 | 2025.05.22 21:17:32.112490 [ 259 ] {} <Debug> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Authenticating user 'default' from [fd00:1122:3344:101::d]:47487 | ||
152 | 2025.05.22 21:17:32.112512 [ 259 ] {} <Debug> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
153 | 2025.05.22 21:17:32.112531 [ 259 ] {} <Debug> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
154 | 2025.05.22 21:17:32.112602 [ 259 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
155 | 2025.05.22 21:17:32.112633 [ 259 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
156 | 2025.05.22 21:17:32.112655 [ 259 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
157 | 2025.05.22 21:17:32.115228 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44347 | ||
158 | 2025.05.22 21:17:32.115301 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52301 | ||
159 | 2025.05.22 21:17:32.115376 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43823 | ||
160 | 2025.05.22 21:17:32.115405 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
161 | 2025.05.22 21:17:32.115454 [ 260 ] {} <Debug> TCP-Session: 3e6c1c0d-0b40-4e81-bc5a-b8d865ab4228 Authenticating user 'default' from [fd00:1122:3344:101::d]:44347 | ||
162 | 2025.05.22 21:17:32.115476 [ 260 ] {} <Debug> TCP-Session: 3e6c1c0d-0b40-4e81-bc5a-b8d865ab4228 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
163 | 2025.05.22 21:17:32.115489 [ 260 ] {} <Debug> TCP-Session: 3e6c1c0d-0b40-4e81-bc5a-b8d865ab4228 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
164 | 2025.05.22 21:17:32.115685 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
165 | 2025.05.22 21:17:32.115694 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59469 | ||
166 | 2025.05.22 21:17:32.115704 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33556 | ||
167 | 2025.05.22 21:17:32.115732 [ 261 ] {} <Debug> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Authenticating user 'default' from [fd00:1122:3344:101::d]:52301 | ||
168 | 2025.05.22 21:17:32.115759 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34407 | ||
169 | 2025.05.22 21:17:32.115705 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
170 | 2025.05.22 21:17:32.115801 [ 261 ] {} <Debug> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
171 | 2025.05.22 21:17:32.115842 [ 262 ] {} <Debug> TCP-Session: 9f2d46de-2d48-4a12-83ab-fbeb1771326f Authenticating user 'default' from [fd00:1122:3344:101::d]:43823 | ||
172 | 2025.05.22 21:17:32.115845 [ 261 ] {} <Debug> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
173 | 2025.05.22 21:17:32.115854 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
174 | 2025.05.22 21:17:32.115916 [ 262 ] {} <Debug> TCP-Session: 9f2d46de-2d48-4a12-83ab-fbeb1771326f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
175 | 2025.05.22 21:17:32.115919 [ 263 ] {} <Debug> TCP-Session: 4150d6cb-3c48-410f-8ccf-ef64b01a5ebe Authenticating user 'default' from [fd00:1122:3344:101::d]:59469 | ||
176 | 2025.05.22 21:17:32.115943 [ 262 ] {} <Debug> TCP-Session: 9f2d46de-2d48-4a12-83ab-fbeb1771326f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
177 | 2025.05.22 21:17:32.115959 [ 263 ] {} <Debug> TCP-Session: 4150d6cb-3c48-410f-8ccf-ef64b01a5ebe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
178 | 2025.05.22 21:17:32.115994 [ 263 ] {} <Debug> TCP-Session: 4150d6cb-3c48-410f-8ccf-ef64b01a5ebe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
179 | 2025.05.22 21:17:32.115845 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61734 | ||
180 | 2025.05.22 21:17:32.116102 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54945 | ||
181 | 2025.05.22 21:17:32.116131 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
182 | 2025.05.22 21:17:32.116152 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
183 | 2025.05.22 21:17:32.116213 [ 265 ] {} <Debug> TCP-Session: 53d8db5e-b439-4354-ad9c-7ff3db46a8e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34407 | ||
184 | 2025.05.22 21:17:32.116215 [ 264 ] {} <Debug> TCP-Session: 83e5c39d-535c-4a76-b48e-93a8758110cc Authenticating user 'default' from [fd00:1122:3344:101::d]:33556 | ||
185 | 2025.05.22 21:17:32.116252 [ 265 ] {} <Debug> TCP-Session: 53d8db5e-b439-4354-ad9c-7ff3db46a8e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
186 | 2025.05.22 21:17:32.116209 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
187 | 2025.05.22 21:17:32.116277 [ 265 ] {} <Debug> TCP-Session: 53d8db5e-b439-4354-ad9c-7ff3db46a8e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
188 | 2025.05.22 21:17:32.116274 [ 264 ] {} <Debug> TCP-Session: 83e5c39d-535c-4a76-b48e-93a8758110cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2025.05.22 21:17:32.116318 [ 266 ] {} <Debug> TCP-Session: 996f0cb4-45b9-4870-94a1-f4852158f53d Authenticating user 'default' from [fd00:1122:3344:101::d]:61734 | ||
190 | 2025.05.22 21:17:32.116341 [ 264 ] {} <Debug> TCP-Session: 83e5c39d-535c-4a76-b48e-93a8758110cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
191 | 2025.05.22 21:17:32.116361 [ 266 ] {} <Debug> TCP-Session: 996f0cb4-45b9-4870-94a1-f4852158f53d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
192 | 2025.05.22 21:17:32.116270 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
193 | 2025.05.22 21:17:32.116395 [ 266 ] {} <Debug> TCP-Session: 996f0cb4-45b9-4870-94a1-f4852158f53d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2025.05.22 21:17:32.116421 [ 267 ] {} <Debug> TCP-Session: fb5e3e80-e3b3-4905-87db-5cc391636a85 Authenticating user 'default' from [fd00:1122:3344:101::d]:54945 | ||
195 | 2025.05.22 21:17:32.116447 [ 267 ] {} <Debug> TCP-Session: fb5e3e80-e3b3-4905-87db-5cc391636a85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
196 | 2025.05.22 21:17:32.116459 [ 267 ] {} <Debug> TCP-Session: fb5e3e80-e3b3-4905-87db-5cc391636a85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
197 | 2025.05.22 21:17:32.120228 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
198 | 2025.05.22 21:17:32.122852 [ 259 ] {f09dd987-3c81-4e95-bf57-a2cb819cc9f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
199 | 2025.05.22 21:17:32.213385 [ 259 ] {f09dd987-3c81-4e95-bf57-a2cb819cc9f3} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:47487) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
200 | |||
201 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
202 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
203 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse | ||
204 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
205 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
206 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
207 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse | ||
208 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse | ||
209 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse | ||
210 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse | ||
211 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse | ||
212 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
213 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
214 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse | ||
215 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
216 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
217 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
218 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
219 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
220 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
221 | 20. _thrp_setup @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 | ||
222 | |||
223 | 2025.05.22 21:17:32.214177 [ 259 ] {f09dd987-3c81-4e95-bf57-a2cb819cc9f3} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
224 | |||
225 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
226 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
227 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse | ||
228 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
229 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
230 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
231 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse | ||
232 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse | ||
233 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse | ||
234 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse | ||
235 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse | ||
236 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
237 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
238 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse | ||
239 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
240 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
241 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
242 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
243 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
244 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
245 | 20. _thrp_setup @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 | ||
246 | |||
247 | 2025.05.22 21:17:32.214263 [ 259 ] {f09dd987-3c81-4e95-bf57-a2cb819cc9f3} <Debug> TCPHandler: Processed in 0.096018618 sec. | ||
248 | 2025.05.22 21:17:32.214880 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
249 | 2025.05.22 21:17:32.215119 [ 261 ] {bca9c14b-4d8c-440c-9e68-3b7a2f8985a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
250 | 2025.05.22 21:17:32.215543 [ 261 ] {bca9c14b-4d8c-440c-9e68-3b7a2f8985a5} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:52301) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
251 | |||
252 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
253 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
254 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse | ||
255 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
256 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
257 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
258 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse | ||
259 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse | ||
260 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse | ||
261 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse | ||
262 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse | ||
263 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
264 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
265 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse | ||
266 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
267 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
268 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
269 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
270 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
271 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
272 | 20. _thrp_setup @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 | ||
273 | |||
274 | 2025.05.22 21:17:32.215695 [ 261 ] {bca9c14b-4d8c-440c-9e68-3b7a2f8985a5} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
275 | |||
276 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
277 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
278 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse | ||
279 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
280 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
281 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
282 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse | ||
283 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse | ||
284 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse | ||
285 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse | ||
286 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse | ||
287 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
288 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
289 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse | ||
290 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
291 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
292 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
293 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
294 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
295 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
296 | 20. _thrp_setup @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 | ||
297 | |||
298 | 2025.05.22 21:17:32.215777 [ 261 ] {bca9c14b-4d8c-440c-9e68-3b7a2f8985a5} <Debug> TCPHandler: Processed in 0.001236929 sec. | ||
299 | 2025.05.22 21:17:32.216139 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
300 | 2025.05.22 21:17:32.216854 [ 259 ] {cec7fe8c-2195-4910-b0ec-2d120f5f0620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
301 | 2025.05.22 21:17:32.217446 [ 259 ] {cec7fe8c-2195-4910-b0ec-2d120f5f0620} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
302 | 2025.05.22 21:17:32.218702 [ 259 ] {cec7fe8c-2195-4910-b0ec-2d120f5f0620} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
303 | 2025.05.22 21:17:32.218727 [ 259 ] {cec7fe8c-2195-4910-b0ec-2d120f5f0620} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.015e-05 sec | ||
304 | 2025.05.22 21:17:32.218755 [ 259 ] {cec7fe8c-2195-4910-b0ec-2d120f5f0620} <Trace> ReferentialDeps: No tables | ||
305 | 2025.05.22 21:17:32.218772 [ 259 ] {cec7fe8c-2195-4910-b0ec-2d120f5f0620} <Trace> LoadingDeps: No tables | ||
306 | 2025.05.22 21:17:32.218795 [ 259 ] {cec7fe8c-2195-4910-b0ec-2d120f5f0620} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
307 | 2025.05.22 21:17:32.219432 [ 259 ] {cec7fe8c-2195-4910-b0ec-2d120f5f0620} <Debug> TCPHandler: Processed in 0.003412041 sec. | ||
308 | 2025.05.22 21:17:32.219596 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
309 | 2025.05.22 21:17:32.219771 [ 259 ] {7ad9527e-1023-4631-8906-c3713239b971} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) /* The version table contains metadata about the `oximeter` database */ | ||
310 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
311 | 2025.05.22 21:17:32.219839 [ 259 ] {7ad9527e-1023-4631-8906-c3713239b971} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
312 | 2025.05.22 21:17:32.224651 [ 259 ] {7ad9527e-1023-4631-8906-c3713239b971} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
313 | 2025.05.22 21:17:32.225807 [ 259 ] {7ad9527e-1023-4631-8906-c3713239b971} <Debug> oximeter.version (ba8d9ca8-ca5f-4eb2-9f75-f800c4f1e0c0): Loading data parts | ||
314 | 2025.05.22 21:17:32.226829 [ 259 ] {7ad9527e-1023-4631-8906-c3713239b971} <Debug> oximeter.version (ba8d9ca8-ca5f-4eb2-9f75-f800c4f1e0c0): There are no data parts | ||
315 | 2025.05.22 21:17:32.229669 [ 259 ] {7ad9527e-1023-4631-8906-c3713239b971} <Debug> TCPHandler: Processed in 0.010128081 sec. | ||
316 | 2025.05.22 21:17:32.229845 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
317 | 2025.05.22 21:17:32.230046 [ 259 ] {ceaf94a6-2760-4ff0-98e6-e0f515733ee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) /* The measurement tables contain all individual samples from each timeseries. | ||
318 | * | ||
319 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
320 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
321 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
322 | * by all samples from the same timeseries. | ||
323 | * | ||
324 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
325 | * and then uses that to index quickly into the measurements tables. | ||
326 | */ | ||
327 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
328 | 2025.05.22 21:17:32.230129 [ 259 ] {ceaf94a6-2760-4ff0-98e6-e0f515733ee7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
329 | 2025.05.22 21:17:32.239884 [ 259 ] {ceaf94a6-2760-4ff0-98e6-e0f515733ee7} <Debug> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Loading data parts | ||
330 | 2025.05.22 21:17:32.240100 [ 259 ] {ceaf94a6-2760-4ff0-98e6-e0f515733ee7} <Debug> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): There are no data parts | ||
331 | 2025.05.22 21:17:32.242047 [ 259 ] {ceaf94a6-2760-4ff0-98e6-e0f515733ee7} <Debug> TCPHandler: Processed in 0.012267153 sec. | ||
332 | 2025.05.22 21:17:32.242223 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
333 | 2025.05.22 21:17:32.242391 [ 259 ] {b0ad55b1-c60f-45ef-b4e1-7d6c97ae5734} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
334 | 2025.05.22 21:17:32.242455 [ 259 ] {b0ad55b1-c60f-45ef-b4e1-7d6c97ae5734} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
335 | 2025.05.22 21:17:32.244026 [ 259 ] {b0ad55b1-c60f-45ef-b4e1-7d6c97ae5734} <Debug> oximeter.measurements_i8 (681fffa2-78b0-485e-bc1e-ad9486c3c108): Loading data parts | ||
336 | 2025.05.22 21:17:32.244175 [ 259 ] {b0ad55b1-c60f-45ef-b4e1-7d6c97ae5734} <Debug> oximeter.measurements_i8 (681fffa2-78b0-485e-bc1e-ad9486c3c108): There are no data parts | ||
337 | 2025.05.22 21:17:32.245378 [ 259 ] {b0ad55b1-c60f-45ef-b4e1-7d6c97ae5734} <Debug> TCPHandler: Processed in 0.003207238 sec. | ||
338 | 2025.05.22 21:17:32.245510 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
339 | 2025.05.22 21:17:32.245667 [ 259 ] {58d1b9b2-a9f4-43e6-b039-12b43a8bff39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
340 | 2025.05.22 21:17:32.245724 [ 259 ] {58d1b9b2-a9f4-43e6-b039-12b43a8bff39} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
341 | 2025.05.22 21:17:32.247281 [ 259 ] {58d1b9b2-a9f4-43e6-b039-12b43a8bff39} <Debug> oximeter.measurements_u8 (f6f6a889-b981-4406-baeb-14e729114d6c): Loading data parts | ||
342 | 2025.05.22 21:17:32.247412 [ 259 ] {58d1b9b2-a9f4-43e6-b039-12b43a8bff39} <Debug> oximeter.measurements_u8 (f6f6a889-b981-4406-baeb-14e729114d6c): There are no data parts | ||
343 | 2025.05.22 21:17:32.248861 [ 259 ] {58d1b9b2-a9f4-43e6-b039-12b43a8bff39} <Debug> TCPHandler: Processed in 0.003400401 sec. | ||
344 | 2025.05.22 21:17:32.249017 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
345 | 2025.05.22 21:17:32.249180 [ 259 ] {3659a5c0-e249-4ad6-aca1-f59409f399c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
346 | 2025.05.22 21:17:32.249238 [ 259 ] {3659a5c0-e249-4ad6-aca1-f59409f399c3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
347 | 2025.05.22 21:17:32.250852 [ 259 ] {3659a5c0-e249-4ad6-aca1-f59409f399c3} <Debug> oximeter.measurements_i16 (8eb6f0df-8783-4a77-bbd7-b7a554be8dc8): Loading data parts | ||
348 | 2025.05.22 21:17:32.250975 [ 259 ] {3659a5c0-e249-4ad6-aca1-f59409f399c3} <Debug> oximeter.measurements_i16 (8eb6f0df-8783-4a77-bbd7-b7a554be8dc8): There are no data parts | ||
349 | 2025.05.22 21:17:32.252222 [ 259 ] {3659a5c0-e249-4ad6-aca1-f59409f399c3} <Debug> TCPHandler: Processed in 0.003256408 sec. | ||
350 | 2025.05.22 21:17:32.252360 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
351 | 2025.05.22 21:17:32.252516 [ 259 ] {29e40587-bf72-452a-b8cc-c00ddb0bbe4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
352 | 2025.05.22 21:17:32.252577 [ 259 ] {29e40587-bf72-452a-b8cc-c00ddb0bbe4e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
353 | 2025.05.22 21:17:32.254127 [ 259 ] {29e40587-bf72-452a-b8cc-c00ddb0bbe4e} <Debug> oximeter.measurements_u16 (28898634-31a3-4d50-923b-9757abcfe942): Loading data parts | ||
354 | 2025.05.22 21:17:32.254279 [ 259 ] {29e40587-bf72-452a-b8cc-c00ddb0bbe4e} <Debug> oximeter.measurements_u16 (28898634-31a3-4d50-923b-9757abcfe942): There are no data parts | ||
355 | 2025.05.22 21:17:32.255553 [ 259 ] {29e40587-bf72-452a-b8cc-c00ddb0bbe4e} <Debug> TCPHandler: Processed in 0.003243329 sec. | ||
356 | 2025.05.22 21:17:32.255704 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
357 | 2025.05.22 21:17:32.255873 [ 259 ] {a141189e-9d0b-44ad-b0a0-4bc9b5f1e735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
358 | 2025.05.22 21:17:32.255933 [ 259 ] {a141189e-9d0b-44ad-b0a0-4bc9b5f1e735} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
359 | 2025.05.22 21:17:32.258500 [ 259 ] {a141189e-9d0b-44ad-b0a0-4bc9b5f1e735} <Debug> oximeter.measurements_i32 (c299ad59-c01d-48dc-bdbe-35f6eeec7c42): Loading data parts | ||
360 | 2025.05.22 21:17:32.258656 [ 259 ] {a141189e-9d0b-44ad-b0a0-4bc9b5f1e735} <Debug> oximeter.measurements_i32 (c299ad59-c01d-48dc-bdbe-35f6eeec7c42): There are no data parts | ||
361 | 2025.05.22 21:17:32.260004 [ 259 ] {a141189e-9d0b-44ad-b0a0-4bc9b5f1e735} <Debug> TCPHandler: Processed in 0.004350615 sec. | ||
362 | 2025.05.22 21:17:32.260145 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
363 | 2025.05.22 21:17:32.260298 [ 259 ] {def5be0e-f78a-4e43-bae9-ef34c97b2727} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
364 | 2025.05.22 21:17:32.260359 [ 259 ] {def5be0e-f78a-4e43-bae9-ef34c97b2727} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
365 | 2025.05.22 21:17:32.261915 [ 259 ] {def5be0e-f78a-4e43-bae9-ef34c97b2727} <Debug> oximeter.measurements_u32 (8659d7c8-2107-4ee8-8a04-a85698bb5574): Loading data parts | ||
366 | 2025.05.22 21:17:32.262058 [ 259 ] {def5be0e-f78a-4e43-bae9-ef34c97b2727} <Debug> oximeter.measurements_u32 (8659d7c8-2107-4ee8-8a04-a85698bb5574): There are no data parts | ||
367 | 2025.05.22 21:17:32.264178 [ 259 ] {def5be0e-f78a-4e43-bae9-ef34c97b2727} <Debug> TCPHandler: Processed in 0.004083351 sec. | ||
368 | 2025.05.22 21:17:32.264333 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
369 | 2025.05.22 21:17:32.264497 [ 259 ] {6bc4cca5-8b1b-4d9b-aec7-c506404ddbf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
370 | 2025.05.22 21:17:32.264555 [ 259 ] {6bc4cca5-8b1b-4d9b-aec7-c506404ddbf1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
371 | 2025.05.22 21:17:32.266299 [ 259 ] {6bc4cca5-8b1b-4d9b-aec7-c506404ddbf1} <Debug> oximeter.measurements_i64 (a562d16c-6ec6-4d47-ba75-634183f2881f): Loading data parts | ||
372 | 2025.05.22 21:17:32.266464 [ 259 ] {6bc4cca5-8b1b-4d9b-aec7-c506404ddbf1} <Debug> oximeter.measurements_i64 (a562d16c-6ec6-4d47-ba75-634183f2881f): There are no data parts | ||
373 | 2025.05.22 21:17:32.269136 [ 259 ] {6bc4cca5-8b1b-4d9b-aec7-c506404ddbf1} <Debug> TCPHandler: Processed in 0.004853152 sec. | ||
374 | 2025.05.22 21:17:32.269276 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
375 | 2025.05.22 21:17:32.269429 [ 259 ] {9436fcf7-c713-4067-9fb0-9b44022f4c1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
376 | 2025.05.22 21:17:32.269485 [ 259 ] {9436fcf7-c713-4067-9fb0-9b44022f4c1a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
377 | 2025.05.22 21:17:32.271544 [ 259 ] {9436fcf7-c713-4067-9fb0-9b44022f4c1a} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Loading data parts | ||
378 | 2025.05.22 21:17:32.271692 [ 259 ] {9436fcf7-c713-4067-9fb0-9b44022f4c1a} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): There are no data parts | ||
379 | 2025.05.22 21:17:32.272935 [ 259 ] {9436fcf7-c713-4067-9fb0-9b44022f4c1a} <Debug> TCPHandler: Processed in 0.003709525 sec. | ||
380 | 2025.05.22 21:17:32.273080 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
381 | 2025.05.22 21:17:32.273246 [ 259 ] {e4d3dc38-ab15-4a11-b77d-4d16c0abc4cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
382 | 2025.05.22 21:17:32.273296 [ 259 ] {e4d3dc38-ab15-4a11-b77d-4d16c0abc4cd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
383 | 2025.05.22 21:17:32.275199 [ 259 ] {e4d3dc38-ab15-4a11-b77d-4d16c0abc4cd} <Debug> oximeter.measurements_f32 (5371a5db-48dc-4285-a27a-e677031cbbbc): Loading data parts | ||
384 | 2025.05.22 21:17:32.275347 [ 259 ] {e4d3dc38-ab15-4a11-b77d-4d16c0abc4cd} <Debug> oximeter.measurements_f32 (5371a5db-48dc-4285-a27a-e677031cbbbc): There are no data parts | ||
385 | 2025.05.22 21:17:32.278930 [ 259 ] {e4d3dc38-ab15-4a11-b77d-4d16c0abc4cd} <Debug> TCPHandler: Processed in 0.005902138 sec. | ||
386 | 2025.05.22 21:17:32.279096 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
387 | 2025.05.22 21:17:32.279281 [ 259 ] {5397127b-da45-42e8-a31a-0284db8f3883} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
388 | 2025.05.22 21:17:32.279335 [ 259 ] {5397127b-da45-42e8-a31a-0284db8f3883} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
389 | 2025.05.22 21:17:32.281113 [ 259 ] {5397127b-da45-42e8-a31a-0284db8f3883} <Debug> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Loading data parts | ||
390 | 2025.05.22 21:17:32.281400 [ 259 ] {5397127b-da45-42e8-a31a-0284db8f3883} <Debug> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): There are no data parts | ||
391 | 2025.05.22 21:17:32.283124 [ 259 ] {5397127b-da45-42e8-a31a-0284db8f3883} <Debug> TCPHandler: Processed in 0.004091981 sec. | ||
392 | 2025.05.22 21:17:32.283276 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
393 | 2025.05.22 21:17:32.283442 [ 259 ] {bbde820a-726e-4969-b471-5a76f4d86720} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
394 | 2025.05.22 21:17:32.283492 [ 259 ] {bbde820a-726e-4969-b471-5a76f4d86720} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
395 | 2025.05.22 21:17:32.285407 [ 259 ] {bbde820a-726e-4969-b471-5a76f4d86720} <Debug> oximeter.measurements_string (cec6ff2d-6c55-4d1c-9ae7-e893a1d16ef4): Loading data parts | ||
396 | 2025.05.22 21:17:32.285561 [ 259 ] {bbde820a-726e-4969-b471-5a76f4d86720} <Debug> oximeter.measurements_string (cec6ff2d-6c55-4d1c-9ae7-e893a1d16ef4): There are no data parts | ||
397 | 2025.05.22 21:17:32.287141 [ 259 ] {bbde820a-726e-4969-b471-5a76f4d86720} <Debug> TCPHandler: Processed in 0.003916578 sec. | ||
398 | 2025.05.22 21:17:32.287298 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
399 | 2025.05.22 21:17:32.287467 [ 259 ] {c3d6eb07-dd72-4e05-8a15-deabe1443077} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
400 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
401 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
402 | * a string isn't palatable for a few reasons. | ||
403 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
404 | * details. | ||
405 | */ | ||
406 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
407 | 2025.05.22 21:17:32.287532 [ 259 ] {c3d6eb07-dd72-4e05-8a15-deabe1443077} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
408 | 2025.05.22 21:17:32.289171 [ 259 ] {c3d6eb07-dd72-4e05-8a15-deabe1443077} <Debug> oximeter.measurements_bytes (1994f0ea-2afc-4903-9b6c-27ae24815335): Loading data parts | ||
409 | 2025.05.22 21:17:32.289350 [ 259 ] {c3d6eb07-dd72-4e05-8a15-deabe1443077} <Debug> oximeter.measurements_bytes (1994f0ea-2afc-4903-9b6c-27ae24815335): There are no data parts | ||
410 | 2025.05.22 21:17:32.290590 [ 259 ] {c3d6eb07-dd72-4e05-8a15-deabe1443077} <Debug> TCPHandler: Processed in 0.00334278 sec. | ||
411 | 2025.05.22 21:17:32.290744 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
412 | 2025.05.22 21:17:32.290929 [ 259 ] {7dd4c5cf-b91d-4caa-84db-f5f7096a61fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
413 | 2025.05.22 21:17:32.290982 [ 259 ] {7dd4c5cf-b91d-4caa-84db-f5f7096a61fb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
414 | 2025.05.22 21:17:32.292568 [ 259 ] {7dd4c5cf-b91d-4caa-84db-f5f7096a61fb} <Debug> oximeter.measurements_cumulativei64 (45fe4f0d-a40f-4f3c-a66b-f70e6add8ec4): Loading data parts | ||
415 | 2025.05.22 21:17:32.292705 [ 259 ] {7dd4c5cf-b91d-4caa-84db-f5f7096a61fb} <Debug> oximeter.measurements_cumulativei64 (45fe4f0d-a40f-4f3c-a66b-f70e6add8ec4): There are no data parts | ||
416 | 2025.05.22 21:17:32.294024 [ 259 ] {7dd4c5cf-b91d-4caa-84db-f5f7096a61fb} <Debug> TCPHandler: Processed in 0.003332259 sec. | ||
417 | 2025.05.22 21:17:32.294190 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
418 | 2025.05.22 21:17:32.294351 [ 259 ] {4751baa7-8900-4964-b5c6-5d001f3c028b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
419 | 2025.05.22 21:17:32.294410 [ 259 ] {4751baa7-8900-4964-b5c6-5d001f3c028b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
420 | 2025.05.22 21:17:32.298248 [ 259 ] {4751baa7-8900-4964-b5c6-5d001f3c028b} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Loading data parts | ||
421 | 2025.05.22 21:17:32.298412 [ 259 ] {4751baa7-8900-4964-b5c6-5d001f3c028b} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): There are no data parts | ||
422 | 2025.05.22 21:17:32.300154 [ 259 ] {4751baa7-8900-4964-b5c6-5d001f3c028b} <Debug> TCPHandler: Processed in 0.00601522 sec. | ||
423 | 2025.05.22 21:17:32.300308 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
424 | 2025.05.22 21:17:32.300499 [ 259 ] {7b2fa3d7-66f2-431b-8897-413ef66d0832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
425 | 2025.05.22 21:17:32.300562 [ 259 ] {7b2fa3d7-66f2-431b-8897-413ef66d0832} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
426 | 2025.05.22 21:17:32.302306 [ 259 ] {7b2fa3d7-66f2-431b-8897-413ef66d0832} <Debug> oximeter.measurements_cumulativef32 (6de58e77-376d-4a57-9816-4efec48beb72): Loading data parts | ||
427 | 2025.05.22 21:17:32.302442 [ 259 ] {7b2fa3d7-66f2-431b-8897-413ef66d0832} <Debug> oximeter.measurements_cumulativef32 (6de58e77-376d-4a57-9816-4efec48beb72): There are no data parts | ||
428 | 2025.05.22 21:17:32.304470 [ 259 ] {7b2fa3d7-66f2-431b-8897-413ef66d0832} <Debug> TCPHandler: Processed in 0.004215643 sec. | ||
429 | 2025.05.22 21:17:32.304617 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
430 | 2025.05.22 21:17:32.304781 [ 259 ] {fa617eff-74be-46ad-a394-ccc779f2ba34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
431 | 2025.05.22 21:17:32.304847 [ 259 ] {fa617eff-74be-46ad-a394-ccc779f2ba34} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
432 | 2025.05.22 21:17:32.306427 [ 259 ] {fa617eff-74be-46ad-a394-ccc779f2ba34} <Debug> oximeter.measurements_cumulativef64 (97e121db-d397-4bef-b226-ca35dab2685e): Loading data parts | ||
433 | 2025.05.22 21:17:32.306589 [ 259 ] {fa617eff-74be-46ad-a394-ccc779f2ba34} <Debug> oximeter.measurements_cumulativef64 (97e121db-d397-4bef-b226-ca35dab2685e): There are no data parts | ||
434 | 2025.05.22 21:17:32.308363 [ 259 ] {fa617eff-74be-46ad-a394-ccc779f2ba34} <Debug> TCPHandler: Processed in 0.003795857 sec. | ||
435 | 2025.05.22 21:17:32.308526 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
436 | 2025.05.22 21:17:32.308767 [ 259 ] {de6aba7f-27fe-423e-a453-70acff15565f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
437 | * NOTE: Array types cannot be Nullable, see | ||
438 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
439 | * for more details. | ||
440 | * | ||
441 | * This means we need to use empty arrays to indicate a missing value. This | ||
442 | * is unfortunate, and at this point relies on the fact that an | ||
443 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
444 | * to figure out another way to represent missing samples here. | ||
445 | */ | ||
446 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
447 | 2025.05.22 21:17:32.308841 [ 259 ] {de6aba7f-27fe-423e-a453-70acff15565f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
448 | 2025.05.22 21:17:32.311251 [ 259 ] {de6aba7f-27fe-423e-a453-70acff15565f} <Debug> oximeter.measurements_histogrami8 (e8e88ead-01dc-487a-8286-d8b9243f642e): Loading data parts | ||
449 | 2025.05.22 21:17:32.311405 [ 259 ] {de6aba7f-27fe-423e-a453-70acff15565f} <Debug> oximeter.measurements_histogrami8 (e8e88ead-01dc-487a-8286-d8b9243f642e): There are no data parts | ||
450 | 2025.05.22 21:17:32.313400 [ 259 ] {de6aba7f-27fe-423e-a453-70acff15565f} <Debug> TCPHandler: Processed in 0.004925394 sec. | ||
451 | 2025.05.22 21:17:32.313545 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
452 | 2025.05.22 21:17:32.313767 [ 259 ] {8b6b4552-8bfd-4fad-b543-85b30c85fd32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
453 | 2025.05.22 21:17:32.313830 [ 259 ] {8b6b4552-8bfd-4fad-b543-85b30c85fd32} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
454 | 2025.05.22 21:17:32.320151 [ 259 ] {8b6b4552-8bfd-4fad-b543-85b30c85fd32} <Debug> oximeter.measurements_histogramu8 (d5f012e9-d12d-4d6c-ae4a-30f320b96f4a): Loading data parts | ||
455 | 2025.05.22 21:17:32.320409 [ 259 ] {8b6b4552-8bfd-4fad-b543-85b30c85fd32} <Debug> oximeter.measurements_histogramu8 (d5f012e9-d12d-4d6c-ae4a-30f320b96f4a): There are no data parts | ||
456 | 2025.05.22 21:17:32.321997 [ 259 ] {8b6b4552-8bfd-4fad-b543-85b30c85fd32} <Debug> TCPHandler: Processed in 0.008501387 sec. | ||
457 | 2025.05.22 21:17:32.322215 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
458 | 2025.05.22 21:17:32.322425 [ 259 ] {f04ffeb2-475c-4ac3-b2a6-3beaa9b9afb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
459 | 2025.05.22 21:17:32.322487 [ 259 ] {f04ffeb2-475c-4ac3-b2a6-3beaa9b9afb0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
460 | 2025.05.22 21:17:32.324346 [ 259 ] {f04ffeb2-475c-4ac3-b2a6-3beaa9b9afb0} <Debug> oximeter.measurements_histogrami16 (a17c8253-dcaf-4649-932d-ed9489a7df0c): Loading data parts | ||
461 | 2025.05.22 21:17:32.324488 [ 259 ] {f04ffeb2-475c-4ac3-b2a6-3beaa9b9afb0} <Debug> oximeter.measurements_histogrami16 (a17c8253-dcaf-4649-932d-ed9489a7df0c): There are no data parts | ||
462 | 2025.05.22 21:17:32.325718 [ 259 ] {f04ffeb2-475c-4ac3-b2a6-3beaa9b9afb0} <Debug> TCPHandler: Processed in 0.003554213 sec. | ||
463 | 2025.05.22 21:17:32.325870 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
464 | 2025.05.22 21:17:32.326080 [ 259 ] {37b949aa-feba-4540-8966-b2f18c861158} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
465 | 2025.05.22 21:17:32.326151 [ 259 ] {37b949aa-feba-4540-8966-b2f18c861158} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
466 | 2025.05.22 21:17:32.327931 [ 259 ] {37b949aa-feba-4540-8966-b2f18c861158} <Debug> oximeter.measurements_histogramu16 (d3d8df44-f8fb-4c89-b638-63e3c890375a): Loading data parts | ||
467 | 2025.05.22 21:17:32.328081 [ 259 ] {37b949aa-feba-4540-8966-b2f18c861158} <Debug> oximeter.measurements_histogramu16 (d3d8df44-f8fb-4c89-b638-63e3c890375a): There are no data parts | ||
468 | 2025.05.22 21:17:32.329341 [ 259 ] {37b949aa-feba-4540-8966-b2f18c861158} <Debug> TCPHandler: Processed in 0.003522383 sec. | ||
469 | 2025.05.22 21:17:32.329509 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
470 | 2025.05.22 21:17:32.329731 [ 259 ] {43c3c991-5102-4423-98ec-7f4f3cb70778} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
471 | 2025.05.22 21:17:32.329806 [ 259 ] {43c3c991-5102-4423-98ec-7f4f3cb70778} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
472 | 2025.05.22 21:17:32.331763 [ 259 ] {43c3c991-5102-4423-98ec-7f4f3cb70778} <Debug> oximeter.measurements_histogrami32 (7db80aa5-98de-4eca-a896-5229475452fc): Loading data parts | ||
473 | 2025.05.22 21:17:32.331903 [ 259 ] {43c3c991-5102-4423-98ec-7f4f3cb70778} <Debug> oximeter.measurements_histogrami32 (7db80aa5-98de-4eca-a896-5229475452fc): There are no data parts | ||
474 | 2025.05.22 21:17:32.333066 [ 259 ] {43c3c991-5102-4423-98ec-7f4f3cb70778} <Debug> TCPHandler: Processed in 0.003609884 sec. | ||
475 | 2025.05.22 21:17:32.333213 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
476 | 2025.05.22 21:17:32.333429 [ 259 ] {2bedb6b5-cf8b-4069-834b-84462de254fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
477 | 2025.05.22 21:17:32.333504 [ 259 ] {2bedb6b5-cf8b-4069-834b-84462de254fd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
478 | 2025.05.22 21:17:32.335448 [ 259 ] {2bedb6b5-cf8b-4069-834b-84462de254fd} <Debug> oximeter.measurements_histogramu32 (e4137f86-1bef-43b1-8df7-0b5bc010e2dd): Loading data parts | ||
479 | 2025.05.22 21:17:32.335589 [ 259 ] {2bedb6b5-cf8b-4069-834b-84462de254fd} <Debug> oximeter.measurements_histogramu32 (e4137f86-1bef-43b1-8df7-0b5bc010e2dd): There are no data parts | ||
480 | 2025.05.22 21:17:32.336777 [ 259 ] {2bedb6b5-cf8b-4069-834b-84462de254fd} <Debug> TCPHandler: Processed in 0.003613933 sec. | ||
481 | 2025.05.22 21:17:32.336931 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
482 | 2025.05.22 21:17:32.337156 [ 259 ] {86d47508-9a72-46a8-8c19-4a07d44fd218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
483 | 2025.05.22 21:17:32.337219 [ 259 ] {86d47508-9a72-46a8-8c19-4a07d44fd218} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
484 | 2025.05.22 21:17:32.338993 [ 259 ] {86d47508-9a72-46a8-8c19-4a07d44fd218} <Debug> oximeter.measurements_histogrami64 (f563cf26-fcf4-4f1a-82b2-05a0fdc95e32): Loading data parts | ||
485 | 2025.05.22 21:17:32.339141 [ 259 ] {86d47508-9a72-46a8-8c19-4a07d44fd218} <Debug> oximeter.measurements_histogrami64 (f563cf26-fcf4-4f1a-82b2-05a0fdc95e32): There are no data parts | ||
486 | 2025.05.22 21:17:32.341589 [ 259 ] {86d47508-9a72-46a8-8c19-4a07d44fd218} <Debug> TCPHandler: Processed in 0.00471059 sec. | ||
487 | 2025.05.22 21:17:32.341748 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
488 | 2025.05.22 21:17:32.341965 [ 259 ] {2db460a7-bef0-43fc-8d11-3551a291517f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
489 | 2025.05.22 21:17:32.342037 [ 259 ] {2db460a7-bef0-43fc-8d11-3551a291517f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
490 | 2025.05.22 21:17:32.343878 [ 259 ] {2db460a7-bef0-43fc-8d11-3551a291517f} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Loading data parts | ||
491 | 2025.05.22 21:17:32.344043 [ 259 ] {2db460a7-bef0-43fc-8d11-3551a291517f} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): There are no data parts | ||
492 | 2025.05.22 21:17:32.345426 [ 259 ] {2db460a7-bef0-43fc-8d11-3551a291517f} <Debug> TCPHandler: Processed in 0.003730475 sec. | ||
493 | 2025.05.22 21:17:32.345615 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
494 | 2025.05.22 21:17:32.345872 [ 259 ] {1dc7542a-a8d8-49c0-93b0-86dd5a3267fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
495 | 2025.05.22 21:17:32.345939 [ 259 ] {1dc7542a-a8d8-49c0-93b0-86dd5a3267fe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
496 | 2025.05.22 21:17:32.347773 [ 259 ] {1dc7542a-a8d8-49c0-93b0-86dd5a3267fe} <Debug> oximeter.measurements_histogramf32 (0864e4fd-a989-4517-a7c4-8044398d89e5): Loading data parts | ||
497 | 2025.05.22 21:17:32.347913 [ 259 ] {1dc7542a-a8d8-49c0-93b0-86dd5a3267fe} <Debug> oximeter.measurements_histogramf32 (0864e4fd-a989-4517-a7c4-8044398d89e5): There are no data parts | ||
498 | 2025.05.22 21:17:32.349171 [ 259 ] {1dc7542a-a8d8-49c0-93b0-86dd5a3267fe} <Debug> TCPHandler: Processed in 0.003615004 sec. | ||
499 | 2025.05.22 21:17:32.349328 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
500 | 2025.05.22 21:17:32.349539 [ 259 ] {3268db78-f347-40f3-90af-e98905e631ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
501 | 2025.05.22 21:17:32.349602 [ 259 ] {3268db78-f347-40f3-90af-e98905e631ec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
502 | 2025.05.22 21:17:32.351511 [ 259 ] {3268db78-f347-40f3-90af-e98905e631ec} <Debug> oximeter.measurements_histogramf64 (21e0cb63-525e-458b-b1a1-460304f9f3cc): Loading data parts | ||
503 | 2025.05.22 21:17:32.351641 [ 259 ] {3268db78-f347-40f3-90af-e98905e631ec} <Debug> oximeter.measurements_histogramf64 (21e0cb63-525e-458b-b1a1-460304f9f3cc): There are no data parts | ||
504 | 2025.05.22 21:17:32.353221 [ 259 ] {3268db78-f347-40f3-90af-e98905e631ec} <Debug> TCPHandler: Processed in 0.003944808 sec. | ||
505 | 2025.05.22 21:17:32.353393 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
506 | 2025.05.22 21:17:32.353593 [ 259 ] {844087bd-ecbd-4b41-880f-ea8fa72e5b4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) /* The field tables store named dimensions of each timeseries. | ||
507 | * | ||
508 | * As with the measurement tables, there is one field table for each field data | ||
509 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
510 | * this behavior **must not** be relied upon for query correctness. | ||
511 | * | ||
512 | * The index for the fields differs from the measurements, however. Rows are | ||
513 | * sorted by timeseries name, then field name, field value, and finally | ||
514 | * timeseries key. This reflects the most common pattern for looking them up: | ||
515 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
516 | * usually then used to look up measurements. | ||
517 | * | ||
518 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
519 | * timeseries name and then key, since it would improve lookups where one | ||
520 | * already has the key. Realistically though, these tables are quite small and | ||
521 | * so performance benefits will be low in absolute terms. | ||
522 | * | ||
523 | * TTL: We use a materialized column to expire old field table records. This | ||
524 | * column is generated automatically by the database whenever a new row is | ||
525 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
526 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
527 | * record will remain during a deduplication, which will have the last | ||
528 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
529 | * measurement tables. | ||
530 | */ | ||
531 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
532 | 2025.05.22 21:17:32.353660 [ 259 ] {844087bd-ecbd-4b41-880f-ea8fa72e5b4e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
533 | 2025.05.22 21:17:32.356296 [ 259 ] {844087bd-ecbd-4b41-880f-ea8fa72e5b4e} <Debug> oximeter.fields_bool (c08b2fb1-eb0b-48d4-9c34-d6a8f0b99378): Loading data parts | ||
534 | 2025.05.22 21:17:32.356441 [ 259 ] {844087bd-ecbd-4b41-880f-ea8fa72e5b4e} <Debug> oximeter.fields_bool (c08b2fb1-eb0b-48d4-9c34-d6a8f0b99378): There are no data parts | ||
535 | 2025.05.22 21:17:32.361294 [ 259 ] {844087bd-ecbd-4b41-880f-ea8fa72e5b4e} <Debug> TCPHandler: Processed in 0.007952738 sec. | ||
536 | 2025.05.22 21:17:32.361460 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
537 | 2025.05.22 21:17:32.361652 [ 259 ] {8960d558-c342-49d2-8d08-5f3b63a6e8a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
538 | 2025.05.22 21:17:32.361728 [ 259 ] {8960d558-c342-49d2-8d08-5f3b63a6e8a0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
539 | 2025.05.22 21:17:32.363978 [ 259 ] {8960d558-c342-49d2-8d08-5f3b63a6e8a0} <Debug> oximeter.fields_i8 (e1135e77-e9e6-4354-ae9e-7717e92d5b71): Loading data parts | ||
540 | 2025.05.22 21:17:32.364139 [ 259 ] {8960d558-c342-49d2-8d08-5f3b63a6e8a0} <Debug> oximeter.fields_i8 (e1135e77-e9e6-4354-ae9e-7717e92d5b71): There are no data parts | ||
541 | 2025.05.22 21:17:32.365616 [ 259 ] {8960d558-c342-49d2-8d08-5f3b63a6e8a0} <Debug> TCPHandler: Processed in 0.004216833 sec. | ||
542 | 2025.05.22 21:17:32.365789 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
543 | 2025.05.22 21:17:32.366057 [ 259 ] {4af43c99-f3d4-4641-b823-a799bd8a3ca6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
544 | 2025.05.22 21:17:32.366143 [ 259 ] {4af43c99-f3d4-4641-b823-a799bd8a3ca6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
545 | 2025.05.22 21:17:32.367889 [ 259 ] {4af43c99-f3d4-4641-b823-a799bd8a3ca6} <Debug> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Loading data parts | ||
546 | 2025.05.22 21:17:32.368027 [ 259 ] {4af43c99-f3d4-4641-b823-a799bd8a3ca6} <Debug> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): There are no data parts | ||
547 | 2025.05.22 21:17:32.369155 [ 259 ] {4af43c99-f3d4-4641-b823-a799bd8a3ca6} <Debug> TCPHandler: Processed in 0.003426511 sec. | ||
548 | 2025.05.22 21:17:32.369312 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
549 | 2025.05.22 21:17:32.369475 [ 259 ] {c0246d9b-7289-4c83-90da-a5cd598a097e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
550 | 2025.05.22 21:17:32.369543 [ 259 ] {c0246d9b-7289-4c83-90da-a5cd598a097e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
551 | 2025.05.22 21:17:32.371209 [ 259 ] {c0246d9b-7289-4c83-90da-a5cd598a097e} <Debug> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Loading data parts | ||
552 | 2025.05.22 21:17:32.371350 [ 259 ] {c0246d9b-7289-4c83-90da-a5cd598a097e} <Debug> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): There are no data parts | ||
553 | 2025.05.22 21:17:32.372661 [ 259 ] {c0246d9b-7289-4c83-90da-a5cd598a097e} <Debug> TCPHandler: Processed in 0.003401891 sec. | ||
554 | 2025.05.22 21:17:32.372814 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
555 | 2025.05.22 21:17:32.373012 [ 259 ] {32684fa8-02f1-4fac-a9ba-660331c8613f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
556 | 2025.05.22 21:17:32.373078 [ 259 ] {32684fa8-02f1-4fac-a9ba-660331c8613f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
557 | 2025.05.22 21:17:32.374654 [ 259 ] {32684fa8-02f1-4fac-a9ba-660331c8613f} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Loading data parts | ||
558 | 2025.05.22 21:17:32.374792 [ 259 ] {32684fa8-02f1-4fac-a9ba-660331c8613f} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): There are no data parts | ||
559 | 2025.05.22 21:17:32.375950 [ 259 ] {32684fa8-02f1-4fac-a9ba-660331c8613f} <Debug> TCPHandler: Processed in 0.003186488 sec. | ||
560 | 2025.05.22 21:17:32.376101 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
561 | 2025.05.22 21:17:32.376270 [ 259 ] {9502efdf-1bac-41d3-96b4-113510fae8ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
562 | 2025.05.22 21:17:32.376340 [ 259 ] {9502efdf-1bac-41d3-96b4-113510fae8ac} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
563 | 2025.05.22 21:17:32.377914 [ 259 ] {9502efdf-1bac-41d3-96b4-113510fae8ac} <Debug> oximeter.fields_i32 (8dae0263-a40b-41a4-999f-01b93e162082): Loading data parts | ||
564 | 2025.05.22 21:17:32.378103 [ 259 ] {9502efdf-1bac-41d3-96b4-113510fae8ac} <Debug> oximeter.fields_i32 (8dae0263-a40b-41a4-999f-01b93e162082): There are no data parts | ||
565 | 2025.05.22 21:17:32.380436 [ 259 ] {9502efdf-1bac-41d3-96b4-113510fae8ac} <Debug> TCPHandler: Processed in 0.004389255 sec. | ||
566 | 2025.05.22 21:17:32.380595 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
567 | 2025.05.22 21:17:32.380796 [ 259 ] {4e742fa2-e378-4509-91ef-85951e9cc0d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
568 | 2025.05.22 21:17:32.380861 [ 259 ] {4e742fa2-e378-4509-91ef-85951e9cc0d8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
569 | 2025.05.22 21:17:32.382638 [ 259 ] {4e742fa2-e378-4509-91ef-85951e9cc0d8} <Debug> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Loading data parts | ||
570 | 2025.05.22 21:17:32.382776 [ 259 ] {4e742fa2-e378-4509-91ef-85951e9cc0d8} <Debug> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): There are no data parts | ||
571 | 2025.05.22 21:17:32.383955 [ 259 ] {4e742fa2-e378-4509-91ef-85951e9cc0d8} <Debug> TCPHandler: Processed in 0.003411421 sec. | ||
572 | 2025.05.22 21:17:32.384103 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
573 | 2025.05.22 21:17:32.384258 [ 259 ] {618ffa8e-9039-4741-9d51-2500ba364e5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
574 | 2025.05.22 21:17:32.384330 [ 259 ] {618ffa8e-9039-4741-9d51-2500ba364e5d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
575 | 2025.05.22 21:17:32.386279 [ 259 ] {618ffa8e-9039-4741-9d51-2500ba364e5d} <Debug> oximeter.fields_i64 (d6bdf7af-4187-4f1d-aaef-8cde3a9968d4): Loading data parts | ||
576 | 2025.05.22 21:17:32.386434 [ 259 ] {618ffa8e-9039-4741-9d51-2500ba364e5d} <Debug> oximeter.fields_i64 (d6bdf7af-4187-4f1d-aaef-8cde3a9968d4): There are no data parts | ||
577 | 2025.05.22 21:17:32.387792 [ 259 ] {618ffa8e-9039-4741-9d51-2500ba364e5d} <Debug> TCPHandler: Processed in 0.003742416 sec. | ||
578 | 2025.05.22 21:17:32.387965 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
579 | 2025.05.22 21:17:32.388120 [ 259 ] {43b353ba-1050-478a-9c3f-122fc60d7ffc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
580 | 2025.05.22 21:17:32.388189 [ 259 ] {43b353ba-1050-478a-9c3f-122fc60d7ffc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
581 | 2025.05.22 21:17:32.389824 [ 259 ] {43b353ba-1050-478a-9c3f-122fc60d7ffc} <Debug> oximeter.fields_u64 (4612e56a-ff84-4ae0-9018-71a32c00c857): Loading data parts | ||
582 | 2025.05.22 21:17:32.389987 [ 259 ] {43b353ba-1050-478a-9c3f-122fc60d7ffc} <Debug> oximeter.fields_u64 (4612e56a-ff84-4ae0-9018-71a32c00c857): There are no data parts | ||
583 | 2025.05.22 21:17:32.391308 [ 259 ] {43b353ba-1050-478a-9c3f-122fc60d7ffc} <Debug> TCPHandler: Processed in 0.00339289 sec. | ||
584 | 2025.05.22 21:17:32.391451 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
585 | 2025.05.22 21:17:32.391619 [ 259 ] {62a481a6-bebb-40bf-ba2d-6373d5240a64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
586 | 2025.05.22 21:17:32.391685 [ 259 ] {62a481a6-bebb-40bf-ba2d-6373d5240a64} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
587 | 2025.05.22 21:17:32.393384 [ 259 ] {62a481a6-bebb-40bf-ba2d-6373d5240a64} <Debug> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Loading data parts | ||
588 | 2025.05.22 21:17:32.393518 [ 259 ] {62a481a6-bebb-40bf-ba2d-6373d5240a64} <Debug> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): There are no data parts | ||
589 | 2025.05.22 21:17:32.394860 [ 259 ] {62a481a6-bebb-40bf-ba2d-6373d5240a64} <Debug> TCPHandler: Processed in 0.003460182 sec. | ||
590 | 2025.05.22 21:17:32.395053 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
591 | 2025.05.22 21:17:32.395210 [ 259 ] {30172b30-e6c4-4a1a-ae27-4d7550bb6fff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
592 | 2025.05.22 21:17:32.395268 [ 259 ] {30172b30-e6c4-4a1a-ae27-4d7550bb6fff} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
593 | 2025.05.22 21:17:32.396965 [ 259 ] {30172b30-e6c4-4a1a-ae27-4d7550bb6fff} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Loading data parts | ||
594 | 2025.05.22 21:17:32.397162 [ 259 ] {30172b30-e6c4-4a1a-ae27-4d7550bb6fff} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): There are no data parts | ||
595 | 2025.05.22 21:17:32.401772 [ 259 ] {30172b30-e6c4-4a1a-ae27-4d7550bb6fff} <Debug> TCPHandler: Processed in 0.006778921 sec. | ||
596 | 2025.05.22 21:17:32.401943 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
597 | 2025.05.22 21:17:32.402164 [ 259 ] {1ce44f23-738e-4552-9a76-53ecb4f3c5a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
598 | 2025.05.22 21:17:32.402233 [ 259 ] {1ce44f23-738e-4552-9a76-53ecb4f3c5a3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
599 | 2025.05.22 21:17:32.404170 [ 259 ] {1ce44f23-738e-4552-9a76-53ecb4f3c5a3} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Loading data parts | ||
600 | 2025.05.22 21:17:32.404327 [ 259 ] {1ce44f23-738e-4552-9a76-53ecb4f3c5a3} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): There are no data parts | ||
601 | 2025.05.22 21:17:32.405922 [ 259 ] {1ce44f23-738e-4552-9a76-53ecb4f3c5a3} <Debug> TCPHandler: Processed in 0.004040601 sec. | ||
602 | 2025.05.22 21:17:32.406117 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
603 | 2025.05.22 21:17:32.406371 [ 259 ] {ff89457c-56d4-4c06-9b99-7409f268a75d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) /* The timeseries schema table stores the extracted schema for the samples | ||
604 | * oximeter collects. | ||
605 | */ | ||
606 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
607 | 2025.05.22 21:17:32.406448 [ 259 ] {ff89457c-56d4-4c06-9b99-7409f268a75d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
608 | 2025.05.22 21:17:32.408250 [ 259 ] {ff89457c-56d4-4c06-9b99-7409f268a75d} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b): Loading data parts | ||
609 | 2025.05.22 21:17:32.408411 [ 259 ] {ff89457c-56d4-4c06-9b99-7409f268a75d} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b): There are no data parts | ||
610 | 2025.05.22 21:17:32.409828 [ 259 ] {ff89457c-56d4-4c06-9b99-7409f268a75d} <Debug> TCPHandler: Processed in 0.003762316 sec. | ||
611 | 2025.05.22 21:17:32.412053 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
612 | 2025.05.22 21:17:32.412357 [ 261 ] {f37190b0-659c-4c52-83c3-0015c460d473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
613 | 2025.05.22 21:17:32.413788 [ 261 ] {f37190b0-659c-4c52-83c3-0015c460d473} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
614 | 2025.05.22 21:17:32.428689 [ 268 ] {f37190b0-659c-4c52-83c3-0015c460d473} <Trace> oximeter.version (ba8d9ca8-ca5f-4eb2-9f75-f800c4f1e0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
615 | 2025.05.22 21:17:32.428751 [ 268 ] {f37190b0-659c-4c52-83c3-0015c460d473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
616 | 2025.05.22 21:17:32.432855 [ 268 ] {f37190b0-659c-4c52-83c3-0015c460d473} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
617 | 2025.05.22 21:17:32.433230 [ 268 ] {f37190b0-659c-4c52-83c3-0015c460d473} <Trace> oximeter.version (ba8d9ca8-ca5f-4eb2-9f75-f800c4f1e0c0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
618 | 2025.05.22 21:17:32.433496 [ 261 ] {f37190b0-659c-4c52-83c3-0015c460d473} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.021282 sec., 46.98806503148201 rows/sec., 751.81 B/sec. | ||
619 | 2025.05.22 21:17:32.433847 [ 261 ] {f37190b0-659c-4c52-83c3-0015c460d473} <Debug> TCPHandler: Processed in 0.021931186 sec. | ||
620 | 2025.05.22 21:17:33.001104 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 126.32 MiB, peak 126.32 MiB, free memory in arenas 0.00 B, will set to 138.62 MiB (RSS), difference: 12.30 MiB | ||
621 | 2025.05.22 21:17:33.748961 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47772 | ||
622 | 2025.05.22 21:17:33.750826 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
623 | 2025.05.22 21:17:33.750927 [ 270 ] {} <Debug> TCP-Session: 5883248c-6097-46fe-80d9-2c696b208bad Authenticating user 'default' from [fd00:1122:3344:101::b]:47772 | ||
624 | 2025.05.22 21:17:33.750951 [ 270 ] {} <Debug> TCP-Session: 5883248c-6097-46fe-80d9-2c696b208bad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
625 | 2025.05.22 21:17:33.750963 [ 270 ] {} <Debug> TCP-Session: 5883248c-6097-46fe-80d9-2c696b208bad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
626 | 2025.05.22 21:17:33.751045 [ 270 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
627 | 2025.05.22 21:17:33.751078 [ 270 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
628 | 2025.05.22 21:17:33.751108 [ 270 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
629 | 2025.05.22 21:17:33.751500 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50878 | ||
630 | 2025.05.22 21:17:33.751589 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61252 | ||
631 | 2025.05.22 21:17:33.751716 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48441 | ||
632 | 2025.05.22 21:17:33.751726 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63313 | ||
633 | 2025.05.22 21:17:33.751807 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
634 | 2025.05.22 21:17:33.751875 [ 271 ] {} <Debug> TCP-Session: 36093b0b-d080-49f8-8476-80ddc7628c3a Authenticating user 'default' from [fd00:1122:3344:101::b]:50878 | ||
635 | 2025.05.22 21:17:33.751885 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46947 | ||
636 | 2025.05.22 21:17:33.751897 [ 271 ] {} <Debug> TCP-Session: 36093b0b-d080-49f8-8476-80ddc7628c3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
637 | 2025.05.22 21:17:33.751925 [ 271 ] {} <Debug> TCP-Session: 36093b0b-d080-49f8-8476-80ddc7628c3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
638 | 2025.05.22 21:17:33.751959 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44795 | ||
639 | 2025.05.22 21:17:33.752285 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64374 | ||
640 | 2025.05.22 21:17:33.753425 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
641 | 2025.05.22 21:17:33.753450 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
642 | 2025.05.22 21:17:33.753475 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
643 | 2025.05.22 21:17:33.753461 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
644 | 2025.05.22 21:17:33.753521 [ 275 ] {} <Debug> TCP-Session: 0a576a3b-210b-4e35-8024-b002b0e680e7 Authenticating user 'default' from [fd00:1122:3344:101::b]:46947 | ||
645 | 2025.05.22 21:17:33.753565 [ 272 ] {} <Debug> TCP-Session: 445e7a7c-8fbd-4426-ac15-a466a0a1daf9 Authenticating user 'default' from [fd00:1122:3344:101::b]:61252 | ||
646 | 2025.05.22 21:17:33.753535 [ 277 ] {} <Debug> TCP-Session: 0e284f84-de0c-4178-86e0-6274c24ea2b4 Authenticating user 'default' from [fd00:1122:3344:101::b]:64374 | ||
647 | 2025.05.22 21:17:33.753598 [ 275 ] {} <Debug> TCP-Session: 0a576a3b-210b-4e35-8024-b002b0e680e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
648 | 2025.05.22 21:17:33.753622 [ 277 ] {} <Debug> TCP-Session: 0e284f84-de0c-4178-86e0-6274c24ea2b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
649 | 2025.05.22 21:17:33.753613 [ 272 ] {} <Debug> TCP-Session: 445e7a7c-8fbd-4426-ac15-a466a0a1daf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
650 | 2025.05.22 21:17:33.753644 [ 275 ] {} <Debug> TCP-Session: 0a576a3b-210b-4e35-8024-b002b0e680e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
651 | 2025.05.22 21:17:33.753668 [ 272 ] {} <Debug> TCP-Session: 445e7a7c-8fbd-4426-ac15-a466a0a1daf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
652 | 2025.05.22 21:17:33.753651 [ 277 ] {} <Debug> TCP-Session: 0e284f84-de0c-4178-86e0-6274c24ea2b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
653 | 2025.05.22 21:17:33.753513 [ 274 ] {} <Debug> TCP-Session: 6a3b3884-5b13-4433-86f5-dd8bfe2606f7 Authenticating user 'default' from [fd00:1122:3344:101::b]:48441 | ||
654 | 2025.05.22 21:17:33.753437 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
655 | 2025.05.22 21:17:33.753779 [ 274 ] {} <Debug> TCP-Session: 6a3b3884-5b13-4433-86f5-dd8bfe2606f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
656 | 2025.05.22 21:17:33.753794 [ 273 ] {} <Debug> TCP-Session: b99988d0-7392-4503-a43c-edc8e03dcfa8 Authenticating user 'default' from [fd00:1122:3344:101::b]:63313 | ||
657 | 2025.05.22 21:17:33.753799 [ 274 ] {} <Debug> TCP-Session: 6a3b3884-5b13-4433-86f5-dd8bfe2606f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
658 | 2025.05.22 21:17:33.753865 [ 273 ] {} <Debug> TCP-Session: b99988d0-7392-4503-a43c-edc8e03dcfa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
659 | 2025.05.22 21:17:33.753883 [ 273 ] {} <Debug> TCP-Session: b99988d0-7392-4503-a43c-edc8e03dcfa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
660 | 2025.05.22 21:17:33.755317 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
661 | 2025.05.22 21:17:33.755374 [ 276 ] {} <Debug> TCP-Session: 6a375cf9-49a9-4eb9-93cc-32e20a9d99ce Authenticating user 'default' from [fd00:1122:3344:101::b]:44795 | ||
662 | 2025.05.22 21:17:33.755395 [ 276 ] {} <Debug> TCP-Session: 6a375cf9-49a9-4eb9-93cc-32e20a9d99ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
663 | 2025.05.22 21:17:33.755452 [ 276 ] {} <Debug> TCP-Session: 6a375cf9-49a9-4eb9-93cc-32e20a9d99ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
664 | 2025.05.22 21:17:33.993329 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62176 | ||
665 | 2025.05.22 21:17:33.995279 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
666 | 2025.05.22 21:17:33.995342 [ 278 ] {} <Debug> TCP-Session: 7a334d97-7aa8-43df-a096-4cc7e99619d4 Authenticating user 'default' from [fd00:1122:3344:101::a]:62176 | ||
667 | 2025.05.22 21:17:33.995475 [ 278 ] {} <Debug> TCP-Session: 7a334d97-7aa8-43df-a096-4cc7e99619d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
668 | 2025.05.22 21:17:33.995491 [ 278 ] {} <Debug> TCP-Session: 7a334d97-7aa8-43df-a096-4cc7e99619d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
669 | 2025.05.22 21:17:33.995560 [ 278 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
670 | 2025.05.22 21:17:33.995668 [ 278 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
671 | 2025.05.22 21:17:33.995685 [ 278 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
672 | 2025.05.22 21:17:33.996174 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56006 | ||
673 | 2025.05.22 21:17:33.996259 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33028 | ||
674 | 2025.05.22 21:17:33.996324 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58706 | ||
675 | 2025.05.22 21:17:33.996407 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
676 | 2025.05.22 21:17:33.996452 [ 279 ] {} <Debug> TCP-Session: 9f664cb8-1874-4197-afa7-7cf09bf85c13 Authenticating user 'default' from [fd00:1122:3344:101::a]:56006 | ||
677 | 2025.05.22 21:17:33.996541 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50005 | ||
678 | 2025.05.22 21:17:33.996604 [ 279 ] {} <Debug> TCP-Session: 9f664cb8-1874-4197-afa7-7cf09bf85c13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
679 | 2025.05.22 21:17:33.996467 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37724 | ||
680 | 2025.05.22 21:17:33.996716 [ 279 ] {} <Debug> TCP-Session: 9f664cb8-1874-4197-afa7-7cf09bf85c13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
681 | 2025.05.22 21:17:33.996940 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
682 | 2025.05.22 21:17:33.996851 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50186 | ||
683 | 2025.05.22 21:17:33.996762 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38793 | ||
684 | 2025.05.22 21:17:33.996742 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
685 | 2025.05.22 21:17:33.997391 [ 283 ] {} <Debug> TCP-Session: 2ce13543-5b3c-4d78-b48b-382e351cd857 Authenticating user 'default' from [fd00:1122:3344:101::a]:50005 | ||
686 | 2025.05.22 21:17:33.997536 [ 280 ] {} <Debug> TCP-Session: 2d49488d-d330-4f53-9fde-91fa9f3c3e8c Authenticating user 'default' from [fd00:1122:3344:101::a]:33028 | ||
687 | 2025.05.22 21:17:33.997543 [ 283 ] {} <Debug> TCP-Session: 2ce13543-5b3c-4d78-b48b-382e351cd857 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
688 | 2025.05.22 21:17:33.997581 [ 280 ] {} <Debug> TCP-Session: 2d49488d-d330-4f53-9fde-91fa9f3c3e8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
689 | 2025.05.22 21:17:33.997689 [ 283 ] {} <Debug> TCP-Session: 2ce13543-5b3c-4d78-b48b-382e351cd857 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
690 | 2025.05.22 21:17:33.997701 [ 280 ] {} <Debug> TCP-Session: 2d49488d-d330-4f53-9fde-91fa9f3c3e8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
691 | 2025.05.22 21:17:33.998680 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
692 | 2025.05.22 21:17:33.998716 [ 281 ] {} <Debug> TCP-Session: ab7d3f97-3755-42d1-b569-231bc604e58f Authenticating user 'default' from [fd00:1122:3344:101::a]:58706 | ||
693 | 2025.05.22 21:17:33.998733 [ 281 ] {} <Debug> TCP-Session: ab7d3f97-3755-42d1-b569-231bc604e58f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2025.05.22 21:17:33.998854 [ 281 ] {} <Debug> TCP-Session: ab7d3f97-3755-42d1-b569-231bc604e58f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
695 | 2025.05.22 21:17:34.000611 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
696 | 2025.05.22 21:17:34.000667 [ 284 ] {} <Debug> TCP-Session: f65456b1-e298-403b-a08c-4415432432cc Authenticating user 'default' from [fd00:1122:3344:101::a]:38793 | ||
697 | 2025.05.22 21:17:34.000750 [ 284 ] {} <Debug> TCP-Session: f65456b1-e298-403b-a08c-4415432432cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
698 | 2025.05.22 21:17:34.000817 [ 284 ] {} <Debug> TCP-Session: f65456b1-e298-403b-a08c-4415432432cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
699 | 2025.05.22 21:17:34.001076 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 138.72 MiB, peak 138.72 MiB, free memory in arenas 0.00 B, will set to 139.74 MiB (RSS), difference: 1.02 MiB | ||
700 | 2025.05.22 21:17:34.008578 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
701 | 2025.05.22 21:17:34.008617 [ 285 ] {} <Debug> TCP-Session: 2a5594da-26af-4983-a222-bdb1c38d14c1 Authenticating user 'default' from [fd00:1122:3344:101::a]:50186 | ||
702 | 2025.05.22 21:17:34.008634 [ 285 ] {} <Debug> TCP-Session: 2a5594da-26af-4983-a222-bdb1c38d14c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
703 | 2025.05.22 21:17:34.008701 [ 285 ] {} <Debug> TCP-Session: 2a5594da-26af-4983-a222-bdb1c38d14c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
704 | 2025.05.22 21:17:34.010769 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
705 | 2025.05.22 21:17:34.010830 [ 282 ] {} <Debug> TCP-Session: cbe52a10-1064-457d-9a7d-6a8cc412b65e Authenticating user 'default' from [fd00:1122:3344:101::a]:37724 | ||
706 | 2025.05.22 21:17:34.010854 [ 282 ] {} <Debug> TCP-Session: cbe52a10-1064-457d-9a7d-6a8cc412b65e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
707 | 2025.05.22 21:17:34.011000 [ 282 ] {} <Debug> TCP-Session: cbe52a10-1064-457d-9a7d-6a8cc412b65e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
708 | 2025.05.22 21:17:38.701593 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
709 | 2025.05.22 21:17:38.701619 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
710 | 2025.05.22 21:17:38.701698 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
711 | 2025.05.22 21:17:38.701778 [ 243 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
712 | 2025.05.22 21:17:38.704986 [ 243 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Loading data parts | ||
713 | 2025.05.22 21:17:38.705221 [ 243 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): There are no data parts | ||
714 | 2025.05.22 21:17:38.714699 [ 244 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Loading data parts | ||
715 | 2025.05.22 21:17:38.714860 [ 244 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): There are no data parts | ||
716 | 2025.05.22 21:17:38.715309 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
717 | 2025.05.22 21:17:38.715377 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
718 | 2025.05.22 21:17:38.718985 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
719 | 2025.05.22 21:17:38.719335 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
720 | 2025.05.22 21:17:38.719482 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
721 | 2025.05.22 21:17:38.739116 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
722 | 2025.05.22 21:17:38.739158 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
723 | 2025.05.22 21:17:38.745323 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
724 | 2025.05.22 21:17:38.746080 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
725 | 2025.05.22 21:17:38.749184 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
726 | 2025.05.22 21:17:39.000356 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 144.84 MiB, peak 148.84 MiB, free memory in arenas 0.00 B, will set to 153.97 MiB (RSS), difference: 9.13 MiB | ||
727 | 2025.05.22 21:17:41.200570 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
728 | 2025.05.22 21:17:41.200777 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
729 | 2025.05.22 21:17:41.205099 [ 242 ] {} <Debug> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Loading data parts | ||
730 | 2025.05.22 21:17:41.205297 [ 242 ] {} <Debug> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): There are no data parts | ||
731 | 2025.05.22 21:17:41.211247 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
732 | 2025.05.22 21:17:41.211289 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
733 | 2025.05.22 21:17:41.212819 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
734 | 2025.05.22 21:17:41.213092 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
735 | 2025.05.22 21:17:41.213439 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
736 | 2025.05.22 21:17:42.000178 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.18 MiB, peak 158.18 MiB, free memory in arenas 0.00 B, will set to 155.12 MiB (RSS), difference: -3.06 MiB | ||
737 | 2025.05.22 21:17:46.182015 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache | ||
738 | 2025.05.22 21:17:46.182135 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache | ||
739 | 2025.05.22 21:17:46.220393 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
740 | 2025.05.22 21:17:46.221129 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
741 | 2025.05.22 21:17:46.221175 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
742 | 2025.05.22 21:17:46.222036 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
743 | 2025.05.22 21:17:46.222534 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
744 | 2025.05.22 21:17:46.222693 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
745 | 2025.05.22 21:17:46.250147 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
746 | 2025.05.22 21:17:46.268452 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
747 | 2025.05.22 21:17:46.268506 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
748 | 2025.05.22 21:17:46.275349 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
749 | 2025.05.22 21:17:46.276565 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
750 | 2025.05.22 21:17:46.279919 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
751 | 2025.05.22 21:17:47.000262 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.80 MiB, peak 159.80 MiB, free memory in arenas 0.00 B, will set to 157.68 MiB (RSS), difference: 1.88 MiB | ||
752 | 2025.05.22 21:17:52.000191 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 153.72 MiB, peak 159.80 MiB, free memory in arenas 0.00 B, will set to 157.74 MiB (RSS), difference: 4.02 MiB | ||
753 | 2025.05.22 21:17:53.723089 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
754 | 2025.05.22 21:17:53.723623 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
755 | 2025.05.22 21:17:53.723745 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
756 | 2025.05.22 21:17:53.724468 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
757 | 2025.05.22 21:17:53.725071 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
758 | 2025.05.22 21:17:53.725264 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
759 | 2025.05.22 21:17:53.780156 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
760 | 2025.05.22 21:17:53.797112 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
761 | 2025.05.22 21:17:53.797172 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
762 | 2025.05.22 21:17:53.803849 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
763 | 2025.05.22 21:17:53.805038 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
764 | 2025.05.22 21:17:53.808849 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
765 | 2025.05.22 21:17:54.001140 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.27 MiB, peak 162.27 MiB, free memory in arenas 0.00 B, will set to 159.32 MiB (RSS), difference: 1.04 MiB | ||
766 | 2025.05.22 21:18:01.182391 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache | ||
767 | 2025.05.22 21:18:01.182492 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache | ||
768 | 2025.05.22 21:18:01.226249 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
769 | 2025.05.22 21:18:01.226768 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
770 | 2025.05.22 21:18:01.226810 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
771 | 2025.05.22 21:18:01.227357 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
772 | 2025.05.22 21:18:01.227585 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
773 | 2025.05.22 21:18:01.227717 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
774 | 2025.05.22 21:18:01.309812 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
775 | 2025.05.22 21:18:01.325566 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
776 | 2025.05.22 21:18:01.325613 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
777 | 2025.05.22 21:18:01.331690 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
778 | 2025.05.22 21:18:01.332403 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
779 | 2025.05.22 21:18:01.335313 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
780 | 2025.05.22 21:18:08.727933 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
781 | 2025.05.22 21:18:08.728489 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
782 | 2025.05.22 21:18:08.728532 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
783 | 2025.05.22 21:18:08.729026 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
784 | 2025.05.22 21:18:08.729264 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
785 | 2025.05.22 21:18:08.729397 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
786 | 2025.05.22 21:18:08.835517 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
787 | 2025.05.22 21:18:08.852010 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
788 | 2025.05.22 21:18:08.852063 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
789 | 2025.05.22 21:18:08.858081 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
790 | 2025.05.22 21:18:08.858783 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
791 | 2025.05.22 21:18:08.861627 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
792 | 2025.05.22 21:18:16.182757 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache | ||
793 | 2025.05.22 21:18:16.182831 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache | ||
794 | 2025.05.22 21:18:16.229571 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
795 | 2025.05.22 21:18:16.230376 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
796 | 2025.05.22 21:18:16.230453 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
797 | 2025.05.22 21:18:16.231110 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
798 | 2025.05.22 21:18:16.231347 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
799 | 2025.05.22 21:18:16.231475 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
800 | 2025.05.22 21:18:16.231493 [ 81 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
801 | 2025.05.22 21:18:16.231567 [ 81 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
802 | 2025.05.22 21:18:16.231587 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
803 | 2025.05.22 21:18:16.241374 [ 196 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
804 | 2025.05.22 21:18:16.243455 [ 196 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
805 | 2025.05.22 21:18:16.245405 [ 196 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
806 | 2025.05.22 21:18:16.251314 [ 196 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
807 | 2025.05.22 21:18:16.251377 [ 196 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
808 | 2025.05.22 21:18:16.253673 [ 196 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
809 | 2025.05.22 21:18:16.253765 [ 196 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
810 | 2025.05.22 21:18:16.255874 [ 196 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
811 | 2025.05.22 21:18:16.296933 [ 190 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.059332863 sec., 47292.50971759108 rows/sec., 692.76 KiB/sec. | ||
812 | 2025.05.22 21:18:16.297942 [ 201 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
813 | 2025.05.22 21:18:16.298280 [ 201 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_6_1} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
814 | 2025.05.22 21:18:16.298358 [ 201 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_6_1} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
815 | 2025.05.22 21:18:16.298454 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
816 | 2025.05.22 21:18:16.361770 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
817 | 2025.05.22 21:18:16.378932 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
818 | 2025.05.22 21:18:16.378983 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
819 | 2025.05.22 21:18:16.384785 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
820 | 2025.05.22 21:18:16.385494 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
821 | 2025.05.22 21:18:16.385768 [ 81 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
822 | 2025.05.22 21:18:16.385815 [ 81 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
823 | 2025.05.22 21:18:16.385835 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
824 | 2025.05.22 21:18:16.385923 [ 201 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
825 | 2025.05.22 21:18:16.389347 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
826 | 2025.05.22 21:18:16.389948 [ 201 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
827 | 2025.05.22 21:18:16.391217 [ 201 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
828 | 2025.05.22 21:18:16.395502 [ 201 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
829 | 2025.05.22 21:18:16.399707 [ 201 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
830 | 2025.05.22 21:18:16.404080 [ 201 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
831 | 2025.05.22 21:18:16.413565 [ 201 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
832 | 2025.05.22 21:18:16.417877 [ 201 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
833 | 2025.05.22 21:18:16.480253 [ 190 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.094361314 sec., 487.4879126842172 rows/sec., 2.52 MiB/sec. | ||
834 | 2025.05.22 21:18:16.482640 [ 186 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
835 | 2025.05.22 21:18:16.484724 [ 186 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_6_1} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
836 | 2025.05.22 21:18:16.484829 [ 186 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_6_1} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
837 | 2025.05.22 21:18:16.486700 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
838 | 2025.05.22 21:18:17.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 162.61 MiB, peak 172.15 MiB, free memory in arenas 0.00 B, will set to 172.42 MiB (RSS), difference: 9.81 MiB | ||
839 | 2025.05.22 21:18:17.446646 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
840 | 2025.05.22 21:18:17.446847 [ 259 ] {d56af452-73ad-49f9-ad6c-fafeb1342354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
841 | 2025.05.22 21:18:17.449276 [ 259 ] {d56af452-73ad-49f9-ad6c-fafeb1342354} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
842 | 2025.05.22 21:18:17.457356 [ 259 ] {d56af452-73ad-49f9-ad6c-fafeb1342354} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
843 | 2025.05.22 21:18:17.466652 [ 259 ] {d56af452-73ad-49f9-ad6c-fafeb1342354} <Debug> TCPHandler: Processed in 0.0201371 sec. | ||
844 | 2025.05.22 21:18:17.482580 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
845 | 2025.05.22 21:18:17.482743 [ 259 ] {816ed7ce-1931-49ca-9df4-9ba5095edf56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
846 | 2025.05.22 21:18:17.496368 [ 259 ] {816ed7ce-1931-49ca-9df4-9ba5095edf56} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
847 | 2025.05.22 21:18:17.496430 [ 259 ] {816ed7ce-1931-49ca-9df4-9ba5095edf56} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
848 | 2025.05.22 21:18:17.498711 [ 259 ] {816ed7ce-1931-49ca-9df4-9ba5095edf56} <Debug> TCPHandler: Processed in 0.016194971 sec. | ||
849 | 2025.05.22 21:18:17.498987 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
850 | 2025.05.22 21:18:17.499112 [ 259 ] {278bfabe-afd7-4290-9a50-7fb6946c17d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
851 | 2025.05.22 21:18:17.503305 [ 259 ] {278bfabe-afd7-4290-9a50-7fb6946c17d7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
852 | 2025.05.22 21:18:17.503360 [ 259 ] {278bfabe-afd7-4290-9a50-7fb6946c17d7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
853 | 2025.05.22 21:18:17.503765 [ 259 ] {278bfabe-afd7-4290-9a50-7fb6946c17d7} <Debug> TCPHandler: Processed in 0.004829942 sec. | ||
854 | 2025.05.22 21:18:17.504039 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
855 | 2025.05.22 21:18:17.504157 [ 259 ] {2ddb77fa-dcfd-4d01-8706-f31794a60509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
856 | 2025.05.22 21:18:17.504394 [ 259 ] {2ddb77fa-dcfd-4d01-8706-f31794a60509} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
857 | 2025.05.22 21:18:17.504435 [ 259 ] {2ddb77fa-dcfd-4d01-8706-f31794a60509} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
858 | 2025.05.22 21:18:17.504753 [ 259 ] {2ddb77fa-dcfd-4d01-8706-f31794a60509} <Debug> TCPHandler: Processed in 0.000779431 sec. | ||
859 | 2025.05.22 21:18:17.508189 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
860 | 2025.05.22 21:18:17.508316 [ 259 ] {faf729e2-36ee-42ca-bec0-b50b3d778114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
861 | 2025.05.22 21:18:17.508365 [ 259 ] {faf729e2-36ee-42ca-bec0-b50b3d778114} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
862 | 2025.05.22 21:18:17.513490 [ 259 ] {faf729e2-36ee-42ca-bec0-b50b3d778114} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
863 | 2025.05.22 21:18:17.513545 [ 259 ] {faf729e2-36ee-42ca-bec0-b50b3d778114} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
864 | 2025.05.22 21:18:17.516121 [ 259 ] {faf729e2-36ee-42ca-bec0-b50b3d778114} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
865 | 2025.05.22 21:18:17.516359 [ 259 ] {faf729e2-36ee-42ca-bec0-b50b3d778114} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
866 | 2025.05.22 21:18:17.516530 [ 259 ] {faf729e2-36ee-42ca-bec0-b50b3d778114} <Debug> executeQuery: Read 4 rows, 433.00 B in 0.008248 sec., 484.96605237633366 rows/sec., 51.27 KiB/sec. | ||
867 | 2025.05.22 21:18:17.516577 [ 259 ] {faf729e2-36ee-42ca-bec0-b50b3d778114} <Debug> TCPHandler: Processed in 0.008447756 sec. | ||
868 | 2025.05.22 21:18:17.516710 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
869 | 2025.05.22 21:18:17.516828 [ 259 ] {f131337b-e34e-4c98-9d80-cd2c270b0a22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
870 | 2025.05.22 21:18:17.516868 [ 259 ] {f131337b-e34e-4c98-9d80-cd2c270b0a22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
871 | 2025.05.22 21:18:17.523678 [ 259 ] {f131337b-e34e-4c98-9d80-cd2c270b0a22} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
872 | 2025.05.22 21:18:17.523714 [ 259 ] {f131337b-e34e-4c98-9d80-cd2c270b0a22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
873 | 2025.05.22 21:18:17.526449 [ 259 ] {f131337b-e34e-4c98-9d80-cd2c270b0a22} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
874 | 2025.05.22 21:18:17.526716 [ 259 ] {f131337b-e34e-4c98-9d80-cd2c270b0a22} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
875 | 2025.05.22 21:18:17.526869 [ 259 ] {f131337b-e34e-4c98-9d80-cd2c270b0a22} <Debug> executeQuery: Read 64 rows, 6.09 KiB in 0.010068 sec., 6356.773937226857 rows/sec., 605.36 KiB/sec. | ||
876 | 2025.05.22 21:18:17.526906 [ 259 ] {f131337b-e34e-4c98-9d80-cd2c270b0a22} <Debug> TCPHandler: Processed in 0.010256053 sec. | ||
877 | 2025.05.22 21:18:17.527028 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
878 | 2025.05.22 21:18:17.527125 [ 259 ] {34b9f137-73d9-49f4-8aad-cd500fbb2aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
879 | 2025.05.22 21:18:17.527164 [ 259 ] {34b9f137-73d9-49f4-8aad-cd500fbb2aed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
880 | 2025.05.22 21:18:17.527573 [ 259 ] {34b9f137-73d9-49f4-8aad-cd500fbb2aed} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
881 | 2025.05.22 21:18:17.527610 [ 259 ] {34b9f137-73d9-49f4-8aad-cd500fbb2aed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
882 | 2025.05.22 21:18:17.527910 [ 259 ] {34b9f137-73d9-49f4-8aad-cd500fbb2aed} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
883 | 2025.05.22 21:18:17.528129 [ 259 ] {34b9f137-73d9-49f4-8aad-cd500fbb2aed} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
884 | 2025.05.22 21:18:17.528255 [ 259 ] {34b9f137-73d9-49f4-8aad-cd500fbb2aed} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001151 sec., 27801.911381407474 rows/sec., 2.04 MiB/sec. | ||
885 | 2025.05.22 21:18:17.528291 [ 259 ] {34b9f137-73d9-49f4-8aad-cd500fbb2aed} <Debug> TCPHandler: Processed in 0.001312869 sec. | ||
886 | 2025.05.22 21:18:17.528398 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
887 | 2025.05.22 21:18:17.528502 [ 259 ] {74b893c8-4bce-4905-9b92-22c0fbd6888d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
888 | 2025.05.22 21:18:17.528543 [ 259 ] {74b893c8-4bce-4905-9b92-22c0fbd6888d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
889 | 2025.05.22 21:18:17.528980 [ 259 ] {74b893c8-4bce-4905-9b92-22c0fbd6888d} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
890 | 2025.05.22 21:18:17.529017 [ 259 ] {74b893c8-4bce-4905-9b92-22c0fbd6888d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
891 | 2025.05.22 21:18:17.529339 [ 259 ] {74b893c8-4bce-4905-9b92-22c0fbd6888d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
892 | 2025.05.22 21:18:17.529551 [ 259 ] {74b893c8-4bce-4905-9b92-22c0fbd6888d} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
893 | 2025.05.22 21:18:17.529677 [ 259 ] {74b893c8-4bce-4905-9b92-22c0fbd6888d} <Debug> executeQuery: Read 50 rows, 4.01 KiB in 0.001195 sec., 41841.00418410041 rows/sec., 3.28 MiB/sec. | ||
894 | 2025.05.22 21:18:17.529715 [ 259 ] {74b893c8-4bce-4905-9b92-22c0fbd6888d} <Debug> TCPHandler: Processed in 0.00136978 sec. | ||
895 | 2025.05.22 21:18:17.529824 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
896 | 2025.05.22 21:18:17.529930 [ 259 ] {e4434f9a-eab7-43af-9121-47c80bd41009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
897 | 2025.05.22 21:18:17.529991 [ 259 ] {e4434f9a-eab7-43af-9121-47c80bd41009} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
898 | 2025.05.22 21:18:17.530860 [ 259 ] {e4434f9a-eab7-43af-9121-47c80bd41009} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
899 | 2025.05.22 21:18:17.530897 [ 259 ] {e4434f9a-eab7-43af-9121-47c80bd41009} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
900 | 2025.05.22 21:18:17.537940 [ 259 ] {e4434f9a-eab7-43af-9121-47c80bd41009} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
901 | 2025.05.22 21:18:17.538170 [ 259 ] {e4434f9a-eab7-43af-9121-47c80bd41009} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
902 | 2025.05.22 21:18:17.538308 [ 259 ] {e4434f9a-eab7-43af-9121-47c80bd41009} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.008397 sec., 3810.8848398237465 rows/sec., 6.83 MiB/sec. | ||
903 | 2025.05.22 21:18:17.538372 [ 259 ] {e4434f9a-eab7-43af-9121-47c80bd41009} <Debug> TCPHandler: Processed in 0.008599498 sec. | ||
904 | 2025.05.22 21:18:17.538496 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
905 | 2025.05.22 21:18:17.538592 [ 259 ] {28fe5f19-ab2b-4756-8f7c-ce5eab78390a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
906 | 2025.05.22 21:18:17.538633 [ 259 ] {28fe5f19-ab2b-4756-8f7c-ce5eab78390a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
907 | 2025.05.22 21:18:17.543053 [ 259 ] {28fe5f19-ab2b-4756-8f7c-ce5eab78390a} <Trace> oximeter.measurements_i64 (a562d16c-6ec6-4d47-ba75-634183f2881f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
908 | 2025.05.22 21:18:17.543093 [ 259 ] {28fe5f19-ab2b-4756-8f7c-ce5eab78390a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
909 | 2025.05.22 21:18:17.543475 [ 259 ] {28fe5f19-ab2b-4756-8f7c-ce5eab78390a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
910 | 2025.05.22 21:18:17.543723 [ 259 ] {28fe5f19-ab2b-4756-8f7c-ce5eab78390a} <Trace> oximeter.measurements_i64 (a562d16c-6ec6-4d47-ba75-634183f2881f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
911 | 2025.05.22 21:18:17.543861 [ 259 ] {28fe5f19-ab2b-4756-8f7c-ce5eab78390a} <Debug> executeQuery: Read 27 rows, 1.99 KiB in 0.005288 sec., 5105.90015128593 rows/sec., 376.74 KiB/sec. | ||
912 | 2025.05.22 21:18:17.543897 [ 259 ] {28fe5f19-ab2b-4756-8f7c-ce5eab78390a} <Debug> TCPHandler: Processed in 0.005452132 sec. | ||
913 | 2025.05.22 21:18:21.215946 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 108 | ||
914 | 2025.05.22 21:18:21.218563 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
915 | 2025.05.22 21:18:21.218608 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
916 | 2025.05.22 21:18:21.219723 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
917 | 2025.05.22 21:18:21.219973 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
918 | 2025.05.22 21:18:21.220203 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 108 | ||
919 | 2025.05.22 21:18:22.439314 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
920 | 2025.05.22 21:18:22.439540 [ 259 ] {ce9ec8d4-af4a-4e18-9190-ce280a341205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
921 | 2025.05.22 21:18:22.441842 [ 259 ] {ce9ec8d4-af4a-4e18-9190-ce280a341205} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
922 | 2025.05.22 21:18:22.445989 [ 259 ] {ce9ec8d4-af4a-4e18-9190-ce280a341205} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
923 | 2025.05.22 21:18:22.446193 [ 259 ] {ce9ec8d4-af4a-4e18-9190-ce280a341205} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
924 | 2025.05.22 21:18:22.450251 [ 259 ] {ce9ec8d4-af4a-4e18-9190-ce280a341205} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
925 | 2025.05.22 21:18:22.454550 [ 259 ] {ce9ec8d4-af4a-4e18-9190-ce280a341205} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
926 | 2025.05.22 21:18:22.459287 [ 259 ] {ce9ec8d4-af4a-4e18-9190-ce280a341205} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
927 | 2025.05.22 21:18:22.461528 [ 259 ] {ce9ec8d4-af4a-4e18-9190-ce280a341205} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
928 | 2025.05.22 21:18:22.461566 [ 259 ] {ce9ec8d4-af4a-4e18-9190-ce280a341205} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
929 | 2025.05.22 21:18:22.461655 [ 259 ] {ce9ec8d4-af4a-4e18-9190-ce280a341205} <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', 'http_service:request_latency_histogram'))" | ||
930 | 2025.05.22 21:18:22.461682 [ 259 ] {ce9ec8d4-af4a-4e18-9190-ce280a341205} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
931 | 2025.05.22 21:18:22.474029 [ 259 ] {ce9ec8d4-af4a-4e18-9190-ce280a341205} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.03457 sec., 115.70726063060458 rows/sec., 5.34 KiB/sec. | ||
932 | 2025.05.22 21:18:22.474141 [ 259 ] {ce9ec8d4-af4a-4e18-9190-ce280a341205} <Debug> TCPHandler: Processed in 0.03495522 sec. | ||
933 | 2025.05.22 21:18:22.474503 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
934 | 2025.05.22 21:18:22.474650 [ 259 ] {5db14c54-3e6e-41dc-af54-801902f723ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) 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_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
935 | 2025.05.22 21:18:22.474880 [ 259 ] {5db14c54-3e6e-41dc-af54-801902f723ce} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
936 | 2025.05.22 21:18:22.474912 [ 259 ] {5db14c54-3e6e-41dc-af54-801902f723ce} <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_underlay_prefixes', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
937 | 2025.05.22 21:18:22.475078 [ 259 ] {5db14c54-3e6e-41dc-af54-801902f723ce} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
938 | 2025.05.22 21:18:22.475130 [ 259 ] {5db14c54-3e6e-41dc-af54-801902f723ce} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
939 | 2025.05.22 21:18:22.475233 [ 259 ] {5db14c54-3e6e-41dc-af54-801902f723ce} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
940 | 2025.05.22 21:18:22.475260 [ 259 ] {5db14c54-3e6e-41dc-af54-801902f723ce} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
941 | 2025.05.22 21:18:22.475279 [ 259 ] {5db14c54-3e6e-41dc-af54-801902f723ce} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
942 | 2025.05.22 21:18:22.475293 [ 259 ] {5db14c54-3e6e-41dc-af54-801902f723ce} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
943 | 2025.05.22 21:18:22.475324 [ 259 ] {5db14c54-3e6e-41dc-af54-801902f723ce} <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_underlay_prefixes', 'http_service:request_latency_histogram'))" | ||
944 | 2025.05.22 21:18:22.475341 [ 259 ] {5db14c54-3e6e-41dc-af54-801902f723ce} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
945 | 2025.05.22 21:18:22.475771 [ 259 ] {5db14c54-3e6e-41dc-af54-801902f723ce} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001175 sec., 3404.255319148936 rows/sec., 157.08 KiB/sec. | ||
946 | 2025.05.22 21:18:22.475851 [ 259 ] {5db14c54-3e6e-41dc-af54-801902f723ce} <Debug> TCPHandler: Processed in 0.001409091 sec. | ||
947 | 2025.05.22 21:18:22.476100 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
948 | 2025.05.22 21:18:22.476217 [ 259 ] {6e30f0e4-06f6-43cf-8407-defc1ad71b92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
949 | 2025.05.22 21:18:22.476395 [ 259 ] {6e30f0e4-06f6-43cf-8407-defc1ad71b92} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
950 | 2025.05.22 21:18:22.476422 [ 259 ] {6e30f0e4-06f6-43cf-8407-defc1ad71b92} <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', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
951 | 2025.05.22 21:18:22.476555 [ 259 ] {6e30f0e4-06f6-43cf-8407-defc1ad71b92} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
952 | 2025.05.22 21:18:22.476605 [ 259 ] {6e30f0e4-06f6-43cf-8407-defc1ad71b92} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
953 | 2025.05.22 21:18:22.476700 [ 259 ] {6e30f0e4-06f6-43cf-8407-defc1ad71b92} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
954 | 2025.05.22 21:18:22.476727 [ 259 ] {6e30f0e4-06f6-43cf-8407-defc1ad71b92} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
955 | 2025.05.22 21:18:22.476745 [ 259 ] {6e30f0e4-06f6-43cf-8407-defc1ad71b92} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
956 | 2025.05.22 21:18:22.476759 [ 259 ] {6e30f0e4-06f6-43cf-8407-defc1ad71b92} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
957 | 2025.05.22 21:18:22.476789 [ 259 ] {6e30f0e4-06f6-43cf-8407-defc1ad71b92} <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', 'http_service:request_latency_histogram'))" | ||
958 | 2025.05.22 21:18:22.476805 [ 259 ] {6e30f0e4-06f6-43cf-8407-defc1ad71b92} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
959 | 2025.05.22 21:18:22.477216 [ 259 ] {6e30f0e4-06f6-43cf-8407-defc1ad71b92} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001038 sec., 3853.5645472061656 rows/sec., 177.81 KiB/sec. | ||
960 | 2025.05.22 21:18:22.477290 [ 259 ] {6e30f0e4-06f6-43cf-8407-defc1ad71b92} <Debug> TCPHandler: Processed in 0.001238498 sec. | ||
961 | 2025.05.22 21:18:22.477523 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
962 | 2025.05.22 21:18:22.477639 [ 259 ] {fd685778-0dad-425e-a8ce-fa9c2f29b423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) 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:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
963 | 2025.05.22 21:18:22.477816 [ 259 ] {fd685778-0dad-425e-a8ce-fa9c2f29b423} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
964 | 2025.05.22 21:18:22.477843 [ 259 ] {fd685778-0dad-425e-a8ce-fa9c2f29b423} <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:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
965 | 2025.05.22 21:18:22.477975 [ 259 ] {fd685778-0dad-425e-a8ce-fa9c2f29b423} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
966 | 2025.05.22 21:18:22.478026 [ 259 ] {fd685778-0dad-425e-a8ce-fa9c2f29b423} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
967 | 2025.05.22 21:18:22.478119 [ 259 ] {fd685778-0dad-425e-a8ce-fa9c2f29b423} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
968 | 2025.05.22 21:18:22.478145 [ 259 ] {fd685778-0dad-425e-a8ce-fa9c2f29b423} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
969 | 2025.05.22 21:18:22.478163 [ 259 ] {fd685778-0dad-425e-a8ce-fa9c2f29b423} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
970 | 2025.05.22 21:18:22.478177 [ 259 ] {fd685778-0dad-425e-a8ce-fa9c2f29b423} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
971 | 2025.05.22 21:18:22.478207 [ 259 ] {fd685778-0dad-425e-a8ce-fa9c2f29b423} <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:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
972 | 2025.05.22 21:18:22.478224 [ 259 ] {fd685778-0dad-425e-a8ce-fa9c2f29b423} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
973 | 2025.05.22 21:18:22.478617 [ 259 ] {fd685778-0dad-425e-a8ce-fa9c2f29b423} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001017 sec., 3933.1366764995087 rows/sec., 181.49 KiB/sec. | ||
974 | 2025.05.22 21:18:22.478691 [ 259 ] {fd685778-0dad-425e-a8ce-fa9c2f29b423} <Debug> TCPHandler: Processed in 0.001216268 sec. | ||
975 | 2025.05.22 21:18:22.478909 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
976 | 2025.05.22 21:18:22.479025 [ 259 ] {ef5317df-7132-403b-b625-14633749405d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
977 | 2025.05.22 21:18:22.479202 [ 259 ] {ef5317df-7132-403b-b625-14633749405d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
978 | 2025.05.22 21:18:22.479229 [ 259 ] {ef5317df-7132-403b-b625-14633749405d} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
979 | 2025.05.22 21:18:22.479364 [ 259 ] {ef5317df-7132-403b-b625-14633749405d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
980 | 2025.05.22 21:18:22.479414 [ 259 ] {ef5317df-7132-403b-b625-14633749405d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
981 | 2025.05.22 21:18:22.479506 [ 259 ] {ef5317df-7132-403b-b625-14633749405d} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
982 | 2025.05.22 21:18:22.479533 [ 259 ] {ef5317df-7132-403b-b625-14633749405d} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
983 | 2025.05.22 21:18:22.479550 [ 259 ] {ef5317df-7132-403b-b625-14633749405d} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
984 | 2025.05.22 21:18:22.479564 [ 259 ] {ef5317df-7132-403b-b625-14633749405d} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
985 | 2025.05.22 21:18:22.479595 [ 259 ] {ef5317df-7132-403b-b625-14633749405d} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
986 | 2025.05.22 21:18:22.479611 [ 259 ] {ef5317df-7132-403b-b625-14633749405d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
987 | 2025.05.22 21:18:22.480020 [ 259 ] {ef5317df-7132-403b-b625-14633749405d} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001033 sec., 3872.216844143272 rows/sec., 178.67 KiB/sec. | ||
988 | 2025.05.22 21:18:22.480094 [ 259 ] {ef5317df-7132-403b-b625-14633749405d} <Debug> TCPHandler: Processed in 0.001233259 sec. | ||
989 | 2025.05.22 21:18:22.480282 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
990 | 2025.05.22 21:18:22.480398 [ 259 ] {f54ff5ef-0b14-4ebb-a6b7-dbcc9f5e794e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
991 | 2025.05.22 21:18:22.480577 [ 259 ] {f54ff5ef-0b14-4ebb-a6b7-dbcc9f5e794e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
992 | 2025.05.22 21:18:22.480604 [ 259 ] {f54ff5ef-0b14-4ebb-a6b7-dbcc9f5e794e} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
993 | 2025.05.22 21:18:22.480742 [ 259 ] {f54ff5ef-0b14-4ebb-a6b7-dbcc9f5e794e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
994 | 2025.05.22 21:18:22.480792 [ 259 ] {f54ff5ef-0b14-4ebb-a6b7-dbcc9f5e794e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
995 | 2025.05.22 21:18:22.480885 [ 259 ] {f54ff5ef-0b14-4ebb-a6b7-dbcc9f5e794e} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
996 | 2025.05.22 21:18:22.480912 [ 259 ] {f54ff5ef-0b14-4ebb-a6b7-dbcc9f5e794e} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
997 | 2025.05.22 21:18:22.480930 [ 259 ] {f54ff5ef-0b14-4ebb-a6b7-dbcc9f5e794e} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
998 | 2025.05.22 21:18:22.480944 [ 259 ] {f54ff5ef-0b14-4ebb-a6b7-dbcc9f5e794e} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
999 | 2025.05.22 21:18:22.480974 [ 259 ] {f54ff5ef-0b14-4ebb-a6b7-dbcc9f5e794e} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
1000 | 2025.05.22 21:18:22.480991 [ 259 ] {f54ff5ef-0b14-4ebb-a6b7-dbcc9f5e794e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1001 | 2025.05.22 21:18:22.481449 [ 259 ] {f54ff5ef-0b14-4ebb-a6b7-dbcc9f5e794e} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.00109 sec., 3669.7247706422017 rows/sec., 169.33 KiB/sec. | ||
1002 | 2025.05.22 21:18:22.481523 [ 259 ] {f54ff5ef-0b14-4ebb-a6b7-dbcc9f5e794e} <Debug> TCPHandler: Processed in 0.001289749 sec. | ||
1003 | 2025.05.22 21:18:22.481705 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1004 | 2025.05.22 21:18:22.481822 [ 259 ] {7ed31fd9-8b63-465b-8d7d-e5501602b14f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
1005 | 2025.05.22 21:18:22.481999 [ 259 ] {7ed31fd9-8b63-465b-8d7d-e5501602b14f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1006 | 2025.05.22 21:18:22.482026 [ 259 ] {7ed31fd9-8b63-465b-8d7d-e5501602b14f} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1007 | 2025.05.22 21:18:22.482164 [ 259 ] {7ed31fd9-8b63-465b-8d7d-e5501602b14f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1008 | 2025.05.22 21:18:22.482213 [ 259 ] {7ed31fd9-8b63-465b-8d7d-e5501602b14f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1009 | 2025.05.22 21:18:22.482305 [ 259 ] {7ed31fd9-8b63-465b-8d7d-e5501602b14f} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
1010 | 2025.05.22 21:18:22.482332 [ 259 ] {7ed31fd9-8b63-465b-8d7d-e5501602b14f} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1011 | 2025.05.22 21:18:22.482349 [ 259 ] {7ed31fd9-8b63-465b-8d7d-e5501602b14f} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
1012 | 2025.05.22 21:18:22.482364 [ 259 ] {7ed31fd9-8b63-465b-8d7d-e5501602b14f} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1013 | 2025.05.22 21:18:22.482394 [ 259 ] {7ed31fd9-8b63-465b-8d7d-e5501602b14f} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
1014 | 2025.05.22 21:18:22.482411 [ 259 ] {7ed31fd9-8b63-465b-8d7d-e5501602b14f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1015 | 2025.05.22 21:18:22.482813 [ 259 ] {7ed31fd9-8b63-465b-8d7d-e5501602b14f} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001031 sec., 3879.7284190106693 rows/sec., 179.02 KiB/sec. | ||
1016 | 2025.05.22 21:18:22.482886 [ 259 ] {7ed31fd9-8b63-465b-8d7d-e5501602b14f} <Debug> TCPHandler: Processed in 0.001229448 sec. | ||
1017 | 2025.05.22 21:18:22.483071 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1018 | 2025.05.22 21:18:22.483187 [ 259 ] {4445b464-0305-4036-9430-afa78687e392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
1019 | 2025.05.22 21:18:22.483367 [ 259 ] {4445b464-0305-4036-9430-afa78687e392} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1020 | 2025.05.22 21:18:22.483394 [ 259 ] {4445b464-0305-4036-9430-afa78687e392} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1021 | 2025.05.22 21:18:22.483536 [ 259 ] {4445b464-0305-4036-9430-afa78687e392} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1022 | 2025.05.22 21:18:22.483585 [ 259 ] {4445b464-0305-4036-9430-afa78687e392} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1023 | 2025.05.22 21:18:22.483677 [ 259 ] {4445b464-0305-4036-9430-afa78687e392} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
1024 | 2025.05.22 21:18:22.483703 [ 259 ] {4445b464-0305-4036-9430-afa78687e392} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1025 | 2025.05.22 21:18:22.483721 [ 259 ] {4445b464-0305-4036-9430-afa78687e392} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
1026 | 2025.05.22 21:18:22.483734 [ 259 ] {4445b464-0305-4036-9430-afa78687e392} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1027 | 2025.05.22 21:18:22.483765 [ 259 ] {4445b464-0305-4036-9430-afa78687e392} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
1028 | 2025.05.22 21:18:22.483782 [ 259 ] {4445b464-0305-4036-9430-afa78687e392} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1029 | 2025.05.22 21:18:22.484173 [ 259 ] {4445b464-0305-4036-9430-afa78687e392} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001026 sec., 3898.635477582846 rows/sec., 179.89 KiB/sec. | ||
1030 | 2025.05.22 21:18:22.484249 [ 259 ] {4445b464-0305-4036-9430-afa78687e392} <Debug> TCPHandler: Processed in 0.001225238 sec. | ||
1031 | 2025.05.22 21:18:22.484427 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1032 | 2025.05.22 21:18:22.484543 [ 259 ] {316efbe8-9ba1-4f2a-8e7f-eab198f2fa56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
1033 | 2025.05.22 21:18:22.484722 [ 259 ] {316efbe8-9ba1-4f2a-8e7f-eab198f2fa56} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1034 | 2025.05.22 21:18:22.484750 [ 259 ] {316efbe8-9ba1-4f2a-8e7f-eab198f2fa56} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1035 | 2025.05.22 21:18:22.484893 [ 259 ] {316efbe8-9ba1-4f2a-8e7f-eab198f2fa56} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1036 | 2025.05.22 21:18:22.484942 [ 259 ] {316efbe8-9ba1-4f2a-8e7f-eab198f2fa56} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1037 | 2025.05.22 21:18:22.485033 [ 259 ] {316efbe8-9ba1-4f2a-8e7f-eab198f2fa56} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
1038 | 2025.05.22 21:18:22.485060 [ 259 ] {316efbe8-9ba1-4f2a-8e7f-eab198f2fa56} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1039 | 2025.05.22 21:18:22.485077 [ 259 ] {316efbe8-9ba1-4f2a-8e7f-eab198f2fa56} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
1040 | 2025.05.22 21:18:22.485091 [ 259 ] {316efbe8-9ba1-4f2a-8e7f-eab198f2fa56} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1041 | 2025.05.22 21:18:22.485122 [ 259 ] {316efbe8-9ba1-4f2a-8e7f-eab198f2fa56} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
1042 | 2025.05.22 21:18:22.485138 [ 259 ] {316efbe8-9ba1-4f2a-8e7f-eab198f2fa56} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1043 | 2025.05.22 21:18:22.485575 [ 259 ] {316efbe8-9ba1-4f2a-8e7f-eab198f2fa56} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001072 sec., 3731.3432835820895 rows/sec., 172.17 KiB/sec. | ||
1044 | 2025.05.22 21:18:22.485651 [ 259 ] {316efbe8-9ba1-4f2a-8e7f-eab198f2fa56} <Debug> TCPHandler: Processed in 0.001272288 sec. | ||
1045 | 2025.05.22 21:18:22.485842 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1046 | 2025.05.22 21:18:22.485960 [ 259 ] {828dcc8d-8c5d-4750-809d-5e7170c3f472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
1047 | 2025.05.22 21:18:22.486146 [ 259 ] {828dcc8d-8c5d-4750-809d-5e7170c3f472} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1048 | 2025.05.22 21:18:22.486174 [ 259 ] {828dcc8d-8c5d-4750-809d-5e7170c3f472} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1049 | 2025.05.22 21:18:22.486322 [ 259 ] {828dcc8d-8c5d-4750-809d-5e7170c3f472} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1050 | 2025.05.22 21:18:22.486371 [ 259 ] {828dcc8d-8c5d-4750-809d-5e7170c3f472} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1051 | 2025.05.22 21:18:22.486464 [ 259 ] {828dcc8d-8c5d-4750-809d-5e7170c3f472} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
1052 | 2025.05.22 21:18:22.486490 [ 259 ] {828dcc8d-8c5d-4750-809d-5e7170c3f472} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1053 | 2025.05.22 21:18:22.486508 [ 259 ] {828dcc8d-8c5d-4750-809d-5e7170c3f472} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
1054 | 2025.05.22 21:18:22.486522 [ 259 ] {828dcc8d-8c5d-4750-809d-5e7170c3f472} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1055 | 2025.05.22 21:18:22.486553 [ 259 ] {828dcc8d-8c5d-4750-809d-5e7170c3f472} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
1056 | 2025.05.22 21:18:22.486570 [ 259 ] {828dcc8d-8c5d-4750-809d-5e7170c3f472} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1057 | 2025.05.22 21:18:22.486956 [ 259 ] {828dcc8d-8c5d-4750-809d-5e7170c3f472} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001037 sec., 3857.280617164899 rows/sec., 177.98 KiB/sec. | ||
1058 | 2025.05.22 21:18:22.487029 [ 259 ] {828dcc8d-8c5d-4750-809d-5e7170c3f472} <Debug> TCPHandler: Processed in 0.001235328 sec. | ||
1059 | 2025.05.22 21:18:22.487221 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1060 | 2025.05.22 21:18:22.487338 [ 259 ] {bca3b430-0933-4ab9-bc1a-c2efd392706c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
1061 | 2025.05.22 21:18:22.487522 [ 259 ] {bca3b430-0933-4ab9-bc1a-c2efd392706c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1062 | 2025.05.22 21:18:22.487550 [ 259 ] {bca3b430-0933-4ab9-bc1a-c2efd392706c} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1063 | 2025.05.22 21:18:22.487700 [ 259 ] {bca3b430-0933-4ab9-bc1a-c2efd392706c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1064 | 2025.05.22 21:18:22.487748 [ 259 ] {bca3b430-0933-4ab9-bc1a-c2efd392706c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1065 | 2025.05.22 21:18:22.487841 [ 259 ] {bca3b430-0933-4ab9-bc1a-c2efd392706c} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
1066 | 2025.05.22 21:18:22.487867 [ 259 ] {bca3b430-0933-4ab9-bc1a-c2efd392706c} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1067 | 2025.05.22 21:18:22.487884 [ 259 ] {bca3b430-0933-4ab9-bc1a-c2efd392706c} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
1068 | 2025.05.22 21:18:22.487898 [ 259 ] {bca3b430-0933-4ab9-bc1a-c2efd392706c} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1069 | 2025.05.22 21:18:22.487928 [ 259 ] {bca3b430-0933-4ab9-bc1a-c2efd392706c} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1070 | 2025.05.22 21:18:22.487945 [ 259 ] {bca3b430-0933-4ab9-bc1a-c2efd392706c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1071 | 2025.05.22 21:18:22.488333 [ 259 ] {bca3b430-0933-4ab9-bc1a-c2efd392706c} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001035 sec., 3864.734299516909 rows/sec., 178.33 KiB/sec. | ||
1072 | 2025.05.22 21:18:22.488407 [ 259 ] {bca3b430-0933-4ab9-bc1a-c2efd392706c} <Debug> TCPHandler: Processed in 0.001234069 sec. | ||
1073 | 2025.05.22 21:18:22.488584 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1074 | 2025.05.22 21:18:22.488703 [ 259 ] {f4d828c0-e704-4a29-876f-bb5051c354ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) 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: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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
1075 | 2025.05.22 21:18:22.488885 [ 259 ] {f4d828c0-e704-4a29-876f-bb5051c354ba} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1076 | 2025.05.22 21:18:22.488914 [ 259 ] {f4d828c0-e704-4a29-876f-bb5051c354ba} <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: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', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1077 | 2025.05.22 21:18:22.489064 [ 259 ] {f4d828c0-e704-4a29-876f-bb5051c354ba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1078 | 2025.05.22 21:18:22.489113 [ 259 ] {f4d828c0-e704-4a29-876f-bb5051c354ba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1079 | 2025.05.22 21:18:22.489205 [ 259 ] {f4d828c0-e704-4a29-876f-bb5051c354ba} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
1080 | 2025.05.22 21:18:22.489231 [ 259 ] {f4d828c0-e704-4a29-876f-bb5051c354ba} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1081 | 2025.05.22 21:18:22.489249 [ 259 ] {f4d828c0-e704-4a29-876f-bb5051c354ba} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
1082 | 2025.05.22 21:18:22.489262 [ 259 ] {f4d828c0-e704-4a29-876f-bb5051c354ba} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1083 | 2025.05.22 21:18:22.489293 [ 259 ] {f4d828c0-e704-4a29-876f-bb5051c354ba} <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: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', 'http_service:request_latency_histogram'))" | ||
1084 | 2025.05.22 21:18:22.489313 [ 259 ] {f4d828c0-e704-4a29-876f-bb5051c354ba} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1085 | 2025.05.22 21:18:22.489698 [ 259 ] {f4d828c0-e704-4a29-876f-bb5051c354ba} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001037 sec., 3857.280617164899 rows/sec., 177.98 KiB/sec. | ||
1086 | 2025.05.22 21:18:22.489770 [ 259 ] {f4d828c0-e704-4a29-876f-bb5051c354ba} <Debug> TCPHandler: Processed in 0.001234039 sec. | ||
1087 | 2025.05.22 21:18:22.489949 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1088 | 2025.05.22 21:18:22.490067 [ 259 ] {6343c570-5b0e-4503-be5f-74b7dc54c3bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
1089 | 2025.05.22 21:18:22.490249 [ 259 ] {6343c570-5b0e-4503-be5f-74b7dc54c3bb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1090 | 2025.05.22 21:18:22.490278 [ 259 ] {6343c570-5b0e-4503-be5f-74b7dc54c3bb} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1091 | 2025.05.22 21:18:22.490433 [ 259 ] {6343c570-5b0e-4503-be5f-74b7dc54c3bb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1092 | 2025.05.22 21:18:22.490482 [ 259 ] {6343c570-5b0e-4503-be5f-74b7dc54c3bb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1093 | 2025.05.22 21:18:22.490574 [ 259 ] {6343c570-5b0e-4503-be5f-74b7dc54c3bb} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
1094 | 2025.05.22 21:18:22.490600 [ 259 ] {6343c570-5b0e-4503-be5f-74b7dc54c3bb} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1095 | 2025.05.22 21:18:22.490622 [ 259 ] {6343c570-5b0e-4503-be5f-74b7dc54c3bb} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
1096 | 2025.05.22 21:18:22.490637 [ 259 ] {6343c570-5b0e-4503-be5f-74b7dc54c3bb} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1097 | 2025.05.22 21:18:22.490671 [ 259 ] {6343c570-5b0e-4503-be5f-74b7dc54c3bb} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1098 | 2025.05.22 21:18:22.490688 [ 259 ] {6343c570-5b0e-4503-be5f-74b7dc54c3bb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1099 | 2025.05.22 21:18:22.491080 [ 259 ] {6343c570-5b0e-4503-be5f-74b7dc54c3bb} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001055 sec., 3791.4691943127964 rows/sec., 174.95 KiB/sec. | ||
1100 | 2025.05.22 21:18:22.491157 [ 259 ] {6343c570-5b0e-4503-be5f-74b7dc54c3bb} <Debug> TCPHandler: Processed in 0.001256619 sec. | ||
1101 | 2025.05.22 21:18:22.491353 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1102 | 2025.05.22 21:18:22.491471 [ 259 ] {669fe3a0-e426-4e5d-ade2-ce104fe09a8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) 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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
1103 | 2025.05.22 21:18:22.491655 [ 259 ] {669fe3a0-e426-4e5d-ade2-ce104fe09a8d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1104 | 2025.05.22 21:18:22.491684 [ 259 ] {669fe3a0-e426-4e5d-ade2-ce104fe09a8d} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1105 | 2025.05.22 21:18:22.491837 [ 259 ] {669fe3a0-e426-4e5d-ade2-ce104fe09a8d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1106 | 2025.05.22 21:18:22.491886 [ 259 ] {669fe3a0-e426-4e5d-ade2-ce104fe09a8d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1107 | 2025.05.22 21:18:22.491979 [ 259 ] {669fe3a0-e426-4e5d-ade2-ce104fe09a8d} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
1108 | 2025.05.22 21:18:22.492005 [ 259 ] {669fe3a0-e426-4e5d-ade2-ce104fe09a8d} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1109 | 2025.05.22 21:18:22.492022 [ 259 ] {669fe3a0-e426-4e5d-ade2-ce104fe09a8d} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
1110 | 2025.05.22 21:18:22.492037 [ 259 ] {669fe3a0-e426-4e5d-ade2-ce104fe09a8d} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1111 | 2025.05.22 21:18:22.492068 [ 259 ] {669fe3a0-e426-4e5d-ade2-ce104fe09a8d} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1112 | 2025.05.22 21:18:22.492086 [ 259 ] {669fe3a0-e426-4e5d-ade2-ce104fe09a8d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1113 | 2025.05.22 21:18:22.492476 [ 259 ] {669fe3a0-e426-4e5d-ade2-ce104fe09a8d} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001047 sec., 3820.4393505253106 rows/sec., 176.28 KiB/sec. | ||
1114 | 2025.05.22 21:18:22.492550 [ 259 ] {669fe3a0-e426-4e5d-ade2-ce104fe09a8d} <Debug> TCPHandler: Processed in 0.001245428 sec. | ||
1115 | 2025.05.22 21:18:22.495811 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1116 | 2025.05.22 21:18:22.495935 [ 259 ] {a034f288-7b72-4ac7-8628-adf7a60e9cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
1117 | 2025.05.22 21:18:22.495982 [ 259 ] {a034f288-7b72-4ac7-8628-adf7a60e9cfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1118 | 2025.05.22 21:18:22.496543 [ 259 ] {a034f288-7b72-4ac7-8628-adf7a60e9cfd} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1119 | 2025.05.22 21:18:22.496590 [ 259 ] {a034f288-7b72-4ac7-8628-adf7a60e9cfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1120 | 2025.05.22 21:18:22.497061 [ 259 ] {a034f288-7b72-4ac7-8628-adf7a60e9cfd} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1121 | 2025.05.22 21:18:22.497254 [ 259 ] {a034f288-7b72-4ac7-8628-adf7a60e9cfd} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1122 | 2025.05.22 21:18:22.497395 [ 259 ] {a034f288-7b72-4ac7-8628-adf7a60e9cfd} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.001496 sec., 9358.288770053476 rows/sec., 1.31 MiB/sec. | ||
1123 | 2025.05.22 21:18:22.497432 [ 259 ] {a034f288-7b72-4ac7-8628-adf7a60e9cfd} <Debug> TCPHandler: Processed in 0.001679355 sec. | ||
1124 | 2025.05.22 21:18:22.497530 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1125 | 2025.05.22 21:18:22.497622 [ 259 ] {c401857a-ea07-4253-9b53-3923efef2571} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1126 | 2025.05.22 21:18:22.497661 [ 259 ] {c401857a-ea07-4253-9b53-3923efef2571} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1127 | 2025.05.22 21:18:22.498056 [ 259 ] {c401857a-ea07-4253-9b53-3923efef2571} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1128 | 2025.05.22 21:18:22.498092 [ 259 ] {c401857a-ea07-4253-9b53-3923efef2571} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1129 | 2025.05.22 21:18:22.498376 [ 259 ] {c401857a-ea07-4253-9b53-3923efef2571} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1130 | 2025.05.22 21:18:22.498588 [ 259 ] {c401857a-ea07-4253-9b53-3923efef2571} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): 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.05.22 21:18:22.498715 [ 259 ] {c401857a-ea07-4253-9b53-3923efef2571} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001111 sec., 23402.340234023402 rows/sec., 1.74 MiB/sec. | ||
1132 | 2025.05.22 21:18:22.498750 [ 259 ] {c401857a-ea07-4253-9b53-3923efef2571} <Debug> TCPHandler: Processed in 0.001267589 sec. | ||
1133 | 2025.05.22 21:18:22.498859 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1134 | 2025.05.22 21:18:22.498951 [ 259 ] {7375ef09-3833-403b-90b0-91f51b96bf02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1135 | 2025.05.22 21:18:22.498988 [ 259 ] {7375ef09-3833-403b-90b0-91f51b96bf02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1136 | 2025.05.22 21:18:22.499451 [ 259 ] {7375ef09-3833-403b-90b0-91f51b96bf02} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1137 | 2025.05.22 21:18:22.499486 [ 259 ] {7375ef09-3833-403b-90b0-91f51b96bf02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1138 | 2025.05.22 21:18:22.499766 [ 259 ] {7375ef09-3833-403b-90b0-91f51b96bf02} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1139 | 2025.05.22 21:18:22.499965 [ 259 ] {7375ef09-3833-403b-90b0-91f51b96bf02} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1140 | 2025.05.22 21:18:22.500086 [ 259 ] {7375ef09-3833-403b-90b0-91f51b96bf02} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001152 sec., 24305.555555555555 rows/sec., 1.90 MiB/sec. | ||
1141 | 2025.05.22 21:18:22.500120 [ 259 ] {7375ef09-3833-403b-90b0-91f51b96bf02} <Debug> TCPHandler: Processed in 0.00130931 sec. | ||
1142 | 2025.05.22 21:18:22.500228 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1143 | 2025.05.22 21:18:22.500320 [ 259 ] {a9e040cf-d6ed-4fa0-bfd2-e6196e2e8a97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1144 | 2025.05.22 21:18:22.500360 [ 259 ] {a9e040cf-d6ed-4fa0-bfd2-e6196e2e8a97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1145 | 2025.05.22 21:18:22.500717 [ 259 ] {a9e040cf-d6ed-4fa0-bfd2-e6196e2e8a97} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1146 | 2025.05.22 21:18:22.500753 [ 259 ] {a9e040cf-d6ed-4fa0-bfd2-e6196e2e8a97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1147 | 2025.05.22 21:18:22.501065 [ 259 ] {a9e040cf-d6ed-4fa0-bfd2-e6196e2e8a97} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1148 | 2025.05.22 21:18:22.501268 [ 259 ] {a9e040cf-d6ed-4fa0-bfd2-e6196e2e8a97} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1149 | 2025.05.22 21:18:22.501386 [ 259 ] {a9e040cf-d6ed-4fa0-bfd2-e6196e2e8a97} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.001084 sec., 73800.73800738007 rows/sec., 5.12 MiB/sec. | ||
1150 | 2025.05.22 21:18:22.501420 [ 259 ] {a9e040cf-d6ed-4fa0-bfd2-e6196e2e8a97} <Debug> TCPHandler: Processed in 0.001241138 sec. | ||
1151 | 2025.05.22 21:18:22.501532 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1152 | 2025.05.22 21:18:22.501623 [ 259 ] {d4be0d1e-7e5d-4f06-ac28-b26e83d74bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1153 | 2025.05.22 21:18:22.501662 [ 259 ] {d4be0d1e-7e5d-4f06-ac28-b26e83d74bcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1154 | 2025.05.22 21:18:22.501965 [ 259 ] {d4be0d1e-7e5d-4f06-ac28-b26e83d74bcb} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1155 | 2025.05.22 21:18:22.502000 [ 259 ] {d4be0d1e-7e5d-4f06-ac28-b26e83d74bcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1156 | 2025.05.22 21:18:22.502297 [ 259 ] {d4be0d1e-7e5d-4f06-ac28-b26e83d74bcb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1157 | 2025.05.22 21:18:22.502509 [ 259 ] {d4be0d1e-7e5d-4f06-ac28-b26e83d74bcb} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): 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.05.22 21:18:22.502628 [ 259 ] {d4be0d1e-7e5d-4f06-ac28-b26e83d74bcb} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001022 sec., 23483.365949119376 rows/sec., 1.61 MiB/sec. | ||
1159 | 2025.05.22 21:18:22.502661 [ 259 ] {d4be0d1e-7e5d-4f06-ac28-b26e83d74bcb} <Debug> TCPHandler: Processed in 0.001178288 sec. | ||
1160 | 2025.05.22 21:18:23.731653 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
1161 | 2025.05.22 21:18:23.732139 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1162 | 2025.05.22 21:18:23.732187 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1163 | 2025.05.22 21:18:23.732784 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1164 | 2025.05.22 21:18:23.733042 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1165 | 2025.05.22 21:18:23.733169 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
1166 | 2025.05.22 21:18:23.889514 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
1167 | 2025.05.22 21:18:23.906239 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1168 | 2025.05.22 21:18:23.906295 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1169 | 2025.05.22 21:18:23.911872 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1170 | 2025.05.22 21:18:23.912561 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1171 | 2025.05.22 21:18:23.915610 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
1172 | 2025.05.22 21:18:27.445266 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1173 | 2025.05.22 21:18:27.445547 [ 259 ] {bae6f2e1-2761-4ea5-8b56-668c79788c87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1174 | 2025.05.22 21:18:27.445644 [ 259 ] {bae6f2e1-2761-4ea5-8b56-668c79788c87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1175 | 2025.05.22 21:18:27.446464 [ 259 ] {bae6f2e1-2761-4ea5-8b56-668c79788c87} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1176 | 2025.05.22 21:18:27.446515 [ 259 ] {bae6f2e1-2761-4ea5-8b56-668c79788c87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1177 | 2025.05.22 21:18:27.446907 [ 259 ] {bae6f2e1-2761-4ea5-8b56-668c79788c87} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1178 | 2025.05.22 21:18:27.447135 [ 259 ] {bae6f2e1-2761-4ea5-8b56-668c79788c87} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1179 | 2025.05.22 21:18:27.447290 [ 259 ] {bae6f2e1-2761-4ea5-8b56-668c79788c87} <Debug> executeQuery: Read 90 rows, 8.07 KiB in 0.001814 sec., 49614.112458654905 rows/sec., 4.35 MiB/sec. | ||
1180 | 2025.05.22 21:18:27.447336 [ 259 ] {bae6f2e1-2761-4ea5-8b56-668c79788c87} <Debug> TCPHandler: Processed in 0.002231504 sec. | ||
1181 | 2025.05.22 21:18:27.447465 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1182 | 2025.05.22 21:18:27.447569 [ 259 ] {6c5bcd5e-6c56-4fe1-a6e7-604f403e0cc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1183 | 2025.05.22 21:18:27.447610 [ 259 ] {6c5bcd5e-6c56-4fe1-a6e7-604f403e0cc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1184 | 2025.05.22 21:18:27.448028 [ 259 ] {6c5bcd5e-6c56-4fe1-a6e7-604f403e0cc5} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1185 | 2025.05.22 21:18:27.448064 [ 259 ] {6c5bcd5e-6c56-4fe1-a6e7-604f403e0cc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1186 | 2025.05.22 21:18:27.448363 [ 259 ] {6c5bcd5e-6c56-4fe1-a6e7-604f403e0cc5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1187 | 2025.05.22 21:18:27.448567 [ 259 ] {6c5bcd5e-6c56-4fe1-a6e7-604f403e0cc5} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1188 | 2025.05.22 21:18:27.448697 [ 259 ] {6c5bcd5e-6c56-4fe1-a6e7-604f403e0cc5} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001152 sec., 27777.777777777777 rows/sec., 2.04 MiB/sec. | ||
1189 | 2025.05.22 21:18:27.448734 [ 259 ] {6c5bcd5e-6c56-4fe1-a6e7-604f403e0cc5} <Debug> TCPHandler: Processed in 0.001322489 sec. | ||
1190 | 2025.05.22 21:18:27.448834 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1191 | 2025.05.22 21:18:27.448932 [ 259 ] {fb5f5f26-3dd6-4b5f-973d-03527991c2d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1192 | 2025.05.22 21:18:27.448970 [ 259 ] {fb5f5f26-3dd6-4b5f-973d-03527991c2d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1193 | 2025.05.22 21:18:27.449376 [ 259 ] {fb5f5f26-3dd6-4b5f-973d-03527991c2d9} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1194 | 2025.05.22 21:18:27.449413 [ 259 ] {fb5f5f26-3dd6-4b5f-973d-03527991c2d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1195 | 2025.05.22 21:18:27.449703 [ 259 ] {fb5f5f26-3dd6-4b5f-973d-03527991c2d9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1196 | 2025.05.22 21:18:27.449921 [ 259 ] {fb5f5f26-3dd6-4b5f-973d-03527991c2d9} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1197 | 2025.05.22 21:18:27.450045 [ 259 ] {fb5f5f26-3dd6-4b5f-973d-03527991c2d9} <Debug> executeQuery: Read 60 rows, 4.80 KiB in 0.001133 sec., 52956.7519858782 rows/sec., 4.14 MiB/sec. | ||
1198 | 2025.05.22 21:18:27.450082 [ 259 ] {fb5f5f26-3dd6-4b5f-973d-03527991c2d9} <Debug> TCPHandler: Processed in 0.00129786 sec. | ||
1199 | 2025.05.22 21:18:27.450219 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1200 | 2025.05.22 21:18:27.450342 [ 259 ] {102d58e9-fddf-4258-b382-d9860a32625e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1201 | 2025.05.22 21:18:27.450393 [ 259 ] {102d58e9-fddf-4258-b382-d9860a32625e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1202 | 2025.05.22 21:18:27.450846 [ 259 ] {102d58e9-fddf-4258-b382-d9860a32625e} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1203 | 2025.05.22 21:18:27.450889 [ 259 ] {102d58e9-fddf-4258-b382-d9860a32625e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1204 | 2025.05.22 21:18:27.451253 [ 259 ] {102d58e9-fddf-4258-b382-d9860a32625e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1205 | 2025.05.22 21:18:27.451464 [ 259 ] {102d58e9-fddf-4258-b382-d9860a32625e} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1206 | 2025.05.22 21:18:27.451587 [ 259 ] {102d58e9-fddf-4258-b382-d9860a32625e} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001271 sec., 78678.20613690007 rows/sec., 5.45 MiB/sec. | ||
1207 | 2025.05.22 21:18:27.451623 [ 259 ] {102d58e9-fddf-4258-b382-d9860a32625e} <Debug> TCPHandler: Processed in 0.001463531 sec. | ||
1208 | 2025.05.22 21:18:27.451731 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1209 | 2025.05.22 21:18:27.451824 [ 259 ] {86b67187-2bf7-4599-a018-e42a84046e35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1210 | 2025.05.22 21:18:27.451876 [ 259 ] {86b67187-2bf7-4599-a018-e42a84046e35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1211 | 2025.05.22 21:18:27.452645 [ 259 ] {86b67187-2bf7-4599-a018-e42a84046e35} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1212 | 2025.05.22 21:18:27.452682 [ 259 ] {86b67187-2bf7-4599-a018-e42a84046e35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1213 | 2025.05.22 21:18:27.453207 [ 259 ] {86b67187-2bf7-4599-a018-e42a84046e35} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1214 | 2025.05.22 21:18:27.453421 [ 259 ] {86b67187-2bf7-4599-a018-e42a84046e35} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1215 | 2025.05.22 21:18:27.453550 [ 259 ] {86b67187-2bf7-4599-a018-e42a84046e35} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001744 sec., 18348.623853211007 rows/sec., 32.88 MiB/sec. | ||
1216 | 2025.05.22 21:18:27.453598 [ 259 ] {86b67187-2bf7-4599-a018-e42a84046e35} <Debug> TCPHandler: Processed in 0.001914159 sec. | ||
1217 | 2025.05.22 21:18:27.453708 [ 259 ] {} <Trace> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1218 | 2025.05.22 21:18:27.453801 [ 259 ] {b9db6f04-6834-473f-866c-119863d56584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1219 | 2025.05.22 21:18:27.453842 [ 259 ] {b9db6f04-6834-473f-866c-119863d56584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1220 | 2025.05.22 21:18:27.454153 [ 259 ] {b9db6f04-6834-473f-866c-119863d56584} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1221 | 2025.05.22 21:18:27.454188 [ 259 ] {b9db6f04-6834-473f-866c-119863d56584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1222 | 2025.05.22 21:18:27.454476 [ 259 ] {b9db6f04-6834-473f-866c-119863d56584} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1223 | 2025.05.22 21:18:27.454687 [ 259 ] {b9db6f04-6834-473f-866c-119863d56584} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1224 | 2025.05.22 21:18:27.454807 [ 259 ] {b9db6f04-6834-473f-866c-119863d56584} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001025 sec., 29268.292682926825 rows/sec., 2.01 MiB/sec. | ||
1225 | 2025.05.22 21:18:27.454841 [ 259 ] {b9db6f04-6834-473f-866c-119863d56584} <Debug> TCPHandler: Processed in 0.001180677 sec. | ||
1226 | 2025.05.22 21:18:31.183097 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1227 | 2025.05.22 21:18:31.183213 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1228 | 2025.05.22 21:18:31.221273 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 158 | ||
1229 | 2025.05.22 21:18:31.223925 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1230 | 2025.05.22 21:18:31.223971 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1231 | 2025.05.22 21:18:31.225158 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1232 | 2025.05.22 21:18:31.225434 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1233 | 2025.05.22 21:18:31.225740 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 158 | ||
1234 | 2025.05.22 21:18:31.234270 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
1235 | 2025.05.22 21:18:31.234831 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1236 | 2025.05.22 21:18:31.234878 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1237 | 2025.05.22 21:18:31.235356 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1238 | 2025.05.22 21:18:31.235580 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1239 | 2025.05.22 21:18:31.235705 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
1240 | 2025.05.22 21:18:31.416624 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
1241 | 2025.05.22 21:18:31.434376 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1242 | 2025.05.22 21:18:31.434438 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1243 | 2025.05.22 21:18:31.440530 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1244 | 2025.05.22 21:18:31.441214 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1245 | 2025.05.22 21:18:31.444594 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
1246 | 2025.05.22 21:18:32.116632 [ 259 ] {} <Debug> TCPHandler: Done processing connection. | ||
1247 | 2025.05.22 21:18:32.116735 [ 259 ] {} <Debug> TCP-Session: 366ce600-156b-48cc-bc95-a2ebcaa09407 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1248 | 2025.05.22 21:18:32.443493 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1249 | 2025.05.22 21:18:32.443689 [ 261 ] {7a7be944-4b9f-4357-8bd0-67897f15161f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1250 | 2025.05.22 21:18:32.443759 [ 261 ] {7a7be944-4b9f-4357-8bd0-67897f15161f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1251 | 2025.05.22 21:18:32.444464 [ 261 ] {7a7be944-4b9f-4357-8bd0-67897f15161f} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1252 | 2025.05.22 21:18:32.444505 [ 261 ] {7a7be944-4b9f-4357-8bd0-67897f15161f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1253 | 2025.05.22 21:18:32.444901 [ 261 ] {7a7be944-4b9f-4357-8bd0-67897f15161f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1254 | 2025.05.22 21:18:32.445132 [ 261 ] {7a7be944-4b9f-4357-8bd0-67897f15161f} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1255 | 2025.05.22 21:18:32.445278 [ 261 ] {7a7be944-4b9f-4357-8bd0-67897f15161f} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001643 sec., 15824.71089470481 rows/sec., 1.18 MiB/sec. | ||
1256 | 2025.05.22 21:18:32.445323 [ 261 ] {7a7be944-4b9f-4357-8bd0-67897f15161f} <Debug> TCPHandler: Processed in 0.001963029 sec. | ||
1257 | 2025.05.22 21:18:32.445451 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1258 | 2025.05.22 21:18:32.445554 [ 261 ] {5b536434-892c-4afd-a99a-849a44682ba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1259 | 2025.05.22 21:18:32.445593 [ 261 ] {5b536434-892c-4afd-a99a-849a44682ba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1260 | 2025.05.22 21:18:32.446001 [ 261 ] {5b536434-892c-4afd-a99a-849a44682ba2} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1261 | 2025.05.22 21:18:32.446036 [ 261 ] {5b536434-892c-4afd-a99a-849a44682ba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1262 | 2025.05.22 21:18:32.446381 [ 261 ] {5b536434-892c-4afd-a99a-849a44682ba2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1263 | 2025.05.22 21:18:32.446592 [ 261 ] {5b536434-892c-4afd-a99a-849a44682ba2} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1264 | 2025.05.22 21:18:32.446713 [ 261 ] {5b536434-892c-4afd-a99a-849a44682ba2} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001177 sec., 23789.2948173322 rows/sec., 1.86 MiB/sec. | ||
1265 | 2025.05.22 21:18:32.446749 [ 261 ] {5b536434-892c-4afd-a99a-849a44682ba2} <Debug> TCPHandler: Processed in 0.00134624 sec. | ||
1266 | 2025.05.22 21:18:32.446868 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1267 | 2025.05.22 21:18:32.446970 [ 261 ] {dd46b8bd-a9dd-4f26-9aa2-b5c4bca10621} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1268 | 2025.05.22 21:18:32.447012 [ 261 ] {dd46b8bd-a9dd-4f26-9aa2-b5c4bca10621} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1269 | 2025.05.22 21:18:32.447400 [ 261 ] {dd46b8bd-a9dd-4f26-9aa2-b5c4bca10621} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1270 | 2025.05.22 21:18:32.447433 [ 261 ] {dd46b8bd-a9dd-4f26-9aa2-b5c4bca10621} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1271 | 2025.05.22 21:18:32.447740 [ 261 ] {dd46b8bd-a9dd-4f26-9aa2-b5c4bca10621} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1272 | 2025.05.22 21:18:32.447939 [ 261 ] {dd46b8bd-a9dd-4f26-9aa2-b5c4bca10621} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1273 | 2025.05.22 21:18:32.448058 [ 261 ] {dd46b8bd-a9dd-4f26-9aa2-b5c4bca10621} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001107 sec., 90334.2366757001 rows/sec., 6.26 MiB/sec. | ||
1274 | 2025.05.22 21:18:32.448092 [ 261 ] {dd46b8bd-a9dd-4f26-9aa2-b5c4bca10621} <Debug> TCPHandler: Processed in 0.001280989 sec. | ||
1275 | 2025.05.22 21:18:32.448214 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1276 | 2025.05.22 21:18:32.448315 [ 261 ] {ffd84bed-58f7-409a-8a6f-10e38a8110ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1277 | 2025.05.22 21:18:32.448354 [ 261 ] {ffd84bed-58f7-409a-8a6f-10e38a8110ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1278 | 2025.05.22 21:18:32.448671 [ 261 ] {ffd84bed-58f7-409a-8a6f-10e38a8110ef} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1279 | 2025.05.22 21:18:32.448705 [ 261 ] {ffd84bed-58f7-409a-8a6f-10e38a8110ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1280 | 2025.05.22 21:18:32.449010 [ 261 ] {ffd84bed-58f7-409a-8a6f-10e38a8110ef} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1281 | 2025.05.22 21:18:32.449207 [ 261 ] {ffd84bed-58f7-409a-8a6f-10e38a8110ef} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1282 | 2025.05.22 21:18:32.449328 [ 261 ] {ffd84bed-58f7-409a-8a6f-10e38a8110ef} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001039 sec., 28873.917228103946 rows/sec., 1.98 MiB/sec. | ||
1283 | 2025.05.22 21:18:32.449361 [ 261 ] {ffd84bed-58f7-409a-8a6f-10e38a8110ef} <Debug> TCPHandler: Processed in 0.001202988 sec. | ||
1284 | 2025.05.22 21:18:33.001158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 174.51 MiB, peak 179.63 MiB, free memory in arenas 0.00 B, will set to 176.36 MiB (RSS), difference: 1.85 MiB | ||
1285 | 2025.05.22 21:18:37.441997 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1286 | 2025.05.22 21:18:37.442260 [ 261 ] {6a061a84-4df5-478e-bc47-14a5e44ec701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
1287 | 2025.05.22 21:18:37.442612 [ 261 ] {6a061a84-4df5-478e-bc47-14a5e44ec701} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1288 | 2025.05.22 21:18:37.442646 [ 261 ] {6a061a84-4df5-478e-bc47-14a5e44ec701} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1289 | 2025.05.22 21:18:37.442867 [ 261 ] {6a061a84-4df5-478e-bc47-14a5e44ec701} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1290 | 2025.05.22 21:18:37.442937 [ 261 ] {6a061a84-4df5-478e-bc47-14a5e44ec701} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1291 | 2025.05.22 21:18:37.443077 [ 261 ] {6a061a84-4df5-478e-bc47-14a5e44ec701} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1292 | 2025.05.22 21:18:37.443277 [ 290 ] {6a061a84-4df5-478e-bc47-14a5e44ec701} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1293 | 2025.05.22 21:18:37.443366 [ 292 ] {6a061a84-4df5-478e-bc47-14a5e44ec701} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1294 | 2025.05.22 21:18:37.443501 [ 261 ] {6a061a84-4df5-478e-bc47-14a5e44ec701} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
1295 | 2025.05.22 21:18:37.443537 [ 261 ] {6a061a84-4df5-478e-bc47-14a5e44ec701} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1296 | 2025.05.22 21:18:37.447603 [ 261 ] {6a061a84-4df5-478e-bc47-14a5e44ec701} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1297 | 2025.05.22 21:18:37.447643 [ 261 ] {6a061a84-4df5-478e-bc47-14a5e44ec701} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1298 | 2025.05.22 21:18:37.447713 [ 261 ] {6a061a84-4df5-478e-bc47-14a5e44ec701} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1299 | 2025.05.22 21:18:37.447767 [ 261 ] {6a061a84-4df5-478e-bc47-14a5e44ec701} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1300 | 2025.05.22 21:18:37.448763 [ 261 ] {6a061a84-4df5-478e-bc47-14a5e44ec701} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.006603 sec., 2726.0336210813266 rows/sec., 114.47 KiB/sec. | ||
1301 | 2025.05.22 21:18:37.448894 [ 261 ] {6a061a84-4df5-478e-bc47-14a5e44ec701} <Debug> TCPHandler: Processed in 0.007032905 sec. | ||
1302 | 2025.05.22 21:18:37.454287 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1303 | 2025.05.22 21:18:37.454449 [ 261 ] {e4b4326d-3f7e-4151-bf6d-cbb48361c54e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_port_control_data_link:errors_received') FORMAT Native; (stage: Complete) | ||
1304 | 2025.05.22 21:18:37.454696 [ 261 ] {e4b4326d-3f7e-4151-bf6d-cbb48361c54e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1305 | 2025.05.22 21:18:37.454734 [ 261 ] {e4b4326d-3f7e-4151-bf6d-cbb48361c54e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_port_control_data_link:errors_received')" moved to PREWHERE | ||
1306 | 2025.05.22 21:18:37.454943 [ 261 ] {e4b4326d-3f7e-4151-bf6d-cbb48361c54e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1307 | 2025.05.22 21:18:37.455014 [ 261 ] {e4b4326d-3f7e-4151-bf6d-cbb48361c54e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1308 | 2025.05.22 21:18:37.455136 [ 261 ] {e4b4326d-3f7e-4151-bf6d-cbb48361c54e} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1309 | 2025.05.22 21:18:37.455211 [ 293 ] {e4b4326d-3f7e-4151-bf6d-cbb48361c54e} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1310 | 2025.05.22 21:18:37.455215 [ 290 ] {e4b4326d-3f7e-4151-bf6d-cbb48361c54e} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1311 | 2025.05.22 21:18:37.455348 [ 261 ] {e4b4326d-3f7e-4151-bf6d-cbb48361c54e} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
1312 | 2025.05.22 21:18:37.455378 [ 261 ] {e4b4326d-3f7e-4151-bf6d-cbb48361c54e} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1313 | 2025.05.22 21:18:37.455436 [ 261 ] {e4b4326d-3f7e-4151-bf6d-cbb48361c54e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1314 | 2025.05.22 21:18:37.455453 [ 261 ] {e4b4326d-3f7e-4151-bf6d-cbb48361c54e} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1315 | 2025.05.22 21:18:37.455483 [ 261 ] {e4b4326d-3f7e-4151-bf6d-cbb48361c54e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_port_control_data_link:errors_received'))" | ||
1316 | 2025.05.22 21:18:37.455513 [ 261 ] {e4b4326d-3f7e-4151-bf6d-cbb48361c54e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_port_control_data_link:errors_received'))" | ||
1317 | 2025.05.22 21:18:37.456233 [ 261 ] {e4b4326d-3f7e-4151-bf6d-cbb48361c54e} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.001846 sec., 9750.812567713976 rows/sec., 409.46 KiB/sec. | ||
1318 | 2025.05.22 21:18:37.456337 [ 261 ] {e4b4326d-3f7e-4151-bf6d-cbb48361c54e} <Debug> TCPHandler: Processed in 0.002114001 sec. | ||
1319 | 2025.05.22 21:18:37.456618 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1320 | 2025.05.22 21:18:37.456744 [ 261 ] {e3df1a95-d54d-4031-af15-c45fb4827c0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent') FORMAT Native; (stage: Complete) | ||
1321 | 2025.05.22 21:18:37.457026 [ 261 ] {e3df1a95-d54d-4031-af15-c45fb4827c0f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1322 | 2025.05.22 21:18:37.457057 [ 261 ] {e3df1a95-d54d-4031-af15-c45fb4827c0f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent')" moved to PREWHERE | ||
1323 | 2025.05.22 21:18:37.457224 [ 261 ] {e3df1a95-d54d-4031-af15-c45fb4827c0f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1324 | 2025.05.22 21:18:37.457275 [ 261 ] {e3df1a95-d54d-4031-af15-c45fb4827c0f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1325 | 2025.05.22 21:18:37.457370 [ 261 ] {e3df1a95-d54d-4031-af15-c45fb4827c0f} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
1326 | 2025.05.22 21:18:37.457433 [ 293 ] {e3df1a95-d54d-4031-af15-c45fb4827c0f} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1327 | 2025.05.22 21:18:37.457448 [ 292 ] {e3df1a95-d54d-4031-af15-c45fb4827c0f} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1328 | 2025.05.22 21:18:37.457536 [ 261 ] {e3df1a95-d54d-4031-af15-c45fb4827c0f} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
1329 | 2025.05.22 21:18:37.457561 [ 261 ] {e3df1a95-d54d-4031-af15-c45fb4827c0f} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1330 | 2025.05.22 21:18:37.457614 [ 261 ] {e3df1a95-d54d-4031-af15-c45fb4827c0f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1331 | 2025.05.22 21:18:37.457630 [ 261 ] {e3df1a95-d54d-4031-af15-c45fb4827c0f} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1332 | 2025.05.22 21:18:37.457659 [ 261 ] {e3df1a95-d54d-4031-af15-c45fb4827c0f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent'))" | ||
1333 | 2025.05.22 21:18:37.457688 [ 261 ] {e3df1a95-d54d-4031-af15-c45fb4827c0f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent'))" | ||
1334 | 2025.05.22 21:18:37.458267 [ 261 ] {e3df1a95-d54d-4031-af15-c45fb4827c0f} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.001571 sec., 11457.670273711014 rows/sec., 481.13 KiB/sec. | ||
1335 | 2025.05.22 21:18:37.458363 [ 261 ] {e3df1a95-d54d-4031-af15-c45fb4827c0f} <Debug> TCPHandler: Processed in 0.001793377 sec. | ||
1336 | 2025.05.22 21:18:37.458628 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1337 | 2025.05.22 21:18:37.458753 [ 261 ] {4d6c422c-77f0-473c-bc29-1f9713f6213e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent') FORMAT Native; (stage: Complete) | ||
1338 | 2025.05.22 21:18:37.458946 [ 261 ] {4d6c422c-77f0-473c-bc29-1f9713f6213e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1339 | 2025.05.22 21:18:37.458976 [ 261 ] {4d6c422c-77f0-473c-bc29-1f9713f6213e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent')" moved to PREWHERE | ||
1340 | 2025.05.22 21:18:37.459144 [ 261 ] {4d6c422c-77f0-473c-bc29-1f9713f6213e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1341 | 2025.05.22 21:18:37.459194 [ 261 ] {4d6c422c-77f0-473c-bc29-1f9713f6213e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1342 | 2025.05.22 21:18:37.459289 [ 261 ] {4d6c422c-77f0-473c-bc29-1f9713f6213e} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1343 | 2025.05.22 21:18:37.459348 [ 290 ] {4d6c422c-77f0-473c-bc29-1f9713f6213e} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1344 | 2025.05.22 21:18:37.459355 [ 293 ] {4d6c422c-77f0-473c-bc29-1f9713f6213e} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1345 | 2025.05.22 21:18:37.459445 [ 261 ] {4d6c422c-77f0-473c-bc29-1f9713f6213e} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
1346 | 2025.05.22 21:18:37.459470 [ 261 ] {4d6c422c-77f0-473c-bc29-1f9713f6213e} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1347 | 2025.05.22 21:18:37.459522 [ 261 ] {4d6c422c-77f0-473c-bc29-1f9713f6213e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1348 | 2025.05.22 21:18:37.459539 [ 261 ] {4d6c422c-77f0-473c-bc29-1f9713f6213e} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1349 | 2025.05.22 21:18:37.459567 [ 261 ] {4d6c422c-77f0-473c-bc29-1f9713f6213e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent'))" | ||
1350 | 2025.05.22 21:18:37.459597 [ 261 ] {4d6c422c-77f0-473c-bc29-1f9713f6213e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent'))" | ||
1351 | 2025.05.22 21:18:37.460113 [ 261 ] {4d6c422c-77f0-473c-bc29-1f9713f6213e} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.001442 sec., 12482.662968099861 rows/sec., 524.17 KiB/sec. | ||
1352 | 2025.05.22 21:18:37.460207 [ 261 ] {4d6c422c-77f0-473c-bc29-1f9713f6213e} <Debug> TCPHandler: Processed in 0.001667255 sec. | ||
1353 | 2025.05.22 21:18:37.460445 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1354 | 2025.05.22 21:18:37.460627 [ 261 ] {271a4ef6-ccc0-4995-8aed-ee5998834882} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_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') FORMAT Native; (stage: Complete) | ||
1355 | 2025.05.22 21:18:37.460822 [ 261 ] {271a4ef6-ccc0-4995-8aed-ee5998834882} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1356 | 2025.05.22 21:18:37.460853 [ 261 ] {271a4ef6-ccc0-4995-8aed-ee5998834882} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_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')" moved to PREWHERE | ||
1357 | 2025.05.22 21:18:37.461043 [ 261 ] {271a4ef6-ccc0-4995-8aed-ee5998834882} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1358 | 2025.05.22 21:18:37.461095 [ 261 ] {271a4ef6-ccc0-4995-8aed-ee5998834882} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1359 | 2025.05.22 21:18:37.461189 [ 261 ] {271a4ef6-ccc0-4995-8aed-ee5998834882} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1360 | 2025.05.22 21:18:37.461246 [ 292 ] {271a4ef6-ccc0-4995-8aed-ee5998834882} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1361 | 2025.05.22 21:18:37.461249 [ 290 ] {271a4ef6-ccc0-4995-8aed-ee5998834882} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1362 | 2025.05.22 21:18:37.461358 [ 261 ] {271a4ef6-ccc0-4995-8aed-ee5998834882} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
1363 | 2025.05.22 21:18:37.461384 [ 261 ] {271a4ef6-ccc0-4995-8aed-ee5998834882} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1364 | 2025.05.22 21:18:37.461436 [ 261 ] {271a4ef6-ccc0-4995-8aed-ee5998834882} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1365 | 2025.05.22 21:18:37.461452 [ 261 ] {271a4ef6-ccc0-4995-8aed-ee5998834882} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1366 | 2025.05.22 21:18:37.461481 [ 261 ] {271a4ef6-ccc0-4995-8aed-ee5998834882} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_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'))" | ||
1367 | 2025.05.22 21:18:37.461516 [ 261 ] {271a4ef6-ccc0-4995-8aed-ee5998834882} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_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'))" | ||
1368 | 2025.05.22 21:18:37.462105 [ 261 ] {271a4ef6-ccc0-4995-8aed-ee5998834882} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.001526 sec., 11795.543905635648 rows/sec., 495.32 KiB/sec. | ||
1369 | 2025.05.22 21:18:37.462206 [ 261 ] {271a4ef6-ccc0-4995-8aed-ee5998834882} <Debug> TCPHandler: Processed in 0.001751836 sec. | ||
1370 | 2025.05.22 21:18:37.462430 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1371 | 2025.05.22 21:18:37.462555 [ 261 ] {306bd00a-1ef3-40f3-8167-76e441f4f9b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_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') FORMAT Native; (stage: Complete) | ||
1372 | 2025.05.22 21:18:37.462762 [ 261 ] {306bd00a-1ef3-40f3-8167-76e441f4f9b1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1373 | 2025.05.22 21:18:37.462793 [ 261 ] {306bd00a-1ef3-40f3-8167-76e441f4f9b1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_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')" moved to PREWHERE | ||
1374 | 2025.05.22 21:18:37.462963 [ 261 ] {306bd00a-1ef3-40f3-8167-76e441f4f9b1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1375 | 2025.05.22 21:18:37.463013 [ 261 ] {306bd00a-1ef3-40f3-8167-76e441f4f9b1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1376 | 2025.05.22 21:18:37.463107 [ 261 ] {306bd00a-1ef3-40f3-8167-76e441f4f9b1} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
1377 | 2025.05.22 21:18:37.463163 [ 292 ] {306bd00a-1ef3-40f3-8167-76e441f4f9b1} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1378 | 2025.05.22 21:18:37.463167 [ 293 ] {306bd00a-1ef3-40f3-8167-76e441f4f9b1} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1379 | 2025.05.22 21:18:37.463267 [ 261 ] {306bd00a-1ef3-40f3-8167-76e441f4f9b1} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1380 | 2025.05.22 21:18:37.463293 [ 261 ] {306bd00a-1ef3-40f3-8167-76e441f4f9b1} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1381 | 2025.05.22 21:18:37.463344 [ 261 ] {306bd00a-1ef3-40f3-8167-76e441f4f9b1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1382 | 2025.05.22 21:18:37.463361 [ 261 ] {306bd00a-1ef3-40f3-8167-76e441f4f9b1} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1383 | 2025.05.22 21:18:37.463389 [ 261 ] {306bd00a-1ef3-40f3-8167-76e441f4f9b1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_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'))" | ||
1384 | 2025.05.22 21:18:37.463417 [ 261 ] {306bd00a-1ef3-40f3-8167-76e441f4f9b1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_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'))" | ||
1385 | 2025.05.22 21:18:37.463997 [ 261 ] {306bd00a-1ef3-40f3-8167-76e441f4f9b1} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.001489 sec., 12088.65010073875 rows/sec., 507.63 KiB/sec. | ||
1386 | 2025.05.22 21:18:37.464094 [ 261 ] {306bd00a-1ef3-40f3-8167-76e441f4f9b1} <Debug> TCPHandler: Processed in 0.001711456 sec. | ||
1387 | 2025.05.22 21:18:37.482983 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1388 | 2025.05.22 21:18:37.483115 [ 261 ] {3dd91bc6-616c-4241-9b1d-a52fea961406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
1389 | 2025.05.22 21:18:37.483166 [ 261 ] {3dd91bc6-616c-4241-9b1d-a52fea961406} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1390 | 2025.05.22 21:18:37.483793 [ 261 ] {3dd91bc6-616c-4241-9b1d-a52fea961406} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1391 | 2025.05.22 21:18:37.483835 [ 261 ] {3dd91bc6-616c-4241-9b1d-a52fea961406} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1392 | 2025.05.22 21:18:37.484271 [ 261 ] {3dd91bc6-616c-4241-9b1d-a52fea961406} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1393 | 2025.05.22 21:18:37.484462 [ 261 ] {3dd91bc6-616c-4241-9b1d-a52fea961406} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1394 | 2025.05.22 21:18:37.484604 [ 261 ] {3dd91bc6-616c-4241-9b1d-a52fea961406} <Debug> executeQuery: Read 6 rows, 2.84 KiB in 0.001526 sec., 3931.847968545216 rows/sec., 1.82 MiB/sec. | ||
1395 | 2025.05.22 21:18:37.484642 [ 261 ] {3dd91bc6-616c-4241-9b1d-a52fea961406} <Debug> TCPHandler: Processed in 0.001720976 sec. | ||
1396 | 2025.05.22 21:18:37.484788 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1397 | 2025.05.22 21:18:37.484907 [ 261 ] {f72d008b-f245-43c7-a679-5cff067720fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
1398 | 2025.05.22 21:18:37.484955 [ 261 ] {f72d008b-f245-43c7-a679-5cff067720fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
1399 | 2025.05.22 21:18:37.487466 [ 261 ] {f72d008b-f245-43c7-a679-5cff067720fd} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1400 | 2025.05.22 21:18:37.487507 [ 261 ] {f72d008b-f245-43c7-a679-5cff067720fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1401 | 2025.05.22 21:18:37.487908 [ 261 ] {f72d008b-f245-43c7-a679-5cff067720fd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1402 | 2025.05.22 21:18:37.488159 [ 261 ] {f72d008b-f245-43c7-a679-5cff067720fd} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1403 | 2025.05.22 21:18:37.488305 [ 261 ] {f72d008b-f245-43c7-a679-5cff067720fd} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.003421 sec., 7015.49254603917 rows/sec., 596.04 KiB/sec. | ||
1404 | 2025.05.22 21:18:37.488348 [ 261 ] {f72d008b-f245-43c7-a679-5cff067720fd} <Debug> TCPHandler: Processed in 0.003628454 sec. | ||
1405 | 2025.05.22 21:18:37.488469 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1406 | 2025.05.22 21:18:37.488562 [ 261 ] {c72ae83b-3bcc-4b38-a889-ba4f12b0cc18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1407 | 2025.05.22 21:18:37.488601 [ 261 ] {c72ae83b-3bcc-4b38-a889-ba4f12b0cc18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1408 | 2025.05.22 21:18:37.489119 [ 261 ] {c72ae83b-3bcc-4b38-a889-ba4f12b0cc18} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1409 | 2025.05.22 21:18:37.489155 [ 261 ] {c72ae83b-3bcc-4b38-a889-ba4f12b0cc18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1410 | 2025.05.22 21:18:37.489476 [ 261 ] {c72ae83b-3bcc-4b38-a889-ba4f12b0cc18} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1411 | 2025.05.22 21:18:37.489673 [ 261 ] {c72ae83b-3bcc-4b38-a889-ba4f12b0cc18} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): 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.05.22 21:18:37.489796 [ 261 ] {c72ae83b-3bcc-4b38-a889-ba4f12b0cc18} <Debug> executeQuery: Read 210 rows, 19.51 KiB in 0.001266 sec., 165876.77725118483 rows/sec., 15.05 MiB/sec. | ||
1413 | 2025.05.22 21:18:37.489829 [ 261 ] {c72ae83b-3bcc-4b38-a889-ba4f12b0cc18} <Debug> TCPHandler: Processed in 0.001427901 sec. | ||
1414 | 2025.05.22 21:18:37.489930 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1415 | 2025.05.22 21:18:37.490016 [ 261 ] {eb5755fa-f61d-457f-a72b-189a00fab9d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1416 | 2025.05.22 21:18:37.490053 [ 261 ] {eb5755fa-f61d-457f-a72b-189a00fab9d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1417 | 2025.05.22 21:18:37.490434 [ 261 ] {eb5755fa-f61d-457f-a72b-189a00fab9d8} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1418 | 2025.05.22 21:18:37.490467 [ 261 ] {eb5755fa-f61d-457f-a72b-189a00fab9d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1419 | 2025.05.22 21:18:37.490808 [ 261 ] {eb5755fa-f61d-457f-a72b-189a00fab9d8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1420 | 2025.05.22 21:18:37.491005 [ 261 ] {eb5755fa-f61d-457f-a72b-189a00fab9d8} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1421 | 2025.05.22 21:18:37.491135 [ 261 ] {eb5755fa-f61d-457f-a72b-189a00fab9d8} <Debug> executeQuery: Read 44 rows, 3.37 KiB in 0.001108 sec., 39711.19133574007 rows/sec., 2.97 MiB/sec. | ||
1422 | 2025.05.22 21:18:37.491172 [ 261 ] {eb5755fa-f61d-457f-a72b-189a00fab9d8} <Debug> TCPHandler: Processed in 0.001265469 sec. | ||
1423 | 2025.05.22 21:18:37.491279 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1424 | 2025.05.22 21:18:37.491372 [ 261 ] {7f1601e8-f37e-477a-8418-17b8545c74db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
1425 | 2025.05.22 21:18:37.491410 [ 261 ] {7f1601e8-f37e-477a-8418-17b8545c74db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1426 | 2025.05.22 21:18:37.491832 [ 261 ] {7f1601e8-f37e-477a-8418-17b8545c74db} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1427 | 2025.05.22 21:18:37.491865 [ 261 ] {7f1601e8-f37e-477a-8418-17b8545c74db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1428 | 2025.05.22 21:18:37.492169 [ 261 ] {7f1601e8-f37e-477a-8418-17b8545c74db} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1429 | 2025.05.22 21:18:37.492369 [ 261 ] {7f1601e8-f37e-477a-8418-17b8545c74db} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1430 | 2025.05.22 21:18:37.492494 [ 261 ] {7f1601e8-f37e-477a-8418-17b8545c74db} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00114 sec., 21052.63157894737 rows/sec., 1.75 MiB/sec. | ||
1431 | 2025.05.22 21:18:37.492530 [ 261 ] {7f1601e8-f37e-477a-8418-17b8545c74db} <Debug> TCPHandler: Processed in 0.001298759 sec. | ||
1432 | 2025.05.22 21:18:37.492627 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1433 | 2025.05.22 21:18:37.492728 [ 261 ] {202eb6a0-d84e-40c9-aae1-b81aa4d16c3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
1434 | 2025.05.22 21:18:37.492766 [ 261 ] {202eb6a0-d84e-40c9-aae1-b81aa4d16c3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1435 | 2025.05.22 21:18:37.493150 [ 261 ] {202eb6a0-d84e-40c9-aae1-b81aa4d16c3d} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1436 | 2025.05.22 21:18:37.493184 [ 261 ] {202eb6a0-d84e-40c9-aae1-b81aa4d16c3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1437 | 2025.05.22 21:18:37.495414 [ 261 ] {202eb6a0-d84e-40c9-aae1-b81aa4d16c3d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1438 | 2025.05.22 21:18:37.495648 [ 261 ] {202eb6a0-d84e-40c9-aae1-b81aa4d16c3d} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1439 | 2025.05.22 21:18:37.495790 [ 261 ] {202eb6a0-d84e-40c9-aae1-b81aa4d16c3d} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.003079 sec., 3897.3692757388762 rows/sec., 304.48 KiB/sec. | ||
1440 | 2025.05.22 21:18:37.495828 [ 261 ] {202eb6a0-d84e-40c9-aae1-b81aa4d16c3d} <Debug> TCPHandler: Processed in 0.003248988 sec. | ||
1441 | 2025.05.22 21:18:37.495948 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1442 | 2025.05.22 21:18:37.496041 [ 261 ] {246f9c4a-a39f-4bbd-92df-61eef091ea18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1443 | 2025.05.22 21:18:37.496081 [ 261 ] {246f9c4a-a39f-4bbd-92df-61eef091ea18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1444 | 2025.05.22 21:18:37.496527 [ 261 ] {246f9c4a-a39f-4bbd-92df-61eef091ea18} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1445 | 2025.05.22 21:18:37.496563 [ 261 ] {246f9c4a-a39f-4bbd-92df-61eef091ea18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1446 | 2025.05.22 21:18:37.496871 [ 261 ] {246f9c4a-a39f-4bbd-92df-61eef091ea18} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1447 | 2025.05.22 21:18:37.497085 [ 261 ] {246f9c4a-a39f-4bbd-92df-61eef091ea18} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1448 | 2025.05.22 21:18:37.497220 [ 261 ] {246f9c4a-a39f-4bbd-92df-61eef091ea18} <Debug> executeQuery: Read 96 rows, 8.06 KiB in 0.001197 sec., 80200.50125313284 rows/sec., 6.57 MiB/sec. | ||
1449 | 2025.05.22 21:18:37.497256 [ 261 ] {246f9c4a-a39f-4bbd-92df-61eef091ea18} <Debug> TCPHandler: Processed in 0.00136772 sec. | ||
1450 | 2025.05.22 21:18:37.497376 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1451 | 2025.05.22 21:18:37.497468 [ 261 ] {7ce9dd16-c73a-45a8-832a-5994cfaf715d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1452 | 2025.05.22 21:18:37.497510 [ 261 ] {7ce9dd16-c73a-45a8-832a-5994cfaf715d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1453 | 2025.05.22 21:18:37.498022 [ 261 ] {7ce9dd16-c73a-45a8-832a-5994cfaf715d} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1454 | 2025.05.22 21:18:37.498057 [ 261 ] {7ce9dd16-c73a-45a8-832a-5994cfaf715d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1455 | 2025.05.22 21:18:37.498407 [ 261 ] {7ce9dd16-c73a-45a8-832a-5994cfaf715d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1456 | 2025.05.22 21:18:37.498613 [ 261 ] {7ce9dd16-c73a-45a8-832a-5994cfaf715d} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1457 | 2025.05.22 21:18:37.498736 [ 261 ] {7ce9dd16-c73a-45a8-832a-5994cfaf715d} <Debug> executeQuery: Read 484 rows, 38.97 KiB in 0.001286 sec., 376360.80870917573 rows/sec., 29.60 MiB/sec. | ||
1458 | 2025.05.22 21:18:37.498770 [ 261 ] {7ce9dd16-c73a-45a8-832a-5994cfaf715d} <Debug> TCPHandler: Processed in 0.001452432 sec. | ||
1459 | 2025.05.22 21:18:37.498887 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1460 | 2025.05.22 21:18:37.498985 [ 261 ] {1ef535a0-99eb-401f-b938-e76c70a57d88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1461 | 2025.05.22 21:18:37.499038 [ 261 ] {1ef535a0-99eb-401f-b938-e76c70a57d88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1462 | 2025.05.22 21:18:37.499878 [ 261 ] {1ef535a0-99eb-401f-b938-e76c70a57d88} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1463 | 2025.05.22 21:18:37.499915 [ 261 ] {1ef535a0-99eb-401f-b938-e76c70a57d88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1464 | 2025.05.22 21:18:37.500460 [ 261 ] {1ef535a0-99eb-401f-b938-e76c70a57d88} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1465 | 2025.05.22 21:18:37.500677 [ 261 ] {1ef535a0-99eb-401f-b938-e76c70a57d88} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1466 | 2025.05.22 21:18:37.500809 [ 261 ] {1ef535a0-99eb-401f-b938-e76c70a57d88} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001843 sec., 17362.995116657625 rows/sec., 31.11 MiB/sec. | ||
1467 | 2025.05.22 21:18:37.500857 [ 261 ] {1ef535a0-99eb-401f-b938-e76c70a57d88} <Debug> TCPHandler: Processed in 0.0020192 sec. | ||
1468 | 2025.05.22 21:18:37.500968 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1469 | 2025.05.22 21:18:37.501061 [ 261 ] {eb3a7371-edc9-415a-a9d2-1e0e1c8038cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1470 | 2025.05.22 21:18:37.501101 [ 261 ] {eb3a7371-edc9-415a-a9d2-1e0e1c8038cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1471 | 2025.05.22 21:18:37.501438 [ 261 ] {eb3a7371-edc9-415a-a9d2-1e0e1c8038cc} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1472 | 2025.05.22 21:18:37.501472 [ 261 ] {eb3a7371-edc9-415a-a9d2-1e0e1c8038cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1473 | 2025.05.22 21:18:37.501760 [ 261 ] {eb3a7371-edc9-415a-a9d2-1e0e1c8038cc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1474 | 2025.05.22 21:18:37.501982 [ 261 ] {eb3a7371-edc9-415a-a9d2-1e0e1c8038cc} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1475 | 2025.05.22 21:18:37.502102 [ 261 ] {eb3a7371-edc9-415a-a9d2-1e0e1c8038cc} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001061 sec., 28275.21206409048 rows/sec., 1.94 MiB/sec. | ||
1476 | 2025.05.22 21:18:37.502136 [ 261 ] {eb3a7371-edc9-415a-a9d2-1e0e1c8038cc} <Debug> TCPHandler: Processed in 0.001216488 sec. | ||
1477 | 2025.05.22 21:18:38.735821 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
1478 | 2025.05.22 21:18:38.736288 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1479 | 2025.05.22 21:18:38.736324 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1480 | 2025.05.22 21:18:38.736840 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1481 | 2025.05.22 21:18:38.737077 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1482 | 2025.05.22 21:18:38.737206 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
1483 | 2025.05.22 21:18:38.944712 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
1484 | 2025.05.22 21:18:38.960971 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1485 | 2025.05.22 21:18:38.961028 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1486 | 2025.05.22 21:18:38.967069 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1487 | 2025.05.22 21:18:38.967799 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1488 | 2025.05.22 21:18:38.970554 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
1489 | 2025.05.22 21:18:39.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.62 MiB, peak 181.62 MiB, free memory in arenas 0.00 B, will set to 178.64 MiB (RSS), difference: 1.02 MiB | ||
1490 | 2025.05.22 21:18:41.225967 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 198 | ||
1491 | 2025.05.22 21:18:41.228358 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1492 | 2025.05.22 21:18:41.228403 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1493 | 2025.05.22 21:18:41.229565 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1494 | 2025.05.22 21:18:41.229819 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1495 | 2025.05.22 21:18:41.230053 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 198 | ||
1496 | 2025.05.22 21:18:42.443433 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1497 | 2025.05.22 21:18:42.443616 [ 261 ] {9174ede8-58c8-4ae8-9cea-d7089e63478d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1498 | 2025.05.22 21:18:42.443687 [ 261 ] {9174ede8-58c8-4ae8-9cea-d7089e63478d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1499 | 2025.05.22 21:18:42.444379 [ 261 ] {9174ede8-58c8-4ae8-9cea-d7089e63478d} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1500 | 2025.05.22 21:18:42.444429 [ 261 ] {9174ede8-58c8-4ae8-9cea-d7089e63478d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1501 | 2025.05.22 21:18:42.444805 [ 261 ] {9174ede8-58c8-4ae8-9cea-d7089e63478d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1502 | 2025.05.22 21:18:42.445027 [ 261 ] {9174ede8-58c8-4ae8-9cea-d7089e63478d} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1503 | 2025.05.22 21:18:42.445156 [ 53 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1504 | 2025.05.22 21:18:42.445173 [ 261 ] {9174ede8-58c8-4ae8-9cea-d7089e63478d} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001612 sec., 16129.032258064517 rows/sec., 1.20 MiB/sec. | ||
1505 | 2025.05.22 21:18:42.445232 [ 53 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1506 | 2025.05.22 21:18:42.445243 [ 261 ] {9174ede8-58c8-4ae8-9cea-d7089e63478d} <Debug> TCPHandler: Processed in 0.001939319 sec. | ||
1507 | 2025.05.22 21:18:42.445266 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1508 | 2025.05.22 21:18:42.445372 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1509 | 2025.05.22 21:18:42.445397 [ 189 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::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 | ||
1510 | 2025.05.22 21:18:42.445472 [ 261 ] {9f8c6250-c97e-41e9-bdde-d2e5bb2ce0b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1511 | 2025.05.22 21:18:42.445516 [ 261 ] {9f8c6250-c97e-41e9-bdde-d2e5bb2ce0b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1512 | 2025.05.22 21:18:42.445537 [ 189 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1513 | 2025.05.22 21:18:42.445587 [ 189 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::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 | ||
1514 | 2025.05.22 21:18:42.445694 [ 189 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
1515 | 2025.05.22 21:18:42.445754 [ 189 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 90 rows starting from the beginning of the part | ||
1516 | 2025.05.22 21:18:42.445800 [ 189 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part | ||
1517 | 2025.05.22 21:18:42.445847 [ 189 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 210 rows starting from the beginning of the part | ||
1518 | 2025.05.22 21:18:42.445900 [ 189 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part | ||
1519 | 2025.05.22 21:18:42.445952 [ 261 ] {9f8c6250-c97e-41e9-bdde-d2e5bb2ce0b7} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1520 | 2025.05.22 21:18:42.445998 [ 261 ] {9f8c6250-c97e-41e9-bdde-d2e5bb2ce0b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1521 | 2025.05.22 21:18:42.446396 [ 261 ] {9f8c6250-c97e-41e9-bdde-d2e5bb2ce0b7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1522 | 2025.05.22 21:18:42.446639 [ 261 ] {9f8c6250-c97e-41e9-bdde-d2e5bb2ce0b7} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1523 | 2025.05.22 21:18:42.446738 [ 53 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1524 | 2025.05.22 21:18:42.446766 [ 53 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1525 | 2025.05.22 21:18:42.446774 [ 261 ] {9f8c6250-c97e-41e9-bdde-d2e5bb2ce0b7} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001321 sec., 21196.063588190766 rows/sec., 1.65 MiB/sec. | ||
1526 | 2025.05.22 21:18:42.446782 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1527 | 2025.05.22 21:18:42.446817 [ 261 ] {9f8c6250-c97e-41e9-bdde-d2e5bb2ce0b7} <Debug> TCPHandler: Processed in 0.001493812 sec. | ||
1528 | 2025.05.22 21:18:42.446883 [ 190 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::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 | ||
1529 | 2025.05.22 21:18:42.446933 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1530 | 2025.05.22 21:18:42.446985 [ 190 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1531 | 2025.05.22 21:18:42.447025 [ 261 ] {ba806330-a8d6-487c-a9da-183d2a30a9bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1532 | 2025.05.22 21:18:42.447025 [ 190 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 50 rows starting from the beginning of the part | ||
1533 | 2025.05.22 21:18:42.447054 [ 191 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 442 rows, containing 5 columns (5 merged, 0 gathered) in 0.001702176 sec., 259667.62543943754 rows/sec., 23.72 MiB/sec. | ||
1534 | 2025.05.22 21:18:42.447068 [ 261 ] {ba806330-a8d6-487c-a9da-183d2a30a9bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1535 | 2025.05.22 21:18:42.447120 [ 190 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part | ||
1536 | 2025.05.22 21:18:42.447178 [ 190 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part | ||
1537 | 2025.05.22 21:18:42.447224 [ 190 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::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 | ||
1538 | 2025.05.22 21:18:42.447267 [ 190 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 96 rows starting from the beginning of the part | ||
1539 | 2025.05.22 21:18:42.447277 [ 194 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1540 | 2025.05.22 21:18:42.447313 [ 190 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 28 rows starting from the beginning of the part | ||
1541 | 2025.05.22 21:18:42.447493 [ 261 ] {ba806330-a8d6-487c-a9da-183d2a30a9bf} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1542 | 2025.05.22 21:18:42.447527 [ 261 ] {ba806330-a8d6-487c-a9da-183d2a30a9bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1543 | 2025.05.22 21:18:42.447550 [ 194 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_6_1} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1544 | 2025.05.22 21:18:42.447614 [ 194 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_6_1} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1545 | 2025.05.22 21:18:42.447682 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
1546 | 2025.05.22 21:18:42.447842 [ 261 ] {ba806330-a8d6-487c-a9da-183d2a30a9bf} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1547 | 2025.05.22 21:18:42.448055 [ 261 ] {ba806330-a8d6-487c-a9da-183d2a30a9bf} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1548 | 2025.05.22 21:18:42.448102 [ 190 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 290 rows, containing 5 columns (5 merged, 0 gathered) in 0.001261888 sec., 229814.37338337474 rows/sec., 19.12 MiB/sec. | ||
1549 | 2025.05.22 21:18:42.448184 [ 261 ] {ba806330-a8d6-487c-a9da-183d2a30a9bf} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001177 sec., 84961.76720475785 rows/sec., 5.89 MiB/sec. | ||
1550 | 2025.05.22 21:18:42.448218 [ 194 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1551 | 2025.05.22 21:18:42.448219 [ 261 ] {ba806330-a8d6-487c-a9da-183d2a30a9bf} <Debug> TCPHandler: Processed in 0.00133433 sec. | ||
1552 | 2025.05.22 21:18:42.448388 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1553 | 2025.05.22 21:18:42.448438 [ 194 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_6_1} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1554 | 2025.05.22 21:18:42.448480 [ 261 ] {0745a3d7-a276-40dc-b154-8aa39ce001a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1555 | 2025.05.22 21:18:42.448492 [ 194 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_6_1} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1556 | 2025.05.22 21:18:42.448520 [ 261 ] {0745a3d7-a276-40dc-b154-8aa39ce001a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1557 | 2025.05.22 21:18:42.448540 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
1558 | 2025.05.22 21:18:42.448834 [ 261 ] {0745a3d7-a276-40dc-b154-8aa39ce001a0} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1559 | 2025.05.22 21:18:42.448868 [ 261 ] {0745a3d7-a276-40dc-b154-8aa39ce001a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1560 | 2025.05.22 21:18:42.449154 [ 261 ] {0745a3d7-a276-40dc-b154-8aa39ce001a0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1561 | 2025.05.22 21:18:42.449351 [ 261 ] {0745a3d7-a276-40dc-b154-8aa39ce001a0} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1562 | 2025.05.22 21:18:42.449475 [ 261 ] {0745a3d7-a276-40dc-b154-8aa39ce001a0} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001013 sec., 29615.004935834157 rows/sec., 2.03 MiB/sec. | ||
1563 | 2025.05.22 21:18:42.449508 [ 261 ] {0745a3d7-a276-40dc-b154-8aa39ce001a0} <Debug> TCPHandler: Processed in 0.001168797 sec. | ||
1564 | 2025.05.22 21:18:46.183280 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1565 | 2025.05.22 21:18:46.183347 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1566 | 2025.05.22 21:18:46.238219 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
1567 | 2025.05.22 21:18:46.238689 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1568 | 2025.05.22 21:18:46.238723 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1569 | 2025.05.22 21:18:46.239187 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1570 | 2025.05.22 21:18:46.239418 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1571 | 2025.05.22 21:18:46.239537 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
1572 | 2025.05.22 21:18:46.471558 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
1573 | 2025.05.22 21:18:46.488113 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1574 | 2025.05.22 21:18:46.488163 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1575 | 2025.05.22 21:18:46.493731 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1576 | 2025.05.22 21:18:46.494434 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1577 | 2025.05.22 21:18:46.497380 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
1578 | 2025.05.22 21:18:47.445931 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1579 | 2025.05.22 21:18:47.446106 [ 261 ] {1b90e633-61fd-483c-a2fb-1d15dfc0813e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1580 | 2025.05.22 21:18:47.446170 [ 261 ] {1b90e633-61fd-483c-a2fb-1d15dfc0813e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1581 | 2025.05.22 21:18:47.446798 [ 261 ] {1b90e633-61fd-483c-a2fb-1d15dfc0813e} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1582 | 2025.05.22 21:18:47.446840 [ 261 ] {1b90e633-61fd-483c-a2fb-1d15dfc0813e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1583 | 2025.05.22 21:18:47.447215 [ 261 ] {1b90e633-61fd-483c-a2fb-1d15dfc0813e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1584 | 2025.05.22 21:18:47.447439 [ 261 ] {1b90e633-61fd-483c-a2fb-1d15dfc0813e} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1585 | 2025.05.22 21:18:47.447585 [ 261 ] {1b90e633-61fd-483c-a2fb-1d15dfc0813e} <Debug> executeQuery: Read 92 rows, 8.26 KiB in 0.001529 sec., 60170.045781556575 rows/sec., 5.28 MiB/sec. | ||
1586 | 2025.05.22 21:18:47.447624 [ 261 ] {1b90e633-61fd-483c-a2fb-1d15dfc0813e} <Debug> TCPHandler: Processed in 0.001820807 sec. | ||
1587 | 2025.05.22 21:18:47.447745 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1588 | 2025.05.22 21:18:47.447840 [ 261 ] {ee895459-e03f-45d1-9ed9-74fe73bc56f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1589 | 2025.05.22 21:18:47.447880 [ 261 ] {ee895459-e03f-45d1-9ed9-74fe73bc56f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1590 | 2025.05.22 21:18:47.448286 [ 261 ] {ee895459-e03f-45d1-9ed9-74fe73bc56f5} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1591 | 2025.05.22 21:18:47.448320 [ 261 ] {ee895459-e03f-45d1-9ed9-74fe73bc56f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1592 | 2025.05.22 21:18:47.448613 [ 261 ] {ee895459-e03f-45d1-9ed9-74fe73bc56f5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1593 | 2025.05.22 21:18:47.448845 [ 261 ] {ee895459-e03f-45d1-9ed9-74fe73bc56f5} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1594 | 2025.05.22 21:18:47.448967 [ 261 ] {ee895459-e03f-45d1-9ed9-74fe73bc56f5} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001145 sec., 28820.960698689956 rows/sec., 2.12 MiB/sec. | ||
1595 | 2025.05.22 21:18:47.449003 [ 261 ] {ee895459-e03f-45d1-9ed9-74fe73bc56f5} <Debug> TCPHandler: Processed in 0.00130758 sec. | ||
1596 | 2025.05.22 21:18:47.449111 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1597 | 2025.05.22 21:18:47.449203 [ 261 ] {eb325bc2-3af0-4a98-8840-06df00c9d45b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1598 | 2025.05.22 21:18:47.449242 [ 261 ] {eb325bc2-3af0-4a98-8840-06df00c9d45b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1599 | 2025.05.22 21:18:47.449639 [ 261 ] {eb325bc2-3af0-4a98-8840-06df00c9d45b} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1600 | 2025.05.22 21:18:47.449675 [ 261 ] {eb325bc2-3af0-4a98-8840-06df00c9d45b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1601 | 2025.05.22 21:18:47.449961 [ 261 ] {eb325bc2-3af0-4a98-8840-06df00c9d45b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1602 | 2025.05.22 21:18:47.450164 [ 261 ] {eb325bc2-3af0-4a98-8840-06df00c9d45b} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1603 | 2025.05.22 21:18:47.450286 [ 261 ] {eb325bc2-3af0-4a98-8840-06df00c9d45b} <Debug> executeQuery: Read 61 rows, 4.88 KiB in 0.0011 sec., 55454.54545454545 rows/sec., 4.33 MiB/sec. | ||
1604 | 2025.05.22 21:18:47.450320 [ 261 ] {eb325bc2-3af0-4a98-8840-06df00c9d45b} <Debug> TCPHandler: Processed in 0.001258429 sec. | ||
1605 | 2025.05.22 21:18:47.450432 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1606 | 2025.05.22 21:18:47.450525 [ 261 ] {859afafd-1fa7-4d47-87b0-424cd29d4d1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1607 | 2025.05.22 21:18:47.450568 [ 261 ] {859afafd-1fa7-4d47-87b0-424cd29d4d1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1608 | 2025.05.22 21:18:47.450944 [ 261 ] {859afafd-1fa7-4d47-87b0-424cd29d4d1a} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1609 | 2025.05.22 21:18:47.450979 [ 261 ] {859afafd-1fa7-4d47-87b0-424cd29d4d1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1610 | 2025.05.22 21:18:47.451294 [ 261 ] {859afafd-1fa7-4d47-87b0-424cd29d4d1a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1611 | 2025.05.22 21:18:47.451496 [ 261 ] {859afafd-1fa7-4d47-87b0-424cd29d4d1a} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1612 | 2025.05.22 21:18:47.451600 [ 24 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1613 | 2025.05.22 21:18:47.451618 [ 261 ] {859afafd-1fa7-4d47-87b0-424cd29d4d1a} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001111 sec., 90009.00090009 rows/sec., 6.24 MiB/sec. | ||
1614 | 2025.05.22 21:18:47.451676 [ 24 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1615 | 2025.05.22 21:18:47.451682 [ 261 ] {859afafd-1fa7-4d47-87b0-424cd29d4d1a} <Debug> TCPHandler: Processed in 0.001299509 sec. | ||
1616 | 2025.05.22 21:18:47.451704 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1617 | 2025.05.22 21:18:47.451819 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1618 | 2025.05.22 21:18:47.451868 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
1619 | 2025.05.22 21:18:47.451918 [ 261 ] {7b5e0b92-24ae-4eda-adc5-9c567ae4c2a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1620 | 2025.05.22 21:18:47.451977 [ 261 ] {7b5e0b92-24ae-4eda-adc5-9c567ae4c2a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1621 | 2025.05.22 21:18:47.452036 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1622 | 2025.05.22 21:18:47.452086 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 80 rows starting from the beginning of the part | ||
1623 | 2025.05.22 21:18:47.452201 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part | ||
1624 | 2025.05.22 21:18:47.452262 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 100 rows starting from the beginning of the part | ||
1625 | 2025.05.22 21:18:47.452314 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 484 rows starting from the beginning of the part | ||
1626 | 2025.05.22 21:18:47.452370 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 100 rows starting from the beginning of the part | ||
1627 | 2025.05.22 21:18:47.452428 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 100 rows starting from the beginning of the part | ||
1628 | 2025.05.22 21:18:47.452779 [ 261 ] {7b5e0b92-24ae-4eda-adc5-9c567ae4c2a2} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1629 | 2025.05.22 21:18:47.452820 [ 261 ] {7b5e0b92-24ae-4eda-adc5-9c567ae4c2a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1630 | 2025.05.22 21:18:47.453400 [ 261 ] {7b5e0b92-24ae-4eda-adc5-9c567ae4c2a2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1631 | 2025.05.22 21:18:47.453581 [ 194 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 964 rows, containing 5 columns (5 merged, 0 gathered) in 0.001803456 sec., 534529.2593775507 rows/sec., 39.56 MiB/sec. | ||
1632 | 2025.05.22 21:18:47.453626 [ 261 ] {7b5e0b92-24ae-4eda-adc5-9c567ae4c2a2} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1633 | 2025.05.22 21:18:47.453750 [ 194 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1634 | 2025.05.22 21:18:47.453761 [ 261 ] {7b5e0b92-24ae-4eda-adc5-9c567ae4c2a2} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.00186 sec., 17741.935483870966 rows/sec., 31.79 MiB/sec. | ||
1635 | 2025.05.22 21:18:47.453816 [ 261 ] {7b5e0b92-24ae-4eda-adc5-9c567ae4c2a2} <Debug> TCPHandler: Processed in 0.00204599 sec. | ||
1636 | 2025.05.22 21:18:47.453933 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1637 | 2025.05.22 21:18:47.454006 [ 194 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1638 | 2025.05.22 21:18:47.454028 [ 261 ] {ce939150-a061-4e00-b34b-3e6ba5aa4101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1639 | 2025.05.22 21:18:47.454067 [ 194 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1640 | 2025.05.22 21:18:47.454070 [ 261 ] {ce939150-a061-4e00-b34b-3e6ba5aa4101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1641 | 2025.05.22 21:18:47.454138 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
1642 | 2025.05.22 21:18:47.454402 [ 261 ] {ce939150-a061-4e00-b34b-3e6ba5aa4101} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1643 | 2025.05.22 21:18:47.454436 [ 261 ] {ce939150-a061-4e00-b34b-3e6ba5aa4101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1644 | 2025.05.22 21:18:47.454754 [ 261 ] {ce939150-a061-4e00-b34b-3e6ba5aa4101} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1645 | 2025.05.22 21:18:47.454954 [ 261 ] {ce939150-a061-4e00-b34b-3e6ba5aa4101} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1646 | 2025.05.22 21:18:47.455053 [ 24 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1647 | 2025.05.22 21:18:47.455076 [ 261 ] {ce939150-a061-4e00-b34b-3e6ba5aa4101} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001067 sec., 28116.213683223992 rows/sec., 1.93 MiB/sec. | ||
1648 | 2025.05.22 21:18:47.455099 [ 24 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1649 | 2025.05.22 21:18:47.455116 [ 261 ] {ce939150-a061-4e00-b34b-3e6ba5aa4101} <Debug> TCPHandler: Processed in 0.001231489 sec. | ||
1650 | 2025.05.22 21:18:47.455123 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1651 | 2025.05.22 21:18:47.455235 [ 187 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
1652 | 2025.05.22 21:18:47.455345 [ 187 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1653 | 2025.05.22 21:18:47.455379 [ 187 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
1654 | 2025.05.22 21:18:47.455451 [ 187 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
1655 | 2025.05.22 21:18:47.455501 [ 187 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part | ||
1656 | 2025.05.22 21:18:47.455543 [ 187 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part | ||
1657 | 2025.05.22 21:18:47.455589 [ 187 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
1658 | 2025.05.22 21:18:47.455633 [ 187 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
1659 | 2025.05.22 21:18:47.456427 [ 194 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.001239359 sec., 140395.1558830008 rows/sec., 9.62 MiB/sec. | ||
1660 | 2025.05.22 21:18:47.456553 [ 194 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1661 | 2025.05.22 21:18:47.456789 [ 194 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_6_1} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1662 | 2025.05.22 21:18:47.456848 [ 194 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_6_1} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1663 | 2025.05.22 21:18:47.456912 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
1664 | 2025.05.22 21:18:51.230328 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 218 | ||
1665 | 2025.05.22 21:18:51.232406 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1666 | 2025.05.22 21:18:51.232448 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1667 | 2025.05.22 21:18:51.233567 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1668 | 2025.05.22 21:18:51.233822 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1669 | 2025.05.22 21:18:51.234081 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 218 | ||
1670 | 2025.05.22 21:18:52.443723 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1671 | 2025.05.22 21:18:52.443907 [ 261 ] {6ffeadfc-a214-48c8-9b37-2bf1cbf54834} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1672 | 2025.05.22 21:18:52.443975 [ 261 ] {6ffeadfc-a214-48c8-9b37-2bf1cbf54834} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1673 | 2025.05.22 21:18:52.444607 [ 261 ] {6ffeadfc-a214-48c8-9b37-2bf1cbf54834} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1674 | 2025.05.22 21:18:52.444656 [ 261 ] {6ffeadfc-a214-48c8-9b37-2bf1cbf54834} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1675 | 2025.05.22 21:18:52.445048 [ 261 ] {6ffeadfc-a214-48c8-9b37-2bf1cbf54834} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1676 | 2025.05.22 21:18:52.445274 [ 261 ] {6ffeadfc-a214-48c8-9b37-2bf1cbf54834} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1677 | 2025.05.22 21:18:52.445425 [ 261 ] {6ffeadfc-a214-48c8-9b37-2bf1cbf54834} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001569 sec., 16571.0643722116 rows/sec., 1.23 MiB/sec. | ||
1678 | 2025.05.22 21:18:52.445465 [ 261 ] {6ffeadfc-a214-48c8-9b37-2bf1cbf54834} <Debug> TCPHandler: Processed in 0.001874327 sec. | ||
1679 | 2025.05.22 21:18:52.445593 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1680 | 2025.05.22 21:18:52.445689 [ 261 ] {b6aeef78-ac6c-446e-be53-51edb4dcb4fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1681 | 2025.05.22 21:18:52.445730 [ 261 ] {b6aeef78-ac6c-446e-be53-51edb4dcb4fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1682 | 2025.05.22 21:18:52.446148 [ 261 ] {b6aeef78-ac6c-446e-be53-51edb4dcb4fb} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1683 | 2025.05.22 21:18:52.446184 [ 261 ] {b6aeef78-ac6c-446e-be53-51edb4dcb4fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1684 | 2025.05.22 21:18:52.446478 [ 261 ] {b6aeef78-ac6c-446e-be53-51edb4dcb4fb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1685 | 2025.05.22 21:18:52.446682 [ 261 ] {b6aeef78-ac6c-446e-be53-51edb4dcb4fb} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1686 | 2025.05.22 21:18:52.446811 [ 261 ] {b6aeef78-ac6c-446e-be53-51edb4dcb4fb} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.00114 sec., 24561.40350877193 rows/sec., 1.92 MiB/sec. | ||
1687 | 2025.05.22 21:18:52.446847 [ 261 ] {b6aeef78-ac6c-446e-be53-51edb4dcb4fb} <Debug> TCPHandler: Processed in 0.001304199 sec. | ||
1688 | 2025.05.22 21:18:52.446967 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1689 | 2025.05.22 21:18:52.447062 [ 261 ] {d8405ebb-f60d-4b40-bae8-0e855f0297c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1690 | 2025.05.22 21:18:52.447105 [ 261 ] {d8405ebb-f60d-4b40-bae8-0e855f0297c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1691 | 2025.05.22 21:18:52.447501 [ 261 ] {d8405ebb-f60d-4b40-bae8-0e855f0297c7} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1692 | 2025.05.22 21:18:52.447536 [ 261 ] {d8405ebb-f60d-4b40-bae8-0e855f0297c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1693 | 2025.05.22 21:18:52.447891 [ 261 ] {d8405ebb-f60d-4b40-bae8-0e855f0297c7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1694 | 2025.05.22 21:18:52.448099 [ 261 ] {d8405ebb-f60d-4b40-bae8-0e855f0297c7} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1695 | 2025.05.22 21:18:52.448222 [ 261 ] {d8405ebb-f60d-4b40-bae8-0e855f0297c7} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001178 sec., 84889.64346349746 rows/sec., 5.89 MiB/sec. | ||
1696 | 2025.05.22 21:18:52.448257 [ 261 ] {d8405ebb-f60d-4b40-bae8-0e855f0297c7} <Debug> TCPHandler: Processed in 0.00133892 sec. | ||
1697 | 2025.05.22 21:18:52.448382 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1698 | 2025.05.22 21:18:52.448476 [ 261 ] {1098ddb1-a99a-46c8-889d-285bf06369a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1699 | 2025.05.22 21:18:52.448516 [ 261 ] {1098ddb1-a99a-46c8-889d-285bf06369a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1700 | 2025.05.22 21:18:52.448842 [ 261 ] {1098ddb1-a99a-46c8-889d-285bf06369a4} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1701 | 2025.05.22 21:18:52.448878 [ 261 ] {1098ddb1-a99a-46c8-889d-285bf06369a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1702 | 2025.05.22 21:18:52.449171 [ 261 ] {1098ddb1-a99a-46c8-889d-285bf06369a4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1703 | 2025.05.22 21:18:52.449372 [ 261 ] {1098ddb1-a99a-46c8-889d-285bf06369a4} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1704 | 2025.05.22 21:18:52.449495 [ 261 ] {1098ddb1-a99a-46c8-889d-285bf06369a4} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001037 sec., 28929.604628736743 rows/sec., 1.98 MiB/sec. | ||
1705 | 2025.05.22 21:18:52.449528 [ 261 ] {1098ddb1-a99a-46c8-889d-285bf06369a4} <Debug> TCPHandler: Processed in 0.001194208 sec. | ||
1706 | 2025.05.22 21:18:53.739692 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
1707 | 2025.05.22 21:18:53.740198 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1708 | 2025.05.22 21:18:53.740245 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1709 | 2025.05.22 21:18:53.740770 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1710 | 2025.05.22 21:18:53.741014 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1711 | 2025.05.22 21:18:53.741146 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
1712 | 2025.05.22 21:18:53.741203 [ 46 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1713 | 2025.05.22 21:18:53.741273 [ 46 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1714 | 2025.05.22 21:18:53.741305 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1715 | 2025.05.22 21:18:53.741404 [ 187 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
1716 | 2025.05.22 21:18:53.741534 [ 187 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1717 | 2025.05.22 21:18:53.741587 [ 187 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
1718 | 2025.05.22 21:18:53.741661 [ 187 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
1719 | 2025.05.22 21:18:53.741719 [ 187 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
1720 | 2025.05.22 21:18:53.741776 [ 187 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
1721 | 2025.05.22 21:18:53.741837 [ 187 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
1722 | 2025.05.22 21:18:53.741893 [ 187 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
1723 | 2025.05.22 21:18:53.743783 [ 191 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002419286 sec., 2092766.2128413094 rows/sec., 29.94 MiB/sec. | ||
1724 | 2025.05.22 21:18:53.744577 [ 195 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1725 | 2025.05.22 21:18:53.744949 [ 195 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_11_2} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1726 | 2025.05.22 21:18:53.745037 [ 195 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_11_2} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
1727 | 2025.05.22 21:18:53.745123 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
1728 | 2025.05.22 21:18:53.997513 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
1729 | 2025.05.22 21:18:54.014234 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1730 | 2025.05.22 21:18:54.014279 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1731 | 2025.05.22 21:18:54.020376 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1732 | 2025.05.22 21:18:54.021055 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1733 | 2025.05.22 21:18:54.021343 [ 46 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1734 | 2025.05.22 21:18:54.021409 [ 46 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1735 | 2025.05.22 21:18:54.021430 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1736 | 2025.05.22 21:18:54.021554 [ 191 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
1737 | 2025.05.22 21:18:54.024181 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
1738 | 2025.05.22 21:18:54.025566 [ 191 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1739 | 2025.05.22 21:18:54.026958 [ 191 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
1740 | 2025.05.22 21:18:54.031422 [ 191 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
1741 | 2025.05.22 21:18:54.035513 [ 191 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
1742 | 2025.05.22 21:18:54.039946 [ 191 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
1743 | 2025.05.22 21:18:54.044684 [ 191 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
1744 | 2025.05.22 21:18:54.049292 [ 191 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
1745 | 2025.05.22 21:18:54.102362 [ 197 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.080862943 sec., 1026.4281377935997 rows/sec., 5.31 MiB/sec. | ||
1746 | 2025.05.22 21:18:54.104812 [ 198 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1747 | 2025.05.22 21:18:54.107013 [ 198 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_11_2} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1748 | 2025.05.22 21:18:54.107127 [ 198 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_11_2} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
1749 | 2025.05.22 21:18:54.109181 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
1750 | 2025.05.22 21:18:55.001163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 180.93 MiB, peak 190.83 MiB, free memory in arenas 0.00 B, will set to 189.94 MiB (RSS), difference: 9.01 MiB | ||
1751 | 2025.05.22 21:18:57.445594 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1752 | 2025.05.22 21:18:57.445798 [ 261 ] {26b793e8-9a83-40fc-8edc-2bc823ef14ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1753 | 2025.05.22 21:18:57.445877 [ 261 ] {26b793e8-9a83-40fc-8edc-2bc823ef14ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1754 | 2025.05.22 21:18:57.446558 [ 261 ] {26b793e8-9a83-40fc-8edc-2bc823ef14ab} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1755 | 2025.05.22 21:18:57.446610 [ 261 ] {26b793e8-9a83-40fc-8edc-2bc823ef14ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1756 | 2025.05.22 21:18:57.447022 [ 261 ] {26b793e8-9a83-40fc-8edc-2bc823ef14ab} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1757 | 2025.05.22 21:18:57.447251 [ 261 ] {26b793e8-9a83-40fc-8edc-2bc823ef14ab} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): 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.05.22 21:18:57.447408 [ 261 ] {26b793e8-9a83-40fc-8edc-2bc823ef14ab} <Debug> executeQuery: Read 92 rows, 8.26 KiB in 0.001666 sec., 55222.08883553422 rows/sec., 4.84 MiB/sec. | ||
1759 | 2025.05.22 21:18:57.447454 [ 261 ] {26b793e8-9a83-40fc-8edc-2bc823ef14ab} <Debug> TCPHandler: Processed in 0.00200109 sec. | ||
1760 | 2025.05.22 21:18:57.447587 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1761 | 2025.05.22 21:18:57.447687 [ 261 ] {a7e2565d-0304-4363-8ac7-5e447fe6c424} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1762 | 2025.05.22 21:18:57.447732 [ 261 ] {a7e2565d-0304-4363-8ac7-5e447fe6c424} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1763 | 2025.05.22 21:18:57.448158 [ 261 ] {a7e2565d-0304-4363-8ac7-5e447fe6c424} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1764 | 2025.05.22 21:18:57.448195 [ 261 ] {a7e2565d-0304-4363-8ac7-5e447fe6c424} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1765 | 2025.05.22 21:18:57.448501 [ 261 ] {a7e2565d-0304-4363-8ac7-5e447fe6c424} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1766 | 2025.05.22 21:18:57.448726 [ 261 ] {a7e2565d-0304-4363-8ac7-5e447fe6c424} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): 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.05.22 21:18:57.448859 [ 261 ] {a7e2565d-0304-4363-8ac7-5e447fe6c424} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001195 sec., 27615.062761506273 rows/sec., 2.03 MiB/sec. | ||
1768 | 2025.05.22 21:18:57.448895 [ 261 ] {a7e2565d-0304-4363-8ac7-5e447fe6c424} <Debug> TCPHandler: Processed in 0.00136232 sec. | ||
1769 | 2025.05.22 21:18:57.449007 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1770 | 2025.05.22 21:18:57.449101 [ 261 ] {c9b6971c-5e44-4175-8914-eb81c0607aba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1771 | 2025.05.22 21:18:57.449141 [ 261 ] {c9b6971c-5e44-4175-8914-eb81c0607aba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1772 | 2025.05.22 21:18:57.449545 [ 261 ] {c9b6971c-5e44-4175-8914-eb81c0607aba} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1773 | 2025.05.22 21:18:57.449581 [ 261 ] {c9b6971c-5e44-4175-8914-eb81c0607aba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1774 | 2025.05.22 21:18:57.449878 [ 261 ] {c9b6971c-5e44-4175-8914-eb81c0607aba} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1775 | 2025.05.22 21:18:57.450082 [ 261 ] {c9b6971c-5e44-4175-8914-eb81c0607aba} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): 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.05.22 21:18:57.450205 [ 261 ] {c9b6971c-5e44-4175-8914-eb81c0607aba} <Debug> executeQuery: Read 61 rows, 4.88 KiB in 0.001123 sec., 54318.788958147816 rows/sec., 4.24 MiB/sec. | ||
1777 | 2025.05.22 21:18:57.450242 [ 261 ] {c9b6971c-5e44-4175-8914-eb81c0607aba} <Debug> TCPHandler: Processed in 0.001283439 sec. | ||
1778 | 2025.05.22 21:18:57.450355 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1779 | 2025.05.22 21:18:57.450448 [ 261 ] {8384335a-28f8-4a17-9dd8-4a4e87b0301d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1780 | 2025.05.22 21:18:57.450490 [ 261 ] {8384335a-28f8-4a17-9dd8-4a4e87b0301d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1781 | 2025.05.22 21:18:57.450855 [ 261 ] {8384335a-28f8-4a17-9dd8-4a4e87b0301d} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1782 | 2025.05.22 21:18:57.450891 [ 261 ] {8384335a-28f8-4a17-9dd8-4a4e87b0301d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1783 | 2025.05.22 21:18:57.451202 [ 261 ] {8384335a-28f8-4a17-9dd8-4a4e87b0301d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1784 | 2025.05.22 21:18:57.451403 [ 261 ] {8384335a-28f8-4a17-9dd8-4a4e87b0301d} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1785 | 2025.05.22 21:18:57.451526 [ 261 ] {8384335a-28f8-4a17-9dd8-4a4e87b0301d} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001096 sec., 91240.87591240877 rows/sec., 6.33 MiB/sec. | ||
1786 | 2025.05.22 21:18:57.451560 [ 261 ] {8384335a-28f8-4a17-9dd8-4a4e87b0301d} <Debug> TCPHandler: Processed in 0.001255579 sec. | ||
1787 | 2025.05.22 21:18:57.451682 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1788 | 2025.05.22 21:18:57.451776 [ 261 ] {b238a8db-7d14-49b3-a4ac-ee8563f9b7d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1789 | 2025.05.22 21:18:57.451830 [ 261 ] {b238a8db-7d14-49b3-a4ac-ee8563f9b7d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.05.22 21:18:57.452640 [ 261 ] {b238a8db-7d14-49b3-a4ac-ee8563f9b7d6} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1791 | 2025.05.22 21:18:57.452677 [ 261 ] {b238a8db-7d14-49b3-a4ac-ee8563f9b7d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1792 | 2025.05.22 21:18:57.453226 [ 261 ] {b238a8db-7d14-49b3-a4ac-ee8563f9b7d6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1793 | 2025.05.22 21:18:57.453450 [ 261 ] {b238a8db-7d14-49b3-a4ac-ee8563f9b7d6} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1794 | 2025.05.22 21:18:57.453589 [ 261 ] {b238a8db-7d14-49b3-a4ac-ee8563f9b7d6} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.00183 sec., 18032.7868852459 rows/sec., 32.31 MiB/sec. | ||
1795 | 2025.05.22 21:18:57.453643 [ 261 ] {b238a8db-7d14-49b3-a4ac-ee8563f9b7d6} <Debug> TCPHandler: Processed in 0.00201611 sec. | ||
1796 | 2025.05.22 21:18:57.453765 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1797 | 2025.05.22 21:18:57.453858 [ 261 ] {506597a4-0a69-4bcb-9839-d3ec44f1c5f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1798 | 2025.05.22 21:18:57.453900 [ 261 ] {506597a4-0a69-4bcb-9839-d3ec44f1c5f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1799 | 2025.05.22 21:18:57.454222 [ 261 ] {506597a4-0a69-4bcb-9839-d3ec44f1c5f4} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1800 | 2025.05.22 21:18:57.454258 [ 261 ] {506597a4-0a69-4bcb-9839-d3ec44f1c5f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1801 | 2025.05.22 21:18:57.454553 [ 261 ] {506597a4-0a69-4bcb-9839-d3ec44f1c5f4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1802 | 2025.05.22 21:18:57.454756 [ 261 ] {506597a4-0a69-4bcb-9839-d3ec44f1c5f4} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1803 | 2025.05.22 21:18:57.454879 [ 261 ] {506597a4-0a69-4bcb-9839-d3ec44f1c5f4} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001038 sec., 28901.73410404624 rows/sec., 1.98 MiB/sec. | ||
1804 | 2025.05.22 21:18:57.454914 [ 261 ] {506597a4-0a69-4bcb-9839-d3ec44f1c5f4} <Debug> TCPHandler: Processed in 0.001199058 sec. | ||
1805 | 2025.05.22 21:19:01.183435 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1806 | 2025.05.22 21:19:01.183515 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1807 | 2025.05.22 21:19:01.235155 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 238 | ||
1808 | 2025.05.22 21:19:01.237222 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1809 | 2025.05.22 21:19:01.237282 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1810 | 2025.05.22 21:19:01.238752 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1811 | 2025.05.22 21:19:01.239075 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1812 | 2025.05.22 21:19:01.239232 [ 34 ] {} <Debug> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1813 | 2025.05.22 21:19:01.239270 [ 34 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1814 | 2025.05.22 21:19:01.239289 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1815 | 2025.05.22 21:19:01.239423 [ 197 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::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 | ||
1816 | 2025.05.22 21:19:01.239478 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 238 | ||
1817 | 2025.05.22 21:19:01.240130 [ 197 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1818 | 2025.05.22 21:19:01.240345 [ 197 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::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 | ||
1819 | 2025.05.22 21:19:01.240811 [ 197 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part | ||
1820 | 2025.05.22 21:19:01.241201 [ 197 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part | ||
1821 | 2025.05.22 21:19:01.241559 [ 197 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 40 rows starting from the beginning of the part | ||
1822 | 2025.05.22 21:19:01.241939 [ 197 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part | ||
1823 | 2025.05.22 21:19:01.242199 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
1824 | 2025.05.22 21:19:01.242299 [ 197 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 20 rows starting from the beginning of the part | ||
1825 | 2025.05.22 21:19:01.242720 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1826 | 2025.05.22 21:19:01.242766 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1827 | 2025.05.22 21:19:01.243489 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
1828 | 2025.05.22 21:19:01.243738 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1829 | 2025.05.22 21:19:01.243869 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
1830 | 2025.05.22 21:19:01.248651 [ 198 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 238 rows, containing 72 columns (72 merged, 0 gathered) in 0.009292819 sec., 25611.173530873675 rows/sec., 25.27 MiB/sec. | ||
1831 | 2025.05.22 21:19:01.249504 [ 199 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1832 | 2025.05.22 21:19:01.250158 [ 199 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_6_1} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1833 | 2025.05.22 21:19:01.250231 [ 199 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_6_1} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1834 | 2025.05.22 21:19:01.250450 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. | ||
1835 | 2025.05.22 21:19:01.524230 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
1836 | 2025.05.22 21:19:01.541658 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1837 | 2025.05.22 21:19:01.541713 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1838 | 2025.05.22 21:19:01.547438 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
1839 | 2025.05.22 21:19:01.548160 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1840 | 2025.05.22 21:19:01.551019 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
1841 | 2025.05.22 21:19:02.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 190.61 MiB, peak 198.16 MiB, free memory in arenas 0.00 B, will set to 191.87 MiB (RSS), difference: 1.26 MiB | ||
1842 | 2025.05.22 21:19:02.444475 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1843 | 2025.05.22 21:19:02.444673 [ 261 ] {586703cb-3634-4d59-abed-eddb912346e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1844 | 2025.05.22 21:19:02.444743 [ 261 ] {586703cb-3634-4d59-abed-eddb912346e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1845 | 2025.05.22 21:19:02.445383 [ 261 ] {586703cb-3634-4d59-abed-eddb912346e4} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1846 | 2025.05.22 21:19:02.445421 [ 261 ] {586703cb-3634-4d59-abed-eddb912346e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1847 | 2025.05.22 21:19:02.445814 [ 261 ] {586703cb-3634-4d59-abed-eddb912346e4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1848 | 2025.05.22 21:19:02.446036 [ 261 ] {586703cb-3634-4d59-abed-eddb912346e4} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1849 | 2025.05.22 21:19:02.446181 [ 261 ] {586703cb-3634-4d59-abed-eddb912346e4} <Debug> executeQuery: Read 40 rows, 3.30 KiB in 0.001565 sec., 25559.105431309905 rows/sec., 2.06 MiB/sec. | ||
1850 | 2025.05.22 21:19:02.446221 [ 261 ] {586703cb-3634-4d59-abed-eddb912346e4} <Debug> TCPHandler: Processed in 0.001882158 sec. | ||
1851 | 2025.05.22 21:19:02.446327 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1852 | 2025.05.22 21:19:02.446422 [ 261 ] {aa6097b6-ff8e-4d83-985f-538a0f3f164c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1853 | 2025.05.22 21:19:02.446463 [ 261 ] {aa6097b6-ff8e-4d83-985f-538a0f3f164c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1854 | 2025.05.22 21:19:02.446848 [ 261 ] {aa6097b6-ff8e-4d83-985f-538a0f3f164c} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1855 | 2025.05.22 21:19:02.446883 [ 261 ] {aa6097b6-ff8e-4d83-985f-538a0f3f164c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1856 | 2025.05.22 21:19:02.447176 [ 261 ] {aa6097b6-ff8e-4d83-985f-538a0f3f164c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1857 | 2025.05.22 21:19:02.447414 [ 261 ] {aa6097b6-ff8e-4d83-985f-538a0f3f164c} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1858 | 2025.05.22 21:19:02.447540 [ 261 ] {aa6097b6-ff8e-4d83-985f-538a0f3f164c} <Debug> executeQuery: Read 7 rows, 539.00 B in 0.001137 sec., 6156.552330694811 rows/sec., 462.94 KiB/sec. | ||
1859 | 2025.05.22 21:19:02.447536 [ 35 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1860 | 2025.05.22 21:19:02.447576 [ 261 ] {aa6097b6-ff8e-4d83-985f-538a0f3f164c} <Debug> TCPHandler: Processed in 0.001299169 sec. | ||
1861 | 2025.05.22 21:19:02.447614 [ 35 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1862 | 2025.05.22 21:19:02.447638 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1863 | 2025.05.22 21:19:02.447712 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1864 | 2025.05.22 21:19:02.447773 [ 197 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::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 | ||
1865 | 2025.05.22 21:19:02.447809 [ 261 ] {74bbeb5b-4db4-4e3e-9756-9592e38657b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1866 | 2025.05.22 21:19:02.447862 [ 261 ] {74bbeb5b-4db4-4e3e-9756-9592e38657b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1867 | 2025.05.22 21:19:02.447928 [ 197 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1868 | 2025.05.22 21:19:02.447968 [ 197 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 32 rows starting from the beginning of the part | ||
1869 | 2025.05.22 21:19:02.448036 [ 197 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 32 rows starting from the beginning of the part | ||
1870 | 2025.05.22 21:19:02.448083 [ 197 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 44 rows starting from the beginning of the part | ||
1871 | 2025.05.22 21:19:02.448121 [ 197 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 33 rows starting from the beginning of the part | ||
1872 | 2025.05.22 21:19:02.448165 [ 197 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 33 rows starting from the beginning of the part | ||
1873 | 2025.05.22 21:19:02.448202 [ 197 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 7 rows starting from the beginning of the part | ||
1874 | 2025.05.22 21:19:02.448324 [ 261 ] {74bbeb5b-4db4-4e3e-9756-9592e38657b5} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1875 | 2025.05.22 21:19:02.448364 [ 261 ] {74bbeb5b-4db4-4e3e-9756-9592e38657b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1876 | 2025.05.22 21:19:02.448688 [ 261 ] {74bbeb5b-4db4-4e3e-9756-9592e38657b5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1877 | 2025.05.22 21:19:02.448918 [ 261 ] {74bbeb5b-4db4-4e3e-9756-9592e38657b5} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1878 | 2025.05.22 21:19:02.448986 [ 199 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 5 columns (5 merged, 0 gathered) in 0.001276379 sec., 141807.4098680721 rows/sec., 11.00 MiB/sec. | ||
1879 | 2025.05.22 21:19:02.449047 [ 261 ] {74bbeb5b-4db4-4e3e-9756-9592e38657b5} <Debug> executeQuery: Read 35 rows, 2.80 KiB in 0.001256 sec., 27866.242038216562 rows/sec., 2.17 MiB/sec. | ||
1880 | 2025.05.22 21:19:02.449090 [ 261 ] {74bbeb5b-4db4-4e3e-9756-9592e38657b5} <Debug> TCPHandler: Processed in 0.001428342 sec. | ||
1881 | 2025.05.22 21:19:02.449122 [ 197 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1882 | 2025.05.22 21:19:02.449200 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1883 | 2025.05.22 21:19:02.449300 [ 261 ] {762af325-8b60-41a9-8383-c29afdde6491} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1884 | 2025.05.22 21:19:02.449345 [ 261 ] {762af325-8b60-41a9-8383-c29afdde6491} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1885 | 2025.05.22 21:19:02.449371 [ 197 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_6_1} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1886 | 2025.05.22 21:19:02.449440 [ 197 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_6_1} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1887 | 2025.05.22 21:19:02.449502 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
1888 | 2025.05.22 21:19:02.449729 [ 261 ] {762af325-8b60-41a9-8383-c29afdde6491} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1889 | 2025.05.22 21:19:02.449770 [ 261 ] {762af325-8b60-41a9-8383-c29afdde6491} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1890 | 2025.05.22 21:19:02.450094 [ 261 ] {762af325-8b60-41a9-8383-c29afdde6491} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1891 | 2025.05.22 21:19:02.450300 [ 261 ] {762af325-8b60-41a9-8383-c29afdde6491} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1892 | 2025.05.22 21:19:02.450424 [ 261 ] {762af325-8b60-41a9-8383-c29afdde6491} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001142 sec., 87565.67425569177 rows/sec., 6.07 MiB/sec. | ||
1893 | 2025.05.22 21:19:02.450458 [ 261 ] {762af325-8b60-41a9-8383-c29afdde6491} <Debug> TCPHandler: Processed in 0.001307549 sec. | ||
1894 | 2025.05.22 21:19:02.450574 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1895 | 2025.05.22 21:19:02.450666 [ 261 ] {0fb49861-d328-48a3-9de3-65d827c245f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1896 | 2025.05.22 21:19:02.450720 [ 261 ] {0fb49861-d328-48a3-9de3-65d827c245f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1897 | 2025.05.22 21:19:02.451432 [ 261 ] {0fb49861-d328-48a3-9de3-65d827c245f4} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1898 | 2025.05.22 21:19:02.451467 [ 261 ] {0fb49861-d328-48a3-9de3-65d827c245f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1899 | 2025.05.22 21:19:02.451964 [ 261 ] {0fb49861-d328-48a3-9de3-65d827c245f4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1900 | 2025.05.22 21:19:02.452178 [ 261 ] {0fb49861-d328-48a3-9de3-65d827c245f4} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1901 | 2025.05.22 21:19:02.452309 [ 261 ] {0fb49861-d328-48a3-9de3-65d827c245f4} <Debug> executeQuery: Read 7 rows, 12.84 KiB in 0.00166 sec., 4216.8674698795185 rows/sec., 7.56 MiB/sec. | ||
1902 | 2025.05.22 21:19:02.452333 [ 35 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1903 | 2025.05.22 21:19:02.452358 [ 261 ] {0fb49861-d328-48a3-9de3-65d827c245f4} <Debug> TCPHandler: Processed in 0.001833277 sec. | ||
1904 | 2025.05.22 21:19:02.452407 [ 35 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1905 | 2025.05.22 21:19:02.452447 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1906 | 2025.05.22 21:19:02.452496 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1907 | 2025.05.22 21:19:02.452551 [ 197 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
1908 | 2025.05.22 21:19:02.452597 [ 261 ] {21a11ec9-f3bc-4cf6-8dc7-74010a87c2ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1909 | 2025.05.22 21:19:02.452642 [ 261 ] {21a11ec9-f3bc-4cf6-8dc7-74010a87c2ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1910 | 2025.05.22 21:19:02.452737 [ 197 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1911 | 2025.05.22 21:19:02.452784 [ 197 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 32 rows starting from the beginning of the part | ||
1912 | 2025.05.22 21:19:02.452879 [ 197 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 32 rows starting from the beginning of the part | ||
1913 | 2025.05.22 21:19:02.452958 [ 261 ] {21a11ec9-f3bc-4cf6-8dc7-74010a87c2ad} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1914 | 2025.05.22 21:19:02.452966 [ 197 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 32 rows starting from the beginning of the part | ||
1915 | 2025.05.22 21:19:02.453000 [ 261 ] {21a11ec9-f3bc-4cf6-8dc7-74010a87c2ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1916 | 2025.05.22 21:19:02.453068 [ 197 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 33 rows starting from the beginning of the part | ||
1917 | 2025.05.22 21:19:02.453155 [ 197 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 33 rows starting from the beginning of the part | ||
1918 | 2025.05.22 21:19:02.453231 [ 197 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 7 rows starting from the beginning of the part | ||
1919 | 2025.05.22 21:19:02.453327 [ 261 ] {21a11ec9-f3bc-4cf6-8dc7-74010a87c2ad} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1920 | 2025.05.22 21:19:02.453567 [ 261 ] {21a11ec9-f3bc-4cf6-8dc7-74010a87c2ad} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1921 | 2025.05.22 21:19:02.453701 [ 261 ] {21a11ec9-f3bc-4cf6-8dc7-74010a87c2ad} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001122 sec., 26737.967914438505 rows/sec., 1.83 MiB/sec. | ||
1922 | 2025.05.22 21:19:02.453737 [ 261 ] {21a11ec9-f3bc-4cf6-8dc7-74010a87c2ad} <Debug> TCPHandler: Processed in 0.001291349 sec. | ||
1923 | 2025.05.22 21:19:02.460459 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 169 rows, containing 19 columns (19 merged, 0 gathered) in 0.007923248 sec., 21329.63653289661 rows/sec., 38.22 MiB/sec. | ||
1924 | 2025.05.22 21:19:02.461024 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1925 | 2025.05.22 21:19:02.461433 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1926 | 2025.05.22 21:19:02.461510 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1927 | 2025.05.22 21:19:02.461635 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
1928 | 2025.05.22 21:19:07.440411 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1929 | 2025.05.22 21:19:07.440734 [ 261 ] {ccf08eac-d8cb-4f5a-8b48-08523d6b1569} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_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') FORMAT Native; (stage: Complete) | ||
1930 | 2025.05.22 21:19:07.441072 [ 261 ] {ccf08eac-d8cb-4f5a-8b48-08523d6b1569} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1931 | 2025.05.22 21:19:07.441106 [ 261 ] {ccf08eac-d8cb-4f5a-8b48-08523d6b1569} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_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')" moved to PREWHERE | ||
1932 | 2025.05.22 21:19:07.441408 [ 261 ] {ccf08eac-d8cb-4f5a-8b48-08523d6b1569} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1933 | 2025.05.22 21:19:07.441474 [ 261 ] {ccf08eac-d8cb-4f5a-8b48-08523d6b1569} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1934 | 2025.05.22 21:19:07.441624 [ 261 ] {ccf08eac-d8cb-4f5a-8b48-08523d6b1569} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
1935 | 2025.05.22 21:19:07.441730 [ 290 ] {ccf08eac-d8cb-4f5a-8b48-08523d6b1569} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1936 | 2025.05.22 21:19:07.441759 [ 293 ] {ccf08eac-d8cb-4f5a-8b48-08523d6b1569} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1937 | 2025.05.22 21:19:07.441762 [ 292 ] {ccf08eac-d8cb-4f5a-8b48-08523d6b1569} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1938 | 2025.05.22 21:19:07.441915 [ 261 ] {ccf08eac-d8cb-4f5a-8b48-08523d6b1569} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
1939 | 2025.05.22 21:19:07.441942 [ 261 ] {ccf08eac-d8cb-4f5a-8b48-08523d6b1569} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1940 | 2025.05.22 21:19:07.442022 [ 261 ] {ccf08eac-d8cb-4f5a-8b48-08523d6b1569} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1941 | 2025.05.22 21:19:07.442041 [ 261 ] {ccf08eac-d8cb-4f5a-8b48-08523d6b1569} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Reading approx. 24 rows with 3 streams | ||
1942 | 2025.05.22 21:19:07.442074 [ 261 ] {ccf08eac-d8cb-4f5a-8b48-08523d6b1569} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_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'))" | ||
1943 | 2025.05.22 21:19:07.442109 [ 261 ] {ccf08eac-d8cb-4f5a-8b48-08523d6b1569} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_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'))" | ||
1944 | 2025.05.22 21:19:07.442142 [ 261 ] {ccf08eac-d8cb-4f5a-8b48-08523d6b1569} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_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'))" | ||
1945 | 2025.05.22 21:19:07.442970 [ 261 ] {ccf08eac-d8cb-4f5a-8b48-08523d6b1569} <Debug> executeQuery: Read 24 rows, 1.06 KiB in 0.002331 sec., 10296.010296010296 rows/sec., 454.98 KiB/sec. | ||
1946 | 2025.05.22 21:19:07.443112 [ 261 ] {ccf08eac-d8cb-4f5a-8b48-08523d6b1569} <Debug> TCPHandler: Processed in 0.002826262 sec. | ||
1947 | 2025.05.22 21:19:07.450217 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1948 | 2025.05.22 21:19:07.450348 [ 261 ] {163a3a41-06b0-438d-97bd-51b7ef2e982b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
1949 | 2025.05.22 21:19:07.450400 [ 261 ] {163a3a41-06b0-438d-97bd-51b7ef2e982b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1950 | 2025.05.22 21:19:07.451015 [ 261 ] {163a3a41-06b0-438d-97bd-51b7ef2e982b} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1951 | 2025.05.22 21:19:07.451058 [ 261 ] {163a3a41-06b0-438d-97bd-51b7ef2e982b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1952 | 2025.05.22 21:19:07.451490 [ 261 ] {163a3a41-06b0-438d-97bd-51b7ef2e982b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1953 | 2025.05.22 21:19:07.451682 [ 261 ] {163a3a41-06b0-438d-97bd-51b7ef2e982b} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1954 | 2025.05.22 21:19:07.451820 [ 261 ] {163a3a41-06b0-438d-97bd-51b7ef2e982b} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.00151 sec., 662.251655629139 rows/sec., 150.04 KiB/sec. | ||
1955 | 2025.05.22 21:19:07.451858 [ 261 ] {163a3a41-06b0-438d-97bd-51b7ef2e982b} <Debug> TCPHandler: Processed in 0.001692705 sec. | ||
1956 | 2025.05.22 21:19:07.451960 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1957 | 2025.05.22 21:19:07.452052 [ 261 ] {17d2842e-aeea-40b7-b894-dc3b5fd63cbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
1958 | 2025.05.22 21:19:07.452091 [ 261 ] {17d2842e-aeea-40b7-b894-dc3b5fd63cbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
1959 | 2025.05.22 21:19:07.452501 [ 261 ] {17d2842e-aeea-40b7-b894-dc3b5fd63cbf} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1960 | 2025.05.22 21:19:07.452535 [ 261 ] {17d2842e-aeea-40b7-b894-dc3b5fd63cbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1961 | 2025.05.22 21:19:07.452818 [ 261 ] {17d2842e-aeea-40b7-b894-dc3b5fd63cbf} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1962 | 2025.05.22 21:19:07.453021 [ 261 ] {17d2842e-aeea-40b7-b894-dc3b5fd63cbf} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1963 | 2025.05.22 21:19:07.453142 [ 261 ] {17d2842e-aeea-40b7-b894-dc3b5fd63cbf} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001108 sec., 21660.649819494585 rows/sec., 1.80 MiB/sec. | ||
1964 | 2025.05.22 21:19:07.453177 [ 261 ] {17d2842e-aeea-40b7-b894-dc3b5fd63cbf} <Debug> TCPHandler: Processed in 0.001265559 sec. | ||
1965 | 2025.05.22 21:19:07.453282 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1966 | 2025.05.22 21:19:07.453372 [ 261 ] {64c2b875-5589-4c23-a61f-d133abd25c63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
1967 | 2025.05.22 21:19:07.453411 [ 261 ] {64c2b875-5589-4c23-a61f-d133abd25c63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
1968 | 2025.05.22 21:19:07.453786 [ 261 ] {64c2b875-5589-4c23-a61f-d133abd25c63} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1969 | 2025.05.22 21:19:07.453821 [ 261 ] {64c2b875-5589-4c23-a61f-d133abd25c63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1970 | 2025.05.22 21:19:07.454108 [ 261 ] {64c2b875-5589-4c23-a61f-d133abd25c63} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1971 | 2025.05.22 21:19:07.454325 [ 261 ] {64c2b875-5589-4c23-a61f-d133abd25c63} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1972 | 2025.05.22 21:19:07.454443 [ 261 ] {64c2b875-5589-4c23-a61f-d133abd25c63} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001088 sec., 5514.705882352941 rows/sec., 449.69 KiB/sec. | ||
1973 | 2025.05.22 21:19:07.454477 [ 261 ] {64c2b875-5589-4c23-a61f-d133abd25c63} <Debug> TCPHandler: Processed in 0.001242018 sec. | ||
1974 | 2025.05.22 21:19:07.454580 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1975 | 2025.05.22 21:19:07.454671 [ 261 ] {8f9977dd-89b3-4842-a5eb-2499bf9072a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1976 | 2025.05.22 21:19:07.454709 [ 261 ] {8f9977dd-89b3-4842-a5eb-2499bf9072a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1977 | 2025.05.22 21:19:07.455143 [ 261 ] {8f9977dd-89b3-4842-a5eb-2499bf9072a1} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1978 | 2025.05.22 21:19:07.455177 [ 261 ] {8f9977dd-89b3-4842-a5eb-2499bf9072a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1979 | 2025.05.22 21:19:07.455485 [ 261 ] {8f9977dd-89b3-4842-a5eb-2499bf9072a1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1980 | 2025.05.22 21:19:07.455691 [ 261 ] {8f9977dd-89b3-4842-a5eb-2499bf9072a1} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1981 | 2025.05.22 21:19:07.455779 [ 30 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1982 | 2025.05.22 21:19:07.455809 [ 261 ] {8f9977dd-89b3-4842-a5eb-2499bf9072a1} <Debug> executeQuery: Read 215 rows, 19.92 KiB in 0.001156 sec., 185986.1591695502 rows/sec., 16.83 MiB/sec. | ||
1983 | 2025.05.22 21:19:07.455815 [ 30 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1984 | 2025.05.22 21:19:07.455839 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1985 | 2025.05.22 21:19:07.455843 [ 261 ] {8f9977dd-89b3-4842-a5eb-2499bf9072a1} <Debug> TCPHandler: Processed in 0.00131018 sec. | ||
1986 | 2025.05.22 21:19:07.455934 [ 199 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::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 | ||
1987 | 2025.05.22 21:19:07.455958 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1988 | 2025.05.22 21:19:07.456055 [ 261 ] {57639f4e-c43e-41e7-be91-370f0a073d77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1989 | 2025.05.22 21:19:07.456055 [ 199 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1990 | 2025.05.22 21:19:07.456097 [ 261 ] {57639f4e-c43e-41e7-be91-370f0a073d77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1991 | 2025.05.22 21:19:07.456103 [ 199 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 210 rows starting from the beginning of the part | ||
1992 | 2025.05.22 21:19:07.456191 [ 199 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 92 rows starting from the beginning of the part | ||
1993 | 2025.05.22 21:19:07.456237 [ 199 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part | ||
1994 | 2025.05.22 21:19:07.456280 [ 199 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 92 rows starting from the beginning of the part | ||
1995 | 2025.05.22 21:19:07.456326 [ 199 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part | ||
1996 | 2025.05.22 21:19:07.456365 [ 199 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 215 rows starting from the beginning of the part | ||
1997 | 2025.05.22 21:19:07.456514 [ 261 ] {57639f4e-c43e-41e7-be91-370f0a073d77} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1998 | 2025.05.22 21:19:07.456555 [ 261 ] {57639f4e-c43e-41e7-be91-370f0a073d77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1999 | 2025.05.22 21:19:07.456861 [ 261 ] {57639f4e-c43e-41e7-be91-370f0a073d77} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2000 | 2025.05.22 21:19:07.457080 [ 261 ] {57639f4e-c43e-41e7-be91-370f0a073d77} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2001 | 2025.05.22 21:19:07.457204 [ 261 ] {57639f4e-c43e-41e7-be91-370f0a073d77} <Debug> executeQuery: Read 51 rows, 3.86 KiB in 0.001166 sec., 43739.2795883362 rows/sec., 3.23 MiB/sec. | ||
2002 | 2025.05.22 21:19:07.457240 [ 261 ] {57639f4e-c43e-41e7-be91-370f0a073d77} <Debug> TCPHandler: Processed in 0.00133063 sec. | ||
2003 | 2025.05.22 21:19:07.457298 [ 188 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 675 rows, containing 5 columns (5 merged, 0 gathered) in 0.0014041 sec., 480734.99038530025 rows/sec., 44.43 MiB/sec. | ||
2004 | 2025.05.22 21:19:07.457356 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2005 | 2025.05.22 21:19:07.457452 [ 261 ] {036d91c0-99b4-4447-8000-00c99742fcc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
2006 | 2025.05.22 21:19:07.457491 [ 261 ] {036d91c0-99b4-4447-8000-00c99742fcc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2007 | 2025.05.22 21:19:07.457536 [ 192 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2008 | 2025.05.22 21:19:07.457879 [ 261 ] {036d91c0-99b4-4447-8000-00c99742fcc7} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2009 | 2025.05.22 21:19:07.457891 [ 192 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_11_2} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2010 | 2025.05.22 21:19:07.457923 [ 261 ] {036d91c0-99b4-4447-8000-00c99742fcc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2011 | 2025.05.22 21:19:07.458005 [ 192 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_11_2} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2012 | 2025.05.22 21:19:07.458109 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
2013 | 2025.05.22 21:19:07.458226 [ 261 ] {036d91c0-99b4-4447-8000-00c99742fcc7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2014 | 2025.05.22 21:19:07.458455 [ 261 ] {036d91c0-99b4-4447-8000-00c99742fcc7} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2015 | 2025.05.22 21:19:07.458577 [ 261 ] {036d91c0-99b4-4447-8000-00c99742fcc7} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001143 sec., 20997.375328083992 rows/sec., 1.74 MiB/sec. | ||
2016 | 2025.05.22 21:19:07.458613 [ 261 ] {036d91c0-99b4-4447-8000-00c99742fcc7} <Debug> TCPHandler: Processed in 0.00130568 sec. | ||
2017 | 2025.05.22 21:19:07.458719 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2018 | 2025.05.22 21:19:07.458810 [ 261 ] {f03adfe2-d1b4-4376-a1a9-db984c9229ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
2019 | 2025.05.22 21:19:07.458848 [ 261 ] {f03adfe2-d1b4-4376-a1a9-db984c9229ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2020 | 2025.05.22 21:19:07.459225 [ 261 ] {f03adfe2-d1b4-4376-a1a9-db984c9229ba} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2021 | 2025.05.22 21:19:07.459261 [ 261 ] {f03adfe2-d1b4-4376-a1a9-db984c9229ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2022 | 2025.05.22 21:19:07.459537 [ 261 ] {f03adfe2-d1b4-4376-a1a9-db984c9229ba} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2023 | 2025.05.22 21:19:07.459739 [ 261 ] {f03adfe2-d1b4-4376-a1a9-db984c9229ba} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2024 | 2025.05.22 21:19:07.459866 [ 261 ] {f03adfe2-d1b4-4376-a1a9-db984c9229ba} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001073 sec., 11183.597390493942 rows/sec., 873.72 KiB/sec. | ||
2025 | 2025.05.22 21:19:07.459903 [ 261 ] {f03adfe2-d1b4-4376-a1a9-db984c9229ba} <Debug> TCPHandler: Processed in 0.001231288 sec. | ||
2026 | 2025.05.22 21:19:07.460007 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2027 | 2025.05.22 21:19:07.460097 [ 261 ] {f8463ce6-75ca-4700-b1e9-8f2941b9ac8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2028 | 2025.05.22 21:19:07.460135 [ 261 ] {f8463ce6-75ca-4700-b1e9-8f2941b9ac8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2029 | 2025.05.22 21:19:07.460542 [ 261 ] {f8463ce6-75ca-4700-b1e9-8f2941b9ac8a} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2030 | 2025.05.22 21:19:07.460577 [ 261 ] {f8463ce6-75ca-4700-b1e9-8f2941b9ac8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2031 | 2025.05.22 21:19:07.460868 [ 261 ] {f8463ce6-75ca-4700-b1e9-8f2941b9ac8a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2032 | 2025.05.22 21:19:07.461067 [ 261 ] {f8463ce6-75ca-4700-b1e9-8f2941b9ac8a} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2033 | 2025.05.22 21:19:07.461176 [ 27 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2034 | 2025.05.22 21:19:07.461190 [ 261 ] {f8463ce6-75ca-4700-b1e9-8f2941b9ac8a} <Debug> executeQuery: Read 103 rows, 8.63 KiB in 0.00111 sec., 92792.79279279278 rows/sec., 7.59 MiB/sec. | ||
2035 | 2025.05.22 21:19:07.461224 [ 27 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2036 | 2025.05.22 21:19:07.461240 [ 261 ] {f8463ce6-75ca-4700-b1e9-8f2941b9ac8a} <Debug> TCPHandler: Processed in 0.001280059 sec. | ||
2037 | 2025.05.22 21:19:07.461251 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2038 | 2025.05.22 21:19:07.461355 [ 197 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::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 | ||
2039 | 2025.05.22 21:19:07.461359 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2040 | 2025.05.22 21:19:07.461475 [ 197 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2041 | 2025.05.22 21:19:07.461477 [ 261 ] {43dc4250-deba-4eac-8bc5-85887349b28c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2042 | 2025.05.22 21:19:07.461514 [ 197 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 114 rows starting from the beginning of the part | ||
2043 | 2025.05.22 21:19:07.461537 [ 261 ] {43dc4250-deba-4eac-8bc5-85887349b28c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2044 | 2025.05.22 21:19:07.461579 [ 197 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 61 rows starting from the beginning of the part | ||
2045 | 2025.05.22 21:19:07.461638 [ 197 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 28 rows starting from the beginning of the part | ||
2046 | 2025.05.22 21:19:07.461678 [ 197 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 61 rows starting from the beginning of the part | ||
2047 | 2025.05.22 21:19:07.461715 [ 197 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 35 rows starting from the beginning of the part | ||
2048 | 2025.05.22 21:19:07.461754 [ 197 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 103 rows starting from the beginning of the part | ||
2049 | 2025.05.22 21:19:07.462011 [ 261 ] {43dc4250-deba-4eac-8bc5-85887349b28c} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2050 | 2025.05.22 21:19:07.462061 [ 261 ] {43dc4250-deba-4eac-8bc5-85887349b28c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2051 | 2025.05.22 21:19:07.462460 [ 261 ] {43dc4250-deba-4eac-8bc5-85887349b28c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2052 | 2025.05.22 21:19:07.462557 [ 192 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 402 rows, containing 5 columns (5 merged, 0 gathered) in 0.001242639 sec., 323505.05657717166 rows/sec., 27.11 MiB/sec. | ||
2053 | 2025.05.22 21:19:07.462685 [ 261 ] {43dc4250-deba-4eac-8bc5-85887349b28c} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2054 | 2025.05.22 21:19:07.462706 [ 188 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2055 | 2025.05.22 21:19:07.462834 [ 261 ] {43dc4250-deba-4eac-8bc5-85887349b28c} <Debug> executeQuery: Read 139 rows, 10.30 KiB in 0.001374 sec., 101164.48326055313 rows/sec., 7.32 MiB/sec. | ||
2056 | 2025.05.22 21:19:07.462876 [ 261 ] {43dc4250-deba-4eac-8bc5-85887349b28c} <Debug> TCPHandler: Processed in 0.001565144 sec. | ||
2057 | 2025.05.22 21:19:07.462981 [ 188 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_11_2} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2058 | 2025.05.22 21:19:07.462992 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2059 | 2025.05.22 21:19:07.463070 [ 188 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_11_2} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2060 | 2025.05.22 21:19:07.463095 [ 261 ] {047ed5fa-9b92-4217-906e-ec55c66530d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2061 | 2025.05.22 21:19:07.463148 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
2062 | 2025.05.22 21:19:07.463154 [ 261 ] {047ed5fa-9b92-4217-906e-ec55c66530d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2063 | 2025.05.22 21:19:07.463986 [ 261 ] {047ed5fa-9b92-4217-906e-ec55c66530d4} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2064 | 2025.05.22 21:19:07.464023 [ 261 ] {047ed5fa-9b92-4217-906e-ec55c66530d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2065 | 2025.05.22 21:19:07.464576 [ 261 ] {047ed5fa-9b92-4217-906e-ec55c66530d4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2066 | 2025.05.22 21:19:07.464797 [ 261 ] {047ed5fa-9b92-4217-906e-ec55c66530d4} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2067 | 2025.05.22 21:19:07.464927 [ 261 ] {047ed5fa-9b92-4217-906e-ec55c66530d4} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.00185 sec., 17837.837837837837 rows/sec., 31.96 MiB/sec. | ||
2068 | 2025.05.22 21:19:07.464975 [ 261 ] {047ed5fa-9b92-4217-906e-ec55c66530d4} <Debug> TCPHandler: Processed in 0.002033081 sec. | ||
2069 | 2025.05.22 21:19:07.465087 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2070 | 2025.05.22 21:19:07.465182 [ 261 ] {827a5998-8891-4851-87c5-fdc5db5080ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2071 | 2025.05.22 21:19:07.465222 [ 261 ] {827a5998-8891-4851-87c5-fdc5db5080ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2072 | 2025.05.22 21:19:07.465549 [ 261 ] {827a5998-8891-4851-87c5-fdc5db5080ce} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2073 | 2025.05.22 21:19:07.465582 [ 261 ] {827a5998-8891-4851-87c5-fdc5db5080ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2074 | 2025.05.22 21:19:07.465875 [ 261 ] {827a5998-8891-4851-87c5-fdc5db5080ce} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2075 | 2025.05.22 21:19:07.466078 [ 261 ] {827a5998-8891-4851-87c5-fdc5db5080ce} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2076 | 2025.05.22 21:19:07.466200 [ 261 ] {827a5998-8891-4851-87c5-fdc5db5080ce} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001037 sec., 28929.604628736743 rows/sec., 1.98 MiB/sec. | ||
2077 | 2025.05.22 21:19:07.466235 [ 261 ] {827a5998-8891-4851-87c5-fdc5db5080ce} <Debug> TCPHandler: Processed in 0.001196008 sec. | ||
2078 | 2025.05.22 21:19:08.743996 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
2079 | 2025.05.22 21:19:08.744485 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2080 | 2025.05.22 21:19:08.744527 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2081 | 2025.05.22 21:19:08.745016 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2082 | 2025.05.22 21:19:08.745275 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2083 | 2025.05.22 21:19:08.745408 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
2084 | 2025.05.22 21:19:09.051144 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
2085 | 2025.05.22 21:19:09.067614 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2086 | 2025.05.22 21:19:09.067669 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2087 | 2025.05.22 21:19:09.073991 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2088 | 2025.05.22 21:19:09.074700 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2089 | 2025.05.22 21:19:09.077441 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
2090 | 2025.05.22 21:19:10.000187 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.95 MiB, peak 198.16 MiB, free memory in arenas 0.00 B, will set to 194.22 MiB (RSS), difference: 1.27 MiB | ||
2091 | 2025.05.22 21:19:11.239671 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 274 | ||
2092 | 2025.05.22 21:19:11.241980 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2093 | 2025.05.22 21:19:11.242019 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2094 | 2025.05.22 21:19:11.243217 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2095 | 2025.05.22 21:19:11.243474 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2096 | 2025.05.22 21:19:11.243715 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 274 | ||
2097 | 2025.05.22 21:19:12.444843 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2098 | 2025.05.22 21:19:12.445031 [ 261 ] {36312dc2-4299-4359-98a6-36e56920f8f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2099 | 2025.05.22 21:19:12.445101 [ 261 ] {36312dc2-4299-4359-98a6-36e56920f8f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2100 | 2025.05.22 21:19:12.445784 [ 261 ] {36312dc2-4299-4359-98a6-36e56920f8f5} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2101 | 2025.05.22 21:19:12.445840 [ 261 ] {36312dc2-4299-4359-98a6-36e56920f8f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2102 | 2025.05.22 21:19:12.446259 [ 261 ] {36312dc2-4299-4359-98a6-36e56920f8f5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2103 | 2025.05.22 21:19:12.446547 [ 261 ] {36312dc2-4299-4359-98a6-36e56920f8f5} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2104 | 2025.05.22 21:19:12.446719 [ 261 ] {36312dc2-4299-4359-98a6-36e56920f8f5} <Debug> executeQuery: Read 42 rows, 3.50 KiB in 0.001739 sec., 24151.811385853936 rows/sec., 1.97 MiB/sec. | ||
2105 | 2025.05.22 21:19:12.446771 [ 261 ] {36312dc2-4299-4359-98a6-36e56920f8f5} <Debug> TCPHandler: Processed in 0.002067771 sec. | ||
2106 | 2025.05.22 21:19:12.446903 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2107 | 2025.05.22 21:19:12.447010 [ 261 ] {9ad8c17d-7297-4003-b8c7-d4c22bcb91fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2108 | 2025.05.22 21:19:12.447054 [ 261 ] {9ad8c17d-7297-4003-b8c7-d4c22bcb91fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2109 | 2025.05.22 21:19:12.447479 [ 261 ] {9ad8c17d-7297-4003-b8c7-d4c22bcb91fd} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2110 | 2025.05.22 21:19:12.447520 [ 261 ] {9ad8c17d-7297-4003-b8c7-d4c22bcb91fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2111 | 2025.05.22 21:19:12.447839 [ 261 ] {9ad8c17d-7297-4003-b8c7-d4c22bcb91fd} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2112 | 2025.05.22 21:19:12.448056 [ 261 ] {9ad8c17d-7297-4003-b8c7-d4c22bcb91fd} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2113 | 2025.05.22 21:19:12.448190 [ 261 ] {9ad8c17d-7297-4003-b8c7-d4c22bcb91fd} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001205 sec., 6639.004149377593 rows/sec., 499.22 KiB/sec. | ||
2114 | 2025.05.22 21:19:12.448229 [ 261 ] {9ad8c17d-7297-4003-b8c7-d4c22bcb91fd} <Debug> TCPHandler: Processed in 0.001383871 sec. | ||
2115 | 2025.05.22 21:19:12.448355 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2116 | 2025.05.22 21:19:12.448456 [ 261 ] {8ce21a16-1a2d-4f6c-8889-8efbb5936044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2117 | 2025.05.22 21:19:12.448497 [ 261 ] {8ce21a16-1a2d-4f6c-8889-8efbb5936044} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2118 | 2025.05.22 21:19:12.448911 [ 261 ] {8ce21a16-1a2d-4f6c-8889-8efbb5936044} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2119 | 2025.05.22 21:19:12.448951 [ 261 ] {8ce21a16-1a2d-4f6c-8889-8efbb5936044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2120 | 2025.05.22 21:19:12.449257 [ 261 ] {8ce21a16-1a2d-4f6c-8889-8efbb5936044} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2121 | 2025.05.22 21:19:12.449467 [ 261 ] {8ce21a16-1a2d-4f6c-8889-8efbb5936044} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2122 | 2025.05.22 21:19:12.449597 [ 261 ] {8ce21a16-1a2d-4f6c-8889-8efbb5936044} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001162 sec., 30981.067125645437 rows/sec., 2.42 MiB/sec. | ||
2123 | 2025.05.22 21:19:12.449635 [ 261 ] {8ce21a16-1a2d-4f6c-8889-8efbb5936044} <Debug> TCPHandler: Processed in 0.00133269 sec. | ||
2124 | 2025.05.22 21:19:12.449761 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2125 | 2025.05.22 21:19:12.449858 [ 261 ] {2a55cc9b-79a5-4d1b-9026-58dfb7fc6f0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2126 | 2025.05.22 21:19:12.449903 [ 261 ] {2a55cc9b-79a5-4d1b-9026-58dfb7fc6f0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2127 | 2025.05.22 21:19:12.450293 [ 261 ] {2a55cc9b-79a5-4d1b-9026-58dfb7fc6f0c} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2128 | 2025.05.22 21:19:12.450330 [ 261 ] {2a55cc9b-79a5-4d1b-9026-58dfb7fc6f0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2129 | 2025.05.22 21:19:12.450664 [ 261 ] {2a55cc9b-79a5-4d1b-9026-58dfb7fc6f0c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2130 | 2025.05.22 21:19:12.450875 [ 261 ] {2a55cc9b-79a5-4d1b-9026-58dfb7fc6f0c} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2131 | 2025.05.22 21:19:12.450990 [ 57 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2132 | 2025.05.22 21:19:12.451008 [ 261 ] {2a55cc9b-79a5-4d1b-9026-58dfb7fc6f0c} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001168 sec., 85616.43835616439 rows/sec., 5.94 MiB/sec. | ||
2133 | 2025.05.22 21:19:12.451057 [ 57 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2134 | 2025.05.22 21:19:12.451066 [ 261 ] {2a55cc9b-79a5-4d1b-9026-58dfb7fc6f0c} <Debug> TCPHandler: Processed in 0.00135778 sec. | ||
2135 | 2025.05.22 21:19:12.451087 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2136 | 2025.05.22 21:19:12.451189 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
2137 | 2025.05.22 21:19:12.451200 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2138 | 2025.05.22 21:19:12.451311 [ 261 ] {95e68bdc-a821-4dad-bbf7-5d3e028780da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2139 | 2025.05.22 21:19:12.451326 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2140 | 2025.05.22 21:19:12.451367 [ 261 ] {95e68bdc-a821-4dad-bbf7-5d3e028780da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2141 | 2025.05.22 21:19:12.451367 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 964 rows starting from the beginning of the part | ||
2142 | 2025.05.22 21:19:12.451457 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 100 rows starting from the beginning of the part | ||
2143 | 2025.05.22 21:19:12.451503 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 100 rows starting from the beginning of the part | ||
2144 | 2025.05.22 21:19:12.451547 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
2145 | 2025.05.22 21:19:12.451588 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 139 rows starting from the beginning of the part | ||
2146 | 2025.05.22 21:19:12.451628 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
2147 | 2025.05.22 21:19:12.452140 [ 261 ] {95e68bdc-a821-4dad-bbf7-5d3e028780da} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2148 | 2025.05.22 21:19:12.452182 [ 261 ] {95e68bdc-a821-4dad-bbf7-5d3e028780da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2149 | 2025.05.22 21:19:12.452889 [ 261 ] {95e68bdc-a821-4dad-bbf7-5d3e028780da} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2150 | 2025.05.22 21:19:12.452892 [ 188 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1503 rows, containing 5 columns (5 merged, 0 gathered) in 0.001740696 sec., 863447.7243585325 rows/sec., 62.69 MiB/sec. | ||
2151 | 2025.05.22 21:19:12.453142 [ 261 ] {95e68bdc-a821-4dad-bbf7-5d3e028780da} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2152 | 2025.05.22 21:19:12.453226 [ 200 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2153 | 2025.05.22 21:19:12.453300 [ 261 ] {95e68bdc-a821-4dad-bbf7-5d3e028780da} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002006 sec., 3988.035892323031 rows/sec., 7.15 MiB/sec. | ||
2154 | 2025.05.22 21:19:12.453374 [ 261 ] {95e68bdc-a821-4dad-bbf7-5d3e028780da} <Debug> TCPHandler: Processed in 0.002226474 sec. | ||
2155 | 2025.05.22 21:19:12.453506 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2156 | 2025.05.22 21:19:12.453612 [ 261 ] {c0687bee-8aa3-4143-aba3-50a72a9a8f4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2157 | 2025.05.22 21:19:12.453660 [ 261 ] {c0687bee-8aa3-4143-aba3-50a72a9a8f4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2158 | 2025.05.22 21:19:12.453705 [ 200 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2159 | 2025.05.22 21:19:12.453842 [ 200 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2160 | 2025.05.22 21:19:12.453955 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
2161 | 2025.05.22 21:19:12.454013 [ 261 ] {c0687bee-8aa3-4143-aba3-50a72a9a8f4f} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2162 | 2025.05.22 21:19:12.454053 [ 261 ] {c0687bee-8aa3-4143-aba3-50a72a9a8f4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2163 | 2025.05.22 21:19:12.454380 [ 261 ] {c0687bee-8aa3-4143-aba3-50a72a9a8f4f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2164 | 2025.05.22 21:19:12.454594 [ 261 ] {c0687bee-8aa3-4143-aba3-50a72a9a8f4f} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): 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.05.22 21:19:12.454711 [ 57 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2166 | 2025.05.22 21:19:12.454736 [ 261 ] {c0687bee-8aa3-4143-aba3-50a72a9a8f4f} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001143 sec., 26246.71916010499 rows/sec., 1.80 MiB/sec. | ||
2167 | 2025.05.22 21:19:12.454750 [ 57 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2168 | 2025.05.22 21:19:12.454794 [ 261 ] {c0687bee-8aa3-4143-aba3-50a72a9a8f4f} <Debug> TCPHandler: Processed in 0.00134223 sec. | ||
2169 | 2025.05.22 21:19:12.454799 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2170 | 2025.05.22 21:19:12.454901 [ 200 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
2171 | 2025.05.22 21:19:12.455008 [ 200 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2172 | 2025.05.22 21:19:12.455046 [ 200 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 174 rows starting from the beginning of the part | ||
2173 | 2025.05.22 21:19:12.455132 [ 200 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part | ||
2174 | 2025.05.22 21:19:12.455181 [ 200 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part | ||
2175 | 2025.05.22 21:19:12.455222 [ 200 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part | ||
2176 | 2025.05.22 21:19:12.455265 [ 200 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part | ||
2177 | 2025.05.22 21:19:12.455308 [ 200 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part | ||
2178 | 2025.05.22 21:19:12.456105 [ 196 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 324 rows, containing 4 columns (4 merged, 0 gathered) in 0.001241858 sec., 260899.39429467783 rows/sec., 17.87 MiB/sec. | ||
2179 | 2025.05.22 21:19:12.456247 [ 200 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2180 | 2025.05.22 21:19:12.456486 [ 200 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_11_2} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2181 | 2025.05.22 21:19:12.456559 [ 200 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_11_2} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2182 | 2025.05.22 21:19:12.456618 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
2183 | 2025.05.22 21:19:16.183760 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2184 | 2025.05.22 21:19:16.183830 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2185 | 2025.05.22 21:19:16.245567 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
2186 | 2025.05.22 21:19:16.246152 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2187 | 2025.05.22 21:19:16.246206 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2188 | 2025.05.22 21:19:16.246748 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2189 | 2025.05.22 21:19:16.246982 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2190 | 2025.05.22 21:19:16.247118 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
2191 | 2025.05.22 21:19:16.577587 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
2192 | 2025.05.22 21:19:16.594179 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2193 | 2025.05.22 21:19:16.594245 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2194 | 2025.05.22 21:19:16.599911 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2195 | 2025.05.22 21:19:16.600600 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2196 | 2025.05.22 21:19:16.603603 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
2197 | 2025.05.22 21:19:17.445205 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2198 | 2025.05.22 21:19:17.445402 [ 261 ] {199b7186-e8ea-46be-8891-dd81fcdad6db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2199 | 2025.05.22 21:19:17.445471 [ 261 ] {199b7186-e8ea-46be-8891-dd81fcdad6db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2200 | 2025.05.22 21:19:17.446177 [ 261 ] {199b7186-e8ea-46be-8891-dd81fcdad6db} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2201 | 2025.05.22 21:19:17.446213 [ 261 ] {199b7186-e8ea-46be-8891-dd81fcdad6db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2202 | 2025.05.22 21:19:17.446616 [ 261 ] {199b7186-e8ea-46be-8891-dd81fcdad6db} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2203 | 2025.05.22 21:19:17.446841 [ 261 ] {199b7186-e8ea-46be-8891-dd81fcdad6db} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2204 | 2025.05.22 21:19:17.446986 [ 261 ] {199b7186-e8ea-46be-8891-dd81fcdad6db} <Debug> executeQuery: Read 92 rows, 8.26 KiB in 0.001638 sec., 56166.05616605617 rows/sec., 4.93 MiB/sec. | ||
2205 | 2025.05.22 21:19:17.447026 [ 261 ] {199b7186-e8ea-46be-8891-dd81fcdad6db} <Debug> TCPHandler: Processed in 0.001961009 sec. | ||
2206 | 2025.05.22 21:19:17.447156 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2207 | 2025.05.22 21:19:17.447261 [ 261 ] {262fe4ad-c77c-4397-8abd-7f19c1050243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2208 | 2025.05.22 21:19:17.447300 [ 261 ] {262fe4ad-c77c-4397-8abd-7f19c1050243} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2209 | 2025.05.22 21:19:17.447707 [ 261 ] {262fe4ad-c77c-4397-8abd-7f19c1050243} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2210 | 2025.05.22 21:19:17.447741 [ 261 ] {262fe4ad-c77c-4397-8abd-7f19c1050243} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2211 | 2025.05.22 21:19:17.448042 [ 261 ] {262fe4ad-c77c-4397-8abd-7f19c1050243} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2212 | 2025.05.22 21:19:17.448245 [ 261 ] {262fe4ad-c77c-4397-8abd-7f19c1050243} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2213 | 2025.05.22 21:19:17.448370 [ 261 ] {262fe4ad-c77c-4397-8abd-7f19c1050243} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001125 sec., 29333.333333333336 rows/sec., 2.15 MiB/sec. | ||
2214 | 2025.05.22 21:19:17.448414 [ 261 ] {262fe4ad-c77c-4397-8abd-7f19c1050243} <Debug> TCPHandler: Processed in 0.001304329 sec. | ||
2215 | 2025.05.22 21:19:17.448529 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2216 | 2025.05.22 21:19:17.448630 [ 261 ] {331a6ded-78c4-443d-935d-bea4a21031a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2217 | 2025.05.22 21:19:17.448668 [ 261 ] {331a6ded-78c4-443d-935d-bea4a21031a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2218 | 2025.05.22 21:19:17.449064 [ 261 ] {331a6ded-78c4-443d-935d-bea4a21031a2} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2219 | 2025.05.22 21:19:17.449098 [ 261 ] {331a6ded-78c4-443d-935d-bea4a21031a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2220 | 2025.05.22 21:19:17.449403 [ 261 ] {331a6ded-78c4-443d-935d-bea4a21031a2} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2221 | 2025.05.22 21:19:17.449610 [ 261 ] {331a6ded-78c4-443d-935d-bea4a21031a2} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2222 | 2025.05.22 21:19:17.449726 [ 261 ] {331a6ded-78c4-443d-935d-bea4a21031a2} <Debug> executeQuery: Read 61 rows, 4.88 KiB in 0.001115 sec., 54708.52017937219 rows/sec., 4.27 MiB/sec. | ||
2223 | 2025.05.22 21:19:17.449760 [ 261 ] {331a6ded-78c4-443d-935d-bea4a21031a2} <Debug> TCPHandler: Processed in 0.001277889 sec. | ||
2224 | 2025.05.22 21:19:17.449872 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2225 | 2025.05.22 21:19:17.449973 [ 261 ] {b85a69fb-6c43-4e39-b92c-fcd837294006} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2226 | 2025.05.22 21:19:17.450014 [ 261 ] {b85a69fb-6c43-4e39-b92c-fcd837294006} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2227 | 2025.05.22 21:19:17.450380 [ 261 ] {b85a69fb-6c43-4e39-b92c-fcd837294006} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2228 | 2025.05.22 21:19:17.450413 [ 261 ] {b85a69fb-6c43-4e39-b92c-fcd837294006} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2229 | 2025.05.22 21:19:17.450728 [ 261 ] {b85a69fb-6c43-4e39-b92c-fcd837294006} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2230 | 2025.05.22 21:19:17.450926 [ 261 ] {b85a69fb-6c43-4e39-b92c-fcd837294006} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2231 | 2025.05.22 21:19:17.451042 [ 261 ] {b85a69fb-6c43-4e39-b92c-fcd837294006} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001088 sec., 91911.76470588235 rows/sec., 6.37 MiB/sec. | ||
2232 | 2025.05.22 21:19:17.451075 [ 261 ] {b85a69fb-6c43-4e39-b92c-fcd837294006} <Debug> TCPHandler: Processed in 0.001251569 sec. | ||
2233 | 2025.05.22 21:19:17.451184 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2234 | 2025.05.22 21:19:17.451283 [ 261 ] {ed6f3560-3640-4901-b349-7b8dd2e589b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2235 | 2025.05.22 21:19:17.451336 [ 261 ] {ed6f3560-3640-4901-b349-7b8dd2e589b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2236 | 2025.05.22 21:19:17.452158 [ 261 ] {ed6f3560-3640-4901-b349-7b8dd2e589b0} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2237 | 2025.05.22 21:19:17.452193 [ 261 ] {ed6f3560-3640-4901-b349-7b8dd2e589b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2238 | 2025.05.22 21:19:17.452748 [ 261 ] {ed6f3560-3640-4901-b349-7b8dd2e589b0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2239 | 2025.05.22 21:19:17.452965 [ 261 ] {ed6f3560-3640-4901-b349-7b8dd2e589b0} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2240 | 2025.05.22 21:19:17.453095 [ 261 ] {ed6f3560-3640-4901-b349-7b8dd2e589b0} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.00183 sec., 18032.7868852459 rows/sec., 32.31 MiB/sec. | ||
2241 | 2025.05.22 21:19:17.453143 [ 261 ] {ed6f3560-3640-4901-b349-7b8dd2e589b0} <Debug> TCPHandler: Processed in 0.00200536 sec. | ||
2242 | 2025.05.22 21:19:17.453254 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2243 | 2025.05.22 21:19:17.453358 [ 261 ] {05a882cb-5590-40c3-85f4-8baac14df7be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2244 | 2025.05.22 21:19:17.453399 [ 261 ] {05a882cb-5590-40c3-85f4-8baac14df7be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2245 | 2025.05.22 21:19:17.453756 [ 261 ] {05a882cb-5590-40c3-85f4-8baac14df7be} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2246 | 2025.05.22 21:19:17.453789 [ 261 ] {05a882cb-5590-40c3-85f4-8baac14df7be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2247 | 2025.05.22 21:19:17.454077 [ 261 ] {05a882cb-5590-40c3-85f4-8baac14df7be} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2248 | 2025.05.22 21:19:17.454282 [ 261 ] {05a882cb-5590-40c3-85f4-8baac14df7be} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2249 | 2025.05.22 21:19:17.454403 [ 261 ] {05a882cb-5590-40c3-85f4-8baac14df7be} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001064 sec., 28195.48872180451 rows/sec., 1.93 MiB/sec. | ||
2250 | 2025.05.22 21:19:17.454437 [ 261 ] {05a882cb-5590-40c3-85f4-8baac14df7be} <Debug> TCPHandler: Processed in 0.001231478 sec. | ||
2251 | 2025.05.22 21:19:21.243866 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 298 | ||
2252 | 2025.05.22 21:19:21.246170 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2253 | 2025.05.22 21:19:21.246209 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2254 | 2025.05.22 21:19:21.247374 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2255 | 2025.05.22 21:19:21.247629 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2256 | 2025.05.22 21:19:21.247865 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 298 | ||
2257 | 2025.05.22 21:19:22.444517 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2258 | 2025.05.22 21:19:22.444718 [ 261 ] {ca676dd5-a0f0-4317-b61a-00853be27d37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
2259 | 2025.05.22 21:19:22.444789 [ 261 ] {ca676dd5-a0f0-4317-b61a-00853be27d37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2260 | 2025.05.22 21:19:22.445520 [ 261 ] {ca676dd5-a0f0-4317-b61a-00853be27d37} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2261 | 2025.05.22 21:19:22.445572 [ 261 ] {ca676dd5-a0f0-4317-b61a-00853be27d37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2262 | 2025.05.22 21:19:22.445965 [ 261 ] {ca676dd5-a0f0-4317-b61a-00853be27d37} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2263 | 2025.05.22 21:19:22.446189 [ 261 ] {ca676dd5-a0f0-4317-b61a-00853be27d37} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2264 | 2025.05.22 21:19:22.446338 [ 261 ] {ca676dd5-a0f0-4317-b61a-00853be27d37} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001676 sec., 1193.3174224343675 rows/sec., 97.31 KiB/sec. | ||
2265 | 2025.05.22 21:19:22.446377 [ 261 ] {ca676dd5-a0f0-4317-b61a-00853be27d37} <Debug> TCPHandler: Processed in 0.00199631 sec. | ||
2266 | 2025.05.22 21:19:22.446511 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2267 | 2025.05.22 21:19:22.446605 [ 261 ] {3eb2e1a5-e762-4c76-bfd7-b5c0b47a9bd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2268 | 2025.05.22 21:19:22.446643 [ 261 ] {3eb2e1a5-e762-4c76-bfd7-b5c0b47a9bd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2269 | 2025.05.22 21:19:22.447117 [ 261 ] {3eb2e1a5-e762-4c76-bfd7-b5c0b47a9bd6} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2270 | 2025.05.22 21:19:22.447155 [ 261 ] {3eb2e1a5-e762-4c76-bfd7-b5c0b47a9bd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2271 | 2025.05.22 21:19:22.447466 [ 261 ] {3eb2e1a5-e762-4c76-bfd7-b5c0b47a9bd6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2272 | 2025.05.22 21:19:22.447688 [ 261 ] {3eb2e1a5-e762-4c76-bfd7-b5c0b47a9bd6} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2273 | 2025.05.22 21:19:22.447814 [ 261 ] {3eb2e1a5-e762-4c76-bfd7-b5c0b47a9bd6} <Debug> executeQuery: Read 43 rows, 3.58 KiB in 0.001227 sec., 35044.82477587612 rows/sec., 2.85 MiB/sec. | ||
2274 | 2025.05.22 21:19:22.447850 [ 261 ] {3eb2e1a5-e762-4c76-bfd7-b5c0b47a9bd6} <Debug> TCPHandler: Processed in 0.001395171 sec. | ||
2275 | 2025.05.22 21:19:22.447977 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2276 | 2025.05.22 21:19:22.448070 [ 261 ] {d21913f9-8ef3-4275-81c4-b57702d3aeff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2277 | 2025.05.22 21:19:22.448109 [ 261 ] {d21913f9-8ef3-4275-81c4-b57702d3aeff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2278 | 2025.05.22 21:19:22.448528 [ 261 ] {d21913f9-8ef3-4275-81c4-b57702d3aeff} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2279 | 2025.05.22 21:19:22.448564 [ 261 ] {d21913f9-8ef3-4275-81c4-b57702d3aeff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2280 | 2025.05.22 21:19:22.448847 [ 261 ] {d21913f9-8ef3-4275-81c4-b57702d3aeff} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2281 | 2025.05.22 21:19:22.449047 [ 261 ] {d21913f9-8ef3-4275-81c4-b57702d3aeff} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2282 | 2025.05.22 21:19:22.449170 [ 261 ] {d21913f9-8ef3-4275-81c4-b57702d3aeff} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001118 sec., 8944.543828264757 rows/sec., 662.98 KiB/sec. | ||
2283 | 2025.05.22 21:19:22.449204 [ 261 ] {d21913f9-8ef3-4275-81c4-b57702d3aeff} <Debug> TCPHandler: Processed in 0.001284159 sec. | ||
2284 | 2025.05.22 21:19:22.449320 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2285 | 2025.05.22 21:19:22.449418 [ 261 ] {38c01f6d-b987-4d2b-870a-6a4fe62ccb07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2286 | 2025.05.22 21:19:22.449457 [ 261 ] {38c01f6d-b987-4d2b-870a-6a4fe62ccb07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2287 | 2025.05.22 21:19:22.449858 [ 261 ] {38c01f6d-b987-4d2b-870a-6a4fe62ccb07} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2288 | 2025.05.22 21:19:22.449893 [ 261 ] {38c01f6d-b987-4d2b-870a-6a4fe62ccb07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2289 | 2025.05.22 21:19:22.450177 [ 261 ] {38c01f6d-b987-4d2b-870a-6a4fe62ccb07} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2290 | 2025.05.22 21:19:22.450382 [ 261 ] {38c01f6d-b987-4d2b-870a-6a4fe62ccb07} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2291 | 2025.05.22 21:19:22.450504 [ 261 ] {38c01f6d-b987-4d2b-870a-6a4fe62ccb07} <Debug> executeQuery: Read 38 rows, 3.04 KiB in 0.001104 sec., 34420.289855072464 rows/sec., 2.69 MiB/sec. | ||
2292 | 2025.05.22 21:19:22.450538 [ 261 ] {38c01f6d-b987-4d2b-870a-6a4fe62ccb07} <Debug> TCPHandler: Processed in 0.001266309 sec. | ||
2293 | 2025.05.22 21:19:22.450648 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2294 | 2025.05.22 21:19:22.450739 [ 261 ] {ee1d131c-496f-490a-97c1-37980117a61a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2295 | 2025.05.22 21:19:22.450782 [ 261 ] {ee1d131c-496f-490a-97c1-37980117a61a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2296 | 2025.05.22 21:19:22.451180 [ 261 ] {ee1d131c-496f-490a-97c1-37980117a61a} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2297 | 2025.05.22 21:19:22.451217 [ 261 ] {ee1d131c-496f-490a-97c1-37980117a61a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2298 | 2025.05.22 21:19:22.451538 [ 261 ] {ee1d131c-496f-490a-97c1-37980117a61a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2299 | 2025.05.22 21:19:22.451758 [ 261 ] {ee1d131c-496f-490a-97c1-37980117a61a} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2300 | 2025.05.22 21:19:22.451883 [ 261 ] {ee1d131c-496f-490a-97c1-37980117a61a} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.001162 sec., 86919.10499139414 rows/sec., 6.03 MiB/sec. | ||
2301 | 2025.05.22 21:19:22.451927 [ 261 ] {ee1d131c-496f-490a-97c1-37980117a61a} <Debug> TCPHandler: Processed in 0.00132585 sec. | ||
2302 | 2025.05.22 21:19:22.452060 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2303 | 2025.05.22 21:19:22.452153 [ 261 ] {98ae6260-5d94-498e-9cc0-d40f561d7b0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2304 | 2025.05.22 21:19:22.452207 [ 261 ] {98ae6260-5d94-498e-9cc0-d40f561d7b0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2305 | 2025.05.22 21:19:22.452940 [ 261 ] {98ae6260-5d94-498e-9cc0-d40f561d7b0b} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2306 | 2025.05.22 21:19:22.452975 [ 261 ] {98ae6260-5d94-498e-9cc0-d40f561d7b0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2307 | 2025.05.22 21:19:22.453468 [ 261 ] {98ae6260-5d94-498e-9cc0-d40f561d7b0b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2308 | 2025.05.22 21:19:22.453677 [ 261 ] {98ae6260-5d94-498e-9cc0-d40f561d7b0b} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2309 | 2025.05.22 21:19:22.453809 [ 261 ] {98ae6260-5d94-498e-9cc0-d40f561d7b0b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001674 sec., 4778.972520908005 rows/sec., 8.56 MiB/sec. | ||
2310 | 2025.05.22 21:19:22.453862 [ 261 ] {98ae6260-5d94-498e-9cc0-d40f561d7b0b} <Debug> TCPHandler: Processed in 0.001862548 sec. | ||
2311 | 2025.05.22 21:19:22.453974 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2312 | 2025.05.22 21:19:22.454067 [ 261 ] {0a6f6214-bb6a-4865-b1be-9213051b836f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2313 | 2025.05.22 21:19:22.454107 [ 261 ] {0a6f6214-bb6a-4865-b1be-9213051b836f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2314 | 2025.05.22 21:19:22.454431 [ 261 ] {0a6f6214-bb6a-4865-b1be-9213051b836f} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2315 | 2025.05.22 21:19:22.454465 [ 261 ] {0a6f6214-bb6a-4865-b1be-9213051b836f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2316 | 2025.05.22 21:19:22.454753 [ 261 ] {0a6f6214-bb6a-4865-b1be-9213051b836f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2317 | 2025.05.22 21:19:22.454957 [ 261 ] {0a6f6214-bb6a-4865-b1be-9213051b836f} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2318 | 2025.05.22 21:19:22.455079 [ 261 ] {0a6f6214-bb6a-4865-b1be-9213051b836f} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001031 sec., 29097.963142580018 rows/sec., 1.99 MiB/sec. | ||
2319 | 2025.05.22 21:19:22.455113 [ 261 ] {0a6f6214-bb6a-4865-b1be-9213051b836f} <Debug> TCPHandler: Processed in 0.001186708 sec. | ||
2320 | 2025.05.22 21:19:23.748118 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
2321 | 2025.05.22 21:19:23.748609 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2322 | 2025.05.22 21:19:23.748659 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2323 | 2025.05.22 21:19:23.749184 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2324 | 2025.05.22 21:19:23.749443 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2325 | 2025.05.22 21:19:23.749590 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
2326 | 2025.05.22 21:19:24.104577 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 | ||
2327 | 2025.05.22 21:19:24.120069 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2328 | 2025.05.22 21:19:24.120112 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2329 | 2025.05.22 21:19:24.125448 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2330 | 2025.05.22 21:19:24.126150 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2331 | 2025.05.22 21:19:24.128735 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113 | ||
2332 | 2025.05.22 21:19:27.446554 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2333 | 2025.05.22 21:19:27.446771 [ 261 ] {98b24c52-9ff7-4881-8325-68e74120d4e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2334 | 2025.05.22 21:19:27.446848 [ 261 ] {98b24c52-9ff7-4881-8325-68e74120d4e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2335 | 2025.05.22 21:19:27.447529 [ 261 ] {98b24c52-9ff7-4881-8325-68e74120d4e4} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2336 | 2025.05.22 21:19:27.447577 [ 261 ] {98b24c52-9ff7-4881-8325-68e74120d4e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2337 | 2025.05.22 21:19:27.447975 [ 261 ] {98b24c52-9ff7-4881-8325-68e74120d4e4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2338 | 2025.05.22 21:19:27.448220 [ 261 ] {98b24c52-9ff7-4881-8325-68e74120d4e4} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2339 | 2025.05.22 21:19:27.448371 [ 261 ] {98b24c52-9ff7-4881-8325-68e74120d4e4} <Debug> executeQuery: Read 92 rows, 8.26 KiB in 0.001657 sec., 55522.02776101388 rows/sec., 4.87 MiB/sec. | ||
2340 | 2025.05.22 21:19:27.448411 [ 261 ] {98b24c52-9ff7-4881-8325-68e74120d4e4} <Debug> TCPHandler: Processed in 0.00199816 sec. | ||
2341 | 2025.05.22 21:19:27.448544 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2342 | 2025.05.22 21:19:27.448647 [ 261 ] {e61c80bd-faad-4ff7-88e4-5bcfd870fb65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2343 | 2025.05.22 21:19:27.448688 [ 261 ] {e61c80bd-faad-4ff7-88e4-5bcfd870fb65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2344 | 2025.05.22 21:19:27.449131 [ 261 ] {e61c80bd-faad-4ff7-88e4-5bcfd870fb65} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2345 | 2025.05.22 21:19:27.449169 [ 261 ] {e61c80bd-faad-4ff7-88e4-5bcfd870fb65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2346 | 2025.05.22 21:19:27.449467 [ 261 ] {e61c80bd-faad-4ff7-88e4-5bcfd870fb65} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2347 | 2025.05.22 21:19:27.449674 [ 261 ] {e61c80bd-faad-4ff7-88e4-5bcfd870fb65} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2348 | 2025.05.22 21:19:27.449810 [ 261 ] {e61c80bd-faad-4ff7-88e4-5bcfd870fb65} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001182 sec., 27918.781725888322 rows/sec., 2.05 MiB/sec. | ||
2349 | 2025.05.22 21:19:27.449814 [ 148 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2350 | 2025.05.22 21:19:27.449848 [ 261 ] {e61c80bd-faad-4ff7-88e4-5bcfd870fb65} <Debug> TCPHandler: Processed in 0.0013538 sec. | ||
2351 | 2025.05.22 21:19:27.449885 [ 148 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2352 | 2025.05.22 21:19:27.449911 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2353 | 2025.05.22 21:19:27.449983 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2354 | 2025.05.22 21:19:27.450006 [ 188 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::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 | ||
2355 | 2025.05.22 21:19:27.450094 [ 261 ] {bfca14a5-2f0d-430e-9d71-9aea883c6550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2356 | 2025.05.22 21:19:27.450132 [ 188 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2357 | 2025.05.22 21:19:27.450140 [ 261 ] {bfca14a5-2f0d-430e-9d71-9aea883c6550} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2358 | 2025.05.22 21:19:27.450174 [ 188 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 52 rows starting from the beginning of the part | ||
2359 | 2025.05.22 21:19:27.450265 [ 188 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 51 rows starting from the beginning of the part | ||
2360 | 2025.05.22 21:19:27.450310 [ 188 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::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 | ||
2361 | 2025.05.22 21:19:27.450358 [ 188 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 33 rows starting from the beginning of the part | ||
2362 | 2025.05.22 21:19:27.450409 [ 188 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part | ||
2363 | 2025.05.22 21:19:27.450456 [ 188 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 33 rows starting from the beginning of the part | ||
2364 | 2025.05.22 21:19:27.450605 [ 261 ] {bfca14a5-2f0d-430e-9d71-9aea883c6550} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2365 | 2025.05.22 21:19:27.450648 [ 261 ] {bfca14a5-2f0d-430e-9d71-9aea883c6550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2366 | 2025.05.22 21:19:27.450983 [ 261 ] {bfca14a5-2f0d-430e-9d71-9aea883c6550} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2367 | 2025.05.22 21:19:27.451207 [ 261 ] {bfca14a5-2f0d-430e-9d71-9aea883c6550} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2368 | 2025.05.22 21:19:27.451290 [ 200 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 5 columns (5 merged, 0 gathered) in 0.00132678 sec., 140942.73353532612 rows/sec., 10.94 MiB/sec. | ||
2369 | 2025.05.22 21:19:27.451336 [ 261 ] {bfca14a5-2f0d-430e-9d71-9aea883c6550} <Debug> executeQuery: Read 61 rows, 4.88 KiB in 0.00126 sec., 48412.69841269841 rows/sec., 3.78 MiB/sec. | ||
2370 | 2025.05.22 21:19:27.451378 [ 261 ] {bfca14a5-2f0d-430e-9d71-9aea883c6550} <Debug> TCPHandler: Processed in 0.001446461 sec. | ||
2371 | 2025.05.22 21:19:27.451427 [ 200 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2372 | 2025.05.22 21:19:27.451502 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2373 | 2025.05.22 21:19:27.451605 [ 261 ] {59d116e3-d091-4d78-9366-51f3f51c66c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2374 | 2025.05.22 21:19:27.451652 [ 261 ] {59d116e3-d091-4d78-9366-51f3f51c66c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2375 | 2025.05.22 21:19:27.451695 [ 200 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_11_2} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2376 | 2025.05.22 21:19:27.451773 [ 200 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_11_2} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2377 | 2025.05.22 21:19:27.451842 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
2378 | 2025.05.22 21:19:27.452042 [ 261 ] {59d116e3-d091-4d78-9366-51f3f51c66c5} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2379 | 2025.05.22 21:19:27.452083 [ 261 ] {59d116e3-d091-4d78-9366-51f3f51c66c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2380 | 2025.05.22 21:19:27.452403 [ 261 ] {59d116e3-d091-4d78-9366-51f3f51c66c5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2381 | 2025.05.22 21:19:27.452614 [ 261 ] {59d116e3-d091-4d78-9366-51f3f51c66c5} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2382 | 2025.05.22 21:19:27.452739 [ 261 ] {59d116e3-d091-4d78-9366-51f3f51c66c5} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001152 sec., 86805.55555555555 rows/sec., 6.02 MiB/sec. | ||
2383 | 2025.05.22 21:19:27.452775 [ 261 ] {59d116e3-d091-4d78-9366-51f3f51c66c5} <Debug> TCPHandler: Processed in 0.00132411 sec. | ||
2384 | 2025.05.22 21:19:27.452892 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2385 | 2025.05.22 21:19:27.452985 [ 261 ] {50b868da-a6f5-496d-a629-6d500770a978} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2386 | 2025.05.22 21:19:27.453038 [ 261 ] {50b868da-a6f5-496d-a629-6d500770a978} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2387 | 2025.05.22 21:19:27.453865 [ 261 ] {50b868da-a6f5-496d-a629-6d500770a978} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2388 | 2025.05.22 21:19:27.453901 [ 261 ] {50b868da-a6f5-496d-a629-6d500770a978} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2389 | 2025.05.22 21:19:27.454459 [ 261 ] {50b868da-a6f5-496d-a629-6d500770a978} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2390 | 2025.05.22 21:19:27.454676 [ 261 ] {50b868da-a6f5-496d-a629-6d500770a978} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2391 | 2025.05.22 21:19:27.454810 [ 261 ] {50b868da-a6f5-496d-a629-6d500770a978} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001842 sec., 17915.309446254072 rows/sec., 32.10 MiB/sec. | ||
2392 | 2025.05.22 21:19:27.454806 [ 147 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2393 | 2025.05.22 21:19:27.454871 [ 261 ] {50b868da-a6f5-496d-a629-6d500770a978} <Debug> TCPHandler: Processed in 0.00202957 sec. | ||
2394 | 2025.05.22 21:19:27.454921 [ 147 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2395 | 2025.05.22 21:19:27.454965 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2396 | 2025.05.22 21:19:27.455005 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2397 | 2025.05.22 21:19:27.455073 [ 196 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
2398 | 2025.05.22 21:19:27.455109 [ 261 ] {5c1bd8a0-734c-42b6-a1af-8603446618a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2399 | 2025.05.22 21:19:27.455155 [ 261 ] {5c1bd8a0-734c-42b6-a1af-8603446618a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2400 | 2025.05.22 21:19:27.455290 [ 196 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2401 | 2025.05.22 21:19:27.455344 [ 196 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 169 rows starting from the beginning of the part | ||
2402 | 2025.05.22 21:19:27.455467 [ 196 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 33 rows starting from the beginning of the part | ||
2403 | 2025.05.22 21:19:27.455487 [ 261 ] {5c1bd8a0-734c-42b6-a1af-8603446618a2} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2404 | 2025.05.22 21:19:27.455527 [ 261 ] {5c1bd8a0-734c-42b6-a1af-8603446618a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2405 | 2025.05.22 21:19:27.455582 [ 196 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
2406 | 2025.05.22 21:19:27.455693 [ 196 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 33 rows starting from the beginning of the part | ||
2407 | 2025.05.22 21:19:27.455798 [ 196 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
2408 | 2025.05.22 21:19:27.455846 [ 261 ] {5c1bd8a0-734c-42b6-a1af-8603446618a2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2409 | 2025.05.22 21:19:27.455901 [ 196 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 33 rows starting from the beginning of the part | ||
2410 | 2025.05.22 21:19:27.456075 [ 261 ] {5c1bd8a0-734c-42b6-a1af-8603446618a2} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2411 | 2025.05.22 21:19:27.456208 [ 261 ] {5c1bd8a0-734c-42b6-a1af-8603446618a2} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001119 sec., 26809.65147453083 rows/sec., 1.84 MiB/sec. | ||
2412 | 2025.05.22 21:19:27.456248 [ 261 ] {5c1bd8a0-734c-42b6-a1af-8603446618a2} <Debug> TCPHandler: Processed in 0.00129524 sec. | ||
2413 | 2025.05.22 21:19:27.458791 [ 196 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 284 rows, containing 19 columns (19 merged, 0 gathered) in 0.003754796 sec., 75636.59916544068 rows/sec., 135.54 MiB/sec. | ||
2414 | 2025.05.22 21:19:27.459335 [ 196 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2415 | 2025.05.22 21:19:27.459644 [ 196 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2416 | 2025.05.22 21:19:27.459718 [ 196 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2417 | 2025.05.22 21:19:27.459803 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.57 MiB. | ||
2418 | 2025.05.22 21:19:31.184075 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2419 | 2025.05.22 21:19:31.184148 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2420 | 2025.05.22 21:19:31.248038 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 324 | ||
2421 | 2025.05.22 21:19:31.249690 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
2422 | 2025.05.22 21:19:31.250214 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2423 | 2025.05.22 21:19:31.250257 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2424 | 2025.05.22 21:19:31.250453 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2425 | 2025.05.22 21:19:31.250501 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2426 | 2025.05.22 21:19:31.250849 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2427 | 2025.05.22 21:19:31.251132 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2428 | 2025.05.22 21:19:31.251277 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
2429 | 2025.05.22 21:19:31.251276 [ 146 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2430 | 2025.05.22 21:19:31.251331 [ 146 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2431 | 2025.05.22 21:19:31.251349 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2432 | 2025.05.22 21:19:31.251440 [ 186 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
2433 | 2025.05.22 21:19:31.251546 [ 186 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2434 | 2025.05.22 21:19:31.251580 [ 186 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
2435 | 2025.05.22 21:19:31.251669 [ 186 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
2436 | 2025.05.22 21:19:31.251722 [ 186 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
2437 | 2025.05.22 21:19:31.251773 [ 186 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
2438 | 2025.05.22 21:19:31.251818 [ 186 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
2439 | 2025.05.22 21:19:31.251841 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2440 | 2025.05.22 21:19:31.251863 [ 186 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
2441 | 2025.05.22 21:19:31.252118 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2442 | 2025.05.22 21:19:31.252366 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 324 | ||
2443 | 2025.05.22 21:19:31.253157 [ 196 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.001756576 sec., 4201924.653416647 rows/sec., 60.11 MiB/sec. | ||
2444 | 2025.05.22 21:19:31.253537 [ 186 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2445 | 2025.05.22 21:19:31.253775 [ 186 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_16_3} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2446 | 2025.05.22 21:19:31.253835 [ 186 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_16_3} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2447 | 2025.05.22 21:19:31.253905 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
2448 | 2025.05.22 21:19:31.628835 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 | ||
2449 | 2025.05.22 21:19:31.645662 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2450 | 2025.05.22 21:19:31.645730 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2451 | 2025.05.22 21:19:31.651865 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2452 | 2025.05.22 21:19:31.652587 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2453 | 2025.05.22 21:19:31.652885 [ 146 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2454 | 2025.05.22 21:19:31.652949 [ 146 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2455 | 2025.05.22 21:19:31.652969 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2456 | 2025.05.22 21:19:31.653086 [ 189 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
2457 | 2025.05.22 21:19:31.655755 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
2458 | 2025.05.22 21:19:31.657257 [ 189 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2459 | 2025.05.22 21:19:31.658628 [ 189 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
2460 | 2025.05.22 21:19:31.663022 [ 189 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
2461 | 2025.05.22 21:19:31.667211 [ 189 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
2462 | 2025.05.22 21:19:31.671580 [ 189 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
2463 | 2025.05.22 21:19:31.676149 [ 189 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
2464 | 2025.05.22 21:19:31.680541 [ 189 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
2465 | 2025.05.22 21:19:31.741860 [ 186 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.088828282 sec., 1362.1787709459472 rows/sec., 7.04 MiB/sec. | ||
2466 | 2025.05.22 21:19:31.744482 [ 190 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2467 | 2025.05.22 21:19:31.746680 [ 190 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_16_3} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2468 | 2025.05.22 21:19:31.746787 [ 190 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_16_3} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2469 | 2025.05.22 21:19:31.748657 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
2470 | 2025.05.22 21:19:32.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 196.80 MiB, peak 206.76 MiB, free memory in arenas 0.00 B, will set to 207.03 MiB (RSS), difference: 10.23 MiB | ||
2471 | 2025.05.22 21:19:32.001268 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000874843 sec. | ||
2472 | 2025.05.22 21:19:32.444722 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2473 | 2025.05.22 21:19:32.444907 [ 261 ] {2c57285d-89b6-4021-8930-f7f568edd4d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2474 | 2025.05.22 21:19:32.444972 [ 261 ] {2c57285d-89b6-4021-8930-f7f568edd4d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2475 | 2025.05.22 21:19:32.445602 [ 261 ] {2c57285d-89b6-4021-8930-f7f568edd4d9} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2476 | 2025.05.22 21:19:32.445643 [ 261 ] {2c57285d-89b6-4021-8930-f7f568edd4d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2477 | 2025.05.22 21:19:32.446026 [ 261 ] {2c57285d-89b6-4021-8930-f7f568edd4d9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2478 | 2025.05.22 21:19:32.446246 [ 261 ] {2c57285d-89b6-4021-8930-f7f568edd4d9} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2479 | 2025.05.22 21:19:32.446371 [ 145 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2480 | 2025.05.22 21:19:32.446395 [ 261 ] {2c57285d-89b6-4021-8930-f7f568edd4d9} <Debug> executeQuery: Read 42 rows, 3.50 KiB in 0.001538 sec., 27308.19245773732 rows/sec., 2.23 MiB/sec. | ||
2481 | 2025.05.22 21:19:32.446440 [ 145 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2482 | 2025.05.22 21:19:32.446460 [ 261 ] {2c57285d-89b6-4021-8930-f7f568edd4d9} <Debug> TCPHandler: Processed in 0.001860968 sec. | ||
2483 | 2025.05.22 21:19:32.446466 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2484 | 2025.05.22 21:19:32.446589 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2485 | 2025.05.22 21:19:32.446592 [ 194 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::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 | ||
2486 | 2025.05.22 21:19:32.446694 [ 261 ] {7435d338-f90a-4ae8-a895-3ff2605dc551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2487 | 2025.05.22 21:19:32.446701 [ 194 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2488 | 2025.05.22 21:19:32.446738 [ 261 ] {7435d338-f90a-4ae8-a895-3ff2605dc551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2489 | 2025.05.22 21:19:32.446740 [ 194 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 229 rows starting from the beginning of the part | ||
2490 | 2025.05.22 21:19:32.446837 [ 194 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 42 rows starting from the beginning of the part | ||
2491 | 2025.05.22 21:19:32.446891 [ 194 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 92 rows starting from the beginning of the part | ||
2492 | 2025.05.22 21:19:32.446939 [ 194 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 43 rows starting from the beginning of the part | ||
2493 | 2025.05.22 21:19:32.446979 [ 194 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 92 rows starting from the beginning of the part | ||
2494 | 2025.05.22 21:19:32.447022 [ 194 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 42 rows starting from the beginning of the part | ||
2495 | 2025.05.22 21:19:32.447147 [ 261 ] {7435d338-f90a-4ae8-a895-3ff2605dc551} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2496 | 2025.05.22 21:19:32.447182 [ 261 ] {7435d338-f90a-4ae8-a895-3ff2605dc551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2497 | 2025.05.22 21:19:32.447588 [ 261 ] {7435d338-f90a-4ae8-a895-3ff2605dc551} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2498 | 2025.05.22 21:19:32.447793 [ 261 ] {7435d338-f90a-4ae8-a895-3ff2605dc551} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2499 | 2025.05.22 21:19:32.447851 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.001314159 sec., 410909.18222224247 rows/sec., 37.51 MiB/sec. | ||
2500 | 2025.05.22 21:19:32.447924 [ 261 ] {7435d338-f90a-4ae8-a895-3ff2605dc551} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001254 sec., 6379.585326953748 rows/sec., 479.71 KiB/sec. | ||
2501 | 2025.05.22 21:19:32.447962 [ 261 ] {7435d338-f90a-4ae8-a895-3ff2605dc551} <Debug> TCPHandler: Processed in 0.001426011 sec. | ||
2502 | 2025.05.22 21:19:32.447985 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2503 | 2025.05.22 21:19:32.448075 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2504 | 2025.05.22 21:19:32.448170 [ 261 ] {c3611312-566e-4455-a447-bf3ef799d70d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2505 | 2025.05.22 21:19:32.448210 [ 261 ] {c3611312-566e-4455-a447-bf3ef799d70d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2506 | 2025.05.22 21:19:32.448225 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_16_3} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2507 | 2025.05.22 21:19:32.448289 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_16_3} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2508 | 2025.05.22 21:19:32.448363 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
2509 | 2025.05.22 21:19:32.448611 [ 261 ] {c3611312-566e-4455-a447-bf3ef799d70d} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2510 | 2025.05.22 21:19:32.448646 [ 261 ] {c3611312-566e-4455-a447-bf3ef799d70d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2511 | 2025.05.22 21:19:32.448942 [ 261 ] {c3611312-566e-4455-a447-bf3ef799d70d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2512 | 2025.05.22 21:19:32.449143 [ 261 ] {c3611312-566e-4455-a447-bf3ef799d70d} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2513 | 2025.05.22 21:19:32.449242 [ 145 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2514 | 2025.05.22 21:19:32.449266 [ 261 ] {c3611312-566e-4455-a447-bf3ef799d70d} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001117 sec., 32229.18531781558 rows/sec., 2.52 MiB/sec. | ||
2515 | 2025.05.22 21:19:32.449276 [ 145 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2516 | 2025.05.22 21:19:32.449306 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2517 | 2025.05.22 21:19:32.449309 [ 261 ] {c3611312-566e-4455-a447-bf3ef799d70d} <Debug> TCPHandler: Processed in 0.001285129 sec. | ||
2518 | 2025.05.22 21:19:32.449374 [ 194 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::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 | ||
2519 | 2025.05.22 21:19:32.449428 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2520 | 2025.05.22 21:19:32.449455 [ 194 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2521 | 2025.05.22 21:19:32.449479 [ 194 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 128 rows starting from the beginning of the part | ||
2522 | 2025.05.22 21:19:32.449523 [ 261 ] {fe0baaf2-2bb2-4731-aac2-3ceb2b01f32a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2523 | 2025.05.22 21:19:32.449524 [ 194 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part | ||
2524 | 2025.05.22 21:19:32.449566 [ 261 ] {fe0baaf2-2bb2-4731-aac2-3ceb2b01f32a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2525 | 2025.05.22 21:19:32.449572 [ 194 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 61 rows starting from the beginning of the part | ||
2526 | 2025.05.22 21:19:32.449617 [ 194 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 38 rows starting from the beginning of the part | ||
2527 | 2025.05.22 21:19:32.449665 [ 194 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 61 rows starting from the beginning of the part | ||
2528 | 2025.05.22 21:19:32.449722 [ 194 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 36 rows starting from the beginning of the part | ||
2529 | 2025.05.22 21:19:32.449942 [ 261 ] {fe0baaf2-2bb2-4731-aac2-3ceb2b01f32a} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2530 | 2025.05.22 21:19:32.449977 [ 261 ] {fe0baaf2-2bb2-4731-aac2-3ceb2b01f32a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2531 | 2025.05.22 21:19:32.450319 [ 261 ] {fe0baaf2-2bb2-4731-aac2-3ceb2b01f32a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2532 | 2025.05.22 21:19:32.450490 [ 187 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 360 rows, containing 5 columns (5 merged, 0 gathered) in 0.001135247 sec., 317111.60654905933 rows/sec., 26.32 MiB/sec. | ||
2533 | 2025.05.22 21:19:32.450519 [ 261 ] {fe0baaf2-2bb2-4731-aac2-3ceb2b01f32a} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2534 | 2025.05.22 21:19:32.450641 [ 194 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2535 | 2025.05.22 21:19:32.450659 [ 261 ] {fe0baaf2-2bb2-4731-aac2-3ceb2b01f32a} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001155 sec., 86580.08658008659 rows/sec., 6.00 MiB/sec. | ||
2536 | 2025.05.22 21:19:32.450695 [ 261 ] {fe0baaf2-2bb2-4731-aac2-3ceb2b01f32a} <Debug> TCPHandler: Processed in 0.00131632 sec. | ||
2537 | 2025.05.22 21:19:32.450811 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2538 | 2025.05.22 21:19:32.450872 [ 194 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_16_3} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2539 | 2025.05.22 21:19:32.450905 [ 261 ] {b565afa4-2255-4bf4-904f-06ce7e26e09a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2540 | 2025.05.22 21:19:32.450933 [ 194 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_16_3} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2541 | 2025.05.22 21:19:32.450959 [ 261 ] {b565afa4-2255-4bf4-904f-06ce7e26e09a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2542 | 2025.05.22 21:19:32.450988 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
2543 | 2025.05.22 21:19:32.451695 [ 261 ] {b565afa4-2255-4bf4-904f-06ce7e26e09a} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2544 | 2025.05.22 21:19:32.451730 [ 261 ] {b565afa4-2255-4bf4-904f-06ce7e26e09a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2545 | 2025.05.22 21:19:32.452248 [ 261 ] {b565afa4-2255-4bf4-904f-06ce7e26e09a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2546 | 2025.05.22 21:19:32.452459 [ 261 ] {b565afa4-2255-4bf4-904f-06ce7e26e09a} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2547 | 2025.05.22 21:19:32.452590 [ 261 ] {b565afa4-2255-4bf4-904f-06ce7e26e09a} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001703 sec., 4697.592483852026 rows/sec., 8.42 MiB/sec. | ||
2548 | 2025.05.22 21:19:32.452648 [ 261 ] {b565afa4-2255-4bf4-904f-06ce7e26e09a} <Debug> TCPHandler: Processed in 0.001888338 sec. | ||
2549 | 2025.05.22 21:19:32.452765 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2550 | 2025.05.22 21:19:32.452858 [ 261 ] {13e91780-413c-44f6-be1b-e3d881af7105} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2551 | 2025.05.22 21:19:32.452898 [ 261 ] {13e91780-413c-44f6-be1b-e3d881af7105} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2552 | 2025.05.22 21:19:32.453221 [ 261 ] {13e91780-413c-44f6-be1b-e3d881af7105} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2553 | 2025.05.22 21:19:32.453256 [ 261 ] {13e91780-413c-44f6-be1b-e3d881af7105} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2554 | 2025.05.22 21:19:32.453550 [ 261 ] {13e91780-413c-44f6-be1b-e3d881af7105} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2555 | 2025.05.22 21:19:32.453749 [ 261 ] {13e91780-413c-44f6-be1b-e3d881af7105} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2556 | 2025.05.22 21:19:32.453875 [ 261 ] {13e91780-413c-44f6-be1b-e3d881af7105} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001036 sec., 28957.528957528957 rows/sec., 1.98 MiB/sec. | ||
2557 | 2025.05.22 21:19:32.453909 [ 261 ] {13e91780-413c-44f6-be1b-e3d881af7105} <Debug> TCPHandler: Processed in 0.001193598 sec. | ||
2558 | 2025.05.22 21:19:33.365873 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2559 | 2025.05.22 21:19:33.366102 [ 261 ] {af895ec7-2dfc-4c55-ba86-75394a0cdabd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) | ||
2560 | 2025.05.22 21:19:33.366471 [ 261 ] {af895ec7-2dfc-4c55-ba86-75394a0cdabd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2561 | 2025.05.22 21:19:33.366508 [ 261 ] {af895ec7-2dfc-4c55-ba86-75394a0cdabd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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')" moved to PREWHERE | ||
2562 | 2025.05.22 21:19:33.366745 [ 261 ] {af895ec7-2dfc-4c55-ba86-75394a0cdabd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2563 | 2025.05.22 21:19:33.366814 [ 261 ] {af895ec7-2dfc-4c55-ba86-75394a0cdabd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2564 | 2025.05.22 21:19:33.366967 [ 261 ] {af895ec7-2dfc-4c55-ba86-75394a0cdabd} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
2565 | 2025.05.22 21:19:33.367089 [ 290 ] {af895ec7-2dfc-4c55-ba86-75394a0cdabd} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2566 | 2025.05.22 21:19:33.367108 [ 292 ] {af895ec7-2dfc-4c55-ba86-75394a0cdabd} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2567 | 2025.05.22 21:19:33.367095 [ 293 ] {af895ec7-2dfc-4c55-ba86-75394a0cdabd} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2568 | 2025.05.22 21:19:33.367089 [ 295 ] {af895ec7-2dfc-4c55-ba86-75394a0cdabd} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2569 | 2025.05.22 21:19:33.367305 [ 261 ] {af895ec7-2dfc-4c55-ba86-75394a0cdabd} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
2570 | 2025.05.22 21:19:33.367332 [ 261 ] {af895ec7-2dfc-4c55-ba86-75394a0cdabd} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2571 | 2025.05.22 21:19:33.367414 [ 261 ] {af895ec7-2dfc-4c55-ba86-75394a0cdabd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2572 | 2025.05.22 21:19:33.367461 [ 261 ] {af895ec7-2dfc-4c55-ba86-75394a0cdabd} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Reading approx. 24 rows with 3 streams | ||
2573 | 2025.05.22 21:19:33.367497 [ 261 ] {af895ec7-2dfc-4c55-ba86-75394a0cdabd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))" | ||
2574 | 2025.05.22 21:19:33.367532 [ 261 ] {af895ec7-2dfc-4c55-ba86-75394a0cdabd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))" | ||
2575 | 2025.05.22 21:19:33.367592 [ 261 ] {af895ec7-2dfc-4c55-ba86-75394a0cdabd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))" | ||
2576 | 2025.05.22 21:19:33.368428 [ 261 ] {af895ec7-2dfc-4c55-ba86-75394a0cdabd} <Debug> executeQuery: Read 24 rows, 1.06 KiB in 0.002425 sec., 9896.907216494845 rows/sec., 437.34 KiB/sec. | ||
2577 | 2025.05.22 21:19:33.368566 [ 261 ] {af895ec7-2dfc-4c55-ba86-75394a0cdabd} <Debug> TCPHandler: Processed in 0.002826522 sec. | ||
2578 | 2025.05.22 21:19:33.368895 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2579 | 2025.05.22 21:19:33.369026 [ 261 ] {79fb8692-f4b9-4cbe-92be-2ae840d68c91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received', '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') FORMAT Native; (stage: Complete) | ||
2580 | 2025.05.22 21:19:33.369235 [ 261 ] {79fb8692-f4b9-4cbe-92be-2ae840d68c91} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2581 | 2025.05.22 21:19:33.369269 [ 261 ] {79fb8692-f4b9-4cbe-92be-2ae840d68c91} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received', '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')" moved to PREWHERE | ||
2582 | 2025.05.22 21:19:33.369454 [ 261 ] {79fb8692-f4b9-4cbe-92be-2ae840d68c91} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2583 | 2025.05.22 21:19:33.369505 [ 261 ] {79fb8692-f4b9-4cbe-92be-2ae840d68c91} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2584 | 2025.05.22 21:19:33.369604 [ 261 ] {79fb8692-f4b9-4cbe-92be-2ae840d68c91} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
2585 | 2025.05.22 21:19:33.369678 [ 293 ] {79fb8692-f4b9-4cbe-92be-2ae840d68c91} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2586 | 2025.05.22 21:19:33.369686 [ 295 ] {79fb8692-f4b9-4cbe-92be-2ae840d68c91} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2587 | 2025.05.22 21:19:33.369686 [ 292 ] {79fb8692-f4b9-4cbe-92be-2ae840d68c91} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2588 | 2025.05.22 21:19:33.369682 [ 290 ] {79fb8692-f4b9-4cbe-92be-2ae840d68c91} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2589 | 2025.05.22 21:19:33.369839 [ 261 ] {79fb8692-f4b9-4cbe-92be-2ae840d68c91} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
2590 | 2025.05.22 21:19:33.369865 [ 261 ] {79fb8692-f4b9-4cbe-92be-2ae840d68c91} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2591 | 2025.05.22 21:19:33.369931 [ 261 ] {79fb8692-f4b9-4cbe-92be-2ae840d68c91} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2592 | 2025.05.22 21:19:33.369948 [ 261 ] {79fb8692-f4b9-4cbe-92be-2ae840d68c91} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Reading approx. 24 rows with 3 streams | ||
2593 | 2025.05.22 21:19:33.369978 [ 261 ] {79fb8692-f4b9-4cbe-92be-2ae840d68c91} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received', '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'))" | ||
2594 | 2025.05.22 21:19:33.370008 [ 261 ] {79fb8692-f4b9-4cbe-92be-2ae840d68c91} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received', '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'))" | ||
2595 | 2025.05.22 21:19:33.370034 [ 261 ] {79fb8692-f4b9-4cbe-92be-2ae840d68c91} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received', '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'))" | ||
2596 | 2025.05.22 21:19:33.370687 [ 261 ] {79fb8692-f4b9-4cbe-92be-2ae840d68c91} <Debug> executeQuery: Read 24 rows, 1.06 KiB in 0.001713 sec., 14010.507880910684 rows/sec., 619.12 KiB/sec. | ||
2597 | 2025.05.22 21:19:33.370815 [ 261 ] {79fb8692-f4b9-4cbe-92be-2ae840d68c91} <Debug> TCPHandler: Processed in 0.001969219 sec. | ||
2598 | 2025.05.22 21:19:33.371045 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2599 | 2025.05.22 21:19:33.371176 [ 261 ] {df2f3502-af4d-48f1-97af-f7ae58c350dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', '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') FORMAT Native; (stage: Complete) | ||
2600 | 2025.05.22 21:19:33.371384 [ 261 ] {df2f3502-af4d-48f1-97af-f7ae58c350dc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2601 | 2025.05.22 21:19:33.371418 [ 261 ] {df2f3502-af4d-48f1-97af-f7ae58c350dc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', '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')" moved to PREWHERE | ||
2602 | 2025.05.22 21:19:33.371604 [ 261 ] {df2f3502-af4d-48f1-97af-f7ae58c350dc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2603 | 2025.05.22 21:19:33.371657 [ 261 ] {df2f3502-af4d-48f1-97af-f7ae58c350dc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2604 | 2025.05.22 21:19:33.371755 [ 261 ] {df2f3502-af4d-48f1-97af-f7ae58c350dc} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
2605 | 2025.05.22 21:19:33.371817 [ 292 ] {df2f3502-af4d-48f1-97af-f7ae58c350dc} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2606 | 2025.05.22 21:19:33.371825 [ 295 ] {df2f3502-af4d-48f1-97af-f7ae58c350dc} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2607 | 2025.05.22 21:19:33.371835 [ 293 ] {df2f3502-af4d-48f1-97af-f7ae58c350dc} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2608 | 2025.05.22 21:19:33.371825 [ 290 ] {df2f3502-af4d-48f1-97af-f7ae58c350dc} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2609 | 2025.05.22 21:19:33.371971 [ 261 ] {df2f3502-af4d-48f1-97af-f7ae58c350dc} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
2610 | 2025.05.22 21:19:33.371997 [ 261 ] {df2f3502-af4d-48f1-97af-f7ae58c350dc} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2611 | 2025.05.22 21:19:33.372065 [ 261 ] {df2f3502-af4d-48f1-97af-f7ae58c350dc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2612 | 2025.05.22 21:19:33.372083 [ 261 ] {df2f3502-af4d-48f1-97af-f7ae58c350dc} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Reading approx. 24 rows with 3 streams | ||
2613 | 2025.05.22 21:19:33.372112 [ 261 ] {df2f3502-af4d-48f1-97af-f7ae58c350dc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', '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'))" | ||
2614 | 2025.05.22 21:19:33.372142 [ 261 ] {df2f3502-af4d-48f1-97af-f7ae58c350dc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', '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'))" | ||
2615 | 2025.05.22 21:19:33.372171 [ 261 ] {df2f3502-af4d-48f1-97af-f7ae58c350dc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', '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'))" | ||
2616 | 2025.05.22 21:19:33.372729 [ 261 ] {df2f3502-af4d-48f1-97af-f7ae58c350dc} <Debug> executeQuery: Read 24 rows, 1.06 KiB in 0.001606 sec., 14943.960149439601 rows/sec., 660.37 KiB/sec. | ||
2617 | 2025.05.22 21:19:33.372861 [ 261 ] {df2f3502-af4d-48f1-97af-f7ae58c350dc} <Debug> TCPHandler: Processed in 0.001866398 sec. | ||
2618 | 2025.05.22 21:19:33.373077 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2619 | 2025.05.22 21:19:33.373206 [ 261 ] {8a11fc28-2b2f-4bf1-8b3f-8b4d4496f01d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', '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') FORMAT Native; (stage: Complete) | ||
2620 | 2025.05.22 21:19:33.373414 [ 261 ] {8a11fc28-2b2f-4bf1-8b3f-8b4d4496f01d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2621 | 2025.05.22 21:19:33.373447 [ 261 ] {8a11fc28-2b2f-4bf1-8b3f-8b4d4496f01d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', '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')" moved to PREWHERE | ||
2622 | 2025.05.22 21:19:33.373634 [ 261 ] {8a11fc28-2b2f-4bf1-8b3f-8b4d4496f01d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2623 | 2025.05.22 21:19:33.373684 [ 261 ] {8a11fc28-2b2f-4bf1-8b3f-8b4d4496f01d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2624 | 2025.05.22 21:19:33.373781 [ 261 ] {8a11fc28-2b2f-4bf1-8b3f-8b4d4496f01d} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
2625 | 2025.05.22 21:19:33.373846 [ 292 ] {8a11fc28-2b2f-4bf1-8b3f-8b4d4496f01d} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2626 | 2025.05.22 21:19:33.373855 [ 293 ] {8a11fc28-2b2f-4bf1-8b3f-8b4d4496f01d} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2627 | 2025.05.22 21:19:33.373856 [ 290 ] {8a11fc28-2b2f-4bf1-8b3f-8b4d4496f01d} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2628 | 2025.05.22 21:19:33.373857 [ 295 ] {8a11fc28-2b2f-4bf1-8b3f-8b4d4496f01d} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2629 | 2025.05.22 21:19:33.373986 [ 261 ] {8a11fc28-2b2f-4bf1-8b3f-8b4d4496f01d} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
2630 | 2025.05.22 21:19:33.374011 [ 261 ] {8a11fc28-2b2f-4bf1-8b3f-8b4d4496f01d} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2631 | 2025.05.22 21:19:33.374077 [ 261 ] {8a11fc28-2b2f-4bf1-8b3f-8b4d4496f01d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2632 | 2025.05.22 21:19:33.374094 [ 261 ] {8a11fc28-2b2f-4bf1-8b3f-8b4d4496f01d} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Reading approx. 24 rows with 3 streams | ||
2633 | 2025.05.22 21:19:33.374122 [ 261 ] {8a11fc28-2b2f-4bf1-8b3f-8b4d4496f01d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', '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'))" | ||
2634 | 2025.05.22 21:19:33.374152 [ 261 ] {8a11fc28-2b2f-4bf1-8b3f-8b4d4496f01d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', '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'))" | ||
2635 | 2025.05.22 21:19:33.374179 [ 261 ] {8a11fc28-2b2f-4bf1-8b3f-8b4d4496f01d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', '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'))" | ||
2636 | 2025.05.22 21:19:33.374760 [ 261 ] {8a11fc28-2b2f-4bf1-8b3f-8b4d4496f01d} <Debug> executeQuery: Read 24 rows, 1.06 KiB in 0.001605 sec., 14953.271028037383 rows/sec., 660.78 KiB/sec. | ||
2637 | 2025.05.22 21:19:33.374890 [ 261 ] {8a11fc28-2b2f-4bf1-8b3f-8b4d4496f01d} <Debug> TCPHandler: Processed in 0.001862117 sec. | ||
2638 | 2025.05.22 21:19:33.375089 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2639 | 2025.05.22 21:19:33.375219 [ 261 ] {5257bd2b-4680-4340-9093-f0a5e1a05144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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') FORMAT Native; (stage: Complete) | ||
2640 | 2025.05.22 21:19:33.375426 [ 261 ] {5257bd2b-4680-4340-9093-f0a5e1a05144} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2641 | 2025.05.22 21:19:33.375460 [ 261 ] {5257bd2b-4680-4340-9093-f0a5e1a05144} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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')" moved to PREWHERE | ||
2642 | 2025.05.22 21:19:33.375645 [ 261 ] {5257bd2b-4680-4340-9093-f0a5e1a05144} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2643 | 2025.05.22 21:19:33.375696 [ 261 ] {5257bd2b-4680-4340-9093-f0a5e1a05144} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2644 | 2025.05.22 21:19:33.375791 [ 261 ] {5257bd2b-4680-4340-9093-f0a5e1a05144} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
2645 | 2025.05.22 21:19:33.375856 [ 293 ] {5257bd2b-4680-4340-9093-f0a5e1a05144} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2646 | 2025.05.22 21:19:33.375867 [ 290 ] {5257bd2b-4680-4340-9093-f0a5e1a05144} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2647 | 2025.05.22 21:19:33.375866 [ 292 ] {5257bd2b-4680-4340-9093-f0a5e1a05144} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2648 | 2025.05.22 21:19:33.375867 [ 295 ] {5257bd2b-4680-4340-9093-f0a5e1a05144} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2649 | 2025.05.22 21:19:33.375999 [ 261 ] {5257bd2b-4680-4340-9093-f0a5e1a05144} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
2650 | 2025.05.22 21:19:33.376025 [ 261 ] {5257bd2b-4680-4340-9093-f0a5e1a05144} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2651 | 2025.05.22 21:19:33.376089 [ 261 ] {5257bd2b-4680-4340-9093-f0a5e1a05144} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2652 | 2025.05.22 21:19:33.376106 [ 261 ] {5257bd2b-4680-4340-9093-f0a5e1a05144} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Reading approx. 24 rows with 3 streams | ||
2653 | 2025.05.22 21:19:33.376135 [ 261 ] {5257bd2b-4680-4340-9093-f0a5e1a05144} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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'))" | ||
2654 | 2025.05.22 21:19:33.376184 [ 261 ] {5257bd2b-4680-4340-9093-f0a5e1a05144} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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'))" | ||
2655 | 2025.05.22 21:19:33.376230 [ 261 ] {5257bd2b-4680-4340-9093-f0a5e1a05144} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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'))" | ||
2656 | 2025.05.22 21:19:33.376829 [ 261 ] {5257bd2b-4680-4340-9093-f0a5e1a05144} <Debug> executeQuery: Read 24 rows, 1.06 KiB in 0.001661 sec., 14449.127031908489 rows/sec., 638.50 KiB/sec. | ||
2657 | 2025.05.22 21:19:33.376962 [ 261 ] {5257bd2b-4680-4340-9093-f0a5e1a05144} <Debug> TCPHandler: Processed in 0.001921578 sec. | ||
2658 | 2025.05.22 21:19:33.377160 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2659 | 2025.05.22 21:19:33.377291 [ 261 ] {b39fabba-b36b-4a36-be83-993c7b5ea23b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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') FORMAT Native; (stage: Complete) | ||
2660 | 2025.05.22 21:19:33.377499 [ 261 ] {b39fabba-b36b-4a36-be83-993c7b5ea23b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2661 | 2025.05.22 21:19:33.377532 [ 261 ] {b39fabba-b36b-4a36-be83-993c7b5ea23b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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')" moved to PREWHERE | ||
2662 | 2025.05.22 21:19:33.377721 [ 261 ] {b39fabba-b36b-4a36-be83-993c7b5ea23b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2663 | 2025.05.22 21:19:33.377773 [ 261 ] {b39fabba-b36b-4a36-be83-993c7b5ea23b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2664 | 2025.05.22 21:19:33.377868 [ 261 ] {b39fabba-b36b-4a36-be83-993c7b5ea23b} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
2665 | 2025.05.22 21:19:33.377929 [ 293 ] {b39fabba-b36b-4a36-be83-993c7b5ea23b} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2666 | 2025.05.22 21:19:33.377936 [ 292 ] {b39fabba-b36b-4a36-be83-993c7b5ea23b} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2667 | 2025.05.22 21:19:33.377942 [ 290 ] {b39fabba-b36b-4a36-be83-993c7b5ea23b} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2668 | 2025.05.22 21:19:33.377940 [ 295 ] {b39fabba-b36b-4a36-be83-993c7b5ea23b} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2669 | 2025.05.22 21:19:33.378066 [ 261 ] {b39fabba-b36b-4a36-be83-993c7b5ea23b} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
2670 | 2025.05.22 21:19:33.378091 [ 261 ] {b39fabba-b36b-4a36-be83-993c7b5ea23b} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2671 | 2025.05.22 21:19:33.378159 [ 261 ] {b39fabba-b36b-4a36-be83-993c7b5ea23b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2672 | 2025.05.22 21:19:33.378176 [ 261 ] {b39fabba-b36b-4a36-be83-993c7b5ea23b} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Reading approx. 24 rows with 3 streams | ||
2673 | 2025.05.22 21:19:33.378204 [ 261 ] {b39fabba-b36b-4a36-be83-993c7b5ea23b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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'))" | ||
2674 | 2025.05.22 21:19:33.378234 [ 261 ] {b39fabba-b36b-4a36-be83-993c7b5ea23b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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'))" | ||
2675 | 2025.05.22 21:19:33.378261 [ 261 ] {b39fabba-b36b-4a36-be83-993c7b5ea23b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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'))" | ||
2676 | 2025.05.22 21:19:33.378808 [ 261 ] {b39fabba-b36b-4a36-be83-993c7b5ea23b} <Debug> executeQuery: Read 24 rows, 1.06 KiB in 0.001569 sec., 15296.367112810707 rows/sec., 675.94 KiB/sec. | ||
2677 | 2025.05.22 21:19:33.378935 [ 261 ] {b39fabba-b36b-4a36-be83-993c7b5ea23b} <Debug> TCPHandler: Processed in 0.001824256 sec. | ||
2678 | 2025.05.22 21:19:33.513761 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2679 | 2025.05.22 21:19:33.513928 [ 261 ] {9fbe3fb7-68d4-44e7-8564-15e18e329dc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', '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') FORMAT Native; (stage: Complete) | ||
2680 | 2025.05.22 21:19:33.514194 [ 261 ] {9fbe3fb7-68d4-44e7-8564-15e18e329dc0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2681 | 2025.05.22 21:19:33.514234 [ 261 ] {9fbe3fb7-68d4-44e7-8564-15e18e329dc0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', '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')" moved to PREWHERE | ||
2682 | 2025.05.22 21:19:33.514469 [ 261 ] {9fbe3fb7-68d4-44e7-8564-15e18e329dc0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2683 | 2025.05.22 21:19:33.514531 [ 261 ] {9fbe3fb7-68d4-44e7-8564-15e18e329dc0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2684 | 2025.05.22 21:19:33.514651 [ 261 ] {9fbe3fb7-68d4-44e7-8564-15e18e329dc0} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
2685 | 2025.05.22 21:19:33.514742 [ 292 ] {9fbe3fb7-68d4-44e7-8564-15e18e329dc0} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2686 | 2025.05.22 21:19:33.514744 [ 293 ] {9fbe3fb7-68d4-44e7-8564-15e18e329dc0} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2687 | 2025.05.22 21:19:33.514748 [ 290 ] {9fbe3fb7-68d4-44e7-8564-15e18e329dc0} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2688 | 2025.05.22 21:19:33.514748 [ 295 ] {9fbe3fb7-68d4-44e7-8564-15e18e329dc0} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2689 | 2025.05.22 21:19:33.514915 [ 261 ] {9fbe3fb7-68d4-44e7-8564-15e18e329dc0} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
2690 | 2025.05.22 21:19:33.514945 [ 261 ] {9fbe3fb7-68d4-44e7-8564-15e18e329dc0} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2691 | 2025.05.22 21:19:33.515019 [ 261 ] {9fbe3fb7-68d4-44e7-8564-15e18e329dc0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2692 | 2025.05.22 21:19:33.515036 [ 261 ] {9fbe3fb7-68d4-44e7-8564-15e18e329dc0} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Reading approx. 24 rows with 3 streams | ||
2693 | 2025.05.22 21:19:33.515065 [ 261 ] {9fbe3fb7-68d4-44e7-8564-15e18e329dc0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', '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'))" | ||
2694 | 2025.05.22 21:19:33.515095 [ 261 ] {9fbe3fb7-68d4-44e7-8564-15e18e329dc0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', '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'))" | ||
2695 | 2025.05.22 21:19:33.515123 [ 261 ] {9fbe3fb7-68d4-44e7-8564-15e18e329dc0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', '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'))" | ||
2696 | 2025.05.22 21:19:33.515800 [ 261 ] {9fbe3fb7-68d4-44e7-8564-15e18e329dc0} <Debug> executeQuery: Read 24 rows, 1.06 KiB in 0.001942 sec., 12358.39340885685 rows/sec., 546.11 KiB/sec. | ||
2697 | 2025.05.22 21:19:33.515933 [ 261 ] {9fbe3fb7-68d4-44e7-8564-15e18e329dc0} <Debug> TCPHandler: Processed in 0.002234643 sec. | ||
2698 | 2025.05.22 21:19:33.516401 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2699 | 2025.05.22 21:19:33.516507 [ 261 ] {050aa5f0-f8db-4b63-a8b5-4222a74ff9f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
2700 | 2025.05.22 21:19:33.516548 [ 261 ] {050aa5f0-f8db-4b63-a8b5-4222a74ff9f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2701 | 2025.05.22 21:19:33.517066 [ 261 ] {050aa5f0-f8db-4b63-a8b5-4222a74ff9f1} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2702 | 2025.05.22 21:19:33.517109 [ 261 ] {050aa5f0-f8db-4b63-a8b5-4222a74ff9f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2703 | 2025.05.22 21:19:33.517506 [ 261 ] {050aa5f0-f8db-4b63-a8b5-4222a74ff9f1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2704 | 2025.05.22 21:19:33.517693 [ 261 ] {050aa5f0-f8db-4b63-a8b5-4222a74ff9f1} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2705 | 2025.05.22 21:19:33.517835 [ 261 ] {050aa5f0-f8db-4b63-a8b5-4222a74ff9f1} <Debug> executeQuery: Read 7 rows, 1.42 KiB in 0.00136 sec., 5147.058823529412 rows/sec., 1.02 MiB/sec. | ||
2706 | 2025.05.22 21:19:33.517873 [ 261 ] {050aa5f0-f8db-4b63-a8b5-4222a74ff9f1} <Debug> TCPHandler: Processed in 0.001519572 sec. | ||
2707 | 2025.05.22 21:19:33.517995 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2708 | 2025.05.22 21:19:33.518087 [ 261 ] {07a9725e-8186-4edd-922b-5f4d0d766225} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
2709 | 2025.05.22 21:19:33.518126 [ 261 ] {07a9725e-8186-4edd-922b-5f4d0d766225} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
2710 | 2025.05.22 21:19:33.518535 [ 261 ] {07a9725e-8186-4edd-922b-5f4d0d766225} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2711 | 2025.05.22 21:19:33.518570 [ 261 ] {07a9725e-8186-4edd-922b-5f4d0d766225} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2712 | 2025.05.22 21:19:33.518867 [ 261 ] {07a9725e-8186-4edd-922b-5f4d0d766225} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2713 | 2025.05.22 21:19:33.519065 [ 261 ] {07a9725e-8186-4edd-922b-5f4d0d766225} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2714 | 2025.05.22 21:19:33.519187 [ 261 ] {07a9725e-8186-4edd-922b-5f4d0d766225} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001118 sec., 21466.90518783542 rows/sec., 1.78 MiB/sec. | ||
2715 | 2025.05.22 21:19:33.519223 [ 261 ] {07a9725e-8186-4edd-922b-5f4d0d766225} <Debug> TCPHandler: Processed in 0.001275979 sec. | ||
2716 | 2025.05.22 21:19:33.519337 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2717 | 2025.05.22 21:19:33.519429 [ 261 ] {276ae799-1a93-4189-bea5-d175d4298b3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2718 | 2025.05.22 21:19:33.519467 [ 261 ] {276ae799-1a93-4189-bea5-d175d4298b3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2719 | 2025.05.22 21:19:33.520570 [ 261 ] {276ae799-1a93-4189-bea5-d175d4298b3f} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2720 | 2025.05.22 21:19:33.520605 [ 261 ] {276ae799-1a93-4189-bea5-d175d4298b3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2721 | 2025.05.22 21:19:33.521075 [ 261 ] {276ae799-1a93-4189-bea5-d175d4298b3f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2722 | 2025.05.22 21:19:33.521289 [ 261 ] {276ae799-1a93-4189-bea5-d175d4298b3f} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2723 | 2025.05.22 21:19:33.521411 [ 261 ] {276ae799-1a93-4189-bea5-d175d4298b3f} <Debug> executeQuery: Read 1353 rows, 115.89 KiB in 0.002 sec., 676500 rows/sec., 56.59 MiB/sec. | ||
2724 | 2025.05.22 21:19:33.521446 [ 261 ] {276ae799-1a93-4189-bea5-d175d4298b3f} <Debug> TCPHandler: Processed in 0.002156342 sec. | ||
2725 | 2025.05.22 21:19:33.521556 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2726 | 2025.05.22 21:19:33.521647 [ 261 ] {ab6a3495-800b-4b6e-90cd-08ae15c63012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2727 | 2025.05.22 21:19:33.521685 [ 261 ] {ab6a3495-800b-4b6e-90cd-08ae15c63012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2728 | 2025.05.22 21:19:33.522076 [ 261 ] {ab6a3495-800b-4b6e-90cd-08ae15c63012} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2729 | 2025.05.22 21:19:33.522111 [ 261 ] {ab6a3495-800b-4b6e-90cd-08ae15c63012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2730 | 2025.05.22 21:19:33.522396 [ 261 ] {ab6a3495-800b-4b6e-90cd-08ae15c63012} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2731 | 2025.05.22 21:19:33.522596 [ 261 ] {ab6a3495-800b-4b6e-90cd-08ae15c63012} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2732 | 2025.05.22 21:19:33.522718 [ 261 ] {ab6a3495-800b-4b6e-90cd-08ae15c63012} <Debug> executeQuery: Read 45 rows, 3.44 KiB in 0.001089 sec., 41322.31404958678 rows/sec., 3.09 MiB/sec. | ||
2733 | 2025.05.22 21:19:33.522753 [ 261 ] {ab6a3495-800b-4b6e-90cd-08ae15c63012} <Debug> TCPHandler: Processed in 0.001246069 sec. | ||
2734 | 2025.05.22 21:19:33.522860 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2735 | 2025.05.22 21:19:33.522950 [ 261 ] {0dff7bb8-9565-4b81-84fc-e749b4eb9f15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
2736 | 2025.05.22 21:19:33.522988 [ 261 ] {0dff7bb8-9565-4b81-84fc-e749b4eb9f15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2737 | 2025.05.22 21:19:33.523429 [ 261 ] {0dff7bb8-9565-4b81-84fc-e749b4eb9f15} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2738 | 2025.05.22 21:19:33.523464 [ 261 ] {0dff7bb8-9565-4b81-84fc-e749b4eb9f15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2739 | 2025.05.22 21:19:33.523745 [ 261 ] {0dff7bb8-9565-4b81-84fc-e749b4eb9f15} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2740 | 2025.05.22 21:19:33.523953 [ 261 ] {0dff7bb8-9565-4b81-84fc-e749b4eb9f15} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2741 | 2025.05.22 21:19:33.524081 [ 261 ] {0dff7bb8-9565-4b81-84fc-e749b4eb9f15} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001149 sec., 219321.14882506526 rows/sec., 15.17 MiB/sec. | ||
2742 | 2025.05.22 21:19:33.524119 [ 261 ] {0dff7bb8-9565-4b81-84fc-e749b4eb9f15} <Debug> TCPHandler: Processed in 0.001308379 sec. | ||
2743 | 2025.05.22 21:19:33.524230 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2744 | 2025.05.22 21:19:33.524321 [ 261 ] {1ff8c2fb-ac6b-4e2d-a785-923c188b0f8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
2745 | 2025.05.22 21:19:33.524359 [ 261 ] {1ff8c2fb-ac6b-4e2d-a785-923c188b0f8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2746 | 2025.05.22 21:19:33.524736 [ 261 ] {1ff8c2fb-ac6b-4e2d-a785-923c188b0f8d} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2747 | 2025.05.22 21:19:33.524770 [ 261 ] {1ff8c2fb-ac6b-4e2d-a785-923c188b0f8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2748 | 2025.05.22 21:19:33.525049 [ 261 ] {1ff8c2fb-ac6b-4e2d-a785-923c188b0f8d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2749 | 2025.05.22 21:19:33.525245 [ 261 ] {1ff8c2fb-ac6b-4e2d-a785-923c188b0f8d} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2750 | 2025.05.22 21:19:33.525373 [ 261 ] {1ff8c2fb-ac6b-4e2d-a785-923c188b0f8d} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.00107 sec., 11214.953271028038 rows/sec., 876.17 KiB/sec. | ||
2751 | 2025.05.22 21:19:33.525410 [ 261 ] {1ff8c2fb-ac6b-4e2d-a785-923c188b0f8d} <Debug> TCPHandler: Processed in 0.001229248 sec. | ||
2752 | 2025.05.22 21:19:33.525516 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2753 | 2025.05.22 21:19:33.525606 [ 261 ] {26b891e7-746f-4dd6-9e33-fbe19fb87374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2754 | 2025.05.22 21:19:33.525643 [ 261 ] {26b891e7-746f-4dd6-9e33-fbe19fb87374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2755 | 2025.05.22 21:19:33.526183 [ 261 ] {26b891e7-746f-4dd6-9e33-fbe19fb87374} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2756 | 2025.05.22 21:19:33.526218 [ 261 ] {26b891e7-746f-4dd6-9e33-fbe19fb87374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2757 | 2025.05.22 21:19:33.526528 [ 261 ] {26b891e7-746f-4dd6-9e33-fbe19fb87374} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2758 | 2025.05.22 21:19:33.526728 [ 261 ] {26b891e7-746f-4dd6-9e33-fbe19fb87374} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2759 | 2025.05.22 21:19:33.526860 [ 261 ] {26b891e7-746f-4dd6-9e33-fbe19fb87374} <Debug> executeQuery: Read 553 rows, 42.43 KiB in 0.001271 sec., 435090.4799370574 rows/sec., 32.60 MiB/sec. | ||
2760 | 2025.05.22 21:19:33.526897 [ 261 ] {26b891e7-746f-4dd6-9e33-fbe19fb87374} <Debug> TCPHandler: Processed in 0.001428701 sec. | ||
2761 | 2025.05.22 21:19:33.527004 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2762 | 2025.05.22 21:19:33.527096 [ 261 ] {dbaf8482-ddff-4b08-b898-0406bcd2ef1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2763 | 2025.05.22 21:19:33.527137 [ 261 ] {dbaf8482-ddff-4b08-b898-0406bcd2ef1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2764 | 2025.05.22 21:19:33.528539 [ 261 ] {dbaf8482-ddff-4b08-b898-0406bcd2ef1c} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2765 | 2025.05.22 21:19:33.528574 [ 261 ] {dbaf8482-ddff-4b08-b898-0406bcd2ef1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2766 | 2025.05.22 21:19:33.529268 [ 261 ] {dbaf8482-ddff-4b08-b898-0406bcd2ef1c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2767 | 2025.05.22 21:19:33.529475 [ 261 ] {dbaf8482-ddff-4b08-b898-0406bcd2ef1c} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2768 | 2025.05.22 21:19:33.529609 [ 261 ] {dbaf8482-ddff-4b08-b898-0406bcd2ef1c} <Debug> executeQuery: Read 3597 rows, 246.48 KiB in 0.002531 sec., 1421177.4002370606 rows/sec., 95.10 MiB/sec. | ||
2769 | 2025.05.22 21:19:33.529618 [ 143 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2770 | 2025.05.22 21:19:33.529649 [ 261 ] {dbaf8482-ddff-4b08-b898-0406bcd2ef1c} <Debug> TCPHandler: Processed in 0.00269204 sec. | ||
2771 | 2025.05.22 21:19:33.529665 [ 143 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2772 | 2025.05.22 21:19:33.529690 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2773 | 2025.05.22 21:19:33.529786 [ 190 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
2774 | 2025.05.22 21:19:33.529797 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2775 | 2025.05.22 21:19:33.529896 [ 190 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2776 | 2025.05.22 21:19:33.529926 [ 261 ] {1cd0f292-6ea8-409b-8d04-6c48d3078d38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2777 | 2025.05.22 21:19:33.529928 [ 190 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1503 rows starting from the beginning of the part | ||
2778 | 2025.05.22 21:19:33.529991 [ 261 ] {1cd0f292-6ea8-409b-8d04-6c48d3078d38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.05.22 21:19:33.530002 [ 190 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 100 rows starting from the beginning of the part | ||
2780 | 2025.05.22 21:19:33.530050 [ 190 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 101 rows starting from the beginning of the part | ||
2781 | 2025.05.22 21:19:33.530095 [ 190 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 100 rows starting from the beginning of the part | ||
2782 | 2025.05.22 21:19:33.530141 [ 190 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
2783 | 2025.05.22 21:19:33.530184 [ 190 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 3597 rows starting from the beginning of the part | ||
2784 | 2025.05.22 21:19:33.530820 [ 261 ] {1cd0f292-6ea8-409b-8d04-6c48d3078d38} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2785 | 2025.05.22 21:19:33.530859 [ 261 ] {1cd0f292-6ea8-409b-8d04-6c48d3078d38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2786 | 2025.05.22 21:19:33.531471 [ 261 ] {1cd0f292-6ea8-409b-8d04-6c48d3078d38} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2787 | 2025.05.22 21:19:33.531728 [ 261 ] {1cd0f292-6ea8-409b-8d04-6c48d3078d38} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2788 | 2025.05.22 21:19:33.531875 [ 261 ] {1cd0f292-6ea8-409b-8d04-6c48d3078d38} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001974 sec., 16717.325227963527 rows/sec., 29.96 MiB/sec. | ||
2789 | 2025.05.22 21:19:33.531937 [ 261 ] {1cd0f292-6ea8-409b-8d04-6c48d3078d38} <Debug> TCPHandler: Processed in 0.002201643 sec. | ||
2790 | 2025.05.22 21:19:33.532050 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2791 | 2025.05.22 21:19:33.532144 [ 261 ] {651cc631-4aa2-4719-bf2d-630c9c651d7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2792 | 2025.05.22 21:19:33.532185 [ 261 ] {651cc631-4aa2-4719-bf2d-630c9c651d7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2793 | 2025.05.22 21:19:33.532457 [ 187 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5501 rows, containing 5 columns (5 merged, 0 gathered) in 0.00271241 sec., 2028085.7245033013 rows/sec., 139.22 MiB/sec. | ||
2794 | 2025.05.22 21:19:33.532499 [ 261 ] {651cc631-4aa2-4719-bf2d-630c9c651d7a} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2795 | 2025.05.22 21:19:33.532541 [ 261 ] {651cc631-4aa2-4719-bf2d-630c9c651d7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2796 | 2025.05.22 21:19:33.532884 [ 261 ] {651cc631-4aa2-4719-bf2d-630c9c651d7a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2797 | 2025.05.22 21:19:33.532899 [ 195 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2798 | 2025.05.22 21:19:33.533130 [ 261 ] {651cc631-4aa2-4719-bf2d-630c9c651d7a} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2799 | 2025.05.22 21:19:33.533243 [ 195 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2800 | 2025.05.22 21:19:33.533252 [ 143 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2801 | 2025.05.22 21:19:33.533278 [ 261 ] {651cc631-4aa2-4719-bf2d-630c9c651d7a} <Debug> executeQuery: Read 6 rows, 431.00 B in 0.001153 sec., 5203.816131830009 rows/sec., 365.05 KiB/sec. | ||
2802 | 2025.05.22 21:19:33.533280 [ 143 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2803 | 2025.05.22 21:19:33.533317 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2804 | 2025.05.22 21:19:33.533321 [ 261 ] {651cc631-4aa2-4719-bf2d-630c9c651d7a} <Debug> TCPHandler: Processed in 0.00132025 sec. | ||
2805 | 2025.05.22 21:19:33.533324 [ 195 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2806 | 2025.05.22 21:19:33.533382 [ 190 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
2807 | 2025.05.22 21:19:33.533446 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
2808 | 2025.05.22 21:19:33.533462 [ 190 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2809 | 2025.05.22 21:19:33.533497 [ 190 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 324 rows starting from the beginning of the part | ||
2810 | 2025.05.22 21:19:33.533538 [ 190 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part | ||
2811 | 2025.05.22 21:19:33.533573 [ 190 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 30 rows starting from the beginning of the part | ||
2812 | 2025.05.22 21:19:33.533607 [ 190 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 30 rows starting from the beginning of the part | ||
2813 | 2025.05.22 21:19:33.533638 [ 190 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part | ||
2814 | 2025.05.22 21:19:33.533670 [ 190 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
2815 | 2025.05.22 21:19:33.534344 [ 195 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 450 rows, containing 4 columns (4 merged, 0 gathered) in 0.000989314 sec., 454860.6408076708 rows/sec., 31.16 MiB/sec. | ||
2816 | 2025.05.22 21:19:33.534474 [ 190 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2817 | 2025.05.22 21:19:33.534714 [ 190 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_16_3} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2818 | 2025.05.22 21:19:33.534774 [ 190 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_16_3} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2819 | 2025.05.22 21:19:33.534829 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
2820 | 2025.05.22 21:19:37.443258 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2821 | 2025.05.22 21:19:37.443461 [ 261 ] {37f5c2a0-8dc0-4900-9f34-dc23a596b714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2822 | 2025.05.22 21:19:37.443529 [ 261 ] {37f5c2a0-8dc0-4900-9f34-dc23a596b714} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2823 | 2025.05.22 21:19:37.444149 [ 261 ] {37f5c2a0-8dc0-4900-9f34-dc23a596b714} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2824 | 2025.05.22 21:19:37.444191 [ 261 ] {37f5c2a0-8dc0-4900-9f34-dc23a596b714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2825 | 2025.05.22 21:19:37.444600 [ 261 ] {37f5c2a0-8dc0-4900-9f34-dc23a596b714} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2826 | 2025.05.22 21:19:37.444832 [ 261 ] {37f5c2a0-8dc0-4900-9f34-dc23a596b714} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2827 | 2025.05.22 21:19:37.444994 [ 261 ] {37f5c2a0-8dc0-4900-9f34-dc23a596b714} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001586 sec., 16393.44262295082 rows/sec., 1.22 MiB/sec. | ||
2828 | 2025.05.22 21:19:37.445052 [ 261 ] {37f5c2a0-8dc0-4900-9f34-dc23a596b714} <Debug> TCPHandler: Processed in 0.001930499 sec. | ||
2829 | 2025.05.22 21:19:37.445175 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2830 | 2025.05.22 21:19:37.445289 [ 261 ] {d5cfdef6-ff64-4545-9b79-d1a330446ea5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2831 | 2025.05.22 21:19:37.445334 [ 261 ] {d5cfdef6-ff64-4545-9b79-d1a330446ea5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2832 | 2025.05.22 21:19:37.445758 [ 261 ] {d5cfdef6-ff64-4545-9b79-d1a330446ea5} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2833 | 2025.05.22 21:19:37.445794 [ 261 ] {d5cfdef6-ff64-4545-9b79-d1a330446ea5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2834 | 2025.05.22 21:19:37.446101 [ 261 ] {d5cfdef6-ff64-4545-9b79-d1a330446ea5} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2835 | 2025.05.22 21:19:37.446313 [ 261 ] {d5cfdef6-ff64-4545-9b79-d1a330446ea5} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2836 | 2025.05.22 21:19:37.446453 [ 261 ] {d5cfdef6-ff64-4545-9b79-d1a330446ea5} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001188 sec., 23569.023569023568 rows/sec., 1.84 MiB/sec. | ||
2837 | 2025.05.22 21:19:37.446493 [ 261 ] {d5cfdef6-ff64-4545-9b79-d1a330446ea5} <Debug> TCPHandler: Processed in 0.00137254 sec. | ||
2838 | 2025.05.22 21:19:37.446598 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2839 | 2025.05.22 21:19:37.446705 [ 261 ] {7b846a21-6e64-413e-9976-f5dc665e5a64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2840 | 2025.05.22 21:19:37.446751 [ 261 ] {7b846a21-6e64-413e-9976-f5dc665e5a64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2841 | 2025.05.22 21:19:37.447140 [ 261 ] {7b846a21-6e64-413e-9976-f5dc665e5a64} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2842 | 2025.05.22 21:19:37.447177 [ 261 ] {7b846a21-6e64-413e-9976-f5dc665e5a64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2843 | 2025.05.22 21:19:37.447508 [ 261 ] {7b846a21-6e64-413e-9976-f5dc665e5a64} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2844 | 2025.05.22 21:19:37.447720 [ 261 ] {7b846a21-6e64-413e-9976-f5dc665e5a64} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2845 | 2025.05.22 21:19:37.447850 [ 261 ] {7b846a21-6e64-413e-9976-f5dc665e5a64} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.001165 sec., 68669.5278969957 rows/sec., 4.76 MiB/sec. | ||
2846 | 2025.05.22 21:19:37.447887 [ 261 ] {7b846a21-6e64-413e-9976-f5dc665e5a64} <Debug> TCPHandler: Processed in 0.00133981 sec. | ||
2847 | 2025.05.22 21:19:37.447999 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2848 | 2025.05.22 21:19:37.448103 [ 261 ] {527fd636-55aa-4879-a3e9-83038942447b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2849 | 2025.05.22 21:19:37.448145 [ 261 ] {527fd636-55aa-4879-a3e9-83038942447b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2850 | 2025.05.22 21:19:37.448469 [ 261 ] {527fd636-55aa-4879-a3e9-83038942447b} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2851 | 2025.05.22 21:19:37.448506 [ 261 ] {527fd636-55aa-4879-a3e9-83038942447b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2852 | 2025.05.22 21:19:37.448818 [ 261 ] {527fd636-55aa-4879-a3e9-83038942447b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2853 | 2025.05.22 21:19:37.449022 [ 261 ] {527fd636-55aa-4879-a3e9-83038942447b} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2854 | 2025.05.22 21:19:37.449154 [ 261 ] {527fd636-55aa-4879-a3e9-83038942447b} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.00107 sec., 22429.906542056076 rows/sec., 1.54 MiB/sec. | ||
2855 | 2025.05.22 21:19:37.449190 [ 261 ] {527fd636-55aa-4879-a3e9-83038942447b} <Debug> TCPHandler: Processed in 0.001241818 sec. | ||
2856 | 2025.05.22 21:19:38.751847 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
2857 | 2025.05.22 21:19:38.752359 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2858 | 2025.05.22 21:19:38.752407 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2859 | 2025.05.22 21:19:38.752910 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2860 | 2025.05.22 21:19:38.753162 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2861 | 2025.05.22 21:19:38.753308 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
2862 | 2025.05.22 21:19:39.156268 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 | ||
2863 | 2025.05.22 21:19:39.170792 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2864 | 2025.05.22 21:19:39.170849 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2865 | 2025.05.22 21:19:39.177113 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2866 | 2025.05.22 21:19:39.177845 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2867 | 2025.05.22 21:19:39.180735 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 128 | ||
2868 | 2025.05.22 21:19:41.252846 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 378 | ||
2869 | 2025.05.22 21:19:41.255482 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2870 | 2025.05.22 21:19:41.255518 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2871 | 2025.05.22 21:19:41.256728 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2872 | 2025.05.22 21:19:41.256989 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2873 | 2025.05.22 21:19:41.257226 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 378 | ||
2874 | 2025.05.22 21:19:42.443150 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2875 | 2025.05.22 21:19:42.443347 [ 261 ] {93ac4974-bce2-4c4c-a89c-6c8f49585cd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2876 | 2025.05.22 21:19:42.443426 [ 261 ] {93ac4974-bce2-4c4c-a89c-6c8f49585cd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2877 | 2025.05.22 21:19:42.444082 [ 261 ] {93ac4974-bce2-4c4c-a89c-6c8f49585cd9} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2878 | 2025.05.22 21:19:42.444129 [ 261 ] {93ac4974-bce2-4c4c-a89c-6c8f49585cd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2879 | 2025.05.22 21:19:42.444519 [ 261 ] {93ac4974-bce2-4c4c-a89c-6c8f49585cd9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2880 | 2025.05.22 21:19:42.444744 [ 261 ] {93ac4974-bce2-4c4c-a89c-6c8f49585cd9} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2881 | 2025.05.22 21:19:42.444897 [ 261 ] {93ac4974-bce2-4c4c-a89c-6c8f49585cd9} <Debug> executeQuery: Read 42 rows, 3.50 KiB in 0.001605 sec., 26168.22429906542 rows/sec., 2.13 MiB/sec. | ||
2882 | 2025.05.22 21:19:42.444944 [ 261 ] {93ac4974-bce2-4c4c-a89c-6c8f49585cd9} <Debug> TCPHandler: Processed in 0.001935479 sec. | ||
2883 | 2025.05.22 21:19:42.445071 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2884 | 2025.05.22 21:19:42.445172 [ 261 ] {c209f442-58ae-49db-981f-dc0cc418502d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2885 | 2025.05.22 21:19:42.445215 [ 261 ] {c209f442-58ae-49db-981f-dc0cc418502d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2886 | 2025.05.22 21:19:42.445626 [ 261 ] {c209f442-58ae-49db-981f-dc0cc418502d} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2887 | 2025.05.22 21:19:42.445664 [ 261 ] {c209f442-58ae-49db-981f-dc0cc418502d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2888 | 2025.05.22 21:19:42.445956 [ 261 ] {c209f442-58ae-49db-981f-dc0cc418502d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2889 | 2025.05.22 21:19:42.446165 [ 261 ] {c209f442-58ae-49db-981f-dc0cc418502d} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2890 | 2025.05.22 21:19:42.446294 [ 261 ] {c209f442-58ae-49db-981f-dc0cc418502d} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001145 sec., 6986.899563318778 rows/sec., 525.38 KiB/sec. | ||
2891 | 2025.05.22 21:19:42.446331 [ 261 ] {c209f442-58ae-49db-981f-dc0cc418502d} <Debug> TCPHandler: Processed in 0.00131117 sec. | ||
2892 | 2025.05.22 21:19:42.446438 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2893 | 2025.05.22 21:19:42.446532 [ 261 ] {82252341-88a6-4cc7-a508-452e7ebefdb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2894 | 2025.05.22 21:19:42.446571 [ 261 ] {82252341-88a6-4cc7-a508-452e7ebefdb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2895 | 2025.05.22 21:19:42.446977 [ 261 ] {82252341-88a6-4cc7-a508-452e7ebefdb2} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2896 | 2025.05.22 21:19:42.447014 [ 261 ] {82252341-88a6-4cc7-a508-452e7ebefdb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2897 | 2025.05.22 21:19:42.447315 [ 261 ] {82252341-88a6-4cc7-a508-452e7ebefdb2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2898 | 2025.05.22 21:19:42.447529 [ 261 ] {82252341-88a6-4cc7-a508-452e7ebefdb2} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2899 | 2025.05.22 21:19:42.447659 [ 261 ] {82252341-88a6-4cc7-a508-452e7ebefdb2} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001146 sec., 31413.612565445022 rows/sec., 2.45 MiB/sec. | ||
2900 | 2025.05.22 21:19:42.447695 [ 261 ] {82252341-88a6-4cc7-a508-452e7ebefdb2} <Debug> TCPHandler: Processed in 0.001305089 sec. | ||
2901 | 2025.05.22 21:19:42.447803 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2902 | 2025.05.22 21:19:42.447895 [ 261 ] {4c67fd14-ff26-4d5a-9932-9803e70a2824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2903 | 2025.05.22 21:19:42.447938 [ 261 ] {4c67fd14-ff26-4d5a-9932-9803e70a2824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2904 | 2025.05.22 21:19:42.448315 [ 261 ] {4c67fd14-ff26-4d5a-9932-9803e70a2824} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2905 | 2025.05.22 21:19:42.448351 [ 261 ] {4c67fd14-ff26-4d5a-9932-9803e70a2824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2906 | 2025.05.22 21:19:42.448670 [ 261 ] {4c67fd14-ff26-4d5a-9932-9803e70a2824} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2907 | 2025.05.22 21:19:42.448874 [ 261 ] {4c67fd14-ff26-4d5a-9932-9803e70a2824} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2908 | 2025.05.22 21:19:42.449016 [ 261 ] {4c67fd14-ff26-4d5a-9932-9803e70a2824} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00114 sec., 87719.29824561405 rows/sec., 6.08 MiB/sec. | ||
2909 | 2025.05.22 21:19:42.449052 [ 261 ] {4c67fd14-ff26-4d5a-9932-9803e70a2824} <Debug> TCPHandler: Processed in 0.001299049 sec. | ||
2910 | 2025.05.22 21:19:42.449163 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2911 | 2025.05.22 21:19:42.449256 [ 261 ] {7e100d04-ca95-42ad-b33c-51b15652bd99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2912 | 2025.05.22 21:19:42.449310 [ 261 ] {7e100d04-ca95-42ad-b33c-51b15652bd99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2913 | 2025.05.22 21:19:42.450043 [ 261 ] {7e100d04-ca95-42ad-b33c-51b15652bd99} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2914 | 2025.05.22 21:19:42.450079 [ 261 ] {7e100d04-ca95-42ad-b33c-51b15652bd99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2915 | 2025.05.22 21:19:42.450558 [ 261 ] {7e100d04-ca95-42ad-b33c-51b15652bd99} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2916 | 2025.05.22 21:19:42.450771 [ 261 ] {7e100d04-ca95-42ad-b33c-51b15652bd99} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2917 | 2025.05.22 21:19:42.450903 [ 261 ] {7e100d04-ca95-42ad-b33c-51b15652bd99} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001665 sec., 4804.804804804805 rows/sec., 8.61 MiB/sec. | ||
2918 | 2025.05.22 21:19:42.450962 [ 261 ] {7e100d04-ca95-42ad-b33c-51b15652bd99} <Debug> TCPHandler: Processed in 0.001848408 sec. | ||
2919 | 2025.05.22 21:19:42.451074 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2920 | 2025.05.22 21:19:42.451167 [ 261 ] {739f9ae4-545b-4371-b7e4-5435314ad0f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2921 | 2025.05.22 21:19:42.451208 [ 261 ] {739f9ae4-545b-4371-b7e4-5435314ad0f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2922 | 2025.05.22 21:19:42.451530 [ 261 ] {739f9ae4-545b-4371-b7e4-5435314ad0f2} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2923 | 2025.05.22 21:19:42.451565 [ 261 ] {739f9ae4-545b-4371-b7e4-5435314ad0f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
2924 | 2025.05.22 21:19:42.451853 [ 261 ] {739f9ae4-545b-4371-b7e4-5435314ad0f2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2925 | 2025.05.22 21:19:42.452062 [ 261 ] {739f9ae4-545b-4371-b7e4-5435314ad0f2} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2926 | 2025.05.22 21:19:42.452191 [ 261 ] {739f9ae4-545b-4371-b7e4-5435314ad0f2} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001042 sec., 28790.786948176585 rows/sec., 1.97 MiB/sec. | ||
2927 | 2025.05.22 21:19:42.452226 [ 261 ] {739f9ae4-545b-4371-b7e4-5435314ad0f2} <Debug> TCPHandler: Processed in 0.001201538 sec. | ||
2928 | 2025.05.22 21:19:45.430786 [ 131 ] {} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2929 | 2025.05.22 21:19:45.430906 [ 131 ] {} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2930 | 2025.05.22 21:19:45.430945 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2931 | 2025.05.22 21:19:45.431108 [ 191 ] {40943065-4486-4d64-afd9-175c239a868b::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 | ||
2932 | 2025.05.22 21:19:45.431493 [ 191 ] {40943065-4486-4d64-afd9-175c239a868b::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2933 | 2025.05.22 21:19:45.431539 [ 191 ] {40943065-4486-4d64-afd9-175c239a868b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
2934 | 2025.05.22 21:19:45.431629 [ 191 ] {40943065-4486-4d64-afd9-175c239a868b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
2935 | 2025.05.22 21:19:45.431703 [ 191 ] {40943065-4486-4d64-afd9-175c239a868b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
2936 | 2025.05.22 21:19:45.431771 [ 191 ] {40943065-4486-4d64-afd9-175c239a868b::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 | ||
2937 | 2025.05.22 21:19:45.431837 [ 191 ] {40943065-4486-4d64-afd9-175c239a868b::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 | ||
2938 | 2025.05.22 21:19:45.433435 [ 190 ] {40943065-4486-4d64-afd9-175c239a868b::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 6 columns (6 merged, 0 gathered) in 0.002391336 sec., 13381.641057551093 rows/sec., 2.83 MiB/sec. | ||
2939 | 2025.05.22 21:19:45.433632 [ 195 ] {40943065-4486-4d64-afd9-175c239a868b::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2940 | 2025.05.22 21:19:45.434027 [ 195 ] {40943065-4486-4d64-afd9-175c239a868b::all_1_5_1} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2941 | 2025.05.22 21:19:45.434108 [ 195 ] {40943065-4486-4d64-afd9-175c239a868b::all_1_5_1} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
2942 | 2025.05.22 21:19:45.434185 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
2943 | 2025.05.22 21:19:46.184193 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2944 | 2025.05.22 21:19:46.184252 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2945 | 2025.05.22 21:19:46.253798 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
2946 | 2025.05.22 21:19:46.254298 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2947 | 2025.05.22 21:19:46.254336 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2948 | 2025.05.22 21:19:46.254858 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2949 | 2025.05.22 21:19:46.255087 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2950 | 2025.05.22 21:19:46.255223 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
2951 | 2025.05.22 21:19:46.681416 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 | ||
2952 | 2025.05.22 21:19:46.696420 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2953 | 2025.05.22 21:19:46.696477 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2954 | 2025.05.22 21:19:46.702585 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2955 | 2025.05.22 21:19:46.703293 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2956 | 2025.05.22 21:19:46.706027 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
2957 | 2025.05.22 21:19:47.444781 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2958 | 2025.05.22 21:19:47.444965 [ 261 ] {a26b3ee7-b35f-4de3-aee1-8c73e83efd65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2959 | 2025.05.22 21:19:47.445032 [ 261 ] {a26b3ee7-b35f-4de3-aee1-8c73e83efd65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2960 | 2025.05.22 21:19:47.445687 [ 261 ] {a26b3ee7-b35f-4de3-aee1-8c73e83efd65} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2961 | 2025.05.22 21:19:47.445735 [ 261 ] {a26b3ee7-b35f-4de3-aee1-8c73e83efd65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2962 | 2025.05.22 21:19:47.446112 [ 261 ] {a26b3ee7-b35f-4de3-aee1-8c73e83efd65} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
2963 | 2025.05.22 21:19:47.446328 [ 261 ] {a26b3ee7-b35f-4de3-aee1-8c73e83efd65} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2964 | 2025.05.22 21:19:47.446473 [ 261 ] {a26b3ee7-b35f-4de3-aee1-8c73e83efd65} <Debug> executeQuery: Read 92 rows, 8.26 KiB in 0.001558 sec., 59050.06418485238 rows/sec., 5.18 MiB/sec. | ||
2965 | 2025.05.22 21:19:47.446512 [ 261 ] {a26b3ee7-b35f-4de3-aee1-8c73e83efd65} <Debug> TCPHandler: Processed in 0.001864498 sec. | ||
2966 | 2025.05.22 21:19:47.446637 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2967 | 2025.05.22 21:19:47.446733 [ 261 ] {f8f864e9-4fdb-42ca-8cd0-f40bb1dac057} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2968 | 2025.05.22 21:19:47.446772 [ 261 ] {f8f864e9-4fdb-42ca-8cd0-f40bb1dac057} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2969 | 2025.05.22 21:19:47.447181 [ 261 ] {f8f864e9-4fdb-42ca-8cd0-f40bb1dac057} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2970 | 2025.05.22 21:19:47.447218 [ 261 ] {f8f864e9-4fdb-42ca-8cd0-f40bb1dac057} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2971 | 2025.05.22 21:19:47.447503 [ 261 ] {f8f864e9-4fdb-42ca-8cd0-f40bb1dac057} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2972 | 2025.05.22 21:19:47.447708 [ 261 ] {f8f864e9-4fdb-42ca-8cd0-f40bb1dac057} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2973 | 2025.05.22 21:19:47.447835 [ 261 ] {f8f864e9-4fdb-42ca-8cd0-f40bb1dac057} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001122 sec., 29411.764705882353 rows/sec., 2.16 MiB/sec. | ||
2974 | 2025.05.22 21:19:47.447871 [ 261 ] {f8f864e9-4fdb-42ca-8cd0-f40bb1dac057} <Debug> TCPHandler: Processed in 0.001283689 sec. | ||
2975 | 2025.05.22 21:19:47.447978 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2976 | 2025.05.22 21:19:47.448071 [ 261 ] {995c813b-e6ea-44ad-825b-f040c83a1cbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2977 | 2025.05.22 21:19:47.448110 [ 261 ] {995c813b-e6ea-44ad-825b-f040c83a1cbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2978 | 2025.05.22 21:19:47.448503 [ 261 ] {995c813b-e6ea-44ad-825b-f040c83a1cbe} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2979 | 2025.05.22 21:19:47.448537 [ 261 ] {995c813b-e6ea-44ad-825b-f040c83a1cbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2980 | 2025.05.22 21:19:47.448820 [ 261 ] {995c813b-e6ea-44ad-825b-f040c83a1cbe} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
2981 | 2025.05.22 21:19:47.449035 [ 261 ] {995c813b-e6ea-44ad-825b-f040c83a1cbe} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2982 | 2025.05.22 21:19:47.449157 [ 261 ] {995c813b-e6ea-44ad-825b-f040c83a1cbe} <Debug> executeQuery: Read 61 rows, 4.88 KiB in 0.001104 sec., 55253.6231884058 rows/sec., 4.32 MiB/sec. | ||
2983 | 2025.05.22 21:19:47.449193 [ 261 ] {995c813b-e6ea-44ad-825b-f040c83a1cbe} <Debug> TCPHandler: Processed in 0.001263729 sec. | ||
2984 | 2025.05.22 21:19:47.449301 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2985 | 2025.05.22 21:19:47.449395 [ 261 ] {d53f3a1b-0d5c-4a3d-a318-106baeb6cec9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2986 | 2025.05.22 21:19:47.449436 [ 261 ] {d53f3a1b-0d5c-4a3d-a318-106baeb6cec9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2987 | 2025.05.22 21:19:47.449792 [ 261 ] {d53f3a1b-0d5c-4a3d-a318-106baeb6cec9} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2988 | 2025.05.22 21:19:47.449827 [ 261 ] {d53f3a1b-0d5c-4a3d-a318-106baeb6cec9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2989 | 2025.05.22 21:19:47.450138 [ 261 ] {d53f3a1b-0d5c-4a3d-a318-106baeb6cec9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2990 | 2025.05.22 21:19:47.450345 [ 261 ] {d53f3a1b-0d5c-4a3d-a318-106baeb6cec9} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2991 | 2025.05.22 21:19:47.450466 [ 261 ] {d53f3a1b-0d5c-4a3d-a318-106baeb6cec9} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00109 sec., 91743.11926605504 rows/sec., 6.36 MiB/sec. | ||
2992 | 2025.05.22 21:19:47.450501 [ 261 ] {d53f3a1b-0d5c-4a3d-a318-106baeb6cec9} <Debug> TCPHandler: Processed in 0.001248179 sec. | ||
2993 | 2025.05.22 21:19:47.450608 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2994 | 2025.05.22 21:19:47.450706 [ 261 ] {6a9cb920-e040-4eb7-b2be-ce2b804fcace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2995 | 2025.05.22 21:19:47.450761 [ 261 ] {6a9cb920-e040-4eb7-b2be-ce2b804fcace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2996 | 2025.05.22 21:19:47.451564 [ 261 ] {6a9cb920-e040-4eb7-b2be-ce2b804fcace} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2997 | 2025.05.22 21:19:47.451599 [ 261 ] {6a9cb920-e040-4eb7-b2be-ce2b804fcace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2998 | 2025.05.22 21:19:47.452116 [ 261 ] {6a9cb920-e040-4eb7-b2be-ce2b804fcace} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2999 | 2025.05.22 21:19:47.452327 [ 261 ] {6a9cb920-e040-4eb7-b2be-ce2b804fcace} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3000 | 2025.05.22 21:19:47.452458 [ 261 ] {6a9cb920-e040-4eb7-b2be-ce2b804fcace} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001769 sec., 18654.607122668174 rows/sec., 33.43 MiB/sec. | ||
3001 | 2025.05.22 21:19:47.452508 [ 261 ] {6a9cb920-e040-4eb7-b2be-ce2b804fcace} <Debug> TCPHandler: Processed in 0.001947819 sec. | ||
3002 | 2025.05.22 21:19:47.452617 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3003 | 2025.05.22 21:19:47.452712 [ 261 ] {31a314e2-6638-4d3e-88d3-2bd63ef6fbaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3004 | 2025.05.22 21:19:47.452753 [ 261 ] {31a314e2-6638-4d3e-88d3-2bd63ef6fbaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3005 | 2025.05.22 21:19:47.453089 [ 261 ] {31a314e2-6638-4d3e-88d3-2bd63ef6fbaf} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3006 | 2025.05.22 21:19:47.453124 [ 261 ] {31a314e2-6638-4d3e-88d3-2bd63ef6fbaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3007 | 2025.05.22 21:19:47.453411 [ 261 ] {31a314e2-6638-4d3e-88d3-2bd63ef6fbaf} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3008 | 2025.05.22 21:19:47.453610 [ 261 ] {31a314e2-6638-4d3e-88d3-2bd63ef6fbaf} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3009 | 2025.05.22 21:19:47.453735 [ 261 ] {31a314e2-6638-4d3e-88d3-2bd63ef6fbaf} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001041 sec., 28818.44380403458 rows/sec., 1.97 MiB/sec. | ||
3010 | 2025.05.22 21:19:47.453769 [ 261 ] {31a314e2-6638-4d3e-88d3-2bd63ef6fbaf} <Debug> TCPHandler: Processed in 0.001200438 sec. | ||
3011 | 2025.05.22 21:19:51.257827 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 402 | ||
3012 | 2025.05.22 21:19:51.259938 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3013 | 2025.05.22 21:19:51.259992 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3014 | 2025.05.22 21:19:51.261147 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3015 | 2025.05.22 21:19:51.261424 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3016 | 2025.05.22 21:19:51.261578 [ 121 ] {} <Debug> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3017 | 2025.05.22 21:19:51.261642 [ 121 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3018 | 2025.05.22 21:19:51.261663 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3019 | 2025.05.22 21:19:51.261762 [ 190 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::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 | ||
3020 | 2025.05.22 21:19:51.261773 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 402 | ||
3021 | 2025.05.22 21:19:51.262263 [ 190 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3022 | 2025.05.22 21:19:51.262390 [ 190 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 238 rows starting from the beginning of the part | ||
3023 | 2025.05.22 21:19:51.262727 [ 190 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 36 rows starting from the beginning of the part | ||
3024 | 2025.05.22 21:19:51.263031 [ 190 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part | ||
3025 | 2025.05.22 21:19:51.263337 [ 190 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part | ||
3026 | 2025.05.22 21:19:51.263630 [ 190 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 54 rows starting from the beginning of the part | ||
3027 | 2025.05.22 21:19:51.263933 [ 190 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part | ||
3028 | 2025.05.22 21:19:51.270021 [ 195 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 402 rows, containing 72 columns (72 merged, 0 gathered) in 0.008299603 sec., 48436.051700304226 rows/sec., 44.46 MiB/sec. | ||
3029 | 2025.05.22 21:19:51.270906 [ 198 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3030 | 2025.05.22 21:19:51.271445 [ 198 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_11_2} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3031 | 2025.05.22 21:19:51.271517 [ 198 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_11_2} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3032 | 2025.05.22 21:19:51.271698 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.81 MiB. | ||
3033 | 2025.05.22 21:19:52.442543 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3034 | 2025.05.22 21:19:52.442742 [ 261 ] {c635058a-ca1e-47cc-a250-d5f889cb0507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
3035 | 2025.05.22 21:19:52.442813 [ 261 ] {c635058a-ca1e-47cc-a250-d5f889cb0507} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3036 | 2025.05.22 21:19:52.443471 [ 261 ] {c635058a-ca1e-47cc-a250-d5f889cb0507} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3037 | 2025.05.22 21:19:52.443514 [ 261 ] {c635058a-ca1e-47cc-a250-d5f889cb0507} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3038 | 2025.05.22 21:19:52.443876 [ 261 ] {c635058a-ca1e-47cc-a250-d5f889cb0507} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3039 | 2025.05.22 21:19:52.444095 [ 261 ] {c635058a-ca1e-47cc-a250-d5f889cb0507} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3040 | 2025.05.22 21:19:52.444243 [ 261 ] {c635058a-ca1e-47cc-a250-d5f889cb0507} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001557 sec., 2569.0430314707774 rows/sec., 209.49 KiB/sec. | ||
3041 | 2025.05.22 21:19:52.444283 [ 261 ] {c635058a-ca1e-47cc-a250-d5f889cb0507} <Debug> TCPHandler: Processed in 0.001876338 sec. | ||
3042 | 2025.05.22 21:19:52.444408 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3043 | 2025.05.22 21:19:52.444499 [ 261 ] {47da23ab-ac4f-4576-9ff7-f58e696e6365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3044 | 2025.05.22 21:19:52.444538 [ 261 ] {47da23ab-ac4f-4576-9ff7-f58e696e6365} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3045 | 2025.05.22 21:19:52.444942 [ 261 ] {47da23ab-ac4f-4576-9ff7-f58e696e6365} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3046 | 2025.05.22 21:19:52.444977 [ 261 ] {47da23ab-ac4f-4576-9ff7-f58e696e6365} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3047 | 2025.05.22 21:19:52.445268 [ 261 ] {47da23ab-ac4f-4576-9ff7-f58e696e6365} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3048 | 2025.05.22 21:19:52.445472 [ 261 ] {47da23ab-ac4f-4576-9ff7-f58e696e6365} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3049 | 2025.05.22 21:19:52.445597 [ 261 ] {47da23ab-ac4f-4576-9ff7-f58e696e6365} <Debug> executeQuery: Read 44 rows, 3.65 KiB in 0.001116 sec., 39426.52329749104 rows/sec., 3.20 MiB/sec. | ||
3050 | 2025.05.22 21:19:52.445598 [ 119 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3051 | 2025.05.22 21:19:52.445634 [ 261 ] {47da23ab-ac4f-4576-9ff7-f58e696e6365} <Debug> TCPHandler: Processed in 0.001281369 sec. | ||
3052 | 2025.05.22 21:19:52.445673 [ 119 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3053 | 2025.05.22 21:19:52.445699 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3054 | 2025.05.22 21:19:52.445761 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3055 | 2025.05.22 21:19:52.445795 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::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 | ||
3056 | 2025.05.22 21:19:52.445857 [ 261 ] {0fc32a6e-3d3d-485a-b5cc-5b44b014e1e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3057 | 2025.05.22 21:19:52.445893 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3058 | 2025.05.22 21:19:52.445897 [ 261 ] {0fc32a6e-3d3d-485a-b5cc-5b44b014e1e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3059 | 2025.05.22 21:19:52.445925 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 232 rows starting from the beginning of the part | ||
3060 | 2025.05.22 21:19:52.446000 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1353 rows starting from the beginning of the part | ||
3061 | 2025.05.22 21:19:52.446055 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 26 rows starting from the beginning of the part | ||
3062 | 2025.05.22 21:19:52.446106 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 42 rows starting from the beginning of the part | ||
3063 | 2025.05.22 21:19:52.446149 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 92 rows starting from the beginning of the part | ||
3064 | 2025.05.22 21:19:52.446193 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 44 rows starting from the beginning of the part | ||
3065 | 2025.05.22 21:19:52.446315 [ 261 ] {0fc32a6e-3d3d-485a-b5cc-5b44b014e1e5} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3066 | 2025.05.22 21:19:52.446373 [ 261 ] {0fc32a6e-3d3d-485a-b5cc-5b44b014e1e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3067 | 2025.05.22 21:19:52.446749 [ 261 ] {0fc32a6e-3d3d-485a-b5cc-5b44b014e1e5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3068 | 2025.05.22 21:19:52.446963 [ 261 ] {0fc32a6e-3d3d-485a-b5cc-5b44b014e1e5} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3069 | 2025.05.22 21:19:52.447063 [ 119 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3070 | 2025.05.22 21:19:52.447088 [ 261 ] {0fc32a6e-3d3d-485a-b5cc-5b44b014e1e5} <Debug> executeQuery: Read 12 rows, 902.00 B in 0.001248 sec., 9615.384615384615 rows/sec., 705.82 KiB/sec. | ||
3071 | 2025.05.22 21:19:52.447096 [ 119 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3072 | 2025.05.22 21:19:52.447126 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3073 | 2025.05.22 21:19:52.447130 [ 261 ] {0fc32a6e-3d3d-485a-b5cc-5b44b014e1e5} <Debug> TCPHandler: Processed in 0.001417031 sec. | ||
3074 | 2025.05.22 21:19:52.447205 [ 198 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::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 | ||
3075 | 2025.05.22 21:19:52.447248 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3076 | 2025.05.22 21:19:52.447290 [ 198 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3077 | 2025.05.22 21:19:52.447314 [ 198 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 61 rows starting from the beginning of the part | ||
3078 | 2025.05.22 21:19:52.447340 [ 261 ] {865653ed-57ae-4f1f-abcd-7303076fa721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3079 | 2025.05.22 21:19:52.447355 [ 193 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1789 rows, containing 5 columns (5 merged, 0 gathered) in 0.001595424 sec., 1121332.0095473053 rows/sec., 99.04 MiB/sec. | ||
3080 | 2025.05.22 21:19:52.447379 [ 261 ] {865653ed-57ae-4f1f-abcd-7303076fa721} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3081 | 2025.05.22 21:19:52.447386 [ 198 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::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 | ||
3082 | 2025.05.22 21:19:52.447448 [ 198 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 45 rows starting from the beginning of the part | ||
3083 | 2025.05.22 21:19:52.447487 [ 198 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::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 | ||
3084 | 2025.05.22 21:19:52.447526 [ 198 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 33 rows starting from the beginning of the part | ||
3085 | 2025.05.22 21:19:52.447564 [ 198 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part | ||
3086 | 2025.05.22 21:19:52.447639 [ 199 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3087 | 2025.05.22 21:19:52.447796 [ 261 ] {865653ed-57ae-4f1f-abcd-7303076fa721} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3088 | 2025.05.22 21:19:52.447837 [ 261 ] {865653ed-57ae-4f1f-abcd-7303076fa721} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3089 | 2025.05.22 21:19:52.448000 [ 199 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_21_4} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3090 | 2025.05.22 21:19:52.448088 [ 199 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_21_4} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3091 | 2025.05.22 21:19:52.448189 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
3092 | 2025.05.22 21:19:52.448226 [ 261 ] {865653ed-57ae-4f1f-abcd-7303076fa721} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3093 | 2025.05.22 21:19:52.448295 [ 193 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 167 rows, containing 5 columns (5 merged, 0 gathered) in 0.001125677 sec., 148355.16760136344 rows/sec., 11.51 MiB/sec. | ||
3094 | 2025.05.22 21:19:52.448433 [ 199 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3095 | 2025.05.22 21:19:52.448449 [ 261 ] {865653ed-57ae-4f1f-abcd-7303076fa721} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3096 | 2025.05.22 21:19:52.448560 [ 119 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3097 | 2025.05.22 21:19:52.448588 [ 261 ] {865653ed-57ae-4f1f-abcd-7303076fa721} <Debug> executeQuery: Read 40 rows, 3.20 KiB in 0.001265 sec., 31620.553359683792 rows/sec., 2.47 MiB/sec. | ||
3098 | 2025.05.22 21:19:52.448591 [ 119 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3099 | 2025.05.22 21:19:52.448627 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3100 | 2025.05.22 21:19:52.448631 [ 261 ] {865653ed-57ae-4f1f-abcd-7303076fa721} <Debug> TCPHandler: Processed in 0.001430081 sec. | ||
3101 | 2025.05.22 21:19:52.448692 [ 198 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::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 | ||
3102 | 2025.05.22 21:19:52.448703 [ 193 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_16_3} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3103 | 2025.05.22 21:19:52.448754 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3104 | 2025.05.22 21:19:52.448768 [ 198 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3105 | 2025.05.22 21:19:52.448793 [ 198 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 131 rows starting from the beginning of the part | ||
3106 | 2025.05.22 21:19:52.448823 [ 193 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_16_3} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3107 | 2025.05.22 21:19:52.448838 [ 198 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 553 rows starting from the beginning of the part | ||
3108 | 2025.05.22 21:19:52.448851 [ 261 ] {1bdbb52e-8f6e-43fb-961b-94a32ac6dc01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3109 | 2025.05.22 21:19:52.448879 [ 198 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 28 rows starting from the beginning of the part | ||
3110 | 2025.05.22 21:19:52.448894 [ 261 ] {1bdbb52e-8f6e-43fb-961b-94a32ac6dc01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3111 | 2025.05.22 21:19:52.448913 [ 198 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::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 | ||
3112 | 2025.05.22 21:19:52.448940 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
3113 | 2025.05.22 21:19:52.448948 [ 198 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 61 rows starting from the beginning of the part | ||
3114 | 2025.05.22 21:19:52.448999 [ 198 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 40 rows starting from the beginning of the part | ||
3115 | 2025.05.22 21:19:52.449259 [ 261 ] {1bdbb52e-8f6e-43fb-961b-94a32ac6dc01} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3116 | 2025.05.22 21:19:52.449293 [ 261 ] {1bdbb52e-8f6e-43fb-961b-94a32ac6dc01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3117 | 2025.05.22 21:19:52.449605 [ 261 ] {1bdbb52e-8f6e-43fb-961b-94a32ac6dc01} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3118 | 2025.05.22 21:19:52.449755 [ 192 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 849 rows, containing 5 columns (5 merged, 0 gathered) in 0.001081767 sec., 784827.0468594439 rows/sec., 63.02 MiB/sec. | ||
3119 | 2025.05.22 21:19:52.449818 [ 261 ] {1bdbb52e-8f6e-43fb-961b-94a32ac6dc01} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3120 | 2025.05.22 21:19:52.449949 [ 261 ] {1bdbb52e-8f6e-43fb-961b-94a32ac6dc01} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.001116 sec., 91397.84946236559 rows/sec., 6.34 MiB/sec. | ||
3121 | 2025.05.22 21:19:52.449984 [ 261 ] {1bdbb52e-8f6e-43fb-961b-94a32ac6dc01} <Debug> TCPHandler: Processed in 0.001278269 sec. | ||
3122 | 2025.05.22 21:19:52.449987 [ 193 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3123 | 2025.05.22 21:19:52.450095 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3124 | 2025.05.22 21:19:52.450192 [ 261 ] {0f78934c-00d4-4efe-a534-2b39a574e0e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3125 | 2025.05.22 21:19:52.450248 [ 261 ] {0f78934c-00d4-4efe-a534-2b39a574e0e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3126 | 2025.05.22 21:19:52.450293 [ 193 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_21_4} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3127 | 2025.05.22 21:19:52.450370 [ 193 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_21_4} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3128 | 2025.05.22 21:19:52.450449 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
3129 | 2025.05.22 21:19:52.450971 [ 261 ] {0f78934c-00d4-4efe-a534-2b39a574e0e8} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3130 | 2025.05.22 21:19:52.451011 [ 261 ] {0f78934c-00d4-4efe-a534-2b39a574e0e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3131 | 2025.05.22 21:19:52.451502 [ 261 ] {0f78934c-00d4-4efe-a534-2b39a574e0e8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3132 | 2025.05.22 21:19:52.451719 [ 261 ] {0f78934c-00d4-4efe-a534-2b39a574e0e8} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3133 | 2025.05.22 21:19:52.451826 [ 119 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3134 | 2025.05.22 21:19:52.451851 [ 261 ] {0f78934c-00d4-4efe-a534-2b39a574e0e8} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001676 sec., 4773.26968973747 rows/sec., 8.55 MiB/sec. | ||
3135 | 2025.05.22 21:19:52.451860 [ 119 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3136 | 2025.05.22 21:19:52.451890 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3137 | 2025.05.22 21:19:52.451907 [ 261 ] {0f78934c-00d4-4efe-a534-2b39a574e0e8} <Debug> TCPHandler: Processed in 0.001859338 sec. | ||
3138 | 2025.05.22 21:19:52.451959 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
3139 | 2025.05.22 21:19:52.452027 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3140 | 2025.05.22 21:19:52.452124 [ 261 ] {c2f3f9d2-6478-4ecb-8b66-d537403f31e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3141 | 2025.05.22 21:19:52.452151 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3142 | 2025.05.22 21:19:52.452165 [ 261 ] {c2f3f9d2-6478-4ecb-8b66-d537403f31e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3143 | 2025.05.22 21:19:52.452207 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 284 rows starting from the beginning of the part | ||
3144 | 2025.05.22 21:19:52.452334 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
3145 | 2025.05.22 21:19:52.452440 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 33 rows starting from the beginning of the part | ||
3146 | 2025.05.22 21:19:52.452495 [ 261 ] {c2f3f9d2-6478-4ecb-8b66-d537403f31e5} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3147 | 2025.05.22 21:19:52.452535 [ 261 ] {c2f3f9d2-6478-4ecb-8b66-d537403f31e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3148 | 2025.05.22 21:19:52.452547 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
3149 | 2025.05.22 21:19:52.452655 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 33 rows starting from the beginning of the part | ||
3150 | 2025.05.22 21:19:52.452761 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
3151 | 2025.05.22 21:19:52.452844 [ 261 ] {c2f3f9d2-6478-4ecb-8b66-d537403f31e5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3152 | 2025.05.22 21:19:52.453052 [ 261 ] {c2f3f9d2-6478-4ecb-8b66-d537403f31e5} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3153 | 2025.05.22 21:19:52.453187 [ 261 ] {c2f3f9d2-6478-4ecb-8b66-d537403f31e5} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001081 sec., 27752.08140610546 rows/sec., 1.90 MiB/sec. | ||
3154 | 2025.05.22 21:19:52.453221 [ 261 ] {c2f3f9d2-6478-4ecb-8b66-d537403f31e5} <Debug> TCPHandler: Processed in 0.001243098 sec. | ||
3155 | 2025.05.22 21:19:52.456218 [ 193 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 374 rows, containing 19 columns (19 merged, 0 gathered) in 0.004288924 sec., 87201.35866245239 rows/sec., 156.26 MiB/sec. | ||
3156 | 2025.05.22 21:19:52.456954 [ 192 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3157 | 2025.05.22 21:19:52.457335 [ 192 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3158 | 2025.05.22 21:19:52.457409 [ 192 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3159 | 2025.05.22 21:19:52.457538 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.03 MiB. | ||
3160 | 2025.05.22 21:19:53.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 212.23 MiB, peak 218.33 MiB, free memory in arenas 0.00 B, will set to 213.38 MiB (RSS), difference: 1.15 MiB | ||
3161 | 2025.05.22 21:19:53.756222 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
3162 | 2025.05.22 21:19:53.756821 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3163 | 2025.05.22 21:19:53.756873 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3164 | 2025.05.22 21:19:53.757419 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3165 | 2025.05.22 21:19:53.757663 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3166 | 2025.05.22 21:19:53.757807 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
3167 | 2025.05.22 21:19:54.207052 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
3168 | 2025.05.22 21:19:54.223099 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3169 | 2025.05.22 21:19:54.223148 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3170 | 2025.05.22 21:19:54.229594 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3171 | 2025.05.22 21:19:54.230283 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3172 | 2025.05.22 21:19:54.232988 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
3173 | 2025.05.22 21:19:57.444325 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3174 | 2025.05.22 21:19:57.444520 [ 261 ] {cc53ca43-78b5-4e88-bdd9-65ad3e9bd889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3175 | 2025.05.22 21:19:57.444586 [ 261 ] {cc53ca43-78b5-4e88-bdd9-65ad3e9bd889} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3176 | 2025.05.22 21:19:57.445227 [ 261 ] {cc53ca43-78b5-4e88-bdd9-65ad3e9bd889} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3177 | 2025.05.22 21:19:57.445270 [ 261 ] {cc53ca43-78b5-4e88-bdd9-65ad3e9bd889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3178 | 2025.05.22 21:19:57.445670 [ 261 ] {cc53ca43-78b5-4e88-bdd9-65ad3e9bd889} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3179 | 2025.05.22 21:19:57.445890 [ 261 ] {cc53ca43-78b5-4e88-bdd9-65ad3e9bd889} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3180 | 2025.05.22 21:19:57.446037 [ 261 ] {cc53ca43-78b5-4e88-bdd9-65ad3e9bd889} <Debug> executeQuery: Read 92 rows, 8.26 KiB in 0.001568 sec., 58673.4693877551 rows/sec., 5.15 MiB/sec. | ||
3181 | 2025.05.22 21:19:57.446079 [ 261 ] {cc53ca43-78b5-4e88-bdd9-65ad3e9bd889} <Debug> TCPHandler: Processed in 0.001884728 sec. | ||
3182 | 2025.05.22 21:19:57.446254 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3183 | 2025.05.22 21:19:57.446348 [ 261 ] {dfe0e79c-b0cf-43b3-bebc-d7245232a565} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3184 | 2025.05.22 21:19:57.446388 [ 261 ] {dfe0e79c-b0cf-43b3-bebc-d7245232a565} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3185 | 2025.05.22 21:19:57.446783 [ 261 ] {dfe0e79c-b0cf-43b3-bebc-d7245232a565} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3186 | 2025.05.22 21:19:57.446819 [ 261 ] {dfe0e79c-b0cf-43b3-bebc-d7245232a565} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3187 | 2025.05.22 21:19:57.447105 [ 261 ] {dfe0e79c-b0cf-43b3-bebc-d7245232a565} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3188 | 2025.05.22 21:19:57.447309 [ 261 ] {dfe0e79c-b0cf-43b3-bebc-d7245232a565} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3189 | 2025.05.22 21:19:57.447435 [ 261 ] {dfe0e79c-b0cf-43b3-bebc-d7245232a565} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001106 sec., 29837.2513562387 rows/sec., 2.19 MiB/sec. | ||
3190 | 2025.05.22 21:19:57.447471 [ 261 ] {dfe0e79c-b0cf-43b3-bebc-d7245232a565} <Debug> TCPHandler: Processed in 0.001266479 sec. | ||
3191 | 2025.05.22 21:19:57.447579 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3192 | 2025.05.22 21:19:57.447671 [ 261 ] {1608dab9-6a3f-46b7-927c-2560594c2531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3193 | 2025.05.22 21:19:57.447710 [ 261 ] {1608dab9-6a3f-46b7-927c-2560594c2531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3194 | 2025.05.22 21:19:57.448103 [ 261 ] {1608dab9-6a3f-46b7-927c-2560594c2531} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3195 | 2025.05.22 21:19:57.448137 [ 261 ] {1608dab9-6a3f-46b7-927c-2560594c2531} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3196 | 2025.05.22 21:19:57.448450 [ 261 ] {1608dab9-6a3f-46b7-927c-2560594c2531} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3197 | 2025.05.22 21:19:57.448654 [ 261 ] {1608dab9-6a3f-46b7-927c-2560594c2531} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3198 | 2025.05.22 21:19:57.448775 [ 261 ] {1608dab9-6a3f-46b7-927c-2560594c2531} <Debug> executeQuery: Read 61 rows, 4.88 KiB in 0.001122 sec., 54367.201426024956 rows/sec., 4.25 MiB/sec. | ||
3199 | 2025.05.22 21:19:57.448811 [ 261 ] {1608dab9-6a3f-46b7-927c-2560594c2531} <Debug> TCPHandler: Processed in 0.001279899 sec. | ||
3200 | 2025.05.22 21:19:57.448918 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3201 | 2025.05.22 21:19:57.449009 [ 261 ] {ee0d0565-269f-40f1-9dbc-e3e46a5d7b07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3202 | 2025.05.22 21:19:57.449051 [ 261 ] {ee0d0565-269f-40f1-9dbc-e3e46a5d7b07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3203 | 2025.05.22 21:19:57.449411 [ 261 ] {ee0d0565-269f-40f1-9dbc-e3e46a5d7b07} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3204 | 2025.05.22 21:19:57.449447 [ 261 ] {ee0d0565-269f-40f1-9dbc-e3e46a5d7b07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3205 | 2025.05.22 21:19:57.449761 [ 261 ] {ee0d0565-269f-40f1-9dbc-e3e46a5d7b07} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3206 | 2025.05.22 21:19:57.449964 [ 261 ] {ee0d0565-269f-40f1-9dbc-e3e46a5d7b07} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3207 | 2025.05.22 21:19:57.450069 [ 89 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3208 | 2025.05.22 21:19:57.450086 [ 261 ] {ee0d0565-269f-40f1-9dbc-e3e46a5d7b07} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001095 sec., 91324.200913242 rows/sec., 6.33 MiB/sec. | ||
3209 | 2025.05.22 21:19:57.450142 [ 89 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3210 | 2025.05.22 21:19:57.450150 [ 261 ] {ee0d0565-269f-40f1-9dbc-e3e46a5d7b07} <Debug> TCPHandler: Processed in 0.001280539 sec. | ||
3211 | 2025.05.22 21:19:57.450173 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3212 | 2025.05.22 21:19:57.450271 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3213 | 2025.05.22 21:19:57.450309 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
3214 | 2025.05.22 21:19:57.450368 [ 261 ] {c8324b75-3ee4-4ed2-90c9-d2a12c25133a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3215 | 2025.05.22 21:19:57.450427 [ 261 ] {c8324b75-3ee4-4ed2-90c9-d2a12c25133a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3216 | 2025.05.22 21:19:57.450467 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3217 | 2025.05.22 21:19:57.450509 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5501 rows starting from the beginning of the part | ||
3218 | 2025.05.22 21:19:57.450580 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 80 rows starting from the beginning of the part | ||
3219 | 2025.05.22 21:19:57.450630 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 100 rows starting from the beginning of the part | ||
3220 | 2025.05.22 21:19:57.450677 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 100 rows starting from the beginning of the part | ||
3221 | 2025.05.22 21:19:57.450721 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 102 rows starting from the beginning of the part | ||
3222 | 2025.05.22 21:19:57.450764 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
3223 | 2025.05.22 21:19:57.451226 [ 261 ] {c8324b75-3ee4-4ed2-90c9-d2a12c25133a} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3224 | 2025.05.22 21:19:57.451267 [ 261 ] {c8324b75-3ee4-4ed2-90c9-d2a12c25133a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3225 | 2025.05.22 21:19:57.451845 [ 261 ] {c8324b75-3ee4-4ed2-90c9-d2a12c25133a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3226 | 2025.05.22 21:19:57.452071 [ 261 ] {c8324b75-3ee4-4ed2-90c9-d2a12c25133a} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3227 | 2025.05.22 21:19:57.452206 [ 261 ] {c8324b75-3ee4-4ed2-90c9-d2a12c25133a} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001856 sec., 17780.172413793105 rows/sec., 31.86 MiB/sec. | ||
3228 | 2025.05.22 21:19:57.452257 [ 261 ] {c8324b75-3ee4-4ed2-90c9-d2a12c25133a} <Debug> TCPHandler: Processed in 0.00203498 sec. | ||
3229 | 2025.05.22 21:19:57.452364 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3230 | 2025.05.22 21:19:57.452457 [ 261 ] {fed2d3cc-4eb4-4020-a0fc-8524c1a77321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3231 | 2025.05.22 21:19:57.452498 [ 261 ] {fed2d3cc-4eb4-4020-a0fc-8524c1a77321} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3232 | 2025.05.22 21:19:57.452820 [ 261 ] {fed2d3cc-4eb4-4020-a0fc-8524c1a77321} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3233 | 2025.05.22 21:19:57.452855 [ 261 ] {fed2d3cc-4eb4-4020-a0fc-8524c1a77321} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3234 | 2025.05.22 21:19:57.453062 [ 192 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5983 rows, containing 5 columns (5 merged, 0 gathered) in 0.002811122 sec., 2128331.676818011 rows/sec., 146.22 MiB/sec. | ||
3235 | 2025.05.22 21:19:57.453173 [ 261 ] {fed2d3cc-4eb4-4020-a0fc-8524c1a77321} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3236 | 2025.05.22 21:19:57.453407 [ 261 ] {fed2d3cc-4eb4-4020-a0fc-8524c1a77321} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3237 | 2025.05.22 21:19:57.453506 [ 89 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3238 | 2025.05.22 21:19:57.453534 [ 261 ] {fed2d3cc-4eb4-4020-a0fc-8524c1a77321} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001095 sec., 27397.260273972603 rows/sec., 1.88 MiB/sec. | ||
3239 | 2025.05.22 21:19:57.453543 [ 89 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3240 | 2025.05.22 21:19:57.453576 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3241 | 2025.05.22 21:19:57.453578 [ 261 ] {fed2d3cc-4eb4-4020-a0fc-8524c1a77321} <Debug> TCPHandler: Processed in 0.001260889 sec. | ||
3242 | 2025.05.22 21:19:57.453593 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3243 | 2025.05.22 21:19:57.453647 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
3244 | 2025.05.22 21:19:57.453737 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3245 | 2025.05.22 21:19:57.453761 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 450 rows starting from the beginning of the part | ||
3246 | 2025.05.22 21:19:57.453808 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part | ||
3247 | 2025.05.22 21:19:57.453845 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part | ||
3248 | 2025.05.22 21:19:57.453879 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 30 rows starting from the beginning of the part | ||
3249 | 2025.05.22 21:19:57.453912 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 30 rows starting from the beginning of the part | ||
3250 | 2025.05.22 21:19:57.453940 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3251 | 2025.05.22 21:19:57.453951 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 30 rows starting from the beginning of the part | ||
3252 | 2025.05.22 21:19:57.454032 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3253 | 2025.05.22 21:19:57.454128 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. | ||
3254 | 2025.05.22 21:19:57.454692 [ 188 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 594 rows, containing 4 columns (4 merged, 0 gathered) in 0.001075285 sec., 552411.6862041226 rows/sec., 37.84 MiB/sec. | ||
3255 | 2025.05.22 21:19:57.454857 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3256 | 2025.05.22 21:19:57.455117 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_21_4} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3257 | 2025.05.22 21:19:57.455188 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_21_4} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3258 | 2025.05.22 21:19:57.455257 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
3259 | 2025.05.22 21:20:01.184290 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3260 | 2025.05.22 21:20:01.184366 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3261 | 2025.05.22 21:20:01.258005 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
3262 | 2025.05.22 21:20:01.258604 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3263 | 2025.05.22 21:20:01.258648 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3264 | 2025.05.22 21:20:01.259136 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3265 | 2025.05.22 21:20:01.259380 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3266 | 2025.05.22 21:20:01.259526 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
3267 | 2025.05.22 21:20:01.262064 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 428 | ||
3268 | 2025.05.22 21:20:01.264221 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3269 | 2025.05.22 21:20:01.264258 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3270 | 2025.05.22 21:20:01.265433 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3271 | 2025.05.22 21:20:01.265695 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3272 | 2025.05.22 21:20:01.265939 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 428 | ||
3273 | 2025.05.22 21:20:01.733160 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
3274 | 2025.05.22 21:20:01.749622 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3275 | 2025.05.22 21:20:01.749675 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3276 | 2025.05.22 21:20:01.755535 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3277 | 2025.05.22 21:20:01.756236 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3278 | 2025.05.22 21:20:01.758891 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
3279 | 2025.05.22 21:20:02.443217 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3280 | 2025.05.22 21:20:02.443418 [ 261 ] {2ab6363d-e87c-465d-ba33-8613b474aa31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3281 | 2025.05.22 21:20:02.443490 [ 261 ] {2ab6363d-e87c-465d-ba33-8613b474aa31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3282 | 2025.05.22 21:20:02.444201 [ 261 ] {2ab6363d-e87c-465d-ba33-8613b474aa31} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3283 | 2025.05.22 21:20:02.444244 [ 261 ] {2ab6363d-e87c-465d-ba33-8613b474aa31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3284 | 2025.05.22 21:20:02.444621 [ 261 ] {2ab6363d-e87c-465d-ba33-8613b474aa31} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3285 | 2025.05.22 21:20:02.444846 [ 261 ] {2ab6363d-e87c-465d-ba33-8613b474aa31} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3286 | 2025.05.22 21:20:02.444996 [ 261 ] {2ab6363d-e87c-465d-ba33-8613b474aa31} <Debug> executeQuery: Read 42 rows, 3.50 KiB in 0.001634 sec., 25703.794369645042 rows/sec., 2.09 MiB/sec. | ||
3287 | 2025.05.22 21:20:02.445035 [ 261 ] {2ab6363d-e87c-465d-ba33-8613b474aa31} <Debug> TCPHandler: Processed in 0.001957579 sec. | ||
3288 | 2025.05.22 21:20:02.445155 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3289 | 2025.05.22 21:20:02.445255 [ 261 ] {d691af70-d6de-4681-85b6-a611ca208cfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3290 | 2025.05.22 21:20:02.445300 [ 261 ] {d691af70-d6de-4681-85b6-a611ca208cfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3291 | 2025.05.22 21:20:02.445777 [ 261 ] {d691af70-d6de-4681-85b6-a611ca208cfe} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3292 | 2025.05.22 21:20:02.445815 [ 261 ] {d691af70-d6de-4681-85b6-a611ca208cfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3293 | 2025.05.22 21:20:02.446125 [ 261 ] {d691af70-d6de-4681-85b6-a611ca208cfe} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3294 | 2025.05.22 21:20:02.446340 [ 261 ] {d691af70-d6de-4681-85b6-a611ca208cfe} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3295 | 2025.05.22 21:20:02.446475 [ 261 ] {d691af70-d6de-4681-85b6-a611ca208cfe} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00124 sec., 6451.612903225807 rows/sec., 485.13 KiB/sec. | ||
3296 | 2025.05.22 21:20:02.446512 [ 261 ] {d691af70-d6de-4681-85b6-a611ca208cfe} <Debug> TCPHandler: Processed in 0.001409951 sec. | ||
3297 | 2025.05.22 21:20:02.446630 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3298 | 2025.05.22 21:20:02.446728 [ 261 ] {6fc7d839-e351-494c-872c-96386786c9ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3299 | 2025.05.22 21:20:02.446768 [ 261 ] {6fc7d839-e351-494c-872c-96386786c9ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3300 | 2025.05.22 21:20:02.447174 [ 261 ] {6fc7d839-e351-494c-872c-96386786c9ea} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3301 | 2025.05.22 21:20:02.447210 [ 261 ] {6fc7d839-e351-494c-872c-96386786c9ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3302 | 2025.05.22 21:20:02.447493 [ 261 ] {6fc7d839-e351-494c-872c-96386786c9ea} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3303 | 2025.05.22 21:20:02.447698 [ 261 ] {6fc7d839-e351-494c-872c-96386786c9ea} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3304 | 2025.05.22 21:20:02.447825 [ 261 ] {6fc7d839-e351-494c-872c-96386786c9ea} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001116 sec., 32258.06451612903 rows/sec., 2.52 MiB/sec. | ||
3305 | 2025.05.22 21:20:02.447861 [ 261 ] {6fc7d839-e351-494c-872c-96386786c9ea} <Debug> TCPHandler: Processed in 0.001285329 sec. | ||
3306 | 2025.05.22 21:20:02.447971 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3307 | 2025.05.22 21:20:02.448076 [ 261 ] {f55f29f8-20b5-4b54-99ed-f33b1aab6064} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3308 | 2025.05.22 21:20:02.448118 [ 261 ] {f55f29f8-20b5-4b54-99ed-f33b1aab6064} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3309 | 2025.05.22 21:20:02.448481 [ 261 ] {f55f29f8-20b5-4b54-99ed-f33b1aab6064} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3310 | 2025.05.22 21:20:02.448516 [ 261 ] {f55f29f8-20b5-4b54-99ed-f33b1aab6064} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3311 | 2025.05.22 21:20:02.448831 [ 261 ] {f55f29f8-20b5-4b54-99ed-f33b1aab6064} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3312 | 2025.05.22 21:20:02.449032 [ 261 ] {f55f29f8-20b5-4b54-99ed-f33b1aab6064} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3313 | 2025.05.22 21:20:02.449154 [ 261 ] {f55f29f8-20b5-4b54-99ed-f33b1aab6064} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001096 sec., 91240.87591240877 rows/sec., 6.33 MiB/sec. | ||
3314 | 2025.05.22 21:20:02.449188 [ 261 ] {f55f29f8-20b5-4b54-99ed-f33b1aab6064} <Debug> TCPHandler: Processed in 0.001265939 sec. | ||
3315 | 2025.05.22 21:20:02.449300 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3316 | 2025.05.22 21:20:02.449400 [ 261 ] {f79ccb6b-f0a5-477c-a540-ed89508dfdcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3317 | 2025.05.22 21:20:02.449454 [ 261 ] {f79ccb6b-f0a5-477c-a540-ed89508dfdcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3318 | 2025.05.22 21:20:02.450175 [ 261 ] {f79ccb6b-f0a5-477c-a540-ed89508dfdcc} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3319 | 2025.05.22 21:20:02.450211 [ 261 ] {f79ccb6b-f0a5-477c-a540-ed89508dfdcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3320 | 2025.05.22 21:20:02.450705 [ 261 ] {f79ccb6b-f0a5-477c-a540-ed89508dfdcc} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3321 | 2025.05.22 21:20:02.450918 [ 261 ] {f79ccb6b-f0a5-477c-a540-ed89508dfdcc} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3322 | 2025.05.22 21:20:02.451056 [ 261 ] {f79ccb6b-f0a5-477c-a540-ed89508dfdcc} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001673 sec., 4781.829049611476 rows/sec., 8.57 MiB/sec. | ||
3323 | 2025.05.22 21:20:02.451106 [ 261 ] {f79ccb6b-f0a5-477c-a540-ed89508dfdcc} <Debug> TCPHandler: Processed in 0.001854137 sec. | ||
3324 | 2025.05.22 21:20:02.451221 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3325 | 2025.05.22 21:20:02.451320 [ 261 ] {8a066895-0f30-4e71-adf8-c7e78d745bf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3326 | 2025.05.22 21:20:02.451360 [ 261 ] {8a066895-0f30-4e71-adf8-c7e78d745bf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3327 | 2025.05.22 21:20:02.451679 [ 261 ] {8a066895-0f30-4e71-adf8-c7e78d745bf2} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3328 | 2025.05.22 21:20:02.451714 [ 261 ] {8a066895-0f30-4e71-adf8-c7e78d745bf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3329 | 2025.05.22 21:20:02.452002 [ 261 ] {8a066895-0f30-4e71-adf8-c7e78d745bf2} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3330 | 2025.05.22 21:20:02.452203 [ 261 ] {8a066895-0f30-4e71-adf8-c7e78d745bf2} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3331 | 2025.05.22 21:20:02.452325 [ 261 ] {8a066895-0f30-4e71-adf8-c7e78d745bf2} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001023 sec., 29325.513196480937 rows/sec., 2.01 MiB/sec. | ||
3332 | 2025.05.22 21:20:02.452359 [ 261 ] {8a066895-0f30-4e71-adf8-c7e78d745bf2} <Debug> TCPHandler: Processed in 0.001189037 sec. | ||
3333 | 2025.05.22 21:20:07.471230 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3334 | 2025.05.22 21:20:07.471520 [ 261 ] {a0fb186c-75e9-4f56-8801-b5c2581821b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', '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') FORMAT Native; (stage: Complete) | ||
3335 | 2025.05.22 21:20:07.471921 [ 261 ] {a0fb186c-75e9-4f56-8801-b5c2581821b4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3336 | 2025.05.22 21:20:07.471959 [ 261 ] {a0fb186c-75e9-4f56-8801-b5c2581821b4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', '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')" moved to PREWHERE | ||
3337 | 2025.05.22 21:20:07.472212 [ 261 ] {a0fb186c-75e9-4f56-8801-b5c2581821b4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3338 | 2025.05.22 21:20:07.472281 [ 261 ] {a0fb186c-75e9-4f56-8801-b5c2581821b4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3339 | 2025.05.22 21:20:07.472429 [ 261 ] {a0fb186c-75e9-4f56-8801-b5c2581821b4} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
3340 | 2025.05.22 21:20:07.472465 [ 261 ] {a0fb186c-75e9-4f56-8801-b5c2581821b4} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
3341 | 2025.05.22 21:20:07.472487 [ 261 ] {a0fb186c-75e9-4f56-8801-b5c2581821b4} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
3342 | 2025.05.22 21:20:07.472502 [ 261 ] {a0fb186c-75e9-4f56-8801-b5c2581821b4} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3343 | 2025.05.22 21:20:07.472542 [ 261 ] {a0fb186c-75e9-4f56-8801-b5c2581821b4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', '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'))" | ||
3344 | 2025.05.22 21:20:07.472562 [ 261 ] {a0fb186c-75e9-4f56-8801-b5c2581821b4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 32 rows starting from 0 | ||
3345 | 2025.05.22 21:20:07.473386 [ 261 ] {a0fb186c-75e9-4f56-8801-b5c2581821b4} <Debug> executeQuery: Read 32 rows, 1.35 KiB in 0.001984 sec., 16129.032258064515 rows/sec., 681.72 KiB/sec. | ||
3346 | 2025.05.22 21:20:07.473484 [ 261 ] {a0fb186c-75e9-4f56-8801-b5c2581821b4} <Debug> TCPHandler: Processed in 0.002400565 sec. | ||
3347 | 2025.05.22 21:20:07.473793 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3348 | 2025.05.22 21:20:07.473932 [ 261 ] {5a80d8ae-d760-4194-a55f-8c4348daab49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) | ||
3349 | 2025.05.22 21:20:07.474145 [ 261 ] {5a80d8ae-d760-4194-a55f-8c4348daab49} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3350 | 2025.05.22 21:20:07.474180 [ 261 ] {5a80d8ae-d760-4194-a55f-8c4348daab49} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent')" moved to PREWHERE | ||
3351 | 2025.05.22 21:20:07.474375 [ 261 ] {5a80d8ae-d760-4194-a55f-8c4348daab49} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3352 | 2025.05.22 21:20:07.474427 [ 261 ] {5a80d8ae-d760-4194-a55f-8c4348daab49} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3353 | 2025.05.22 21:20:07.474527 [ 261 ] {5a80d8ae-d760-4194-a55f-8c4348daab49} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
3354 | 2025.05.22 21:20:07.474555 [ 261 ] {5a80d8ae-d760-4194-a55f-8c4348daab49} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
3355 | 2025.05.22 21:20:07.474574 [ 261 ] {5a80d8ae-d760-4194-a55f-8c4348daab49} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
3356 | 2025.05.22 21:20:07.474588 [ 261 ] {5a80d8ae-d760-4194-a55f-8c4348daab49} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3357 | 2025.05.22 21:20:07.474621 [ 261 ] {5a80d8ae-d760-4194-a55f-8c4348daab49} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent'))" | ||
3358 | 2025.05.22 21:20:07.474639 [ 261 ] {5a80d8ae-d760-4194-a55f-8c4348daab49} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 32 rows starting from 0 | ||
3359 | 2025.05.22 21:20:07.475229 [ 261 ] {5a80d8ae-d760-4194-a55f-8c4348daab49} <Debug> executeQuery: Read 32 rows, 1.35 KiB in 0.001354 sec., 23633.67799113737 rows/sec., 998.92 KiB/sec. | ||
3360 | 2025.05.22 21:20:07.475319 [ 261 ] {5a80d8ae-d760-4194-a55f-8c4348daab49} <Debug> TCPHandler: Processed in 0.001577024 sec. | ||
3361 | 2025.05.22 21:20:07.475536 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3362 | 2025.05.22 21:20:07.475671 [ 261 ] {b8ecc96d-be6e-466a-8bbb-7054554283d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) | ||
3363 | 2025.05.22 21:20:07.475886 [ 261 ] {b8ecc96d-be6e-466a-8bbb-7054554283d3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3364 | 2025.05.22 21:20:07.475921 [ 261 ] {b8ecc96d-be6e-466a-8bbb-7054554283d3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent')" moved to PREWHERE | ||
3365 | 2025.05.22 21:20:07.476141 [ 261 ] {b8ecc96d-be6e-466a-8bbb-7054554283d3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3366 | 2025.05.22 21:20:07.476194 [ 261 ] {b8ecc96d-be6e-466a-8bbb-7054554283d3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3367 | 2025.05.22 21:20:07.476293 [ 261 ] {b8ecc96d-be6e-466a-8bbb-7054554283d3} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
3368 | 2025.05.22 21:20:07.476321 [ 261 ] {b8ecc96d-be6e-466a-8bbb-7054554283d3} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
3369 | 2025.05.22 21:20:07.476339 [ 261 ] {b8ecc96d-be6e-466a-8bbb-7054554283d3} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
3370 | 2025.05.22 21:20:07.476353 [ 261 ] {b8ecc96d-be6e-466a-8bbb-7054554283d3} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3371 | 2025.05.22 21:20:07.476385 [ 261 ] {b8ecc96d-be6e-466a-8bbb-7054554283d3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent'))" | ||
3372 | 2025.05.22 21:20:07.476403 [ 261 ] {b8ecc96d-be6e-466a-8bbb-7054554283d3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 32 rows starting from 0 | ||
3373 | 2025.05.22 21:20:07.476846 [ 261 ] {b8ecc96d-be6e-466a-8bbb-7054554283d3} <Debug> executeQuery: Read 32 rows, 1.35 KiB in 0.00123 sec., 26016.260162601626 rows/sec., 1.07 MiB/sec. | ||
3374 | 2025.05.22 21:20:07.476932 [ 261 ] {b8ecc96d-be6e-466a-8bbb-7054554283d3} <Debug> TCPHandler: Processed in 0.001455602 sec. | ||
3375 | 2025.05.22 21:20:07.477139 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3376 | 2025.05.22 21:20:07.477273 [ 261 ] {638e982d-9c99-48ec-a5ae-3da2f307b7e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
3377 | 2025.05.22 21:20:07.477485 [ 261 ] {638e982d-9c99-48ec-a5ae-3da2f307b7e4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3378 | 2025.05.22 21:20:07.477519 [ 261 ] {638e982d-9c99-48ec-a5ae-3da2f307b7e4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
3379 | 2025.05.22 21:20:07.477722 [ 261 ] {638e982d-9c99-48ec-a5ae-3da2f307b7e4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3380 | 2025.05.22 21:20:07.477779 [ 261 ] {638e982d-9c99-48ec-a5ae-3da2f307b7e4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3381 | 2025.05.22 21:20:07.477877 [ 261 ] {638e982d-9c99-48ec-a5ae-3da2f307b7e4} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
3382 | 2025.05.22 21:20:07.477905 [ 261 ] {638e982d-9c99-48ec-a5ae-3da2f307b7e4} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
3383 | 2025.05.22 21:20:07.477924 [ 261 ] {638e982d-9c99-48ec-a5ae-3da2f307b7e4} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
3384 | 2025.05.22 21:20:07.477938 [ 261 ] {638e982d-9c99-48ec-a5ae-3da2f307b7e4} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3385 | 2025.05.22 21:20:07.477971 [ 261 ] {638e982d-9c99-48ec-a5ae-3da2f307b7e4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
3386 | 2025.05.22 21:20:07.477988 [ 261 ] {638e982d-9c99-48ec-a5ae-3da2f307b7e4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 32 rows starting from 0 | ||
3387 | 2025.05.22 21:20:07.478387 [ 261 ] {638e982d-9c99-48ec-a5ae-3da2f307b7e4} <Debug> executeQuery: Read 32 rows, 1.35 KiB in 0.001169 sec., 27373.82378100941 rows/sec., 1.13 MiB/sec. | ||
3388 | 2025.05.22 21:20:07.478471 [ 261 ] {638e982d-9c99-48ec-a5ae-3da2f307b7e4} <Debug> TCPHandler: Processed in 0.001383851 sec. | ||
3389 | 2025.05.22 21:20:07.483449 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3390 | 2025.05.22 21:20:07.483552 [ 261 ] {86e5d123-4995-4ead-8215-5d214ac0258c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
3391 | 2025.05.22 21:20:07.483591 [ 261 ] {86e5d123-4995-4ead-8215-5d214ac0258c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3392 | 2025.05.22 21:20:07.484180 [ 261 ] {86e5d123-4995-4ead-8215-5d214ac0258c} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3393 | 2025.05.22 21:20:07.484227 [ 261 ] {86e5d123-4995-4ead-8215-5d214ac0258c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3394 | 2025.05.22 21:20:07.484654 [ 261 ] {86e5d123-4995-4ead-8215-5d214ac0258c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3395 | 2025.05.22 21:20:07.484854 [ 261 ] {86e5d123-4995-4ead-8215-5d214ac0258c} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3396 | 2025.05.22 21:20:07.485002 [ 261 ] {86e5d123-4995-4ead-8215-5d214ac0258c} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001427 sec., 2803.0833917309037 rows/sec., 356.54 KiB/sec. | ||
3397 | 2025.05.22 21:20:07.485042 [ 261 ] {86e5d123-4995-4ead-8215-5d214ac0258c} <Debug> TCPHandler: Processed in 0.001595454 sec. | ||
3398 | 2025.05.22 21:20:07.485156 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3399 | 2025.05.22 21:20:07.485252 [ 261 ] {4d64d6e1-5f7d-408f-b851-fd3a67273b41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
3400 | 2025.05.22 21:20:07.485291 [ 261 ] {4d64d6e1-5f7d-408f-b851-fd3a67273b41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
3401 | 2025.05.22 21:20:07.485717 [ 261 ] {4d64d6e1-5f7d-408f-b851-fd3a67273b41} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3402 | 2025.05.22 21:20:07.485753 [ 261 ] {4d64d6e1-5f7d-408f-b851-fd3a67273b41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3403 | 2025.05.22 21:20:07.486045 [ 261 ] {4d64d6e1-5f7d-408f-b851-fd3a67273b41} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3404 | 2025.05.22 21:20:07.486261 [ 261 ] {4d64d6e1-5f7d-408f-b851-fd3a67273b41} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3405 | 2025.05.22 21:20:07.486388 [ 261 ] {4d64d6e1-5f7d-408f-b851-fd3a67273b41} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001154 sec., 20797.227036395147 rows/sec., 1.73 MiB/sec. | ||
3406 | 2025.05.22 21:20:07.486427 [ 261 ] {4d64d6e1-5f7d-408f-b851-fd3a67273b41} <Debug> TCPHandler: Processed in 0.00132215 sec. | ||
3407 | 2025.05.22 21:20:07.486540 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3408 | 2025.05.22 21:20:07.486641 [ 261 ] {74cf6273-6f02-4e64-884c-f5a6a8c3a952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
3409 | 2025.05.22 21:20:07.486679 [ 261 ] {74cf6273-6f02-4e64-884c-f5a6a8c3a952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3410 | 2025.05.22 21:20:07.487071 [ 261 ] {74cf6273-6f02-4e64-884c-f5a6a8c3a952} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3411 | 2025.05.22 21:20:07.487106 [ 261 ] {74cf6273-6f02-4e64-884c-f5a6a8c3a952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3412 | 2025.05.22 21:20:07.487385 [ 261 ] {74cf6273-6f02-4e64-884c-f5a6a8c3a952} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3413 | 2025.05.22 21:20:07.487589 [ 261 ] {74cf6273-6f02-4e64-884c-f5a6a8c3a952} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3414 | 2025.05.22 21:20:07.487714 [ 261 ] {74cf6273-6f02-4e64-884c-f5a6a8c3a952} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001091 sec., 7332.722273143905 rows/sec., 597.93 KiB/sec. | ||
3415 | 2025.05.22 21:20:07.487751 [ 261 ] {74cf6273-6f02-4e64-884c-f5a6a8c3a952} <Debug> TCPHandler: Processed in 0.001262289 sec. | ||
3416 | 2025.05.22 21:20:07.487862 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3417 | 2025.05.22 21:20:07.487955 [ 261 ] {fdccddb9-4817-49cf-83a3-bb2a1057f803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3418 | 2025.05.22 21:20:07.487994 [ 261 ] {fdccddb9-4817-49cf-83a3-bb2a1057f803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3419 | 2025.05.22 21:20:07.489010 [ 261 ] {fdccddb9-4817-49cf-83a3-bb2a1057f803} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3420 | 2025.05.22 21:20:07.489045 [ 261 ] {fdccddb9-4817-49cf-83a3-bb2a1057f803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3421 | 2025.05.22 21:20:07.489421 [ 261 ] {fdccddb9-4817-49cf-83a3-bb2a1057f803} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3422 | 2025.05.22 21:20:07.489628 [ 261 ] {fdccddb9-4817-49cf-83a3-bb2a1057f803} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3423 | 2025.05.22 21:20:07.489755 [ 261 ] {fdccddb9-4817-49cf-83a3-bb2a1057f803} <Debug> executeQuery: Read 1386 rows, 118.51 KiB in 0.001818 sec., 762376.2376237623 rows/sec., 63.66 MiB/sec. | ||
3424 | 2025.05.22 21:20:07.489792 [ 261 ] {fdccddb9-4817-49cf-83a3-bb2a1057f803} <Debug> TCPHandler: Processed in 0.001981959 sec. | ||
3425 | 2025.05.22 21:20:07.489907 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3426 | 2025.05.22 21:20:07.490001 [ 261 ] {c2b432f8-2c54-4656-908b-78ed9d4114aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3427 | 2025.05.22 21:20:07.490039 [ 261 ] {c2b432f8-2c54-4656-908b-78ed9d4114aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3428 | 2025.05.22 21:20:07.490449 [ 261 ] {c2b432f8-2c54-4656-908b-78ed9d4114aa} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3429 | 2025.05.22 21:20:07.490486 [ 261 ] {c2b432f8-2c54-4656-908b-78ed9d4114aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3430 | 2025.05.22 21:20:07.490779 [ 261 ] {c2b432f8-2c54-4656-908b-78ed9d4114aa} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3431 | 2025.05.22 21:20:07.491004 [ 261 ] {c2b432f8-2c54-4656-908b-78ed9d4114aa} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3432 | 2025.05.22 21:20:07.491131 [ 261 ] {c2b432f8-2c54-4656-908b-78ed9d4114aa} <Debug> executeQuery: Read 53 rows, 4.00 KiB in 0.001147 sec., 46207.49782040105 rows/sec., 3.41 MiB/sec. | ||
3433 | 2025.05.22 21:20:07.491167 [ 261 ] {c2b432f8-2c54-4656-908b-78ed9d4114aa} <Debug> TCPHandler: Processed in 0.00131185 sec. | ||
3434 | 2025.05.22 21:20:07.491277 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3435 | 2025.05.22 21:20:07.491371 [ 261 ] {4744113e-f69f-4a9c-9edb-769bc01cda65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
3436 | 2025.05.22 21:20:07.491410 [ 261 ] {4744113e-f69f-4a9c-9edb-769bc01cda65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3437 | 2025.05.22 21:20:07.491863 [ 261 ] {4744113e-f69f-4a9c-9edb-769bc01cda65} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3438 | 2025.05.22 21:20:07.491899 [ 261 ] {4744113e-f69f-4a9c-9edb-769bc01cda65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3439 | 2025.05.22 21:20:07.492191 [ 261 ] {4744113e-f69f-4a9c-9edb-769bc01cda65} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3440 | 2025.05.22 21:20:07.492391 [ 261 ] {4744113e-f69f-4a9c-9edb-769bc01cda65} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3441 | 2025.05.22 21:20:07.492513 [ 261 ] {4744113e-f69f-4a9c-9edb-769bc01cda65} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001159 sec., 217428.8179465056 rows/sec., 15.04 MiB/sec. | ||
3442 | 2025.05.22 21:20:07.492551 [ 261 ] {4744113e-f69f-4a9c-9edb-769bc01cda65} <Debug> TCPHandler: Processed in 0.001325299 sec. | ||
3443 | 2025.05.22 21:20:07.492664 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3444 | 2025.05.22 21:20:07.492758 [ 261 ] {90e3a294-637d-418b-a72b-508e2b4172fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
3445 | 2025.05.22 21:20:07.492797 [ 261 ] {90e3a294-637d-418b-a72b-508e2b4172fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3446 | 2025.05.22 21:20:07.493184 [ 261 ] {90e3a294-637d-418b-a72b-508e2b4172fd} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3447 | 2025.05.22 21:20:07.493220 [ 261 ] {90e3a294-637d-418b-a72b-508e2b4172fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3448 | 2025.05.22 21:20:07.493505 [ 261 ] {90e3a294-637d-418b-a72b-508e2b4172fd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3449 | 2025.05.22 21:20:07.493716 [ 261 ] {90e3a294-637d-418b-a72b-508e2b4172fd} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3450 | 2025.05.22 21:20:07.493840 [ 261 ] {90e3a294-637d-418b-a72b-508e2b4172fd} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001099 sec., 10919.01728844404 rows/sec., 853.05 KiB/sec. | ||
3451 | 2025.05.22 21:20:07.493878 [ 261 ] {90e3a294-637d-418b-a72b-508e2b4172fd} <Debug> TCPHandler: Processed in 0.001264749 sec. | ||
3452 | 2025.05.22 21:20:07.493987 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3453 | 2025.05.22 21:20:07.494081 [ 261 ] {1952af19-9d1a-481e-bc25-c79856904a5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3454 | 2025.05.22 21:20:07.494119 [ 261 ] {1952af19-9d1a-481e-bc25-c79856904a5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3455 | 2025.05.22 21:20:07.494708 [ 261 ] {1952af19-9d1a-481e-bc25-c79856904a5a} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3456 | 2025.05.22 21:20:07.494743 [ 261 ] {1952af19-9d1a-481e-bc25-c79856904a5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3457 | 2025.05.22 21:20:07.495067 [ 261 ] {1952af19-9d1a-481e-bc25-c79856904a5a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3458 | 2025.05.22 21:20:07.495285 [ 261 ] {1952af19-9d1a-481e-bc25-c79856904a5a} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3459 | 2025.05.22 21:20:07.495413 [ 261 ] {1952af19-9d1a-481e-bc25-c79856904a5a} <Debug> executeQuery: Read 597 rows, 45.96 KiB in 0.00135 sec., 442222.2222222222 rows/sec., 33.24 MiB/sec. | ||
3460 | 2025.05.22 21:20:07.495452 [ 261 ] {1952af19-9d1a-481e-bc25-c79856904a5a} <Debug> TCPHandler: Processed in 0.001517513 sec. | ||
3461 | 2025.05.22 21:20:07.495561 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3462 | 2025.05.22 21:20:07.495655 [ 261 ] {77b3e26e-c36c-4d7d-9ece-2daf15ac470e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3463 | 2025.05.22 21:20:07.495697 [ 261 ] {77b3e26e-c36c-4d7d-9ece-2daf15ac470e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3464 | 2025.05.22 21:20:07.496282 [ 261 ] {77b3e26e-c36c-4d7d-9ece-2daf15ac470e} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3465 | 2025.05.22 21:20:07.496318 [ 261 ] {77b3e26e-c36c-4d7d-9ece-2daf15ac470e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3466 | 2025.05.22 21:20:07.496694 [ 261 ] {77b3e26e-c36c-4d7d-9ece-2daf15ac470e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3467 | 2025.05.22 21:20:07.496898 [ 261 ] {77b3e26e-c36c-4d7d-9ece-2daf15ac470e} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3468 | 2025.05.22 21:20:07.497024 [ 261 ] {77b3e26e-c36c-4d7d-9ece-2daf15ac470e} <Debug> executeQuery: Read 908 rows, 63.04 KiB in 0.001387 sec., 654650.32444124 rows/sec., 44.38 MiB/sec. | ||
3469 | 2025.05.22 21:20:07.497060 [ 261 ] {77b3e26e-c36c-4d7d-9ece-2daf15ac470e} <Debug> TCPHandler: Processed in 0.001549053 sec. | ||
3470 | 2025.05.22 21:20:07.497169 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3471 | 2025.05.22 21:20:07.497263 [ 261 ] {bb90671d-cc05-4ef7-9ba5-25dc5883f5ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3472 | 2025.05.22 21:20:07.497315 [ 261 ] {bb90671d-cc05-4ef7-9ba5-25dc5883f5ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3473 | 2025.05.22 21:20:07.498091 [ 261 ] {bb90671d-cc05-4ef7-9ba5-25dc5883f5ea} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3474 | 2025.05.22 21:20:07.498127 [ 261 ] {bb90671d-cc05-4ef7-9ba5-25dc5883f5ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3475 | 2025.05.22 21:20:07.498670 [ 261 ] {bb90671d-cc05-4ef7-9ba5-25dc5883f5ea} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3476 | 2025.05.22 21:20:07.498888 [ 261 ] {bb90671d-cc05-4ef7-9ba5-25dc5883f5ea} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3477 | 2025.05.22 21:20:07.499023 [ 261 ] {bb90671d-cc05-4ef7-9ba5-25dc5883f5ea} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001778 sec., 18560.179977502812 rows/sec., 33.26 MiB/sec. | ||
3478 | 2025.05.22 21:20:07.499074 [ 261 ] {bb90671d-cc05-4ef7-9ba5-25dc5883f5ea} <Debug> TCPHandler: Processed in 0.001955569 sec. | ||
3479 | 2025.05.22 21:20:07.499189 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3480 | 2025.05.22 21:20:07.499285 [ 261 ] {a66a5be1-a041-4119-9709-18632c32cc1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3481 | 2025.05.22 21:20:07.499325 [ 261 ] {a66a5be1-a041-4119-9709-18632c32cc1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3482 | 2025.05.22 21:20:07.499651 [ 261 ] {a66a5be1-a041-4119-9709-18632c32cc1a} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3483 | 2025.05.22 21:20:07.499685 [ 261 ] {a66a5be1-a041-4119-9709-18632c32cc1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3484 | 2025.05.22 21:20:07.499977 [ 261 ] {a66a5be1-a041-4119-9709-18632c32cc1a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3485 | 2025.05.22 21:20:07.500185 [ 261 ] {a66a5be1-a041-4119-9709-18632c32cc1a} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3486 | 2025.05.22 21:20:07.500312 [ 261 ] {a66a5be1-a041-4119-9709-18632c32cc1a} <Debug> executeQuery: Read 54 rows, 3.73 KiB in 0.001045 sec., 51674.64114832536 rows/sec., 3.49 MiB/sec. | ||
3487 | 2025.05.22 21:20:07.500348 [ 261 ] {a66a5be1-a041-4119-9709-18632c32cc1a} <Debug> TCPHandler: Processed in 0.001210188 sec. | ||
3488 | 2025.05.22 21:20:08.759604 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
3489 | 2025.05.22 21:20:08.760126 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3490 | 2025.05.22 21:20:08.760173 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3491 | 2025.05.22 21:20:08.760895 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3492 | 2025.05.22 21:20:08.761151 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3493 | 2025.05.22 21:20:08.761284 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
3494 | 2025.05.22 21:20:08.761290 [ 76 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3495 | 2025.05.22 21:20:08.761375 [ 76 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3496 | 2025.05.22 21:20:08.761402 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3497 | 2025.05.22 21:20:08.761511 [ 192 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
3498 | 2025.05.22 21:20:08.761632 [ 192 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3499 | 2025.05.22 21:20:08.761674 [ 192 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
3500 | 2025.05.22 21:20:08.761777 [ 192 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
3501 | 2025.05.22 21:20:08.761828 [ 192 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
3502 | 2025.05.22 21:20:08.761872 [ 192 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
3503 | 2025.05.22 21:20:08.761913 [ 192 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
3504 | 2025.05.22 21:20:08.761961 [ 192 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
3505 | 2025.05.22 21:20:08.763957 [ 188 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.002495667 sec., 3861893.4336992875 rows/sec., 55.24 MiB/sec. | ||
3506 | 2025.05.22 21:20:08.764186 [ 192 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3507 | 2025.05.22 21:20:08.764429 [ 192 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_21_4} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3508 | 2025.05.22 21:20:08.764495 [ 192 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_21_4} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3509 | 2025.05.22 21:20:08.764561 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
3510 | 2025.05.22 21:20:09.258957 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
3511 | 2025.05.22 21:20:09.276362 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3512 | 2025.05.22 21:20:09.276430 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3513 | 2025.05.22 21:20:09.282113 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3514 | 2025.05.22 21:20:09.282846 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3515 | 2025.05.22 21:20:09.283159 [ 111 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3516 | 2025.05.22 21:20:09.283230 [ 111 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3517 | 2025.05.22 21:20:09.283258 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3518 | 2025.05.22 21:20:09.283348 [ 200 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
3519 | 2025.05.22 21:20:09.285888 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
3520 | 2025.05.22 21:20:09.286167 [ 200 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3521 | 2025.05.22 21:20:09.286869 [ 200 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
3522 | 2025.05.22 21:20:09.290189 [ 200 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
3523 | 2025.05.22 21:20:09.293538 [ 200 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
3524 | 2025.05.22 21:20:09.297132 [ 200 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
3525 | 2025.05.22 21:20:09.301028 [ 200 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
3526 | 2025.05.22 21:20:09.304771 [ 200 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
3527 | 2025.05.22 21:20:09.355465 [ 201 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.072146024 sec., 2203.863652971368 rows/sec., 11.40 MiB/sec. | ||
3528 | 2025.05.22 21:20:09.357252 [ 196 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3529 | 2025.05.22 21:20:09.359008 [ 196 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_21_4} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3530 | 2025.05.22 21:20:09.359092 [ 196 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_21_4} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3531 | 2025.05.22 21:20:09.360070 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
3532 | 2025.05.22 21:20:10.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 217.75 MiB, peak 228.29 MiB, free memory in arenas 0.00 B, will set to 221.64 MiB (RSS), difference: 3.89 MiB | ||
3533 | 2025.05.22 21:20:11.266120 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 470 | ||
3534 | 2025.05.22 21:20:11.268818 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3535 | 2025.05.22 21:20:11.268867 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3536 | 2025.05.22 21:20:11.270133 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3537 | 2025.05.22 21:20:11.270400 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3538 | 2025.05.22 21:20:11.270728 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 470 | ||
3539 | 2025.05.22 21:20:12.446989 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3540 | 2025.05.22 21:20:12.447191 [ 261 ] {7fc07568-6d7e-4239-a255-67e47482b22e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3541 | 2025.05.22 21:20:12.447267 [ 261 ] {7fc07568-6d7e-4239-a255-67e47482b22e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3542 | 2025.05.22 21:20:12.447994 [ 261 ] {7fc07568-6d7e-4239-a255-67e47482b22e} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3543 | 2025.05.22 21:20:12.448041 [ 261 ] {7fc07568-6d7e-4239-a255-67e47482b22e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3544 | 2025.05.22 21:20:12.448439 [ 261 ] {7fc07568-6d7e-4239-a255-67e47482b22e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3545 | 2025.05.22 21:20:12.448660 [ 261 ] {7fc07568-6d7e-4239-a255-67e47482b22e} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3546 | 2025.05.22 21:20:12.448819 [ 261 ] {7fc07568-6d7e-4239-a255-67e47482b22e} <Debug> executeQuery: Read 72 rows, 5.90 KiB in 0.001683 sec., 42780.7486631016 rows/sec., 3.43 MiB/sec. | ||
3547 | 2025.05.22 21:20:12.448863 [ 261 ] {7fc07568-6d7e-4239-a255-67e47482b22e} <Debug> TCPHandler: Processed in 0.00201921 sec. | ||
3548 | 2025.05.22 21:20:12.448994 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3549 | 2025.05.22 21:20:12.449090 [ 261 ] {145d5d4f-eeba-4dfc-92d2-f7f225dee2e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3550 | 2025.05.22 21:20:12.449132 [ 261 ] {145d5d4f-eeba-4dfc-92d2-f7f225dee2e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3551 | 2025.05.22 21:20:12.449540 [ 261 ] {145d5d4f-eeba-4dfc-92d2-f7f225dee2e5} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3552 | 2025.05.22 21:20:12.449576 [ 261 ] {145d5d4f-eeba-4dfc-92d2-f7f225dee2e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3553 | 2025.05.22 21:20:12.449864 [ 261 ] {145d5d4f-eeba-4dfc-92d2-f7f225dee2e5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3554 | 2025.05.22 21:20:12.450071 [ 261 ] {145d5d4f-eeba-4dfc-92d2-f7f225dee2e5} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3555 | 2025.05.22 21:20:12.450203 [ 261 ] {145d5d4f-eeba-4dfc-92d2-f7f225dee2e5} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001131 sec., 7073.386383731211 rows/sec., 531.89 KiB/sec. | ||
3556 | 2025.05.22 21:20:12.450241 [ 261 ] {145d5d4f-eeba-4dfc-92d2-f7f225dee2e5} <Debug> TCPHandler: Processed in 0.001298909 sec. | ||
3557 | 2025.05.22 21:20:12.450365 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3558 | 2025.05.22 21:20:12.450460 [ 261 ] {b405ce9b-d2b5-4a6c-ac55-0c103c8afe35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3559 | 2025.05.22 21:20:12.450499 [ 261 ] {b405ce9b-d2b5-4a6c-ac55-0c103c8afe35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3560 | 2025.05.22 21:20:12.450921 [ 261 ] {b405ce9b-d2b5-4a6c-ac55-0c103c8afe35} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3561 | 2025.05.22 21:20:12.450956 [ 261 ] {b405ce9b-d2b5-4a6c-ac55-0c103c8afe35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3562 | 2025.05.22 21:20:12.451254 [ 261 ] {b405ce9b-d2b5-4a6c-ac55-0c103c8afe35} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3563 | 2025.05.22 21:20:12.451457 [ 261 ] {b405ce9b-d2b5-4a6c-ac55-0c103c8afe35} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3564 | 2025.05.22 21:20:12.451590 [ 261 ] {b405ce9b-d2b5-4a6c-ac55-0c103c8afe35} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001147 sec., 62772.44986922406 rows/sec., 4.90 MiB/sec. | ||
3565 | 2025.05.22 21:20:12.451626 [ 261 ] {b405ce9b-d2b5-4a6c-ac55-0c103c8afe35} <Debug> TCPHandler: Processed in 0.00131299 sec. | ||
3566 | 2025.05.22 21:20:12.451740 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3567 | 2025.05.22 21:20:12.451836 [ 261 ] {c0d846df-b7cc-430b-b119-3352c3f8b8ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3568 | 2025.05.22 21:20:12.451880 [ 261 ] {c0d846df-b7cc-430b-b119-3352c3f8b8ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3569 | 2025.05.22 21:20:12.452291 [ 261 ] {c0d846df-b7cc-430b-b119-3352c3f8b8ff} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3570 | 2025.05.22 21:20:12.452326 [ 261 ] {c0d846df-b7cc-430b-b119-3352c3f8b8ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3571 | 2025.05.22 21:20:12.452663 [ 261 ] {c0d846df-b7cc-430b-b119-3352c3f8b8ff} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3572 | 2025.05.22 21:20:12.452874 [ 261 ] {c0d846df-b7cc-430b-b119-3352c3f8b8ff} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3573 | 2025.05.22 21:20:12.453003 [ 261 ] {c0d846df-b7cc-430b-b119-3352c3f8b8ff} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001184 sec., 135135.13513513515 rows/sec., 9.41 MiB/sec. | ||
3574 | 2025.05.22 21:20:12.453040 [ 261 ] {c0d846df-b7cc-430b-b119-3352c3f8b8ff} <Debug> TCPHandler: Processed in 0.00134951 sec. | ||
3575 | 2025.05.22 21:20:12.453153 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3576 | 2025.05.22 21:20:12.453247 [ 261 ] {e0072022-1fdd-4af1-bfff-872ee79b7e0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3577 | 2025.05.22 21:20:12.453302 [ 261 ] {e0072022-1fdd-4af1-bfff-872ee79b7e0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3578 | 2025.05.22 21:20:12.454045 [ 261 ] {e0072022-1fdd-4af1-bfff-872ee79b7e0a} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3579 | 2025.05.22 21:20:12.454082 [ 261 ] {e0072022-1fdd-4af1-bfff-872ee79b7e0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3580 | 2025.05.22 21:20:12.454574 [ 261 ] {e0072022-1fdd-4af1-bfff-872ee79b7e0a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3581 | 2025.05.22 21:20:12.454790 [ 261 ] {e0072022-1fdd-4af1-bfff-872ee79b7e0a} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3582 | 2025.05.22 21:20:12.454926 [ 261 ] {e0072022-1fdd-4af1-bfff-872ee79b7e0a} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001697 sec., 4714.201532115498 rows/sec., 8.45 MiB/sec. | ||
3583 | 2025.05.22 21:20:12.454979 [ 261 ] {e0072022-1fdd-4af1-bfff-872ee79b7e0a} <Debug> TCPHandler: Processed in 0.001876108 sec. | ||
3584 | 2025.05.22 21:20:12.455096 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3585 | 2025.05.22 21:20:12.455192 [ 261 ] {67f1d435-947b-4b4a-9a63-ab0ff8b95078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3586 | 2025.05.22 21:20:12.455234 [ 261 ] {67f1d435-947b-4b4a-9a63-ab0ff8b95078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3587 | 2025.05.22 21:20:12.455571 [ 261 ] {67f1d435-947b-4b4a-9a63-ab0ff8b95078} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3588 | 2025.05.22 21:20:12.455606 [ 261 ] {67f1d435-947b-4b4a-9a63-ab0ff8b95078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3589 | 2025.05.22 21:20:12.455929 [ 261 ] {67f1d435-947b-4b4a-9a63-ab0ff8b95078} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3590 | 2025.05.22 21:20:12.456135 [ 261 ] {67f1d435-947b-4b4a-9a63-ab0ff8b95078} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3591 | 2025.05.22 21:20:12.456262 [ 261 ] {67f1d435-947b-4b4a-9a63-ab0ff8b95078} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. | ||
3592 | 2025.05.22 21:20:12.456298 [ 261 ] {67f1d435-947b-4b4a-9a63-ab0ff8b95078} <Debug> TCPHandler: Processed in 0.001254698 sec. | ||
3593 | 2025.05.22 21:20:16.184612 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3594 | 2025.05.22 21:20:16.184689 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3595 | 2025.05.22 21:20:16.261407 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
3596 | 2025.05.22 21:20:16.261920 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3597 | 2025.05.22 21:20:16.261971 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3598 | 2025.05.22 21:20:16.262597 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3599 | 2025.05.22 21:20:16.262836 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3600 | 2025.05.22 21:20:16.262978 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
3601 | 2025.05.22 21:20:16.786021 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
3602 | 2025.05.22 21:20:16.801014 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3603 | 2025.05.22 21:20:16.801069 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3604 | 2025.05.22 21:20:16.807216 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3605 | 2025.05.22 21:20:16.807920 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3606 | 2025.05.22 21:20:16.810461 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
3607 | 2025.05.22 21:20:17.446989 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3608 | 2025.05.22 21:20:17.447228 [ 261 ] {db77796c-f2fb-440e-91a1-ab4ea14d7298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3609 | 2025.05.22 21:20:17.447334 [ 261 ] {db77796c-f2fb-440e-91a1-ab4ea14d7298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3610 | 2025.05.22 21:20:17.448330 [ 261 ] {db77796c-f2fb-440e-91a1-ab4ea14d7298} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3611 | 2025.05.22 21:20:17.448374 [ 261 ] {db77796c-f2fb-440e-91a1-ab4ea14d7298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3612 | 2025.05.22 21:20:17.448795 [ 261 ] {db77796c-f2fb-440e-91a1-ab4ea14d7298} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3613 | 2025.05.22 21:20:17.449029 [ 261 ] {db77796c-f2fb-440e-91a1-ab4ea14d7298} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3614 | 2025.05.22 21:20:17.449170 [ 104 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3615 | 2025.05.22 21:20:17.449184 [ 261 ] {db77796c-f2fb-440e-91a1-ab4ea14d7298} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.002034 sec., 59980.33431661751 rows/sec., 5.12 MiB/sec. | ||
3616 | 2025.05.22 21:20:17.449232 [ 104 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3617 | 2025.05.22 21:20:17.449248 [ 261 ] {db77796c-f2fb-440e-91a1-ab4ea14d7298} <Debug> TCPHandler: Processed in 0.002399746 sec. | ||
3618 | 2025.05.22 21:20:17.449263 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3619 | 2025.05.22 21:20:17.449364 [ 188 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::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 | ||
3620 | 2025.05.22 21:20:17.449385 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3621 | 2025.05.22 21:20:17.449464 [ 188 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3622 | 2025.05.22 21:20:17.449488 [ 261 ] {4bb0cc5d-35de-4dbc-83b8-259885dcc556} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3623 | 2025.05.22 21:20:17.449498 [ 188 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1375 rows starting from the beginning of the part | ||
3624 | 2025.05.22 21:20:17.449537 [ 261 ] {4bb0cc5d-35de-4dbc-83b8-259885dcc556} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3625 | 2025.05.22 21:20:17.449571 [ 188 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::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 | ||
3626 | 2025.05.22 21:20:17.449618 [ 188 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 42 rows starting from the beginning of the part | ||
3627 | 2025.05.22 21:20:17.449656 [ 188 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1386 rows starting from the beginning of the part | ||
3628 | 2025.05.22 21:20:17.449693 [ 188 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 72 rows starting from the beginning of the part | ||
3629 | 2025.05.22 21:20:17.449747 [ 188 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 122 rows starting from the beginning of the part | ||
3630 | 2025.05.22 21:20:17.449966 [ 261 ] {4bb0cc5d-35de-4dbc-83b8-259885dcc556} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3631 | 2025.05.22 21:20:17.450008 [ 261 ] {4bb0cc5d-35de-4dbc-83b8-259885dcc556} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3632 | 2025.05.22 21:20:17.450398 [ 261 ] {4bb0cc5d-35de-4dbc-83b8-259885dcc556} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3633 | 2025.05.22 21:20:17.450621 [ 261 ] {4bb0cc5d-35de-4dbc-83b8-259885dcc556} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3634 | 2025.05.22 21:20:17.450759 [ 261 ] {4bb0cc5d-35de-4dbc-83b8-259885dcc556} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001289 sec., 25601.241272304112 rows/sec., 1.88 MiB/sec. | ||
3635 | 2025.05.22 21:20:17.450791 [ 103 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3636 | 2025.05.22 21:20:17.450798 [ 261 ] {4bb0cc5d-35de-4dbc-83b8-259885dcc556} <Debug> TCPHandler: Processed in 0.001465652 sec. | ||
3637 | 2025.05.22 21:20:17.450865 [ 103 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3638 | 2025.05.22 21:20:17.450892 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3639 | 2025.05.22 21:20:17.450961 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3640 | 2025.05.22 21:20:17.451007 [ 186 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::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 | ||
3641 | 2025.05.22 21:20:17.451061 [ 261 ] {e5b1c909-6c46-4bf7-b196-4cfeb520d0b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3642 | 2025.05.22 21:20:17.451076 [ 189 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3089 rows, containing 5 columns (5 merged, 0 gathered) in 0.001749346 sec., 1765802.762861092 rows/sec., 154.50 MiB/sec. | ||
3643 | 2025.05.22 21:20:17.451101 [ 261 ] {e5b1c909-6c46-4bf7-b196-4cfeb520d0b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3644 | 2025.05.22 21:20:17.451091 [ 186 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3645 | 2025.05.22 21:20:17.451166 [ 186 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 65 rows starting from the beginning of the part | ||
3646 | 2025.05.22 21:20:17.451223 [ 186 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 33 rows starting from the beginning of the part | ||
3647 | 2025.05.22 21:20:17.451266 [ 186 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::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 | ||
3648 | 2025.05.22 21:20:17.451307 [ 186 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 53 rows starting from the beginning of the part | ||
3649 | 2025.05.22 21:20:17.451350 [ 186 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 8 rows starting from the beginning of the part | ||
3650 | 2025.05.22 21:20:17.451393 [ 186 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 33 rows starting from the beginning of the part | ||
3651 | 2025.05.22 21:20:17.451404 [ 201 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3652 | 2025.05.22 21:20:17.451569 [ 261 ] {e5b1c909-6c46-4bf7-b196-4cfeb520d0b9} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3653 | 2025.05.22 21:20:17.451612 [ 261 ] {e5b1c909-6c46-4bf7-b196-4cfeb520d0b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3654 | 2025.05.22 21:20:17.451810 [ 201 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_26_5} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3655 | 2025.05.22 21:20:17.451906 [ 201 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_26_5} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3656 | 2025.05.22 21:20:17.452038 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
3657 | 2025.05.22 21:20:17.452097 [ 261 ] {e5b1c909-6c46-4bf7-b196-4cfeb520d0b9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3658 | 2025.05.22 21:20:17.452247 [ 201 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 200 rows, containing 5 columns (5 merged, 0 gathered) in 0.001295469 sec., 154384.242309156 rows/sec., 11.93 MiB/sec. | ||
3659 | 2025.05.22 21:20:17.452322 [ 261 ] {e5b1c909-6c46-4bf7-b196-4cfeb520d0b9} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3660 | 2025.05.22 21:20:17.452405 [ 188 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3661 | 2025.05.22 21:20:17.452461 [ 103 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3662 | 2025.05.22 21:20:17.452463 [ 261 ] {e5b1c909-6c46-4bf7-b196-4cfeb520d0b9} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001421 sec., 68261.78747361014 rows/sec., 5.33 MiB/sec. | ||
3663 | 2025.05.22 21:20:17.452504 [ 103 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3664 | 2025.05.22 21:20:17.452528 [ 261 ] {e5b1c909-6c46-4bf7-b196-4cfeb520d0b9} <Debug> TCPHandler: Processed in 0.001618234 sec. | ||
3665 | 2025.05.22 21:20:17.452533 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3666 | 2025.05.22 21:20:17.452661 [ 189 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::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 | ||
3667 | 2025.05.22 21:20:17.452684 [ 188 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_21_4} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3668 | 2025.05.22 21:20:17.452695 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3669 | 2025.05.22 21:20:17.452768 [ 188 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_21_4} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3670 | 2025.05.22 21:20:17.452775 [ 189 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3671 | 2025.05.22 21:20:17.452800 [ 261 ] {65dfaa78-9bde-4f7f-b755-f95492076dad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3672 | 2025.05.22 21:20:17.452825 [ 189 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 591 rows starting from the beginning of the part | ||
3673 | 2025.05.22 21:20:17.452849 [ 261 ] {65dfaa78-9bde-4f7f-b755-f95492076dad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3674 | 2025.05.22 21:20:17.452854 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
3675 | 2025.05.22 21:20:17.452895 [ 189 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 61 rows starting from the beginning of the part | ||
3676 | 2025.05.22 21:20:17.452946 [ 189 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::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 | ||
3677 | 2025.05.22 21:20:17.452987 [ 189 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 597 rows starting from the beginning of the part | ||
3678 | 2025.05.22 21:20:17.453027 [ 189 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 72 rows starting from the beginning of the part | ||
3679 | 2025.05.22 21:20:17.453064 [ 189 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 97 rows starting from the beginning of the part | ||
3680 | 2025.05.22 21:20:17.453295 [ 261 ] {65dfaa78-9bde-4f7f-b755-f95492076dad} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3681 | 2025.05.22 21:20:17.453340 [ 261 ] {65dfaa78-9bde-4f7f-b755-f95492076dad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3682 | 2025.05.22 21:20:17.453680 [ 261 ] {65dfaa78-9bde-4f7f-b755-f95492076dad} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3683 | 2025.05.22 21:20:17.453910 [ 261 ] {65dfaa78-9bde-4f7f-b755-f95492076dad} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3684 | 2025.05.22 21:20:17.454047 [ 261 ] {65dfaa78-9bde-4f7f-b755-f95492076dad} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001265 sec., 126482.21343873517 rows/sec., 8.81 MiB/sec. | ||
3685 | 2025.05.22 21:20:17.454083 [ 261 ] {65dfaa78-9bde-4f7f-b755-f95492076dad} <Debug> TCPHandler: Processed in 0.001439432 sec. | ||
3686 | 2025.05.22 21:20:17.454154 [ 188 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1454 rows, containing 5 columns (5 merged, 0 gathered) in 0.001523713 sec., 954247.9456433068 rows/sec., 75.88 MiB/sec. | ||
3687 | 2025.05.22 21:20:17.454200 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3688 | 2025.05.22 21:20:17.454300 [ 261 ] {395b4bb2-ff32-4d41-adcc-26fbfef016be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3689 | 2025.05.22 21:20:17.454329 [ 189 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3690 | 2025.05.22 21:20:17.454356 [ 261 ] {395b4bb2-ff32-4d41-adcc-26fbfef016be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3691 | 2025.05.22 21:20:17.454574 [ 189 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_26_5} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3692 | 2025.05.22 21:20:17.454642 [ 189 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_26_5} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3693 | 2025.05.22 21:20:17.454713 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
3694 | 2025.05.22 21:20:17.455224 [ 261 ] {395b4bb2-ff32-4d41-adcc-26fbfef016be} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3695 | 2025.05.22 21:20:17.455265 [ 261 ] {395b4bb2-ff32-4d41-adcc-26fbfef016be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3696 | 2025.05.22 21:20:17.455850 [ 261 ] {395b4bb2-ff32-4d41-adcc-26fbfef016be} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3697 | 2025.05.22 21:20:17.456076 [ 261 ] {395b4bb2-ff32-4d41-adcc-26fbfef016be} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3698 | 2025.05.22 21:20:17.456193 [ 104 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3699 | 2025.05.22 21:20:17.456215 [ 261 ] {395b4bb2-ff32-4d41-adcc-26fbfef016be} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001932 sec., 17080.745341614907 rows/sec., 30.61 MiB/sec. | ||
3700 | 2025.05.22 21:20:17.456230 [ 104 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3701 | 2025.05.22 21:20:17.456259 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3702 | 2025.05.22 21:20:17.456274 [ 261 ] {395b4bb2-ff32-4d41-adcc-26fbfef016be} <Debug> TCPHandler: Processed in 0.002123491 sec. | ||
3703 | 2025.05.22 21:20:17.456324 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
3704 | 2025.05.22 21:20:17.456402 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3705 | 2025.05.22 21:20:17.456504 [ 261 ] {c38f1f24-514c-4f66-a403-1083fe73879a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3706 | 2025.05.22 21:20:17.456516 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3707 | 2025.05.22 21:20:17.456547 [ 261 ] {c38f1f24-514c-4f66-a403-1083fe73879a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3708 | 2025.05.22 21:20:17.456567 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 374 rows starting from the beginning of the part | ||
3709 | 2025.05.22 21:20:17.456680 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 33 rows starting from the beginning of the part | ||
3710 | 2025.05.22 21:20:17.456777 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
3711 | 2025.05.22 21:20:17.456873 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 33 rows starting from the beginning of the part | ||
3712 | 2025.05.22 21:20:17.456901 [ 261 ] {c38f1f24-514c-4f66-a403-1083fe73879a} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3713 | 2025.05.22 21:20:17.456940 [ 261 ] {c38f1f24-514c-4f66-a403-1083fe73879a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3714 | 2025.05.22 21:20:17.456967 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 8 rows starting from the beginning of the part | ||
3715 | 2025.05.22 21:20:17.457066 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 33 rows starting from the beginning of the part | ||
3716 | 2025.05.22 21:20:17.457255 [ 261 ] {c38f1f24-514c-4f66-a403-1083fe73879a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3717 | 2025.05.22 21:20:17.457562 [ 261 ] {c38f1f24-514c-4f66-a403-1083fe73879a} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3718 | 2025.05.22 21:20:17.457707 [ 261 ] {c38f1f24-514c-4f66-a403-1083fe73879a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00122 sec., 49180.32786885246 rows/sec., 3.31 MiB/sec. | ||
3719 | 2025.05.22 21:20:17.457743 [ 261 ] {c38f1f24-514c-4f66-a403-1083fe73879a} <Debug> TCPHandler: Processed in 0.001393111 sec. | ||
3720 | 2025.05.22 21:20:17.461410 [ 194 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 489 rows, containing 19 columns (19 merged, 0 gathered) in 0.005113425 sec., 95630.61939893516 rows/sec., 171.37 MiB/sec. | ||
3721 | 2025.05.22 21:20:17.461883 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3722 | 2025.05.22 21:20:17.462176 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3723 | 2025.05.22 21:20:17.462237 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3724 | 2025.05.22 21:20:17.462313 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.30 MiB. | ||
3725 | 2025.05.22 21:20:18.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 223.43 MiB, peak 229.53 MiB, free memory in arenas 0.00 B, will set to 225.67 MiB (RSS), difference: 2.24 MiB | ||
3726 | 2025.05.22 21:20:21.271076 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 494 | ||
3727 | 2025.05.22 21:20:21.273210 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3728 | 2025.05.22 21:20:21.273256 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3729 | 2025.05.22 21:20:21.274435 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3730 | 2025.05.22 21:20:21.274713 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3731 | 2025.05.22 21:20:21.274965 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 494 | ||
3732 | 2025.05.22 21:20:22.446794 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3733 | 2025.05.22 21:20:22.446984 [ 261 ] {bf684884-752f-4669-8523-78e3e8bc5799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
3734 | 2025.05.22 21:20:22.447053 [ 261 ] {bf684884-752f-4669-8523-78e3e8bc5799} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3735 | 2025.05.22 21:20:22.447703 [ 261 ] {bf684884-752f-4669-8523-78e3e8bc5799} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3736 | 2025.05.22 21:20:22.447754 [ 261 ] {bf684884-752f-4669-8523-78e3e8bc5799} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3737 | 2025.05.22 21:20:22.448139 [ 261 ] {bf684884-752f-4669-8523-78e3e8bc5799} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3738 | 2025.05.22 21:20:22.448376 [ 261 ] {bf684884-752f-4669-8523-78e3e8bc5799} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3739 | 2025.05.22 21:20:22.448536 [ 261 ] {bf684884-752f-4669-8523-78e3e8bc5799} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001603 sec., 1247.6606363069245 rows/sec., 101.74 KiB/sec. | ||
3740 | 2025.05.22 21:20:22.448585 [ 261 ] {bf684884-752f-4669-8523-78e3e8bc5799} <Debug> TCPHandler: Processed in 0.001920808 sec. | ||
3741 | 2025.05.22 21:20:22.448712 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3742 | 2025.05.22 21:20:22.448812 [ 261 ] {44ed1982-1cc9-4e00-a422-bf7138500fb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3743 | 2025.05.22 21:20:22.448855 [ 261 ] {44ed1982-1cc9-4e00-a422-bf7138500fb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3744 | 2025.05.22 21:20:22.449311 [ 261 ] {44ed1982-1cc9-4e00-a422-bf7138500fb2} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3745 | 2025.05.22 21:20:22.449345 [ 261 ] {44ed1982-1cc9-4e00-a422-bf7138500fb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3746 | 2025.05.22 21:20:22.449659 [ 261 ] {44ed1982-1cc9-4e00-a422-bf7138500fb2} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3747 | 2025.05.22 21:20:22.449860 [ 261 ] {44ed1982-1cc9-4e00-a422-bf7138500fb2} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3748 | 2025.05.22 21:20:22.449981 [ 261 ] {44ed1982-1cc9-4e00-a422-bf7138500fb2} <Debug> executeQuery: Read 73 rows, 5.98 KiB in 0.001245 sec., 58634.53815261044 rows/sec., 4.69 MiB/sec. | ||
3749 | 2025.05.22 21:20:22.450016 [ 261 ] {44ed1982-1cc9-4e00-a422-bf7138500fb2} <Debug> TCPHandler: Processed in 0.001408321 sec. | ||
3750 | 2025.05.22 21:20:22.450201 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3751 | 2025.05.22 21:20:22.450295 [ 261 ] {c80af866-f2f7-42b3-b8ec-d2b513318346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3752 | 2025.05.22 21:20:22.450334 [ 261 ] {c80af866-f2f7-42b3-b8ec-d2b513318346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3753 | 2025.05.22 21:20:22.450750 [ 261 ] {c80af866-f2f7-42b3-b8ec-d2b513318346} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3754 | 2025.05.22 21:20:22.450786 [ 261 ] {c80af866-f2f7-42b3-b8ec-d2b513318346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3755 | 2025.05.22 21:20:22.451086 [ 261 ] {c80af866-f2f7-42b3-b8ec-d2b513318346} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3756 | 2025.05.22 21:20:22.451306 [ 261 ] {c80af866-f2f7-42b3-b8ec-d2b513318346} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3757 | 2025.05.22 21:20:22.451430 [ 261 ] {c80af866-f2f7-42b3-b8ec-d2b513318346} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001155 sec., 8658.008658008657 rows/sec., 641.74 KiB/sec. | ||
3758 | 2025.05.22 21:20:22.451467 [ 261 ] {c80af866-f2f7-42b3-b8ec-d2b513318346} <Debug> TCPHandler: Processed in 0.001315239 sec. | ||
3759 | 2025.05.22 21:20:22.451579 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3760 | 2025.05.22 21:20:22.451670 [ 261 ] {dff42f27-a0da-43c9-9a26-406425d4a28a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3761 | 2025.05.22 21:20:22.451710 [ 261 ] {dff42f27-a0da-43c9-9a26-406425d4a28a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3762 | 2025.05.22 21:20:22.452124 [ 261 ] {dff42f27-a0da-43c9-9a26-406425d4a28a} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3763 | 2025.05.22 21:20:22.452160 [ 261 ] {dff42f27-a0da-43c9-9a26-406425d4a28a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3764 | 2025.05.22 21:20:22.452467 [ 261 ] {dff42f27-a0da-43c9-9a26-406425d4a28a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3765 | 2025.05.22 21:20:22.452675 [ 261 ] {dff42f27-a0da-43c9-9a26-406425d4a28a} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3766 | 2025.05.22 21:20:22.452799 [ 261 ] {dff42f27-a0da-43c9-9a26-406425d4a28a} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001147 sec., 64516.12903225806 rows/sec., 5.04 MiB/sec. | ||
3767 | 2025.05.22 21:20:22.452835 [ 261 ] {dff42f27-a0da-43c9-9a26-406425d4a28a} <Debug> TCPHandler: Processed in 0.0013048 sec. | ||
3768 | 2025.05.22 21:20:22.452946 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3769 | 2025.05.22 21:20:22.453038 [ 261 ] {cf413033-4ddd-45d5-9f8e-1eaa58e8c2f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3770 | 2025.05.22 21:20:22.453079 [ 261 ] {cf413033-4ddd-45d5-9f8e-1eaa58e8c2f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3771 | 2025.05.22 21:20:22.453493 [ 261 ] {cf413033-4ddd-45d5-9f8e-1eaa58e8c2f8} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3772 | 2025.05.22 21:20:22.453529 [ 261 ] {cf413033-4ddd-45d5-9f8e-1eaa58e8c2f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3773 | 2025.05.22 21:20:22.453848 [ 261 ] {cf413033-4ddd-45d5-9f8e-1eaa58e8c2f8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3774 | 2025.05.22 21:20:22.454053 [ 261 ] {cf413033-4ddd-45d5-9f8e-1eaa58e8c2f8} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3775 | 2025.05.22 21:20:22.454159 [ 100 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3776 | 2025.05.22 21:20:22.454178 [ 261 ] {cf413033-4ddd-45d5-9f8e-1eaa58e8c2f8} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001159 sec., 138912.85591026745 rows/sec., 9.67 MiB/sec. | ||
3777 | 2025.05.22 21:20:22.454250 [ 100 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3778 | 2025.05.22 21:20:22.454265 [ 261 ] {cf413033-4ddd-45d5-9f8e-1eaa58e8c2f8} <Debug> TCPHandler: Processed in 0.001367491 sec. | ||
3779 | 2025.05.22 21:20:22.454279 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3780 | 2025.05.22 21:20:22.454383 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3781 | 2025.05.22 21:20:22.454423 [ 189 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
3782 | 2025.05.22 21:20:22.454479 [ 261 ] {9f5872a0-d14d-435b-9f20-333ee1992150} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3783 | 2025.05.22 21:20:22.454538 [ 261 ] {9f5872a0-d14d-435b-9f20-333ee1992150} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3784 | 2025.05.22 21:20:22.454576 [ 189 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3785 | 2025.05.22 21:20:22.454618 [ 189 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 5983 rows starting from the beginning of the part | ||
3786 | 2025.05.22 21:20:22.454683 [ 189 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 100 rows starting from the beginning of the part | ||
3787 | 2025.05.22 21:20:22.454730 [ 189 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 908 rows starting from the beginning of the part | ||
3788 | 2025.05.22 21:20:22.454772 [ 189 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
3789 | 2025.05.22 21:20:22.454812 [ 189 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part | ||
3790 | 2025.05.22 21:20:22.454852 [ 189 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 161 rows starting from the beginning of the part | ||
3791 | 2025.05.22 21:20:22.455285 [ 261 ] {9f5872a0-d14d-435b-9f20-333ee1992150} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3792 | 2025.05.22 21:20:22.455327 [ 261 ] {9f5872a0-d14d-435b-9f20-333ee1992150} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3793 | 2025.05.22 21:20:22.455856 [ 261 ] {9f5872a0-d14d-435b-9f20-333ee1992150} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3794 | 2025.05.22 21:20:22.456090 [ 261 ] {9f5872a0-d14d-435b-9f20-333ee1992150} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3795 | 2025.05.22 21:20:22.456231 [ 261 ] {9f5872a0-d14d-435b-9f20-333ee1992150} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00177 sec., 4519.774011299435 rows/sec., 8.10 MiB/sec. | ||
3796 | 2025.05.22 21:20:22.456292 [ 261 ] {9f5872a0-d14d-435b-9f20-333ee1992150} <Debug> TCPHandler: Processed in 0.001956239 sec. | ||
3797 | 2025.05.22 21:20:22.456406 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3798 | 2025.05.22 21:20:22.456499 [ 261 ] {df327450-0fd8-47f7-9812-96e07786ef5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3799 | 2025.05.22 21:20:22.456540 [ 261 ] {df327450-0fd8-47f7-9812-96e07786ef5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3800 | 2025.05.22 21:20:22.456880 [ 261 ] {df327450-0fd8-47f7-9812-96e07786ef5a} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3801 | 2025.05.22 21:20:22.456916 [ 261 ] {df327450-0fd8-47f7-9812-96e07786ef5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3802 | 2025.05.22 21:20:22.457226 [ 261 ] {df327450-0fd8-47f7-9812-96e07786ef5a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3803 | 2025.05.22 21:20:22.457261 [ 194 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7472 rows, containing 5 columns (5 merged, 0 gathered) in 0.002895573 sec., 2580490.9770881273 rows/sec., 177.18 MiB/sec. | ||
3804 | 2025.05.22 21:20:22.457438 [ 261 ] {df327450-0fd8-47f7-9812-96e07786ef5a} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3805 | 2025.05.22 21:20:22.457542 [ 100 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3806 | 2025.05.22 21:20:22.457563 [ 261 ] {df327450-0fd8-47f7-9812-96e07786ef5a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. | ||
3807 | 2025.05.22 21:20:22.457596 [ 100 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3808 | 2025.05.22 21:20:22.457625 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3809 | 2025.05.22 21:20:22.457627 [ 261 ] {df327450-0fd8-47f7-9812-96e07786ef5a} <Debug> TCPHandler: Processed in 0.001267939 sec. | ||
3810 | 2025.05.22 21:20:22.457697 [ 189 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
3811 | 2025.05.22 21:20:22.457794 [ 189 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3812 | 2025.05.22 21:20:22.457800 [ 187 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3813 | 2025.05.22 21:20:22.457821 [ 189 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 594 rows starting from the beginning of the part | ||
3814 | 2025.05.22 21:20:22.457885 [ 189 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 30 rows starting from the beginning of the part | ||
3815 | 2025.05.22 21:20:22.457919 [ 189 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 54 rows starting from the beginning of the part | ||
3816 | 2025.05.22 21:20:22.457954 [ 189 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
3817 | 2025.05.22 21:20:22.457986 [ 189 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
3818 | 2025.05.22 21:20:22.458028 [ 189 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
3819 | 2025.05.22 21:20:22.458208 [ 187 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3820 | 2025.05.22 21:20:22.458310 [ 187 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3821 | 2025.05.22 21:20:22.458415 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.47 MiB. | ||
3822 | 2025.05.22 21:20:22.458820 [ 187 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 858 rows, containing 4 columns (4 merged, 0 gathered) in 0.001151587 sec., 745058.775411671 rows/sec., 50.82 MiB/sec. | ||
3823 | 2025.05.22 21:20:22.458983 [ 194 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3824 | 2025.05.22 21:20:22.459262 [ 194 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_26_5} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3825 | 2025.05.22 21:20:22.459325 [ 194 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_26_5} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3826 | 2025.05.22 21:20:22.459397 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
3827 | 2025.05.22 21:20:23.763495 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
3828 | 2025.05.22 21:20:23.764218 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3829 | 2025.05.22 21:20:23.764294 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3830 | 2025.05.22 21:20:23.764942 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3831 | 2025.05.22 21:20:23.765184 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3832 | 2025.05.22 21:20:23.765327 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
3833 | 2025.05.22 21:20:24.310942 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
3834 | 2025.05.22 21:20:24.326187 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3835 | 2025.05.22 21:20:24.326241 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3836 | 2025.05.22 21:20:24.332377 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3837 | 2025.05.22 21:20:24.333067 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3838 | 2025.05.22 21:20:24.336149 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
3839 | 2025.05.22 21:20:27.448515 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3840 | 2025.05.22 21:20:27.448733 [ 261 ] {da72080b-7960-4870-9bab-4a5eac8f4b94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3841 | 2025.05.22 21:20:27.448806 [ 261 ] {da72080b-7960-4870-9bab-4a5eac8f4b94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3842 | 2025.05.22 21:20:27.449550 [ 261 ] {da72080b-7960-4870-9bab-4a5eac8f4b94} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3843 | 2025.05.22 21:20:27.449597 [ 261 ] {da72080b-7960-4870-9bab-4a5eac8f4b94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3844 | 2025.05.22 21:20:27.449995 [ 261 ] {da72080b-7960-4870-9bab-4a5eac8f4b94} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3845 | 2025.05.22 21:20:27.450220 [ 261 ] {da72080b-7960-4870-9bab-4a5eac8f4b94} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3846 | 2025.05.22 21:20:27.450371 [ 261 ] {da72080b-7960-4870-9bab-4a5eac8f4b94} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.001694 sec., 72018.89020070838 rows/sec., 6.15 MiB/sec. | ||
3847 | 2025.05.22 21:20:27.450413 [ 261 ] {da72080b-7960-4870-9bab-4a5eac8f4b94} <Debug> TCPHandler: Processed in 0.00203954 sec. | ||
3848 | 2025.05.22 21:20:27.450537 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3849 | 2025.05.22 21:20:27.450642 [ 261 ] {727680d8-a295-49ac-a653-ae18b448d6a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3850 | 2025.05.22 21:20:27.450682 [ 261 ] {727680d8-a295-49ac-a653-ae18b448d6a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3851 | 2025.05.22 21:20:27.451142 [ 261 ] {727680d8-a295-49ac-a653-ae18b448d6a9} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3852 | 2025.05.22 21:20:27.451179 [ 261 ] {727680d8-a295-49ac-a653-ae18b448d6a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3853 | 2025.05.22 21:20:27.451479 [ 261 ] {727680d8-a295-49ac-a653-ae18b448d6a9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3854 | 2025.05.22 21:20:27.451681 [ 261 ] {727680d8-a295-49ac-a653-ae18b448d6a9} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3855 | 2025.05.22 21:20:27.451807 [ 261 ] {727680d8-a295-49ac-a653-ae18b448d6a9} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001184 sec., 27871.621621621623 rows/sec., 2.05 MiB/sec. | ||
3856 | 2025.05.22 21:20:27.451844 [ 261 ] {727680d8-a295-49ac-a653-ae18b448d6a9} <Debug> TCPHandler: Processed in 0.00135582 sec. | ||
3857 | 2025.05.22 21:20:27.451962 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3858 | 2025.05.22 21:20:27.452064 [ 261 ] {9363369d-aeb6-4476-80a3-4d075f240507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3859 | 2025.05.22 21:20:27.452105 [ 261 ] {9363369d-aeb6-4476-80a3-4d075f240507} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3860 | 2025.05.22 21:20:27.452574 [ 261 ] {9363369d-aeb6-4476-80a3-4d075f240507} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3861 | 2025.05.22 21:20:27.452612 [ 261 ] {9363369d-aeb6-4476-80a3-4d075f240507} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3862 | 2025.05.22 21:20:27.452929 [ 261 ] {9363369d-aeb6-4476-80a3-4d075f240507} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3863 | 2025.05.22 21:20:27.453130 [ 261 ] {9363369d-aeb6-4476-80a3-4d075f240507} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3864 | 2025.05.22 21:20:27.453256 [ 261 ] {9363369d-aeb6-4476-80a3-4d075f240507} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.00121 sec., 80165.28925619835 rows/sec., 6.26 MiB/sec. | ||
3865 | 2025.05.22 21:20:27.453293 [ 261 ] {9363369d-aeb6-4476-80a3-4d075f240507} <Debug> TCPHandler: Processed in 0.001379191 sec. | ||
3866 | 2025.05.22 21:20:27.453414 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3867 | 2025.05.22 21:20:27.453517 [ 261 ] {12629c77-e5bc-4a17-8b03-b36f0b39168c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3868 | 2025.05.22 21:20:27.453560 [ 261 ] {12629c77-e5bc-4a17-8b03-b36f0b39168c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3869 | 2025.05.22 21:20:27.454006 [ 261 ] {12629c77-e5bc-4a17-8b03-b36f0b39168c} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3870 | 2025.05.22 21:20:27.454043 [ 261 ] {12629c77-e5bc-4a17-8b03-b36f0b39168c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3871 | 2025.05.22 21:20:27.454370 [ 261 ] {12629c77-e5bc-4a17-8b03-b36f0b39168c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3872 | 2025.05.22 21:20:27.454570 [ 261 ] {12629c77-e5bc-4a17-8b03-b36f0b39168c} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3873 | 2025.05.22 21:20:27.454695 [ 261 ] {12629c77-e5bc-4a17-8b03-b36f0b39168c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001196 sec., 133779.26421404682 rows/sec., 9.32 MiB/sec. | ||
3874 | 2025.05.22 21:20:27.454731 [ 261 ] {12629c77-e5bc-4a17-8b03-b36f0b39168c} <Debug> TCPHandler: Processed in 0.001365601 sec. | ||
3875 | 2025.05.22 21:20:27.454841 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3876 | 2025.05.22 21:20:27.454945 [ 261 ] {d8f4d5b5-f7e4-48cf-a9bc-d206a270bd24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3877 | 2025.05.22 21:20:27.454999 [ 261 ] {d8f4d5b5-f7e4-48cf-a9bc-d206a270bd24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3878 | 2025.05.22 21:20:27.455820 [ 261 ] {d8f4d5b5-f7e4-48cf-a9bc-d206a270bd24} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3879 | 2025.05.22 21:20:27.455857 [ 261 ] {d8f4d5b5-f7e4-48cf-a9bc-d206a270bd24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3880 | 2025.05.22 21:20:27.456385 [ 261 ] {d8f4d5b5-f7e4-48cf-a9bc-d206a270bd24} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3881 | 2025.05.22 21:20:27.456598 [ 261 ] {d8f4d5b5-f7e4-48cf-a9bc-d206a270bd24} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3882 | 2025.05.22 21:20:27.456729 [ 261 ] {d8f4d5b5-f7e4-48cf-a9bc-d206a270bd24} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001803 sec., 18302.828618968386 rows/sec., 32.80 MiB/sec. | ||
3883 | 2025.05.22 21:20:27.456781 [ 261 ] {d8f4d5b5-f7e4-48cf-a9bc-d206a270bd24} <Debug> TCPHandler: Processed in 0.00198711 sec. | ||
3884 | 2025.05.22 21:20:27.456899 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3885 | 2025.05.22 21:20:27.457004 [ 261 ] {b7b2a0d1-dde7-4648-8c9e-efcc61d8a0d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3886 | 2025.05.22 21:20:27.457044 [ 261 ] {b7b2a0d1-dde7-4648-8c9e-efcc61d8a0d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3887 | 2025.05.22 21:20:27.457377 [ 261 ] {b7b2a0d1-dde7-4648-8c9e-efcc61d8a0d9} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3888 | 2025.05.22 21:20:27.457414 [ 261 ] {b7b2a0d1-dde7-4648-8c9e-efcc61d8a0d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3889 | 2025.05.22 21:20:27.457714 [ 261 ] {b7b2a0d1-dde7-4648-8c9e-efcc61d8a0d9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3890 | 2025.05.22 21:20:27.457919 [ 261 ] {b7b2a0d1-dde7-4648-8c9e-efcc61d8a0d9} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3891 | 2025.05.22 21:20:27.458050 [ 261 ] {b7b2a0d1-dde7-4648-8c9e-efcc61d8a0d9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001065 sec., 56338.028169014084 rows/sec., 3.80 MiB/sec. | ||
3892 | 2025.05.22 21:20:27.458084 [ 261 ] {b7b2a0d1-dde7-4648-8c9e-efcc61d8a0d9} <Debug> TCPHandler: Processed in 0.001233478 sec. | ||
3893 | 2025.05.22 21:20:31.184727 [ 92 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3894 | 2025.05.22 21:20:31.184791 [ 92 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3895 | 2025.05.22 21:20:31.265420 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
3896 | 2025.05.22 21:20:31.266235 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3897 | 2025.05.22 21:20:31.266301 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3898 | 2025.05.22 21:20:31.266790 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3899 | 2025.05.22 21:20:31.267035 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3900 | 2025.05.22 21:20:31.267180 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
3901 | 2025.05.22 21:20:31.275389 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 520 | ||
3902 | 2025.05.22 21:20:31.277837 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3903 | 2025.05.22 21:20:31.277895 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3904 | 2025.05.22 21:20:31.279093 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3905 | 2025.05.22 21:20:31.279396 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3906 | 2025.05.22 21:20:31.279753 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 520 | ||
3907 | 2025.05.22 21:20:31.836210 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
3908 | 2025.05.22 21:20:31.852106 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3909 | 2025.05.22 21:20:31.852157 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3910 | 2025.05.22 21:20:31.858439 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3911 | 2025.05.22 21:20:31.859144 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3912 | 2025.05.22 21:20:31.861871 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
3913 | 2025.05.22 21:20:32.447470 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3914 | 2025.05.22 21:20:32.447654 [ 261 ] {749a043d-4cd4-4962-a463-fb231257afb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3915 | 2025.05.22 21:20:32.447720 [ 261 ] {749a043d-4cd4-4962-a463-fb231257afb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3916 | 2025.05.22 21:20:32.448504 [ 261 ] {749a043d-4cd4-4962-a463-fb231257afb3} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3917 | 2025.05.22 21:20:32.448552 [ 261 ] {749a043d-4cd4-4962-a463-fb231257afb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3918 | 2025.05.22 21:20:32.448952 [ 261 ] {749a043d-4cd4-4962-a463-fb231257afb3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
3919 | 2025.05.22 21:20:32.449176 [ 261 ] {749a043d-4cd4-4962-a463-fb231257afb3} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3920 | 2025.05.22 21:20:32.449336 [ 261 ] {749a043d-4cd4-4962-a463-fb231257afb3} <Debug> executeQuery: Read 72 rows, 5.90 KiB in 0.001732 sec., 41570.43879907621 rows/sec., 3.33 MiB/sec. | ||
3921 | 2025.05.22 21:20:32.449376 [ 261 ] {749a043d-4cd4-4962-a463-fb231257afb3} <Debug> TCPHandler: Processed in 0.00203308 sec. | ||
3922 | 2025.05.22 21:20:32.449566 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3923 | 2025.05.22 21:20:32.449659 [ 261 ] {1d5d0414-7f53-464e-a1ac-9f7af89bdd3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3924 | 2025.05.22 21:20:32.449700 [ 261 ] {1d5d0414-7f53-464e-a1ac-9f7af89bdd3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3925 | 2025.05.22 21:20:32.450164 [ 261 ] {1d5d0414-7f53-464e-a1ac-9f7af89bdd3c} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3926 | 2025.05.22 21:20:32.450198 [ 261 ] {1d5d0414-7f53-464e-a1ac-9f7af89bdd3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3927 | 2025.05.22 21:20:32.450485 [ 261 ] {1d5d0414-7f53-464e-a1ac-9f7af89bdd3c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3928 | 2025.05.22 21:20:32.450687 [ 261 ] {1d5d0414-7f53-464e-a1ac-9f7af89bdd3c} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3929 | 2025.05.22 21:20:32.450814 [ 261 ] {1d5d0414-7f53-464e-a1ac-9f7af89bdd3c} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001173 sec., 6820.119352088662 rows/sec., 512.84 KiB/sec. | ||
3930 | 2025.05.22 21:20:32.450848 [ 261 ] {1d5d0414-7f53-464e-a1ac-9f7af89bdd3c} <Debug> TCPHandler: Processed in 0.00133065 sec. | ||
3931 | 2025.05.22 21:20:32.450964 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3932 | 2025.05.22 21:20:32.451056 [ 261 ] {8d1a76e3-b5d0-432e-8e80-b9a031e57529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3933 | 2025.05.22 21:20:32.451095 [ 261 ] {8d1a76e3-b5d0-432e-8e80-b9a031e57529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3934 | 2025.05.22 21:20:32.451524 [ 261 ] {8d1a76e3-b5d0-432e-8e80-b9a031e57529} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3935 | 2025.05.22 21:20:32.451557 [ 261 ] {8d1a76e3-b5d0-432e-8e80-b9a031e57529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3936 | 2025.05.22 21:20:32.451855 [ 261 ] {8d1a76e3-b5d0-432e-8e80-b9a031e57529} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
3937 | 2025.05.22 21:20:32.452066 [ 261 ] {8d1a76e3-b5d0-432e-8e80-b9a031e57529} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3938 | 2025.05.22 21:20:32.452190 [ 261 ] {8d1a76e3-b5d0-432e-8e80-b9a031e57529} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001152 sec., 62500 rows/sec., 4.88 MiB/sec. | ||
3939 | 2025.05.22 21:20:32.452224 [ 261 ] {8d1a76e3-b5d0-432e-8e80-b9a031e57529} <Debug> TCPHandler: Processed in 0.001306609 sec. | ||
3940 | 2025.05.22 21:20:32.452339 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3941 | 2025.05.22 21:20:32.452431 [ 261 ] {e17e35d2-626b-4b89-a74a-192ba162c607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3942 | 2025.05.22 21:20:32.452472 [ 261 ] {e17e35d2-626b-4b89-a74a-192ba162c607} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3943 | 2025.05.22 21:20:32.452888 [ 261 ] {e17e35d2-626b-4b89-a74a-192ba162c607} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3944 | 2025.05.22 21:20:32.452922 [ 261 ] {e17e35d2-626b-4b89-a74a-192ba162c607} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3945 | 2025.05.22 21:20:32.453241 [ 261 ] {e17e35d2-626b-4b89-a74a-192ba162c607} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3946 | 2025.05.22 21:20:32.453444 [ 261 ] {e17e35d2-626b-4b89-a74a-192ba162c607} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3947 | 2025.05.22 21:20:32.453568 [ 261 ] {e17e35d2-626b-4b89-a74a-192ba162c607} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001155 sec., 138528.13852813852 rows/sec., 9.65 MiB/sec. | ||
3948 | 2025.05.22 21:20:32.453602 [ 261 ] {e17e35d2-626b-4b89-a74a-192ba162c607} <Debug> TCPHandler: Processed in 0.00131084 sec. | ||
3949 | 2025.05.22 21:20:32.453710 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3950 | 2025.05.22 21:20:32.453801 [ 261 ] {7b5faf7f-3bb9-4aff-bd2e-2ddc045a6002} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3951 | 2025.05.22 21:20:32.453853 [ 261 ] {7b5faf7f-3bb9-4aff-bd2e-2ddc045a6002} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3952 | 2025.05.22 21:20:32.454599 [ 261 ] {7b5faf7f-3bb9-4aff-bd2e-2ddc045a6002} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3953 | 2025.05.22 21:20:32.454633 [ 261 ] {7b5faf7f-3bb9-4aff-bd2e-2ddc045a6002} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3954 | 2025.05.22 21:20:32.455121 [ 261 ] {7b5faf7f-3bb9-4aff-bd2e-2ddc045a6002} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3955 | 2025.05.22 21:20:32.455333 [ 261 ] {7b5faf7f-3bb9-4aff-bd2e-2ddc045a6002} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3956 | 2025.05.22 21:20:32.455463 [ 261 ] {7b5faf7f-3bb9-4aff-bd2e-2ddc045a6002} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00168 sec., 4761.9047619047615 rows/sec., 8.53 MiB/sec. | ||
3957 | 2025.05.22 21:20:32.455512 [ 261 ] {7b5faf7f-3bb9-4aff-bd2e-2ddc045a6002} <Debug> TCPHandler: Processed in 0.001848998 sec. | ||
3958 | 2025.05.22 21:20:32.455624 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3959 | 2025.05.22 21:20:32.455717 [ 261 ] {117042ce-b66f-4a6f-a8d6-e2451430efa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3960 | 2025.05.22 21:20:32.455757 [ 261 ] {117042ce-b66f-4a6f-a8d6-e2451430efa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3961 | 2025.05.22 21:20:32.456084 [ 261 ] {117042ce-b66f-4a6f-a8d6-e2451430efa9} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3962 | 2025.05.22 21:20:32.456118 [ 261 ] {117042ce-b66f-4a6f-a8d6-e2451430efa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3963 | 2025.05.22 21:20:32.456412 [ 261 ] {117042ce-b66f-4a6f-a8d6-e2451430efa9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3964 | 2025.05.22 21:20:32.456621 [ 261 ] {117042ce-b66f-4a6f-a8d6-e2451430efa9} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3965 | 2025.05.22 21:20:32.456742 [ 261 ] {117042ce-b66f-4a6f-a8d6-e2451430efa9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001043 sec., 57526.36625119846 rows/sec., 3.88 MiB/sec. | ||
3966 | 2025.05.22 21:20:32.456776 [ 261 ] {117042ce-b66f-4a6f-a8d6-e2451430efa9} <Debug> TCPHandler: Processed in 0.001199178 sec. | ||
3967 | 2025.05.22 21:20:34.201413 [ 88 ] {} <Debug> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3968 | 2025.05.22 21:20:34.201480 [ 88 ] {} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3969 | 2025.05.22 21:20:34.201504 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3970 | 2025.05.22 21:20:34.201621 [ 195 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::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 | ||
3971 | 2025.05.22 21:20:34.201768 [ 195 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3972 | 2025.05.22 21:20:34.201806 [ 195 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
3973 | 2025.05.22 21:20:34.201906 [ 195 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::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 | ||
3974 | 2025.05.22 21:20:34.201963 [ 195 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
3975 | 2025.05.22 21:20:34.202015 [ 195 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part | ||
3976 | 2025.05.22 21:20:34.202056 [ 195 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
3977 | 2025.05.22 21:20:34.202777 [ 194 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 5 columns (5 merged, 0 gathered) in 0.001205658 sec., 18247.297326439173 rows/sec., 1.52 MiB/sec. | ||
3978 | 2025.05.22 21:20:34.202948 [ 187 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3979 | 2025.05.22 21:20:34.203258 [ 187 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_5_1} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3980 | 2025.05.22 21:20:34.203341 [ 187 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_5_1} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3981 | 2025.05.22 21:20:34.203416 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
3982 | 2025.05.22 21:20:37.204760 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3983 | 2025.05.22 21:20:37.204981 [ 261 ] {d654d5ca-4d8b-4575-abe6-22b1c3c61e1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
3984 | 2025.05.22 21:20:37.205049 [ 261 ] {d654d5ca-4d8b-4575-abe6-22b1c3c61e1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
3985 | 2025.05.22 21:20:37.205676 [ 261 ] {d654d5ca-4d8b-4575-abe6-22b1c3c61e1b} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3986 | 2025.05.22 21:20:37.205714 [ 261 ] {d654d5ca-4d8b-4575-abe6-22b1c3c61e1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3987 | 2025.05.22 21:20:37.206130 [ 261 ] {d654d5ca-4d8b-4575-abe6-22b1c3c61e1b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3988 | 2025.05.22 21:20:37.206356 [ 261 ] {d654d5ca-4d8b-4575-abe6-22b1c3c61e1b} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3989 | 2025.05.22 21:20:37.206468 [ 86 ] {} <Debug> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3990 | 2025.05.22 21:20:37.206500 [ 86 ] {} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3991 | 2025.05.22 21:20:37.206501 [ 261 ] {d654d5ca-4d8b-4575-abe6-22b1c3c61e1b} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001601 sec., 14990.630855715179 rows/sec., 1.24 MiB/sec. | ||
3992 | 2025.05.22 21:20:37.206519 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3993 | 2025.05.22 21:20:37.206547 [ 261 ] {d654d5ca-4d8b-4575-abe6-22b1c3c61e1b} <Debug> TCPHandler: Processed in 0.001934928 sec. | ||
3994 | 2025.05.22 21:20:37.206594 [ 194 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::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 | ||
3995 | 2025.05.22 21:20:37.206661 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3996 | 2025.05.22 21:20:37.206681 [ 194 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3997 | 2025.05.22 21:20:37.206708 [ 194 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
3998 | 2025.05.22 21:20:37.206750 [ 261 ] {4beec2ac-ee13-457d-82c2-07b225a9a100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3999 | 2025.05.22 21:20:37.206765 [ 194 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part | ||
4000 | 2025.05.22 21:20:37.206788 [ 261 ] {4beec2ac-ee13-457d-82c2-07b225a9a100} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4001 | 2025.05.22 21:20:37.206808 [ 194 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::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 | ||
4002 | 2025.05.22 21:20:37.206860 [ 194 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::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 | ||
4003 | 2025.05.22 21:20:37.206898 [ 194 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::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 | ||
4004 | 2025.05.22 21:20:37.207594 [ 187 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001003815 sec., 119543.93986939825 rows/sec., 10.37 MiB/sec. | ||
4005 | 2025.05.22 21:20:37.207754 [ 190 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
4006 | 2025.05.22 21:20:37.207904 [ 261 ] {4beec2ac-ee13-457d-82c2-07b225a9a100} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4007 | 2025.05.22 21:20:37.207938 [ 261 ] {4beec2ac-ee13-457d-82c2-07b225a9a100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4008 | 2025.05.22 21:20:37.208017 [ 190 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_5_1} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4009 | 2025.05.22 21:20:37.208078 [ 190 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_5_1} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
4010 | 2025.05.22 21:20:37.208134 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
4011 | 2025.05.22 21:20:37.208328 [ 261 ] {4beec2ac-ee13-457d-82c2-07b225a9a100} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4012 | 2025.05.22 21:20:37.208541 [ 261 ] {4beec2ac-ee13-457d-82c2-07b225a9a100} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4013 | 2025.05.22 21:20:37.208668 [ 261 ] {4beec2ac-ee13-457d-82c2-07b225a9a100} <Debug> executeQuery: Read 1382 rows, 118.22 KiB in 0.001903 sec., 726221.7551234892 rows/sec., 60.67 MiB/sec. | ||
4014 | 2025.05.22 21:20:37.208703 [ 261 ] {4beec2ac-ee13-457d-82c2-07b225a9a100} <Debug> TCPHandler: Processed in 0.002065281 sec. | ||
4015 | 2025.05.22 21:20:37.208816 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4016 | 2025.05.22 21:20:37.208910 [ 261 ] {bc152e23-8091-447d-99e0-32a254a3be94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4017 | 2025.05.22 21:20:37.208949 [ 261 ] {bc152e23-8091-447d-99e0-32a254a3be94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4018 | 2025.05.22 21:20:37.209358 [ 261 ] {bc152e23-8091-447d-99e0-32a254a3be94} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4019 | 2025.05.22 21:20:37.209391 [ 261 ] {bc152e23-8091-447d-99e0-32a254a3be94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4020 | 2025.05.22 21:20:37.209690 [ 261 ] {bc152e23-8091-447d-99e0-32a254a3be94} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4021 | 2025.05.22 21:20:37.209910 [ 261 ] {bc152e23-8091-447d-99e0-32a254a3be94} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4022 | 2025.05.22 21:20:37.210038 [ 261 ] {bc152e23-8091-447d-99e0-32a254a3be94} <Debug> executeQuery: Read 45 rows, 3.44 KiB in 0.001147 sec., 39232.781168265035 rows/sec., 2.93 MiB/sec. | ||
4023 | 2025.05.22 21:20:37.210074 [ 261 ] {bc152e23-8091-447d-99e0-32a254a3be94} <Debug> TCPHandler: Processed in 0.00130913 sec. | ||
4024 | 2025.05.22 21:20:37.210195 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4025 | 2025.05.22 21:20:37.210287 [ 261 ] {5e0315b5-660e-4c6e-a7f2-935c75ec6e88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
4026 | 2025.05.22 21:20:37.210326 [ 261 ] {5e0315b5-660e-4c6e-a7f2-935c75ec6e88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4027 | 2025.05.22 21:20:37.210786 [ 261 ] {5e0315b5-660e-4c6e-a7f2-935c75ec6e88} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4028 | 2025.05.22 21:20:37.210821 [ 261 ] {5e0315b5-660e-4c6e-a7f2-935c75ec6e88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4029 | 2025.05.22 21:20:37.211122 [ 261 ] {5e0315b5-660e-4c6e-a7f2-935c75ec6e88} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4030 | 2025.05.22 21:20:37.211329 [ 261 ] {5e0315b5-660e-4c6e-a7f2-935c75ec6e88} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4031 | 2025.05.22 21:20:37.211453 [ 261 ] {5e0315b5-660e-4c6e-a7f2-935c75ec6e88} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001183 sec., 213017.75147928993 rows/sec., 14.73 MiB/sec. | ||
4032 | 2025.05.22 21:20:37.211490 [ 261 ] {5e0315b5-660e-4c6e-a7f2-935c75ec6e88} <Debug> TCPHandler: Processed in 0.00135065 sec. | ||
4033 | 2025.05.22 21:20:37.211602 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4034 | 2025.05.22 21:20:37.211695 [ 261 ] {e1f08af4-78bc-42b9-a2a9-e9b7e8c0fe73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
4035 | 2025.05.22 21:20:37.211733 [ 261 ] {e1f08af4-78bc-42b9-a2a9-e9b7e8c0fe73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4036 | 2025.05.22 21:20:37.212116 [ 261 ] {e1f08af4-78bc-42b9-a2a9-e9b7e8c0fe73} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4037 | 2025.05.22 21:20:37.212150 [ 261 ] {e1f08af4-78bc-42b9-a2a9-e9b7e8c0fe73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4038 | 2025.05.22 21:20:37.212449 [ 261 ] {e1f08af4-78bc-42b9-a2a9-e9b7e8c0fe73} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4039 | 2025.05.22 21:20:37.212659 [ 261 ] {e1f08af4-78bc-42b9-a2a9-e9b7e8c0fe73} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4040 | 2025.05.22 21:20:37.212745 [ 86 ] {} <Debug> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
4041 | 2025.05.22 21:20:37.212773 [ 86 ] {} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4042 | 2025.05.22 21:20:37.212784 [ 261 ] {e1f08af4-78bc-42b9-a2a9-e9b7e8c0fe73} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001107 sec., 10840.108401084011 rows/sec., 846.88 KiB/sec. | ||
4043 | 2025.05.22 21:20:37.212789 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4044 | 2025.05.22 21:20:37.212821 [ 261 ] {e1f08af4-78bc-42b9-a2a9-e9b7e8c0fe73} <Debug> TCPHandler: Processed in 0.001269648 sec. | ||
4045 | 2025.05.22 21:20:37.212851 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::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 | ||
4046 | 2025.05.22 21:20:37.212922 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4047 | 2025.05.22 21:20:37.212928 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4048 | 2025.05.22 21:20:37.212945 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part | ||
4049 | 2025.05.22 21:20:37.212989 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::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 | ||
4050 | 2025.05.22 21:20:37.213024 [ 261 ] {a3339485-801d-4ba1-a39c-03e338a9d0b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4051 | 2025.05.22 21:20:37.213025 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::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 | ||
4052 | 2025.05.22 21:20:37.213064 [ 261 ] {a3339485-801d-4ba1-a39c-03e338a9d0b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4053 | 2025.05.22 21:20:37.213073 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::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 | ||
4054 | 2025.05.22 21:20:37.213107 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::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 | ||
4055 | 2025.05.22 21:20:37.213656 [ 187 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.000827962 sec., 72467.0939004447 rows/sec., 5.81 MiB/sec. | ||
4056 | 2025.05.22 21:20:37.213658 [ 261 ] {a3339485-801d-4ba1-a39c-03e338a9d0b9} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4057 | 2025.05.22 21:20:37.213710 [ 261 ] {a3339485-801d-4ba1-a39c-03e338a9d0b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4058 | 2025.05.22 21:20:37.213787 [ 198 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
4059 | 2025.05.22 21:20:37.214036 [ 198 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_5_1} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4060 | 2025.05.22 21:20:37.214069 [ 261 ] {a3339485-801d-4ba1-a39c-03e338a9d0b9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4061 | 2025.05.22 21:20:37.214093 [ 198 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_5_1} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
4062 | 2025.05.22 21:20:37.214153 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4063 | 2025.05.22 21:20:37.214277 [ 261 ] {a3339485-801d-4ba1-a39c-03e338a9d0b9} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4064 | 2025.05.22 21:20:37.214404 [ 261 ] {a3339485-801d-4ba1-a39c-03e338a9d0b9} <Debug> executeQuery: Read 589 rows, 45.30 KiB in 0.001398 sec., 421316.1659513591 rows/sec., 31.65 MiB/sec. | ||
4065 | 2025.05.22 21:20:37.214440 [ 261 ] {a3339485-801d-4ba1-a39c-03e338a9d0b9} <Debug> TCPHandler: Processed in 0.001562244 sec. | ||
4066 | 2025.05.22 21:20:37.214554 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4067 | 2025.05.22 21:20:37.214647 [ 261 ] {ad92ef07-1e4e-4c3b-9622-dd7226b93646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4068 | 2025.05.22 21:20:37.214689 [ 261 ] {ad92ef07-1e4e-4c3b-9622-dd7226b93646} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4069 | 2025.05.22 21:20:37.215254 [ 261 ] {ad92ef07-1e4e-4c3b-9622-dd7226b93646} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4070 | 2025.05.22 21:20:37.215289 [ 261 ] {ad92ef07-1e4e-4c3b-9622-dd7226b93646} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4071 | 2025.05.22 21:20:37.215662 [ 261 ] {ad92ef07-1e4e-4c3b-9622-dd7226b93646} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4072 | 2025.05.22 21:20:37.215871 [ 261 ] {ad92ef07-1e4e-4c3b-9622-dd7226b93646} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4073 | 2025.05.22 21:20:37.215994 [ 261 ] {ad92ef07-1e4e-4c3b-9622-dd7226b93646} <Debug> executeQuery: Read 916 rows, 63.62 KiB in 0.001366 sec., 670571.0102489019 rows/sec., 45.48 MiB/sec. | ||
4074 | 2025.05.22 21:20:37.216030 [ 261 ] {ad92ef07-1e4e-4c3b-9622-dd7226b93646} <Debug> TCPHandler: Processed in 0.001525052 sec. | ||
4075 | 2025.05.22 21:20:37.216141 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4076 | 2025.05.22 21:20:37.216235 [ 261 ] {ea067eb0-6932-4d3e-bbab-d84c8609b8bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4077 | 2025.05.22 21:20:37.216311 [ 261 ] {ea067eb0-6932-4d3e-bbab-d84c8609b8bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4078 | 2025.05.22 21:20:37.217137 [ 261 ] {ea067eb0-6932-4d3e-bbab-d84c8609b8bc} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4079 | 2025.05.22 21:20:37.217171 [ 261 ] {ea067eb0-6932-4d3e-bbab-d84c8609b8bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4080 | 2025.05.22 21:20:37.217708 [ 261 ] {ea067eb0-6932-4d3e-bbab-d84c8609b8bc} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4081 | 2025.05.22 21:20:37.217930 [ 261 ] {ea067eb0-6932-4d3e-bbab-d84c8609b8bc} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4082 | 2025.05.22 21:20:37.218076 [ 261 ] {ea067eb0-6932-4d3e-bbab-d84c8609b8bc} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001861 sec., 17732.401934443846 rows/sec., 31.78 MiB/sec. | ||
4083 | 2025.05.22 21:20:37.218129 [ 261 ] {ea067eb0-6932-4d3e-bbab-d84c8609b8bc} <Debug> TCPHandler: Processed in 0.002038061 sec. | ||
4084 | 2025.05.22 21:20:37.218244 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4085 | 2025.05.22 21:20:37.218340 [ 261 ] {41765cec-63b5-48f8-9127-dcc9d297b1cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4086 | 2025.05.22 21:20:37.218381 [ 261 ] {41765cec-63b5-48f8-9127-dcc9d297b1cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4087 | 2025.05.22 21:20:37.218713 [ 261 ] {41765cec-63b5-48f8-9127-dcc9d297b1cc} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4088 | 2025.05.22 21:20:37.218747 [ 261 ] {41765cec-63b5-48f8-9127-dcc9d297b1cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4089 | 2025.05.22 21:20:37.219045 [ 261 ] {41765cec-63b5-48f8-9127-dcc9d297b1cc} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4090 | 2025.05.22 21:20:37.219250 [ 261 ] {41765cec-63b5-48f8-9127-dcc9d297b1cc} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4091 | 2025.05.22 21:20:37.219377 [ 261 ] {41765cec-63b5-48f8-9127-dcc9d297b1cc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001055 sec., 56872.037914691944 rows/sec., 3.83 MiB/sec. | ||
4092 | 2025.05.22 21:20:37.219412 [ 261 ] {41765cec-63b5-48f8-9127-dcc9d297b1cc} <Debug> TCPHandler: Processed in 0.001216999 sec. | ||
4093 | 2025.05.22 21:20:38.767278 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
4094 | 2025.05.22 21:20:38.767817 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4095 | 2025.05.22 21:20:38.767856 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4096 | 2025.05.22 21:20:38.768364 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4097 | 2025.05.22 21:20:38.768593 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4098 | 2025.05.22 21:20:38.768732 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
4099 | 2025.05.22 21:20:39.361973 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
4100 | 2025.05.22 21:20:39.378914 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4101 | 2025.05.22 21:20:39.378980 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4102 | 2025.05.22 21:20:39.384830 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4103 | 2025.05.22 21:20:39.385542 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4104 | 2025.05.22 21:20:39.388464 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
4105 | 2025.05.22 21:20:41.279953 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 550 | ||
4106 | 2025.05.22 21:20:41.282201 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4107 | 2025.05.22 21:20:41.282243 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4108 | 2025.05.22 21:20:41.283404 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4109 | 2025.05.22 21:20:41.283671 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4110 | 2025.05.22 21:20:41.283813 [ 80 ] {} <Debug> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4111 | 2025.05.22 21:20:41.283886 [ 80 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4112 | 2025.05.22 21:20:41.283910 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4113 | 2025.05.22 21:20:41.283924 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 550 | ||
4114 | 2025.05.22 21:20:41.284014 [ 194 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::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 | ||
4115 | 2025.05.22 21:20:41.284500 [ 194 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4116 | 2025.05.22 21:20:41.284654 [ 194 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 402 rows starting from the beginning of the part | ||
4117 | 2025.05.22 21:20:41.285019 [ 194 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 26 rows starting from the beginning of the part | ||
4118 | 2025.05.22 21:20:41.285358 [ 194 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 42 rows starting from the beginning of the part | ||
4119 | 2025.05.22 21:20:41.285689 [ 194 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part | ||
4120 | 2025.05.22 21:20:41.286008 [ 194 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 26 rows starting from the beginning of the part | ||
4121 | 2025.05.22 21:20:41.286330 [ 194 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part | ||
4122 | 2025.05.22 21:20:41.292164 [ 187 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 550 rows, containing 72 columns (72 merged, 0 gathered) in 0.008181292 sec., 67226.54563606824 rows/sec., 59.18 MiB/sec. | ||
4123 | 2025.05.22 21:20:41.292908 [ 194 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4124 | 2025.05.22 21:20:41.293412 [ 194 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_16_3} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4125 | 2025.05.22 21:20:41.293473 [ 194 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_16_3} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4126 | 2025.05.22 21:20:41.293600 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.81 MiB. | ||
4127 | 2025.05.22 21:20:42.446571 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4128 | 2025.05.22 21:20:42.446761 [ 261 ] {62e3ac9a-6084-47ba-aca3-ce87c7eb99da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4129 | 2025.05.22 21:20:42.446832 [ 261 ] {62e3ac9a-6084-47ba-aca3-ce87c7eb99da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4130 | 2025.05.22 21:20:42.447499 [ 261 ] {62e3ac9a-6084-47ba-aca3-ce87c7eb99da} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4131 | 2025.05.22 21:20:42.447553 [ 261 ] {62e3ac9a-6084-47ba-aca3-ce87c7eb99da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4132 | 2025.05.22 21:20:42.447989 [ 261 ] {62e3ac9a-6084-47ba-aca3-ce87c7eb99da} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4133 | 2025.05.22 21:20:42.448221 [ 261 ] {62e3ac9a-6084-47ba-aca3-ce87c7eb99da} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4134 | 2025.05.22 21:20:42.448354 [ 81 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4135 | 2025.05.22 21:20:42.448379 [ 261 ] {62e3ac9a-6084-47ba-aca3-ce87c7eb99da} <Debug> executeQuery: Read 72 rows, 5.90 KiB in 0.00167 sec., 43113.77245508982 rows/sec., 3.45 MiB/sec. | ||
4136 | 2025.05.22 21:20:42.448418 [ 81 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4137 | 2025.05.22 21:20:42.448440 [ 261 ] {62e3ac9a-6084-47ba-aca3-ce87c7eb99da} <Debug> TCPHandler: Processed in 0.00200112 sec. | ||
4138 | 2025.05.22 21:20:42.448444 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4139 | 2025.05.22 21:20:42.448558 [ 193 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::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 | ||
4140 | 2025.05.22 21:20:42.448575 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4141 | 2025.05.22 21:20:42.448674 [ 193 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4142 | 2025.05.22 21:20:42.448688 [ 261 ] {92a66fa2-2ff3-42db-b1ab-82203751adf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4143 | 2025.05.22 21:20:42.448713 [ 193 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1406 rows starting from the beginning of the part | ||
4144 | 2025.05.22 21:20:42.448739 [ 261 ] {92a66fa2-2ff3-42db-b1ab-82203751adf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4145 | 2025.05.22 21:20:42.448811 [ 193 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 73 rows starting from the beginning of the part | ||
4146 | 2025.05.22 21:20:42.448871 [ 193 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 122 rows starting from the beginning of the part | ||
4147 | 2025.05.22 21:20:42.448915 [ 193 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 72 rows starting from the beginning of the part | ||
4148 | 2025.05.22 21:20:42.448964 [ 193 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1382 rows starting from the beginning of the part | ||
4149 | 2025.05.22 21:20:42.449021 [ 193 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 72 rows starting from the beginning of the part | ||
4150 | 2025.05.22 21:20:42.449172 [ 261 ] {92a66fa2-2ff3-42db-b1ab-82203751adf1} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4151 | 2025.05.22 21:20:42.449216 [ 261 ] {92a66fa2-2ff3-42db-b1ab-82203751adf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4152 | 2025.05.22 21:20:42.449662 [ 261 ] {92a66fa2-2ff3-42db-b1ab-82203751adf1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4153 | 2025.05.22 21:20:42.449891 [ 261 ] {92a66fa2-2ff3-42db-b1ab-82203751adf1} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4154 | 2025.05.22 21:20:42.450008 [ 81 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4155 | 2025.05.22 21:20:42.450032 [ 261 ] {92a66fa2-2ff3-42db-b1ab-82203751adf1} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001368 sec., 5847.953216374269 rows/sec., 439.74 KiB/sec. | ||
4156 | 2025.05.22 21:20:42.450043 [ 81 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4157 | 2025.05.22 21:20:42.450072 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4158 | 2025.05.22 21:20:42.450079 [ 261 ] {92a66fa2-2ff3-42db-b1ab-82203751adf1} <Debug> TCPHandler: Processed in 0.001556023 sec. | ||
4159 | 2025.05.22 21:20:42.450162 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::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 | ||
4160 | 2025.05.22 21:20:42.450197 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4161 | 2025.05.22 21:20:42.450259 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4162 | 2025.05.22 21:20:42.450288 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 67 rows starting from the beginning of the part | ||
4163 | 2025.05.22 21:20:42.450294 [ 261 ] {8d42acc2-7c65-43bb-9538-6f11cd234e29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4164 | 2025.05.22 21:20:42.450337 [ 261 ] {8d42acc2-7c65-43bb-9538-6f11cd234e29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4165 | 2025.05.22 21:20:42.450343 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 10 rows starting from the beginning of the part | ||
4166 | 2025.05.22 21:20:42.450392 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 33 rows starting from the beginning of the part | ||
4167 | 2025.05.22 21:20:42.450442 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 8 rows starting from the beginning of the part | ||
4168 | 2025.05.22 21:20:42.450505 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 45 rows starting from the beginning of the part | ||
4169 | 2025.05.22 21:20:42.450552 [ 187 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3127 rows, containing 5 columns (5 merged, 0 gathered) in 0.00203387 sec., 1537463.063027627 rows/sec., 134.06 MiB/sec. | ||
4170 | 2025.05.22 21:20:42.450562 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 8 rows starting from the beginning of the part | ||
4171 | 2025.05.22 21:20:42.450756 [ 261 ] {8d42acc2-7c65-43bb-9538-6f11cd234e29} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4172 | 2025.05.22 21:20:42.450794 [ 261 ] {8d42acc2-7c65-43bb-9538-6f11cd234e29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4173 | 2025.05.22 21:20:42.450817 [ 197 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4174 | 2025.05.22 21:20:42.451128 [ 197 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_31_6} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4175 | 2025.05.22 21:20:42.451212 [ 197 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_31_6} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4176 | 2025.05.22 21:20:42.451226 [ 261 ] {8d42acc2-7c65-43bb-9538-6f11cd234e29} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4177 | 2025.05.22 21:20:42.451287 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
4178 | 2025.05.22 21:20:42.451390 [ 199 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 171 rows, containing 5 columns (5 merged, 0 gathered) in 0.001272028 sec., 134431.00309112694 rows/sec., 10.41 MiB/sec. | ||
4179 | 2025.05.22 21:20:42.451460 [ 261 ] {8d42acc2-7c65-43bb-9538-6f11cd234e29} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4180 | 2025.05.22 21:20:42.451572 [ 187 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4181 | 2025.05.22 21:20:42.451582 [ 81 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4182 | 2025.05.22 21:20:42.451599 [ 261 ] {8d42acc2-7c65-43bb-9538-6f11cd234e29} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001326 sec., 54298.642533936654 rows/sec., 4.24 MiB/sec. | ||
4183 | 2025.05.22 21:20:42.451635 [ 81 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4184 | 2025.05.22 21:20:42.451654 [ 261 ] {8d42acc2-7c65-43bb-9538-6f11cd234e29} <Debug> TCPHandler: Processed in 0.001506053 sec. | ||
4185 | 2025.05.22 21:20:42.451664 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4186 | 2025.05.22 21:20:42.451756 [ 199 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::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 | ||
4187 | 2025.05.22 21:20:42.451782 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4188 | 2025.05.22 21:20:42.451875 [ 199 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4189 | 2025.05.22 21:20:42.451883 [ 261 ] {7ea99779-15b3-4623-9b15-825934fdc96c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4190 | 2025.05.22 21:20:42.451899 [ 187 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_26_5} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4191 | 2025.05.22 21:20:42.451914 [ 199 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 629 rows starting from the beginning of the part | ||
4192 | 2025.05.22 21:20:42.451939 [ 261 ] {7ea99779-15b3-4623-9b15-825934fdc96c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4193 | 2025.05.22 21:20:42.451988 [ 199 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 74 rows starting from the beginning of the part | ||
4194 | 2025.05.22 21:20:42.451991 [ 187 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_26_5} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4195 | 2025.05.22 21:20:42.452038 [ 199 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 97 rows starting from the beginning of the part | ||
4196 | 2025.05.22 21:20:42.452078 [ 199 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 72 rows starting from the beginning of the part | ||
4197 | 2025.05.22 21:20:42.452090 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
4198 | 2025.05.22 21:20:42.452119 [ 199 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 589 rows starting from the beginning of the part | ||
4199 | 2025.05.22 21:20:42.452165 [ 199 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 72 rows starting from the beginning of the part | ||
4200 | 2025.05.22 21:20:42.452344 [ 261 ] {7ea99779-15b3-4623-9b15-825934fdc96c} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4201 | 2025.05.22 21:20:42.452385 [ 261 ] {7ea99779-15b3-4623-9b15-825934fdc96c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4202 | 2025.05.22 21:20:42.452738 [ 261 ] {7ea99779-15b3-4623-9b15-825934fdc96c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4203 | 2025.05.22 21:20:42.452975 [ 261 ] {7ea99779-15b3-4623-9b15-825934fdc96c} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4204 | 2025.05.22 21:20:42.453103 [ 261 ] {7ea99779-15b3-4623-9b15-825934fdc96c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00124 sec., 129032.25806451614 rows/sec., 8.99 MiB/sec. | ||
4205 | 2025.05.22 21:20:42.453140 [ 261 ] {7ea99779-15b3-4623-9b15-825934fdc96c} <Debug> TCPHandler: Processed in 0.001411421 sec. | ||
4206 | 2025.05.22 21:20:42.453251 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4207 | 2025.05.22 21:20:42.453252 [ 197 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1533 rows, containing 5 columns (5 merged, 0 gathered) in 0.001532433 sec., 1000369.9998629631 rows/sec., 79.67 MiB/sec. | ||
4208 | 2025.05.22 21:20:42.453344 [ 261 ] {55404a63-7acc-4e54-91a2-3714ab4c5c77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4209 | 2025.05.22 21:20:42.453406 [ 261 ] {55404a63-7acc-4e54-91a2-3714ab4c5c77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4210 | 2025.05.22 21:20:42.453409 [ 187 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4211 | 2025.05.22 21:20:42.453650 [ 187 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_31_6} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4212 | 2025.05.22 21:20:42.453716 [ 187 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_31_6} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4213 | 2025.05.22 21:20:42.453774 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
4214 | 2025.05.22 21:20:42.454143 [ 261 ] {55404a63-7acc-4e54-91a2-3714ab4c5c77} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4215 | 2025.05.22 21:20:42.454183 [ 261 ] {55404a63-7acc-4e54-91a2-3714ab4c5c77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4216 | 2025.05.22 21:20:42.454700 [ 261 ] {55404a63-7acc-4e54-91a2-3714ab4c5c77} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4217 | 2025.05.22 21:20:42.454923 [ 261 ] {55404a63-7acc-4e54-91a2-3714ab4c5c77} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4218 | 2025.05.22 21:20:42.455029 [ 81 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4219 | 2025.05.22 21:20:42.455058 [ 261 ] {55404a63-7acc-4e54-91a2-3714ab4c5c77} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001732 sec., 4618.937644341801 rows/sec., 8.28 MiB/sec. | ||
4220 | 2025.05.22 21:20:42.455061 [ 81 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4221 | 2025.05.22 21:20:42.455097 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4222 | 2025.05.22 21:20:42.455118 [ 261 ] {55404a63-7acc-4e54-91a2-3714ab4c5c77} <Debug> TCPHandler: Processed in 0.001916379 sec. | ||
4223 | 2025.05.22 21:20:42.455166 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
4224 | 2025.05.22 21:20:42.455234 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4225 | 2025.05.22 21:20:42.455331 [ 261 ] {aea84239-aee4-4376-810a-4589605ef050} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4226 | 2025.05.22 21:20:42.455366 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4227 | 2025.05.22 21:20:42.455372 [ 261 ] {aea84239-aee4-4376-810a-4589605ef050} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4228 | 2025.05.22 21:20:42.455418 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 489 rows starting from the beginning of the part | ||
4229 | 2025.05.22 21:20:42.455533 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 8 rows starting from the beginning of the part | ||
4230 | 2025.05.22 21:20:42.455635 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 33 rows starting from the beginning of the part | ||
4231 | 2025.05.22 21:20:42.455726 [ 261 ] {aea84239-aee4-4376-810a-4589605ef050} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4232 | 2025.05.22 21:20:42.455729 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 8 rows starting from the beginning of the part | ||
4233 | 2025.05.22 21:20:42.455769 [ 261 ] {aea84239-aee4-4376-810a-4589605ef050} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4234 | 2025.05.22 21:20:42.455843 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 33 rows starting from the beginning of the part | ||
4235 | 2025.05.22 21:20:42.455945 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 8 rows starting from the beginning of the part | ||
4236 | 2025.05.22 21:20:42.456093 [ 261 ] {aea84239-aee4-4376-810a-4589605ef050} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4237 | 2025.05.22 21:20:42.456339 [ 261 ] {aea84239-aee4-4376-810a-4589605ef050} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4238 | 2025.05.22 21:20:42.456475 [ 261 ] {aea84239-aee4-4376-810a-4589605ef050} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001162 sec., 51635.11187607573 rows/sec., 3.48 MiB/sec. | ||
4239 | 2025.05.22 21:20:42.456510 [ 261 ] {aea84239-aee4-4376-810a-4589605ef050} <Debug> TCPHandler: Processed in 0.00132331 sec. | ||
4240 | 2025.05.22 21:20:42.471854 [ 197 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 579 rows, containing 19 columns (19 merged, 0 gathered) in 0.016720029 sec., 34629.12654039057 rows/sec., 62.05 MiB/sec. | ||
4241 | 2025.05.22 21:20:42.472693 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4242 | 2025.05.22 21:20:42.473011 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4243 | 2025.05.22 21:20:42.473076 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4244 | 2025.05.22 21:20:42.473149 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. | ||
4245 | 2025.05.22 21:20:43.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 228.90 MiB, peak 236.23 MiB, free memory in arenas 0.00 B, will set to 231.02 MiB (RSS), difference: 2.11 MiB | ||
4246 | 2025.05.22 21:20:46.184871 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4247 | 2025.05.22 21:20:46.184939 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4248 | 2025.05.22 21:20:46.268885 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
4249 | 2025.05.22 21:20:46.269586 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4250 | 2025.05.22 21:20:46.269629 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4251 | 2025.05.22 21:20:46.270106 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4252 | 2025.05.22 21:20:46.270335 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4253 | 2025.05.22 21:20:46.270467 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
4254 | 2025.05.22 21:20:46.270501 [ 74 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4255 | 2025.05.22 21:20:46.270583 [ 74 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4256 | 2025.05.22 21:20:46.270622 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4257 | 2025.05.22 21:20:46.270754 [ 192 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
4258 | 2025.05.22 21:20:46.270899 [ 192 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4259 | 2025.05.22 21:20:46.270936 [ 192 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
4260 | 2025.05.22 21:20:46.271001 [ 192 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
4261 | 2025.05.22 21:20:46.271045 [ 192 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
4262 | 2025.05.22 21:20:46.271083 [ 192 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
4263 | 2025.05.22 21:20:46.271119 [ 192 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
4264 | 2025.05.22 21:20:46.271156 [ 192 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
4265 | 2025.05.22 21:20:46.273220 [ 197 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.002516767 sec., 4750539.084468288 rows/sec., 67.96 MiB/sec. | ||
4266 | 2025.05.22 21:20:46.273508 [ 192 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4267 | 2025.05.22 21:20:46.273790 [ 192 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_26_5} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4268 | 2025.05.22 21:20:46.273862 [ 192 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_26_5} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4269 | 2025.05.22 21:20:46.273940 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. | ||
4270 | 2025.05.22 21:20:46.888548 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
4271 | 2025.05.22 21:20:46.905196 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4272 | 2025.05.22 21:20:46.905254 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4273 | 2025.05.22 21:20:46.910841 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4274 | 2025.05.22 21:20:46.911560 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4275 | 2025.05.22 21:20:46.911857 [ 74 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4276 | 2025.05.22 21:20:46.911953 [ 74 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4277 | 2025.05.22 21:20:46.911991 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4278 | 2025.05.22 21:20:46.912096 [ 200 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
4279 | 2025.05.22 21:20:46.914360 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
4280 | 2025.05.22 21:20:46.915080 [ 200 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4281 | 2025.05.22 21:20:46.915773 [ 200 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
4282 | 2025.05.22 21:20:46.919009 [ 200 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
4283 | 2025.05.22 21:20:46.922201 [ 200 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
4284 | 2025.05.22 21:20:46.925688 [ 200 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
4285 | 2025.05.22 21:20:46.929491 [ 200 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
4286 | 2025.05.22 21:20:46.933169 [ 200 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
4287 | 2025.05.22 21:20:46.983426 [ 197 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.071360972 sec., 2746.599359661189 rows/sec., 14.20 MiB/sec. | ||
4288 | 2025.05.22 21:20:46.986240 [ 197 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4289 | 2025.05.22 21:20:46.988529 [ 197 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_26_5} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4290 | 2025.05.22 21:20:46.988636 [ 197 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_26_5} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4291 | 2025.05.22 21:20:46.991253 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
4292 | 2025.05.22 21:20:47.001144 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 232.14 MiB, peak 242.68 MiB, free memory in arenas 0.00 B, will set to 235.42 MiB (RSS), difference: 3.28 MiB | ||
4293 | 2025.05.22 21:20:47.448212 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4294 | 2025.05.22 21:20:47.448410 [ 261 ] {f1182500-ed64-4c1d-b801-4bfab355ad50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4295 | 2025.05.22 21:20:47.448483 [ 261 ] {f1182500-ed64-4c1d-b801-4bfab355ad50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4296 | 2025.05.22 21:20:47.449198 [ 261 ] {f1182500-ed64-4c1d-b801-4bfab355ad50} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4297 | 2025.05.22 21:20:47.449242 [ 261 ] {f1182500-ed64-4c1d-b801-4bfab355ad50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4298 | 2025.05.22 21:20:47.449656 [ 261 ] {f1182500-ed64-4c1d-b801-4bfab355ad50} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4299 | 2025.05.22 21:20:47.449890 [ 261 ] {f1182500-ed64-4c1d-b801-4bfab355ad50} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4300 | 2025.05.22 21:20:47.450039 [ 261 ] {f1182500-ed64-4c1d-b801-4bfab355ad50} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.001683 sec., 72489.60190136661 rows/sec., 6.19 MiB/sec. | ||
4301 | 2025.05.22 21:20:47.450080 [ 261 ] {f1182500-ed64-4c1d-b801-4bfab355ad50} <Debug> TCPHandler: Processed in 0.00200352 sec. | ||
4302 | 2025.05.22 21:20:47.450199 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4303 | 2025.05.22 21:20:47.450294 [ 261 ] {46830887-062a-4ae8-9546-602542f6d58c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4304 | 2025.05.22 21:20:47.450334 [ 261 ] {46830887-062a-4ae8-9546-602542f6d58c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4305 | 2025.05.22 21:20:47.450746 [ 261 ] {46830887-062a-4ae8-9546-602542f6d58c} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4306 | 2025.05.22 21:20:47.450780 [ 261 ] {46830887-062a-4ae8-9546-602542f6d58c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4307 | 2025.05.22 21:20:47.451069 [ 261 ] {46830887-062a-4ae8-9546-602542f6d58c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4308 | 2025.05.22 21:20:47.451273 [ 261 ] {46830887-062a-4ae8-9546-602542f6d58c} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4309 | 2025.05.22 21:20:47.451400 [ 261 ] {46830887-062a-4ae8-9546-602542f6d58c} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001125 sec., 29333.333333333336 rows/sec., 2.15 MiB/sec. | ||
4310 | 2025.05.22 21:20:47.451435 [ 261 ] {46830887-062a-4ae8-9546-602542f6d58c} <Debug> TCPHandler: Processed in 0.001287119 sec. | ||
4311 | 2025.05.22 21:20:47.451562 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4312 | 2025.05.22 21:20:47.451657 [ 261 ] {b3c0eb2b-9f0b-4f6b-a49b-a50874ffb965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4313 | 2025.05.22 21:20:47.451695 [ 261 ] {b3c0eb2b-9f0b-4f6b-a49b-a50874ffb965} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4314 | 2025.05.22 21:20:47.452134 [ 261 ] {b3c0eb2b-9f0b-4f6b-a49b-a50874ffb965} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4315 | 2025.05.22 21:20:47.452168 [ 261 ] {b3c0eb2b-9f0b-4f6b-a49b-a50874ffb965} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4316 | 2025.05.22 21:20:47.452464 [ 261 ] {b3c0eb2b-9f0b-4f6b-a49b-a50874ffb965} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4317 | 2025.05.22 21:20:47.452670 [ 261 ] {b3c0eb2b-9f0b-4f6b-a49b-a50874ffb965} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4318 | 2025.05.22 21:20:47.452792 [ 261 ] {b3c0eb2b-9f0b-4f6b-a49b-a50874ffb965} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001154 sec., 84055.45927209705 rows/sec., 6.56 MiB/sec. | ||
4319 | 2025.05.22 21:20:47.452829 [ 261 ] {b3c0eb2b-9f0b-4f6b-a49b-a50874ffb965} <Debug> TCPHandler: Processed in 0.001324689 sec. | ||
4320 | 2025.05.22 21:20:47.452959 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4321 | 2025.05.22 21:20:47.453052 [ 261 ] {1e42a071-ae93-4f72-b91f-3988757cc766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4322 | 2025.05.22 21:20:47.453094 [ 261 ] {1e42a071-ae93-4f72-b91f-3988757cc766} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4323 | 2025.05.22 21:20:47.453533 [ 261 ] {1e42a071-ae93-4f72-b91f-3988757cc766} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4324 | 2025.05.22 21:20:47.453565 [ 261 ] {1e42a071-ae93-4f72-b91f-3988757cc766} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4325 | 2025.05.22 21:20:47.453889 [ 261 ] {1e42a071-ae93-4f72-b91f-3988757cc766} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4326 | 2025.05.22 21:20:47.454104 [ 261 ] {1e42a071-ae93-4f72-b91f-3988757cc766} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4327 | 2025.05.22 21:20:47.454201 [ 74 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4328 | 2025.05.22 21:20:47.454230 [ 261 ] {1e42a071-ae93-4f72-b91f-3988757cc766} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001196 sec., 133779.26421404682 rows/sec., 9.32 MiB/sec. | ||
4329 | 2025.05.22 21:20:47.454232 [ 74 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4330 | 2025.05.22 21:20:47.454260 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4331 | 2025.05.22 21:20:47.454266 [ 261 ] {1e42a071-ae93-4f72-b91f-3988757cc766} <Debug> TCPHandler: Processed in 0.001365711 sec. | ||
4332 | 2025.05.22 21:20:47.454373 [ 196 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
4333 | 2025.05.22 21:20:47.454386 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4334 | 2025.05.22 21:20:47.454518 [ 261 ] {e1613440-036c-407b-ac60-2e9ebea2366a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4335 | 2025.05.22 21:20:47.454520 [ 196 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4336 | 2025.05.22 21:20:47.454605 [ 261 ] {e1613440-036c-407b-ac60-2e9ebea2366a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4337 | 2025.05.22 21:20:47.454615 [ 196 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7472 rows starting from the beginning of the part | ||
4338 | 2025.05.22 21:20:47.454691 [ 196 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
4339 | 2025.05.22 21:20:47.454745 [ 196 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part | ||
4340 | 2025.05.22 21:20:47.454792 [ 196 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 916 rows starting from the beginning of the part | ||
4341 | 2025.05.22 21:20:47.454862 [ 196 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
4342 | 2025.05.22 21:20:47.454906 [ 196 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part | ||
4343 | 2025.05.22 21:20:47.455404 [ 261 ] {e1613440-036c-407b-ac60-2e9ebea2366a} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4344 | 2025.05.22 21:20:47.455446 [ 261 ] {e1613440-036c-407b-ac60-2e9ebea2366a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4345 | 2025.05.22 21:20:47.456175 [ 261 ] {e1613440-036c-407b-ac60-2e9ebea2366a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4346 | 2025.05.22 21:20:47.456423 [ 261 ] {e1613440-036c-407b-ac60-2e9ebea2366a} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4347 | 2025.05.22 21:20:47.456565 [ 261 ] {e1613440-036c-407b-ac60-2e9ebea2366a} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002065 sec., 15980.629539951575 rows/sec., 28.64 MiB/sec. | ||
4348 | 2025.05.22 21:20:47.456619 [ 261 ] {e1613440-036c-407b-ac60-2e9ebea2366a} <Debug> TCPHandler: Processed in 0.002281754 sec. | ||
4349 | 2025.05.22 21:20:47.456731 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4350 | 2025.05.22 21:20:47.456826 [ 261 ] {7881dc5b-f35c-4364-9026-7ff6aa671c45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4351 | 2025.05.22 21:20:47.456867 [ 261 ] {7881dc5b-f35c-4364-9026-7ff6aa671c45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4352 | 2025.05.22 21:20:47.457196 [ 261 ] {7881dc5b-f35c-4364-9026-7ff6aa671c45} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4353 | 2025.05.22 21:20:47.457229 [ 261 ] {7881dc5b-f35c-4364-9026-7ff6aa671c45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4354 | 2025.05.22 21:20:47.457568 [ 261 ] {7881dc5b-f35c-4364-9026-7ff6aa671c45} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4355 | 2025.05.22 21:20:47.457776 [ 261 ] {7881dc5b-f35c-4364-9026-7ff6aa671c45} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4356 | 2025.05.22 21:20:47.457865 [ 74 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4357 | 2025.05.22 21:20:47.457889 [ 74 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4358 | 2025.05.22 21:20:47.457904 [ 261 ] {7881dc5b-f35c-4364-9026-7ff6aa671c45} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. | ||
4359 | 2025.05.22 21:20:47.457904 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4360 | 2025.05.22 21:20:47.457938 [ 261 ] {7881dc5b-f35c-4364-9026-7ff6aa671c45} <Debug> TCPHandler: Processed in 0.001255338 sec. | ||
4361 | 2025.05.22 21:20:47.458022 [ 201 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
4362 | 2025.05.22 21:20:47.458173 [ 201 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4363 | 2025.05.22 21:20:47.458206 [ 201 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
4364 | 2025.05.22 21:20:47.458275 [ 201 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
4365 | 2025.05.22 21:20:47.458324 [ 201 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
4366 | 2025.05.22 21:20:47.458371 [ 201 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
4367 | 2025.05.22 21:20:47.458411 [ 201 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
4368 | 2025.05.22 21:20:47.458451 [ 201 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
4369 | 2025.05.22 21:20:47.458787 [ 188 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9028 rows, containing 5 columns (5 merged, 0 gathered) in 0.004466747 sec., 2021157.6791790535 rows/sec., 138.75 MiB/sec. | ||
4370 | 2025.05.22 21:20:47.458969 [ 188 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4371 | 2025.05.22 21:20:47.459242 [ 188 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4372 | 2025.05.22 21:20:47.459314 [ 188 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4373 | 2025.05.22 21:20:47.459383 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB. | ||
4374 | 2025.05.22 21:20:47.459446 [ 201 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1158 rows, containing 4 columns (4 merged, 0 gathered) in 0.001475422 sec., 784860.1959303846 rows/sec., 53.37 MiB/sec. | ||
4375 | 2025.05.22 21:20:47.459703 [ 191 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4376 | 2025.05.22 21:20:47.460031 [ 191 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_31_6} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4377 | 2025.05.22 21:20:47.460121 [ 191 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_31_6} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4378 | 2025.05.22 21:20:47.460231 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
4379 | 2025.05.22 21:20:48.000140 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 235.91 MiB, peak 242.82 MiB, free memory in arenas 0.00 B, will set to 236.94 MiB (RSS), difference: 1.02 MiB | ||
4380 | 2025.05.22 21:20:49.545043 [ 71 ] {} <Debug> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
4381 | 2025.05.22 21:20:49.545121 [ 71 ] {} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4382 | 2025.05.22 21:20:49.545150 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4383 | 2025.05.22 21:20:49.545292 [ 188 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::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 | ||
4384 | 2025.05.22 21:20:49.545429 [ 188 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4385 | 2025.05.22 21:20:49.545460 [ 188 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
4386 | 2025.05.22 21:20:49.545524 [ 188 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part | ||
4387 | 2025.05.22 21:20:49.545567 [ 188 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 252 rows starting from the beginning of the part | ||
4388 | 2025.05.22 21:20:49.545615 [ 188 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 252 rows starting from the beginning of the part | ||
4389 | 2025.05.22 21:20:49.545660 [ 188 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 252 rows starting from the beginning of the part | ||
4390 | 2025.05.22 21:20:49.546495 [ 191 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 804 rows, containing 5 columns (5 merged, 0 gathered) in 0.001259659 sec., 638267.975698185 rows/sec., 47.11 MiB/sec. | ||
4391 | 2025.05.22 21:20:49.546716 [ 201 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
4392 | 2025.05.22 21:20:49.547083 [ 201 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_5_1} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4393 | 2025.05.22 21:20:49.547174 [ 201 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_5_1} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
4394 | 2025.05.22 21:20:49.547272 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
4395 | 2025.05.22 21:20:51.284965 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 574 | ||
4396 | 2025.05.22 21:20:51.287080 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4397 | 2025.05.22 21:20:51.287118 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4398 | 2025.05.22 21:20:51.288271 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4399 | 2025.05.22 21:20:51.288536 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4400 | 2025.05.22 21:20:51.288792 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 574 | ||
4401 | 2025.05.22 21:20:52.446336 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4402 | 2025.05.22 21:20:52.446533 [ 261 ] {33c07a1c-e7be-4e27-8666-d13f4c945b09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
4403 | 2025.05.22 21:20:52.446605 [ 261 ] {33c07a1c-e7be-4e27-8666-d13f4c945b09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4404 | 2025.05.22 21:20:52.447274 [ 261 ] {33c07a1c-e7be-4e27-8666-d13f4c945b09} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4405 | 2025.05.22 21:20:52.447321 [ 261 ] {33c07a1c-e7be-4e27-8666-d13f4c945b09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4406 | 2025.05.22 21:20:52.447701 [ 261 ] {33c07a1c-e7be-4e27-8666-d13f4c945b09} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4407 | 2025.05.22 21:20:52.447923 [ 261 ] {33c07a1c-e7be-4e27-8666-d13f4c945b09} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4408 | 2025.05.22 21:20:52.448069 [ 261 ] {33c07a1c-e7be-4e27-8666-d13f4c945b09} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00159 sec., 2515.7232704402513 rows/sec., 205.14 KiB/sec. | ||
4409 | 2025.05.22 21:20:52.448110 [ 261 ] {33c07a1c-e7be-4e27-8666-d13f4c945b09} <Debug> TCPHandler: Processed in 0.001912499 sec. | ||
4410 | 2025.05.22 21:20:52.448224 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4411 | 2025.05.22 21:20:52.448321 [ 261 ] {ba3f6702-8acc-47c4-8f46-a39c4fb124bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4412 | 2025.05.22 21:20:52.448361 [ 261 ] {ba3f6702-8acc-47c4-8f46-a39c4fb124bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4413 | 2025.05.22 21:20:52.448769 [ 261 ] {ba3f6702-8acc-47c4-8f46-a39c4fb124bc} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4414 | 2025.05.22 21:20:52.448804 [ 261 ] {ba3f6702-8acc-47c4-8f46-a39c4fb124bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4415 | 2025.05.22 21:20:52.449130 [ 261 ] {ba3f6702-8acc-47c4-8f46-a39c4fb124bc} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4416 | 2025.05.22 21:20:52.449343 [ 261 ] {ba3f6702-8acc-47c4-8f46-a39c4fb124bc} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4417 | 2025.05.22 21:20:52.449466 [ 261 ] {ba3f6702-8acc-47c4-8f46-a39c4fb124bc} <Debug> executeQuery: Read 74 rows, 6.05 KiB in 0.001164 sec., 63573.88316151202 rows/sec., 5.08 MiB/sec. | ||
4418 | 2025.05.22 21:20:52.449501 [ 261 ] {ba3f6702-8acc-47c4-8f46-a39c4fb124bc} <Debug> TCPHandler: Processed in 0.00132768 sec. | ||
4419 | 2025.05.22 21:20:52.449612 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4420 | 2025.05.22 21:20:52.449705 [ 261 ] {a86166bc-a78b-4365-9a49-1ea15253a741} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4421 | 2025.05.22 21:20:52.449744 [ 261 ] {a86166bc-a78b-4365-9a49-1ea15253a741} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4422 | 2025.05.22 21:20:52.450130 [ 261 ] {a86166bc-a78b-4365-9a49-1ea15253a741} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4423 | 2025.05.22 21:20:52.450163 [ 261 ] {a86166bc-a78b-4365-9a49-1ea15253a741} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4424 | 2025.05.22 21:20:52.450454 [ 261 ] {a86166bc-a78b-4365-9a49-1ea15253a741} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4425 | 2025.05.22 21:20:52.450669 [ 261 ] {a86166bc-a78b-4365-9a49-1ea15253a741} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4426 | 2025.05.22 21:20:52.450795 [ 261 ] {a86166bc-a78b-4365-9a49-1ea15253a741} <Debug> executeQuery: Read 12 rows, 902.00 B in 0.001108 sec., 10830.324909747293 rows/sec., 795.00 KiB/sec. | ||
4427 | 2025.05.22 21:20:52.450832 [ 261 ] {a86166bc-a78b-4365-9a49-1ea15253a741} <Debug> TCPHandler: Processed in 0.001269149 sec. | ||
4428 | 2025.05.22 21:20:52.450937 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4429 | 2025.05.22 21:20:52.451040 [ 261 ] {ad11437c-8867-4466-8f39-25dd682e9685} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4430 | 2025.05.22 21:20:52.451080 [ 261 ] {ad11437c-8867-4466-8f39-25dd682e9685} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4431 | 2025.05.22 21:20:52.451487 [ 261 ] {ad11437c-8867-4466-8f39-25dd682e9685} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4432 | 2025.05.22 21:20:52.451520 [ 261 ] {ad11437c-8867-4466-8f39-25dd682e9685} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4433 | 2025.05.22 21:20:52.451814 [ 261 ] {ad11437c-8867-4466-8f39-25dd682e9685} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4434 | 2025.05.22 21:20:52.452019 [ 261 ] {ad11437c-8867-4466-8f39-25dd682e9685} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4435 | 2025.05.22 21:20:52.452141 [ 261 ] {ad11437c-8867-4466-8f39-25dd682e9685} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001119 sec., 67917.78373547811 rows/sec., 5.31 MiB/sec. | ||
4436 | 2025.05.22 21:20:52.452177 [ 261 ] {ad11437c-8867-4466-8f39-25dd682e9685} <Debug> TCPHandler: Processed in 0.001289349 sec. | ||
4437 | 2025.05.22 21:20:52.452287 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4438 | 2025.05.22 21:20:52.452388 [ 261 ] {d5c3cf33-78ee-4bf5-9628-51ad6e215eb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4439 | 2025.05.22 21:20:52.452431 [ 261 ] {d5c3cf33-78ee-4bf5-9628-51ad6e215eb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4440 | 2025.05.22 21:20:52.452817 [ 261 ] {d5c3cf33-78ee-4bf5-9628-51ad6e215eb4} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4441 | 2025.05.22 21:20:52.452851 [ 261 ] {d5c3cf33-78ee-4bf5-9628-51ad6e215eb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4442 | 2025.05.22 21:20:52.453207 [ 261 ] {d5c3cf33-78ee-4bf5-9628-51ad6e215eb4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4443 | 2025.05.22 21:20:52.453422 [ 261 ] {d5c3cf33-78ee-4bf5-9628-51ad6e215eb4} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4444 | 2025.05.22 21:20:52.453548 [ 261 ] {d5c3cf33-78ee-4bf5-9628-51ad6e215eb4} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001178 sec., 137521.22241086588 rows/sec., 9.58 MiB/sec. | ||
4445 | 2025.05.22 21:20:52.453585 [ 261 ] {d5c3cf33-78ee-4bf5-9628-51ad6e215eb4} <Debug> TCPHandler: Processed in 0.00134706 sec. | ||
4446 | 2025.05.22 21:20:52.453685 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4447 | 2025.05.22 21:20:52.453785 [ 261 ] {f750f237-53b6-4650-aa1d-4a160f9039e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4448 | 2025.05.22 21:20:52.453839 [ 261 ] {f750f237-53b6-4650-aa1d-4a160f9039e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4449 | 2025.05.22 21:20:52.454580 [ 261 ] {f750f237-53b6-4650-aa1d-4a160f9039e3} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4450 | 2025.05.22 21:20:52.454615 [ 261 ] {f750f237-53b6-4650-aa1d-4a160f9039e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4451 | 2025.05.22 21:20:52.455118 [ 261 ] {f750f237-53b6-4650-aa1d-4a160f9039e3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4452 | 2025.05.22 21:20:52.455342 [ 261 ] {f750f237-53b6-4650-aa1d-4a160f9039e3} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4453 | 2025.05.22 21:20:52.455478 [ 261 ] {f750f237-53b6-4650-aa1d-4a160f9039e3} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001711 sec., 4675.62828755114 rows/sec., 8.38 MiB/sec. | ||
4454 | 2025.05.22 21:20:52.455530 [ 261 ] {f750f237-53b6-4650-aa1d-4a160f9039e3} <Debug> TCPHandler: Processed in 0.001894428 sec. | ||
4455 | 2025.05.22 21:20:52.455649 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4456 | 2025.05.22 21:20:52.455752 [ 261 ] {53342ee4-bd85-4b38-a1c1-0dd0566f202b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4457 | 2025.05.22 21:20:52.455793 [ 261 ] {53342ee4-bd85-4b38-a1c1-0dd0566f202b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4458 | 2025.05.22 21:20:52.456130 [ 261 ] {53342ee4-bd85-4b38-a1c1-0dd0566f202b} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4459 | 2025.05.22 21:20:52.456166 [ 261 ] {53342ee4-bd85-4b38-a1c1-0dd0566f202b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4460 | 2025.05.22 21:20:52.456493 [ 261 ] {53342ee4-bd85-4b38-a1c1-0dd0566f202b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4461 | 2025.05.22 21:20:52.456698 [ 261 ] {53342ee4-bd85-4b38-a1c1-0dd0566f202b} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4462 | 2025.05.22 21:20:52.456822 [ 261 ] {53342ee4-bd85-4b38-a1c1-0dd0566f202b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. | ||
4463 | 2025.05.22 21:20:52.456857 [ 261 ] {53342ee4-bd85-4b38-a1c1-0dd0566f202b} <Debug> TCPHandler: Processed in 0.001257859 sec. | ||
4464 | 2025.05.22 21:20:53.771413 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
4465 | 2025.05.22 21:20:53.771894 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4466 | 2025.05.22 21:20:53.771943 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4467 | 2025.05.22 21:20:53.772446 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4468 | 2025.05.22 21:20:53.772671 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4469 | 2025.05.22 21:20:53.772797 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
4470 | 2025.05.22 21:20:54.415288 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
4471 | 2025.05.22 21:20:54.431052 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4472 | 2025.05.22 21:20:54.431112 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4473 | 2025.05.22 21:20:54.436560 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4474 | 2025.05.22 21:20:54.437248 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4475 | 2025.05.22 21:20:54.440213 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
4476 | 2025.05.22 21:20:57.448093 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4477 | 2025.05.22 21:20:57.448314 [ 261 ] {90ab6b6e-3cf1-4344-9b10-89e2ae6d7d2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4478 | 2025.05.22 21:20:57.448390 [ 261 ] {90ab6b6e-3cf1-4344-9b10-89e2ae6d7d2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4479 | 2025.05.22 21:20:57.449043 [ 261 ] {90ab6b6e-3cf1-4344-9b10-89e2ae6d7d2d} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4480 | 2025.05.22 21:20:57.449089 [ 261 ] {90ab6b6e-3cf1-4344-9b10-89e2ae6d7d2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4481 | 2025.05.22 21:20:57.449494 [ 261 ] {90ab6b6e-3cf1-4344-9b10-89e2ae6d7d2d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4482 | 2025.05.22 21:20:57.449732 [ 261 ] {90ab6b6e-3cf1-4344-9b10-89e2ae6d7d2d} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4483 | 2025.05.22 21:20:57.449883 [ 261 ] {90ab6b6e-3cf1-4344-9b10-89e2ae6d7d2d} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.001625 sec., 75076.92307692308 rows/sec., 6.41 MiB/sec. | ||
4484 | 2025.05.22 21:20:57.449926 [ 261 ] {90ab6b6e-3cf1-4344-9b10-89e2ae6d7d2d} <Debug> TCPHandler: Processed in 0.00197146 sec. | ||
4485 | 2025.05.22 21:20:57.450045 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4486 | 2025.05.22 21:20:57.450140 [ 261 ] {e9912129-0981-4ddf-a98c-1b2951577973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4487 | 2025.05.22 21:20:57.450181 [ 261 ] {e9912129-0981-4ddf-a98c-1b2951577973} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4488 | 2025.05.22 21:20:57.450578 [ 261 ] {e9912129-0981-4ddf-a98c-1b2951577973} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4489 | 2025.05.22 21:20:57.450613 [ 261 ] {e9912129-0981-4ddf-a98c-1b2951577973} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4490 | 2025.05.22 21:20:57.450906 [ 261 ] {e9912129-0981-4ddf-a98c-1b2951577973} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4491 | 2025.05.22 21:20:57.451110 [ 261 ] {e9912129-0981-4ddf-a98c-1b2951577973} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4492 | 2025.05.22 21:20:57.451240 [ 261 ] {e9912129-0981-4ddf-a98c-1b2951577973} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001119 sec., 29490.616621983914 rows/sec., 2.17 MiB/sec. | ||
4493 | 2025.05.22 21:20:57.451276 [ 261 ] {e9912129-0981-4ddf-a98c-1b2951577973} <Debug> TCPHandler: Processed in 0.001282029 sec. | ||
4494 | 2025.05.22 21:20:57.451382 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4495 | 2025.05.22 21:20:57.451475 [ 261 ] {4fb0674e-7890-43ed-996c-6b3a7f4cceba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4496 | 2025.05.22 21:20:57.451514 [ 261 ] {4fb0674e-7890-43ed-996c-6b3a7f4cceba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4497 | 2025.05.22 21:20:57.451925 [ 261 ] {4fb0674e-7890-43ed-996c-6b3a7f4cceba} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4498 | 2025.05.22 21:20:57.451961 [ 261 ] {4fb0674e-7890-43ed-996c-6b3a7f4cceba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4499 | 2025.05.22 21:20:57.452259 [ 261 ] {4fb0674e-7890-43ed-996c-6b3a7f4cceba} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4500 | 2025.05.22 21:20:57.452467 [ 261 ] {4fb0674e-7890-43ed-996c-6b3a7f4cceba} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4501 | 2025.05.22 21:20:57.452595 [ 261 ] {4fb0674e-7890-43ed-996c-6b3a7f4cceba} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001138 sec., 85237.25834797892 rows/sec., 6.66 MiB/sec. | ||
4502 | 2025.05.22 21:20:57.452631 [ 261 ] {4fb0674e-7890-43ed-996c-6b3a7f4cceba} <Debug> TCPHandler: Processed in 0.001298689 sec. | ||
4503 | 2025.05.22 21:20:57.452739 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4504 | 2025.05.22 21:20:57.452834 [ 261 ] {7d300566-321e-44d8-b7c7-ff955c0eb4c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4505 | 2025.05.22 21:20:57.452875 [ 261 ] {7d300566-321e-44d8-b7c7-ff955c0eb4c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4506 | 2025.05.22 21:20:57.453261 [ 261 ] {7d300566-321e-44d8-b7c7-ff955c0eb4c3} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4507 | 2025.05.22 21:20:57.453297 [ 261 ] {7d300566-321e-44d8-b7c7-ff955c0eb4c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4508 | 2025.05.22 21:20:57.453615 [ 261 ] {7d300566-321e-44d8-b7c7-ff955c0eb4c3} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4509 | 2025.05.22 21:20:57.453829 [ 261 ] {7d300566-321e-44d8-b7c7-ff955c0eb4c3} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4510 | 2025.05.22 21:20:57.453956 [ 261 ] {7d300566-321e-44d8-b7c7-ff955c0eb4c3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001141 sec., 140227.87028921998 rows/sec., 9.77 MiB/sec. | ||
4511 | 2025.05.22 21:20:57.453993 [ 261 ] {7d300566-321e-44d8-b7c7-ff955c0eb4c3} <Debug> TCPHandler: Processed in 0.001302489 sec. | ||
4512 | 2025.05.22 21:20:57.454091 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4513 | 2025.05.22 21:20:57.454183 [ 261 ] {c7268ce7-56ca-4cb3-84c4-8433d74c6e50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4514 | 2025.05.22 21:20:57.454238 [ 261 ] {c7268ce7-56ca-4cb3-84c4-8433d74c6e50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4515 | 2025.05.22 21:20:57.455024 [ 261 ] {c7268ce7-56ca-4cb3-84c4-8433d74c6e50} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4516 | 2025.05.22 21:20:57.455060 [ 261 ] {c7268ce7-56ca-4cb3-84c4-8433d74c6e50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4517 | 2025.05.22 21:20:57.455602 [ 261 ] {c7268ce7-56ca-4cb3-84c4-8433d74c6e50} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4518 | 2025.05.22 21:20:57.455822 [ 261 ] {c7268ce7-56ca-4cb3-84c4-8433d74c6e50} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4519 | 2025.05.22 21:20:57.455958 [ 261 ] {c7268ce7-56ca-4cb3-84c4-8433d74c6e50} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001792 sec., 18415.178571428572 rows/sec., 33.00 MiB/sec. | ||
4520 | 2025.05.22 21:20:57.456011 [ 261 ] {c7268ce7-56ca-4cb3-84c4-8433d74c6e50} <Debug> TCPHandler: Processed in 0.001968529 sec. | ||
4521 | 2025.05.22 21:20:57.456120 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4522 | 2025.05.22 21:20:57.456214 [ 261 ] {3b5e9f29-3daf-4d60-a13f-84923699178d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4523 | 2025.05.22 21:20:57.456255 [ 261 ] {3b5e9f29-3daf-4d60-a13f-84923699178d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4524 | 2025.05.22 21:20:57.456578 [ 261 ] {3b5e9f29-3daf-4d60-a13f-84923699178d} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4525 | 2025.05.22 21:20:57.456614 [ 261 ] {3b5e9f29-3daf-4d60-a13f-84923699178d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4526 | 2025.05.22 21:20:57.456906 [ 261 ] {3b5e9f29-3daf-4d60-a13f-84923699178d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4527 | 2025.05.22 21:20:57.457111 [ 261 ] {3b5e9f29-3daf-4d60-a13f-84923699178d} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4528 | 2025.05.22 21:20:57.457238 [ 261 ] {3b5e9f29-3daf-4d60-a13f-84923699178d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001043 sec., 57526.36625119846 rows/sec., 3.88 MiB/sec. | ||
4529 | 2025.05.22 21:20:57.457274 [ 261 ] {3b5e9f29-3daf-4d60-a13f-84923699178d} <Debug> TCPHandler: Processed in 0.001203118 sec. | ||
4530 | 2025.05.22 21:21:01.185203 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4531 | 2025.05.22 21:21:01.185308 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4532 | 2025.05.22 21:21:01.272895 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 | ||
4533 | 2025.05.22 21:21:01.273462 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4534 | 2025.05.22 21:21:01.273511 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4535 | 2025.05.22 21:21:01.274023 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4536 | 2025.05.22 21:21:01.274249 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4537 | 2025.05.22 21:21:01.274379 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
4538 | 2025.05.22 21:21:01.288903 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 600 | ||
4539 | 2025.05.22 21:21:01.291130 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4540 | 2025.05.22 21:21:01.291174 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4541 | 2025.05.22 21:21:01.292330 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4542 | 2025.05.22 21:21:01.292589 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4543 | 2025.05.22 21:21:01.292842 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 600 | ||
4544 | 2025.05.22 21:21:01.940318 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
4545 | 2025.05.22 21:21:01.955448 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4546 | 2025.05.22 21:21:01.955502 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4547 | 2025.05.22 21:21:01.961286 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4548 | 2025.05.22 21:21:01.962012 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4549 | 2025.05.22 21:21:01.964879 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
4550 | 2025.05.22 21:21:02.440793 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4551 | 2025.05.22 21:21:02.441061 [ 261 ] {0f1eaec4-91f3-4a83-9e11-e61b4be6a5e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
4552 | 2025.05.22 21:21:02.441477 [ 261 ] {0f1eaec4-91f3-4a83-9e11-e61b4be6a5e3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
4553 | 2025.05.22 21:21:02.441525 [ 261 ] {0f1eaec4-91f3-4a83-9e11-e61b4be6a5e3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
4554 | 2025.05.22 21:21:02.441810 [ 261 ] {0f1eaec4-91f3-4a83-9e11-e61b4be6a5e3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
4555 | 2025.05.22 21:21:02.441883 [ 261 ] {0f1eaec4-91f3-4a83-9e11-e61b4be6a5e3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
4556 | 2025.05.22 21:21:02.442027 [ 261 ] {0f1eaec4-91f3-4a83-9e11-e61b4be6a5e3} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
4557 | 2025.05.22 21:21:02.442146 [ 292 ] {0f1eaec4-91f3-4a83-9e11-e61b4be6a5e3} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
4558 | 2025.05.22 21:21:02.442149 [ 290 ] {0f1eaec4-91f3-4a83-9e11-e61b4be6a5e3} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
4559 | 2025.05.22 21:21:02.442294 [ 261 ] {0f1eaec4-91f3-4a83-9e11-e61b4be6a5e3} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
4560 | 2025.05.22 21:21:02.442325 [ 261 ] {0f1eaec4-91f3-4a83-9e11-e61b4be6a5e3} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
4561 | 2025.05.22 21:21:02.442396 [ 261 ] {0f1eaec4-91f3-4a83-9e11-e61b4be6a5e3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
4562 | 2025.05.22 21:21:02.442416 [ 261 ] {0f1eaec4-91f3-4a83-9e11-e61b4be6a5e3} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Reading approx. 36 rows with 2 streams | ||
4563 | 2025.05.22 21:21:02.442451 [ 261 ] {0f1eaec4-91f3-4a83-9e11-e61b4be6a5e3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
4564 | 2025.05.22 21:21:02.442489 [ 261 ] {0f1eaec4-91f3-4a83-9e11-e61b4be6a5e3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
4565 | 2025.05.22 21:21:02.443249 [ 261 ] {0f1eaec4-91f3-4a83-9e11-e61b4be6a5e3} <Debug> executeQuery: Read 36 rows, 1.52 KiB in 0.002307 sec., 15604.681404421326 rows/sec., 657.81 KiB/sec. | ||
4566 | 2025.05.22 21:21:02.443378 [ 261 ] {0f1eaec4-91f3-4a83-9e11-e61b4be6a5e3} <Debug> TCPHandler: Processed in 0.002723491 sec. | ||
4567 | 2025.05.22 21:21:02.443724 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4568 | 2025.05.22 21:21:02.443871 [ 261 ] {aeae8f06-c6f6-4411-a29b-1865c1f14eb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
4569 | 2025.05.22 21:21:02.444156 [ 261 ] {aeae8f06-c6f6-4411-a29b-1865c1f14eb3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
4570 | 2025.05.22 21:21:02.444195 [ 261 ] {aeae8f06-c6f6-4411-a29b-1865c1f14eb3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
4571 | 2025.05.22 21:21:02.444414 [ 261 ] {aeae8f06-c6f6-4411-a29b-1865c1f14eb3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
4572 | 2025.05.22 21:21:02.444469 [ 261 ] {aeae8f06-c6f6-4411-a29b-1865c1f14eb3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
4573 | 2025.05.22 21:21:02.444577 [ 261 ] {aeae8f06-c6f6-4411-a29b-1865c1f14eb3} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
4574 | 2025.05.22 21:21:02.444639 [ 295 ] {aeae8f06-c6f6-4411-a29b-1865c1f14eb3} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
4575 | 2025.05.22 21:21:02.444640 [ 290 ] {aeae8f06-c6f6-4411-a29b-1865c1f14eb3} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
4576 | 2025.05.22 21:21:02.444735 [ 261 ] {aeae8f06-c6f6-4411-a29b-1865c1f14eb3} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
4577 | 2025.05.22 21:21:02.444761 [ 261 ] {aeae8f06-c6f6-4411-a29b-1865c1f14eb3} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
4578 | 2025.05.22 21:21:02.444817 [ 261 ] {aeae8f06-c6f6-4411-a29b-1865c1f14eb3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
4579 | 2025.05.22 21:21:02.444835 [ 261 ] {aeae8f06-c6f6-4411-a29b-1865c1f14eb3} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Reading approx. 36 rows with 2 streams | ||
4580 | 2025.05.22 21:21:02.444866 [ 261 ] {aeae8f06-c6f6-4411-a29b-1865c1f14eb3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_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'))" | ||
4581 | 2025.05.22 21:21:02.444897 [ 261 ] {aeae8f06-c6f6-4411-a29b-1865c1f14eb3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_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'))" | ||
4582 | 2025.05.22 21:21:02.445526 [ 261 ] {aeae8f06-c6f6-4411-a29b-1865c1f14eb3} <Debug> executeQuery: Read 36 rows, 1.52 KiB in 0.00172 sec., 20930.232558139534 rows/sec., 882.31 KiB/sec. | ||
4583 | 2025.05.22 21:21:02.445636 [ 261 ] {aeae8f06-c6f6-4411-a29b-1865c1f14eb3} <Debug> TCPHandler: Processed in 0.001964489 sec. | ||
4584 | 2025.05.22 21:21:02.446147 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4585 | 2025.05.22 21:21:02.446285 [ 261 ] {016d25ad-f414-4772-8750-56505c90507c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
4586 | 2025.05.22 21:21:02.446505 [ 261 ] {016d25ad-f414-4772-8750-56505c90507c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
4587 | 2025.05.22 21:21:02.446539 [ 261 ] {016d25ad-f414-4772-8750-56505c90507c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
4588 | 2025.05.22 21:21:02.446744 [ 261 ] {016d25ad-f414-4772-8750-56505c90507c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
4589 | 2025.05.22 21:21:02.446795 [ 261 ] {016d25ad-f414-4772-8750-56505c90507c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
4590 | 2025.05.22 21:21:02.446893 [ 261 ] {016d25ad-f414-4772-8750-56505c90507c} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
4591 | 2025.05.22 21:21:02.446952 [ 290 ] {016d25ad-f414-4772-8750-56505c90507c} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
4592 | 2025.05.22 21:21:02.446952 [ 295 ] {016d25ad-f414-4772-8750-56505c90507c} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
4593 | 2025.05.22 21:21:02.447033 [ 261 ] {016d25ad-f414-4772-8750-56505c90507c} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
4594 | 2025.05.22 21:21:02.447060 [ 261 ] {016d25ad-f414-4772-8750-56505c90507c} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
4595 | 2025.05.22 21:21:02.447113 [ 261 ] {016d25ad-f414-4772-8750-56505c90507c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
4596 | 2025.05.22 21:21:02.447130 [ 261 ] {016d25ad-f414-4772-8750-56505c90507c} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Reading approx. 36 rows with 2 streams | ||
4597 | 2025.05.22 21:21:02.447159 [ 261 ] {016d25ad-f414-4772-8750-56505c90507c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
4598 | 2025.05.22 21:21:02.447190 [ 261 ] {016d25ad-f414-4772-8750-56505c90507c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
4599 | 2025.05.22 21:21:02.447846 [ 261 ] {016d25ad-f414-4772-8750-56505c90507c} <Debug> executeQuery: Read 36 rows, 1.52 KiB in 0.00162 sec., 22222.222222222223 rows/sec., 936.78 KiB/sec. | ||
4600 | 2025.05.22 21:21:02.447956 [ 261 ] {016d25ad-f414-4772-8750-56505c90507c} <Debug> TCPHandler: Processed in 0.001859278 sec. | ||
4601 | 2025.05.22 21:21:02.448171 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4602 | 2025.05.22 21:21:02.448305 [ 261 ] {6ce7c978-d435-43b2-868f-9b0e76c3bbeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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') FORMAT Native; (stage: Complete) | ||
4603 | 2025.05.22 21:21:02.448522 [ 261 ] {6ce7c978-d435-43b2-868f-9b0e76c3bbeb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
4604 | 2025.05.22 21:21:02.448557 [ 261 ] {6ce7c978-d435-43b2-868f-9b0e76c3bbeb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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')" moved to PREWHERE | ||
4605 | 2025.05.22 21:21:02.448762 [ 261 ] {6ce7c978-d435-43b2-868f-9b0e76c3bbeb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
4606 | 2025.05.22 21:21:02.448814 [ 261 ] {6ce7c978-d435-43b2-868f-9b0e76c3bbeb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
4607 | 2025.05.22 21:21:02.448913 [ 261 ] {6ce7c978-d435-43b2-868f-9b0e76c3bbeb} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
4608 | 2025.05.22 21:21:02.448981 [ 295 ] {6ce7c978-d435-43b2-868f-9b0e76c3bbeb} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
4609 | 2025.05.22 21:21:02.448987 [ 293 ] {6ce7c978-d435-43b2-868f-9b0e76c3bbeb} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
4610 | 2025.05.22 21:21:02.449093 [ 261 ] {6ce7c978-d435-43b2-868f-9b0e76c3bbeb} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
4611 | 2025.05.22 21:21:02.449120 [ 261 ] {6ce7c978-d435-43b2-868f-9b0e76c3bbeb} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
4612 | 2025.05.22 21:21:02.449174 [ 261 ] {6ce7c978-d435-43b2-868f-9b0e76c3bbeb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
4613 | 2025.05.22 21:21:02.449191 [ 261 ] {6ce7c978-d435-43b2-868f-9b0e76c3bbeb} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Reading approx. 36 rows with 2 streams | ||
4614 | 2025.05.22 21:21:02.449222 [ 261 ] {6ce7c978-d435-43b2-868f-9b0e76c3bbeb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
4615 | 2025.05.22 21:21:02.449252 [ 261 ] {6ce7c978-d435-43b2-868f-9b0e76c3bbeb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
4616 | 2025.05.22 21:21:02.449835 [ 261 ] {6ce7c978-d435-43b2-868f-9b0e76c3bbeb} <Debug> executeQuery: Read 36 rows, 1.52 KiB in 0.001586 sec., 22698.61286254729 rows/sec., 956.86 KiB/sec. | ||
4617 | 2025.05.22 21:21:02.449944 [ 261 ] {6ce7c978-d435-43b2-868f-9b0e76c3bbeb} <Debug> TCPHandler: Processed in 0.001823867 sec. | ||
4618 | 2025.05.22 21:21:02.450155 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4619 | 2025.05.22 21:21:02.450292 [ 261 ] {972a671a-2d76-43ac-8f8b-7b90019ecb80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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:occupancy') FORMAT Native; (stage: Complete) | ||
4620 | 2025.05.22 21:21:02.450512 [ 261 ] {972a671a-2d76-43ac-8f8b-7b90019ecb80} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
4621 | 2025.05.22 21:21:02.450548 [ 261 ] {972a671a-2d76-43ac-8f8b-7b90019ecb80} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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:occupancy')" moved to PREWHERE | ||
4622 | 2025.05.22 21:21:02.450755 [ 261 ] {972a671a-2d76-43ac-8f8b-7b90019ecb80} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
4623 | 2025.05.22 21:21:02.450806 [ 261 ] {972a671a-2d76-43ac-8f8b-7b90019ecb80} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
4624 | 2025.05.22 21:21:02.450905 [ 261 ] {972a671a-2d76-43ac-8f8b-7b90019ecb80} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
4625 | 2025.05.22 21:21:02.450963 [ 290 ] {972a671a-2d76-43ac-8f8b-7b90019ecb80} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
4626 | 2025.05.22 21:21:02.450968 [ 293 ] {972a671a-2d76-43ac-8f8b-7b90019ecb80} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
4627 | 2025.05.22 21:21:02.451058 [ 261 ] {972a671a-2d76-43ac-8f8b-7b90019ecb80} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
4628 | 2025.05.22 21:21:02.451083 [ 261 ] {972a671a-2d76-43ac-8f8b-7b90019ecb80} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
4629 | 2025.05.22 21:21:02.451137 [ 261 ] {972a671a-2d76-43ac-8f8b-7b90019ecb80} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
4630 | 2025.05.22 21:21:02.451154 [ 261 ] {972a671a-2d76-43ac-8f8b-7b90019ecb80} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Reading approx. 36 rows with 2 streams | ||
4631 | 2025.05.22 21:21:02.451184 [ 261 ] {972a671a-2d76-43ac-8f8b-7b90019ecb80} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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:occupancy'))" | ||
4632 | 2025.05.22 21:21:02.451214 [ 261 ] {972a671a-2d76-43ac-8f8b-7b90019ecb80} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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:occupancy'))" | ||
4633 | 2025.05.22 21:21:02.451738 [ 261 ] {972a671a-2d76-43ac-8f8b-7b90019ecb80} <Debug> executeQuery: Read 36 rows, 1.52 KiB in 0.001503 sec., 23952.095808383234 rows/sec., 1009.70 KiB/sec. | ||
4634 | 2025.05.22 21:21:02.451844 [ 261 ] {972a671a-2d76-43ac-8f8b-7b90019ecb80} <Debug> TCPHandler: Processed in 0.001738716 sec. | ||
4635 | 2025.05.22 21:21:02.452081 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4636 | 2025.05.22 21:21:02.452218 [ 261 ] {a1ec3d7c-1b9e-421b-8ea5-f90595ebae68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
4637 | 2025.05.22 21:21:02.452439 [ 261 ] {a1ec3d7c-1b9e-421b-8ea5-f90595ebae68} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
4638 | 2025.05.22 21:21:02.452475 [ 261 ] {a1ec3d7c-1b9e-421b-8ea5-f90595ebae68} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
4639 | 2025.05.22 21:21:02.452693 [ 261 ] {a1ec3d7c-1b9e-421b-8ea5-f90595ebae68} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
4640 | 2025.05.22 21:21:02.452744 [ 261 ] {a1ec3d7c-1b9e-421b-8ea5-f90595ebae68} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
4641 | 2025.05.22 21:21:02.452842 [ 261 ] {a1ec3d7c-1b9e-421b-8ea5-f90595ebae68} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
4642 | 2025.05.22 21:21:02.452902 [ 295 ] {a1ec3d7c-1b9e-421b-8ea5-f90595ebae68} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
4643 | 2025.05.22 21:21:02.452904 [ 290 ] {a1ec3d7c-1b9e-421b-8ea5-f90595ebae68} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
4644 | 2025.05.22 21:21:02.452986 [ 261 ] {a1ec3d7c-1b9e-421b-8ea5-f90595ebae68} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
4645 | 2025.05.22 21:21:02.453012 [ 261 ] {a1ec3d7c-1b9e-421b-8ea5-f90595ebae68} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
4646 | 2025.05.22 21:21:02.453066 [ 261 ] {a1ec3d7c-1b9e-421b-8ea5-f90595ebae68} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
4647 | 2025.05.22 21:21:02.453082 [ 261 ] {a1ec3d7c-1b9e-421b-8ea5-f90595ebae68} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Reading approx. 36 rows with 2 streams | ||
4648 | 2025.05.22 21:21:02.453111 [ 261 ] {a1ec3d7c-1b9e-421b-8ea5-f90595ebae68} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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:inserts', 'switch_table:occupancy'))" | ||
4649 | 2025.05.22 21:21:02.453143 [ 261 ] {a1ec3d7c-1b9e-421b-8ea5-f90595ebae68} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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:inserts', 'switch_table:occupancy'))" | ||
4650 | 2025.05.22 21:21:02.453768 [ 261 ] {a1ec3d7c-1b9e-421b-8ea5-f90595ebae68} <Debug> executeQuery: Read 36 rows, 1.52 KiB in 0.001608 sec., 22388.059701492537 rows/sec., 943.77 KiB/sec. | ||
4651 | 2025.05.22 21:21:02.453872 [ 261 ] {a1ec3d7c-1b9e-421b-8ea5-f90595ebae68} <Debug> TCPHandler: Processed in 0.001839837 sec. | ||
4652 | 2025.05.22 21:21:02.454130 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4653 | 2025.05.22 21:21:02.454269 [ 261 ] {79586f1d-ae02-43b2-aead-6dd622823d3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
4654 | 2025.05.22 21:21:02.454489 [ 261 ] {79586f1d-ae02-43b2-aead-6dd622823d3b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
4655 | 2025.05.22 21:21:02.454524 [ 261 ] {79586f1d-ae02-43b2-aead-6dd622823d3b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
4656 | 2025.05.22 21:21:02.454733 [ 261 ] {79586f1d-ae02-43b2-aead-6dd622823d3b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
4657 | 2025.05.22 21:21:02.454784 [ 261 ] {79586f1d-ae02-43b2-aead-6dd622823d3b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
4658 | 2025.05.22 21:21:02.454882 [ 261 ] {79586f1d-ae02-43b2-aead-6dd622823d3b} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
4659 | 2025.05.22 21:21:02.454943 [ 292 ] {79586f1d-ae02-43b2-aead-6dd622823d3b} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
4660 | 2025.05.22 21:21:02.454952 [ 293 ] {79586f1d-ae02-43b2-aead-6dd622823d3b} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
4661 | 2025.05.22 21:21:02.455035 [ 261 ] {79586f1d-ae02-43b2-aead-6dd622823d3b} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
4662 | 2025.05.22 21:21:02.455060 [ 261 ] {79586f1d-ae02-43b2-aead-6dd622823d3b} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
4663 | 2025.05.22 21:21:02.455114 [ 261 ] {79586f1d-ae02-43b2-aead-6dd622823d3b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
4664 | 2025.05.22 21:21:02.455130 [ 261 ] {79586f1d-ae02-43b2-aead-6dd622823d3b} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Reading approx. 36 rows with 2 streams | ||
4665 | 2025.05.22 21:21:02.455159 [ 261 ] {79586f1d-ae02-43b2-aead-6dd622823d3b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
4666 | 2025.05.22 21:21:02.455190 [ 261 ] {79586f1d-ae02-43b2-aead-6dd622823d3b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
4667 | 2025.05.22 21:21:02.455763 [ 261 ] {79586f1d-ae02-43b2-aead-6dd622823d3b} <Debug> executeQuery: Read 36 rows, 1.52 KiB in 0.001552 sec., 23195.876288659794 rows/sec., 977.82 KiB/sec. | ||
4668 | 2025.05.22 21:21:02.455869 [ 261 ] {79586f1d-ae02-43b2-aead-6dd622823d3b} <Debug> TCPHandler: Processed in 0.001789426 sec. | ||
4669 | 2025.05.22 21:21:02.456103 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4670 | 2025.05.22 21:21:02.456240 [ 261 ] {337abeb5-e74d-49dc-8185-ee2d273a0637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
4671 | 2025.05.22 21:21:02.456469 [ 261 ] {337abeb5-e74d-49dc-8185-ee2d273a0637} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
4672 | 2025.05.22 21:21:02.456505 [ 261 ] {337abeb5-e74d-49dc-8185-ee2d273a0637} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
4673 | 2025.05.22 21:21:02.456726 [ 261 ] {337abeb5-e74d-49dc-8185-ee2d273a0637} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
4674 | 2025.05.22 21:21:02.456777 [ 261 ] {337abeb5-e74d-49dc-8185-ee2d273a0637} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
4675 | 2025.05.22 21:21:02.456876 [ 261 ] {337abeb5-e74d-49dc-8185-ee2d273a0637} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 43-element set) | ||
4676 | 2025.05.22 21:21:02.456934 [ 295 ] {337abeb5-e74d-49dc-8185-ee2d273a0637} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
4677 | 2025.05.22 21:21:02.456957 [ 292 ] {337abeb5-e74d-49dc-8185-ee2d273a0637} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
4678 | 2025.05.22 21:21:02.457045 [ 261 ] {337abeb5-e74d-49dc-8185-ee2d273a0637} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
4679 | 2025.05.22 21:21:02.457072 [ 261 ] {337abeb5-e74d-49dc-8185-ee2d273a0637} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
4680 | 2025.05.22 21:21:02.457130 [ 261 ] {337abeb5-e74d-49dc-8185-ee2d273a0637} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
4681 | 2025.05.22 21:21:02.457148 [ 261 ] {337abeb5-e74d-49dc-8185-ee2d273a0637} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Reading approx. 36 rows with 2 streams | ||
4682 | 2025.05.22 21:21:02.457177 [ 261 ] {337abeb5-e74d-49dc-8185-ee2d273a0637} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
4683 | 2025.05.22 21:21:02.457207 [ 261 ] {337abeb5-e74d-49dc-8185-ee2d273a0637} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
4684 | 2025.05.22 21:21:02.457806 [ 261 ] {337abeb5-e74d-49dc-8185-ee2d273a0637} <Debug> executeQuery: Read 36 rows, 1.52 KiB in 0.001624 sec., 22167.487684729065 rows/sec., 934.47 KiB/sec. | ||
4685 | 2025.05.22 21:21:02.457911 [ 261 ] {337abeb5-e74d-49dc-8185-ee2d273a0637} <Debug> TCPHandler: Processed in 0.001857668 sec. | ||
4686 | 2025.05.22 21:21:02.458136 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4687 | 2025.05.22 21:21:02.458276 [ 261 ] {59939343-f9b3-4873-a9f8-0846d9803815} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
4688 | 2025.05.22 21:21:02.458496 [ 261 ] {59939343-f9b3-4873-a9f8-0846d9803815} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
4689 | 2025.05.22 21:21:02.458533 [ 261 ] {59939343-f9b3-4873-a9f8-0846d9803815} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
4690 | 2025.05.22 21:21:02.458774 [ 261 ] {59939343-f9b3-4873-a9f8-0846d9803815} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
4691 | 2025.05.22 21:21:02.458826 [ 261 ] {59939343-f9b3-4873-a9f8-0846d9803815} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
4692 | 2025.05.22 21:21:02.458924 [ 261 ] {59939343-f9b3-4873-a9f8-0846d9803815} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 44-element set) | ||
4693 | 2025.05.22 21:21:02.458983 [ 293 ] {59939343-f9b3-4873-a9f8-0846d9803815} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
4694 | 2025.05.22 21:21:02.458989 [ 295 ] {59939343-f9b3-4873-a9f8-0846d9803815} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
4695 | 2025.05.22 21:21:02.459095 [ 261 ] {59939343-f9b3-4873-a9f8-0846d9803815} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
4696 | 2025.05.22 21:21:02.459138 [ 261 ] {59939343-f9b3-4873-a9f8-0846d9803815} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
4697 | 2025.05.22 21:21:02.459212 [ 261 ] {59939343-f9b3-4873-a9f8-0846d9803815} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
4698 | 2025.05.22 21:21:02.459234 [ 261 ] {59939343-f9b3-4873-a9f8-0846d9803815} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Reading approx. 36 rows with 2 streams | ||
4699 | 2025.05.22 21:21:02.459275 [ 261 ] {59939343-f9b3-4873-a9f8-0846d9803815} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
4700 | 2025.05.22 21:21:02.459335 [ 261 ] {59939343-f9b3-4873-a9f8-0846d9803815} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
4701 | 2025.05.22 21:21:02.460031 [ 261 ] {59939343-f9b3-4873-a9f8-0846d9803815} <Debug> executeQuery: Read 36 rows, 1.52 KiB in 0.001815 sec., 19834.710743801654 rows/sec., 836.13 KiB/sec. | ||
4702 | 2025.05.22 21:21:02.460139 [ 261 ] {59939343-f9b3-4873-a9f8-0846d9803815} <Debug> TCPHandler: Processed in 0.002052071 sec. | ||
4703 | 2025.05.22 21:21:02.460369 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4704 | 2025.05.22 21:21:02.460511 [ 261 ] {9baf73d1-0879-4072-b125-0713ac87020e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
4705 | 2025.05.22 21:21:02.460740 [ 261 ] {9baf73d1-0879-4072-b125-0713ac87020e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
4706 | 2025.05.22 21:21:02.460777 [ 261 ] {9baf73d1-0879-4072-b125-0713ac87020e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
4707 | 2025.05.22 21:21:02.460997 [ 261 ] {9baf73d1-0879-4072-b125-0713ac87020e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
4708 | 2025.05.22 21:21:02.461053 [ 261 ] {9baf73d1-0879-4072-b125-0713ac87020e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
4709 | 2025.05.22 21:21:02.461156 [ 261 ] {9baf73d1-0879-4072-b125-0713ac87020e} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 45-element set) | ||
4710 | 2025.05.22 21:21:02.461220 [ 290 ] {9baf73d1-0879-4072-b125-0713ac87020e} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
4711 | 2025.05.22 21:21:02.461221 [ 292 ] {9baf73d1-0879-4072-b125-0713ac87020e} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
4712 | 2025.05.22 21:21:02.461347 [ 261 ] {9baf73d1-0879-4072-b125-0713ac87020e} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
4713 | 2025.05.22 21:21:02.461372 [ 261 ] {9baf73d1-0879-4072-b125-0713ac87020e} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
4714 | 2025.05.22 21:21:02.461429 [ 261 ] {9baf73d1-0879-4072-b125-0713ac87020e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
4715 | 2025.05.22 21:21:02.461446 [ 261 ] {9baf73d1-0879-4072-b125-0713ac87020e} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Reading approx. 36 rows with 2 streams | ||
4716 | 2025.05.22 21:21:02.461512 [ 261 ] {9baf73d1-0879-4072-b125-0713ac87020e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
4717 | 2025.05.22 21:21:02.461573 [ 261 ] {9baf73d1-0879-4072-b125-0713ac87020e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
4718 | 2025.05.22 21:21:02.462183 [ 261 ] {9baf73d1-0879-4072-b125-0713ac87020e} <Debug> executeQuery: Read 36 rows, 1.52 KiB in 0.001732 sec., 20785.219399538106 rows/sec., 876.20 KiB/sec. | ||
4719 | 2025.05.22 21:21:02.462288 [ 261 ] {9baf73d1-0879-4072-b125-0713ac87020e} <Debug> TCPHandler: Processed in 0.001969839 sec. | ||
4720 | 2025.05.22 21:21:02.462528 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4721 | 2025.05.22 21:21:02.462673 [ 261 ] {6719ce0c-6ac4-400d-a10c-9417e8e2318e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
4722 | 2025.05.22 21:21:02.462901 [ 261 ] {6719ce0c-6ac4-400d-a10c-9417e8e2318e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
4723 | 2025.05.22 21:21:02.462938 [ 261 ] {6719ce0c-6ac4-400d-a10c-9417e8e2318e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
4724 | 2025.05.22 21:21:02.463156 [ 261 ] {6719ce0c-6ac4-400d-a10c-9417e8e2318e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
4725 | 2025.05.22 21:21:02.463209 [ 261 ] {6719ce0c-6ac4-400d-a10c-9417e8e2318e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
4726 | 2025.05.22 21:21:02.463309 [ 261 ] {6719ce0c-6ac4-400d-a10c-9417e8e2318e} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 46-element set) | ||
4727 | 2025.05.22 21:21:02.463378 [ 295 ] {6719ce0c-6ac4-400d-a10c-9417e8e2318e} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
4728 | 2025.05.22 21:21:02.463382 [ 293 ] {6719ce0c-6ac4-400d-a10c-9417e8e2318e} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
4729 | 2025.05.22 21:21:02.463490 [ 261 ] {6719ce0c-6ac4-400d-a10c-9417e8e2318e} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
4730 | 2025.05.22 21:21:02.463516 [ 261 ] {6719ce0c-6ac4-400d-a10c-9417e8e2318e} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
4731 | 2025.05.22 21:21:02.463571 [ 261 ] {6719ce0c-6ac4-400d-a10c-9417e8e2318e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
4732 | 2025.05.22 21:21:02.463587 [ 261 ] {6719ce0c-6ac4-400d-a10c-9417e8e2318e} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Reading approx. 36 rows with 2 streams | ||
4733 | 2025.05.22 21:21:02.463618 [ 261 ] {6719ce0c-6ac4-400d-a10c-9417e8e2318e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
4734 | 2025.05.22 21:21:02.463650 [ 261 ] {6719ce0c-6ac4-400d-a10c-9417e8e2318e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
4735 | 2025.05.22 21:21:02.464234 [ 261 ] {6719ce0c-6ac4-400d-a10c-9417e8e2318e} <Debug> executeQuery: Read 36 rows, 1.52 KiB in 0.001626 sec., 22140.22140221402 rows/sec., 933.32 KiB/sec. | ||
4736 | 2025.05.22 21:21:02.464340 [ 261 ] {6719ce0c-6ac4-400d-a10c-9417e8e2318e} <Debug> TCPHandler: Processed in 0.001862677 sec. | ||
4737 | 2025.05.22 21:21:02.469309 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4738 | 2025.05.22 21:21:02.469478 [ 261 ] {40f0bdf0-6e44-47a5-8074-04a99b01674b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) | ||
4739 | 2025.05.22 21:21:02.469734 [ 261 ] {40f0bdf0-6e44-47a5-8074-04a99b01674b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
4740 | 2025.05.22 21:21:02.469771 [ 261 ] {40f0bdf0-6e44-47a5-8074-04a99b01674b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 | ||
4741 | 2025.05.22 21:21:02.469990 [ 261 ] {40f0bdf0-6e44-47a5-8074-04a99b01674b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
4742 | 2025.05.22 21:21:02.470043 [ 261 ] {40f0bdf0-6e44-47a5-8074-04a99b01674b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
4743 | 2025.05.22 21:21:02.470141 [ 261 ] {40f0bdf0-6e44-47a5-8074-04a99b01674b} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 47-element set) | ||
4744 | 2025.05.22 21:21:02.470205 [ 295 ] {40f0bdf0-6e44-47a5-8074-04a99b01674b} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
4745 | 2025.05.22 21:21:02.470208 [ 293 ] {40f0bdf0-6e44-47a5-8074-04a99b01674b} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
4746 | 2025.05.22 21:21:02.470310 [ 261 ] {40f0bdf0-6e44-47a5-8074-04a99b01674b} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (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 | ||
4747 | 2025.05.22 21:21:02.470336 [ 261 ] {40f0bdf0-6e44-47a5-8074-04a99b01674b} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
4748 | 2025.05.22 21:21:02.470390 [ 261 ] {40f0bdf0-6e44-47a5-8074-04a99b01674b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
4749 | 2025.05.22 21:21:02.470407 [ 261 ] {40f0bdf0-6e44-47a5-8074-04a99b01674b} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Reading approx. 36 rows with 2 streams | ||
4750 | 2025.05.22 21:21:02.470438 [ 261 ] {40f0bdf0-6e44-47a5-8074-04a99b01674b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
4751 | 2025.05.22 21:21:02.470469 [ 261 ] {40f0bdf0-6e44-47a5-8074-04a99b01674b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
4752 | 2025.05.22 21:21:02.471042 [ 261 ] {40f0bdf0-6e44-47a5-8074-04a99b01674b} <Debug> executeQuery: Read 36 rows, 1.52 KiB in 0.001639 sec., 21964.612568639415 rows/sec., 925.92 KiB/sec. | ||
4753 | 2025.05.22 21:21:02.471143 [ 261 ] {40f0bdf0-6e44-47a5-8074-04a99b01674b} <Debug> TCPHandler: Processed in 0.001897318 sec. | ||
4754 | 2025.05.22 21:21:02.477486 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4755 | 2025.05.22 21:21:02.477613 [ 261 ] {1dad5f1b-703e-4676-ad48-4399ff74067e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
4756 | 2025.05.22 21:21:02.477663 [ 261 ] {1dad5f1b-703e-4676-ad48-4399ff74067e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
4757 | 2025.05.22 21:21:02.478342 [ 261 ] {1dad5f1b-703e-4676-ad48-4399ff74067e} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4758 | 2025.05.22 21:21:02.478389 [ 261 ] {1dad5f1b-703e-4676-ad48-4399ff74067e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4759 | 2025.05.22 21:21:02.478847 [ 261 ] {1dad5f1b-703e-4676-ad48-4399ff74067e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4760 | 2025.05.22 21:21:02.479043 [ 261 ] {1dad5f1b-703e-4676-ad48-4399ff74067e} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4761 | 2025.05.22 21:21:02.479193 [ 261 ] {1dad5f1b-703e-4676-ad48-4399ff74067e} <Debug> executeQuery: Read 12 rows, 4.37 KiB in 0.001617 sec., 7421.150278293136 rows/sec., 2.64 MiB/sec. | ||
4762 | 2025.05.22 21:21:02.479232 [ 261 ] {1dad5f1b-703e-4676-ad48-4399ff74067e} <Debug> TCPHandler: Processed in 0.001807077 sec. | ||
4763 | 2025.05.22 21:21:02.479377 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4764 | 2025.05.22 21:21:02.479472 [ 261 ] {4be4a11c-fffc-4222-8f05-65486c56334b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
4765 | 2025.05.22 21:21:02.479512 [ 261 ] {4be4a11c-fffc-4222-8f05-65486c56334b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
4766 | 2025.05.22 21:21:02.480033 [ 261 ] {4be4a11c-fffc-4222-8f05-65486c56334b} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4767 | 2025.05.22 21:21:02.480068 [ 261 ] {4be4a11c-fffc-4222-8f05-65486c56334b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4768 | 2025.05.22 21:21:02.480371 [ 261 ] {4be4a11c-fffc-4222-8f05-65486c56334b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4769 | 2025.05.22 21:21:02.480583 [ 261 ] {4be4a11c-fffc-4222-8f05-65486c56334b} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4770 | 2025.05.22 21:21:02.480709 [ 261 ] {4be4a11c-fffc-4222-8f05-65486c56334b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001254 sec., 169059.01116427433 rows/sec., 10.75 MiB/sec. | ||
4771 | 2025.05.22 21:21:02.480747 [ 261 ] {4be4a11c-fffc-4222-8f05-65486c56334b} <Debug> TCPHandler: Processed in 0.001421282 sec. | ||
4772 | 2025.05.22 21:21:02.480866 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4773 | 2025.05.22 21:21:02.480961 [ 261 ] {a5f970b4-90eb-46ff-bda3-f4d5193c0aea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4774 | 2025.05.22 21:21:02.481001 [ 261 ] {a5f970b4-90eb-46ff-bda3-f4d5193c0aea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4775 | 2025.05.22 21:21:02.481670 [ 261 ] {a5f970b4-90eb-46ff-bda3-f4d5193c0aea} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4776 | 2025.05.22 21:21:02.481706 [ 261 ] {a5f970b4-90eb-46ff-bda3-f4d5193c0aea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4777 | 2025.05.22 21:21:02.482032 [ 261 ] {a5f970b4-90eb-46ff-bda3-f4d5193c0aea} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4778 | 2025.05.22 21:21:02.482251 [ 261 ] {a5f970b4-90eb-46ff-bda3-f4d5193c0aea} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4779 | 2025.05.22 21:21:02.482385 [ 261 ] {a5f970b4-90eb-46ff-bda3-f4d5193c0aea} <Debug> executeQuery: Read 633 rows, 50.88 KiB in 0.001442 sec., 438973.6477115118 rows/sec., 34.45 MiB/sec. | ||
4780 | 2025.05.22 21:21:02.482421 [ 261 ] {a5f970b4-90eb-46ff-bda3-f4d5193c0aea} <Debug> TCPHandler: Processed in 0.001605954 sec. | ||
4781 | 2025.05.22 21:21:02.482533 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4782 | 2025.05.22 21:21:02.482628 [ 261 ] {e087a1b1-8d14-46a0-86ca-b177b8086324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4783 | 2025.05.22 21:21:02.482666 [ 261 ] {e087a1b1-8d14-46a0-86ca-b177b8086324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4784 | 2025.05.22 21:21:02.483079 [ 261 ] {e087a1b1-8d14-46a0-86ca-b177b8086324} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4785 | 2025.05.22 21:21:02.483115 [ 261 ] {e087a1b1-8d14-46a0-86ca-b177b8086324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4786 | 2025.05.22 21:21:02.483403 [ 261 ] {e087a1b1-8d14-46a0-86ca-b177b8086324} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4787 | 2025.05.22 21:21:02.483608 [ 261 ] {e087a1b1-8d14-46a0-86ca-b177b8086324} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4788 | 2025.05.22 21:21:02.483733 [ 261 ] {e087a1b1-8d14-46a0-86ca-b177b8086324} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001124 sec., 101423.48754448399 rows/sec., 6.07 MiB/sec. | ||
4789 | 2025.05.22 21:21:02.483769 [ 261 ] {e087a1b1-8d14-46a0-86ca-b177b8086324} <Debug> TCPHandler: Processed in 0.001287269 sec. | ||
4790 | 2025.05.22 21:21:02.483884 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4791 | 2025.05.22 21:21:02.483979 [ 261 ] {3ed2ebfa-7219-4964-be33-bebba1d55e2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
4792 | 2025.05.22 21:21:02.484017 [ 261 ] {3ed2ebfa-7219-4964-be33-bebba1d55e2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4793 | 2025.05.22 21:21:02.484427 [ 261 ] {3ed2ebfa-7219-4964-be33-bebba1d55e2f} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4794 | 2025.05.22 21:21:02.484462 [ 261 ] {3ed2ebfa-7219-4964-be33-bebba1d55e2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4795 | 2025.05.22 21:21:02.484746 [ 261 ] {3ed2ebfa-7219-4964-be33-bebba1d55e2f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4796 | 2025.05.22 21:21:02.484951 [ 261 ] {3ed2ebfa-7219-4964-be33-bebba1d55e2f} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4797 | 2025.05.22 21:21:02.485074 [ 261 ] {3ed2ebfa-7219-4964-be33-bebba1d55e2f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001113 sec., 101527.40341419585 rows/sec., 6.57 MiB/sec. | ||
4798 | 2025.05.22 21:21:02.485112 [ 261 ] {3ed2ebfa-7219-4964-be33-bebba1d55e2f} <Debug> TCPHandler: Processed in 0.001278479 sec. | ||
4799 | 2025.05.22 21:21:02.485229 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4800 | 2025.05.22 21:21:02.485323 [ 261 ] {313ac7bb-0de6-459b-8c6f-81d79e71bbd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
4801 | 2025.05.22 21:21:02.485361 [ 261 ] {313ac7bb-0de6-459b-8c6f-81d79e71bbd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4802 | 2025.05.22 21:21:02.485767 [ 261 ] {313ac7bb-0de6-459b-8c6f-81d79e71bbd4} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4803 | 2025.05.22 21:21:02.485803 [ 261 ] {313ac7bb-0de6-459b-8c6f-81d79e71bbd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4804 | 2025.05.22 21:21:02.486088 [ 261 ] {313ac7bb-0de6-459b-8c6f-81d79e71bbd4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4805 | 2025.05.22 21:21:02.486306 [ 261 ] {313ac7bb-0de6-459b-8c6f-81d79e71bbd4} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4806 | 2025.05.22 21:21:02.486430 [ 261 ] {313ac7bb-0de6-459b-8c6f-81d79e71bbd4} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001124 sec., 99644.12811387901 rows/sec., 5.68 MiB/sec. | ||
4807 | 2025.05.22 21:21:02.486466 [ 261 ] {313ac7bb-0de6-459b-8c6f-81d79e71bbd4} <Debug> TCPHandler: Processed in 0.001288109 sec. | ||
4808 | 2025.05.22 21:21:02.486582 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4809 | 2025.05.22 21:21:02.486677 [ 261 ] {4dc63fdb-35fc-429f-a041-fb5b24abb56f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4810 | 2025.05.22 21:21:02.486715 [ 261 ] {4dc63fdb-35fc-429f-a041-fb5b24abb56f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4811 | 2025.05.22 21:21:02.487236 [ 261 ] {4dc63fdb-35fc-429f-a041-fb5b24abb56f} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4812 | 2025.05.22 21:21:02.487271 [ 261 ] {4dc63fdb-35fc-429f-a041-fb5b24abb56f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4813 | 2025.05.22 21:21:02.487597 [ 261 ] {4dc63fdb-35fc-429f-a041-fb5b24abb56f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4814 | 2025.05.22 21:21:02.487807 [ 261 ] {4dc63fdb-35fc-429f-a041-fb5b24abb56f} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4815 | 2025.05.22 21:21:02.487933 [ 261 ] {4dc63fdb-35fc-429f-a041-fb5b24abb56f} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001273 sec., 306362.9222309505 rows/sec., 21.65 MiB/sec. | ||
4816 | 2025.05.22 21:21:02.487970 [ 261 ] {4dc63fdb-35fc-429f-a041-fb5b24abb56f} <Debug> TCPHandler: Processed in 0.001438481 sec. | ||
4817 | 2025.05.22 21:21:02.488086 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4818 | 2025.05.22 21:21:02.488180 [ 261 ] {80dcd07d-3b4d-48b0-a0b5-87d1e0025fe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
4819 | 2025.05.22 21:21:02.488220 [ 261 ] {80dcd07d-3b4d-48b0-a0b5-87d1e0025fe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4820 | 2025.05.22 21:21:02.488547 [ 261 ] {80dcd07d-3b4d-48b0-a0b5-87d1e0025fe3} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4821 | 2025.05.22 21:21:02.488583 [ 261 ] {80dcd07d-3b4d-48b0-a0b5-87d1e0025fe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4822 | 2025.05.22 21:21:02.488881 [ 261 ] {80dcd07d-3b4d-48b0-a0b5-87d1e0025fe3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
4823 | 2025.05.22 21:21:02.489086 [ 261 ] {80dcd07d-3b4d-48b0-a0b5-87d1e0025fe3} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4824 | 2025.05.22 21:21:02.489209 [ 261 ] {80dcd07d-3b4d-48b0-a0b5-87d1e0025fe3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001047 sec., 5730.659025787966 rows/sec., 299.40 KiB/sec. | ||
4825 | 2025.05.22 21:21:02.489247 [ 261 ] {80dcd07d-3b4d-48b0-a0b5-87d1e0025fe3} <Debug> TCPHandler: Processed in 0.001211528 sec. | ||
4826 | 2025.05.22 21:21:02.489362 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4827 | 2025.05.22 21:21:02.489456 [ 261 ] {1adff0b2-c2e8-4602-981b-a5f07f3c4352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4828 | 2025.05.22 21:21:02.489497 [ 261 ] {1adff0b2-c2e8-4602-981b-a5f07f3c4352} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4829 | 2025.05.22 21:21:02.489907 [ 261 ] {1adff0b2-c2e8-4602-981b-a5f07f3c4352} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4830 | 2025.05.22 21:21:02.489942 [ 261 ] {1adff0b2-c2e8-4602-981b-a5f07f3c4352} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4831 | 2025.05.22 21:21:02.490274 [ 261 ] {1adff0b2-c2e8-4602-981b-a5f07f3c4352} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4832 | 2025.05.22 21:21:02.490480 [ 261 ] {1adff0b2-c2e8-4602-981b-a5f07f3c4352} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4833 | 2025.05.22 21:21:02.490606 [ 261 ] {1adff0b2-c2e8-4602-981b-a5f07f3c4352} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001167 sec., 203084.8329048843 rows/sec., 13.61 MiB/sec. | ||
4834 | 2025.05.22 21:21:02.490641 [ 261 ] {1adff0b2-c2e8-4602-981b-a5f07f3c4352} <Debug> TCPHandler: Processed in 0.00133025 sec. | ||
4835 | 2025.05.22 21:21:02.490758 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4836 | 2025.05.22 21:21:02.490851 [ 261 ] {829cce56-7eee-4656-8719-834fc6b0ad6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
4837 | 2025.05.22 21:21:02.490892 [ 261 ] {829cce56-7eee-4656-8719-834fc6b0ad6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4838 | 2025.05.22 21:21:02.491219 [ 261 ] {829cce56-7eee-4656-8719-834fc6b0ad6a} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4839 | 2025.05.22 21:21:02.491255 [ 261 ] {829cce56-7eee-4656-8719-834fc6b0ad6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4840 | 2025.05.22 21:21:02.491548 [ 261 ] {829cce56-7eee-4656-8719-834fc6b0ad6a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
4841 | 2025.05.22 21:21:02.491753 [ 261 ] {829cce56-7eee-4656-8719-834fc6b0ad6a} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4842 | 2025.05.22 21:21:02.491876 [ 261 ] {829cce56-7eee-4656-8719-834fc6b0ad6a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001042 sec., 959.6928982725528 rows/sec., 64.67 KiB/sec. | ||
4843 | 2025.05.22 21:21:02.491911 [ 261 ] {829cce56-7eee-4656-8719-834fc6b0ad6a} <Debug> TCPHandler: Processed in 0.001204838 sec. | ||
4844 | 2025.05.22 21:21:02.492024 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4845 | 2025.05.22 21:21:02.492118 [ 261 ] {60d09b85-6007-45a2-8578-272fb516640d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4846 | 2025.05.22 21:21:02.492170 [ 261 ] {60d09b85-6007-45a2-8578-272fb516640d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4847 | 2025.05.22 21:21:02.492872 [ 261 ] {60d09b85-6007-45a2-8578-272fb516640d} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4848 | 2025.05.22 21:21:02.492906 [ 261 ] {60d09b85-6007-45a2-8578-272fb516640d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4849 | 2025.05.22 21:21:02.493405 [ 261 ] {60d09b85-6007-45a2-8578-272fb516640d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4850 | 2025.05.22 21:21:02.493622 [ 261 ] {60d09b85-6007-45a2-8578-272fb516640d} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4851 | 2025.05.22 21:21:02.493757 [ 261 ] {60d09b85-6007-45a2-8578-272fb516640d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001657 sec., 4828.0024140012065 rows/sec., 8.65 MiB/sec. | ||
4852 | 2025.05.22 21:21:02.493807 [ 261 ] {60d09b85-6007-45a2-8578-272fb516640d} <Debug> TCPHandler: Processed in 0.001833777 sec. | ||
4853 | 2025.05.22 21:21:02.493923 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4854 | 2025.05.22 21:21:02.494018 [ 261 ] {4c389354-af7e-4aff-abdf-ad3817047b52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4855 | 2025.05.22 21:21:02.494057 [ 261 ] {4c389354-af7e-4aff-abdf-ad3817047b52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4856 | 2025.05.22 21:21:02.494398 [ 261 ] {4c389354-af7e-4aff-abdf-ad3817047b52} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4857 | 2025.05.22 21:21:02.494434 [ 261 ] {4c389354-af7e-4aff-abdf-ad3817047b52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4858 | 2025.05.22 21:21:02.494737 [ 261 ] {4c389354-af7e-4aff-abdf-ad3817047b52} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4859 | 2025.05.22 21:21:02.494946 [ 261 ] {4c389354-af7e-4aff-abdf-ad3817047b52} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4860 | 2025.05.22 21:21:02.495072 [ 261 ] {4c389354-af7e-4aff-abdf-ad3817047b52} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001072 sec., 76492.53731343284 rows/sec., 4.86 MiB/sec. | ||
4861 | 2025.05.22 21:21:02.495106 [ 261 ] {4c389354-af7e-4aff-abdf-ad3817047b52} <Debug> TCPHandler: Processed in 0.001233628 sec. | ||
4862 | 2025.05.22 21:21:03.000151 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 239.56 MiB, peak 242.82 MiB, free memory in arenas 0.00 B, will set to 238.36 MiB (RSS), difference: -1.20 MiB | ||
4863 | 2025.05.22 21:21:07.477237 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4864 | 2025.05.22 21:21:07.477431 [ 261 ] {f77f6300-3989-421b-95b2-5c399d679684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
4865 | 2025.05.22 21:21:07.477495 [ 261 ] {f77f6300-3989-421b-95b2-5c399d679684} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4866 | 2025.05.22 21:21:07.478131 [ 261 ] {f77f6300-3989-421b-95b2-5c399d679684} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4867 | 2025.05.22 21:21:07.478167 [ 261 ] {f77f6300-3989-421b-95b2-5c399d679684} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4868 | 2025.05.22 21:21:07.478558 [ 261 ] {f77f6300-3989-421b-95b2-5c399d679684} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4869 | 2025.05.22 21:21:07.478780 [ 261 ] {f77f6300-3989-421b-95b2-5c399d679684} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4870 | 2025.05.22 21:21:07.478925 [ 261 ] {f77f6300-3989-421b-95b2-5c399d679684} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001545 sec., 7766.990291262136 rows/sec., 633.34 KiB/sec. | ||
4871 | 2025.05.22 21:21:07.478966 [ 261 ] {f77f6300-3989-421b-95b2-5c399d679684} <Debug> TCPHandler: Processed in 0.001855457 sec. | ||
4872 | 2025.05.22 21:21:07.479087 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4873 | 2025.05.22 21:21:07.479196 [ 261 ] {f726c57c-6857-45cd-b236-13977bdd264f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4874 | 2025.05.22 21:21:07.479235 [ 261 ] {f726c57c-6857-45cd-b236-13977bdd264f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4875 | 2025.05.22 21:21:07.480251 [ 261 ] {f726c57c-6857-45cd-b236-13977bdd264f} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4876 | 2025.05.22 21:21:07.480288 [ 261 ] {f726c57c-6857-45cd-b236-13977bdd264f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4877 | 2025.05.22 21:21:07.480695 [ 261 ] {f726c57c-6857-45cd-b236-13977bdd264f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4878 | 2025.05.22 21:21:07.480902 [ 261 ] {f726c57c-6857-45cd-b236-13977bdd264f} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4879 | 2025.05.22 21:21:07.481025 [ 54 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
4880 | 2025.05.22 21:21:07.481027 [ 261 ] {f726c57c-6857-45cd-b236-13977bdd264f} <Debug> executeQuery: Read 1268 rows, 107.22 KiB in 0.001849 sec., 685776.0951865873 rows/sec., 56.63 MiB/sec. | ||
4881 | 2025.05.22 21:21:07.481070 [ 54 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4882 | 2025.05.22 21:21:07.481085 [ 261 ] {f726c57c-6857-45cd-b236-13977bdd264f} <Debug> TCPHandler: Processed in 0.002048511 sec. | ||
4883 | 2025.05.22 21:21:07.481093 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4884 | 2025.05.22 21:21:07.481202 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4885 | 2025.05.22 21:21:07.481224 [ 191 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::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 | ||
4886 | 2025.05.22 21:21:07.481297 [ 261 ] {569a51c5-898e-4b61-ac6c-dc64f0ec3639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4887 | 2025.05.22 21:21:07.481361 [ 261 ] {569a51c5-898e-4b61-ac6c-dc64f0ec3639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4888 | 2025.05.22 21:21:07.481385 [ 191 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4889 | 2025.05.22 21:21:07.481427 [ 191 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1406 rows starting from the beginning of the part | ||
4890 | 2025.05.22 21:21:07.481503 [ 191 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 122 rows starting from the beginning of the part | ||
4891 | 2025.05.22 21:21:07.481575 [ 191 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 74 rows starting from the beginning of the part | ||
4892 | 2025.05.22 21:21:07.481627 [ 191 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 122 rows starting from the beginning of the part | ||
4893 | 2025.05.22 21:21:07.481673 [ 191 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 633 rows starting from the beginning of the part | ||
4894 | 2025.05.22 21:21:07.481719 [ 191 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1268 rows starting from the beginning of the part | ||
4895 | 2025.05.22 21:21:07.481781 [ 261 ] {569a51c5-898e-4b61-ac6c-dc64f0ec3639} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4896 | 2025.05.22 21:21:07.481821 [ 261 ] {569a51c5-898e-4b61-ac6c-dc64f0ec3639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4897 | 2025.05.22 21:21:07.482314 [ 261 ] {569a51c5-898e-4b61-ac6c-dc64f0ec3639} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4898 | 2025.05.22 21:21:07.482541 [ 261 ] {569a51c5-898e-4b61-ac6c-dc64f0ec3639} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4899 | 2025.05.22 21:21:07.482660 [ 54 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4900 | 2025.05.22 21:21:07.482671 [ 261 ] {569a51c5-898e-4b61-ac6c-dc64f0ec3639} <Debug> executeQuery: Read 45 rows, 3.32 KiB in 0.001392 sec., 32327.58620689655 rows/sec., 2.33 MiB/sec. | ||
4901 | 2025.05.22 21:21:07.482692 [ 54 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4902 | 2025.05.22 21:21:07.482711 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4903 | 2025.05.22 21:21:07.482712 [ 261 ] {569a51c5-898e-4b61-ac6c-dc64f0ec3639} <Debug> TCPHandler: Processed in 0.001560503 sec. | ||
4904 | 2025.05.22 21:21:07.482821 [ 201 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::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 | ||
4905 | 2025.05.22 21:21:07.482829 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4906 | 2025.05.22 21:21:07.482964 [ 201 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4907 | 2025.05.22 21:21:07.482975 [ 261 ] {7e4a2fa2-6f0d-40d6-9742-a64f9d1d284e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
4908 | 2025.05.22 21:21:07.483004 [ 201 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 67 rows starting from the beginning of the part | ||
4909 | 2025.05.22 21:21:07.483022 [ 261 ] {7e4a2fa2-6f0d-40d6-9742-a64f9d1d284e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4910 | 2025.05.22 21:21:07.483084 [ 201 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 33 rows starting from the beginning of the part | ||
4911 | 2025.05.22 21:21:07.483137 [ 201 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 12 rows starting from the beginning of the part | ||
4912 | 2025.05.22 21:21:07.483182 [ 201 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 33 rows starting from the beginning of the part | ||
4913 | 2025.05.22 21:21:07.483230 [ 201 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 114 rows starting from the beginning of the part | ||
4914 | 2025.05.22 21:21:07.483287 [ 201 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 45 rows starting from the beginning of the part | ||
4915 | 2025.05.22 21:21:07.483417 [ 189 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3625 rows, containing 5 columns (5 merged, 0 gathered) in 0.002255103 sec., 1607465.37963011 rows/sec., 138.56 MiB/sec. | ||
4916 | 2025.05.22 21:21:07.483505 [ 261 ] {7e4a2fa2-6f0d-40d6-9742-a64f9d1d284e} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4917 | 2025.05.22 21:21:07.483545 [ 261 ] {7e4a2fa2-6f0d-40d6-9742-a64f9d1d284e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4918 | 2025.05.22 21:21:07.483702 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
4919 | 2025.05.22 21:21:07.483979 [ 261 ] {7e4a2fa2-6f0d-40d6-9742-a64f9d1d284e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4920 | 2025.05.22 21:21:07.484018 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_36_7} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4921 | 2025.05.22 21:21:07.484112 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_36_7} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
4922 | 2025.05.22 21:21:07.484170 [ 189 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 304 rows, containing 5 columns (5 merged, 0 gathered) in 0.001409721 sec., 215645.50716063674 rows/sec., 15.49 MiB/sec. | ||
4923 | 2025.05.22 21:21:07.484189 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
4924 | 2025.05.22 21:21:07.484249 [ 261 ] {7e4a2fa2-6f0d-40d6-9742-a64f9d1d284e} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4925 | 2025.05.22 21:21:07.484365 [ 198 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4926 | 2025.05.22 21:21:07.484388 [ 261 ] {7e4a2fa2-6f0d-40d6-9742-a64f9d1d284e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001431 sec., 159329.14046121592 rows/sec., 10.79 MiB/sec. | ||
4927 | 2025.05.22 21:21:07.484424 [ 261 ] {7e4a2fa2-6f0d-40d6-9742-a64f9d1d284e} <Debug> TCPHandler: Processed in 0.001645034 sec. | ||
4928 | 2025.05.22 21:21:07.484533 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4929 | 2025.05.22 21:21:07.484636 [ 198 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_31_6} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4930 | 2025.05.22 21:21:07.484642 [ 261 ] {ddf1e811-746c-4aaf-800a-f78aa60aa7d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4931 | 2025.05.22 21:21:07.484686 [ 261 ] {ddf1e811-746c-4aaf-800a-f78aa60aa7d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4932 | 2025.05.22 21:21:07.484708 [ 198 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_31_6} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4933 | 2025.05.22 21:21:07.484794 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
4934 | 2025.05.22 21:21:07.485252 [ 261 ] {ddf1e811-746c-4aaf-800a-f78aa60aa7d7} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4935 | 2025.05.22 21:21:07.485287 [ 261 ] {ddf1e811-746c-4aaf-800a-f78aa60aa7d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4936 | 2025.05.22 21:21:07.485609 [ 261 ] {ddf1e811-746c-4aaf-800a-f78aa60aa7d7} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4937 | 2025.05.22 21:21:07.485820 [ 261 ] {ddf1e811-746c-4aaf-800a-f78aa60aa7d7} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4938 | 2025.05.22 21:21:07.485939 [ 54 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
4939 | 2025.05.22 21:21:07.485942 [ 261 ] {ddf1e811-746c-4aaf-800a-f78aa60aa7d7} <Debug> executeQuery: Read 565 rows, 43.03 KiB in 0.001329 sec., 425131.6779533483 rows/sec., 31.62 MiB/sec. | ||
4940 | 2025.05.22 21:21:07.485972 [ 54 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4941 | 2025.05.22 21:21:07.485990 [ 261 ] {ddf1e811-746c-4aaf-800a-f78aa60aa7d7} <Debug> TCPHandler: Processed in 0.001505103 sec. | ||
4942 | 2025.05.22 21:21:07.485991 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4943 | 2025.05.22 21:21:07.486092 [ 190 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
4944 | 2025.05.22 21:21:07.486103 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4945 | 2025.05.22 21:21:07.486183 [ 190 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4946 | 2025.05.22 21:21:07.486207 [ 261 ] {973f3125-af0e-45ab-8160-5ca0b07641d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4947 | 2025.05.22 21:21:07.486210 [ 190 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 629 rows starting from the beginning of the part | ||
4948 | 2025.05.22 21:21:07.486257 [ 261 ] {973f3125-af0e-45ab-8160-5ca0b07641d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4949 | 2025.05.22 21:21:07.486290 [ 190 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 97 rows starting from the beginning of the part | ||
4950 | 2025.05.22 21:21:07.486411 [ 190 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 76 rows starting from the beginning of the part | ||
4951 | 2025.05.22 21:21:07.486458 [ 190 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 97 rows starting from the beginning of the part | ||
4952 | 2025.05.22 21:21:07.486498 [ 190 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 390 rows starting from the beginning of the part | ||
4953 | 2025.05.22 21:21:07.486536 [ 190 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 565 rows starting from the beginning of the part | ||
4954 | 2025.05.22 21:21:07.486834 [ 261 ] {973f3125-af0e-45ab-8160-5ca0b07641d5} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4955 | 2025.05.22 21:21:07.486868 [ 261 ] {973f3125-af0e-45ab-8160-5ca0b07641d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4956 | 2025.05.22 21:21:07.487263 [ 261 ] {973f3125-af0e-45ab-8160-5ca0b07641d5} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4957 | 2025.05.22 21:21:07.487471 [ 261 ] {973f3125-af0e-45ab-8160-5ca0b07641d5} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4958 | 2025.05.22 21:21:07.487488 [ 189 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1854 rows, containing 5 columns (5 merged, 0 gathered) in 0.001439032 sec., 1288366.0683014693 rows/sec., 100.86 MiB/sec. | ||
4959 | 2025.05.22 21:21:07.487607 [ 261 ] {973f3125-af0e-45ab-8160-5ca0b07641d5} <Debug> executeQuery: Read 886 rows, 61.05 KiB in 0.001418 sec., 624823.6953455572 rows/sec., 42.05 MiB/sec. | ||
4960 | 2025.05.22 21:21:07.487648 [ 261 ] {973f3125-af0e-45ab-8160-5ca0b07641d5} <Debug> TCPHandler: Processed in 0.001593583 sec. | ||
4961 | 2025.05.22 21:21:07.487694 [ 193 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
4962 | 2025.05.22 21:21:07.487766 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4963 | 2025.05.22 21:21:07.487875 [ 261 ] {bfe19157-0e25-4325-a458-d554ea1ad266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4964 | 2025.05.22 21:21:07.487931 [ 261 ] {bfe19157-0e25-4325-a458-d554ea1ad266} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4965 | 2025.05.22 21:21:07.487975 [ 193 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_36_7} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4966 | 2025.05.22 21:21:07.488050 [ 193 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_36_7} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
4967 | 2025.05.22 21:21:07.488132 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
4968 | 2025.05.22 21:21:07.488729 [ 261 ] {bfe19157-0e25-4325-a458-d554ea1ad266} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4969 | 2025.05.22 21:21:07.488769 [ 261 ] {bfe19157-0e25-4325-a458-d554ea1ad266} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4970 | 2025.05.22 21:21:07.489309 [ 261 ] {bfe19157-0e25-4325-a458-d554ea1ad266} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4971 | 2025.05.22 21:21:07.489547 [ 261 ] {bfe19157-0e25-4325-a458-d554ea1ad266} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4972 | 2025.05.22 21:21:07.489664 [ 54 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4973 | 2025.05.22 21:21:07.489680 [ 261 ] {bfe19157-0e25-4325-a458-d554ea1ad266} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001823 sec., 18102.029621503018 rows/sec., 32.44 MiB/sec. | ||
4974 | 2025.05.22 21:21:07.489697 [ 54 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4975 | 2025.05.22 21:21:07.489716 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4976 | 2025.05.22 21:21:07.489730 [ 261 ] {bfe19157-0e25-4325-a458-d554ea1ad266} <Debug> TCPHandler: Processed in 0.00202038 sec. | ||
4977 | 2025.05.22 21:21:07.489784 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
4978 | 2025.05.22 21:21:07.489850 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4979 | 2025.05.22 21:21:07.489967 [ 261 ] {5528d0eb-9883-4362-90f6-9f32319ef9d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4980 | 2025.05.22 21:21:07.490007 [ 261 ] {5528d0eb-9883-4362-90f6-9f32319ef9d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4981 | 2025.05.22 21:21:07.490012 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4982 | 2025.05.22 21:21:07.490082 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 579 rows starting from the beginning of the part | ||
4983 | 2025.05.22 21:21:07.490221 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 33 rows starting from the beginning of the part | ||
4984 | 2025.05.22 21:21:07.490350 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part | ||
4985 | 2025.05.22 21:21:07.490353 [ 261 ] {5528d0eb-9883-4362-90f6-9f32319ef9d0} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4986 | 2025.05.22 21:21:07.490399 [ 261 ] {5528d0eb-9883-4362-90f6-9f32319ef9d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4987 | 2025.05.22 21:21:07.490481 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 33 rows starting from the beginning of the part | ||
4988 | 2025.05.22 21:21:07.490610 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 8 rows starting from the beginning of the part | ||
4989 | 2025.05.22 21:21:07.490711 [ 261 ] {5528d0eb-9883-4362-90f6-9f32319ef9d0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4990 | 2025.05.22 21:21:07.490730 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 33 rows starting from the beginning of the part | ||
4991 | 2025.05.22 21:21:07.490933 [ 261 ] {5528d0eb-9883-4362-90f6-9f32319ef9d0} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4992 | 2025.05.22 21:21:07.491065 [ 261 ] {5528d0eb-9883-4362-90f6-9f32319ef9d0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001117 sec., 53715.308863025966 rows/sec., 3.62 MiB/sec. | ||
4993 | 2025.05.22 21:21:07.491099 [ 261 ] {5528d0eb-9883-4362-90f6-9f32319ef9d0} <Debug> TCPHandler: Processed in 0.00129883 sec. | ||
4994 | 2025.05.22 21:21:07.495093 [ 193 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 694 rows, containing 19 columns (19 merged, 0 gathered) in 0.005339979 sec., 129963.05790715656 rows/sec., 232.89 MiB/sec. | ||
4995 | 2025.05.22 21:21:07.495995 [ 189 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4996 | 2025.05.22 21:21:07.496334 [ 189 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4997 | 2025.05.22 21:21:07.496416 [ 189 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4998 | 2025.05.22 21:21:07.496567 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.55 MiB. | ||
4999 | 2025.05.22 21:21:08.000209 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 239.05 MiB, peak 246.56 MiB, free memory in arenas 0.00 B, will set to 240.75 MiB (RSS), difference: 1.70 MiB | ||
5000 | 2025.05.22 21:21:08.774455 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 | ||
5001 | 2025.05.22 21:21:08.774942 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5002 | 2025.05.22 21:21:08.774975 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5003 | 2025.05.22 21:21:08.775454 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5004 | 2025.05.22 21:21:08.775680 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5005 | 2025.05.22 21:21:08.775811 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 | ||
5006 | 2025.05.22 21:21:09.464965 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
5007 | 2025.05.22 21:21:09.481305 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5008 | 2025.05.22 21:21:09.481357 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5009 | 2025.05.22 21:21:09.487111 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5010 | 2025.05.22 21:21:09.487854 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5011 | 2025.05.22 21:21:09.491137 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
5012 | 2025.05.22 21:21:11.292961 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 64 entries to flush up to offset 664 | ||
5013 | 2025.05.22 21:21:11.296048 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5014 | 2025.05.22 21:21:11.296106 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5015 | 2025.05.22 21:21:11.297405 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5016 | 2025.05.22 21:21:11.297684 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5017 | 2025.05.22 21:21:11.298055 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 664 | ||
5018 | 2025.05.22 21:21:12.452984 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5019 | 2025.05.22 21:21:12.453283 [ 261 ] {65b90f35-a424-4e8d-902d-48d13813f047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
5020 | 2025.05.22 21:21:12.453387 [ 261 ] {65b90f35-a424-4e8d-902d-48d13813f047} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
5021 | 2025.05.22 21:21:12.454375 [ 261 ] {65b90f35-a424-4e8d-902d-48d13813f047} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5022 | 2025.05.22 21:21:12.454420 [ 261 ] {65b90f35-a424-4e8d-902d-48d13813f047} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5023 | 2025.05.22 21:21:12.454830 [ 261 ] {65b90f35-a424-4e8d-902d-48d13813f047} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
5024 | 2025.05.22 21:21:12.455057 [ 261 ] {65b90f35-a424-4e8d-902d-48d13813f047} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5025 | 2025.05.22 21:21:12.455208 [ 261 ] {65b90f35-a424-4e8d-902d-48d13813f047} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002012 sec., 105367.79324055667 rows/sec., 6.70 MiB/sec. | ||
5026 | 2025.05.22 21:21:12.455250 [ 261 ] {65b90f35-a424-4e8d-902d-48d13813f047} <Debug> TCPHandler: Processed in 0.002458656 sec. | ||
5027 | 2025.05.22 21:21:12.455377 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5028 | 2025.05.22 21:21:12.455473 [ 261 ] {ec11ba80-a09a-4819-9777-2b983e619c79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5029 | 2025.05.22 21:21:12.455514 [ 261 ] {ec11ba80-a09a-4819-9777-2b983e619c79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5030 | 2025.05.22 21:21:12.456266 [ 261 ] {ec11ba80-a09a-4819-9777-2b983e619c79} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5031 | 2025.05.22 21:21:12.456302 [ 261 ] {ec11ba80-a09a-4819-9777-2b983e619c79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5032 | 2025.05.22 21:21:12.456641 [ 261 ] {ec11ba80-a09a-4819-9777-2b983e619c79} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5033 | 2025.05.22 21:21:12.456880 [ 261 ] {ec11ba80-a09a-4819-9777-2b983e619c79} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5034 | 2025.05.22 21:21:12.457014 [ 261 ] {ec11ba80-a09a-4819-9777-2b983e619c79} <Debug> executeQuery: Read 633 rows, 50.88 KiB in 0.00156 sec., 405769.23076923075 rows/sec., 31.85 MiB/sec. | ||
5035 | 2025.05.22 21:21:12.457052 [ 261 ] {ec11ba80-a09a-4819-9777-2b983e619c79} <Debug> TCPHandler: Processed in 0.001727056 sec. | ||
5036 | 2025.05.22 21:21:12.457170 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5037 | 2025.05.22 21:21:12.457265 [ 261 ] {a6a7253a-c692-4703-9b9e-35ef0eb7d2c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5038 | 2025.05.22 21:21:12.457304 [ 261 ] {a6a7253a-c692-4703-9b9e-35ef0eb7d2c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5039 | 2025.05.22 21:21:12.457765 [ 261 ] {a6a7253a-c692-4703-9b9e-35ef0eb7d2c1} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5040 | 2025.05.22 21:21:12.457802 [ 261 ] {a6a7253a-c692-4703-9b9e-35ef0eb7d2c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5041 | 2025.05.22 21:21:12.458113 [ 261 ] {a6a7253a-c692-4703-9b9e-35ef0eb7d2c1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5042 | 2025.05.22 21:21:12.458325 [ 261 ] {a6a7253a-c692-4703-9b9e-35ef0eb7d2c1} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5043 | 2025.05.22 21:21:12.458455 [ 261 ] {a6a7253a-c692-4703-9b9e-35ef0eb7d2c1} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001208 sec., 94370.86092715232 rows/sec., 5.65 MiB/sec. | ||
5044 | 2025.05.22 21:21:12.458490 [ 261 ] {a6a7253a-c692-4703-9b9e-35ef0eb7d2c1} <Debug> TCPHandler: Processed in 0.001372351 sec. | ||
5045 | 2025.05.22 21:21:12.458666 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5046 | 2025.05.22 21:21:12.458761 [ 261 ] {db7d4bd4-6b06-445b-b33a-e01fc3db354f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
5047 | 2025.05.22 21:21:12.458800 [ 261 ] {db7d4bd4-6b06-445b-b33a-e01fc3db354f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5048 | 2025.05.22 21:21:12.459228 [ 261 ] {db7d4bd4-6b06-445b-b33a-e01fc3db354f} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5049 | 2025.05.22 21:21:12.459262 [ 261 ] {db7d4bd4-6b06-445b-b33a-e01fc3db354f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5050 | 2025.05.22 21:21:12.459568 [ 261 ] {db7d4bd4-6b06-445b-b33a-e01fc3db354f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5051 | 2025.05.22 21:21:12.459781 [ 261 ] {db7d4bd4-6b06-445b-b33a-e01fc3db354f} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5052 | 2025.05.22 21:21:12.459905 [ 261 ] {db7d4bd4-6b06-445b-b33a-e01fc3db354f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001161 sec., 97329.88802756245 rows/sec., 6.30 MiB/sec. | ||
5053 | 2025.05.22 21:21:12.459941 [ 261 ] {db7d4bd4-6b06-445b-b33a-e01fc3db354f} <Debug> TCPHandler: Processed in 0.00132696 sec. | ||
5054 | 2025.05.22 21:21:12.460058 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5055 | 2025.05.22 21:21:12.460152 [ 261 ] {362a535b-d925-4a8a-983b-7fe58bd88d07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
5056 | 2025.05.22 21:21:12.460190 [ 261 ] {362a535b-d925-4a8a-983b-7fe58bd88d07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5057 | 2025.05.22 21:21:12.460625 [ 261 ] {362a535b-d925-4a8a-983b-7fe58bd88d07} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5058 | 2025.05.22 21:21:12.460658 [ 261 ] {362a535b-d925-4a8a-983b-7fe58bd88d07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5059 | 2025.05.22 21:21:12.460961 [ 261 ] {362a535b-d925-4a8a-983b-7fe58bd88d07} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
5060 | 2025.05.22 21:21:12.461170 [ 261 ] {362a535b-d925-4a8a-983b-7fe58bd88d07} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5061 | 2025.05.22 21:21:12.461292 [ 261 ] {362a535b-d925-4a8a-983b-7fe58bd88d07} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001157 sec., 96802.07433016422 rows/sec., 5.51 MiB/sec. | ||
5062 | 2025.05.22 21:21:12.461329 [ 261 ] {362a535b-d925-4a8a-983b-7fe58bd88d07} <Debug> TCPHandler: Processed in 0.00132244 sec. | ||
5063 | 2025.05.22 21:21:12.461447 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5064 | 2025.05.22 21:21:12.461542 [ 261 ] {e7bfb277-b5bc-4739-916f-bd6200d386c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5065 | 2025.05.22 21:21:12.461581 [ 261 ] {e7bfb277-b5bc-4739-916f-bd6200d386c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5066 | 2025.05.22 21:21:12.462111 [ 261 ] {e7bfb277-b5bc-4739-916f-bd6200d386c8} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5067 | 2025.05.22 21:21:12.462146 [ 261 ] {e7bfb277-b5bc-4739-916f-bd6200d386c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5068 | 2025.05.22 21:21:12.462496 [ 261 ] {e7bfb277-b5bc-4739-916f-bd6200d386c8} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5069 | 2025.05.22 21:21:12.462704 [ 261 ] {e7bfb277-b5bc-4739-916f-bd6200d386c8} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5070 | 2025.05.22 21:21:12.462831 [ 261 ] {e7bfb277-b5bc-4739-916f-bd6200d386c8} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001305 sec., 298850.5747126437 rows/sec., 21.12 MiB/sec. | ||
5071 | 2025.05.22 21:21:12.462866 [ 261 ] {e7bfb277-b5bc-4739-916f-bd6200d386c8} <Debug> TCPHandler: Processed in 0.001469352 sec. | ||
5072 | 2025.05.22 21:21:12.462982 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5073 | 2025.05.22 21:21:12.463076 [ 261 ] {2ab5d437-53a8-4a13-9c6b-e6d31fc1f9ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
5074 | 2025.05.22 21:21:12.463118 [ 261 ] {2ab5d437-53a8-4a13-9c6b-e6d31fc1f9ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5075 | 2025.05.22 21:21:12.463458 [ 261 ] {2ab5d437-53a8-4a13-9c6b-e6d31fc1f9ae} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5076 | 2025.05.22 21:21:12.463491 [ 261 ] {2ab5d437-53a8-4a13-9c6b-e6d31fc1f9ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5077 | 2025.05.22 21:21:12.463784 [ 261 ] {2ab5d437-53a8-4a13-9c6b-e6d31fc1f9ae} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
5078 | 2025.05.22 21:21:12.463990 [ 261 ] {2ab5d437-53a8-4a13-9c6b-e6d31fc1f9ae} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5079 | 2025.05.22 21:21:12.464113 [ 261 ] {2ab5d437-53a8-4a13-9c6b-e6d31fc1f9ae} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001054 sec., 5692.599620493358 rows/sec., 297.42 KiB/sec. | ||
5080 | 2025.05.22 21:21:12.464148 [ 261 ] {2ab5d437-53a8-4a13-9c6b-e6d31fc1f9ae} <Debug> TCPHandler: Processed in 0.001216539 sec. | ||
5081 | 2025.05.22 21:21:12.464264 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5082 | 2025.05.22 21:21:12.464358 [ 261 ] {2e3d8201-b153-426f-87f9-e0b76fe3cbd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5083 | 2025.05.22 21:21:12.464399 [ 261 ] {2e3d8201-b153-426f-87f9-e0b76fe3cbd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5084 | 2025.05.22 21:21:12.464816 [ 261 ] {2e3d8201-b153-426f-87f9-e0b76fe3cbd7} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5085 | 2025.05.22 21:21:12.464851 [ 261 ] {2e3d8201-b153-426f-87f9-e0b76fe3cbd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5086 | 2025.05.22 21:21:12.465186 [ 261 ] {2e3d8201-b153-426f-87f9-e0b76fe3cbd7} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5087 | 2025.05.22 21:21:12.465398 [ 261 ] {2e3d8201-b153-426f-87f9-e0b76fe3cbd7} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5088 | 2025.05.22 21:21:12.465490 [ 42 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5089 | 2025.05.22 21:21:12.465522 [ 261 ] {2e3d8201-b153-426f-87f9-e0b76fe3cbd7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001182 sec., 200507.61421319796 rows/sec., 13.44 MiB/sec. | ||
5090 | 2025.05.22 21:21:12.465530 [ 42 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5091 | 2025.05.22 21:21:12.465555 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5092 | 2025.05.22 21:21:12.465559 [ 261 ] {2e3d8201-b153-426f-87f9-e0b76fe3cbd7} <Debug> TCPHandler: Processed in 0.00134646 sec. | ||
5093 | 2025.05.22 21:21:12.465682 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5094 | 2025.05.22 21:21:12.465694 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
5095 | 2025.05.22 21:21:12.465776 [ 261 ] {91e0419e-be6d-45b3-96ae-85c5e9963e87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
5096 | 2025.05.22 21:21:12.465823 [ 261 ] {91e0419e-be6d-45b3-96ae-85c5e9963e87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5097 | 2025.05.22 21:21:12.465870 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5098 | 2025.05.22 21:21:12.465915 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9028 rows starting from the beginning of the part | ||
5099 | 2025.05.22 21:21:12.465983 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 162 rows starting from the beginning of the part | ||
5100 | 2025.05.22 21:21:12.466031 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
5101 | 2025.05.22 21:21:12.466076 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 237 rows starting from the beginning of the part | ||
5102 | 2025.05.22 21:21:12.466117 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 886 rows starting from the beginning of the part | ||
5103 | 2025.05.22 21:21:12.466140 [ 261 ] {91e0419e-be6d-45b3-96ae-85c5e9963e87} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5104 | 2025.05.22 21:21:12.466158 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 237 rows starting from the beginning of the part | ||
5105 | 2025.05.22 21:21:12.466182 [ 261 ] {91e0419e-be6d-45b3-96ae-85c5e9963e87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5106 | 2025.05.22 21:21:12.466530 [ 261 ] {91e0419e-be6d-45b3-96ae-85c5e9963e87} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
5107 | 2025.05.22 21:21:12.466747 [ 261 ] {91e0419e-be6d-45b3-96ae-85c5e9963e87} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5108 | 2025.05.22 21:21:12.466874 [ 261 ] {91e0419e-be6d-45b3-96ae-85c5e9963e87} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001114 sec., 897.6660682226212 rows/sec., 60.49 KiB/sec. | ||
5109 | 2025.05.22 21:21:12.466908 [ 261 ] {91e0419e-be6d-45b3-96ae-85c5e9963e87} <Debug> TCPHandler: Processed in 0.001276759 sec. | ||
5110 | 2025.05.22 21:21:12.467030 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5111 | 2025.05.22 21:21:12.467124 [ 261 ] {58a8abdf-116d-4c8d-af4d-62f7b0e97c3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5112 | 2025.05.22 21:21:12.467179 [ 261 ] {58a8abdf-116d-4c8d-af4d-62f7b0e97c3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5113 | 2025.05.22 21:21:12.467920 [ 261 ] {58a8abdf-116d-4c8d-af4d-62f7b0e97c3b} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5114 | 2025.05.22 21:21:12.467955 [ 261 ] {58a8abdf-116d-4c8d-af4d-62f7b0e97c3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5115 | 2025.05.22 21:21:12.468490 [ 261 ] {58a8abdf-116d-4c8d-af4d-62f7b0e97c3b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5116 | 2025.05.22 21:21:12.468722 [ 261 ] {58a8abdf-116d-4c8d-af4d-62f7b0e97c3b} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5117 | 2025.05.22 21:21:12.468861 [ 261 ] {58a8abdf-116d-4c8d-af4d-62f7b0e97c3b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001753 sec., 4563.605248146036 rows/sec., 8.18 MiB/sec. | ||
5118 | 2025.05.22 21:21:12.468912 [ 261 ] {58a8abdf-116d-4c8d-af4d-62f7b0e97c3b} <Debug> TCPHandler: Processed in 0.001938608 sec. | ||
5119 | 2025.05.22 21:21:12.469032 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5120 | 2025.05.22 21:21:12.469128 [ 261 ] {4306e202-1284-4b1a-b674-dee005a62c4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5121 | 2025.05.22 21:21:12.469168 [ 261 ] {4306e202-1284-4b1a-b674-dee005a62c4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5122 | 2025.05.22 21:21:12.469209 [ 194 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10710 rows, containing 5 columns (5 merged, 0 gathered) in 0.003580673 sec., 2991057.8262801436 rows/sec., 204.87 MiB/sec. | ||
5123 | 2025.05.22 21:21:12.469488 [ 194 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5124 | 2025.05.22 21:21:12.469510 [ 261 ] {4306e202-1284-4b1a-b674-dee005a62c4a} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5125 | 2025.05.22 21:21:12.469545 [ 261 ] {4306e202-1284-4b1a-b674-dee005a62c4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5126 | 2025.05.22 21:21:12.469756 [ 194 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5127 | 2025.05.22 21:21:12.469817 [ 194 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5128 | 2025.05.22 21:21:12.469859 [ 261 ] {4306e202-1284-4b1a-b674-dee005a62c4a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5129 | 2025.05.22 21:21:12.469890 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.07 MiB. | ||
5130 | 2025.05.22 21:21:12.470081 [ 261 ] {4306e202-1284-4b1a-b674-dee005a62c4a} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5131 | 2025.05.22 21:21:12.470175 [ 42 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5132 | 2025.05.22 21:21:12.470199 [ 42 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5133 | 2025.05.22 21:21:12.470207 [ 261 ] {4306e202-1284-4b1a-b674-dee005a62c4a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001097 sec., 74749.3163172288 rows/sec., 4.75 MiB/sec. | ||
5134 | 2025.05.22 21:21:12.470216 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5135 | 2025.05.22 21:21:12.470241 [ 261 ] {4306e202-1284-4b1a-b674-dee005a62c4a} <Debug> TCPHandler: Processed in 0.001259518 sec. | ||
5136 | 2025.05.22 21:21:12.470306 [ 189 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
5137 | 2025.05.22 21:21:12.470414 [ 189 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5138 | 2025.05.22 21:21:12.470440 [ 189 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1158 rows starting from the beginning of the part | ||
5139 | 2025.05.22 21:21:12.470487 [ 189 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
5140 | 2025.05.22 21:21:12.470529 [ 189 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
5141 | 2025.05.22 21:21:12.470565 [ 189 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 82 rows starting from the beginning of the part | ||
5142 | 2025.05.22 21:21:12.470599 [ 189 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part | ||
5143 | 2025.05.22 21:21:12.470634 [ 189 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 82 rows starting from the beginning of the part | ||
5144 | 2025.05.22 21:21:12.471486 [ 187 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1502 rows, containing 4 columns (4 merged, 0 gathered) in 0.001209528 sec., 1241806.7212995482 rows/sec., 83.74 MiB/sec. | ||
5145 | 2025.05.22 21:21:12.471742 [ 187 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5146 | 2025.05.22 21:21:12.472070 [ 187 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_36_7} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5147 | 2025.05.22 21:21:12.472149 [ 187 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_36_7} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5148 | 2025.05.22 21:21:12.472242 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
5149 | 2025.05.22 21:21:16.185577 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5150 | 2025.05.22 21:21:16.185666 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5151 | 2025.05.22 21:21:16.275871 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 | ||
5152 | 2025.05.22 21:21:16.276469 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5153 | 2025.05.22 21:21:16.276521 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5154 | 2025.05.22 21:21:16.277079 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5155 | 2025.05.22 21:21:16.277310 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5156 | 2025.05.22 21:21:16.277436 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
5157 | 2025.05.22 21:21:16.991190 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 | ||
5158 | 2025.05.22 21:21:17.007775 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5159 | 2025.05.22 21:21:17.007818 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5160 | 2025.05.22 21:21:17.013551 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5161 | 2025.05.22 21:21:17.014250 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5162 | 2025.05.22 21:21:17.017043 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 226 | ||
5163 | 2025.05.22 21:21:17.447850 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5164 | 2025.05.22 21:21:17.448114 [ 261 ] {993b6eb7-6a5d-4848-ab55-2a10ae2f07ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5165 | 2025.05.22 21:21:17.448182 [ 261 ] {993b6eb7-6a5d-4848-ab55-2a10ae2f07ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5166 | 2025.05.22 21:21:17.448905 [ 261 ] {993b6eb7-6a5d-4848-ab55-2a10ae2f07ab} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5167 | 2025.05.22 21:21:17.448949 [ 261 ] {993b6eb7-6a5d-4848-ab55-2a10ae2f07ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5168 | 2025.05.22 21:21:17.449379 [ 261 ] {993b6eb7-6a5d-4848-ab55-2a10ae2f07ab} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5169 | 2025.05.22 21:21:17.449631 [ 261 ] {993b6eb7-6a5d-4848-ab55-2a10ae2f07ab} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5170 | 2025.05.22 21:21:17.449796 [ 261 ] {993b6eb7-6a5d-4848-ab55-2a10ae2f07ab} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.001744 sec., 69954.12844036697 rows/sec., 5.97 MiB/sec. | ||
5171 | 2025.05.22 21:21:17.449845 [ 261 ] {993b6eb7-6a5d-4848-ab55-2a10ae2f07ab} <Debug> TCPHandler: Processed in 0.002168702 sec. | ||
5172 | 2025.05.22 21:21:17.449973 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5173 | 2025.05.22 21:21:17.450077 [ 261 ] {97ef79d6-9315-4cca-8c17-7e518af6bbe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5174 | 2025.05.22 21:21:17.450119 [ 261 ] {97ef79d6-9315-4cca-8c17-7e518af6bbe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5175 | 2025.05.22 21:21:17.450541 [ 261 ] {97ef79d6-9315-4cca-8c17-7e518af6bbe9} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5176 | 2025.05.22 21:21:17.450578 [ 261 ] {97ef79d6-9315-4cca-8c17-7e518af6bbe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5177 | 2025.05.22 21:21:17.450879 [ 261 ] {97ef79d6-9315-4cca-8c17-7e518af6bbe9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5178 | 2025.05.22 21:21:17.451094 [ 261 ] {97ef79d6-9315-4cca-8c17-7e518af6bbe9} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5179 | 2025.05.22 21:21:17.451225 [ 261 ] {97ef79d6-9315-4cca-8c17-7e518af6bbe9} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001172 sec., 28156.996587030713 rows/sec., 2.07 MiB/sec. | ||
5180 | 2025.05.22 21:21:17.451262 [ 261 ] {97ef79d6-9315-4cca-8c17-7e518af6bbe9} <Debug> TCPHandler: Processed in 0.00134316 sec. | ||
5181 | 2025.05.22 21:21:17.451377 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5182 | 2025.05.22 21:21:17.451473 [ 261 ] {18014059-b6c0-4924-9aa0-fb2984cd1e80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5183 | 2025.05.22 21:21:17.451513 [ 261 ] {18014059-b6c0-4924-9aa0-fb2984cd1e80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5184 | 2025.05.22 21:21:17.451944 [ 261 ] {18014059-b6c0-4924-9aa0-fb2984cd1e80} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5185 | 2025.05.22 21:21:17.451980 [ 261 ] {18014059-b6c0-4924-9aa0-fb2984cd1e80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5186 | 2025.05.22 21:21:17.452272 [ 261 ] {18014059-b6c0-4924-9aa0-fb2984cd1e80} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5187 | 2025.05.22 21:21:17.452483 [ 261 ] {18014059-b6c0-4924-9aa0-fb2984cd1e80} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5188 | 2025.05.22 21:21:17.452623 [ 261 ] {18014059-b6c0-4924-9aa0-fb2984cd1e80} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001168 sec., 83047.94520547945 rows/sec., 6.49 MiB/sec. | ||
5189 | 2025.05.22 21:21:17.452660 [ 261 ] {18014059-b6c0-4924-9aa0-fb2984cd1e80} <Debug> TCPHandler: Processed in 0.00133557 sec. | ||
5190 | 2025.05.22 21:21:17.452775 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5191 | 2025.05.22 21:21:17.452871 [ 261 ] {964cb687-2016-44a1-bd61-3bed0a4b92fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5192 | 2025.05.22 21:21:17.452913 [ 261 ] {964cb687-2016-44a1-bd61-3bed0a4b92fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5193 | 2025.05.22 21:21:17.453316 [ 261 ] {964cb687-2016-44a1-bd61-3bed0a4b92fe} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5194 | 2025.05.22 21:21:17.453352 [ 261 ] {964cb687-2016-44a1-bd61-3bed0a4b92fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5195 | 2025.05.22 21:21:17.453682 [ 261 ] {964cb687-2016-44a1-bd61-3bed0a4b92fe} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5196 | 2025.05.22 21:21:17.453912 [ 261 ] {964cb687-2016-44a1-bd61-3bed0a4b92fe} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5197 | 2025.05.22 21:21:17.454041 [ 261 ] {964cb687-2016-44a1-bd61-3bed0a4b92fe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. | ||
5198 | 2025.05.22 21:21:17.454077 [ 261 ] {964cb687-2016-44a1-bd61-3bed0a4b92fe} <Debug> TCPHandler: Processed in 0.00135219 sec. | ||
5199 | 2025.05.22 21:21:17.454189 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5200 | 2025.05.22 21:21:17.454283 [ 261 ] {c38a067f-f7db-492d-a3f6-7112850987a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5201 | 2025.05.22 21:21:17.454338 [ 261 ] {c38a067f-f7db-492d-a3f6-7112850987a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5202 | 2025.05.22 21:21:17.455177 [ 261 ] {c38a067f-f7db-492d-a3f6-7112850987a9} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5203 | 2025.05.22 21:21:17.455213 [ 261 ] {c38a067f-f7db-492d-a3f6-7112850987a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5204 | 2025.05.22 21:21:17.455763 [ 261 ] {c38a067f-f7db-492d-a3f6-7112850987a9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5205 | 2025.05.22 21:21:17.455986 [ 261 ] {c38a067f-f7db-492d-a3f6-7112850987a9} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5206 | 2025.05.22 21:21:17.456124 [ 261 ] {c38a067f-f7db-492d-a3f6-7112850987a9} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001858 sec., 17761.03336921421 rows/sec., 31.83 MiB/sec. | ||
5207 | 2025.05.22 21:21:17.456185 [ 261 ] {c38a067f-f7db-492d-a3f6-7112850987a9} <Debug> TCPHandler: Processed in 0.00204658 sec. | ||
5208 | 2025.05.22 21:21:17.456301 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5209 | 2025.05.22 21:21:17.456397 [ 261 ] {a1c75089-f210-4268-8fa8-ac990137ca42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5210 | 2025.05.22 21:21:17.456438 [ 261 ] {a1c75089-f210-4268-8fa8-ac990137ca42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5211 | 2025.05.22 21:21:17.456777 [ 261 ] {a1c75089-f210-4268-8fa8-ac990137ca42} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5212 | 2025.05.22 21:21:17.456813 [ 261 ] {a1c75089-f210-4268-8fa8-ac990137ca42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5213 | 2025.05.22 21:21:17.457117 [ 261 ] {a1c75089-f210-4268-8fa8-ac990137ca42} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5214 | 2025.05.22 21:21:17.457334 [ 261 ] {a1c75089-f210-4268-8fa8-ac990137ca42} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5215 | 2025.05.22 21:21:17.457461 [ 261 ] {a1c75089-f210-4268-8fa8-ac990137ca42} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. | ||
5216 | 2025.05.22 21:21:17.457496 [ 261 ] {a1c75089-f210-4268-8fa8-ac990137ca42} <Debug> TCPHandler: Processed in 0.001245979 sec. | ||
5217 | 2025.05.22 21:21:21.298418 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 698 | ||
5218 | 2025.05.22 21:21:21.300809 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5219 | 2025.05.22 21:21:21.300854 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5220 | 2025.05.22 21:21:21.302007 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5221 | 2025.05.22 21:21:21.302288 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5222 | 2025.05.22 21:21:21.302542 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 698 | ||
5223 | 2025.05.22 21:21:22.453279 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5224 | 2025.05.22 21:21:22.453466 [ 261 ] {e03e3442-b17d-44e3-af5e-466daa81bc9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
5225 | 2025.05.22 21:21:22.453531 [ 261 ] {e03e3442-b17d-44e3-af5e-466daa81bc9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
5226 | 2025.05.22 21:21:22.454287 [ 261 ] {e03e3442-b17d-44e3-af5e-466daa81bc9d} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5227 | 2025.05.22 21:21:22.454326 [ 261 ] {e03e3442-b17d-44e3-af5e-466daa81bc9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5228 | 2025.05.22 21:21:22.454744 [ 261 ] {e03e3442-b17d-44e3-af5e-466daa81bc9d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5229 | 2025.05.22 21:21:22.455000 [ 261 ] {e03e3442-b17d-44e3-af5e-466daa81bc9d} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5230 | 2025.05.22 21:21:22.455161 [ 261 ] {e03e3442-b17d-44e3-af5e-466daa81bc9d} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001747 sec., 121350.88723526044 rows/sec., 7.72 MiB/sec. | ||
5231 | 2025.05.22 21:21:22.455210 [ 261 ] {e03e3442-b17d-44e3-af5e-466daa81bc9d} <Debug> TCPHandler: Processed in 0.002066531 sec. | ||
5232 | 2025.05.22 21:21:22.455339 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5233 | 2025.05.22 21:21:22.455467 [ 261 ] {763af56d-8e7e-4591-a4b7-4ceedf507178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
5234 | 2025.05.22 21:21:22.455519 [ 261 ] {763af56d-8e7e-4591-a4b7-4ceedf507178} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5235 | 2025.05.22 21:21:22.455994 [ 261 ] {763af56d-8e7e-4591-a4b7-4ceedf507178} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5236 | 2025.05.22 21:21:22.456036 [ 261 ] {763af56d-8e7e-4591-a4b7-4ceedf507178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5237 | 2025.05.22 21:21:22.456364 [ 261 ] {763af56d-8e7e-4591-a4b7-4ceedf507178} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5238 | 2025.05.22 21:21:22.456596 [ 261 ] {763af56d-8e7e-4591-a4b7-4ceedf507178} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5239 | 2025.05.22 21:21:22.456724 [ 261 ] {763af56d-8e7e-4591-a4b7-4ceedf507178} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001286 sec., 1555.2099533437013 rows/sec., 126.82 KiB/sec. | ||
5240 | 2025.05.22 21:21:22.456770 [ 261 ] {763af56d-8e7e-4591-a4b7-4ceedf507178} <Debug> TCPHandler: Processed in 0.001493022 sec. | ||
5241 | 2025.05.22 21:21:22.456877 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5242 | 2025.05.22 21:21:22.456971 [ 261 ] {5da63438-1986-49ca-a32c-7d9a6d296190} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5243 | 2025.05.22 21:21:22.457010 [ 261 ] {5da63438-1986-49ca-a32c-7d9a6d296190} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5244 | 2025.05.22 21:21:22.457709 [ 261 ] {5da63438-1986-49ca-a32c-7d9a6d296190} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5245 | 2025.05.22 21:21:22.457742 [ 261 ] {5da63438-1986-49ca-a32c-7d9a6d296190} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5246 | 2025.05.22 21:21:22.458082 [ 261 ] {5da63438-1986-49ca-a32c-7d9a6d296190} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5247 | 2025.05.22 21:21:22.458290 [ 261 ] {5da63438-1986-49ca-a32c-7d9a6d296190} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5248 | 2025.05.22 21:21:22.458418 [ 261 ] {5da63438-1986-49ca-a32c-7d9a6d296190} <Debug> executeQuery: Read 634 rows, 50.95 KiB in 0.001466 sec., 432469.30422919506 rows/sec., 33.94 MiB/sec. | ||
5249 | 2025.05.22 21:21:22.458453 [ 261 ] {5da63438-1986-49ca-a32c-7d9a6d296190} <Debug> TCPHandler: Processed in 0.001625084 sec. | ||
5250 | 2025.05.22 21:21:22.458569 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5251 | 2025.05.22 21:21:22.458662 [ 261 ] {be218aae-b582-443e-90e9-2828fbbd1b09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5252 | 2025.05.22 21:21:22.458700 [ 261 ] {be218aae-b582-443e-90e9-2828fbbd1b09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5253 | 2025.05.22 21:21:22.459125 [ 261 ] {be218aae-b582-443e-90e9-2828fbbd1b09} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5254 | 2025.05.22 21:21:22.459158 [ 261 ] {be218aae-b582-443e-90e9-2828fbbd1b09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5255 | 2025.05.22 21:21:22.459459 [ 261 ] {be218aae-b582-443e-90e9-2828fbbd1b09} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5256 | 2025.05.22 21:21:22.459669 [ 261 ] {be218aae-b582-443e-90e9-2828fbbd1b09} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5257 | 2025.05.22 21:21:22.459792 [ 261 ] {be218aae-b582-443e-90e9-2828fbbd1b09} <Debug> executeQuery: Read 116 rows, 7.13 KiB in 0.001148 sec., 101045.29616724739 rows/sec., 6.06 MiB/sec. | ||
5258 | 2025.05.22 21:21:22.459826 [ 261 ] {be218aae-b582-443e-90e9-2828fbbd1b09} <Debug> TCPHandler: Processed in 0.001315419 sec. | ||
5259 | 2025.05.22 21:21:22.459934 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5260 | 2025.05.22 21:21:22.460035 [ 261 ] {93a9cb68-61a1-4f6a-a191-a08d8ffe4de8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
5261 | 2025.05.22 21:21:22.460073 [ 261 ] {93a9cb68-61a1-4f6a-a191-a08d8ffe4de8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5262 | 2025.05.22 21:21:22.460486 [ 261 ] {93a9cb68-61a1-4f6a-a191-a08d8ffe4de8} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5263 | 2025.05.22 21:21:22.460519 [ 261 ] {93a9cb68-61a1-4f6a-a191-a08d8ffe4de8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5264 | 2025.05.22 21:21:22.460818 [ 261 ] {93a9cb68-61a1-4f6a-a191-a08d8ffe4de8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5265 | 2025.05.22 21:21:22.461027 [ 261 ] {93a9cb68-61a1-4f6a-a191-a08d8ffe4de8} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5266 | 2025.05.22 21:21:22.461146 [ 261 ] {93a9cb68-61a1-4f6a-a191-a08d8ffe4de8} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001128 sec., 100177.304964539 rows/sec., 6.48 MiB/sec. | ||
5267 | 2025.05.22 21:21:22.461183 [ 261 ] {93a9cb68-61a1-4f6a-a191-a08d8ffe4de8} <Debug> TCPHandler: Processed in 0.001295179 sec. | ||
5268 | 2025.05.22 21:21:22.461290 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5269 | 2025.05.22 21:21:22.461391 [ 261 ] {7fc0a3ea-5892-4a40-b425-7cad91f9aa8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
5270 | 2025.05.22 21:21:22.461429 [ 261 ] {7fc0a3ea-5892-4a40-b425-7cad91f9aa8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5271 | 2025.05.22 21:21:22.461833 [ 261 ] {7fc0a3ea-5892-4a40-b425-7cad91f9aa8d} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5272 | 2025.05.22 21:21:22.461867 [ 261 ] {7fc0a3ea-5892-4a40-b425-7cad91f9aa8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5273 | 2025.05.22 21:21:22.462183 [ 261 ] {7fc0a3ea-5892-4a40-b425-7cad91f9aa8d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5274 | 2025.05.22 21:21:22.462394 [ 261 ] {7fc0a3ea-5892-4a40-b425-7cad91f9aa8d} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5275 | 2025.05.22 21:21:22.462512 [ 261 ] {7fc0a3ea-5892-4a40-b425-7cad91f9aa8d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001139 sec., 98331.87006145742 rows/sec., 5.60 MiB/sec. | ||
5276 | 2025.05.22 21:21:22.462548 [ 261 ] {7fc0a3ea-5892-4a40-b425-7cad91f9aa8d} <Debug> TCPHandler: Processed in 0.00130514 sec. | ||
5277 | 2025.05.22 21:21:22.462656 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5278 | 2025.05.22 21:21:22.462765 [ 261 ] {07b661c4-e126-4695-a0ad-fdcf1c9ce7a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5279 | 2025.05.22 21:21:22.462802 [ 261 ] {07b661c4-e126-4695-a0ad-fdcf1c9ce7a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5280 | 2025.05.22 21:21:22.463308 [ 261 ] {07b661c4-e126-4695-a0ad-fdcf1c9ce7a3} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5281 | 2025.05.22 21:21:22.463342 [ 261 ] {07b661c4-e126-4695-a0ad-fdcf1c9ce7a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5282 | 2025.05.22 21:21:22.463657 [ 261 ] {07b661c4-e126-4695-a0ad-fdcf1c9ce7a3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5283 | 2025.05.22 21:21:22.463864 [ 261 ] {07b661c4-e126-4695-a0ad-fdcf1c9ce7a3} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5284 | 2025.05.22 21:21:22.463984 [ 261 ] {07b661c4-e126-4695-a0ad-fdcf1c9ce7a3} <Debug> executeQuery: Read 392 rows, 28.39 KiB in 0.001251 sec., 313349.32054356515 rows/sec., 22.16 MiB/sec. | ||
5285 | 2025.05.22 21:21:22.464028 [ 261 ] {07b661c4-e126-4695-a0ad-fdcf1c9ce7a3} <Debug> TCPHandler: Processed in 0.001418842 sec. | ||
5286 | 2025.05.22 21:21:22.464137 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5287 | 2025.05.22 21:21:22.464238 [ 261 ] {2dbed8e3-abd8-4d71-8e2b-3f4610c92ce3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
5288 | 2025.05.22 21:21:22.464277 [ 261 ] {2dbed8e3-abd8-4d71-8e2b-3f4610c92ce3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5289 | 2025.05.22 21:21:22.464595 [ 261 ] {2dbed8e3-abd8-4d71-8e2b-3f4610c92ce3} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5290 | 2025.05.22 21:21:22.464628 [ 261 ] {2dbed8e3-abd8-4d71-8e2b-3f4610c92ce3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5291 | 2025.05.22 21:21:22.464916 [ 261 ] {2dbed8e3-abd8-4d71-8e2b-3f4610c92ce3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
5292 | 2025.05.22 21:21:22.465126 [ 261 ] {2dbed8e3-abd8-4d71-8e2b-3f4610c92ce3} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5293 | 2025.05.22 21:21:22.465248 [ 261 ] {2dbed8e3-abd8-4d71-8e2b-3f4610c92ce3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001029 sec., 5830.903790087464 rows/sec., 304.64 KiB/sec. | ||
5294 | 2025.05.22 21:21:22.465283 [ 261 ] {2dbed8e3-abd8-4d71-8e2b-3f4610c92ce3} <Debug> TCPHandler: Processed in 0.001193207 sec. | ||
5295 | 2025.05.22 21:21:22.465402 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5296 | 2025.05.22 21:21:22.465494 [ 261 ] {d4d84e26-7461-4ce5-b06e-d005a475cda7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5297 | 2025.05.22 21:21:22.465534 [ 261 ] {d4d84e26-7461-4ce5-b06e-d005a475cda7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5298 | 2025.05.22 21:21:22.465925 [ 261 ] {d4d84e26-7461-4ce5-b06e-d005a475cda7} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5299 | 2025.05.22 21:21:22.465958 [ 261 ] {d4d84e26-7461-4ce5-b06e-d005a475cda7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5300 | 2025.05.22 21:21:22.466307 [ 261 ] {d4d84e26-7461-4ce5-b06e-d005a475cda7} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5301 | 2025.05.22 21:21:22.466516 [ 261 ] {d4d84e26-7461-4ce5-b06e-d005a475cda7} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5302 | 2025.05.22 21:21:22.466649 [ 261 ] {d4d84e26-7461-4ce5-b06e-d005a475cda7} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001173 sec., 202898.5507246377 rows/sec., 13.60 MiB/sec. | ||
5303 | 2025.05.22 21:21:22.466692 [ 261 ] {d4d84e26-7461-4ce5-b06e-d005a475cda7} <Debug> TCPHandler: Processed in 0.00134426 sec. | ||
5304 | 2025.05.22 21:21:22.466800 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5305 | 2025.05.22 21:21:22.466891 [ 261 ] {d1b8fb31-5db4-4056-bf7c-4b527a3851e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
5306 | 2025.05.22 21:21:22.466930 [ 261 ] {d1b8fb31-5db4-4056-bf7c-4b527a3851e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5307 | 2025.05.22 21:21:22.467229 [ 261 ] {d1b8fb31-5db4-4056-bf7c-4b527a3851e8} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5308 | 2025.05.22 21:21:22.467346 [ 261 ] {d1b8fb31-5db4-4056-bf7c-4b527a3851e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5309 | 2025.05.22 21:21:22.467634 [ 261 ] {d1b8fb31-5db4-4056-bf7c-4b527a3851e8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
5310 | 2025.05.22 21:21:22.467836 [ 261 ] {d1b8fb31-5db4-4056-bf7c-4b527a3851e8} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5311 | 2025.05.22 21:21:22.467955 [ 261 ] {d1b8fb31-5db4-4056-bf7c-4b527a3851e8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001082 sec., 924.2144177449168 rows/sec., 62.28 KiB/sec. | ||
5312 | 2025.05.22 21:21:22.467989 [ 261 ] {d1b8fb31-5db4-4056-bf7c-4b527a3851e8} <Debug> TCPHandler: Processed in 0.001236289 sec. | ||
5313 | 2025.05.22 21:21:22.468092 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5314 | 2025.05.22 21:21:22.468182 [ 261 ] {fbe0773c-cae6-4699-ae0b-6e9f1ee6fc38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5315 | 2025.05.22 21:21:22.468235 [ 261 ] {fbe0773c-cae6-4699-ae0b-6e9f1ee6fc38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5316 | 2025.05.22 21:21:22.469034 [ 261 ] {fbe0773c-cae6-4699-ae0b-6e9f1ee6fc38} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5317 | 2025.05.22 21:21:22.469068 [ 261 ] {fbe0773c-cae6-4699-ae0b-6e9f1ee6fc38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5318 | 2025.05.22 21:21:22.469570 [ 261 ] {fbe0773c-cae6-4699-ae0b-6e9f1ee6fc38} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5319 | 2025.05.22 21:21:22.469788 [ 261 ] {fbe0773c-cae6-4699-ae0b-6e9f1ee6fc38} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5320 | 2025.05.22 21:21:22.469918 [ 261 ] {fbe0773c-cae6-4699-ae0b-6e9f1ee6fc38} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001753 sec., 4563.605248146036 rows/sec., 8.18 MiB/sec. | ||
5321 | 2025.05.22 21:21:22.469974 [ 261 ] {fbe0773c-cae6-4699-ae0b-6e9f1ee6fc38} <Debug> TCPHandler: Processed in 0.001928848 sec. | ||
5322 | 2025.05.22 21:21:22.470085 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5323 | 2025.05.22 21:21:22.470177 [ 261 ] {c03e5883-1dab-4175-aaa2-551fd4f3ccfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5324 | 2025.05.22 21:21:22.470217 [ 261 ] {c03e5883-1dab-4175-aaa2-551fd4f3ccfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5325 | 2025.05.22 21:21:22.470536 [ 261 ] {c03e5883-1dab-4175-aaa2-551fd4f3ccfe} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5326 | 2025.05.22 21:21:22.470569 [ 261 ] {c03e5883-1dab-4175-aaa2-551fd4f3ccfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5327 | 2025.05.22 21:21:22.470866 [ 261 ] {c03e5883-1dab-4175-aaa2-551fd4f3ccfe} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5328 | 2025.05.22 21:21:22.471087 [ 261 ] {c03e5883-1dab-4175-aaa2-551fd4f3ccfe} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5329 | 2025.05.22 21:21:22.471217 [ 261 ] {c03e5883-1dab-4175-aaa2-551fd4f3ccfe} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001058 sec., 77504.72589792061 rows/sec., 4.92 MiB/sec. | ||
5330 | 2025.05.22 21:21:22.471251 [ 261 ] {c03e5883-1dab-4175-aaa2-551fd4f3ccfe} <Debug> TCPHandler: Processed in 0.001213018 sec. | ||
5331 | 2025.05.22 21:21:23.777527 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 | ||
5332 | 2025.05.22 21:21:23.778066 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5333 | 2025.05.22 21:21:23.778112 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5334 | 2025.05.22 21:21:23.778615 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5335 | 2025.05.22 21:21:23.778858 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5336 | 2025.05.22 21:21:23.778986 [ 35 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5337 | 2025.05.22 21:21:23.779008 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 | ||
5338 | 2025.05.22 21:21:23.779030 [ 35 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5339 | 2025.05.22 21:21:23.779054 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5340 | 2025.05.22 21:21:23.779150 [ 199 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
5341 | 2025.05.22 21:21:23.779250 [ 199 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5342 | 2025.05.22 21:21:23.779285 [ 199 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
5343 | 2025.05.22 21:21:23.779349 [ 199 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
5344 | 2025.05.22 21:21:23.779402 [ 199 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
5345 | 2025.05.22 21:21:23.779446 [ 199 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
5346 | 2025.05.22 21:21:23.779492 [ 199 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
5347 | 2025.05.22 21:21:23.779535 [ 199 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
5348 | 2025.05.22 21:21:23.781264 [ 189 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.002152102 sec., 6604240.877058801 rows/sec., 94.47 MiB/sec. | ||
5349 | 2025.05.22 21:21:23.781691 [ 192 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5350 | 2025.05.22 21:21:23.782027 [ 192 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_31_6} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5351 | 2025.05.22 21:21:23.782124 [ 192 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_31_6} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5352 | 2025.05.22 21:21:23.782233 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. | ||
5353 | 2025.05.22 21:21:24.517121 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 | ||
5354 | 2025.05.22 21:21:24.534247 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5355 | 2025.05.22 21:21:24.534310 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5356 | 2025.05.22 21:21:24.542827 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5357 | 2025.05.22 21:21:24.543701 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5358 | 2025.05.22 21:21:24.544008 [ 33 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5359 | 2025.05.22 21:21:24.544078 [ 33 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5360 | 2025.05.22 21:21:24.544101 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5361 | 2025.05.22 21:21:24.544229 [ 199 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
5362 | 2025.05.22 21:21:24.548438 [ 199 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5363 | 2025.05.22 21:21:24.548519 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
5364 | 2025.05.22 21:21:24.549810 [ 199 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
5365 | 2025.05.22 21:21:24.554393 [ 199 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
5366 | 2025.05.22 21:21:24.558871 [ 199 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
5367 | 2025.05.22 21:21:24.562954 [ 199 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
5368 | 2025.05.22 21:21:24.567310 [ 199 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
5369 | 2025.05.22 21:21:24.571308 [ 199 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
5370 | 2025.05.22 21:21:24.624574 [ 189 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.080406787 sec., 2910.2020952534767 rows/sec., 15.05 MiB/sec. | ||
5371 | 2025.05.22 21:21:24.627291 [ 186 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5372 | 2025.05.22 21:21:24.629376 [ 186 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_31_6} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5373 | 2025.05.22 21:21:24.629494 [ 186 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_31_6} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5374 | 2025.05.22 21:21:24.632344 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
5375 | 2025.05.22 21:21:25.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 242.33 MiB, peak 252.87 MiB, free memory in arenas 0.00 B, will set to 247.68 MiB (RSS), difference: 5.35 MiB | ||
5376 | 2025.05.22 21:21:27.448053 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5377 | 2025.05.22 21:21:27.448255 [ 261 ] {209350ff-034f-4125-8526-0168d5784df2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5378 | 2025.05.22 21:21:27.448320 [ 261 ] {209350ff-034f-4125-8526-0168d5784df2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5379 | 2025.05.22 21:21:27.449012 [ 261 ] {209350ff-034f-4125-8526-0168d5784df2} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5380 | 2025.05.22 21:21:27.449048 [ 261 ] {209350ff-034f-4125-8526-0168d5784df2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5381 | 2025.05.22 21:21:27.449447 [ 261 ] {209350ff-034f-4125-8526-0168d5784df2} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5382 | 2025.05.22 21:21:27.449674 [ 261 ] {209350ff-034f-4125-8526-0168d5784df2} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5383 | 2025.05.22 21:21:27.449818 [ 261 ] {209350ff-034f-4125-8526-0168d5784df2} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.001624 sec., 75123.15270935961 rows/sec., 6.41 MiB/sec. | ||
5384 | 2025.05.22 21:21:27.449857 [ 261 ] {209350ff-034f-4125-8526-0168d5784df2} <Debug> TCPHandler: Processed in 0.001938718 sec. | ||
5385 | 2025.05.22 21:21:27.449998 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5386 | 2025.05.22 21:21:27.450093 [ 261 ] {3536c4ad-f754-4f33-bfeb-923d579662c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5387 | 2025.05.22 21:21:27.450133 [ 261 ] {3536c4ad-f754-4f33-bfeb-923d579662c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5388 | 2025.05.22 21:21:27.450552 [ 261 ] {3536c4ad-f754-4f33-bfeb-923d579662c1} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5389 | 2025.05.22 21:21:27.450587 [ 261 ] {3536c4ad-f754-4f33-bfeb-923d579662c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5390 | 2025.05.22 21:21:27.450887 [ 261 ] {3536c4ad-f754-4f33-bfeb-923d579662c1} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5391 | 2025.05.22 21:21:27.451114 [ 261 ] {3536c4ad-f754-4f33-bfeb-923d579662c1} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5392 | 2025.05.22 21:21:27.451238 [ 261 ] {3536c4ad-f754-4f33-bfeb-923d579662c1} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001164 sec., 28350.515463917523 rows/sec., 2.08 MiB/sec. | ||
5393 | 2025.05.22 21:21:27.451274 [ 261 ] {3536c4ad-f754-4f33-bfeb-923d579662c1} <Debug> TCPHandler: Processed in 0.00132458 sec. | ||
5394 | 2025.05.22 21:21:27.451643 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5395 | 2025.05.22 21:21:27.451735 [ 261 ] {d8f7257d-1379-4075-848d-fc2b21e99bbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5396 | 2025.05.22 21:21:27.451773 [ 261 ] {d8f7257d-1379-4075-848d-fc2b21e99bbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5397 | 2025.05.22 21:21:27.452184 [ 261 ] {d8f7257d-1379-4075-848d-fc2b21e99bbf} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5398 | 2025.05.22 21:21:27.452217 [ 261 ] {d8f7257d-1379-4075-848d-fc2b21e99bbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5399 | 2025.05.22 21:21:27.452521 [ 261 ] {d8f7257d-1379-4075-848d-fc2b21e99bbf} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5400 | 2025.05.22 21:21:27.452759 [ 261 ] {d8f7257d-1379-4075-848d-fc2b21e99bbf} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5401 | 2025.05.22 21:21:27.452881 [ 261 ] {d8f7257d-1379-4075-848d-fc2b21e99bbf} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001164 sec., 83333.33333333333 rows/sec., 6.51 MiB/sec. | ||
5402 | 2025.05.22 21:21:27.452916 [ 261 ] {d8f7257d-1379-4075-848d-fc2b21e99bbf} <Debug> TCPHandler: Processed in 0.00131998 sec. | ||
5403 | 2025.05.22 21:21:27.453026 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5404 | 2025.05.22 21:21:27.453118 [ 261 ] {729a15e9-c1cc-49d8-bb88-623a9727c173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5405 | 2025.05.22 21:21:27.453160 [ 261 ] {729a15e9-c1cc-49d8-bb88-623a9727c173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5406 | 2025.05.22 21:21:27.453559 [ 261 ] {729a15e9-c1cc-49d8-bb88-623a9727c173} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5407 | 2025.05.22 21:21:27.453592 [ 261 ] {729a15e9-c1cc-49d8-bb88-623a9727c173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5408 | 2025.05.22 21:21:27.453915 [ 261 ] {729a15e9-c1cc-49d8-bb88-623a9727c173} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5409 | 2025.05.22 21:21:27.454119 [ 261 ] {729a15e9-c1cc-49d8-bb88-623a9727c173} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5410 | 2025.05.22 21:21:27.454248 [ 261 ] {729a15e9-c1cc-49d8-bb88-623a9727c173} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001148 sec., 139372.82229965157 rows/sec., 9.71 MiB/sec. | ||
5411 | 2025.05.22 21:21:27.454282 [ 261 ] {729a15e9-c1cc-49d8-bb88-623a9727c173} <Debug> TCPHandler: Processed in 0.001304129 sec. | ||
5412 | 2025.05.22 21:21:27.454388 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5413 | 2025.05.22 21:21:27.454480 [ 261 ] {13366148-283a-460f-a65a-adb4ff31ffa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5414 | 2025.05.22 21:21:27.454534 [ 261 ] {13366148-283a-460f-a65a-adb4ff31ffa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5415 | 2025.05.22 21:21:27.455338 [ 261 ] {13366148-283a-460f-a65a-adb4ff31ffa1} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5416 | 2025.05.22 21:21:27.455372 [ 261 ] {13366148-283a-460f-a65a-adb4ff31ffa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5417 | 2025.05.22 21:21:27.455901 [ 261 ] {13366148-283a-460f-a65a-adb4ff31ffa1} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5418 | 2025.05.22 21:21:27.456117 [ 261 ] {13366148-283a-460f-a65a-adb4ff31ffa1} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5419 | 2025.05.22 21:21:27.456257 [ 261 ] {13366148-283a-460f-a65a-adb4ff31ffa1} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001795 sec., 18384.401114206128 rows/sec., 32.94 MiB/sec. | ||
5420 | 2025.05.22 21:21:27.456308 [ 261 ] {13366148-283a-460f-a65a-adb4ff31ffa1} <Debug> TCPHandler: Processed in 0.00196662 sec. | ||
5421 | 2025.05.22 21:21:27.456418 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5422 | 2025.05.22 21:21:27.456510 [ 261 ] {981423e5-b51a-4f0a-8cbc-82cab31f7100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5423 | 2025.05.22 21:21:27.456551 [ 261 ] {981423e5-b51a-4f0a-8cbc-82cab31f7100} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5424 | 2025.05.22 21:21:27.456875 [ 261 ] {981423e5-b51a-4f0a-8cbc-82cab31f7100} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5425 | 2025.05.22 21:21:27.456909 [ 261 ] {981423e5-b51a-4f0a-8cbc-82cab31f7100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5426 | 2025.05.22 21:21:27.457203 [ 261 ] {981423e5-b51a-4f0a-8cbc-82cab31f7100} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5427 | 2025.05.22 21:21:27.457429 [ 261 ] {981423e5-b51a-4f0a-8cbc-82cab31f7100} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5428 | 2025.05.22 21:21:27.457555 [ 261 ] {981423e5-b51a-4f0a-8cbc-82cab31f7100} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001063 sec., 56444.02634054563 rows/sec., 3.80 MiB/sec. | ||
5429 | 2025.05.22 21:21:27.457590 [ 261 ] {981423e5-b51a-4f0a-8cbc-82cab31f7100} <Debug> TCPHandler: Processed in 0.001219358 sec. | ||
5430 | 2025.05.22 21:21:31.185730 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5431 | 2025.05.22 21:21:31.185835 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5432 | 2025.05.22 21:21:31.279987 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 | ||
5433 | 2025.05.22 21:21:31.280529 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5434 | 2025.05.22 21:21:31.280570 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5435 | 2025.05.22 21:21:31.281124 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5436 | 2025.05.22 21:21:31.281353 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5437 | 2025.05.22 21:21:31.281478 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
5438 | 2025.05.22 21:21:31.303643 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 734 | ||
5439 | 2025.05.22 21:21:31.305978 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5440 | 2025.05.22 21:21:31.306017 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5441 | 2025.05.22 21:21:31.307186 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5442 | 2025.05.22 21:21:31.307444 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5443 | 2025.05.22 21:21:31.307586 [ 57 ] {} <Debug> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5444 | 2025.05.22 21:21:31.307639 [ 57 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5445 | 2025.05.22 21:21:31.307661 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5446 | 2025.05.22 21:21:31.307695 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 734 | ||
5447 | 2025.05.22 21:21:31.307786 [ 196 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::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 | ||
5448 | 2025.05.22 21:21:31.308371 [ 196 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5449 | 2025.05.22 21:21:31.308515 [ 196 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 550 rows starting from the beginning of the part | ||
5450 | 2025.05.22 21:21:31.308891 [ 196 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part | ||
5451 | 2025.05.22 21:21:31.309253 [ 196 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 26 rows starting from the beginning of the part | ||
5452 | 2025.05.22 21:21:31.309607 [ 196 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 64 rows starting from the beginning of the part | ||
5453 | 2025.05.22 21:21:31.309931 [ 196 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 34 rows starting from the beginning of the part | ||
5454 | 2025.05.22 21:21:31.310257 [ 196 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part | ||
5455 | 2025.05.22 21:21:31.317055 [ 189 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 734 rows, containing 72 columns (72 merged, 0 gathered) in 0.009325669 sec., 78707.49004709475 rows/sec., 69.86 MiB/sec. | ||
5456 | 2025.05.22 21:21:31.318218 [ 189 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5457 | 2025.05.22 21:21:31.318807 [ 189 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_21_4} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5458 | 2025.05.22 21:21:31.318890 [ 189 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_21_4} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5459 | 2025.05.22 21:21:31.319203 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. | ||
5460 | 2025.05.22 21:21:32.001184 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000839762 sec. | ||
5461 | 2025.05.22 21:21:32.049464 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 | ||
5462 | 2025.05.22 21:21:32.065059 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5463 | 2025.05.22 21:21:32.065109 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5464 | 2025.05.22 21:21:32.070438 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5465 | 2025.05.22 21:21:32.071124 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5466 | 2025.05.22 21:21:32.073914 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 241 | ||
5467 | 2025.05.22 21:21:32.453021 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5468 | 2025.05.22 21:21:32.453224 [ 261 ] {6be84104-c0b6-4694-ab93-eb04bc3548bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
5469 | 2025.05.22 21:21:32.453301 [ 261 ] {6be84104-c0b6-4694-ab93-eb04bc3548bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
5470 | 2025.05.22 21:21:32.454039 [ 261 ] {6be84104-c0b6-4694-ab93-eb04bc3548bc} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5471 | 2025.05.22 21:21:32.454092 [ 261 ] {6be84104-c0b6-4694-ab93-eb04bc3548bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5472 | 2025.05.22 21:21:32.454506 [ 261 ] {6be84104-c0b6-4694-ab93-eb04bc3548bc} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5473 | 2025.05.22 21:21:32.454733 [ 261 ] {6be84104-c0b6-4694-ab93-eb04bc3548bc} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5474 | 2025.05.22 21:21:32.454888 [ 261 ] {6be84104-c0b6-4694-ab93-eb04bc3548bc} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001718 sec., 123399.30151338766 rows/sec., 7.85 MiB/sec. | ||
5475 | 2025.05.22 21:21:32.454937 [ 261 ] {6be84104-c0b6-4694-ab93-eb04bc3548bc} <Debug> TCPHandler: Processed in 0.002055161 sec. | ||
5476 | 2025.05.22 21:21:32.455065 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5477 | 2025.05.22 21:21:32.455168 [ 261 ] {1a21245e-4d33-4c4b-8736-e2e14f7bdb87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5478 | 2025.05.22 21:21:32.455213 [ 261 ] {1a21245e-4d33-4c4b-8736-e2e14f7bdb87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5479 | 2025.05.22 21:21:32.455890 [ 261 ] {1a21245e-4d33-4c4b-8736-e2e14f7bdb87} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5480 | 2025.05.22 21:21:32.455928 [ 261 ] {1a21245e-4d33-4c4b-8736-e2e14f7bdb87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5481 | 2025.05.22 21:21:32.456272 [ 261 ] {1a21245e-4d33-4c4b-8736-e2e14f7bdb87} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5482 | 2025.05.22 21:21:32.456482 [ 261 ] {1a21245e-4d33-4c4b-8736-e2e14f7bdb87} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5483 | 2025.05.22 21:21:32.456602 [ 57 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5484 | 2025.05.22 21:21:32.456613 [ 261 ] {1a21245e-4d33-4c4b-8736-e2e14f7bdb87} <Debug> executeQuery: Read 633 rows, 50.88 KiB in 0.001468 sec., 431198.9100817439 rows/sec., 33.84 MiB/sec. | ||
5485 | 2025.05.22 21:21:32.456674 [ 57 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5486 | 2025.05.22 21:21:32.456692 [ 261 ] {1a21245e-4d33-4c4b-8736-e2e14f7bdb87} <Debug> TCPHandler: Processed in 0.001677815 sec. | ||
5487 | 2025.05.22 21:21:32.456701 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5488 | 2025.05.22 21:21:32.456819 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5489 | 2025.05.22 21:21:32.456833 [ 200 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::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 | ||
5490 | 2025.05.22 21:21:32.456919 [ 261 ] {3333ae7a-4a43-4777-ba31-2abd7bc14a99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5491 | 2025.05.22 21:21:32.456964 [ 261 ] {3333ae7a-4a43-4777-ba31-2abd7bc14a99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5492 | 2025.05.22 21:21:32.456987 [ 200 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5493 | 2025.05.22 21:21:32.457028 [ 200 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1970 rows starting from the beginning of the part | ||
5494 | 2025.05.22 21:21:32.457098 [ 200 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 633 rows starting from the beginning of the part | ||
5495 | 2025.05.22 21:21:32.457144 [ 200 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 122 rows starting from the beginning of the part | ||
5496 | 2025.05.22 21:21:32.457217 [ 200 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 634 rows starting from the beginning of the part | ||
5497 | 2025.05.22 21:21:32.457299 [ 200 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 122 rows starting from the beginning of the part | ||
5498 | 2025.05.22 21:21:32.457347 [ 200 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 633 rows starting from the beginning of the part | ||
5499 | 2025.05.22 21:21:32.457395 [ 261 ] {3333ae7a-4a43-4777-ba31-2abd7bc14a99} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5500 | 2025.05.22 21:21:32.457436 [ 261 ] {3333ae7a-4a43-4777-ba31-2abd7bc14a99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5501 | 2025.05.22 21:21:32.457803 [ 261 ] {3333ae7a-4a43-4777-ba31-2abd7bc14a99} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5502 | 2025.05.22 21:21:32.458030 [ 261 ] {3333ae7a-4a43-4777-ba31-2abd7bc14a99} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5503 | 2025.05.22 21:21:32.458154 [ 57 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5504 | 2025.05.22 21:21:32.458164 [ 261 ] {3333ae7a-4a43-4777-ba31-2abd7bc14a99} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001264 sec., 90189.87341772152 rows/sec., 5.40 MiB/sec. | ||
5505 | 2025.05.22 21:21:32.458202 [ 57 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5506 | 2025.05.22 21:21:32.458222 [ 261 ] {3333ae7a-4a43-4777-ba31-2abd7bc14a99} <Debug> TCPHandler: Processed in 0.001455522 sec. | ||
5507 | 2025.05.22 21:21:32.458228 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5508 | 2025.05.22 21:21:32.458322 [ 188 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::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 | ||
5509 | 2025.05.22 21:21:32.458355 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5510 | 2025.05.22 21:21:32.458422 [ 188 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5511 | 2025.05.22 21:21:32.458453 [ 188 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 179 rows starting from the beginning of the part | ||
5512 | 2025.05.22 21:21:32.458453 [ 261 ] {723ade8c-00cc-4a1e-8676-73be1c546ee6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
5513 | 2025.05.22 21:21:32.458509 [ 188 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 114 rows starting from the beginning of the part | ||
5514 | 2025.05.22 21:21:32.458516 [ 261 ] {723ade8c-00cc-4a1e-8676-73be1c546ee6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5515 | 2025.05.22 21:21:32.458563 [ 188 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 33 rows starting from the beginning of the part | ||
5516 | 2025.05.22 21:21:32.458609 [ 188 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 116 rows starting from the beginning of the part | ||
5517 | 2025.05.22 21:21:32.458650 [ 188 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 33 rows starting from the beginning of the part | ||
5518 | 2025.05.22 21:21:32.458690 [ 188 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 114 rows starting from the beginning of the part | ||
5519 | 2025.05.22 21:21:32.459003 [ 261 ] {723ade8c-00cc-4a1e-8676-73be1c546ee6} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5520 | 2025.05.22 21:21:32.459044 [ 261 ] {723ade8c-00cc-4a1e-8676-73be1c546ee6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5521 | 2025.05.22 21:21:32.459265 [ 191 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4114 rows, containing 5 columns (5 merged, 0 gathered) in 0.002485347 sec., 1655302.056413048 rows/sec., 139.73 MiB/sec. | ||
5522 | 2025.05.22 21:21:32.459484 [ 261 ] {723ade8c-00cc-4a1e-8676-73be1c546ee6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5523 | 2025.05.22 21:21:32.459539 [ 198 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5524 | 2025.05.22 21:21:32.459608 [ 200 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 589 rows, containing 5 columns (5 merged, 0 gathered) in 0.001319399 sec., 446415.3754853536 rows/sec., 29.75 MiB/sec. | ||
5525 | 2025.05.22 21:21:32.459807 [ 261 ] {723ade8c-00cc-4a1e-8676-73be1c546ee6} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5526 | 2025.05.22 21:21:32.459821 [ 198 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_41_8} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5527 | 2025.05.22 21:21:32.459827 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5528 | 2025.05.22 21:21:32.459895 [ 198 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_41_8} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5529 | 2025.05.22 21:21:32.459930 [ 57 ] {} <Debug> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
5530 | 2025.05.22 21:21:32.459949 [ 261 ] {723ade8c-00cc-4a1e-8676-73be1c546ee6} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001514 sec., 74636.72391017173 rows/sec., 4.83 MiB/sec. | ||
5531 | 2025.05.22 21:21:32.459974 [ 57 ] {} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5532 | 2025.05.22 21:21:32.459994 [ 261 ] {723ade8c-00cc-4a1e-8676-73be1c546ee6} <Debug> TCPHandler: Processed in 0.001686535 sec. | ||
5533 | 2025.05.22 21:21:32.460001 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB. | ||
5534 | 2025.05.22 21:21:32.460002 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5535 | 2025.05.22 21:21:32.460087 [ 198 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
5536 | 2025.05.22 21:21:32.460126 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5537 | 2025.05.22 21:21:32.460165 [ 198 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5538 | 2025.05.22 21:21:32.460181 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_36_7} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5539 | 2025.05.22 21:21:32.460195 [ 198 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 252 rows starting from the beginning of the part | ||
5540 | 2025.05.22 21:21:32.460221 [ 261 ] {da08643e-8f78-4969-a6a1-5ae0df28159b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
5541 | 2025.05.22 21:21:32.460259 [ 198 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 113 rows starting from the beginning of the part | ||
5542 | 2025.05.22 21:21:32.460262 [ 261 ] {da08643e-8f78-4969-a6a1-5ae0df28159b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5543 | 2025.05.22 21:21:32.460265 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_36_7} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5544 | 2025.05.22 21:21:32.460304 [ 198 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 228 rows starting from the beginning of the part | ||
5545 | 2025.05.22 21:21:32.460347 [ 198 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 113 rows starting from the beginning of the part | ||
5546 | 2025.05.22 21:21:32.460381 [ 198 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 113 rows starting from the beginning of the part | ||
5547 | 2025.05.22 21:21:32.460403 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
5548 | 2025.05.22 21:21:32.460420 [ 198 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 113 rows starting from the beginning of the part | ||
5549 | 2025.05.22 21:21:32.460690 [ 261 ] {da08643e-8f78-4969-a6a1-5ae0df28159b} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5550 | 2025.05.22 21:21:32.460723 [ 261 ] {da08643e-8f78-4969-a6a1-5ae0df28159b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5551 | 2025.05.22 21:21:32.461019 [ 261 ] {da08643e-8f78-4969-a6a1-5ae0df28159b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5552 | 2025.05.22 21:21:32.461197 [ 198 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 932 rows, containing 5 columns (5 merged, 0 gathered) in 0.001139127 sec., 818170.4059336667 rows/sec., 57.66 MiB/sec. | ||
5553 | 2025.05.22 21:21:32.461231 [ 261 ] {da08643e-8f78-4969-a6a1-5ae0df28159b} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5554 | 2025.05.22 21:21:32.461312 [ 198 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
5555 | 2025.05.22 21:21:32.461351 [ 261 ] {da08643e-8f78-4969-a6a1-5ae0df28159b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001148 sec., 97560.9756097561 rows/sec., 5.56 MiB/sec. | ||
5556 | 2025.05.22 21:21:32.461387 [ 261 ] {da08643e-8f78-4969-a6a1-5ae0df28159b} <Debug> TCPHandler: Processed in 0.001310069 sec. | ||
5557 | 2025.05.22 21:21:32.461497 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5558 | 2025.05.22 21:21:32.461542 [ 198 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_10_2} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5559 | 2025.05.22 21:21:32.461589 [ 261 ] {d5a89935-efe9-4cba-b890-38c3b8dea3b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5560 | 2025.05.22 21:21:32.461602 [ 198 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_10_2} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
5561 | 2025.05.22 21:21:32.461626 [ 261 ] {d5a89935-efe9-4cba-b890-38c3b8dea3b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5562 | 2025.05.22 21:21:32.461656 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
5563 | 2025.05.22 21:21:32.462132 [ 261 ] {d5a89935-efe9-4cba-b890-38c3b8dea3b7} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5564 | 2025.05.22 21:21:32.462166 [ 261 ] {d5a89935-efe9-4cba-b890-38c3b8dea3b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5565 | 2025.05.22 21:21:32.462474 [ 261 ] {d5a89935-efe9-4cba-b890-38c3b8dea3b7} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5566 | 2025.05.22 21:21:32.462679 [ 261 ] {d5a89935-efe9-4cba-b890-38c3b8dea3b7} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5567 | 2025.05.22 21:21:32.462786 [ 57 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5568 | 2025.05.22 21:21:32.462801 [ 261 ] {d5a89935-efe9-4cba-b890-38c3b8dea3b7} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.00123 sec., 317073.1707317073 rows/sec., 22.41 MiB/sec. | ||
5569 | 2025.05.22 21:21:32.462825 [ 57 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5570 | 2025.05.22 21:21:32.462846 [ 261 ] {d5a89935-efe9-4cba-b890-38c3b8dea3b7} <Debug> TCPHandler: Processed in 0.001398731 sec. | ||
5571 | 2025.05.22 21:21:32.462849 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5572 | 2025.05.22 21:21:32.462942 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::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 | ||
5573 | 2025.05.22 21:21:32.462967 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5574 | 2025.05.22 21:21:32.463036 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5575 | 2025.05.22 21:21:32.463065 [ 261 ] {ce7990f1-dd2e-4703-b682-8b5413b45631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
5576 | 2025.05.22 21:21:32.463070 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 953 rows starting from the beginning of the part | ||
5577 | 2025.05.22 21:21:32.463113 [ 261 ] {ce7990f1-dd2e-4703-b682-8b5413b45631} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5578 | 2025.05.22 21:21:32.463155 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 390 rows starting from the beginning of the part | ||
5579 | 2025.05.22 21:21:32.463206 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 97 rows starting from the beginning of the part | ||
5580 | 2025.05.22 21:21:32.463247 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 392 rows starting from the beginning of the part | ||
5581 | 2025.05.22 21:21:32.463291 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 97 rows starting from the beginning of the part | ||
5582 | 2025.05.22 21:21:32.463332 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 390 rows starting from the beginning of the part | ||
5583 | 2025.05.22 21:21:32.463453 [ 261 ] {ce7990f1-dd2e-4703-b682-8b5413b45631} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5584 | 2025.05.22 21:21:32.463493 [ 261 ] {ce7990f1-dd2e-4703-b682-8b5413b45631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5585 | 2025.05.22 21:21:32.463816 [ 261 ] {ce7990f1-dd2e-4703-b682-8b5413b45631} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
5586 | 2025.05.22 21:21:32.464037 [ 261 ] {ce7990f1-dd2e-4703-b682-8b5413b45631} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5587 | 2025.05.22 21:21:32.464176 [ 261 ] {ce7990f1-dd2e-4703-b682-8b5413b45631} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001129 sec., 5314.437555358724 rows/sec., 277.66 KiB/sec. | ||
5588 | 2025.05.22 21:21:32.464212 [ 261 ] {ce7990f1-dd2e-4703-b682-8b5413b45631} <Debug> TCPHandler: Processed in 0.001292279 sec. | ||
5589 | 2025.05.22 21:21:32.464315 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5590 | 2025.05.22 21:21:32.464407 [ 261 ] {4916caaa-a8b9-49bf-84ae-4b86a8e7592c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5591 | 2025.05.22 21:21:32.464447 [ 261 ] {4916caaa-a8b9-49bf-84ae-4b86a8e7592c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5592 | 2025.05.22 21:21:32.464553 [ 198 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2319 rows, containing 5 columns (5 merged, 0 gathered) in 0.001645295 sec., 1409473.6810116118 rows/sec., 107.38 MiB/sec. | ||
5593 | 2025.05.22 21:21:32.464703 [ 198 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5594 | 2025.05.22 21:21:32.464836 [ 261 ] {4916caaa-a8b9-49bf-84ae-4b86a8e7592c} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5595 | 2025.05.22 21:21:32.464870 [ 261 ] {4916caaa-a8b9-49bf-84ae-4b86a8e7592c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5596 | 2025.05.22 21:21:32.464934 [ 198 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_41_8} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5597 | 2025.05.22 21:21:32.464997 [ 198 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_41_8} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5598 | 2025.05.22 21:21:32.465075 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
5599 | 2025.05.22 21:21:32.465194 [ 261 ] {4916caaa-a8b9-49bf-84ae-4b86a8e7592c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5600 | 2025.05.22 21:21:32.465399 [ 261 ] {4916caaa-a8b9-49bf-84ae-4b86a8e7592c} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5601 | 2025.05.22 21:21:32.465528 [ 261 ] {4916caaa-a8b9-49bf-84ae-4b86a8e7592c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001139 sec., 208077.26075504828 rows/sec., 13.95 MiB/sec. | ||
5602 | 2025.05.22 21:21:32.465563 [ 261 ] {4916caaa-a8b9-49bf-84ae-4b86a8e7592c} <Debug> TCPHandler: Processed in 0.001296889 sec. | ||
5603 | 2025.05.22 21:21:32.465671 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5604 | 2025.05.22 21:21:32.465762 [ 261 ] {faef3344-33c5-4323-9d31-518036df3664} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
5605 | 2025.05.22 21:21:32.465802 [ 261 ] {faef3344-33c5-4323-9d31-518036df3664} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5606 | 2025.05.22 21:21:32.466103 [ 261 ] {faef3344-33c5-4323-9d31-518036df3664} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5607 | 2025.05.22 21:21:32.466138 [ 261 ] {faef3344-33c5-4323-9d31-518036df3664} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5608 | 2025.05.22 21:21:32.466423 [ 261 ] {faef3344-33c5-4323-9d31-518036df3664} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
5609 | 2025.05.22 21:21:32.466622 [ 261 ] {faef3344-33c5-4323-9d31-518036df3664} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5610 | 2025.05.22 21:21:32.466744 [ 261 ] {faef3344-33c5-4323-9d31-518036df3664} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001 sec., 1000 rows/sec., 67.38 KiB/sec. | ||
5611 | 2025.05.22 21:21:32.466779 [ 261 ] {faef3344-33c5-4323-9d31-518036df3664} <Debug> TCPHandler: Processed in 0.001156147 sec. | ||
5612 | 2025.05.22 21:21:32.466881 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5613 | 2025.05.22 21:21:32.466972 [ 261 ] {6ace4210-f687-4a64-9d7c-cc433b179859} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5614 | 2025.05.22 21:21:32.467025 [ 261 ] {6ace4210-f687-4a64-9d7c-cc433b179859} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5615 | 2025.05.22 21:21:32.467732 [ 261 ] {6ace4210-f687-4a64-9d7c-cc433b179859} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5616 | 2025.05.22 21:21:32.467767 [ 261 ] {6ace4210-f687-4a64-9d7c-cc433b179859} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5617 | 2025.05.22 21:21:32.468252 [ 261 ] {6ace4210-f687-4a64-9d7c-cc433b179859} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5618 | 2025.05.22 21:21:32.468478 [ 261 ] {6ace4210-f687-4a64-9d7c-cc433b179859} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5619 | 2025.05.22 21:21:32.468608 [ 97 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5620 | 2025.05.22 21:21:32.468612 [ 261 ] {6ace4210-f687-4a64-9d7c-cc433b179859} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001656 sec., 4830.917874396136 rows/sec., 8.66 MiB/sec. | ||
5621 | 2025.05.22 21:21:32.468663 [ 97 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5622 | 2025.05.22 21:21:32.468692 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5623 | 2025.05.22 21:21:32.468701 [ 261 ] {6ace4210-f687-4a64-9d7c-cc433b179859} <Debug> TCPHandler: Processed in 0.001866208 sec. | ||
5624 | 2025.05.22 21:21:32.468762 [ 198 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
5625 | 2025.05.22 21:21:32.468817 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5626 | 2025.05.22 21:21:32.468906 [ 198 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5627 | 2025.05.22 21:21:32.468909 [ 261 ] {265a96ef-7fc0-403b-ab1c-5c8b1846847a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5628 | 2025.05.22 21:21:32.468943 [ 198 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 694 rows starting from the beginning of the part | ||
5629 | 2025.05.22 21:21:32.468955 [ 261 ] {265a96ef-7fc0-403b-ab1c-5c8b1846847a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5630 | 2025.05.22 21:21:32.469036 [ 198 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 8 rows starting from the beginning of the part | ||
5631 | 2025.05.22 21:21:32.469125 [ 198 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 33 rows starting from the beginning of the part | ||
5632 | 2025.05.22 21:21:32.469213 [ 198 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 8 rows starting from the beginning of the part | ||
5633 | 2025.05.22 21:21:32.469270 [ 261 ] {265a96ef-7fc0-403b-ab1c-5c8b1846847a} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5634 | 2025.05.22 21:21:32.469296 [ 198 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 33 rows starting from the beginning of the part | ||
5635 | 2025.05.22 21:21:32.469305 [ 261 ] {265a96ef-7fc0-403b-ab1c-5c8b1846847a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5636 | 2025.05.22 21:21:32.469379 [ 198 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part | ||
5637 | 2025.05.22 21:21:32.469601 [ 261 ] {265a96ef-7fc0-403b-ab1c-5c8b1846847a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5638 | 2025.05.22 21:21:32.469808 [ 261 ] {265a96ef-7fc0-403b-ab1c-5c8b1846847a} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5639 | 2025.05.22 21:21:32.469930 [ 261 ] {265a96ef-7fc0-403b-ab1c-5c8b1846847a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001039 sec., 78922.04042348413 rows/sec., 5.01 MiB/sec. | ||
5640 | 2025.05.22 21:21:32.469964 [ 261 ] {265a96ef-7fc0-403b-ab1c-5c8b1846847a} <Debug> TCPHandler: Processed in 0.001195998 sec. | ||
5641 | 2025.05.22 21:21:32.473544 [ 190 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 784 rows, containing 19 columns (19 merged, 0 gathered) in 0.004806762 sec., 163103.5611915048 rows/sec., 292.27 MiB/sec. | ||
5642 | 2025.05.22 21:21:32.474452 [ 198 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5643 | 2025.05.22 21:21:32.474747 [ 198 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5644 | 2025.05.22 21:21:32.474810 [ 198 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5645 | 2025.05.22 21:21:32.474878 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.59 MiB. | ||
5646 | 2025.05.22 21:21:33.000129 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 250.28 MiB, peak 257.83 MiB, free memory in arenas 0.00 B, will set to 251.68 MiB (RSS), difference: 1.40 MiB | ||
5647 | 2025.05.22 21:21:37.476082 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5648 | 2025.05.22 21:21:37.476309 [ 261 ] {cc0a4be0-10e4-4e31-8918-c0685db26911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5649 | 2025.05.22 21:21:37.476382 [ 261 ] {cc0a4be0-10e4-4e31-8918-c0685db26911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5650 | 2025.05.22 21:21:37.477717 [ 261 ] {cc0a4be0-10e4-4e31-8918-c0685db26911} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5651 | 2025.05.22 21:21:37.477764 [ 261 ] {cc0a4be0-10e4-4e31-8918-c0685db26911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5652 | 2025.05.22 21:21:37.478253 [ 261 ] {cc0a4be0-10e4-4e31-8918-c0685db26911} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5653 | 2025.05.22 21:21:37.478482 [ 261 ] {cc0a4be0-10e4-4e31-8918-c0685db26911} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5654 | 2025.05.22 21:21:37.478633 [ 261 ] {cc0a4be0-10e4-4e31-8918-c0685db26911} <Debug> executeQuery: Read 1262 rows, 106.78 KiB in 0.00238 sec., 530252.1008403361 rows/sec., 43.81 MiB/sec. | ||
5655 | 2025.05.22 21:21:37.478674 [ 261 ] {cc0a4be0-10e4-4e31-8918-c0685db26911} <Debug> TCPHandler: Processed in 0.002728231 sec. | ||
5656 | 2025.05.22 21:21:37.478804 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5657 | 2025.05.22 21:21:37.478898 [ 261 ] {7360de16-8536-4da1-9c23-b43fc2e6a947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5658 | 2025.05.22 21:21:37.478939 [ 261 ] {7360de16-8536-4da1-9c23-b43fc2e6a947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5659 | 2025.05.22 21:21:37.479359 [ 261 ] {7360de16-8536-4da1-9c23-b43fc2e6a947} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5660 | 2025.05.22 21:21:37.479393 [ 261 ] {7360de16-8536-4da1-9c23-b43fc2e6a947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5661 | 2025.05.22 21:21:37.479699 [ 261 ] {7360de16-8536-4da1-9c23-b43fc2e6a947} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5662 | 2025.05.22 21:21:37.479922 [ 261 ] {7360de16-8536-4da1-9c23-b43fc2e6a947} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5663 | 2025.05.22 21:21:37.480057 [ 261 ] {7360de16-8536-4da1-9c23-b43fc2e6a947} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001178 sec., 28013.58234295416 rows/sec., 2.06 MiB/sec. | ||
5664 | 2025.05.22 21:21:37.480094 [ 261 ] {7360de16-8536-4da1-9c23-b43fc2e6a947} <Debug> TCPHandler: Processed in 0.00133936 sec. | ||
5665 | 2025.05.22 21:21:37.480202 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5666 | 2025.05.22 21:21:37.480294 [ 261 ] {89184cb9-5117-4364-91ae-0d0e9c6df279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
5667 | 2025.05.22 21:21:37.480332 [ 261 ] {89184cb9-5117-4364-91ae-0d0e9c6df279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5668 | 2025.05.22 21:21:37.480840 [ 261 ] {89184cb9-5117-4364-91ae-0d0e9c6df279} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5669 | 2025.05.22 21:21:37.480876 [ 261 ] {89184cb9-5117-4364-91ae-0d0e9c6df279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5670 | 2025.05.22 21:21:37.481183 [ 261 ] {89184cb9-5117-4364-91ae-0d0e9c6df279} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5671 | 2025.05.22 21:21:37.481391 [ 261 ] {89184cb9-5117-4364-91ae-0d0e9c6df279} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5672 | 2025.05.22 21:21:37.481526 [ 261 ] {89184cb9-5117-4364-91ae-0d0e9c6df279} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001249 sec., 182546.03682946358 rows/sec., 12.36 MiB/sec. | ||
5673 | 2025.05.22 21:21:37.481563 [ 261 ] {89184cb9-5117-4364-91ae-0d0e9c6df279} <Debug> TCPHandler: Processed in 0.001407851 sec. | ||
5674 | 2025.05.22 21:21:37.481668 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5675 | 2025.05.22 21:21:37.481760 [ 261 ] {5ceac2a7-5fc9-4fea-919d-5356bf893b14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5676 | 2025.05.22 21:21:37.481799 [ 261 ] {5ceac2a7-5fc9-4fea-919d-5356bf893b14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5677 | 2025.05.22 21:21:37.482452 [ 261 ] {5ceac2a7-5fc9-4fea-919d-5356bf893b14} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5678 | 2025.05.22 21:21:37.482488 [ 261 ] {5ceac2a7-5fc9-4fea-919d-5356bf893b14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5679 | 2025.05.22 21:21:37.482821 [ 261 ] {5ceac2a7-5fc9-4fea-919d-5356bf893b14} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5680 | 2025.05.22 21:21:37.483028 [ 261 ] {5ceac2a7-5fc9-4fea-919d-5356bf893b14} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5681 | 2025.05.22 21:21:37.483153 [ 261 ] {5ceac2a7-5fc9-4fea-919d-5356bf893b14} <Debug> executeQuery: Read 553 rows, 42.05 KiB in 0.00141 sec., 392198.58156028367 rows/sec., 29.12 MiB/sec. | ||
5682 | 2025.05.22 21:21:37.483188 [ 261 ] {5ceac2a7-5fc9-4fea-919d-5356bf893b14} <Debug> TCPHandler: Processed in 0.001567123 sec. | ||
5683 | 2025.05.22 21:21:37.483300 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5684 | 2025.05.22 21:21:37.483392 [ 261 ] {489485b8-2d6f-4a7a-97f5-d77cec33364f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5685 | 2025.05.22 21:21:37.483435 [ 261 ] {489485b8-2d6f-4a7a-97f5-d77cec33364f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5686 | 2025.05.22 21:21:37.484099 [ 261 ] {489485b8-2d6f-4a7a-97f5-d77cec33364f} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5687 | 2025.05.22 21:21:37.484134 [ 261 ] {489485b8-2d6f-4a7a-97f5-d77cec33364f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5688 | 2025.05.22 21:21:37.484517 [ 261 ] {489485b8-2d6f-4a7a-97f5-d77cec33364f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5689 | 2025.05.22 21:21:37.484733 [ 261 ] {489485b8-2d6f-4a7a-97f5-d77cec33364f} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5690 | 2025.05.22 21:21:37.484845 [ 127 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5691 | 2025.05.22 21:21:37.484861 [ 261 ] {489485b8-2d6f-4a7a-97f5-d77cec33364f} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.001487 sec., 591795.5615332884 rows/sec., 39.82 MiB/sec. | ||
5692 | 2025.05.22 21:21:37.484917 [ 127 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5693 | 2025.05.22 21:21:37.484923 [ 261 ] {489485b8-2d6f-4a7a-97f5-d77cec33364f} <Debug> TCPHandler: Processed in 0.001671035 sec. | ||
5694 | 2025.05.22 21:21:37.484946 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5695 | 2025.05.22 21:21:37.485044 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5696 | 2025.05.22 21:21:37.485060 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
5697 | 2025.05.22 21:21:37.485140 [ 261 ] {d28aa004-034a-4fbd-9dd1-a7cfe773a0b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5698 | 2025.05.22 21:21:37.485201 [ 261 ] {d28aa004-034a-4fbd-9dd1-a7cfe773a0b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5699 | 2025.05.22 21:21:37.485209 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5700 | 2025.05.22 21:21:37.485254 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10710 rows starting from the beginning of the part | ||
5701 | 2025.05.22 21:21:37.485331 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part | ||
5702 | 2025.05.22 21:21:37.485383 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 238 rows starting from the beginning of the part | ||
5703 | 2025.05.22 21:21:37.485430 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
5704 | 2025.05.22 21:21:37.485471 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 237 rows starting from the beginning of the part | ||
5705 | 2025.05.22 21:21:37.485510 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 880 rows starting from the beginning of the part | ||
5706 | 2025.05.22 21:21:37.486039 [ 261 ] {d28aa004-034a-4fbd-9dd1-a7cfe773a0b8} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5707 | 2025.05.22 21:21:37.486079 [ 261 ] {d28aa004-034a-4fbd-9dd1-a7cfe773a0b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5708 | 2025.05.22 21:21:37.486666 [ 261 ] {d28aa004-034a-4fbd-9dd1-a7cfe773a0b8} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5709 | 2025.05.22 21:21:37.486917 [ 261 ] {d28aa004-034a-4fbd-9dd1-a7cfe773a0b8} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5710 | 2025.05.22 21:21:37.487057 [ 261 ] {d28aa004-034a-4fbd-9dd1-a7cfe773a0b8} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001935 sec., 17054.263565891473 rows/sec., 30.56 MiB/sec. | ||
5711 | 2025.05.22 21:21:37.487108 [ 261 ] {d28aa004-034a-4fbd-9dd1-a7cfe773a0b8} <Debug> TCPHandler: Processed in 0.002111531 sec. | ||
5712 | 2025.05.22 21:21:37.487221 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5713 | 2025.05.22 21:21:37.487314 [ 261 ] {11b4e206-1979-4c0e-a42d-934ce5bf1d38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5714 | 2025.05.22 21:21:37.487354 [ 261 ] {11b4e206-1979-4c0e-a42d-934ce5bf1d38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5715 | 2025.05.22 21:21:37.487706 [ 261 ] {11b4e206-1979-4c0e-a42d-934ce5bf1d38} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5716 | 2025.05.22 21:21:37.487742 [ 261 ] {11b4e206-1979-4c0e-a42d-934ce5bf1d38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5717 | 2025.05.22 21:21:37.488056 [ 261 ] {11b4e206-1979-4c0e-a42d-934ce5bf1d38} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5718 | 2025.05.22 21:21:37.488268 [ 261 ] {11b4e206-1979-4c0e-a42d-934ce5bf1d38} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5719 | 2025.05.22 21:21:37.488376 [ 127 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5720 | 2025.05.22 21:21:37.488396 [ 261 ] {11b4e206-1979-4c0e-a42d-934ce5bf1d38} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001101 sec., 54495.91280653951 rows/sec., 3.67 MiB/sec. | ||
5721 | 2025.05.22 21:21:37.488413 [ 127 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5722 | 2025.05.22 21:21:37.488435 [ 261 ] {11b4e206-1979-4c0e-a42d-934ce5bf1d38} <Debug> TCPHandler: Processed in 0.001261309 sec. | ||
5723 | 2025.05.22 21:21:37.488438 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5724 | 2025.05.22 21:21:37.488537 [ 198 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
5725 | 2025.05.22 21:21:37.488642 [ 198 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5726 | 2025.05.22 21:21:37.488675 [ 198 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1502 rows starting from the beginning of the part | ||
5727 | 2025.05.22 21:21:37.488733 [ 198 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
5728 | 2025.05.22 21:21:37.488779 [ 198 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 82 rows starting from the beginning of the part | ||
5729 | 2025.05.22 21:21:37.488822 [ 198 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
5730 | 2025.05.22 21:21:37.488861 [ 198 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part | ||
5731 | 2025.05.22 21:21:37.488915 [ 198 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
5732 | 2025.05.22 21:21:37.489646 [ 201 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12385 rows, containing 5 columns (5 merged, 0 gathered) in 0.004631919 sec., 2673837.7765241577 rows/sec., 182.84 MiB/sec. | ||
5733 | 2025.05.22 21:21:37.489926 [ 191 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1846 rows, containing 4 columns (4 merged, 0 gathered) in 0.001427501 sec., 1293168.9715103526 rows/sec., 86.75 MiB/sec. | ||
5734 | 2025.05.22 21:21:37.490081 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5735 | 2025.05.22 21:21:37.490185 [ 201 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5736 | 2025.05.22 21:21:37.490417 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5737 | 2025.05.22 21:21:37.490462 [ 201 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_41_8} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5738 | 2025.05.22 21:21:37.490505 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5739 | 2025.05.22 21:21:37.490539 [ 201 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_41_8} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5740 | 2025.05.22 21:21:37.490605 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.36 MiB. | ||
5741 | 2025.05.22 21:21:37.490641 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
5742 | 2025.05.22 21:21:38.782562 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 | ||
5743 | 2025.05.22 21:21:38.783047 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5744 | 2025.05.22 21:21:38.783084 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5745 | 2025.05.22 21:21:38.783574 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5746 | 2025.05.22 21:21:38.783805 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5747 | 2025.05.22 21:21:38.783932 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 | ||
5748 | 2025.05.22 21:21:39.574929 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 | ||
5749 | 2025.05.22 21:21:39.591098 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5750 | 2025.05.22 21:21:39.591156 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5751 | 2025.05.22 21:21:39.596690 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5752 | 2025.05.22 21:21:39.597371 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5753 | 2025.05.22 21:21:39.600163 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
5754 | 2025.05.22 21:21:41.308820 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 770 | ||
5755 | 2025.05.22 21:21:41.311229 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5756 | 2025.05.22 21:21:41.311269 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5757 | 2025.05.22 21:21:41.312419 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5758 | 2025.05.22 21:21:41.312684 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5759 | 2025.05.22 21:21:41.312940 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 770 | ||
5760 | 2025.05.22 21:21:42.452226 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5761 | 2025.05.22 21:21:42.452418 [ 261 ] {d44a281c-a719-4f12-a19d-5acca1e034a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
5762 | 2025.05.22 21:21:42.452488 [ 261 ] {d44a281c-a719-4f12-a19d-5acca1e034a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
5763 | 2025.05.22 21:21:42.453255 [ 261 ] {d44a281c-a719-4f12-a19d-5acca1e034a0} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5764 | 2025.05.22 21:21:42.453306 [ 261 ] {d44a281c-a719-4f12-a19d-5acca1e034a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5765 | 2025.05.22 21:21:42.453734 [ 261 ] {d44a281c-a719-4f12-a19d-5acca1e034a0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5766 | 2025.05.22 21:21:42.453961 [ 261 ] {d44a281c-a719-4f12-a19d-5acca1e034a0} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5767 | 2025.05.22 21:21:42.454106 [ 125 ] {} <Debug> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
5768 | 2025.05.22 21:21:42.454119 [ 261 ] {d44a281c-a719-4f12-a19d-5acca1e034a0} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001753 sec., 120935.53907586994 rows/sec., 7.69 MiB/sec. | ||
5769 | 2025.05.22 21:21:42.454184 [ 125 ] {} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5770 | 2025.05.22 21:21:42.454212 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5771 | 2025.05.22 21:21:42.454215 [ 261 ] {d44a281c-a719-4f12-a19d-5acca1e034a0} <Debug> TCPHandler: Processed in 0.002122931 sec. | ||
5772 | 2025.05.22 21:21:42.454328 [ 194 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
5773 | 2025.05.22 21:21:42.454383 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5774 | 2025.05.22 21:21:42.454424 [ 194 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5775 | 2025.05.22 21:21:42.454455 [ 194 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 24 rows starting from the beginning of the part | ||
5776 | 2025.05.22 21:21:42.454490 [ 261 ] {c868cc58-2d53-403b-a7e4-0a47e8c473f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5777 | 2025.05.22 21:21:42.454519 [ 194 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 212 rows starting from the beginning of the part | ||
5778 | 2025.05.22 21:21:42.454539 [ 261 ] {c868cc58-2d53-403b-a7e4-0a47e8c473f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5779 | 2025.05.22 21:21:42.454567 [ 194 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 212 rows starting from the beginning of the part | ||
5780 | 2025.05.22 21:21:42.454618 [ 194 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 212 rows starting from the beginning of the part | ||
5781 | 2025.05.22 21:21:42.454660 [ 194 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 212 rows starting from the beginning of the part | ||
5782 | 2025.05.22 21:21:42.454703 [ 194 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 212 rows starting from the beginning of the part | ||
5783 | 2025.05.22 21:21:42.455409 [ 261 ] {c868cc58-2d53-403b-a7e4-0a47e8c473f6} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5784 | 2025.05.22 21:21:42.455457 [ 261 ] {c868cc58-2d53-403b-a7e4-0a47e8c473f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5785 | 2025.05.22 21:21:42.455880 [ 191 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1084 rows, containing 5 columns (5 merged, 0 gathered) in 0.001587184 sec., 682970.5944616378 rows/sec., 46.33 MiB/sec. | ||
5786 | 2025.05.22 21:21:42.455979 [ 261 ] {c868cc58-2d53-403b-a7e4-0a47e8c473f6} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
5787 | 2025.05.22 21:21:42.456130 [ 193 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
5788 | 2025.05.22 21:21:42.456409 [ 261 ] {c868cc58-2d53-403b-a7e4-0a47e8c473f6} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5789 | 2025.05.22 21:21:42.456499 [ 193 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_10_2} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5790 | 2025.05.22 21:21:42.456575 [ 261 ] {c868cc58-2d53-403b-a7e4-0a47e8c473f6} <Debug> executeQuery: Read 633 rows, 50.88 KiB in 0.002109 sec., 300142.24751066853 rows/sec., 23.56 MiB/sec. | ||
5791 | 2025.05.22 21:21:42.456584 [ 193 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_10_2} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
5792 | 2025.05.22 21:21:42.456624 [ 261 ] {c868cc58-2d53-403b-a7e4-0a47e8c473f6} <Debug> TCPHandler: Processed in 0.002297554 sec. | ||
5793 | 2025.05.22 21:21:42.456706 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
5794 | 2025.05.22 21:21:42.456759 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5795 | 2025.05.22 21:21:42.456890 [ 261 ] {41a762a0-b986-46ea-9e19-d8b25bc0c0a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5796 | 2025.05.22 21:21:42.456938 [ 261 ] {41a762a0-b986-46ea-9e19-d8b25bc0c0a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5797 | 2025.05.22 21:21:42.457398 [ 261 ] {41a762a0-b986-46ea-9e19-d8b25bc0c0a4} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5798 | 2025.05.22 21:21:42.457436 [ 261 ] {41a762a0-b986-46ea-9e19-d8b25bc0c0a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5799 | 2025.05.22 21:21:42.457752 [ 261 ] {41a762a0-b986-46ea-9e19-d8b25bc0c0a4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5800 | 2025.05.22 21:21:42.457979 [ 261 ] {41a762a0-b986-46ea-9e19-d8b25bc0c0a4} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5801 | 2025.05.22 21:21:42.458143 [ 261 ] {41a762a0-b986-46ea-9e19-d8b25bc0c0a4} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001282 sec., 88923.55694227769 rows/sec., 5.32 MiB/sec. | ||
5802 | 2025.05.22 21:21:42.458184 [ 261 ] {41a762a0-b986-46ea-9e19-d8b25bc0c0a4} <Debug> TCPHandler: Processed in 0.001487742 sec. | ||
5803 | 2025.05.22 21:21:42.458303 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5804 | 2025.05.22 21:21:42.458401 [ 261 ] {7eac2922-6708-42ed-8eb1-7126016f6fa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
5805 | 2025.05.22 21:21:42.458443 [ 261 ] {7eac2922-6708-42ed-8eb1-7126016f6fa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5806 | 2025.05.22 21:21:42.458872 [ 261 ] {7eac2922-6708-42ed-8eb1-7126016f6fa1} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5807 | 2025.05.22 21:21:42.458908 [ 261 ] {7eac2922-6708-42ed-8eb1-7126016f6fa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5808 | 2025.05.22 21:21:42.459215 [ 261 ] {7eac2922-6708-42ed-8eb1-7126016f6fa1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5809 | 2025.05.22 21:21:42.459426 [ 261 ] {7eac2922-6708-42ed-8eb1-7126016f6fa1} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5810 | 2025.05.22 21:21:42.459565 [ 261 ] {7eac2922-6708-42ed-8eb1-7126016f6fa1} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001184 sec., 95439.1891891892 rows/sec., 6.18 MiB/sec. | ||
5811 | 2025.05.22 21:21:42.459604 [ 261 ] {7eac2922-6708-42ed-8eb1-7126016f6fa1} <Debug> TCPHandler: Processed in 0.00135235 sec. | ||
5812 | 2025.05.22 21:21:42.459730 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5813 | 2025.05.22 21:21:42.459828 [ 261 ] {d878e0eb-2889-4622-b600-80e2f2bd214b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
5814 | 2025.05.22 21:21:42.459867 [ 261 ] {d878e0eb-2889-4622-b600-80e2f2bd214b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5815 | 2025.05.22 21:21:42.460351 [ 261 ] {d878e0eb-2889-4622-b600-80e2f2bd214b} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5816 | 2025.05.22 21:21:42.460391 [ 261 ] {d878e0eb-2889-4622-b600-80e2f2bd214b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5817 | 2025.05.22 21:21:42.460776 [ 261 ] {d878e0eb-2889-4622-b600-80e2f2bd214b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5818 | 2025.05.22 21:21:42.461015 [ 261 ] {d878e0eb-2889-4622-b600-80e2f2bd214b} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5819 | 2025.05.22 21:21:42.461135 [ 125 ] {} <Debug> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
5820 | 2025.05.22 21:21:42.461153 [ 261 ] {d878e0eb-2889-4622-b600-80e2f2bd214b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001344 sec., 83333.33333333334 rows/sec., 4.75 MiB/sec. | ||
5821 | 2025.05.22 21:21:42.461183 [ 125 ] {} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5822 | 2025.05.22 21:21:42.461201 [ 261 ] {d878e0eb-2889-4622-b600-80e2f2bd214b} <Debug> TCPHandler: Processed in 0.001521443 sec. | ||
5823 | 2025.05.22 21:21:42.461213 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5824 | 2025.05.22 21:21:42.461300 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
5825 | 2025.05.22 21:21:42.461351 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5826 | 2025.05.22 21:21:42.461381 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5827 | 2025.05.22 21:21:42.461406 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 12 rows starting from the beginning of the part | ||
5828 | 2025.05.22 21:21:42.461451 [ 261 ] {bbe7dc82-df38-4983-bd06-5a64b240e376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5829 | 2025.05.22 21:21:42.461459 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 112 rows starting from the beginning of the part | ||
5830 | 2025.05.22 21:21:42.461495 [ 261 ] {bbe7dc82-df38-4983-bd06-5a64b240e376} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5831 | 2025.05.22 21:21:42.461502 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 112 rows starting from the beginning of the part | ||
5832 | 2025.05.22 21:21:42.461539 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 112 rows starting from the beginning of the part | ||
5833 | 2025.05.22 21:21:42.461570 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 112 rows starting from the beginning of the part | ||
5834 | 2025.05.22 21:21:42.461608 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 112 rows starting from the beginning of the part | ||
5835 | 2025.05.22 21:21:42.462149 [ 261 ] {bbe7dc82-df38-4983-bd06-5a64b240e376} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5836 | 2025.05.22 21:21:42.462186 [ 261 ] {bbe7dc82-df38-4983-bd06-5a64b240e376} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5837 | 2025.05.22 21:21:42.462337 [ 191 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 572 rows, containing 5 columns (5 merged, 0 gathered) in 0.001064696 sec., 537242.5556215107 rows/sec., 32.87 MiB/sec. | ||
5838 | 2025.05.22 21:21:42.462513 [ 201 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
5839 | 2025.05.22 21:21:42.462538 [ 261 ] {bbe7dc82-df38-4983-bd06-5a64b240e376} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
5840 | 2025.05.22 21:21:42.462904 [ 261 ] {bbe7dc82-df38-4983-bd06-5a64b240e376} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5841 | 2025.05.22 21:21:42.462946 [ 201 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_10_2} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5842 | 2025.05.22 21:21:42.463031 [ 201 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_10_2} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
5843 | 2025.05.22 21:21:42.463056 [ 261 ] {bbe7dc82-df38-4983-bd06-5a64b240e376} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001626 sec., 239852.39852398523 rows/sec., 16.95 MiB/sec. | ||
5844 | 2025.05.22 21:21:42.463099 [ 261 ] {bbe7dc82-df38-4983-bd06-5a64b240e376} <Debug> TCPHandler: Processed in 0.001801146 sec. | ||
5845 | 2025.05.22 21:21:42.463130 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
5846 | 2025.05.22 21:21:42.463238 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5847 | 2025.05.22 21:21:42.463348 [ 261 ] {84ab3a99-139c-4262-83cd-e6a023e06e8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
5848 | 2025.05.22 21:21:42.463392 [ 261 ] {84ab3a99-139c-4262-83cd-e6a023e06e8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5849 | 2025.05.22 21:21:42.463768 [ 261 ] {84ab3a99-139c-4262-83cd-e6a023e06e8c} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5850 | 2025.05.22 21:21:42.463806 [ 261 ] {84ab3a99-139c-4262-83cd-e6a023e06e8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5851 | 2025.05.22 21:21:42.464142 [ 261 ] {84ab3a99-139c-4262-83cd-e6a023e06e8c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
5852 | 2025.05.22 21:21:42.464372 [ 261 ] {84ab3a99-139c-4262-83cd-e6a023e06e8c} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5853 | 2025.05.22 21:21:42.464512 [ 261 ] {84ab3a99-139c-4262-83cd-e6a023e06e8c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001182 sec., 5076.142131979695 rows/sec., 265.21 KiB/sec. | ||
5854 | 2025.05.22 21:21:42.464550 [ 261 ] {84ab3a99-139c-4262-83cd-e6a023e06e8c} <Debug> TCPHandler: Processed in 0.001366071 sec. | ||
5855 | 2025.05.22 21:21:42.464666 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5856 | 2025.05.22 21:21:42.464764 [ 261 ] {6df02eea-cc03-4c65-abc8-4b1b6961bf33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5857 | 2025.05.22 21:21:42.464807 [ 261 ] {6df02eea-cc03-4c65-abc8-4b1b6961bf33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5858 | 2025.05.22 21:21:42.465236 [ 261 ] {6df02eea-cc03-4c65-abc8-4b1b6961bf33} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5859 | 2025.05.22 21:21:42.465272 [ 261 ] {6df02eea-cc03-4c65-abc8-4b1b6961bf33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5860 | 2025.05.22 21:21:42.465612 [ 261 ] {6df02eea-cc03-4c65-abc8-4b1b6961bf33} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5861 | 2025.05.22 21:21:42.465843 [ 261 ] {6df02eea-cc03-4c65-abc8-4b1b6961bf33} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5862 | 2025.05.22 21:21:42.465976 [ 261 ] {6df02eea-cc03-4c65-abc8-4b1b6961bf33} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001231 sec., 192526.40129975628 rows/sec., 12.90 MiB/sec. | ||
5863 | 2025.05.22 21:21:42.466012 [ 261 ] {6df02eea-cc03-4c65-abc8-4b1b6961bf33} <Debug> TCPHandler: Processed in 0.001396661 sec. | ||
5864 | 2025.05.22 21:21:42.466139 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5865 | 2025.05.22 21:21:42.466234 [ 261 ] {a459ec41-03c5-4375-9e2d-32f42dd2cda2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
5866 | 2025.05.22 21:21:42.466275 [ 261 ] {a459ec41-03c5-4375-9e2d-32f42dd2cda2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5867 | 2025.05.22 21:21:42.466603 [ 261 ] {a459ec41-03c5-4375-9e2d-32f42dd2cda2} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5868 | 2025.05.22 21:21:42.466637 [ 261 ] {a459ec41-03c5-4375-9e2d-32f42dd2cda2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5869 | 2025.05.22 21:21:42.466943 [ 261 ] {a459ec41-03c5-4375-9e2d-32f42dd2cda2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
5870 | 2025.05.22 21:21:42.467152 [ 261 ] {a459ec41-03c5-4375-9e2d-32f42dd2cda2} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5871 | 2025.05.22 21:21:42.467248 [ 150 ] {} <Debug> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
5872 | 2025.05.22 21:21:42.467279 [ 150 ] {} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5873 | 2025.05.22 21:21:42.467284 [ 261 ] {a459ec41-03c5-4375-9e2d-32f42dd2cda2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001067 sec., 937.207122774133 rows/sec., 63.15 KiB/sec. | ||
5874 | 2025.05.22 21:21:42.467297 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5875 | 2025.05.22 21:21:42.467322 [ 261 ] {a459ec41-03c5-4375-9e2d-32f42dd2cda2} <Debug> TCPHandler: Processed in 0.001234168 sec. | ||
5876 | 2025.05.22 21:21:42.467368 [ 194 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::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 | ||
5877 | 2025.05.22 21:21:42.467438 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5878 | 2025.05.22 21:21:42.467453 [ 194 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5879 | 2025.05.22 21:21:42.467478 [ 194 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::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 | ||
5880 | 2025.05.22 21:21:42.467523 [ 194 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::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 | ||
5881 | 2025.05.22 21:21:42.467533 [ 261 ] {6f3b5b74-47e3-43a5-9756-806718c9a073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5882 | 2025.05.22 21:21:42.467558 [ 194 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::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 | ||
5883 | 2025.05.22 21:21:42.467589 [ 261 ] {6f3b5b74-47e3-43a5-9756-806718c9a073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5884 | 2025.05.22 21:21:42.467592 [ 194 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::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 | ||
5885 | 2025.05.22 21:21:42.467632 [ 194 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::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 | ||
5886 | 2025.05.22 21:21:42.468272 [ 191 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.000931374 sec., 5368.412689209706 rows/sec., 361.74 KiB/sec. | ||
5887 | 2025.05.22 21:21:42.468386 [ 261 ] {6f3b5b74-47e3-43a5-9756-806718c9a073} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5888 | 2025.05.22 21:21:42.468426 [ 261 ] {6f3b5b74-47e3-43a5-9756-806718c9a073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5889 | 2025.05.22 21:21:42.468447 [ 187 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
5890 | 2025.05.22 21:21:42.468806 [ 187 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_5_1} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5891 | 2025.05.22 21:21:42.468890 [ 187 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_5_1} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
5892 | 2025.05.22 21:21:42.468982 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
5893 | 2025.05.22 21:21:42.469030 [ 261 ] {6f3b5b74-47e3-43a5-9756-806718c9a073} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5894 | 2025.05.22 21:21:42.469268 [ 261 ] {6f3b5b74-47e3-43a5-9756-806718c9a073} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5895 | 2025.05.22 21:21:42.469427 [ 261 ] {6f3b5b74-47e3-43a5-9756-806718c9a073} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00191 sec., 4188.48167539267 rows/sec., 7.51 MiB/sec. | ||
5896 | 2025.05.22 21:21:42.469490 [ 261 ] {6f3b5b74-47e3-43a5-9756-806718c9a073} <Debug> TCPHandler: Processed in 0.002103361 sec. | ||
5897 | 2025.05.22 21:21:42.469611 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5898 | 2025.05.22 21:21:42.469706 [ 261 ] {bbef8a02-4bca-4748-91b2-24cc67b085cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5899 | 2025.05.22 21:21:42.469748 [ 261 ] {bbef8a02-4bca-4748-91b2-24cc67b085cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5900 | 2025.05.22 21:21:42.470108 [ 261 ] {bbef8a02-4bca-4748-91b2-24cc67b085cb} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5901 | 2025.05.22 21:21:42.470148 [ 261 ] {bbef8a02-4bca-4748-91b2-24cc67b085cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5902 | 2025.05.22 21:21:42.470457 [ 261 ] {bbef8a02-4bca-4748-91b2-24cc67b085cb} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5903 | 2025.05.22 21:21:42.470680 [ 261 ] {bbef8a02-4bca-4748-91b2-24cc67b085cb} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5904 | 2025.05.22 21:21:42.470817 [ 261 ] {bbef8a02-4bca-4748-91b2-24cc67b085cb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00113 sec., 72566.37168141593 rows/sec., 4.61 MiB/sec. | ||
5905 | 2025.05.22 21:21:42.470854 [ 261 ] {bbef8a02-4bca-4748-91b2-24cc67b085cb} <Debug> TCPHandler: Processed in 0.001294019 sec. | ||
5906 | 2025.05.22 21:21:46.185922 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5907 | 2025.05.22 21:21:46.186031 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5908 | 2025.05.22 21:21:46.284941 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 | ||
5909 | 2025.05.22 21:21:46.285432 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5910 | 2025.05.22 21:21:46.285466 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5911 | 2025.05.22 21:21:46.285950 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5912 | 2025.05.22 21:21:46.286209 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5913 | 2025.05.22 21:21:46.286334 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
5914 | 2025.05.22 21:21:47.101148 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 | ||
5915 | 2025.05.22 21:21:47.117431 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5916 | 2025.05.22 21:21:47.117492 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5917 | 2025.05.22 21:21:47.123544 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5918 | 2025.05.22 21:21:47.124265 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5919 | 2025.05.22 21:21:47.127706 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 256 | ||
5920 | 2025.05.22 21:21:47.448269 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5921 | 2025.05.22 21:21:47.448572 [ 261 ] {2d8fd1ef-fa63-4069-9d63-c8d4b4381106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5922 | 2025.05.22 21:21:47.448673 [ 261 ] {2d8fd1ef-fa63-4069-9d63-c8d4b4381106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5923 | 2025.05.22 21:21:47.449338 [ 261 ] {2d8fd1ef-fa63-4069-9d63-c8d4b4381106} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5924 | 2025.05.22 21:21:47.449375 [ 261 ] {2d8fd1ef-fa63-4069-9d63-c8d4b4381106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5925 | 2025.05.22 21:21:47.449785 [ 261 ] {2d8fd1ef-fa63-4069-9d63-c8d4b4381106} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
5926 | 2025.05.22 21:21:47.450006 [ 261 ] {2d8fd1ef-fa63-4069-9d63-c8d4b4381106} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5927 | 2025.05.22 21:21:47.450157 [ 261 ] {2d8fd1ef-fa63-4069-9d63-c8d4b4381106} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.001664 sec., 73317.3076923077 rows/sec., 6.26 MiB/sec. | ||
5928 | 2025.05.22 21:21:47.450196 [ 261 ] {2d8fd1ef-fa63-4069-9d63-c8d4b4381106} <Debug> TCPHandler: Processed in 0.002117372 sec. | ||
5929 | 2025.05.22 21:21:47.450316 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5930 | 2025.05.22 21:21:47.450420 [ 261 ] {cfb223bf-d879-4dce-8ce9-d407c1e077d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5931 | 2025.05.22 21:21:47.450461 [ 261 ] {cfb223bf-d879-4dce-8ce9-d407c1e077d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5932 | 2025.05.22 21:21:47.450866 [ 261 ] {cfb223bf-d879-4dce-8ce9-d407c1e077d0} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5933 | 2025.05.22 21:21:47.450899 [ 261 ] {cfb223bf-d879-4dce-8ce9-d407c1e077d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5934 | 2025.05.22 21:21:47.451203 [ 261 ] {cfb223bf-d879-4dce-8ce9-d407c1e077d0} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5935 | 2025.05.22 21:21:47.451408 [ 261 ] {cfb223bf-d879-4dce-8ce9-d407c1e077d0} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5936 | 2025.05.22 21:21:47.451535 [ 261 ] {cfb223bf-d879-4dce-8ce9-d407c1e077d0} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001133 sec., 29126.213592233013 rows/sec., 2.14 MiB/sec. | ||
5937 | 2025.05.22 21:21:47.451571 [ 261 ] {cfb223bf-d879-4dce-8ce9-d407c1e077d0} <Debug> TCPHandler: Processed in 0.001305659 sec. | ||
5938 | 2025.05.22 21:21:47.451679 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5939 | 2025.05.22 21:21:47.451783 [ 261 ] {ecafc06e-28ff-41d5-926b-2701ed46f9d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5940 | 2025.05.22 21:21:47.451822 [ 261 ] {ecafc06e-28ff-41d5-926b-2701ed46f9d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5941 | 2025.05.22 21:21:47.452234 [ 261 ] {ecafc06e-28ff-41d5-926b-2701ed46f9d4} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5942 | 2025.05.22 21:21:47.452270 [ 261 ] {ecafc06e-28ff-41d5-926b-2701ed46f9d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5943 | 2025.05.22 21:21:47.452570 [ 261 ] {ecafc06e-28ff-41d5-926b-2701ed46f9d4} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
5944 | 2025.05.22 21:21:47.452780 [ 261 ] {ecafc06e-28ff-41d5-926b-2701ed46f9d4} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5945 | 2025.05.22 21:21:47.452905 [ 261 ] {ecafc06e-28ff-41d5-926b-2701ed46f9d4} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.00114 sec., 85087.71929824562 rows/sec., 6.65 MiB/sec. | ||
5946 | 2025.05.22 21:21:47.452941 [ 261 ] {ecafc06e-28ff-41d5-926b-2701ed46f9d4} <Debug> TCPHandler: Processed in 0.001312019 sec. | ||
5947 | 2025.05.22 21:21:47.453051 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5948 | 2025.05.22 21:21:47.453146 [ 261 ] {a846c729-f97d-4b19-ad13-22458ff16faf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5949 | 2025.05.22 21:21:47.453189 [ 261 ] {a846c729-f97d-4b19-ad13-22458ff16faf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5950 | 2025.05.22 21:21:47.453611 [ 261 ] {a846c729-f97d-4b19-ad13-22458ff16faf} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5951 | 2025.05.22 21:21:47.453653 [ 261 ] {a846c729-f97d-4b19-ad13-22458ff16faf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5952 | 2025.05.22 21:21:47.453991 [ 261 ] {a846c729-f97d-4b19-ad13-22458ff16faf} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
5953 | 2025.05.22 21:21:47.454205 [ 261 ] {a846c729-f97d-4b19-ad13-22458ff16faf} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5954 | 2025.05.22 21:21:47.454330 [ 261 ] {a846c729-f97d-4b19-ad13-22458ff16faf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001202 sec., 133111.48086522464 rows/sec., 9.27 MiB/sec. | ||
5955 | 2025.05.22 21:21:47.454365 [ 261 ] {a846c729-f97d-4b19-ad13-22458ff16faf} <Debug> TCPHandler: Processed in 0.0013641 sec. | ||
5956 | 2025.05.22 21:21:47.454482 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5957 | 2025.05.22 21:21:47.454580 [ 261 ] {e90a5a04-777e-480d-89a9-ca66386fc2d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5958 | 2025.05.22 21:21:47.454634 [ 261 ] {e90a5a04-777e-480d-89a9-ca66386fc2d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5959 | 2025.05.22 21:21:47.455463 [ 261 ] {e90a5a04-777e-480d-89a9-ca66386fc2d1} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5960 | 2025.05.22 21:21:47.455502 [ 261 ] {e90a5a04-777e-480d-89a9-ca66386fc2d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5961 | 2025.05.22 21:21:47.456052 [ 261 ] {e90a5a04-777e-480d-89a9-ca66386fc2d1} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5962 | 2025.05.22 21:21:47.456267 [ 261 ] {e90a5a04-777e-480d-89a9-ca66386fc2d1} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5963 | 2025.05.22 21:21:47.456402 [ 261 ] {e90a5a04-777e-480d-89a9-ca66386fc2d1} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001839 sec., 17944.53507340946 rows/sec., 32.16 MiB/sec. | ||
5964 | 2025.05.22 21:21:47.456454 [ 261 ] {e90a5a04-777e-480d-89a9-ca66386fc2d1} <Debug> TCPHandler: Processed in 0.00202249 sec. | ||
5965 | 2025.05.22 21:21:47.456577 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5966 | 2025.05.22 21:21:47.456671 [ 261 ] {d4512b73-039d-4e98-8f53-59a7d8d0d0ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5967 | 2025.05.22 21:21:47.456713 [ 261 ] {d4512b73-039d-4e98-8f53-59a7d8d0d0ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5968 | 2025.05.22 21:21:47.457051 [ 261 ] {d4512b73-039d-4e98-8f53-59a7d8d0d0ca} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5969 | 2025.05.22 21:21:47.457089 [ 261 ] {d4512b73-039d-4e98-8f53-59a7d8d0d0ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5970 | 2025.05.22 21:21:47.457391 [ 261 ] {d4512b73-039d-4e98-8f53-59a7d8d0d0ca} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
5971 | 2025.05.22 21:21:47.457600 [ 261 ] {d4512b73-039d-4e98-8f53-59a7d8d0d0ca} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5972 | 2025.05.22 21:21:47.457726 [ 261 ] {d4512b73-039d-4e98-8f53-59a7d8d0d0ca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. | ||
5973 | 2025.05.22 21:21:47.457761 [ 261 ] {d4512b73-039d-4e98-8f53-59a7d8d0d0ca} <Debug> TCPHandler: Processed in 0.001236059 sec. | ||
5974 | 2025.05.22 21:21:51.314025 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 804 | ||
5975 | 2025.05.22 21:21:51.316466 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5976 | 2025.05.22 21:21:51.316521 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5977 | 2025.05.22 21:21:51.317745 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5978 | 2025.05.22 21:21:51.318019 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5979 | 2025.05.22 21:21:51.318398 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 804 | ||
5980 | 2025.05.22 21:21:52.453515 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5981 | 2025.05.22 21:21:52.453692 [ 261 ] {e4b77062-74b3-4fc9-a7ab-ee3674ef4253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
5982 | 2025.05.22 21:21:52.453756 [ 261 ] {e4b77062-74b3-4fc9-a7ab-ee3674ef4253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
5983 | 2025.05.22 21:21:52.454469 [ 261 ] {e4b77062-74b3-4fc9-a7ab-ee3674ef4253} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5984 | 2025.05.22 21:21:52.454510 [ 261 ] {e4b77062-74b3-4fc9-a7ab-ee3674ef4253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5985 | 2025.05.22 21:21:52.454909 [ 261 ] {e4b77062-74b3-4fc9-a7ab-ee3674ef4253} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5986 | 2025.05.22 21:21:52.455153 [ 261 ] {e4b77062-74b3-4fc9-a7ab-ee3674ef4253} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5987 | 2025.05.22 21:21:52.455303 [ 261 ] {e4b77062-74b3-4fc9-a7ab-ee3674ef4253} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001661 sec., 127633.955448525 rows/sec., 8.12 MiB/sec. | ||
5988 | 2025.05.22 21:21:52.455368 [ 261 ] {e4b77062-74b3-4fc9-a7ab-ee3674ef4253} <Debug> TCPHandler: Processed in 0.00198112 sec. | ||
5989 | 2025.05.22 21:21:52.455487 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5990 | 2025.05.22 21:21:52.455578 [ 261 ] {e1171abc-4ce1-47b7-b47b-f2075611bbfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
5991 | 2025.05.22 21:21:52.455620 [ 261 ] {e1171abc-4ce1-47b7-b47b-f2075611bbfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5992 | 2025.05.22 21:21:52.456004 [ 261 ] {e1171abc-4ce1-47b7-b47b-f2075611bbfc} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5993 | 2025.05.22 21:21:52.456041 [ 261 ] {e1171abc-4ce1-47b7-b47b-f2075611bbfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5994 | 2025.05.22 21:21:52.456322 [ 261 ] {e1171abc-4ce1-47b7-b47b-f2075611bbfc} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5995 | 2025.05.22 21:21:52.456527 [ 261 ] {e1171abc-4ce1-47b7-b47b-f2075611bbfc} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5996 | 2025.05.22 21:21:52.456674 [ 261 ] {e1171abc-4ce1-47b7-b47b-f2075611bbfc} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001115 sec., 3587.4439461883403 rows/sec., 292.53 KiB/sec. | ||
5997 | 2025.05.22 21:21:52.456711 [ 261 ] {e1171abc-4ce1-47b7-b47b-f2075611bbfc} <Debug> TCPHandler: Processed in 0.001276519 sec. | ||
5998 | 2025.05.22 21:21:52.456819 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5999 | 2025.05.22 21:21:52.456909 [ 261 ] {e9c4a9d0-f2ba-48fb-836d-8499ea9c9fef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6000 | 2025.05.22 21:21:52.456947 [ 261 ] {e9c4a9d0-f2ba-48fb-836d-8499ea9c9fef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6001 | 2025.05.22 21:21:52.457635 [ 261 ] {e9c4a9d0-f2ba-48fb-836d-8499ea9c9fef} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6002 | 2025.05.22 21:21:52.457670 [ 261 ] {e9c4a9d0-f2ba-48fb-836d-8499ea9c9fef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6003 | 2025.05.22 21:21:52.457998 [ 261 ] {e9c4a9d0-f2ba-48fb-836d-8499ea9c9fef} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6004 | 2025.05.22 21:21:52.458209 [ 261 ] {e9c4a9d0-f2ba-48fb-836d-8499ea9c9fef} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6005 | 2025.05.22 21:21:52.458337 [ 261 ] {e9c4a9d0-f2ba-48fb-836d-8499ea9c9fef} <Debug> executeQuery: Read 635 rows, 51.02 KiB in 0.001445 sec., 439446.36678200687 rows/sec., 34.48 MiB/sec. | ||
6006 | 2025.05.22 21:21:52.458372 [ 261 ] {e9c4a9d0-f2ba-48fb-836d-8499ea9c9fef} <Debug> TCPHandler: Processed in 0.001600274 sec. | ||
6007 | 2025.05.22 21:21:52.458483 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6008 | 2025.05.22 21:21:52.458574 [ 261 ] {679a3aca-fc30-4ef9-91c2-6c2e321b392e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6009 | 2025.05.22 21:21:52.458613 [ 261 ] {679a3aca-fc30-4ef9-91c2-6c2e321b392e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6010 | 2025.05.22 21:21:52.459035 [ 261 ] {679a3aca-fc30-4ef9-91c2-6c2e321b392e} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6011 | 2025.05.22 21:21:52.459070 [ 261 ] {679a3aca-fc30-4ef9-91c2-6c2e321b392e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6012 | 2025.05.22 21:21:52.459358 [ 261 ] {679a3aca-fc30-4ef9-91c2-6c2e321b392e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6013 | 2025.05.22 21:21:52.459574 [ 261 ] {679a3aca-fc30-4ef9-91c2-6c2e321b392e} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6014 | 2025.05.22 21:21:52.459696 [ 261 ] {679a3aca-fc30-4ef9-91c2-6c2e321b392e} <Debug> executeQuery: Read 118 rows, 7.27 KiB in 0.001139 sec., 103599.64881474977 rows/sec., 6.23 MiB/sec. | ||
6015 | 2025.05.22 21:21:52.459731 [ 261 ] {679a3aca-fc30-4ef9-91c2-6c2e321b392e} <Debug> TCPHandler: Processed in 0.00129598 sec. | ||
6016 | 2025.05.22 21:21:52.459840 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6017 | 2025.05.22 21:21:52.459931 [ 261 ] {0ec6df79-4301-4b77-97b2-ec411be7b9ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
6018 | 2025.05.22 21:21:52.459968 [ 261 ] {0ec6df79-4301-4b77-97b2-ec411be7b9ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6019 | 2025.05.22 21:21:52.460376 [ 261 ] {0ec6df79-4301-4b77-97b2-ec411be7b9ed} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6020 | 2025.05.22 21:21:52.460412 [ 261 ] {0ec6df79-4301-4b77-97b2-ec411be7b9ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6021 | 2025.05.22 21:21:52.460695 [ 261 ] {0ec6df79-4301-4b77-97b2-ec411be7b9ed} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6022 | 2025.05.22 21:21:52.460901 [ 261 ] {0ec6df79-4301-4b77-97b2-ec411be7b9ed} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6023 | 2025.05.22 21:21:52.461024 [ 261 ] {0ec6df79-4301-4b77-97b2-ec411be7b9ed} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001111 sec., 101710.1710171017 rows/sec., 6.58 MiB/sec. | ||
6024 | 2025.05.22 21:21:52.461060 [ 261 ] {0ec6df79-4301-4b77-97b2-ec411be7b9ed} <Debug> TCPHandler: Processed in 0.001267519 sec. | ||
6025 | 2025.05.22 21:21:52.461176 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6026 | 2025.05.22 21:21:52.461267 [ 261 ] {bb389df0-2c52-4f5c-ba70-a5bcc0bf4682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
6027 | 2025.05.22 21:21:52.461305 [ 261 ] {bb389df0-2c52-4f5c-ba70-a5bcc0bf4682} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6028 | 2025.05.22 21:21:52.461712 [ 261 ] {bb389df0-2c52-4f5c-ba70-a5bcc0bf4682} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6029 | 2025.05.22 21:21:52.461748 [ 261 ] {bb389df0-2c52-4f5c-ba70-a5bcc0bf4682} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6030 | 2025.05.22 21:21:52.462045 [ 261 ] {bb389df0-2c52-4f5c-ba70-a5bcc0bf4682} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6031 | 2025.05.22 21:21:52.462255 [ 261 ] {bb389df0-2c52-4f5c-ba70-a5bcc0bf4682} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6032 | 2025.05.22 21:21:52.462379 [ 261 ] {bb389df0-2c52-4f5c-ba70-a5bcc0bf4682} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00113 sec., 99115.04424778762 rows/sec., 5.65 MiB/sec. | ||
6033 | 2025.05.22 21:21:52.462415 [ 261 ] {bb389df0-2c52-4f5c-ba70-a5bcc0bf4682} <Debug> TCPHandler: Processed in 0.001285689 sec. | ||
6034 | 2025.05.22 21:21:52.462525 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6035 | 2025.05.22 21:21:52.462616 [ 261 ] {29dccc0a-0e87-49fd-a57f-dd9f72b796d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6036 | 2025.05.22 21:21:52.462654 [ 261 ] {29dccc0a-0e87-49fd-a57f-dd9f72b796d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6037 | 2025.05.22 21:21:52.463162 [ 261 ] {29dccc0a-0e87-49fd-a57f-dd9f72b796d0} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6038 | 2025.05.22 21:21:52.463198 [ 261 ] {29dccc0a-0e87-49fd-a57f-dd9f72b796d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6039 | 2025.05.22 21:21:52.463507 [ 261 ] {29dccc0a-0e87-49fd-a57f-dd9f72b796d0} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6040 | 2025.05.22 21:21:52.463723 [ 261 ] {29dccc0a-0e87-49fd-a57f-dd9f72b796d0} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6041 | 2025.05.22 21:21:52.463850 [ 261 ] {29dccc0a-0e87-49fd-a57f-dd9f72b796d0} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.001251 sec., 314948.0415667466 rows/sec., 22.29 MiB/sec. | ||
6042 | 2025.05.22 21:21:52.463885 [ 261 ] {29dccc0a-0e87-49fd-a57f-dd9f72b796d0} <Debug> TCPHandler: Processed in 0.00140751 sec. | ||
6043 | 2025.05.22 21:21:52.463998 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6044 | 2025.05.22 21:21:52.464089 [ 261 ] {1847337c-5e03-480a-b8ad-a635b436f3f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
6045 | 2025.05.22 21:21:52.464128 [ 261 ] {1847337c-5e03-480a-b8ad-a635b436f3f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6046 | 2025.05.22 21:21:52.464452 [ 261 ] {1847337c-5e03-480a-b8ad-a635b436f3f0} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6047 | 2025.05.22 21:21:52.464487 [ 261 ] {1847337c-5e03-480a-b8ad-a635b436f3f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6048 | 2025.05.22 21:21:52.464778 [ 261 ] {1847337c-5e03-480a-b8ad-a635b436f3f0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
6049 | 2025.05.22 21:21:52.464979 [ 261 ] {1847337c-5e03-480a-b8ad-a635b436f3f0} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6050 | 2025.05.22 21:21:52.465080 [ 138 ] {} <Debug> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
6051 | 2025.05.22 21:21:52.465100 [ 261 ] {1847337c-5e03-480a-b8ad-a635b436f3f0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001029 sec., 5830.903790087464 rows/sec., 304.64 KiB/sec. | ||
6052 | 2025.05.22 21:21:52.465116 [ 138 ] {} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6053 | 2025.05.22 21:21:52.465134 [ 261 ] {1847337c-5e03-480a-b8ad-a635b436f3f0} <Debug> TCPHandler: Processed in 0.001185728 sec. | ||
6054 | 2025.05.22 21:21:52.465135 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6055 | 2025.05.22 21:21:52.465241 [ 194 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::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 | ||
6056 | 2025.05.22 21:21:52.465265 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6057 | 2025.05.22 21:21:52.465359 [ 194 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6058 | 2025.05.22 21:21:52.465378 [ 261 ] {a71ed69e-a252-49c2-8624-0124bb39e288} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6059 | 2025.05.22 21:21:52.465403 [ 194 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::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 | ||
6060 | 2025.05.22 21:21:52.465427 [ 261 ] {a71ed69e-a252-49c2-8624-0124bb39e288} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6061 | 2025.05.22 21:21:52.465477 [ 194 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::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 | ||
6062 | 2025.05.22 21:21:52.465544 [ 194 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::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 | ||
6063 | 2025.05.22 21:21:52.465604 [ 194 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::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 | ||
6064 | 2025.05.22 21:21:52.465655 [ 194 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::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 | ||
6065 | 2025.05.22 21:21:52.465700 [ 194 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::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 | ||
6066 | 2025.05.22 21:21:52.465950 [ 261 ] {a71ed69e-a252-49c2-8624-0124bb39e288} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6067 | 2025.05.22 21:21:52.465989 [ 261 ] {a71ed69e-a252-49c2-8624-0124bb39e288} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6068 | 2025.05.22 21:21:52.466335 [ 261 ] {a71ed69e-a252-49c2-8624-0124bb39e288} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6069 | 2025.05.22 21:21:52.466546 [ 261 ] {a71ed69e-a252-49c2-8624-0124bb39e288} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6070 | 2025.05.22 21:21:52.466567 [ 191 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.00137076 sec., 26262.803116519302 rows/sec., 1.34 MiB/sec. | ||
6071 | 2025.05.22 21:21:52.466677 [ 261 ] {a71ed69e-a252-49c2-8624-0124bb39e288} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001326 sec., 180241.32730015085 rows/sec., 12.08 MiB/sec. | ||
6072 | 2025.05.22 21:21:52.466718 [ 261 ] {a71ed69e-a252-49c2-8624-0124bb39e288} <Debug> TCPHandler: Processed in 0.001514253 sec. | ||
6073 | 2025.05.22 21:21:52.466775 [ 192 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
6074 | 2025.05.22 21:21:52.466828 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6075 | 2025.05.22 21:21:52.466927 [ 261 ] {a0e84d77-dcd8-4daa-b173-e22291207ffc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
6076 | 2025.05.22 21:21:52.466970 [ 261 ] {a0e84d77-dcd8-4daa-b173-e22291207ffc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6077 | 2025.05.22 21:21:52.467113 [ 192 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_6_1} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6078 | 2025.05.22 21:21:52.467191 [ 192 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_6_1} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
6079 | 2025.05.22 21:21:52.467278 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
6080 | 2025.05.22 21:21:52.467286 [ 261 ] {a0e84d77-dcd8-4daa-b173-e22291207ffc} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6081 | 2025.05.22 21:21:52.467328 [ 261 ] {a0e84d77-dcd8-4daa-b173-e22291207ffc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6082 | 2025.05.22 21:21:52.467625 [ 261 ] {a0e84d77-dcd8-4daa-b173-e22291207ffc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
6083 | 2025.05.22 21:21:52.467836 [ 261 ] {a0e84d77-dcd8-4daa-b173-e22291207ffc} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6084 | 2025.05.22 21:21:52.467959 [ 261 ] {a0e84d77-dcd8-4daa-b173-e22291207ffc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001051 sec., 951.4747859181731 rows/sec., 64.11 KiB/sec. | ||
6085 | 2025.05.22 21:21:52.467994 [ 261 ] {a0e84d77-dcd8-4daa-b173-e22291207ffc} <Debug> TCPHandler: Processed in 0.001213998 sec. | ||
6086 | 2025.05.22 21:21:52.468103 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6087 | 2025.05.22 21:21:52.468196 [ 261 ] {a2e8d9fc-2916-4e58-83b5-deec5e226f13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6088 | 2025.05.22 21:21:52.468251 [ 261 ] {a2e8d9fc-2916-4e58-83b5-deec5e226f13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6089 | 2025.05.22 21:21:52.468976 [ 261 ] {a2e8d9fc-2916-4e58-83b5-deec5e226f13} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6090 | 2025.05.22 21:21:52.469011 [ 261 ] {a2e8d9fc-2916-4e58-83b5-deec5e226f13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6091 | 2025.05.22 21:21:52.469504 [ 261 ] {a2e8d9fc-2916-4e58-83b5-deec5e226f13} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6092 | 2025.05.22 21:21:52.469716 [ 261 ] {a2e8d9fc-2916-4e58-83b5-deec5e226f13} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6093 | 2025.05.22 21:21:52.469847 [ 261 ] {a2e8d9fc-2916-4e58-83b5-deec5e226f13} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001669 sec., 4793.289394847214 rows/sec., 8.59 MiB/sec. | ||
6094 | 2025.05.22 21:21:52.469897 [ 261 ] {a2e8d9fc-2916-4e58-83b5-deec5e226f13} <Debug> TCPHandler: Processed in 0.001840967 sec. | ||
6095 | 2025.05.22 21:21:52.470006 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6096 | 2025.05.22 21:21:52.470100 [ 261 ] {1b075d79-9d77-4272-8bb2-f8cc1c143454} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6097 | 2025.05.22 21:21:52.470141 [ 261 ] {1b075d79-9d77-4272-8bb2-f8cc1c143454} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6098 | 2025.05.22 21:21:52.470461 [ 261 ] {1b075d79-9d77-4272-8bb2-f8cc1c143454} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6099 | 2025.05.22 21:21:52.470494 [ 261 ] {1b075d79-9d77-4272-8bb2-f8cc1c143454} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6100 | 2025.05.22 21:21:52.470795 [ 261 ] {1b075d79-9d77-4272-8bb2-f8cc1c143454} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6101 | 2025.05.22 21:21:52.471003 [ 261 ] {1b075d79-9d77-4272-8bb2-f8cc1c143454} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6102 | 2025.05.22 21:21:52.471125 [ 261 ] {1b075d79-9d77-4272-8bb2-f8cc1c143454} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001044 sec., 78544.06130268199 rows/sec., 4.99 MiB/sec. | ||
6103 | 2025.05.22 21:21:52.471158 [ 261 ] {1b075d79-9d77-4272-8bb2-f8cc1c143454} <Debug> TCPHandler: Processed in 0.001200578 sec. | ||
6104 | 2025.05.22 21:21:53.787338 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043 | ||
6105 | 2025.05.22 21:21:53.787833 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6106 | 2025.05.22 21:21:53.787881 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6107 | 2025.05.22 21:21:53.788370 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6108 | 2025.05.22 21:21:53.788606 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6109 | 2025.05.22 21:21:53.788754 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043 | ||
6110 | 2025.05.22 21:21:54.628698 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 | ||
6111 | 2025.05.22 21:21:54.645778 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6112 | 2025.05.22 21:21:54.645829 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6113 | 2025.05.22 21:21:54.651857 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6114 | 2025.05.22 21:21:54.652556 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6115 | 2025.05.22 21:21:54.655547 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
6116 | 2025.05.22 21:21:57.447487 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6117 | 2025.05.22 21:21:57.447687 [ 261 ] {64c764b6-a108-40f2-8950-e703b1800d72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6118 | 2025.05.22 21:21:57.447760 [ 261 ] {64c764b6-a108-40f2-8950-e703b1800d72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6119 | 2025.05.22 21:21:57.448455 [ 261 ] {64c764b6-a108-40f2-8950-e703b1800d72} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6120 | 2025.05.22 21:21:57.448493 [ 261 ] {64c764b6-a108-40f2-8950-e703b1800d72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6121 | 2025.05.22 21:21:57.448899 [ 261 ] {64c764b6-a108-40f2-8950-e703b1800d72} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6122 | 2025.05.22 21:21:57.449129 [ 261 ] {64c764b6-a108-40f2-8950-e703b1800d72} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6123 | 2025.05.22 21:21:57.449277 [ 261 ] {64c764b6-a108-40f2-8950-e703b1800d72} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.001646 sec., 74119.07654921021 rows/sec., 6.33 MiB/sec. | ||
6124 | 2025.05.22 21:21:57.449276 [ 134 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6125 | 2025.05.22 21:21:57.449317 [ 261 ] {64c764b6-a108-40f2-8950-e703b1800d72} <Debug> TCPHandler: Processed in 0.001964099 sec. | ||
6126 | 2025.05.22 21:21:57.449332 [ 134 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6127 | 2025.05.22 21:21:57.449356 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6128 | 2025.05.22 21:21:57.449439 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6129 | 2025.05.22 21:21:57.449497 [ 199 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
6130 | 2025.05.22 21:21:57.449535 [ 261 ] {4e3d8bc6-ae7b-427d-8316-ee8e98a80b07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6131 | 2025.05.22 21:21:57.449585 [ 261 ] {4e3d8bc6-ae7b-427d-8316-ee8e98a80b07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6132 | 2025.05.22 21:21:57.449659 [ 199 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6133 | 2025.05.22 21:21:57.449701 [ 199 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1970 rows starting from the beginning of the part | ||
6134 | 2025.05.22 21:21:57.449776 [ 199 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1262 rows starting from the beginning of the part | ||
6135 | 2025.05.22 21:21:57.449832 [ 199 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 633 rows starting from the beginning of the part | ||
6136 | 2025.05.22 21:21:57.449873 [ 199 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 122 rows starting from the beginning of the part | ||
6137 | 2025.05.22 21:21:57.449914 [ 199 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 635 rows starting from the beginning of the part | ||
6138 | 2025.05.22 21:21:57.449956 [ 199 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 122 rows starting from the beginning of the part | ||
6139 | 2025.05.22 21:21:57.450013 [ 261 ] {4e3d8bc6-ae7b-427d-8316-ee8e98a80b07} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6140 | 2025.05.22 21:21:57.450054 [ 261 ] {4e3d8bc6-ae7b-427d-8316-ee8e98a80b07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6141 | 2025.05.22 21:21:57.450493 [ 261 ] {4e3d8bc6-ae7b-427d-8316-ee8e98a80b07} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6142 | 2025.05.22 21:21:57.450716 [ 261 ] {4e3d8bc6-ae7b-427d-8316-ee8e98a80b07} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6143 | 2025.05.22 21:21:57.450851 [ 261 ] {4e3d8bc6-ae7b-427d-8316-ee8e98a80b07} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001335 sec., 24719.101123595505 rows/sec., 1.82 MiB/sec. | ||
6144 | 2025.05.22 21:21:57.450876 [ 133 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6145 | 2025.05.22 21:21:57.450887 [ 261 ] {4e3d8bc6-ae7b-427d-8316-ee8e98a80b07} <Debug> TCPHandler: Processed in 0.001499052 sec. | ||
6146 | 2025.05.22 21:21:57.450953 [ 133 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6147 | 2025.05.22 21:21:57.450985 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6148 | 2025.05.22 21:21:57.451040 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6149 | 2025.05.22 21:21:57.451103 [ 192 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::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 | ||
6150 | 2025.05.22 21:21:57.451143 [ 261 ] {b8c2284b-5f16-4fbc-89e7-c218070cc5fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6151 | 2025.05.22 21:21:57.451187 [ 261 ] {b8c2284b-5f16-4fbc-89e7-c218070cc5fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6152 | 2025.05.22 21:21:57.451239 [ 192 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6153 | 2025.05.22 21:21:57.451276 [ 192 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 179 rows starting from the beginning of the part | ||
6154 | 2025.05.22 21:21:57.451338 [ 192 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 33 rows starting from the beginning of the part | ||
6155 | 2025.05.22 21:21:57.451382 [ 192 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 114 rows starting from the beginning of the part | ||
6156 | 2025.05.22 21:21:57.451423 [ 192 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 33 rows starting from the beginning of the part | ||
6157 | 2025.05.22 21:21:57.451463 [ 192 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 118 rows starting from the beginning of the part | ||
6158 | 2025.05.22 21:21:57.451502 [ 192 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 33 rows starting from the beginning of the part | ||
6159 | 2025.05.22 21:21:57.451611 [ 261 ] {b8c2284b-5f16-4fbc-89e7-c218070cc5fb} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6160 | 2025.05.22 21:21:57.451636 [ 191 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4744 rows, containing 5 columns (5 merged, 0 gathered) in 0.002200303 sec., 2156066.687178993 rows/sec., 183.77 MiB/sec. | ||
6161 | 2025.05.22 21:21:57.451656 [ 261 ] {b8c2284b-5f16-4fbc-89e7-c218070cc5fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6162 | 2025.05.22 21:21:57.451934 [ 186 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6163 | 2025.05.22 21:21:57.452184 [ 261 ] {b8c2284b-5f16-4fbc-89e7-c218070cc5fb} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6164 | 2025.05.22 21:21:57.452264 [ 186 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_46_9} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6165 | 2025.05.22 21:21:57.452344 [ 186 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_46_9} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6166 | 2025.05.22 21:21:57.452388 [ 197 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 510 rows, containing 5 columns (5 merged, 0 gathered) in 0.00133241 sec., 382765.0648073791 rows/sec., 26.03 MiB/sec. | ||
6167 | 2025.05.22 21:21:57.452402 [ 261 ] {b8c2284b-5f16-4fbc-89e7-c218070cc5fb} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6168 | 2025.05.22 21:21:57.452444 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
6169 | 2025.05.22 21:21:57.452546 [ 261 ] {b8c2284b-5f16-4fbc-89e7-c218070cc5fb} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001421 sec., 68261.78747361014 rows/sec., 5.33 MiB/sec. | ||
6170 | 2025.05.22 21:21:57.452553 [ 133 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6171 | 2025.05.22 21:21:57.452585 [ 261 ] {b8c2284b-5f16-4fbc-89e7-c218070cc5fb} <Debug> TCPHandler: Processed in 0.001594744 sec. | ||
6172 | 2025.05.22 21:21:57.452599 [ 133 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6173 | 2025.05.22 21:21:57.452625 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6174 | 2025.05.22 21:21:57.452628 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6175 | 2025.05.22 21:21:57.452701 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6176 | 2025.05.22 21:21:57.452722 [ 186 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::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 | ||
6177 | 2025.05.22 21:21:57.452803 [ 261 ] {1794736b-e1ad-4e18-962d-73f7c69ea578} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6178 | 2025.05.22 21:21:57.452807 [ 186 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6179 | 2025.05.22 21:21:57.452845 [ 186 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 953 rows starting from the beginning of the part | ||
6180 | 2025.05.22 21:21:57.452849 [ 261 ] {1794736b-e1ad-4e18-962d-73f7c69ea578} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6181 | 2025.05.22 21:21:57.452898 [ 186 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 553 rows starting from the beginning of the part | ||
6182 | 2025.05.22 21:21:57.452922 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_41_8} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6183 | 2025.05.22 21:21:57.452938 [ 186 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 390 rows starting from the beginning of the part | ||
6184 | 2025.05.22 21:21:57.452981 [ 186 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 97 rows starting from the beginning of the part | ||
6185 | 2025.05.22 21:21:57.453016 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_41_8} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6186 | 2025.05.22 21:21:57.453019 [ 186 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 394 rows starting from the beginning of the part | ||
6187 | 2025.05.22 21:21:57.453074 [ 186 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 97 rows starting from the beginning of the part | ||
6188 | 2025.05.22 21:21:57.453114 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
6189 | 2025.05.22 21:21:57.453261 [ 261 ] {1794736b-e1ad-4e18-962d-73f7c69ea578} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6190 | 2025.05.22 21:21:57.453300 [ 261 ] {1794736b-e1ad-4e18-962d-73f7c69ea578} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6191 | 2025.05.22 21:21:57.453619 [ 261 ] {1794736b-e1ad-4e18-962d-73f7c69ea578} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6192 | 2025.05.22 21:21:57.453831 [ 261 ] {1794736b-e1ad-4e18-962d-73f7c69ea578} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6193 | 2025.05.22 21:21:57.453963 [ 261 ] {1794736b-e1ad-4e18-962d-73f7c69ea578} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001179 sec., 135708.22731128076 rows/sec., 9.45 MiB/sec. | ||
6194 | 2025.05.22 21:21:57.453999 [ 261 ] {1794736b-e1ad-4e18-962d-73f7c69ea578} <Debug> TCPHandler: Processed in 0.00134544 sec. | ||
6195 | 2025.05.22 21:21:57.454093 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2484 rows, containing 5 columns (5 merged, 0 gathered) in 0.00140643 sec., 1766173.9297369937 rows/sec., 135.77 MiB/sec. | ||
6196 | 2025.05.22 21:21:57.454107 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6197 | 2025.05.22 21:21:57.454206 [ 261 ] {e3c362ec-77bc-4252-81be-765b4886d313} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6198 | 2025.05.22 21:21:57.454234 [ 186 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6199 | 2025.05.22 21:21:57.454260 [ 261 ] {e3c362ec-77bc-4252-81be-765b4886d313} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6200 | 2025.05.22 21:21:57.454451 [ 186 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_46_9} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6201 | 2025.05.22 21:21:57.454508 [ 186 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_46_9} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6202 | 2025.05.22 21:21:57.454563 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
6203 | 2025.05.22 21:21:57.455075 [ 261 ] {e3c362ec-77bc-4252-81be-765b4886d313} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6204 | 2025.05.22 21:21:57.455110 [ 261 ] {e3c362ec-77bc-4252-81be-765b4886d313} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6205 | 2025.05.22 21:21:57.455647 [ 261 ] {e3c362ec-77bc-4252-81be-765b4886d313} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6206 | 2025.05.22 21:21:57.455873 [ 261 ] {e3c362ec-77bc-4252-81be-765b4886d313} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6207 | 2025.05.22 21:21:57.455997 [ 133 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6208 | 2025.05.22 21:21:57.456008 [ 261 ] {e3c362ec-77bc-4252-81be-765b4886d313} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.00182 sec., 18131.86813186813 rows/sec., 32.49 MiB/sec. | ||
6209 | 2025.05.22 21:21:57.456045 [ 133 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6210 | 2025.05.22 21:21:57.456073 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6211 | 2025.05.22 21:21:57.456082 [ 261 ] {e3c362ec-77bc-4252-81be-765b4886d313} <Debug> TCPHandler: Processed in 0.00202257 sec. | ||
6212 | 2025.05.22 21:21:57.456147 [ 192 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
6213 | 2025.05.22 21:21:57.456206 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6214 | 2025.05.22 21:21:57.456306 [ 261 ] {8b16c927-ca20-4d87-97b4-73a1a22a8c69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6215 | 2025.05.22 21:21:57.456333 [ 192 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6216 | 2025.05.22 21:21:57.456348 [ 261 ] {8b16c927-ca20-4d87-97b4-73a1a22a8c69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6217 | 2025.05.22 21:21:57.456383 [ 192 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 784 rows starting from the beginning of the part | ||
6218 | 2025.05.22 21:21:57.456493 [ 192 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 33 rows starting from the beginning of the part | ||
6219 | 2025.05.22 21:21:57.456603 [ 192 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
6220 | 2025.05.22 21:21:57.456691 [ 261 ] {8b16c927-ca20-4d87-97b4-73a1a22a8c69} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6221 | 2025.05.22 21:21:57.456713 [ 192 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 33 rows starting from the beginning of the part | ||
6222 | 2025.05.22 21:21:57.456733 [ 261 ] {8b16c927-ca20-4d87-97b4-73a1a22a8c69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6223 | 2025.05.22 21:21:57.456816 [ 192 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
6224 | 2025.05.22 21:21:57.456921 [ 192 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 33 rows starting from the beginning of the part | ||
6225 | 2025.05.22 21:21:57.457057 [ 261 ] {8b16c927-ca20-4d87-97b4-73a1a22a8c69} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6226 | 2025.05.22 21:21:57.457310 [ 261 ] {8b16c927-ca20-4d87-97b4-73a1a22a8c69} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6227 | 2025.05.22 21:21:57.457454 [ 261 ] {8b16c927-ca20-4d87-97b4-73a1a22a8c69} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001167 sec., 51413.88174807197 rows/sec., 3.46 MiB/sec. | ||
6228 | 2025.05.22 21:21:57.457493 [ 261 ] {8b16c927-ca20-4d87-97b4-73a1a22a8c69} <Debug> TCPHandler: Processed in 0.00133996 sec. | ||
6229 | 2025.05.22 21:21:57.471341 [ 189 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 899 rows, containing 19 columns (19 merged, 0 gathered) in 0.015223097 sec., 59055.00043782155 rows/sec., 105.82 MiB/sec. | ||
6230 | 2025.05.22 21:21:57.472372 [ 192 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6231 | 2025.05.22 21:21:57.472686 [ 192 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6232 | 2025.05.22 21:21:57.472757 [ 192 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6233 | 2025.05.22 21:21:57.472844 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.64 MiB. | ||
6234 | 2025.05.22 21:21:58.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 254.40 MiB, peak 262.00 MiB, free memory in arenas 0.00 B, will set to 256.37 MiB (RSS), difference: 1.97 MiB | ||
6235 | 2025.05.22 21:22:01.186078 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6236 | 2025.05.22 21:22:01.186152 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6237 | 2025.05.22 21:22:01.289798 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531 | ||
6238 | 2025.05.22 21:22:01.290346 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6239 | 2025.05.22 21:22:01.290387 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6240 | 2025.05.22 21:22:01.290865 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6241 | 2025.05.22 21:22:01.291090 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6242 | 2025.05.22 21:22:01.291220 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
6243 | 2025.05.22 21:22:01.291237 [ 130 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6244 | 2025.05.22 21:22:01.291299 [ 130 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6245 | 2025.05.22 21:22:01.291322 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6246 | 2025.05.22 21:22:01.291431 [ 191 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
6247 | 2025.05.22 21:22:01.291539 [ 191 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6248 | 2025.05.22 21:22:01.291575 [ 191 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
6249 | 2025.05.22 21:22:01.291639 [ 191 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
6250 | 2025.05.22 21:22:01.291689 [ 191 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
6251 | 2025.05.22 21:22:01.291736 [ 191 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
6252 | 2025.05.22 21:22:01.291779 [ 191 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
6253 | 2025.05.22 21:22:01.291824 [ 191 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
6254 | 2025.05.22 21:22:01.293685 [ 189 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.002295534 sec., 7201374.494997677 rows/sec., 103.02 MiB/sec. | ||
6255 | 2025.05.22 21:22:01.293848 [ 196 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6256 | 2025.05.22 21:22:01.294189 [ 196 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_36_7} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6257 | 2025.05.22 21:22:01.294273 [ 196 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_36_7} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6258 | 2025.05.22 21:22:01.294409 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
6259 | 2025.05.22 21:22:01.319528 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 840 | ||
6260 | 2025.05.22 21:22:01.321905 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6261 | 2025.05.22 21:22:01.321949 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6262 | 2025.05.22 21:22:01.323156 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6263 | 2025.05.22 21:22:01.323435 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6264 | 2025.05.22 21:22:01.323689 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 840 | ||
6265 | 2025.05.22 21:22:02.156544 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 271 | ||
6266 | 2025.05.22 21:22:02.172798 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6267 | 2025.05.22 21:22:02.172857 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6268 | 2025.05.22 21:22:02.179089 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6269 | 2025.05.22 21:22:02.179767 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6270 | 2025.05.22 21:22:02.180038 [ 129 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6271 | 2025.05.22 21:22:02.180109 [ 129 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6272 | 2025.05.22 21:22:02.180131 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6273 | 2025.05.22 21:22:02.180259 [ 191 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
6274 | 2025.05.22 21:22:02.182906 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 271 | ||
6275 | 2025.05.22 21:22:02.184080 [ 191 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6276 | 2025.05.22 21:22:02.185637 [ 191 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
6277 | 2025.05.22 21:22:02.190376 [ 191 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
6278 | 2025.05.22 21:22:02.194861 [ 191 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
6279 | 2025.05.22 21:22:02.199532 [ 191 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
6280 | 2025.05.22 21:22:02.204379 [ 191 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
6281 | 2025.05.22 21:22:02.208323 [ 191 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
6282 | 2025.05.22 21:22:02.260103 [ 189 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 271 rows, containing 679 columns (679 merged, 0 gathered) in 0.079904209 sec., 3391.5610127621685 rows/sec., 17.54 MiB/sec. | ||
6283 | 2025.05.22 21:22:02.263269 [ 189 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6284 | 2025.05.22 21:22:02.265354 [ 189 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_36_7} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6285 | 2025.05.22 21:22:02.265459 [ 189 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_36_7} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6286 | 2025.05.22 21:22:02.268607 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
6287 | 2025.05.22 21:22:02.453597 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6288 | 2025.05.22 21:22:02.453775 [ 261 ] {ca914535-d18b-4ede-b348-f51975ec9572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
6289 | 2025.05.22 21:22:02.453840 [ 261 ] {ca914535-d18b-4ede-b348-f51975ec9572} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
6290 | 2025.05.22 21:22:02.454687 [ 261 ] {ca914535-d18b-4ede-b348-f51975ec9572} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6291 | 2025.05.22 21:22:02.454732 [ 261 ] {ca914535-d18b-4ede-b348-f51975ec9572} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6292 | 2025.05.22 21:22:02.455138 [ 261 ] {ca914535-d18b-4ede-b348-f51975ec9572} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6293 | 2025.05.22 21:22:02.455364 [ 261 ] {ca914535-d18b-4ede-b348-f51975ec9572} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6294 | 2025.05.22 21:22:02.455515 [ 261 ] {ca914535-d18b-4ede-b348-f51975ec9572} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001791 sec., 118369.62590731434 rows/sec., 7.53 MiB/sec. | ||
6295 | 2025.05.22 21:22:02.455556 [ 261 ] {ca914535-d18b-4ede-b348-f51975ec9572} <Debug> TCPHandler: Processed in 0.002083022 sec. | ||
6296 | 2025.05.22 21:22:02.455680 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6297 | 2025.05.22 21:22:02.455785 [ 261 ] {cbcc3345-4358-4831-9256-cbdb9b992d1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6298 | 2025.05.22 21:22:02.455827 [ 261 ] {cbcc3345-4358-4831-9256-cbdb9b992d1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6299 | 2025.05.22 21:22:02.456637 [ 261 ] {cbcc3345-4358-4831-9256-cbdb9b992d1e} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6300 | 2025.05.22 21:22:02.456687 [ 261 ] {cbcc3345-4358-4831-9256-cbdb9b992d1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6301 | 2025.05.22 21:22:02.457050 [ 261 ] {cbcc3345-4358-4831-9256-cbdb9b992d1e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6302 | 2025.05.22 21:22:02.457258 [ 261 ] {cbcc3345-4358-4831-9256-cbdb9b992d1e} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6303 | 2025.05.22 21:22:02.457385 [ 261 ] {cbcc3345-4358-4831-9256-cbdb9b992d1e} <Debug> executeQuery: Read 633 rows, 50.88 KiB in 0.001619 sec., 390982.08770846203 rows/sec., 30.69 MiB/sec. | ||
6304 | 2025.05.22 21:22:02.457421 [ 261 ] {cbcc3345-4358-4831-9256-cbdb9b992d1e} <Debug> TCPHandler: Processed in 0.001789866 sec. | ||
6305 | 2025.05.22 21:22:02.457533 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6306 | 2025.05.22 21:22:02.457635 [ 261 ] {3d67347a-fe9b-4d54-bc10-3049db3d1bec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6307 | 2025.05.22 21:22:02.457679 [ 261 ] {3d67347a-fe9b-4d54-bc10-3049db3d1bec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6308 | 2025.05.22 21:22:02.458118 [ 261 ] {3d67347a-fe9b-4d54-bc10-3049db3d1bec} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6309 | 2025.05.22 21:22:02.458154 [ 261 ] {3d67347a-fe9b-4d54-bc10-3049db3d1bec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6310 | 2025.05.22 21:22:02.458451 [ 261 ] {3d67347a-fe9b-4d54-bc10-3049db3d1bec} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6311 | 2025.05.22 21:22:02.458659 [ 261 ] {3d67347a-fe9b-4d54-bc10-3049db3d1bec} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6312 | 2025.05.22 21:22:02.458783 [ 261 ] {3d67347a-fe9b-4d54-bc10-3049db3d1bec} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001167 sec., 97686.37532133676 rows/sec., 5.85 MiB/sec. | ||
6313 | 2025.05.22 21:22:02.458820 [ 261 ] {3d67347a-fe9b-4d54-bc10-3049db3d1bec} <Debug> TCPHandler: Processed in 0.00133593 sec. | ||
6314 | 2025.05.22 21:22:02.458935 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6315 | 2025.05.22 21:22:02.459036 [ 261 ] {8eee4698-7404-4c07-aa88-f3451b204c14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
6316 | 2025.05.22 21:22:02.459075 [ 261 ] {8eee4698-7404-4c07-aa88-f3451b204c14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6317 | 2025.05.22 21:22:02.459499 [ 261 ] {8eee4698-7404-4c07-aa88-f3451b204c14} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6318 | 2025.05.22 21:22:02.459534 [ 261 ] {8eee4698-7404-4c07-aa88-f3451b204c14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6319 | 2025.05.22 21:22:02.459830 [ 261 ] {8eee4698-7404-4c07-aa88-f3451b204c14} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6320 | 2025.05.22 21:22:02.460036 [ 261 ] {8eee4698-7404-4c07-aa88-f3451b204c14} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6321 | 2025.05.22 21:22:02.460160 [ 261 ] {8eee4698-7404-4c07-aa88-f3451b204c14} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001142 sec., 98949.2119089317 rows/sec., 6.41 MiB/sec. | ||
6322 | 2025.05.22 21:22:02.460195 [ 261 ] {8eee4698-7404-4c07-aa88-f3451b204c14} <Debug> TCPHandler: Processed in 0.00130817 sec. | ||
6323 | 2025.05.22 21:22:02.460308 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6324 | 2025.05.22 21:22:02.460407 [ 261 ] {b5f56bb7-7b9e-4be5-871a-1b6f049d63dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
6325 | 2025.05.22 21:22:02.460446 [ 261 ] {b5f56bb7-7b9e-4be5-871a-1b6f049d63dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6326 | 2025.05.22 21:22:02.460865 [ 261 ] {b5f56bb7-7b9e-4be5-871a-1b6f049d63dd} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6327 | 2025.05.22 21:22:02.460901 [ 261 ] {b5f56bb7-7b9e-4be5-871a-1b6f049d63dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6328 | 2025.05.22 21:22:02.461194 [ 261 ] {b5f56bb7-7b9e-4be5-871a-1b6f049d63dd} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6329 | 2025.05.22 21:22:02.461411 [ 261 ] {b5f56bb7-7b9e-4be5-871a-1b6f049d63dd} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6330 | 2025.05.22 21:22:02.461534 [ 261 ] {b5f56bb7-7b9e-4be5-871a-1b6f049d63dd} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001144 sec., 97902.0979020979 rows/sec., 5.58 MiB/sec. | ||
6331 | 2025.05.22 21:22:02.461570 [ 261 ] {b5f56bb7-7b9e-4be5-871a-1b6f049d63dd} <Debug> TCPHandler: Processed in 0.00131006 sec. | ||
6332 | 2025.05.22 21:22:02.461681 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6333 | 2025.05.22 21:22:02.461782 [ 261 ] {a07dd1b8-933f-4e97-b9b3-47b1edf5e89b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6334 | 2025.05.22 21:22:02.461820 [ 261 ] {a07dd1b8-933f-4e97-b9b3-47b1edf5e89b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6335 | 2025.05.22 21:22:02.462360 [ 261 ] {a07dd1b8-933f-4e97-b9b3-47b1edf5e89b} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6336 | 2025.05.22 21:22:02.462395 [ 261 ] {a07dd1b8-933f-4e97-b9b3-47b1edf5e89b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6337 | 2025.05.22 21:22:02.462770 [ 261 ] {a07dd1b8-933f-4e97-b9b3-47b1edf5e89b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6338 | 2025.05.22 21:22:02.462988 [ 261 ] {a07dd1b8-933f-4e97-b9b3-47b1edf5e89b} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6339 | 2025.05.22 21:22:02.463112 [ 261 ] {a07dd1b8-933f-4e97-b9b3-47b1edf5e89b} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001348 sec., 289317.50741839764 rows/sec., 20.45 MiB/sec. | ||
6340 | 2025.05.22 21:22:02.463149 [ 261 ] {a07dd1b8-933f-4e97-b9b3-47b1edf5e89b} <Debug> TCPHandler: Processed in 0.001515473 sec. | ||
6341 | 2025.05.22 21:22:02.463266 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6342 | 2025.05.22 21:22:02.463371 [ 261 ] {c06168a0-d75a-48a2-a027-e6290e8a9394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
6343 | 2025.05.22 21:22:02.463412 [ 261 ] {c06168a0-d75a-48a2-a027-e6290e8a9394} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6344 | 2025.05.22 21:22:02.463751 [ 261 ] {c06168a0-d75a-48a2-a027-e6290e8a9394} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6345 | 2025.05.22 21:22:02.463786 [ 261 ] {c06168a0-d75a-48a2-a027-e6290e8a9394} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6346 | 2025.05.22 21:22:02.464087 [ 261 ] {c06168a0-d75a-48a2-a027-e6290e8a9394} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
6347 | 2025.05.22 21:22:02.464289 [ 261 ] {c06168a0-d75a-48a2-a027-e6290e8a9394} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6348 | 2025.05.22 21:22:02.464412 [ 261 ] {c06168a0-d75a-48a2-a027-e6290e8a9394} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001058 sec., 5671.0775047258985 rows/sec., 296.29 KiB/sec. | ||
6349 | 2025.05.22 21:22:02.464446 [ 261 ] {c06168a0-d75a-48a2-a027-e6290e8a9394} <Debug> TCPHandler: Processed in 0.001228239 sec. | ||
6350 | 2025.05.22 21:22:02.464555 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6351 | 2025.05.22 21:22:02.464653 [ 261 ] {b0c1b40f-64f7-44c5-ad9a-c4c015c4d244} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6352 | 2025.05.22 21:22:02.464694 [ 261 ] {b0c1b40f-64f7-44c5-ad9a-c4c015c4d244} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6353 | 2025.05.22 21:22:02.465102 [ 261 ] {b0c1b40f-64f7-44c5-ad9a-c4c015c4d244} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6354 | 2025.05.22 21:22:02.465137 [ 261 ] {b0c1b40f-64f7-44c5-ad9a-c4c015c4d244} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6355 | 2025.05.22 21:22:02.465462 [ 261 ] {b0c1b40f-64f7-44c5-ad9a-c4c015c4d244} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6356 | 2025.05.22 21:22:02.465678 [ 261 ] {b0c1b40f-64f7-44c5-ad9a-c4c015c4d244} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6357 | 2025.05.22 21:22:02.465786 [ 128 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6358 | 2025.05.22 21:22:02.465802 [ 261 ] {b0c1b40f-64f7-44c5-ad9a-c4c015c4d244} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001167 sec., 203084.8329048843 rows/sec., 13.61 MiB/sec. | ||
6359 | 2025.05.22 21:22:02.465832 [ 128 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6360 | 2025.05.22 21:22:02.465849 [ 261 ] {b0c1b40f-64f7-44c5-ad9a-c4c015c4d244} <Debug> TCPHandler: Processed in 0.00134173 sec. | ||
6361 | 2025.05.22 21:22:02.465860 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6362 | 2025.05.22 21:22:02.465973 [ 188 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
6363 | 2025.05.22 21:22:02.465975 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6364 | 2025.05.22 21:22:02.466095 [ 188 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6365 | 2025.05.22 21:22:02.466096 [ 261 ] {bbce7b2f-428f-4ef6-b671-1a2ffdafd845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
6366 | 2025.05.22 21:22:02.466137 [ 188 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12385 rows starting from the beginning of the part | ||
6367 | 2025.05.22 21:22:02.466158 [ 261 ] {bbce7b2f-428f-4ef6-b671-1a2ffdafd845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6368 | 2025.05.22 21:22:02.466211 [ 188 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 237 rows starting from the beginning of the part | ||
6369 | 2025.05.22 21:22:02.466268 [ 188 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part | ||
6370 | 2025.05.22 21:22:02.466314 [ 188 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 239 rows starting from the beginning of the part | ||
6371 | 2025.05.22 21:22:02.466359 [ 188 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
6372 | 2025.05.22 21:22:02.466406 [ 188 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 237 rows starting from the beginning of the part | ||
6373 | 2025.05.22 21:22:02.466481 [ 261 ] {bbce7b2f-428f-4ef6-b671-1a2ffdafd845} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6374 | 2025.05.22 21:22:02.466524 [ 261 ] {bbce7b2f-428f-4ef6-b671-1a2ffdafd845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6375 | 2025.05.22 21:22:02.467169 [ 261 ] {bbce7b2f-428f-4ef6-b671-1a2ffdafd845} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
6376 | 2025.05.22 21:22:02.467383 [ 261 ] {bbce7b2f-428f-4ef6-b671-1a2ffdafd845} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6377 | 2025.05.22 21:22:02.467511 [ 261 ] {bbce7b2f-428f-4ef6-b671-1a2ffdafd845} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001432 sec., 698.3240223463688 rows/sec., 47.06 KiB/sec. | ||
6378 | 2025.05.22 21:22:02.467545 [ 261 ] {bbce7b2f-428f-4ef6-b671-1a2ffdafd845} <Debug> TCPHandler: Processed in 0.001621754 sec. | ||
6379 | 2025.05.22 21:22:02.467657 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6380 | 2025.05.22 21:22:02.467750 [ 261 ] {0a06f874-2bca-4ff9-b92f-30a21c202dde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6381 | 2025.05.22 21:22:02.467804 [ 261 ] {0a06f874-2bca-4ff9-b92f-30a21c202dde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6382 | 2025.05.22 21:22:02.468581 [ 261 ] {0a06f874-2bca-4ff9-b92f-30a21c202dde} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6383 | 2025.05.22 21:22:02.468616 [ 261 ] {0a06f874-2bca-4ff9-b92f-30a21c202dde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6384 | 2025.05.22 21:22:02.469345 [ 261 ] {0a06f874-2bca-4ff9-b92f-30a21c202dde} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6385 | 2025.05.22 21:22:02.469566 [ 261 ] {0a06f874-2bca-4ff9-b92f-30a21c202dde} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6386 | 2025.05.22 21:22:02.469702 [ 261 ] {0a06f874-2bca-4ff9-b92f-30a21c202dde} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001969 sec., 4062.9761300152363 rows/sec., 7.28 MiB/sec. | ||
6387 | 2025.05.22 21:22:02.469753 [ 261 ] {0a06f874-2bca-4ff9-b92f-30a21c202dde} <Debug> TCPHandler: Processed in 0.002144052 sec. | ||
6388 | 2025.05.22 21:22:02.469869 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6389 | 2025.05.22 21:22:02.469962 [ 261 ] {3f7f562c-eee9-4291-b889-7fc76b5a8c2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6390 | 2025.05.22 21:22:02.470003 [ 261 ] {3f7f562c-eee9-4291-b889-7fc76b5a8c2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6391 | 2025.05.22 21:22:02.470336 [ 261 ] {3f7f562c-eee9-4291-b889-7fc76b5a8c2d} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6392 | 2025.05.22 21:22:02.470369 [ 261 ] {3f7f562c-eee9-4291-b889-7fc76b5a8c2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6393 | 2025.05.22 21:22:02.470683 [ 261 ] {3f7f562c-eee9-4291-b889-7fc76b5a8c2d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6394 | 2025.05.22 21:22:02.470902 [ 261 ] {3f7f562c-eee9-4291-b889-7fc76b5a8c2d} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6395 | 2025.05.22 21:22:02.471002 [ 126 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6396 | 2025.05.22 21:22:02.471030 [ 261 ] {3f7f562c-eee9-4291-b889-7fc76b5a8c2d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001086 sec., 75506.44567219153 rows/sec., 4.80 MiB/sec. | ||
6397 | 2025.05.22 21:22:02.471033 [ 126 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6398 | 2025.05.22 21:22:02.471061 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6399 | 2025.05.22 21:22:02.471064 [ 261 ] {3f7f562c-eee9-4291-b889-7fc76b5a8c2d} <Debug> TCPHandler: Processed in 0.001244268 sec. | ||
6400 | 2025.05.22 21:22:02.471082 [ 188 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13418 rows, containing 5 columns (5 merged, 0 gathered) in 0.005151766 sec., 2604543.7622749167 rows/sec., 177.99 MiB/sec. | ||
6401 | 2025.05.22 21:22:02.471155 [ 195 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
6402 | 2025.05.22 21:22:02.471292 [ 195 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6403 | 2025.05.22 21:22:02.471326 [ 195 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1846 rows starting from the beginning of the part | ||
6404 | 2025.05.22 21:22:02.471369 [ 188 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6405 | 2025.05.22 21:22:02.471390 [ 195 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 82 rows starting from the beginning of the part | ||
6406 | 2025.05.22 21:22:02.471450 [ 195 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
6407 | 2025.05.22 21:22:02.471497 [ 195 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 82 rows starting from the beginning of the part | ||
6408 | 2025.05.22 21:22:02.471539 [ 195 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
6409 | 2025.05.22 21:22:02.471582 [ 195 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 82 rows starting from the beginning of the part | ||
6410 | 2025.05.22 21:22:02.471633 [ 188 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6411 | 2025.05.22 21:22:02.471705 [ 188 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6412 | 2025.05.22 21:22:02.471769 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.54 MiB. | ||
6413 | 2025.05.22 21:22:02.472749 [ 198 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2212 rows, containing 4 columns (4 merged, 0 gathered) in 0.001642104 sec., 1347052.318245373 rows/sec., 89.85 MiB/sec. | ||
6414 | 2025.05.22 21:22:02.472978 [ 198 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6415 | 2025.05.22 21:22:02.473225 [ 198 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_46_9} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6416 | 2025.05.22 21:22:02.473285 [ 198 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_46_9} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6417 | 2025.05.22 21:22:02.473356 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
6418 | 2025.05.22 21:22:03.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 258.35 MiB, peak 269.34 MiB, free memory in arenas 0.00 B, will set to 260.97 MiB (RSS), difference: 2.62 MiB | ||
6419 | 2025.05.22 21:22:03.210656 [ 128 ] {} <Debug> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
6420 | 2025.05.22 21:22:03.210714 [ 128 ] {} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6421 | 2025.05.22 21:22:03.210739 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6422 | 2025.05.22 21:22:03.210843 [ 188 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::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 | ||
6423 | 2025.05.22 21:22:03.210976 [ 188 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6424 | 2025.05.22 21:22:03.211013 [ 188 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part | ||
6425 | 2025.05.22 21:22:03.211088 [ 188 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
6426 | 2025.05.22 21:22:03.211138 [ 188 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part | ||
6427 | 2025.05.22 21:22:03.211186 [ 188 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
6428 | 2025.05.22 21:22:03.211232 [ 188 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part | ||
6429 | 2025.05.22 21:22:03.212039 [ 198 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001236918 sec., 29104.59707110738 rows/sec., 2.43 MiB/sec. | ||
6430 | 2025.05.22 21:22:03.212251 [ 193 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
6431 | 2025.05.22 21:22:03.212579 [ 193 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_9_2} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6432 | 2025.05.22 21:22:03.212659 [ 193 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_9_2} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
6433 | 2025.05.22 21:22:03.212752 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
6434 | 2025.05.22 21:22:07.477686 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6435 | 2025.05.22 21:22:07.477882 [ 261 ] {d1e91381-b89c-4ae4-b881-155c7e6da9d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
6436 | 2025.05.22 21:22:07.477968 [ 261 ] {d1e91381-b89c-4ae4-b881-155c7e6da9d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6437 | 2025.05.22 21:22:07.478622 [ 261 ] {d1e91381-b89c-4ae4-b881-155c7e6da9d7} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6438 | 2025.05.22 21:22:07.478664 [ 261 ] {d1e91381-b89c-4ae4-b881-155c7e6da9d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6439 | 2025.05.22 21:22:07.479031 [ 261 ] {d1e91381-b89c-4ae4-b881-155c7e6da9d7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
6440 | 2025.05.22 21:22:07.479267 [ 261 ] {d1e91381-b89c-4ae4-b881-155c7e6da9d7} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6441 | 2025.05.22 21:22:07.479416 [ 261 ] {d1e91381-b89c-4ae4-b881-155c7e6da9d7} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001584 sec., 7575.757575757576 rows/sec., 617.75 KiB/sec. | ||
6442 | 2025.05.22 21:22:07.479457 [ 261 ] {d1e91381-b89c-4ae4-b881-155c7e6da9d7} <Debug> TCPHandler: Processed in 0.001901858 sec. | ||
6443 | 2025.05.22 21:22:07.479570 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6444 | 2025.05.22 21:22:07.479664 [ 261 ] {dce7bcc8-f7b2-473e-9cbe-44270b83324a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6445 | 2025.05.22 21:22:07.479703 [ 261 ] {dce7bcc8-f7b2-473e-9cbe-44270b83324a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6446 | 2025.05.22 21:22:07.480751 [ 261 ] {dce7bcc8-f7b2-473e-9cbe-44270b83324a} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6447 | 2025.05.22 21:22:07.480788 [ 261 ] {dce7bcc8-f7b2-473e-9cbe-44270b83324a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6448 | 2025.05.22 21:22:07.481250 [ 261 ] {dce7bcc8-f7b2-473e-9cbe-44270b83324a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6449 | 2025.05.22 21:22:07.481469 [ 261 ] {dce7bcc8-f7b2-473e-9cbe-44270b83324a} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6450 | 2025.05.22 21:22:07.481600 [ 261 ] {dce7bcc8-f7b2-473e-9cbe-44270b83324a} <Debug> executeQuery: Read 1268 rows, 107.22 KiB in 0.001955 sec., 648593.3503836317 rows/sec., 53.56 MiB/sec. | ||
6451 | 2025.05.22 21:22:07.481637 [ 261 ] {dce7bcc8-f7b2-473e-9cbe-44270b83324a} <Debug> TCPHandler: Processed in 0.002117441 sec. | ||
6452 | 2025.05.22 21:22:07.481754 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6453 | 2025.05.22 21:22:07.481848 [ 261 ] {f06eb6e4-5fbc-4bf1-bcbc-3ec8dda496bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6454 | 2025.05.22 21:22:07.481888 [ 261 ] {f06eb6e4-5fbc-4bf1-bcbc-3ec8dda496bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6455 | 2025.05.22 21:22:07.482304 [ 261 ] {f06eb6e4-5fbc-4bf1-bcbc-3ec8dda496bd} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6456 | 2025.05.22 21:22:07.482339 [ 261 ] {f06eb6e4-5fbc-4bf1-bcbc-3ec8dda496bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6457 | 2025.05.22 21:22:07.482660 [ 261 ] {f06eb6e4-5fbc-4bf1-bcbc-3ec8dda496bd} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6458 | 2025.05.22 21:22:07.482865 [ 261 ] {f06eb6e4-5fbc-4bf1-bcbc-3ec8dda496bd} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6459 | 2025.05.22 21:22:07.482989 [ 261 ] {f06eb6e4-5fbc-4bf1-bcbc-3ec8dda496bd} <Debug> executeQuery: Read 45 rows, 3.32 KiB in 0.00116 sec., 38793.10344827586 rows/sec., 2.79 MiB/sec. | ||
6460 | 2025.05.22 21:22:07.483024 [ 261 ] {f06eb6e4-5fbc-4bf1-bcbc-3ec8dda496bd} <Debug> TCPHandler: Processed in 0.00132043 sec. | ||
6461 | 2025.05.22 21:22:07.483136 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6462 | 2025.05.22 21:22:07.483229 [ 261 ] {8dde13ba-387c-495c-8c1a-35302b375e7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
6463 | 2025.05.22 21:22:07.483268 [ 261 ] {8dde13ba-387c-495c-8c1a-35302b375e7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6464 | 2025.05.22 21:22:07.483740 [ 261 ] {8dde13ba-387c-495c-8c1a-35302b375e7b} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6465 | 2025.05.22 21:22:07.483775 [ 261 ] {8dde13ba-387c-495c-8c1a-35302b375e7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6466 | 2025.05.22 21:22:07.484088 [ 261 ] {8dde13ba-387c-495c-8c1a-35302b375e7b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6467 | 2025.05.22 21:22:07.484299 [ 261 ] {8dde13ba-387c-495c-8c1a-35302b375e7b} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6468 | 2025.05.22 21:22:07.484395 [ 118 ] {} <Debug> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
6469 | 2025.05.22 21:22:07.484422 [ 261 ] {8dde13ba-387c-495c-8c1a-35302b375e7b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001211 sec., 188274.15359207266 rows/sec., 12.75 MiB/sec. | ||
6470 | 2025.05.22 21:22:07.484433 [ 118 ] {} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6471 | 2025.05.22 21:22:07.484453 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6472 | 2025.05.22 21:22:07.484460 [ 261 ] {8dde13ba-387c-495c-8c1a-35302b375e7b} <Debug> TCPHandler: Processed in 0.00137055 sec. | ||
6473 | 2025.05.22 21:22:07.484587 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6474 | 2025.05.22 21:22:07.484585 [ 188 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
6475 | 2025.05.22 21:22:07.484700 [ 261 ] {f367dce9-a05d-4078-893b-a7ec89b04d64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6476 | 2025.05.22 21:22:07.484743 [ 261 ] {f367dce9-a05d-4078-893b-a7ec89b04d64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6477 | 2025.05.22 21:22:07.484789 [ 188 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6478 | 2025.05.22 21:22:07.484830 [ 188 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 365 rows starting from the beginning of the part | ||
6479 | 2025.05.22 21:22:07.484898 [ 188 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 228 rows starting from the beginning of the part | ||
6480 | 2025.05.22 21:22:07.484946 [ 188 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 113 rows starting from the beginning of the part | ||
6481 | 2025.05.22 21:22:07.484990 [ 188 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 113 rows starting from the beginning of the part | ||
6482 | 2025.05.22 21:22:07.485030 [ 188 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 113 rows starting from the beginning of the part | ||
6483 | 2025.05.22 21:22:07.485074 [ 188 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 228 rows starting from the beginning of the part | ||
6484 | 2025.05.22 21:22:07.485404 [ 261 ] {f367dce9-a05d-4078-893b-a7ec89b04d64} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6485 | 2025.05.22 21:22:07.485444 [ 261 ] {f367dce9-a05d-4078-893b-a7ec89b04d64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6486 | 2025.05.22 21:22:07.485823 [ 261 ] {f367dce9-a05d-4078-893b-a7ec89b04d64} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6487 | 2025.05.22 21:22:07.486036 [ 261 ] {f367dce9-a05d-4078-893b-a7ec89b04d64} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6488 | 2025.05.22 21:22:07.486107 [ 198 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1160 rows, containing 5 columns (5 merged, 0 gathered) in 0.001581494 sec., 733483.6553284427 rows/sec., 51.84 MiB/sec. | ||
6489 | 2025.05.22 21:22:07.486226 [ 261 ] {f367dce9-a05d-4078-893b-a7ec89b04d64} <Debug> executeQuery: Read 565 rows, 43.03 KiB in 0.001544 sec., 365932.6424870466 rows/sec., 27.21 MiB/sec. | ||
6490 | 2025.05.22 21:22:07.486264 [ 190 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
6491 | 2025.05.22 21:22:07.486265 [ 261 ] {f367dce9-a05d-4078-893b-a7ec89b04d64} <Debug> TCPHandler: Processed in 0.001730336 sec. | ||
6492 | 2025.05.22 21:22:07.486394 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6493 | 2025.05.22 21:22:07.486493 [ 261 ] {df9861a1-eb63-4862-8770-617c11e54c13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6494 | 2025.05.22 21:22:07.486515 [ 190 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_15_3} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6495 | 2025.05.22 21:22:07.486536 [ 261 ] {df9861a1-eb63-4862-8770-617c11e54c13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6496 | 2025.05.22 21:22:07.486576 [ 190 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_15_3} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
6497 | 2025.05.22 21:22:07.486651 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
6498 | 2025.05.22 21:22:07.487157 [ 261 ] {df9861a1-eb63-4862-8770-617c11e54c13} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6499 | 2025.05.22 21:22:07.487191 [ 261 ] {df9861a1-eb63-4862-8770-617c11e54c13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6500 | 2025.05.22 21:22:07.487586 [ 261 ] {df9861a1-eb63-4862-8770-617c11e54c13} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6501 | 2025.05.22 21:22:07.487810 [ 261 ] {df9861a1-eb63-4862-8770-617c11e54c13} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6502 | 2025.05.22 21:22:07.487940 [ 261 ] {df9861a1-eb63-4862-8770-617c11e54c13} <Debug> executeQuery: Read 886 rows, 61.05 KiB in 0.001466 sec., 604365.6207366985 rows/sec., 40.67 MiB/sec. | ||
6503 | 2025.05.22 21:22:07.487976 [ 261 ] {df9861a1-eb63-4862-8770-617c11e54c13} <Debug> TCPHandler: Processed in 0.001630894 sec. | ||
6504 | 2025.05.22 21:22:07.488089 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6505 | 2025.05.22 21:22:07.488182 [ 261 ] {eddb7339-0162-4658-b196-a9571cfe02d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6506 | 2025.05.22 21:22:07.488235 [ 261 ] {eddb7339-0162-4658-b196-a9571cfe02d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6507 | 2025.05.22 21:22:07.489067 [ 261 ] {eddb7339-0162-4658-b196-a9571cfe02d9} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6508 | 2025.05.22 21:22:07.489101 [ 261 ] {eddb7339-0162-4658-b196-a9571cfe02d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6509 | 2025.05.22 21:22:07.489654 [ 261 ] {eddb7339-0162-4658-b196-a9571cfe02d9} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6510 | 2025.05.22 21:22:07.489876 [ 261 ] {eddb7339-0162-4658-b196-a9571cfe02d9} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6511 | 2025.05.22 21:22:07.490010 [ 261 ] {eddb7339-0162-4658-b196-a9571cfe02d9} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001846 sec., 17876.489707475623 rows/sec., 32.03 MiB/sec. | ||
6512 | 2025.05.22 21:22:07.490061 [ 261 ] {eddb7339-0162-4658-b196-a9571cfe02d9} <Debug> TCPHandler: Processed in 0.00202443 sec. | ||
6513 | 2025.05.22 21:22:07.490170 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6514 | 2025.05.22 21:22:07.490258 [ 261 ] {a5a39e93-5688-4477-b185-ccdb62ff7cd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6515 | 2025.05.22 21:22:07.490296 [ 261 ] {a5a39e93-5688-4477-b185-ccdb62ff7cd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6516 | 2025.05.22 21:22:07.490638 [ 261 ] {a5a39e93-5688-4477-b185-ccdb62ff7cd9} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6517 | 2025.05.22 21:22:07.490672 [ 261 ] {a5a39e93-5688-4477-b185-ccdb62ff7cd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6518 | 2025.05.22 21:22:07.490973 [ 261 ] {a5a39e93-5688-4477-b185-ccdb62ff7cd9} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6519 | 2025.05.22 21:22:07.491291 [ 261 ] {a5a39e93-5688-4477-b185-ccdb62ff7cd9} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6520 | 2025.05.22 21:22:07.491421 [ 261 ] {a5a39e93-5688-4477-b185-ccdb62ff7cd9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001166 sec., 51457.975986277874 rows/sec., 3.47 MiB/sec. | ||
6521 | 2025.05.22 21:22:07.491458 [ 261 ] {a5a39e93-5688-4477-b185-ccdb62ff7cd9} <Debug> TCPHandler: Processed in 0.001325659 sec. | ||
6522 | 2025.05.22 21:22:08.791379 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958 | ||
6523 | 2025.05.22 21:22:08.791892 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6524 | 2025.05.22 21:22:08.791939 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6525 | 2025.05.22 21:22:08.792418 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6526 | 2025.05.22 21:22:08.792645 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6527 | 2025.05.22 21:22:08.792783 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958 | ||
6528 | 2025.05.22 21:22:09.683090 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 279 | ||
6529 | 2025.05.22 21:22:09.698234 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6530 | 2025.05.22 21:22:09.698275 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6531 | 2025.05.22 21:22:09.703593 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6532 | 2025.05.22 21:22:09.704257 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6533 | 2025.05.22 21:22:09.706910 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
6534 | 2025.05.22 21:22:11.324023 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 878 | ||
6535 | 2025.05.22 21:22:11.326677 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6536 | 2025.05.22 21:22:11.326722 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6537 | 2025.05.22 21:22:11.327900 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6538 | 2025.05.22 21:22:11.328165 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6539 | 2025.05.22 21:22:11.328432 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 878 | ||
6540 | 2025.05.22 21:22:12.452192 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6541 | 2025.05.22 21:22:12.452398 [ 261 ] {bbe1b03d-a746-4c89-a964-b4a59ca2130a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
6542 | 2025.05.22 21:22:12.452472 [ 261 ] {bbe1b03d-a746-4c89-a964-b4a59ca2130a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
6543 | 2025.05.22 21:22:12.453691 [ 261 ] {bbe1b03d-a746-4c89-a964-b4a59ca2130a} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6544 | 2025.05.22 21:22:12.453739 [ 261 ] {bbe1b03d-a746-4c89-a964-b4a59ca2130a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6545 | 2025.05.22 21:22:12.454150 [ 261 ] {bbe1b03d-a746-4c89-a964-b4a59ca2130a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6546 | 2025.05.22 21:22:12.454394 [ 261 ] {bbe1b03d-a746-4c89-a964-b4a59ca2130a} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6547 | 2025.05.22 21:22:12.454546 [ 261 ] {bbe1b03d-a746-4c89-a964-b4a59ca2130a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002205 sec., 96145.12471655328 rows/sec., 6.11 MiB/sec. | ||
6548 | 2025.05.22 21:22:12.454587 [ 261 ] {bbe1b03d-a746-4c89-a964-b4a59ca2130a} <Debug> TCPHandler: Processed in 0.002535257 sec. | ||
6549 | 2025.05.22 21:22:12.454733 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6550 | 2025.05.22 21:22:12.454836 [ 261 ] {9a190e7a-9411-4ea2-8cb2-2ba66e49f101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6551 | 2025.05.22 21:22:12.454877 [ 261 ] {9a190e7a-9411-4ea2-8cb2-2ba66e49f101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6552 | 2025.05.22 21:22:12.455679 [ 261 ] {9a190e7a-9411-4ea2-8cb2-2ba66e49f101} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6553 | 2025.05.22 21:22:12.455717 [ 261 ] {9a190e7a-9411-4ea2-8cb2-2ba66e49f101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6554 | 2025.05.22 21:22:12.456051 [ 261 ] {9a190e7a-9411-4ea2-8cb2-2ba66e49f101} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
6555 | 2025.05.22 21:22:12.456255 [ 261 ] {9a190e7a-9411-4ea2-8cb2-2ba66e49f101} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6556 | 2025.05.22 21:22:12.456383 [ 261 ] {9a190e7a-9411-4ea2-8cb2-2ba66e49f101} <Debug> executeQuery: Read 633 rows, 50.88 KiB in 0.001566 sec., 404214.5593869732 rows/sec., 31.73 MiB/sec. | ||
6557 | 2025.05.22 21:22:12.456420 [ 261 ] {9a190e7a-9411-4ea2-8cb2-2ba66e49f101} <Debug> TCPHandler: Processed in 0.001737956 sec. | ||
6558 | 2025.05.22 21:22:12.456530 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6559 | 2025.05.22 21:22:12.456635 [ 261 ] {bfd63326-5843-462c-acf7-565892859001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6560 | 2025.05.22 21:22:12.456677 [ 261 ] {bfd63326-5843-462c-acf7-565892859001} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6561 | 2025.05.22 21:22:12.457153 [ 261 ] {bfd63326-5843-462c-acf7-565892859001} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6562 | 2025.05.22 21:22:12.457189 [ 261 ] {bfd63326-5843-462c-acf7-565892859001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6563 | 2025.05.22 21:22:12.457491 [ 261 ] {bfd63326-5843-462c-acf7-565892859001} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6564 | 2025.05.22 21:22:12.457701 [ 261 ] {bfd63326-5843-462c-acf7-565892859001} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6565 | 2025.05.22 21:22:12.457826 [ 261 ] {bfd63326-5843-462c-acf7-565892859001} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.00121 sec., 94214.87603305785 rows/sec., 5.64 MiB/sec. | ||
6566 | 2025.05.22 21:22:12.457867 [ 261 ] {bfd63326-5843-462c-acf7-565892859001} <Debug> TCPHandler: Processed in 0.00138539 sec. | ||
6567 | 2025.05.22 21:22:12.457981 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6568 | 2025.05.22 21:22:12.458083 [ 261 ] {c85779ce-424a-4400-857c-268c0e974cb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
6569 | 2025.05.22 21:22:12.458121 [ 261 ] {c85779ce-424a-4400-857c-268c0e974cb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6570 | 2025.05.22 21:22:12.458576 [ 261 ] {c85779ce-424a-4400-857c-268c0e974cb1} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6571 | 2025.05.22 21:22:12.458613 [ 261 ] {c85779ce-424a-4400-857c-268c0e974cb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6572 | 2025.05.22 21:22:12.458915 [ 261 ] {c85779ce-424a-4400-857c-268c0e974cb1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6573 | 2025.05.22 21:22:12.459133 [ 261 ] {c85779ce-424a-4400-857c-268c0e974cb1} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6574 | 2025.05.22 21:22:12.459259 [ 261 ] {c85779ce-424a-4400-857c-268c0e974cb1} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001194 sec., 94639.86599664993 rows/sec., 6.13 MiB/sec. | ||
6575 | 2025.05.22 21:22:12.459296 [ 261 ] {c85779ce-424a-4400-857c-268c0e974cb1} <Debug> TCPHandler: Processed in 0.001363491 sec. | ||
6576 | 2025.05.22 21:22:12.459411 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6577 | 2025.05.22 21:22:12.459514 [ 261 ] {9f1851a6-79a7-4bc7-851c-6201dc7a8965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
6578 | 2025.05.22 21:22:12.459555 [ 261 ] {9f1851a6-79a7-4bc7-851c-6201dc7a8965} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6579 | 2025.05.22 21:22:12.459986 [ 261 ] {9f1851a6-79a7-4bc7-851c-6201dc7a8965} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6580 | 2025.05.22 21:22:12.460032 [ 261 ] {9f1851a6-79a7-4bc7-851c-6201dc7a8965} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6581 | 2025.05.22 21:22:12.460333 [ 261 ] {9f1851a6-79a7-4bc7-851c-6201dc7a8965} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6582 | 2025.05.22 21:22:12.460539 [ 261 ] {9f1851a6-79a7-4bc7-851c-6201dc7a8965} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6583 | 2025.05.22 21:22:12.460661 [ 261 ] {9f1851a6-79a7-4bc7-851c-6201dc7a8965} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001166 sec., 96054.8885077187 rows/sec., 5.47 MiB/sec. | ||
6584 | 2025.05.22 21:22:12.460699 [ 261 ] {9f1851a6-79a7-4bc7-851c-6201dc7a8965} <Debug> TCPHandler: Processed in 0.001336511 sec. | ||
6585 | 2025.05.22 21:22:12.460809 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6586 | 2025.05.22 21:22:12.460910 [ 261 ] {cfc9ba9f-02ed-49d5-a6a3-4f045004073d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6587 | 2025.05.22 21:22:12.460952 [ 261 ] {cfc9ba9f-02ed-49d5-a6a3-4f045004073d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6588 | 2025.05.22 21:22:12.461503 [ 261 ] {cfc9ba9f-02ed-49d5-a6a3-4f045004073d} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6589 | 2025.05.22 21:22:12.461541 [ 261 ] {cfc9ba9f-02ed-49d5-a6a3-4f045004073d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6590 | 2025.05.22 21:22:12.461864 [ 261 ] {cfc9ba9f-02ed-49d5-a6a3-4f045004073d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
6591 | 2025.05.22 21:22:12.462072 [ 261 ] {cfc9ba9f-02ed-49d5-a6a3-4f045004073d} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6592 | 2025.05.22 21:22:12.462203 [ 261 ] {cfc9ba9f-02ed-49d5-a6a3-4f045004073d} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001311 sec., 297482.8375286041 rows/sec., 21.03 MiB/sec. | ||
6593 | 2025.05.22 21:22:12.462240 [ 261 ] {cfc9ba9f-02ed-49d5-a6a3-4f045004073d} <Debug> TCPHandler: Processed in 0.001479742 sec. | ||
6594 | 2025.05.22 21:22:12.462350 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6595 | 2025.05.22 21:22:12.462455 [ 261 ] {321b9a2d-f3f8-498f-980f-6331aaba0b33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
6596 | 2025.05.22 21:22:12.462498 [ 261 ] {321b9a2d-f3f8-498f-980f-6331aaba0b33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6597 | 2025.05.22 21:22:12.462829 [ 261 ] {321b9a2d-f3f8-498f-980f-6331aaba0b33} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6598 | 2025.05.22 21:22:12.462866 [ 261 ] {321b9a2d-f3f8-498f-980f-6331aaba0b33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6599 | 2025.05.22 21:22:12.463163 [ 261 ] {321b9a2d-f3f8-498f-980f-6331aaba0b33} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
6600 | 2025.05.22 21:22:12.463363 [ 261 ] {321b9a2d-f3f8-498f-980f-6331aaba0b33} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6601 | 2025.05.22 21:22:12.463485 [ 261 ] {321b9a2d-f3f8-498f-980f-6331aaba0b33} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001048 sec., 5725.190839694656 rows/sec., 299.12 KiB/sec. | ||
6602 | 2025.05.22 21:22:12.463521 [ 261 ] {321b9a2d-f3f8-498f-980f-6331aaba0b33} <Debug> TCPHandler: Processed in 0.001220139 sec. | ||
6603 | 2025.05.22 21:22:12.463632 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6604 | 2025.05.22 21:22:12.463733 [ 261 ] {3b3a5176-fcb8-4186-94ff-71b90fe8da7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6605 | 2025.05.22 21:22:12.463775 [ 261 ] {3b3a5176-fcb8-4186-94ff-71b90fe8da7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6606 | 2025.05.22 21:22:12.464183 [ 261 ] {3b3a5176-fcb8-4186-94ff-71b90fe8da7d} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6607 | 2025.05.22 21:22:12.464219 [ 261 ] {3b3a5176-fcb8-4186-94ff-71b90fe8da7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6608 | 2025.05.22 21:22:12.464550 [ 261 ] {3b3a5176-fcb8-4186-94ff-71b90fe8da7d} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6609 | 2025.05.22 21:22:12.464760 [ 261 ] {3b3a5176-fcb8-4186-94ff-71b90fe8da7d} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6610 | 2025.05.22 21:22:12.464885 [ 261 ] {3b3a5176-fcb8-4186-94ff-71b90fe8da7d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00117 sec., 202564.10256410256 rows/sec., 13.58 MiB/sec. | ||
6611 | 2025.05.22 21:22:12.464921 [ 261 ] {3b3a5176-fcb8-4186-94ff-71b90fe8da7d} <Debug> TCPHandler: Processed in 0.00133703 sec. | ||
6612 | 2025.05.22 21:22:12.465031 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6613 | 2025.05.22 21:22:12.465134 [ 261 ] {f35864e8-4bf2-4f13-942f-08dc244bda32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
6614 | 2025.05.22 21:22:12.465174 [ 261 ] {f35864e8-4bf2-4f13-942f-08dc244bda32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6615 | 2025.05.22 21:22:12.465481 [ 261 ] {f35864e8-4bf2-4f13-942f-08dc244bda32} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6616 | 2025.05.22 21:22:12.465516 [ 261 ] {f35864e8-4bf2-4f13-942f-08dc244bda32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6617 | 2025.05.22 21:22:12.465804 [ 261 ] {f35864e8-4bf2-4f13-942f-08dc244bda32} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
6618 | 2025.05.22 21:22:12.466004 [ 261 ] {f35864e8-4bf2-4f13-942f-08dc244bda32} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6619 | 2025.05.22 21:22:12.466126 [ 261 ] {f35864e8-4bf2-4f13-942f-08dc244bda32} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00101 sec., 990.09900990099 rows/sec., 66.72 KiB/sec. | ||
6620 | 2025.05.22 21:22:12.466160 [ 261 ] {f35864e8-4bf2-4f13-942f-08dc244bda32} <Debug> TCPHandler: Processed in 0.001177288 sec. | ||
6621 | 2025.05.22 21:22:12.466267 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6622 | 2025.05.22 21:22:12.466359 [ 261 ] {3a02b7aa-d76c-418a-a98f-e31c7d434ee0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6623 | 2025.05.22 21:22:12.466413 [ 261 ] {3a02b7aa-d76c-418a-a98f-e31c7d434ee0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6624 | 2025.05.22 21:22:12.467173 [ 261 ] {3a02b7aa-d76c-418a-a98f-e31c7d434ee0} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6625 | 2025.05.22 21:22:12.467208 [ 261 ] {3a02b7aa-d76c-418a-a98f-e31c7d434ee0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6626 | 2025.05.22 21:22:12.467695 [ 261 ] {3a02b7aa-d76c-418a-a98f-e31c7d434ee0} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6627 | 2025.05.22 21:22:12.467911 [ 261 ] {3a02b7aa-d76c-418a-a98f-e31c7d434ee0} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6628 | 2025.05.22 21:22:12.468042 [ 261 ] {3a02b7aa-d76c-418a-a98f-e31c7d434ee0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001701 sec., 4703.115814226925 rows/sec., 8.43 MiB/sec. | ||
6629 | 2025.05.22 21:22:12.468094 [ 261 ] {3a02b7aa-d76c-418a-a98f-e31c7d434ee0} <Debug> TCPHandler: Processed in 0.001874959 sec. | ||
6630 | 2025.05.22 21:22:12.468207 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6631 | 2025.05.22 21:22:12.468309 [ 261 ] {998fc6bd-03a4-4728-bcbb-f14fb3ec3039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6632 | 2025.05.22 21:22:12.468356 [ 261 ] {998fc6bd-03a4-4728-bcbb-f14fb3ec3039} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6633 | 2025.05.22 21:22:12.468950 [ 261 ] {998fc6bd-03a4-4728-bcbb-f14fb3ec3039} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6634 | 2025.05.22 21:22:12.468985 [ 261 ] {998fc6bd-03a4-4728-bcbb-f14fb3ec3039} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6635 | 2025.05.22 21:22:12.469298 [ 261 ] {998fc6bd-03a4-4728-bcbb-f14fb3ec3039} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6636 | 2025.05.22 21:22:12.469499 [ 261 ] {998fc6bd-03a4-4728-bcbb-f14fb3ec3039} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6637 | 2025.05.22 21:22:12.469624 [ 261 ] {998fc6bd-03a4-4728-bcbb-f14fb3ec3039} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001338 sec., 61285.500747384154 rows/sec., 3.89 MiB/sec. | ||
6638 | 2025.05.22 21:22:12.469658 [ 261 ] {998fc6bd-03a4-4728-bcbb-f14fb3ec3039} <Debug> TCPHandler: Processed in 0.001499063 sec. | ||
6639 | 2025.05.22 21:22:16.186231 [ 23 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6640 | 2025.05.22 21:22:16.186336 [ 23 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6641 | 2025.05.22 21:22:16.292925 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446 | ||
6642 | 2025.05.22 21:22:16.293467 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6643 | 2025.05.22 21:22:16.293502 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6644 | 2025.05.22 21:22:16.294104 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6645 | 2025.05.22 21:22:16.294335 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6646 | 2025.05.22 21:22:16.294462 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
6647 | 2025.05.22 21:22:17.207035 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
6648 | 2025.05.22 21:22:17.222687 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6649 | 2025.05.22 21:22:17.222735 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6650 | 2025.05.22 21:22:17.228252 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6651 | 2025.05.22 21:22:17.228924 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6652 | 2025.05.22 21:22:17.231596 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
6653 | 2025.05.22 21:22:17.448437 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6654 | 2025.05.22 21:22:17.448621 [ 261 ] {7d4eabac-e2b8-4a87-adad-3329bb42ff3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6655 | 2025.05.22 21:22:17.448685 [ 261 ] {7d4eabac-e2b8-4a87-adad-3329bb42ff3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6656 | 2025.05.22 21:22:17.449364 [ 261 ] {7d4eabac-e2b8-4a87-adad-3329bb42ff3a} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6657 | 2025.05.22 21:22:17.449405 [ 261 ] {7d4eabac-e2b8-4a87-adad-3329bb42ff3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6658 | 2025.05.22 21:22:17.449801 [ 261 ] {7d4eabac-e2b8-4a87-adad-3329bb42ff3a} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
6659 | 2025.05.22 21:22:17.450020 [ 261 ] {7d4eabac-e2b8-4a87-adad-3329bb42ff3a} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6660 | 2025.05.22 21:22:17.450169 [ 261 ] {7d4eabac-e2b8-4a87-adad-3329bb42ff3a} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.0016 sec., 76250 rows/sec., 6.51 MiB/sec. | ||
6661 | 2025.05.22 21:22:17.450210 [ 261 ] {7d4eabac-e2b8-4a87-adad-3329bb42ff3a} <Debug> TCPHandler: Processed in 0.001908169 sec. | ||
6662 | 2025.05.22 21:22:17.450330 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6663 | 2025.05.22 21:22:17.450424 [ 261 ] {8aa8c071-fada-4899-adde-4ce2410ec5d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6664 | 2025.05.22 21:22:17.450463 [ 261 ] {8aa8c071-fada-4899-adde-4ce2410ec5d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6665 | 2025.05.22 21:22:17.450866 [ 261 ] {8aa8c071-fada-4899-adde-4ce2410ec5d6} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6666 | 2025.05.22 21:22:17.450901 [ 261 ] {8aa8c071-fada-4899-adde-4ce2410ec5d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6667 | 2025.05.22 21:22:17.451202 [ 261 ] {8aa8c071-fada-4899-adde-4ce2410ec5d6} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6668 | 2025.05.22 21:22:17.451436 [ 261 ] {8aa8c071-fada-4899-adde-4ce2410ec5d6} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6669 | 2025.05.22 21:22:17.451567 [ 261 ] {8aa8c071-fada-4899-adde-4ce2410ec5d6} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001162 sec., 28399.31153184165 rows/sec., 2.09 MiB/sec. | ||
6670 | 2025.05.22 21:22:17.451604 [ 261 ] {8aa8c071-fada-4899-adde-4ce2410ec5d6} <Debug> TCPHandler: Processed in 0.001323519 sec. | ||
6671 | 2025.05.22 21:22:17.451710 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6672 | 2025.05.22 21:22:17.451803 [ 261 ] {1b5c41a9-b333-4a07-9803-7c0db95839d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6673 | 2025.05.22 21:22:17.451841 [ 261 ] {1b5c41a9-b333-4a07-9803-7c0db95839d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6674 | 2025.05.22 21:22:17.452252 [ 261 ] {1b5c41a9-b333-4a07-9803-7c0db95839d2} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6675 | 2025.05.22 21:22:17.452287 [ 261 ] {1b5c41a9-b333-4a07-9803-7c0db95839d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6676 | 2025.05.22 21:22:17.452607 [ 261 ] {1b5c41a9-b333-4a07-9803-7c0db95839d2} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
6677 | 2025.05.22 21:22:17.452822 [ 261 ] {1b5c41a9-b333-4a07-9803-7c0db95839d2} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6678 | 2025.05.22 21:22:17.452945 [ 261 ] {1b5c41a9-b333-4a07-9803-7c0db95839d2} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.00116 sec., 83620.68965517242 rows/sec., 6.53 MiB/sec. | ||
6679 | 2025.05.22 21:22:17.452981 [ 261 ] {1b5c41a9-b333-4a07-9803-7c0db95839d2} <Debug> TCPHandler: Processed in 0.00132005 sec. | ||
6680 | 2025.05.22 21:22:17.453089 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6681 | 2025.05.22 21:22:17.453182 [ 261 ] {d1fb22e7-4d0e-466c-9cd0-a10a554d12d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6682 | 2025.05.22 21:22:17.453225 [ 261 ] {d1fb22e7-4d0e-466c-9cd0-a10a554d12d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6683 | 2025.05.22 21:22:17.453620 [ 261 ] {d1fb22e7-4d0e-466c-9cd0-a10a554d12d7} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6684 | 2025.05.22 21:22:17.453655 [ 261 ] {d1fb22e7-4d0e-466c-9cd0-a10a554d12d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6685 | 2025.05.22 21:22:17.453972 [ 261 ] {d1fb22e7-4d0e-466c-9cd0-a10a554d12d7} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
6686 | 2025.05.22 21:22:17.454180 [ 261 ] {d1fb22e7-4d0e-466c-9cd0-a10a554d12d7} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6687 | 2025.05.22 21:22:17.454308 [ 261 ] {d1fb22e7-4d0e-466c-9cd0-a10a554d12d7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001144 sec., 139860.13986013984 rows/sec., 9.74 MiB/sec. | ||
6688 | 2025.05.22 21:22:17.454343 [ 261 ] {d1fb22e7-4d0e-466c-9cd0-a10a554d12d7} <Debug> TCPHandler: Processed in 0.001302319 sec. | ||
6689 | 2025.05.22 21:22:17.454457 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6690 | 2025.05.22 21:22:17.454550 [ 261 ] {6fefaa7b-6b05-4bcc-a8ef-f111d74e0607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6691 | 2025.05.22 21:22:17.454604 [ 261 ] {6fefaa7b-6b05-4bcc-a8ef-f111d74e0607} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6692 | 2025.05.22 21:22:17.455437 [ 261 ] {6fefaa7b-6b05-4bcc-a8ef-f111d74e0607} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6693 | 2025.05.22 21:22:17.455473 [ 261 ] {6fefaa7b-6b05-4bcc-a8ef-f111d74e0607} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6694 | 2025.05.22 21:22:17.456038 [ 261 ] {6fefaa7b-6b05-4bcc-a8ef-f111d74e0607} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6695 | 2025.05.22 21:22:17.456253 [ 261 ] {6fefaa7b-6b05-4bcc-a8ef-f111d74e0607} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6696 | 2025.05.22 21:22:17.456390 [ 261 ] {6fefaa7b-6b05-4bcc-a8ef-f111d74e0607} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001858 sec., 17761.03336921421 rows/sec., 31.83 MiB/sec. | ||
6697 | 2025.05.22 21:22:17.456443 [ 261 ] {6fefaa7b-6b05-4bcc-a8ef-f111d74e0607} <Debug> TCPHandler: Processed in 0.002033631 sec. | ||
6698 | 2025.05.22 21:22:17.456555 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6699 | 2025.05.22 21:22:17.456648 [ 261 ] {506badd1-d306-4739-a465-7f1c33ce82f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6700 | 2025.05.22 21:22:17.456688 [ 261 ] {506badd1-d306-4739-a465-7f1c33ce82f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6701 | 2025.05.22 21:22:17.457021 [ 261 ] {506badd1-d306-4739-a465-7f1c33ce82f2} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6702 | 2025.05.22 21:22:17.457056 [ 261 ] {506badd1-d306-4739-a465-7f1c33ce82f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6703 | 2025.05.22 21:22:17.457357 [ 261 ] {506badd1-d306-4739-a465-7f1c33ce82f2} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
6704 | 2025.05.22 21:22:17.457584 [ 261 ] {506badd1-d306-4739-a465-7f1c33ce82f2} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6705 | 2025.05.22 21:22:17.457709 [ 261 ] {506badd1-d306-4739-a465-7f1c33ce82f2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. | ||
6706 | 2025.05.22 21:22:17.457744 [ 261 ] {506badd1-d306-4739-a465-7f1c33ce82f2} <Debug> TCPHandler: Processed in 0.001237089 sec. | ||
6707 | 2025.05.22 21:22:21.328731 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 912 | ||
6708 | 2025.05.22 21:22:21.331260 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6709 | 2025.05.22 21:22:21.331310 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6710 | 2025.05.22 21:22:21.332504 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6711 | 2025.05.22 21:22:21.332764 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6712 | 2025.05.22 21:22:21.332940 [ 111 ] {} <Debug> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6713 | 2025.05.22 21:22:21.333009 [ 111 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6714 | 2025.05.22 21:22:21.333026 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 912 | ||
6715 | 2025.05.22 21:22:21.333031 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6716 | 2025.05.22 21:22:21.333171 [ 201 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::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 | ||
6717 | 2025.05.22 21:22:21.333894 [ 201 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6718 | 2025.05.22 21:22:21.334114 [ 201 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 734 rows starting from the beginning of the part | ||
6719 | 2025.05.22 21:22:21.334563 [ 201 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 36 rows starting from the beginning of the part | ||
6720 | 2025.05.22 21:22:21.334936 [ 201 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 34 rows starting from the beginning of the part | ||
6721 | 2025.05.22 21:22:21.335302 [ 201 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 36 rows starting from the beginning of the part | ||
6722 | 2025.05.22 21:22:21.335614 [ 201 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 38 rows starting from the beginning of the part | ||
6723 | 2025.05.22 21:22:21.335980 [ 201 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 34 rows starting from the beginning of the part | ||
6724 | 2025.05.22 21:22:21.343059 [ 198 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 912 rows, containing 72 columns (72 merged, 0 gathered) in 0.009946828 sec., 91687.52088605534 rows/sec., 78.14 MiB/sec. | ||
6725 | 2025.05.22 21:22:21.344496 [ 187 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6726 | 2025.05.22 21:22:21.345130 [ 187 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_26_5} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6727 | 2025.05.22 21:22:21.345216 [ 187 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_26_5} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6728 | 2025.05.22 21:22:21.345463 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. | ||
6729 | 2025.05.22 21:22:22.452005 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6730 | 2025.05.22 21:22:22.452188 [ 261 ] {de0fc4b5-1b16-4cd9-814e-425bea7a6408} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
6731 | 2025.05.22 21:22:22.452253 [ 261 ] {de0fc4b5-1b16-4cd9-814e-425bea7a6408} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
6732 | 2025.05.22 21:22:22.453086 [ 261 ] {de0fc4b5-1b16-4cd9-814e-425bea7a6408} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6733 | 2025.05.22 21:22:22.453129 [ 261 ] {de0fc4b5-1b16-4cd9-814e-425bea7a6408} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6734 | 2025.05.22 21:22:22.453523 [ 261 ] {de0fc4b5-1b16-4cd9-814e-425bea7a6408} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6735 | 2025.05.22 21:22:22.453751 [ 261 ] {de0fc4b5-1b16-4cd9-814e-425bea7a6408} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6736 | 2025.05.22 21:22:22.453915 [ 261 ] {de0fc4b5-1b16-4cd9-814e-425bea7a6408} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001778 sec., 119235.09561304837 rows/sec., 7.58 MiB/sec. | ||
6737 | 2025.05.22 21:22:22.453957 [ 261 ] {de0fc4b5-1b16-4cd9-814e-425bea7a6408} <Debug> TCPHandler: Processed in 0.002080331 sec. | ||
6738 | 2025.05.22 21:22:22.454094 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6739 | 2025.05.22 21:22:22.454190 [ 261 ] {b1cf86a1-74a3-45bd-a151-82d003e22490} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
6740 | 2025.05.22 21:22:22.454234 [ 261 ] {b1cf86a1-74a3-45bd-a151-82d003e22490} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6741 | 2025.05.22 21:22:22.454676 [ 261 ] {b1cf86a1-74a3-45bd-a151-82d003e22490} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6742 | 2025.05.22 21:22:22.454710 [ 261 ] {b1cf86a1-74a3-45bd-a151-82d003e22490} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6743 | 2025.05.22 21:22:22.454991 [ 261 ] {b1cf86a1-74a3-45bd-a151-82d003e22490} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6744 | 2025.05.22 21:22:22.455197 [ 261 ] {b1cf86a1-74a3-45bd-a151-82d003e22490} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6745 | 2025.05.22 21:22:22.455326 [ 261 ] {b1cf86a1-74a3-45bd-a151-82d003e22490} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001155 sec., 1731.6017316017317 rows/sec., 141.20 KiB/sec. | ||
6746 | 2025.05.22 21:22:22.455365 [ 261 ] {b1cf86a1-74a3-45bd-a151-82d003e22490} <Debug> TCPHandler: Processed in 0.00132092 sec. | ||
6747 | 2025.05.22 21:22:22.455486 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6748 | 2025.05.22 21:22:22.455591 [ 261 ] {f698a152-379f-4200-9736-d02c46f5b0a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6749 | 2025.05.22 21:22:22.455631 [ 261 ] {f698a152-379f-4200-9736-d02c46f5b0a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6750 | 2025.05.22 21:22:22.456380 [ 261 ] {f698a152-379f-4200-9736-d02c46f5b0a5} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6751 | 2025.05.22 21:22:22.456416 [ 261 ] {f698a152-379f-4200-9736-d02c46f5b0a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6752 | 2025.05.22 21:22:22.456759 [ 261 ] {f698a152-379f-4200-9736-d02c46f5b0a5} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
6753 | 2025.05.22 21:22:22.456980 [ 261 ] {f698a152-379f-4200-9736-d02c46f5b0a5} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6754 | 2025.05.22 21:22:22.457089 [ 110 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
6755 | 2025.05.22 21:22:22.457110 [ 261 ] {f698a152-379f-4200-9736-d02c46f5b0a5} <Debug> executeQuery: Read 634 rows, 50.95 KiB in 0.001536 sec., 412760.4166666666 rows/sec., 32.39 MiB/sec. | ||
6756 | 2025.05.22 21:22:22.457127 [ 110 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6757 | 2025.05.22 21:22:22.457146 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6758 | 2025.05.22 21:22:22.457147 [ 261 ] {f698a152-379f-4200-9736-d02c46f5b0a5} <Debug> TCPHandler: Processed in 0.001718996 sec. | ||
6759 | 2025.05.22 21:22:22.457238 [ 194 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::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 | ||
6760 | 2025.05.22 21:22:22.457267 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6761 | 2025.05.22 21:22:22.457333 [ 194 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6762 | 2025.05.22 21:22:22.457362 [ 194 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1970 rows starting from the beginning of the part | ||
6763 | 2025.05.22 21:22:22.457367 [ 261 ] {fd282e1a-acf6-4e86-a98c-23a0556595c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6764 | 2025.05.22 21:22:22.457408 [ 261 ] {fd282e1a-acf6-4e86-a98c-23a0556595c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6765 | 2025.05.22 21:22:22.457417 [ 194 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 633 rows starting from the beginning of the part | ||
6766 | 2025.05.22 21:22:22.457459 [ 194 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1268 rows starting from the beginning of the part | ||
6767 | 2025.05.22 21:22:22.457501 [ 194 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 633 rows starting from the beginning of the part | ||
6768 | 2025.05.22 21:22:22.457545 [ 194 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 122 rows starting from the beginning of the part | ||
6769 | 2025.05.22 21:22:22.457586 [ 194 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 634 rows starting from the beginning of the part | ||
6770 | 2025.05.22 21:22:22.457844 [ 261 ] {fd282e1a-acf6-4e86-a98c-23a0556595c0} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6771 | 2025.05.22 21:22:22.457878 [ 261 ] {fd282e1a-acf6-4e86-a98c-23a0556595c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6772 | 2025.05.22 21:22:22.458178 [ 261 ] {fd282e1a-acf6-4e86-a98c-23a0556595c0} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6773 | 2025.05.22 21:22:22.458380 [ 261 ] {fd282e1a-acf6-4e86-a98c-23a0556595c0} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6774 | 2025.05.22 21:22:22.458475 [ 110 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6775 | 2025.05.22 21:22:22.458498 [ 110 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6776 | 2025.05.22 21:22:22.458503 [ 261 ] {fd282e1a-acf6-4e86-a98c-23a0556595c0} <Debug> executeQuery: Read 116 rows, 7.13 KiB in 0.001155 sec., 100432.90043290044 rows/sec., 6.03 MiB/sec. | ||
6777 | 2025.05.22 21:22:22.458515 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6778 | 2025.05.22 21:22:22.458541 [ 261 ] {fd282e1a-acf6-4e86-a98c-23a0556595c0} <Debug> TCPHandler: Processed in 0.00132447 sec. | ||
6779 | 2025.05.22 21:22:22.458600 [ 198 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::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 | ||
6780 | 2025.05.22 21:22:22.458655 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6781 | 2025.05.22 21:22:22.458693 [ 198 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6782 | 2025.05.22 21:22:22.458724 [ 198 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 179 rows starting from the beginning of the part | ||
6783 | 2025.05.22 21:22:22.458757 [ 261 ] {f8fc089e-d415-4aed-8205-7b6d8cc08c30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
6784 | 2025.05.22 21:22:22.458775 [ 198 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 114 rows starting from the beginning of the part | ||
6785 | 2025.05.22 21:22:22.458796 [ 261 ] {f8fc089e-d415-4aed-8205-7b6d8cc08c30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6786 | 2025.05.22 21:22:22.458818 [ 198 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 45 rows starting from the beginning of the part | ||
6787 | 2025.05.22 21:22:22.458856 [ 198 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 114 rows starting from the beginning of the part | ||
6788 | 2025.05.22 21:22:22.458892 [ 198 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 33 rows starting from the beginning of the part | ||
6789 | 2025.05.22 21:22:22.458930 [ 198 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 116 rows starting from the beginning of the part | ||
6790 | 2025.05.22 21:22:22.459228 [ 261 ] {f8fc089e-d415-4aed-8205-7b6d8cc08c30} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6791 | 2025.05.22 21:22:22.459263 [ 261 ] {f8fc089e-d415-4aed-8205-7b6d8cc08c30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6792 | 2025.05.22 21:22:22.459351 [ 199 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5260 rows, containing 5 columns (5 merged, 0 gathered) in 0.002142222 sec., 2455394.4455803367 rows/sec., 208.17 MiB/sec. | ||
6793 | 2025.05.22 21:22:22.459589 [ 194 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
6794 | 2025.05.22 21:22:22.459654 [ 199 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 601 rows, containing 5 columns (5 merged, 0 gathered) in 0.001087566 sec., 552610.1404420512 rows/sec., 36.88 MiB/sec. | ||
6795 | 2025.05.22 21:22:22.459816 [ 261 ] {f8fc089e-d415-4aed-8205-7b6d8cc08c30} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
6796 | 2025.05.22 21:22:22.459833 [ 194 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_51_10} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6797 | 2025.05.22 21:22:22.459855 [ 199 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6798 | 2025.05.22 21:22:22.459901 [ 194 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_51_10} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
6799 | 2025.05.22 21:22:22.459961 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB. | ||
6800 | 2025.05.22 21:22:22.460074 [ 261 ] {f8fc089e-d415-4aed-8205-7b6d8cc08c30} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6801 | 2025.05.22 21:22:22.460201 [ 199 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_46_9} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6802 | 2025.05.22 21:22:22.460207 [ 261 ] {f8fc089e-d415-4aed-8205-7b6d8cc08c30} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001468 sec., 76975.47683923706 rows/sec., 4.98 MiB/sec. | ||
6803 | 2025.05.22 21:22:22.460256 [ 261 ] {f8fc089e-d415-4aed-8205-7b6d8cc08c30} <Debug> TCPHandler: Processed in 0.001650854 sec. | ||
6804 | 2025.05.22 21:22:22.460294 [ 199 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_46_9} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6805 | 2025.05.22 21:22:22.460376 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6806 | 2025.05.22 21:22:22.460408 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
6807 | 2025.05.22 21:22:22.460474 [ 261 ] {ef84c02e-5401-4c39-9d6c-212b2f7c2ed6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
6808 | 2025.05.22 21:22:22.460526 [ 261 ] {ef84c02e-5401-4c39-9d6c-212b2f7c2ed6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6809 | 2025.05.22 21:22:22.460954 [ 261 ] {ef84c02e-5401-4c39-9d6c-212b2f7c2ed6} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6810 | 2025.05.22 21:22:22.460990 [ 261 ] {ef84c02e-5401-4c39-9d6c-212b2f7c2ed6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6811 | 2025.05.22 21:22:22.461288 [ 261 ] {ef84c02e-5401-4c39-9d6c-212b2f7c2ed6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6812 | 2025.05.22 21:22:22.461510 [ 261 ] {ef84c02e-5401-4c39-9d6c-212b2f7c2ed6} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6813 | 2025.05.22 21:22:22.461639 [ 261 ] {ef84c02e-5401-4c39-9d6c-212b2f7c2ed6} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001183 sec., 94674.55621301776 rows/sec., 5.39 MiB/sec. | ||
6814 | 2025.05.22 21:22:22.461674 [ 261 ] {ef84c02e-5401-4c39-9d6c-212b2f7c2ed6} <Debug> TCPHandler: Processed in 0.00134796 sec. | ||
6815 | 2025.05.22 21:22:22.461787 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6816 | 2025.05.22 21:22:22.461880 [ 261 ] {6e488f2c-af8f-4d34-ad27-c5a2a881fe71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6817 | 2025.05.22 21:22:22.461918 [ 261 ] {6e488f2c-af8f-4d34-ad27-c5a2a881fe71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6818 | 2025.05.22 21:22:22.462435 [ 261 ] {6e488f2c-af8f-4d34-ad27-c5a2a881fe71} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6819 | 2025.05.22 21:22:22.462469 [ 261 ] {6e488f2c-af8f-4d34-ad27-c5a2a881fe71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6820 | 2025.05.22 21:22:22.462786 [ 261 ] {6e488f2c-af8f-4d34-ad27-c5a2a881fe71} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
6821 | 2025.05.22 21:22:22.462991 [ 261 ] {6e488f2c-af8f-4d34-ad27-c5a2a881fe71} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6822 | 2025.05.22 21:22:22.463089 [ 110 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
6823 | 2025.05.22 21:22:22.463111 [ 261 ] {6e488f2c-af8f-4d34-ad27-c5a2a881fe71} <Debug> executeQuery: Read 392 rows, 28.39 KiB in 0.001249 sec., 313851.08086469176 rows/sec., 22.20 MiB/sec. | ||
6824 | 2025.05.22 21:22:22.463118 [ 110 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6825 | 2025.05.22 21:22:22.463141 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6826 | 2025.05.22 21:22:22.463148 [ 261 ] {6e488f2c-af8f-4d34-ad27-c5a2a881fe71} <Debug> TCPHandler: Processed in 0.001409801 sec. | ||
6827 | 2025.05.22 21:22:22.463242 [ 197 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::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 | ||
6828 | 2025.05.22 21:22:22.463270 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6829 | 2025.05.22 21:22:22.463376 [ 261 ] {57959c31-3c31-496e-9bed-fda878d952aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
6830 | 2025.05.22 21:22:22.463381 [ 197 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6831 | 2025.05.22 21:22:22.463435 [ 197 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 953 rows starting from the beginning of the part | ||
6832 | 2025.05.22 21:22:22.463440 [ 261 ] {57959c31-3c31-496e-9bed-fda878d952aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6833 | 2025.05.22 21:22:22.463497 [ 197 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 390 rows starting from the beginning of the part | ||
6834 | 2025.05.22 21:22:22.463546 [ 197 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 565 rows starting from the beginning of the part | ||
6835 | 2025.05.22 21:22:22.463584 [ 197 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 390 rows starting from the beginning of the part | ||
6836 | 2025.05.22 21:22:22.463622 [ 197 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 97 rows starting from the beginning of the part | ||
6837 | 2025.05.22 21:22:22.463659 [ 197 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 392 rows starting from the beginning of the part | ||
6838 | 2025.05.22 21:22:22.463805 [ 261 ] {57959c31-3c31-496e-9bed-fda878d952aa} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6839 | 2025.05.22 21:22:22.463847 [ 261 ] {57959c31-3c31-496e-9bed-fda878d952aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6840 | 2025.05.22 21:22:22.464175 [ 261 ] {57959c31-3c31-496e-9bed-fda878d952aa} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
6841 | 2025.05.22 21:22:22.464402 [ 261 ] {57959c31-3c31-496e-9bed-fda878d952aa} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6842 | 2025.05.22 21:22:22.464533 [ 261 ] {57959c31-3c31-496e-9bed-fda878d952aa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001174 sec., 5110.732538330494 rows/sec., 267.02 KiB/sec. | ||
6843 | 2025.05.22 21:22:22.464569 [ 261 ] {57959c31-3c31-496e-9bed-fda878d952aa} <Debug> TCPHandler: Processed in 0.001348621 sec. | ||
6844 | 2025.05.22 21:22:22.464692 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6845 | 2025.05.22 21:22:22.464792 [ 261 ] {f83ad48a-affc-43fd-a144-303af96ff90e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6846 | 2025.05.22 21:22:22.464833 [ 261 ] {f83ad48a-affc-43fd-a144-303af96ff90e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6847 | 2025.05.22 21:22:22.465026 [ 199 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2787 rows, containing 5 columns (5 merged, 0 gathered) in 0.001834247 sec., 1519424.5922168607 rows/sec., 116.07 MiB/sec. | ||
6848 | 2025.05.22 21:22:22.465209 [ 199 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
6849 | 2025.05.22 21:22:22.465263 [ 261 ] {f83ad48a-affc-43fd-a144-303af96ff90e} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6850 | 2025.05.22 21:22:22.465305 [ 261 ] {f83ad48a-affc-43fd-a144-303af96ff90e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6851 | 2025.05.22 21:22:22.465479 [ 199 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_51_10} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6852 | 2025.05.22 21:22:22.465563 [ 199 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_51_10} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
6853 | 2025.05.22 21:22:22.465655 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
6854 | 2025.05.22 21:22:22.465697 [ 261 ] {f83ad48a-affc-43fd-a144-303af96ff90e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
6855 | 2025.05.22 21:22:22.465914 [ 261 ] {f83ad48a-affc-43fd-a144-303af96ff90e} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6856 | 2025.05.22 21:22:22.466040 [ 261 ] {f83ad48a-affc-43fd-a144-303af96ff90e} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001267 sec., 187845.30386740333 rows/sec., 12.59 MiB/sec. | ||
6857 | 2025.05.22 21:22:22.466075 [ 261 ] {f83ad48a-affc-43fd-a144-303af96ff90e} <Debug> TCPHandler: Processed in 0.001433621 sec. | ||
6858 | 2025.05.22 21:22:22.466194 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6859 | 2025.05.22 21:22:22.466287 [ 261 ] {e7d3184f-7e0b-4e6c-9dab-c718b1ddeeee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
6860 | 2025.05.22 21:22:22.466327 [ 261 ] {e7d3184f-7e0b-4e6c-9dab-c718b1ddeeee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6861 | 2025.05.22 21:22:22.466653 [ 261 ] {e7d3184f-7e0b-4e6c-9dab-c718b1ddeeee} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6862 | 2025.05.22 21:22:22.466687 [ 261 ] {e7d3184f-7e0b-4e6c-9dab-c718b1ddeeee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6863 | 2025.05.22 21:22:22.466981 [ 261 ] {e7d3184f-7e0b-4e6c-9dab-c718b1ddeeee} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
6864 | 2025.05.22 21:22:22.467180 [ 261 ] {e7d3184f-7e0b-4e6c-9dab-c718b1ddeeee} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6865 | 2025.05.22 21:22:22.467300 [ 261 ] {e7d3184f-7e0b-4e6c-9dab-c718b1ddeeee} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001031 sec., 969.9321047526673 rows/sec., 65.36 KiB/sec. | ||
6866 | 2025.05.22 21:22:22.467334 [ 261 ] {e7d3184f-7e0b-4e6c-9dab-c718b1ddeeee} <Debug> TCPHandler: Processed in 0.001188678 sec. | ||
6867 | 2025.05.22 21:22:22.467445 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6868 | 2025.05.22 21:22:22.467537 [ 261 ] {bfd5809c-afd1-4d8d-a4fb-11457d2355ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6869 | 2025.05.22 21:22:22.467589 [ 261 ] {bfd5809c-afd1-4d8d-a4fb-11457d2355ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6870 | 2025.05.22 21:22:22.468315 [ 261 ] {bfd5809c-afd1-4d8d-a4fb-11457d2355ec} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6871 | 2025.05.22 21:22:22.468349 [ 261 ] {bfd5809c-afd1-4d8d-a4fb-11457d2355ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6872 | 2025.05.22 21:22:22.468855 [ 261 ] {bfd5809c-afd1-4d8d-a4fb-11457d2355ec} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6873 | 2025.05.22 21:22:22.469066 [ 261 ] {bfd5809c-afd1-4d8d-a4fb-11457d2355ec} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6874 | 2025.05.22 21:22:22.469176 [ 110 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6875 | 2025.05.22 21:22:22.469196 [ 261 ] {bfd5809c-afd1-4d8d-a4fb-11457d2355ec} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001677 sec., 4770.423375074538 rows/sec., 8.55 MiB/sec. | ||
6876 | 2025.05.22 21:22:22.469209 [ 110 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6877 | 2025.05.22 21:22:22.469230 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6878 | 2025.05.22 21:22:22.469247 [ 261 ] {bfd5809c-afd1-4d8d-a4fb-11457d2355ec} <Debug> TCPHandler: Processed in 0.001847557 sec. | ||
6879 | 2025.05.22 21:22:22.469298 [ 194 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
6880 | 2025.05.22 21:22:22.469364 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6881 | 2025.05.22 21:22:22.469457 [ 261 ] {6b3b818b-e602-4c78-a27d-abf27399371e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6882 | 2025.05.22 21:22:22.469459 [ 194 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6883 | 2025.05.22 21:22:22.469498 [ 261 ] {6b3b818b-e602-4c78-a27d-abf27399371e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6884 | 2025.05.22 21:22:22.469511 [ 194 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 899 rows starting from the beginning of the part | ||
6885 | 2025.05.22 21:22:22.469608 [ 194 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
6886 | 2025.05.22 21:22:22.469694 [ 194 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 33 rows starting from the beginning of the part | ||
6887 | 2025.05.22 21:22:22.469780 [ 194 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
6888 | 2025.05.22 21:22:22.469829 [ 261 ] {6b3b818b-e602-4c78-a27d-abf27399371e} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6889 | 2025.05.22 21:22:22.469862 [ 261 ] {6b3b818b-e602-4c78-a27d-abf27399371e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6890 | 2025.05.22 21:22:22.469862 [ 194 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 33 rows starting from the beginning of the part | ||
6891 | 2025.05.22 21:22:22.469957 [ 194 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
6892 | 2025.05.22 21:22:22.470161 [ 261 ] {6b3b818b-e602-4c78-a27d-abf27399371e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
6893 | 2025.05.22 21:22:22.470369 [ 261 ] {6b3b818b-e602-4c78-a27d-abf27399371e} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6894 | 2025.05.22 21:22:22.470497 [ 261 ] {6b3b818b-e602-4c78-a27d-abf27399371e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001057 sec., 77578.05108798486 rows/sec., 4.93 MiB/sec. | ||
6895 | 2025.05.22 21:22:22.470530 [ 261 ] {6b3b818b-e602-4c78-a27d-abf27399371e} <Debug> TCPHandler: Processed in 0.001214138 sec. | ||
6896 | 2025.05.22 21:22:22.474745 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 989 rows, containing 19 columns (19 merged, 0 gathered) in 0.005473152 sec., 180700.26193316028 rows/sec., 323.81 MiB/sec. | ||
6897 | 2025.05.22 21:22:22.476328 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6898 | 2025.05.22 21:22:22.476676 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6899 | 2025.05.22 21:22:22.476752 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6900 | 2025.05.22 21:22:22.476904 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.16 MiB. | ||
6901 | 2025.05.22 21:22:23.000143 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 263.10 MiB, peak 271.22 MiB, free memory in arenas 0.00 B, will set to 264.90 MiB (RSS), difference: 1.80 MiB | ||
6902 | 2025.05.22 21:22:23.794641 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873 | ||
6903 | 2025.05.22 21:22:23.795141 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6904 | 2025.05.22 21:22:23.795188 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6905 | 2025.05.22 21:22:23.795678 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6906 | 2025.05.22 21:22:23.795912 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6907 | 2025.05.22 21:22:23.796043 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873 | ||
6908 | 2025.05.22 21:22:24.731751 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
6909 | 2025.05.22 21:22:24.748566 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6910 | 2025.05.22 21:22:24.748628 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6911 | 2025.05.22 21:22:24.754888 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6912 | 2025.05.22 21:22:24.755596 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6913 | 2025.05.22 21:22:24.759154 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
6914 | 2025.05.22 21:22:27.448526 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6915 | 2025.05.22 21:22:27.448729 [ 261 ] {37ebfa84-2315-4e30-b04f-129e88de7111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6916 | 2025.05.22 21:22:27.448805 [ 261 ] {37ebfa84-2315-4e30-b04f-129e88de7111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6917 | 2025.05.22 21:22:27.449485 [ 261 ] {37ebfa84-2315-4e30-b04f-129e88de7111} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6918 | 2025.05.22 21:22:27.449535 [ 261 ] {37ebfa84-2315-4e30-b04f-129e88de7111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6919 | 2025.05.22 21:22:27.449940 [ 261 ] {37ebfa84-2315-4e30-b04f-129e88de7111} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
6920 | 2025.05.22 21:22:27.450174 [ 261 ] {37ebfa84-2315-4e30-b04f-129e88de7111} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6921 | 2025.05.22 21:22:27.450332 [ 261 ] {37ebfa84-2315-4e30-b04f-129e88de7111} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.001659 sec., 73538.27606992163 rows/sec., 6.28 MiB/sec. | ||
6922 | 2025.05.22 21:22:27.450382 [ 261 ] {37ebfa84-2315-4e30-b04f-129e88de7111} <Debug> TCPHandler: Processed in 0.00199722 sec. | ||
6923 | 2025.05.22 21:22:27.450510 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6924 | 2025.05.22 21:22:27.450615 [ 261 ] {ac3be3c0-265c-4c7c-86a1-1f1eb4dfb8ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6925 | 2025.05.22 21:22:27.450660 [ 261 ] {ac3be3c0-265c-4c7c-86a1-1f1eb4dfb8ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6926 | 2025.05.22 21:22:27.451076 [ 261 ] {ac3be3c0-265c-4c7c-86a1-1f1eb4dfb8ba} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6927 | 2025.05.22 21:22:27.451114 [ 261 ] {ac3be3c0-265c-4c7c-86a1-1f1eb4dfb8ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6928 | 2025.05.22 21:22:27.451433 [ 261 ] {ac3be3c0-265c-4c7c-86a1-1f1eb4dfb8ba} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6929 | 2025.05.22 21:22:27.451652 [ 261 ] {ac3be3c0-265c-4c7c-86a1-1f1eb4dfb8ba} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6930 | 2025.05.22 21:22:27.451784 [ 261 ] {ac3be3c0-265c-4c7c-86a1-1f1eb4dfb8ba} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001192 sec., 27684.563758389264 rows/sec., 2.03 MiB/sec. | ||
6931 | 2025.05.22 21:22:27.451824 [ 261 ] {ac3be3c0-265c-4c7c-86a1-1f1eb4dfb8ba} <Debug> TCPHandler: Processed in 0.001367351 sec. | ||
6932 | 2025.05.22 21:22:27.451935 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6933 | 2025.05.22 21:22:27.452032 [ 261 ] {608871b2-3f79-4701-9bb8-f9faefc2612d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6934 | 2025.05.22 21:22:27.452073 [ 261 ] {608871b2-3f79-4701-9bb8-f9faefc2612d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6935 | 2025.05.22 21:22:27.452498 [ 261 ] {608871b2-3f79-4701-9bb8-f9faefc2612d} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6936 | 2025.05.22 21:22:27.452535 [ 261 ] {608871b2-3f79-4701-9bb8-f9faefc2612d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6937 | 2025.05.22 21:22:27.452973 [ 261 ] {608871b2-3f79-4701-9bb8-f9faefc2612d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
6938 | 2025.05.22 21:22:27.453193 [ 261 ] {608871b2-3f79-4701-9bb8-f9faefc2612d} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6939 | 2025.05.22 21:22:27.453329 [ 261 ] {608871b2-3f79-4701-9bb8-f9faefc2612d} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001316 sec., 73708.20668693009 rows/sec., 5.76 MiB/sec. | ||
6940 | 2025.05.22 21:22:27.453368 [ 261 ] {608871b2-3f79-4701-9bb8-f9faefc2612d} <Debug> TCPHandler: Processed in 0.001484353 sec. | ||
6941 | 2025.05.22 21:22:27.453479 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6942 | 2025.05.22 21:22:27.453576 [ 261 ] {a14469d7-6704-49f4-a575-735b653f81d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6943 | 2025.05.22 21:22:27.453619 [ 261 ] {a14469d7-6704-49f4-a575-735b653f81d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6944 | 2025.05.22 21:22:27.454034 [ 261 ] {a14469d7-6704-49f4-a575-735b653f81d7} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6945 | 2025.05.22 21:22:27.454070 [ 261 ] {a14469d7-6704-49f4-a575-735b653f81d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6946 | 2025.05.22 21:22:27.454393 [ 261 ] {a14469d7-6704-49f4-a575-735b653f81d7} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
6947 | 2025.05.22 21:22:27.454604 [ 261 ] {a14469d7-6704-49f4-a575-735b653f81d7} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6948 | 2025.05.22 21:22:27.454717 [ 105 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
6949 | 2025.05.22 21:22:27.454732 [ 261 ] {a14469d7-6704-49f4-a575-735b653f81d7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001176 sec., 136054.42176870749 rows/sec., 9.48 MiB/sec. | ||
6950 | 2025.05.22 21:22:27.454795 [ 105 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6951 | 2025.05.22 21:22:27.454809 [ 261 ] {a14469d7-6704-49f4-a575-735b653f81d7} <Debug> TCPHandler: Processed in 0.001378011 sec. | ||
6952 | 2025.05.22 21:22:27.454821 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6953 | 2025.05.22 21:22:27.454918 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6954 | 2025.05.22 21:22:27.454948 [ 192 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
6955 | 2025.05.22 21:22:27.455014 [ 261 ] {91db07f7-1c0c-40a0-a037-30180ae99465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6956 | 2025.05.22 21:22:27.455074 [ 261 ] {91db07f7-1c0c-40a0-a037-30180ae99465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6957 | 2025.05.22 21:22:27.455099 [ 192 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6958 | 2025.05.22 21:22:27.455142 [ 192 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13418 rows starting from the beginning of the part | ||
6959 | 2025.05.22 21:22:27.455212 [ 192 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 886 rows starting from the beginning of the part | ||
6960 | 2025.05.22 21:22:27.455264 [ 192 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 237 rows starting from the beginning of the part | ||
6961 | 2025.05.22 21:22:27.455318 [ 192 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part | ||
6962 | 2025.05.22 21:22:27.455360 [ 192 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 238 rows starting from the beginning of the part | ||
6963 | 2025.05.22 21:22:27.455406 [ 192 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
6964 | 2025.05.22 21:22:27.455969 [ 261 ] {91db07f7-1c0c-40a0-a037-30180ae99465} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6965 | 2025.05.22 21:22:27.456010 [ 261 ] {91db07f7-1c0c-40a0-a037-30180ae99465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6966 | 2025.05.22 21:22:27.456611 [ 261 ] {91db07f7-1c0c-40a0-a037-30180ae99465} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6967 | 2025.05.22 21:22:27.456840 [ 261 ] {91db07f7-1c0c-40a0-a037-30180ae99465} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6968 | 2025.05.22 21:22:27.456981 [ 261 ] {91db07f7-1c0c-40a0-a037-30180ae99465} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001985 sec., 16624.685138539044 rows/sec., 29.79 MiB/sec. | ||
6969 | 2025.05.22 21:22:27.457037 [ 261 ] {91db07f7-1c0c-40a0-a037-30180ae99465} <Debug> TCPHandler: Processed in 0.002167352 sec. | ||
6970 | 2025.05.22 21:22:27.457164 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6971 | 2025.05.22 21:22:27.457257 [ 261 ] {65a10b45-994c-47f7-a524-292e698edad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6972 | 2025.05.22 21:22:27.457298 [ 261 ] {65a10b45-994c-47f7-a524-292e698edad3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6973 | 2025.05.22 21:22:27.457648 [ 261 ] {65a10b45-994c-47f7-a524-292e698edad3} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6974 | 2025.05.22 21:22:27.457683 [ 261 ] {65a10b45-994c-47f7-a524-292e698edad3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6975 | 2025.05.22 21:22:27.458103 [ 261 ] {65a10b45-994c-47f7-a524-292e698edad3} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
6976 | 2025.05.22 21:22:27.458320 [ 261 ] {65a10b45-994c-47f7-a524-292e698edad3} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6977 | 2025.05.22 21:22:27.458457 [ 261 ] {65a10b45-994c-47f7-a524-292e698edad3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001218 sec., 49261.08374384237 rows/sec., 3.32 MiB/sec. | ||
6978 | 2025.05.22 21:22:27.458463 [ 103 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
6979 | 2025.05.22 21:22:27.458493 [ 261 ] {65a10b45-994c-47f7-a524-292e698edad3} <Debug> TCPHandler: Processed in 0.001377101 sec. | ||
6980 | 2025.05.22 21:22:27.458530 [ 103 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6981 | 2025.05.22 21:22:27.458558 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6982 | 2025.05.22 21:22:27.458650 [ 186 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
6983 | 2025.05.22 21:22:27.458741 [ 186 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6984 | 2025.05.22 21:22:27.458769 [ 186 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2212 rows starting from the beginning of the part | ||
6985 | 2025.05.22 21:22:27.458820 [ 186 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
6986 | 2025.05.22 21:22:27.458861 [ 186 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 82 rows starting from the beginning of the part | ||
6987 | 2025.05.22 21:22:27.458898 [ 186 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
6988 | 2025.05.22 21:22:27.458934 [ 186 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 82 rows starting from the beginning of the part | ||
6989 | 2025.05.22 21:22:27.458970 [ 186 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
6990 | 2025.05.22 21:22:27.459948 [ 200 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15099 rows, containing 5 columns (5 merged, 0 gathered) in 0.005057805 sec., 2985287.0958844796 rows/sec., 203.79 MiB/sec. | ||
6991 | 2025.05.22 21:22:27.460012 [ 186 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2556 rows, containing 4 columns (4 merged, 0 gathered) in 0.001404001 sec., 1820511.523852191 rows/sec., 121.15 MiB/sec. | ||
6992 | 2025.05.22 21:22:27.460240 [ 192 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
6993 | 2025.05.22 21:22:27.460346 [ 196 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
6994 | 2025.05.22 21:22:27.460507 [ 192 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_51_10} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6995 | 2025.05.22 21:22:27.460594 [ 192 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_51_10} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
6996 | 2025.05.22 21:22:27.460628 [ 196 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6997 | 2025.05.22 21:22:27.460676 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
6998 | 2025.05.22 21:22:27.460701 [ 196 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
6999 | 2025.05.22 21:22:27.460782 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.82 MiB. | ||
7000 | 2025.05.22 21:22:31.186413 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7001 | 2025.05.22 21:22:31.186513 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7002 | 2025.05.22 21:22:31.296211 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361 | ||
7003 | 2025.05.22 21:22:31.297016 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7004 | 2025.05.22 21:22:31.297058 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7005 | 2025.05.22 21:22:31.297531 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7006 | 2025.05.22 21:22:31.297751 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7007 | 2025.05.22 21:22:31.297882 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
7008 | 2025.05.22 21:22:31.333300 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 948 | ||
7009 | 2025.05.22 21:22:31.335856 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7010 | 2025.05.22 21:22:31.335912 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7011 | 2025.05.22 21:22:31.337172 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
7012 | 2025.05.22 21:22:31.337480 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7013 | 2025.05.22 21:22:31.337887 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 948 | ||
7014 | 2025.05.22 21:22:32.259273 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
7015 | 2025.05.22 21:22:32.277599 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7016 | 2025.05.22 21:22:32.277656 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7017 | 2025.05.22 21:22:32.283761 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7018 | 2025.05.22 21:22:32.284464 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7019 | 2025.05.22 21:22:32.288084 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
7020 | 2025.05.22 21:22:32.452690 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7021 | 2025.05.22 21:22:32.452891 [ 261 ] {05df1a0e-d217-4191-beae-90fe1b06aeb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
7022 | 2025.05.22 21:22:32.452962 [ 261 ] {05df1a0e-d217-4191-beae-90fe1b06aeb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
7023 | 2025.05.22 21:22:32.453700 [ 261 ] {05df1a0e-d217-4191-beae-90fe1b06aeb9} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7024 | 2025.05.22 21:22:32.453739 [ 261 ] {05df1a0e-d217-4191-beae-90fe1b06aeb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7025 | 2025.05.22 21:22:32.454134 [ 261 ] {05df1a0e-d217-4191-beae-90fe1b06aeb9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
7026 | 2025.05.22 21:22:32.454361 [ 261 ] {05df1a0e-d217-4191-beae-90fe1b06aeb9} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7027 | 2025.05.22 21:22:32.454473 [ 98 ] {} <Debug> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
7028 | 2025.05.22 21:22:32.454508 [ 261 ] {05df1a0e-d217-4191-beae-90fe1b06aeb9} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001673 sec., 126718.46981470412 rows/sec., 8.06 MiB/sec. | ||
7029 | 2025.05.22 21:22:32.454519 [ 98 ] {} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7030 | 2025.05.22 21:22:32.454544 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7031 | 2025.05.22 21:22:32.454551 [ 261 ] {05df1a0e-d217-4191-beae-90fe1b06aeb9} <Debug> TCPHandler: Processed in 0.00200097 sec. | ||
7032 | 2025.05.22 21:22:32.454667 [ 189 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
7033 | 2025.05.22 21:22:32.454670 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7034 | 2025.05.22 21:22:32.454815 [ 261 ] {b4cf2c3a-2d15-492f-a3b2-5016a06c2eb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7035 | 2025.05.22 21:22:32.454820 [ 189 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7036 | 2025.05.22 21:22:32.454859 [ 261 ] {b4cf2c3a-2d15-492f-a3b2-5016a06c2eb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7037 | 2025.05.22 21:22:32.454870 [ 189 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 236 rows starting from the beginning of the part | ||
7038 | 2025.05.22 21:22:32.454958 [ 189 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 212 rows starting from the beginning of the part | ||
7039 | 2025.05.22 21:22:32.455008 [ 189 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 212 rows starting from the beginning of the part | ||
7040 | 2025.05.22 21:22:32.455051 [ 189 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 212 rows starting from the beginning of the part | ||
7041 | 2025.05.22 21:22:32.455093 [ 189 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 212 rows starting from the beginning of the part | ||
7042 | 2025.05.22 21:22:32.455134 [ 189 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 212 rows starting from the beginning of the part | ||
7043 | 2025.05.22 21:22:32.455576 [ 261 ] {b4cf2c3a-2d15-492f-a3b2-5016a06c2eb7} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7044 | 2025.05.22 21:22:32.455618 [ 261 ] {b4cf2c3a-2d15-492f-a3b2-5016a06c2eb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7045 | 2025.05.22 21:22:32.455977 [ 261 ] {b4cf2c3a-2d15-492f-a3b2-5016a06c2eb7} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7046 | 2025.05.22 21:22:32.456125 [ 192 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1296 rows, containing 5 columns (5 merged, 0 gathered) in 0.001515392 sec., 855224.2588056424 rows/sec., 57.96 MiB/sec. | ||
7047 | 2025.05.22 21:22:32.456201 [ 261 ] {b4cf2c3a-2d15-492f-a3b2-5016a06c2eb7} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7048 | 2025.05.22 21:22:32.456299 [ 193 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
7049 | 2025.05.22 21:22:32.456339 [ 261 ] {b4cf2c3a-2d15-492f-a3b2-5016a06c2eb7} <Debug> executeQuery: Read 633 rows, 50.88 KiB in 0.001543 sec., 410239.7926117952 rows/sec., 32.20 MiB/sec. | ||
7050 | 2025.05.22 21:22:32.456384 [ 261 ] {b4cf2c3a-2d15-492f-a3b2-5016a06c2eb7} <Debug> TCPHandler: Processed in 0.001762656 sec. | ||
7051 | 2025.05.22 21:22:32.456505 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7052 | 2025.05.22 21:22:32.456598 [ 193 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_15_3} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7053 | 2025.05.22 21:22:32.456608 [ 261 ] {e2c86a60-965f-4557-ae8f-b1dffa8ede18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7054 | 2025.05.22 21:22:32.456659 [ 261 ] {e2c86a60-965f-4557-ae8f-b1dffa8ede18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7055 | 2025.05.22 21:22:32.456683 [ 193 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_15_3} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
7056 | 2025.05.22 21:22:32.456766 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
7057 | 2025.05.22 21:22:32.457094 [ 261 ] {e2c86a60-965f-4557-ae8f-b1dffa8ede18} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7058 | 2025.05.22 21:22:32.457135 [ 261 ] {e2c86a60-965f-4557-ae8f-b1dffa8ede18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7059 | 2025.05.22 21:22:32.457443 [ 261 ] {e2c86a60-965f-4557-ae8f-b1dffa8ede18} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
7060 | 2025.05.22 21:22:32.457648 [ 261 ] {e2c86a60-965f-4557-ae8f-b1dffa8ede18} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7061 | 2025.05.22 21:22:32.457773 [ 261 ] {e2c86a60-965f-4557-ae8f-b1dffa8ede18} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001189 sec., 95878.889823381 rows/sec., 5.74 MiB/sec. | ||
7062 | 2025.05.22 21:22:32.457809 [ 261 ] {e2c86a60-965f-4557-ae8f-b1dffa8ede18} <Debug> TCPHandler: Processed in 0.001354101 sec. | ||
7063 | 2025.05.22 21:22:32.457923 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7064 | 2025.05.22 21:22:32.458016 [ 261 ] {f81892dc-23c5-43d3-be3c-0b6c54d92232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
7065 | 2025.05.22 21:22:32.458054 [ 261 ] {f81892dc-23c5-43d3-be3c-0b6c54d92232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7066 | 2025.05.22 21:22:32.458557 [ 261 ] {f81892dc-23c5-43d3-be3c-0b6c54d92232} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7067 | 2025.05.22 21:22:32.458590 [ 261 ] {f81892dc-23c5-43d3-be3c-0b6c54d92232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7068 | 2025.05.22 21:22:32.458943 [ 261 ] {f81892dc-23c5-43d3-be3c-0b6c54d92232} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7069 | 2025.05.22 21:22:32.459187 [ 261 ] {f81892dc-23c5-43d3-be3c-0b6c54d92232} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7070 | 2025.05.22 21:22:32.459346 [ 261 ] {f81892dc-23c5-43d3-be3c-0b6c54d92232} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001347 sec., 83890.12620638455 rows/sec., 5.43 MiB/sec. | ||
7071 | 2025.05.22 21:22:32.459395 [ 261 ] {f81892dc-23c5-43d3-be3c-0b6c54d92232} <Debug> TCPHandler: Processed in 0.001519763 sec. | ||
7072 | 2025.05.22 21:22:32.459559 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7073 | 2025.05.22 21:22:32.459656 [ 261 ] {b8dcb856-6af5-497b-ad6a-ac93ab59b066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
7074 | 2025.05.22 21:22:32.459696 [ 261 ] {b8dcb856-6af5-497b-ad6a-ac93ab59b066} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7075 | 2025.05.22 21:22:32.460119 [ 261 ] {b8dcb856-6af5-497b-ad6a-ac93ab59b066} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7076 | 2025.05.22 21:22:32.460153 [ 261 ] {b8dcb856-6af5-497b-ad6a-ac93ab59b066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7077 | 2025.05.22 21:22:32.460461 [ 261 ] {b8dcb856-6af5-497b-ad6a-ac93ab59b066} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
7078 | 2025.05.22 21:22:32.460679 [ 261 ] {b8dcb856-6af5-497b-ad6a-ac93ab59b066} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7079 | 2025.05.22 21:22:32.460781 [ 98 ] {} <Debug> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
7080 | 2025.05.22 21:22:32.460806 [ 261 ] {b8dcb856-6af5-497b-ad6a-ac93ab59b066} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001168 sec., 95890.4109589041 rows/sec., 5.46 MiB/sec. | ||
7081 | 2025.05.22 21:22:32.460817 [ 98 ] {} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7082 | 2025.05.22 21:22:32.460836 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7083 | 2025.05.22 21:22:32.460843 [ 261 ] {b8dcb856-6af5-497b-ad6a-ac93ab59b066} <Debug> TCPHandler: Processed in 0.00133552 sec. | ||
7084 | 2025.05.22 21:22:32.460927 [ 192 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
7085 | 2025.05.22 21:22:32.460964 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7086 | 2025.05.22 21:22:32.461049 [ 192 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7087 | 2025.05.22 21:22:32.461064 [ 261 ] {4b29ddf0-3487-45fa-b6a6-0c56b0cb66cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7088 | 2025.05.22 21:22:32.461085 [ 192 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 124 rows starting from the beginning of the part | ||
7089 | 2025.05.22 21:22:32.461109 [ 261 ] {4b29ddf0-3487-45fa-b6a6-0c56b0cb66cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7090 | 2025.05.22 21:22:32.461156 [ 192 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 112 rows starting from the beginning of the part | ||
7091 | 2025.05.22 21:22:32.461212 [ 192 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 112 rows starting from the beginning of the part | ||
7092 | 2025.05.22 21:22:32.461255 [ 192 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 112 rows starting from the beginning of the part | ||
7093 | 2025.05.22 21:22:32.461297 [ 192 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 112 rows starting from the beginning of the part | ||
7094 | 2025.05.22 21:22:32.461344 [ 192 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 112 rows starting from the beginning of the part | ||
7095 | 2025.05.22 21:22:32.461654 [ 261 ] {4b29ddf0-3487-45fa-b6a6-0c56b0cb66cd} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7096 | 2025.05.22 21:22:32.461694 [ 261 ] {4b29ddf0-3487-45fa-b6a6-0c56b0cb66cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7097 | 2025.05.22 21:22:32.462022 [ 261 ] {4b29ddf0-3487-45fa-b6a6-0c56b0cb66cd} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7098 | 2025.05.22 21:22:32.462225 [ 193 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 684 rows, containing 5 columns (5 merged, 0 gathered) in 0.00133769 sec., 511329.2317353049 rows/sec., 31.25 MiB/sec. | ||
7099 | 2025.05.22 21:22:32.462235 [ 261 ] {4b29ddf0-3487-45fa-b6a6-0c56b0cb66cd} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7100 | 2025.05.22 21:22:32.462373 [ 261 ] {4b29ddf0-3487-45fa-b6a6-0c56b0cb66cd} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001327 sec., 293896.006028636 rows/sec., 20.77 MiB/sec. | ||
7101 | 2025.05.22 21:22:32.462412 [ 261 ] {4b29ddf0-3487-45fa-b6a6-0c56b0cb66cd} <Debug> TCPHandler: Processed in 0.001497842 sec. | ||
7102 | 2025.05.22 21:22:32.462437 [ 195 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
7103 | 2025.05.22 21:22:32.462529 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7104 | 2025.05.22 21:22:32.462629 [ 261 ] {26194beb-225c-4509-bfab-a249cc8246c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
7105 | 2025.05.22 21:22:32.462674 [ 261 ] {26194beb-225c-4509-bfab-a249cc8246c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7106 | 2025.05.22 21:22:32.462766 [ 195 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_15_3} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7107 | 2025.05.22 21:22:32.462853 [ 195 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_15_3} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
7108 | 2025.05.22 21:22:32.462950 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
7109 | 2025.05.22 21:22:32.463000 [ 261 ] {26194beb-225c-4509-bfab-a249cc8246c6} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7110 | 2025.05.22 21:22:32.463041 [ 261 ] {26194beb-225c-4509-bfab-a249cc8246c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7111 | 2025.05.22 21:22:32.463363 [ 261 ] {26194beb-225c-4509-bfab-a249cc8246c6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
7112 | 2025.05.22 21:22:32.463584 [ 261 ] {26194beb-225c-4509-bfab-a249cc8246c6} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7113 | 2025.05.22 21:22:32.463709 [ 261 ] {26194beb-225c-4509-bfab-a249cc8246c6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001098 sec., 5464.48087431694 rows/sec., 285.50 KiB/sec. | ||
7114 | 2025.05.22 21:22:32.463745 [ 261 ] {26194beb-225c-4509-bfab-a249cc8246c6} <Debug> TCPHandler: Processed in 0.001266309 sec. | ||
7115 | 2025.05.22 21:22:32.463853 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7116 | 2025.05.22 21:22:32.463947 [ 261 ] {35cb17b1-b221-4398-897d-7068c4f810a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7117 | 2025.05.22 21:22:32.463988 [ 261 ] {35cb17b1-b221-4398-897d-7068c4f810a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7118 | 2025.05.22 21:22:32.464391 [ 261 ] {35cb17b1-b221-4398-897d-7068c4f810a8} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7119 | 2025.05.22 21:22:32.464427 [ 261 ] {35cb17b1-b221-4398-897d-7068c4f810a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7120 | 2025.05.22 21:22:32.464753 [ 261 ] {35cb17b1-b221-4398-897d-7068c4f810a8} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7121 | 2025.05.22 21:22:32.464964 [ 261 ] {35cb17b1-b221-4398-897d-7068c4f810a8} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7122 | 2025.05.22 21:22:32.465091 [ 261 ] {35cb17b1-b221-4398-897d-7068c4f810a8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001162 sec., 203958.69191049912 rows/sec., 13.67 MiB/sec. | ||
7123 | 2025.05.22 21:22:32.465127 [ 261 ] {35cb17b1-b221-4398-897d-7068c4f810a8} <Debug> TCPHandler: Processed in 0.001323479 sec. | ||
7124 | 2025.05.22 21:22:32.465240 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7125 | 2025.05.22 21:22:32.465334 [ 261 ] {e8430bab-5509-427b-af6c-aacf6d3326a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
7126 | 2025.05.22 21:22:32.465376 [ 261 ] {e8430bab-5509-427b-af6c-aacf6d3326a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7127 | 2025.05.22 21:22:32.465694 [ 261 ] {e8430bab-5509-427b-af6c-aacf6d3326a7} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7128 | 2025.05.22 21:22:32.465730 [ 261 ] {e8430bab-5509-427b-af6c-aacf6d3326a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7129 | 2025.05.22 21:22:32.466023 [ 261 ] {e8430bab-5509-427b-af6c-aacf6d3326a7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
7130 | 2025.05.22 21:22:32.466245 [ 261 ] {e8430bab-5509-427b-af6c-aacf6d3326a7} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7131 | 2025.05.22 21:22:32.466356 [ 100 ] {} <Debug> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
7132 | 2025.05.22 21:22:32.466370 [ 261 ] {e8430bab-5509-427b-af6c-aacf6d3326a7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001054 sec., 948.7666034155598 rows/sec., 63.93 KiB/sec. | ||
7133 | 2025.05.22 21:22:32.466402 [ 100 ] {} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7134 | 2025.05.22 21:22:32.466418 [ 261 ] {e8430bab-5509-427b-af6c-aacf6d3326a7} <Debug> TCPHandler: Processed in 0.001228928 sec. | ||
7135 | 2025.05.22 21:22:32.466429 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7136 | 2025.05.22 21:22:32.466507 [ 192 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
7137 | 2025.05.22 21:22:32.466537 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7138 | 2025.05.22 21:22:32.466598 [ 192 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7139 | 2025.05.22 21:22:32.466629 [ 192 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
7140 | 2025.05.22 21:22:32.466636 [ 261 ] {c525e2f9-a863-44e4-acaa-398e93e088f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7141 | 2025.05.22 21:22:32.466674 [ 192 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
7142 | 2025.05.22 21:22:32.466696 [ 261 ] {c525e2f9-a863-44e4-acaa-398e93e088f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7143 | 2025.05.22 21:22:32.466718 [ 192 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
7144 | 2025.05.22 21:22:32.466757 [ 192 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
7145 | 2025.05.22 21:22:32.466792 [ 192 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
7146 | 2025.05.22 21:22:32.466826 [ 192 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
7147 | 2025.05.22 21:22:32.467461 [ 261 ] {c525e2f9-a863-44e4-acaa-398e93e088f9} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7148 | 2025.05.22 21:22:32.467502 [ 261 ] {c525e2f9-a863-44e4-acaa-398e93e088f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7149 | 2025.05.22 21:22:32.467537 [ 193 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.001059896 sec., 9434.88795127069 rows/sec., 635.75 KiB/sec. | ||
7150 | 2025.05.22 21:22:32.467693 [ 200 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
7151 | 2025.05.22 21:22:32.468017 [ 200 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_10_2} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7152 | 2025.05.22 21:22:32.468057 [ 261 ] {c525e2f9-a863-44e4-acaa-398e93e088f9} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
7153 | 2025.05.22 21:22:32.468093 [ 200 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_10_2} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
7154 | 2025.05.22 21:22:32.468175 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7155 | 2025.05.22 21:22:32.468301 [ 261 ] {c525e2f9-a863-44e4-acaa-398e93e088f9} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7156 | 2025.05.22 21:22:32.468444 [ 261 ] {c525e2f9-a863-44e4-acaa-398e93e088f9} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001826 sec., 4381.161007667032 rows/sec., 7.85 MiB/sec. | ||
7157 | 2025.05.22 21:22:32.468497 [ 261 ] {c525e2f9-a863-44e4-acaa-398e93e088f9} <Debug> TCPHandler: Processed in 0.00201013 sec. | ||
7158 | 2025.05.22 21:22:32.468609 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7159 | 2025.05.22 21:22:32.468705 [ 261 ] {75f79981-3e9c-4d4c-ae37-1fa3cde69301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7160 | 2025.05.22 21:22:32.468745 [ 261 ] {75f79981-3e9c-4d4c-ae37-1fa3cde69301} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7161 | 2025.05.22 21:22:32.469070 [ 261 ] {75f79981-3e9c-4d4c-ae37-1fa3cde69301} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7162 | 2025.05.22 21:22:32.469107 [ 261 ] {75f79981-3e9c-4d4c-ae37-1fa3cde69301} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7163 | 2025.05.22 21:22:32.469406 [ 261 ] {75f79981-3e9c-4d4c-ae37-1fa3cde69301} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7164 | 2025.05.22 21:22:32.469618 [ 261 ] {75f79981-3e9c-4d4c-ae37-1fa3cde69301} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7165 | 2025.05.22 21:22:32.469742 [ 261 ] {75f79981-3e9c-4d4c-ae37-1fa3cde69301} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001056 sec., 77651.51515151515 rows/sec., 4.93 MiB/sec. | ||
7166 | 2025.05.22 21:22:32.469777 [ 261 ] {75f79981-3e9c-4d4c-ae37-1fa3cde69301} <Debug> TCPHandler: Processed in 0.001218318 sec. | ||
7167 | 2025.05.22 21:22:33.000192 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.34 MiB, peak 275.06 MiB, free memory in arenas 0.00 B, will set to 266.96 MiB (RSS), difference: -1.38 MiB | ||
7168 | 2025.05.22 21:22:37.478275 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7169 | 2025.05.22 21:22:37.478495 [ 261 ] {cbcc9697-a085-490b-898e-84f7024d73ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7170 | 2025.05.22 21:22:37.478567 [ 261 ] {cbcc9697-a085-490b-898e-84f7024d73ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7171 | 2025.05.22 21:22:37.479875 [ 261 ] {cbcc9697-a085-490b-898e-84f7024d73ad} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7172 | 2025.05.22 21:22:37.479913 [ 261 ] {cbcc9697-a085-490b-898e-84f7024d73ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7173 | 2025.05.22 21:22:37.480374 [ 261 ] {cbcc9697-a085-490b-898e-84f7024d73ad} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7174 | 2025.05.22 21:22:37.480610 [ 261 ] {cbcc9697-a085-490b-898e-84f7024d73ad} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7175 | 2025.05.22 21:22:37.480753 [ 261 ] {cbcc9697-a085-490b-898e-84f7024d73ad} <Debug> executeQuery: Read 1262 rows, 106.78 KiB in 0.002314 sec., 545375.9723422645 rows/sec., 45.06 MiB/sec. | ||
7176 | 2025.05.22 21:22:37.480795 [ 261 ] {cbcc9697-a085-490b-898e-84f7024d73ad} <Debug> TCPHandler: Processed in 0.002651379 sec. | ||
7177 | 2025.05.22 21:22:37.480923 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7178 | 2025.05.22 21:22:37.481018 [ 261 ] {d7783ad4-1a14-4c77-805f-90e14192d0d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7179 | 2025.05.22 21:22:37.481057 [ 261 ] {d7783ad4-1a14-4c77-805f-90e14192d0d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7180 | 2025.05.22 21:22:37.481471 [ 261 ] {d7783ad4-1a14-4c77-805f-90e14192d0d5} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7181 | 2025.05.22 21:22:37.481508 [ 261 ] {d7783ad4-1a14-4c77-805f-90e14192d0d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7182 | 2025.05.22 21:22:37.481801 [ 261 ] {d7783ad4-1a14-4c77-805f-90e14192d0d5} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
7183 | 2025.05.22 21:22:37.482020 [ 261 ] {d7783ad4-1a14-4c77-805f-90e14192d0d5} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7184 | 2025.05.22 21:22:37.482144 [ 261 ] {d7783ad4-1a14-4c77-805f-90e14192d0d5} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001147 sec., 28770.706190061028 rows/sec., 2.11 MiB/sec. | ||
7185 | 2025.05.22 21:22:37.482180 [ 261 ] {d7783ad4-1a14-4c77-805f-90e14192d0d5} <Debug> TCPHandler: Processed in 0.001308229 sec. | ||
7186 | 2025.05.22 21:22:37.482288 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7187 | 2025.05.22 21:22:37.482381 [ 261 ] {465863ca-cce9-483f-9d7d-a992a4d47763} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
7188 | 2025.05.22 21:22:37.482419 [ 261 ] {465863ca-cce9-483f-9d7d-a992a4d47763} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7189 | 2025.05.22 21:22:37.482922 [ 261 ] {465863ca-cce9-483f-9d7d-a992a4d47763} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7190 | 2025.05.22 21:22:37.482959 [ 261 ] {465863ca-cce9-483f-9d7d-a992a4d47763} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7191 | 2025.05.22 21:22:37.483275 [ 261 ] {465863ca-cce9-483f-9d7d-a992a4d47763} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7192 | 2025.05.22 21:22:37.483481 [ 261 ] {465863ca-cce9-483f-9d7d-a992a4d47763} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7193 | 2025.05.22 21:22:37.483605 [ 261 ] {465863ca-cce9-483f-9d7d-a992a4d47763} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001243 sec., 183427.19227674982 rows/sec., 12.42 MiB/sec. | ||
7194 | 2025.05.22 21:22:37.483642 [ 261 ] {465863ca-cce9-483f-9d7d-a992a4d47763} <Debug> TCPHandler: Processed in 0.001402211 sec. | ||
7195 | 2025.05.22 21:22:37.483748 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7196 | 2025.05.22 21:22:37.483842 [ 261 ] {8d3165e3-4167-457e-a2a7-b72b0ac6d7dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7197 | 2025.05.22 21:22:37.483881 [ 261 ] {8d3165e3-4167-457e-a2a7-b72b0ac6d7dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7198 | 2025.05.22 21:22:37.484497 [ 261 ] {8d3165e3-4167-457e-a2a7-b72b0ac6d7dc} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7199 | 2025.05.22 21:22:37.484534 [ 261 ] {8d3165e3-4167-457e-a2a7-b72b0ac6d7dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7200 | 2025.05.22 21:22:37.484862 [ 261 ] {8d3165e3-4167-457e-a2a7-b72b0ac6d7dc} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7201 | 2025.05.22 21:22:37.485068 [ 261 ] {8d3165e3-4167-457e-a2a7-b72b0ac6d7dc} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7202 | 2025.05.22 21:22:37.485196 [ 261 ] {8d3165e3-4167-457e-a2a7-b72b0ac6d7dc} <Debug> executeQuery: Read 553 rows, 42.05 KiB in 0.001372 sec., 403061.2244897959 rows/sec., 29.93 MiB/sec. | ||
7203 | 2025.05.22 21:22:37.485233 [ 261 ] {8d3165e3-4167-457e-a2a7-b72b0ac6d7dc} <Debug> TCPHandler: Processed in 0.001532323 sec. | ||
7204 | 2025.05.22 21:22:37.485345 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7205 | 2025.05.22 21:22:37.485439 [ 261 ] {ee4bd906-d273-4ba7-8645-209a22f34fb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7206 | 2025.05.22 21:22:37.485482 [ 261 ] {ee4bd906-d273-4ba7-8645-209a22f34fb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7207 | 2025.05.22 21:22:37.486075 [ 261 ] {ee4bd906-d273-4ba7-8645-209a22f34fb6} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7208 | 2025.05.22 21:22:37.486111 [ 261 ] {ee4bd906-d273-4ba7-8645-209a22f34fb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7209 | 2025.05.22 21:22:37.486475 [ 261 ] {ee4bd906-d273-4ba7-8645-209a22f34fb6} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7210 | 2025.05.22 21:22:37.486689 [ 261 ] {ee4bd906-d273-4ba7-8645-209a22f34fb6} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7211 | 2025.05.22 21:22:37.486813 [ 261 ] {ee4bd906-d273-4ba7-8645-209a22f34fb6} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.001393 sec., 631730.07896626 rows/sec., 42.50 MiB/sec. | ||
7212 | 2025.05.22 21:22:37.486848 [ 261 ] {ee4bd906-d273-4ba7-8645-209a22f34fb6} <Debug> TCPHandler: Processed in 0.001551203 sec. | ||
7213 | 2025.05.22 21:22:37.486958 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7214 | 2025.05.22 21:22:37.487050 [ 261 ] {07d39c6c-0d41-4626-bd4f-24a9c57e8bec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7215 | 2025.05.22 21:22:37.487104 [ 261 ] {07d39c6c-0d41-4626-bd4f-24a9c57e8bec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7216 | 2025.05.22 21:22:37.487923 [ 261 ] {07d39c6c-0d41-4626-bd4f-24a9c57e8bec} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7217 | 2025.05.22 21:22:37.487959 [ 261 ] {07d39c6c-0d41-4626-bd4f-24a9c57e8bec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7218 | 2025.05.22 21:22:37.488493 [ 261 ] {07d39c6c-0d41-4626-bd4f-24a9c57e8bec} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
7219 | 2025.05.22 21:22:37.488709 [ 261 ] {07d39c6c-0d41-4626-bd4f-24a9c57e8bec} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7220 | 2025.05.22 21:22:37.488840 [ 261 ] {07d39c6c-0d41-4626-bd4f-24a9c57e8bec} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001808 sec., 18252.212389380533 rows/sec., 32.71 MiB/sec. | ||
7221 | 2025.05.22 21:22:37.488891 [ 261 ] {07d39c6c-0d41-4626-bd4f-24a9c57e8bec} <Debug> TCPHandler: Processed in 0.00198311 sec. | ||
7222 | 2025.05.22 21:22:37.489002 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7223 | 2025.05.22 21:22:37.489095 [ 261 ] {2acebc51-f92d-4af1-bebb-8849972e1138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7224 | 2025.05.22 21:22:37.489136 [ 261 ] {2acebc51-f92d-4af1-bebb-8849972e1138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7225 | 2025.05.22 21:22:37.489473 [ 261 ] {2acebc51-f92d-4af1-bebb-8849972e1138} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7226 | 2025.05.22 21:22:37.489508 [ 261 ] {2acebc51-f92d-4af1-bebb-8849972e1138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7227 | 2025.05.22 21:22:37.489803 [ 261 ] {2acebc51-f92d-4af1-bebb-8849972e1138} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7228 | 2025.05.22 21:22:37.490005 [ 261 ] {2acebc51-f92d-4af1-bebb-8849972e1138} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7229 | 2025.05.22 21:22:37.490129 [ 261 ] {2acebc51-f92d-4af1-bebb-8849972e1138} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. | ||
7230 | 2025.05.22 21:22:37.490163 [ 261 ] {2acebc51-f92d-4af1-bebb-8849972e1138} <Debug> TCPHandler: Processed in 0.001209678 sec. | ||
7231 | 2025.05.22 21:22:38.797953 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788 | ||
7232 | 2025.05.22 21:22:38.798443 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7233 | 2025.05.22 21:22:38.798482 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7234 | 2025.05.22 21:22:38.798964 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7235 | 2025.05.22 21:22:38.799190 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7236 | 2025.05.22 21:22:38.799319 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788 | ||
7237 | 2025.05.22 21:22:38.799318 [ 92 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7238 | 2025.05.22 21:22:38.799392 [ 92 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7239 | 2025.05.22 21:22:38.799411 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7240 | 2025.05.22 21:22:38.799511 [ 200 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
7241 | 2025.05.22 21:22:38.799632 [ 200 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7242 | 2025.05.22 21:22:38.799673 [ 200 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
7243 | 2025.05.22 21:22:38.799745 [ 200 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
7244 | 2025.05.22 21:22:38.799795 [ 200 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
7245 | 2025.05.22 21:22:38.799840 [ 200 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
7246 | 2025.05.22 21:22:38.799883 [ 200 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
7247 | 2025.05.22 21:22:38.799925 [ 200 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
7248 | 2025.05.22 21:22:38.801962 [ 193 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.002493827 sec., 7533802.465046693 rows/sec., 107.77 MiB/sec. | ||
7249 | 2025.05.22 21:22:38.802329 [ 191 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7250 | 2025.05.22 21:22:38.802635 [ 191 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_41_8} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7251 | 2025.05.22 21:22:38.802712 [ 191 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_41_8} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7252 | 2025.05.22 21:22:38.802845 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.59 MiB. | ||
7253 | 2025.05.22 21:22:39.788132 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
7254 | 2025.05.22 21:22:39.806412 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7255 | 2025.05.22 21:22:39.806473 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7256 | 2025.05.22 21:22:39.813152 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7257 | 2025.05.22 21:22:39.813907 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7258 | 2025.05.22 21:22:39.814201 [ 90 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7259 | 2025.05.22 21:22:39.814266 [ 90 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7260 | 2025.05.22 21:22:39.814287 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7261 | 2025.05.22 21:22:39.814399 [ 193 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
7262 | 2025.05.22 21:22:39.817625 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
7263 | 2025.05.22 21:22:39.818626 [ 193 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7264 | 2025.05.22 21:22:39.820152 [ 193 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
7265 | 2025.05.22 21:22:39.824935 [ 193 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
7266 | 2025.05.22 21:22:39.829769 [ 193 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
7267 | 2025.05.22 21:22:39.834560 [ 193 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
7268 | 2025.05.22 21:22:39.839279 [ 193 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
7269 | 2025.05.22 21:22:39.844005 [ 193 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
7270 | 2025.05.22 21:22:39.903022 [ 191 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.08867255 sec., 3484.7311823106475 rows/sec., 18.02 MiB/sec. | ||
7271 | 2025.05.22 21:22:39.905914 [ 188 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7272 | 2025.05.22 21:22:39.907962 [ 188 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_41_8} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7273 | 2025.05.22 21:22:39.908055 [ 188 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_41_8} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7274 | 2025.05.22 21:22:39.909824 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
7275 | 2025.05.22 21:22:40.000144 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.20 MiB, peak 281.62 MiB, free memory in arenas 0.00 B, will set to 272.88 MiB (RSS), difference: 4.68 MiB | ||
7276 | 2025.05.22 21:22:41.338061 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 984 | ||
7277 | 2025.05.22 21:22:41.340703 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7278 | 2025.05.22 21:22:41.340752 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7279 | 2025.05.22 21:22:41.341939 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
7280 | 2025.05.22 21:22:41.342204 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7281 | 2025.05.22 21:22:41.342469 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 984 | ||
7282 | 2025.05.22 21:22:42.453664 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7283 | 2025.05.22 21:22:42.453859 [ 261 ] {a81acd28-0a2f-4b20-89d5-941ee85ecc7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
7284 | 2025.05.22 21:22:42.453931 [ 261 ] {a81acd28-0a2f-4b20-89d5-941ee85ecc7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
7285 | 2025.05.22 21:22:42.454755 [ 261 ] {a81acd28-0a2f-4b20-89d5-941ee85ecc7b} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7286 | 2025.05.22 21:22:42.454812 [ 261 ] {a81acd28-0a2f-4b20-89d5-941ee85ecc7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7287 | 2025.05.22 21:22:42.455263 [ 261 ] {a81acd28-0a2f-4b20-89d5-941ee85ecc7b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7288 | 2025.05.22 21:22:42.455483 [ 261 ] {a81acd28-0a2f-4b20-89d5-941ee85ecc7b} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7289 | 2025.05.22 21:22:42.455635 [ 261 ] {a81acd28-0a2f-4b20-89d5-941ee85ecc7b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001831 sec., 115783.72474057892 rows/sec., 7.36 MiB/sec. | ||
7290 | 2025.05.22 21:22:42.455677 [ 261 ] {a81acd28-0a2f-4b20-89d5-941ee85ecc7b} <Debug> TCPHandler: Processed in 0.002152652 sec. | ||
7291 | 2025.05.22 21:22:42.455799 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7292 | 2025.05.22 21:22:42.455904 [ 261 ] {95ff4d3a-c41e-4bb3-b40a-bcc1f04a638a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7293 | 2025.05.22 21:22:42.455946 [ 261 ] {95ff4d3a-c41e-4bb3-b40a-bcc1f04a638a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7294 | 2025.05.22 21:22:42.456805 [ 261 ] {95ff4d3a-c41e-4bb3-b40a-bcc1f04a638a} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7295 | 2025.05.22 21:22:42.456841 [ 261 ] {95ff4d3a-c41e-4bb3-b40a-bcc1f04a638a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7296 | 2025.05.22 21:22:42.457170 [ 261 ] {95ff4d3a-c41e-4bb3-b40a-bcc1f04a638a} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7297 | 2025.05.22 21:22:42.457386 [ 261 ] {95ff4d3a-c41e-4bb3-b40a-bcc1f04a638a} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7298 | 2025.05.22 21:22:42.457514 [ 261 ] {95ff4d3a-c41e-4bb3-b40a-bcc1f04a638a} <Debug> executeQuery: Read 633 rows, 50.88 KiB in 0.001628 sec., 388820.6388206388 rows/sec., 30.52 MiB/sec. | ||
7299 | 2025.05.22 21:22:42.457552 [ 261 ] {95ff4d3a-c41e-4bb3-b40a-bcc1f04a638a} <Debug> TCPHandler: Processed in 0.001804377 sec. | ||
7300 | 2025.05.22 21:22:42.457665 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7301 | 2025.05.22 21:22:42.457770 [ 261 ] {5347c898-95f3-4e03-a7a0-b481d85f500d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7302 | 2025.05.22 21:22:42.457810 [ 261 ] {5347c898-95f3-4e03-a7a0-b481d85f500d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7303 | 2025.05.22 21:22:42.458248 [ 261 ] {5347c898-95f3-4e03-a7a0-b481d85f500d} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7304 | 2025.05.22 21:22:42.458285 [ 261 ] {5347c898-95f3-4e03-a7a0-b481d85f500d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7305 | 2025.05.22 21:22:42.458581 [ 261 ] {5347c898-95f3-4e03-a7a0-b481d85f500d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
7306 | 2025.05.22 21:22:42.458785 [ 261 ] {5347c898-95f3-4e03-a7a0-b481d85f500d} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7307 | 2025.05.22 21:22:42.458914 [ 261 ] {5347c898-95f3-4e03-a7a0-b481d85f500d} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001162 sec., 98106.71256454388 rows/sec., 5.87 MiB/sec. | ||
7308 | 2025.05.22 21:22:42.458950 [ 261 ] {5347c898-95f3-4e03-a7a0-b481d85f500d} <Debug> TCPHandler: Processed in 0.001337209 sec. | ||
7309 | 2025.05.22 21:22:42.459070 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7310 | 2025.05.22 21:22:42.459164 [ 261 ] {0a13305f-aa62-4d88-957a-2f1a74d9dc7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
7311 | 2025.05.22 21:22:42.459204 [ 261 ] {0a13305f-aa62-4d88-957a-2f1a74d9dc7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7312 | 2025.05.22 21:22:42.459633 [ 261 ] {0a13305f-aa62-4d88-957a-2f1a74d9dc7a} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7313 | 2025.05.22 21:22:42.459670 [ 261 ] {0a13305f-aa62-4d88-957a-2f1a74d9dc7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7314 | 2025.05.22 21:22:42.459960 [ 261 ] {0a13305f-aa62-4d88-957a-2f1a74d9dc7a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
7315 | 2025.05.22 21:22:42.460167 [ 261 ] {0a13305f-aa62-4d88-957a-2f1a74d9dc7a} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7316 | 2025.05.22 21:22:42.460271 [ 88 ] {} <Debug> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
7317 | 2025.05.22 21:22:42.460292 [ 261 ] {0a13305f-aa62-4d88-957a-2f1a74d9dc7a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001145 sec., 98689.95633187774 rows/sec., 6.39 MiB/sec. | ||
7318 | 2025.05.22 21:22:42.460335 [ 88 ] {} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7319 | 2025.05.22 21:22:42.460346 [ 261 ] {0a13305f-aa62-4d88-957a-2f1a74d9dc7a} <Debug> TCPHandler: Processed in 0.00133304 sec. | ||
7320 | 2025.05.22 21:22:42.460364 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7321 | 2025.05.22 21:22:42.460467 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7322 | 2025.05.22 21:22:42.460514 [ 191 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
7323 | 2025.05.22 21:22:42.460567 [ 261 ] {aa65225e-7efd-481f-bfb7-3ed19bae9e91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
7324 | 2025.05.22 21:22:42.460618 [ 261 ] {aa65225e-7efd-481f-bfb7-3ed19bae9e91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7325 | 2025.05.22 21:22:42.460715 [ 191 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7326 | 2025.05.22 21:22:42.460771 [ 191 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 365 rows starting from the beginning of the part | ||
7327 | 2025.05.22 21:22:42.460872 [ 191 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 113 rows starting from the beginning of the part | ||
7328 | 2025.05.22 21:22:42.460946 [ 191 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 113 rows starting from the beginning of the part | ||
7329 | 2025.05.22 21:22:42.461014 [ 191 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 113 rows starting from the beginning of the part | ||
7330 | 2025.05.22 21:22:42.461049 [ 261 ] {aa65225e-7efd-481f-bfb7-3ed19bae9e91} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7331 | 2025.05.22 21:22:42.461082 [ 191 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 228 rows starting from the beginning of the part | ||
7332 | 2025.05.22 21:22:42.461091 [ 261 ] {aa65225e-7efd-481f-bfb7-3ed19bae9e91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7333 | 2025.05.22 21:22:42.461155 [ 191 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 113 rows starting from the beginning of the part | ||
7334 | 2025.05.22 21:22:42.461429 [ 261 ] {aa65225e-7efd-481f-bfb7-3ed19bae9e91} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7335 | 2025.05.22 21:22:42.461674 [ 261 ] {aa65225e-7efd-481f-bfb7-3ed19bae9e91} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7336 | 2025.05.22 21:22:42.461807 [ 261 ] {aa65225e-7efd-481f-bfb7-3ed19bae9e91} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001259 sec., 88959.49166004766 rows/sec., 5.07 MiB/sec. | ||
7337 | 2025.05.22 21:22:42.461846 [ 261 ] {aa65225e-7efd-481f-bfb7-3ed19bae9e91} <Debug> TCPHandler: Processed in 0.001430161 sec. | ||
7338 | 2025.05.22 21:22:42.461963 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7339 | 2025.05.22 21:22:42.462063 [ 261 ] {498be596-b4db-4f9f-ae48-b2ea51e3de2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7340 | 2025.05.22 21:22:42.462102 [ 261 ] {498be596-b4db-4f9f-ae48-b2ea51e3de2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7341 | 2025.05.22 21:22:42.462387 [ 187 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1045 rows, containing 5 columns (5 merged, 0 gathered) in 0.001948349 sec., 536351.546873789 rows/sec., 37.69 MiB/sec. | ||
7342 | 2025.05.22 21:22:42.462541 [ 191 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
7343 | 2025.05.22 21:22:42.462682 [ 261 ] {498be596-b4db-4f9f-ae48-b2ea51e3de2f} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7344 | 2025.05.22 21:22:42.462725 [ 261 ] {498be596-b4db-4f9f-ae48-b2ea51e3de2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7345 | 2025.05.22 21:22:42.462787 [ 191 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_20_4} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7346 | 2025.05.22 21:22:42.462868 [ 191 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_20_4} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
7347 | 2025.05.22 21:22:42.462945 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
7348 | 2025.05.22 21:22:42.463140 [ 261 ] {498be596-b4db-4f9f-ae48-b2ea51e3de2f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7349 | 2025.05.22 21:22:42.463360 [ 261 ] {498be596-b4db-4f9f-ae48-b2ea51e3de2f} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7350 | 2025.05.22 21:22:42.463484 [ 261 ] {498be596-b4db-4f9f-ae48-b2ea51e3de2f} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001439 sec., 271021.5427380125 rows/sec., 19.16 MiB/sec. | ||
7351 | 2025.05.22 21:22:42.463521 [ 261 ] {498be596-b4db-4f9f-ae48-b2ea51e3de2f} <Debug> TCPHandler: Processed in 0.001611944 sec. | ||
7352 | 2025.05.22 21:22:42.463634 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7353 | 2025.05.22 21:22:42.463827 [ 261 ] {cd691d7d-5e17-4bf4-a347-46da4b4c1056} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
7354 | 2025.05.22 21:22:42.463869 [ 261 ] {cd691d7d-5e17-4bf4-a347-46da4b4c1056} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7355 | 2025.05.22 21:22:42.464203 [ 261 ] {cd691d7d-5e17-4bf4-a347-46da4b4c1056} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7356 | 2025.05.22 21:22:42.464238 [ 261 ] {cd691d7d-5e17-4bf4-a347-46da4b4c1056} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7357 | 2025.05.22 21:22:42.464536 [ 261 ] {cd691d7d-5e17-4bf4-a347-46da4b4c1056} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
7358 | 2025.05.22 21:22:42.464744 [ 261 ] {cd691d7d-5e17-4bf4-a347-46da4b4c1056} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7359 | 2025.05.22 21:22:42.464843 [ 88 ] {} <Debug> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
7360 | 2025.05.22 21:22:42.464871 [ 261 ] {cd691d7d-5e17-4bf4-a347-46da4b4c1056} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001062 sec., 5649.717514124293 rows/sec., 295.18 KiB/sec. | ||
7361 | 2025.05.22 21:22:42.464878 [ 88 ] {} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7362 | 2025.05.22 21:22:42.464910 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7363 | 2025.05.22 21:22:42.464914 [ 261 ] {cd691d7d-5e17-4bf4-a347-46da4b4c1056} <Debug> TCPHandler: Processed in 0.00133104 sec. | ||
7364 | 2025.05.22 21:22:42.464990 [ 198 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::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 | ||
7365 | 2025.05.22 21:22:42.465035 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7366 | 2025.05.22 21:22:42.465082 [ 198 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7367 | 2025.05.22 21:22:42.465111 [ 198 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part | ||
7368 | 2025.05.22 21:22:42.465137 [ 261 ] {861b4bc1-0652-4d00-be2a-6ce6f1b50db9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7369 | 2025.05.22 21:22:42.465165 [ 198 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
7370 | 2025.05.22 21:22:42.465178 [ 261 ] {861b4bc1-0652-4d00-be2a-6ce6f1b50db9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7371 | 2025.05.22 21:22:42.465208 [ 198 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
7372 | 2025.05.22 21:22:42.465253 [ 198 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
7373 | 2025.05.22 21:22:42.465295 [ 198 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
7374 | 2025.05.22 21:22:42.465339 [ 198 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
7375 | 2025.05.22 21:22:42.465605 [ 261 ] {861b4bc1-0652-4d00-be2a-6ce6f1b50db9} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7376 | 2025.05.22 21:22:42.465639 [ 261 ] {861b4bc1-0652-4d00-be2a-6ce6f1b50db9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7377 | 2025.05.22 21:22:42.465979 [ 261 ] {861b4bc1-0652-4d00-be2a-6ce6f1b50db9} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7378 | 2025.05.22 21:22:42.466118 [ 187 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.001162617 sec., 56768.48007555369 rows/sec., 2.90 MiB/sec. | ||
7379 | 2025.05.22 21:22:42.466189 [ 261 ] {861b4bc1-0652-4d00-be2a-6ce6f1b50db9} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7380 | 2025.05.22 21:22:42.466298 [ 187 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
7381 | 2025.05.22 21:22:42.466327 [ 261 ] {861b4bc1-0652-4d00-be2a-6ce6f1b50db9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001208 sec., 196192.05298013243 rows/sec., 13.15 MiB/sec. | ||
7382 | 2025.05.22 21:22:42.466368 [ 261 ] {861b4bc1-0652-4d00-be2a-6ce6f1b50db9} <Debug> TCPHandler: Processed in 0.001383181 sec. | ||
7383 | 2025.05.22 21:22:42.466489 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7384 | 2025.05.22 21:22:42.466594 [ 261 ] {a89bdb57-b6bd-4aae-9f41-3fe6983262dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
7385 | 2025.05.22 21:22:42.466604 [ 187 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_11_2} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7386 | 2025.05.22 21:22:42.466638 [ 261 ] {a89bdb57-b6bd-4aae-9f41-3fe6983262dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7387 | 2025.05.22 21:22:42.466695 [ 187 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_11_2} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
7388 | 2025.05.22 21:22:42.466777 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
7389 | 2025.05.22 21:22:42.466957 [ 261 ] {a89bdb57-b6bd-4aae-9f41-3fe6983262dd} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7390 | 2025.05.22 21:22:42.466997 [ 261 ] {a89bdb57-b6bd-4aae-9f41-3fe6983262dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7391 | 2025.05.22 21:22:42.467314 [ 261 ] {a89bdb57-b6bd-4aae-9f41-3fe6983262dd} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
7392 | 2025.05.22 21:22:42.467517 [ 261 ] {a89bdb57-b6bd-4aae-9f41-3fe6983262dd} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7393 | 2025.05.22 21:22:42.467654 [ 261 ] {a89bdb57-b6bd-4aae-9f41-3fe6983262dd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001076 sec., 929.3680297397771 rows/sec., 62.62 KiB/sec. | ||
7394 | 2025.05.22 21:22:42.467691 [ 261 ] {a89bdb57-b6bd-4aae-9f41-3fe6983262dd} <Debug> TCPHandler: Processed in 0.001252909 sec. | ||
7395 | 2025.05.22 21:22:42.467799 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7396 | 2025.05.22 21:22:42.467900 [ 261 ] {23db47f8-352f-415a-88f2-4bd20bbd308e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7397 | 2025.05.22 21:22:42.467953 [ 261 ] {23db47f8-352f-415a-88f2-4bd20bbd308e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7398 | 2025.05.22 21:22:42.468715 [ 261 ] {23db47f8-352f-415a-88f2-4bd20bbd308e} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7399 | 2025.05.22 21:22:42.468751 [ 261 ] {23db47f8-352f-415a-88f2-4bd20bbd308e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7400 | 2025.05.22 21:22:42.469261 [ 261 ] {23db47f8-352f-415a-88f2-4bd20bbd308e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
7401 | 2025.05.22 21:22:42.469486 [ 261 ] {23db47f8-352f-415a-88f2-4bd20bbd308e} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7402 | 2025.05.22 21:22:42.469621 [ 261 ] {23db47f8-352f-415a-88f2-4bd20bbd308e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001737 sec., 4605.641911341393 rows/sec., 8.25 MiB/sec. | ||
7403 | 2025.05.22 21:22:42.469673 [ 261 ] {23db47f8-352f-415a-88f2-4bd20bbd308e} <Debug> TCPHandler: Processed in 0.001923889 sec. | ||
7404 | 2025.05.22 21:22:42.469787 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7405 | 2025.05.22 21:22:42.469892 [ 261 ] {339c2d2d-fb48-4678-a55d-7fe1d1fd2b0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7406 | 2025.05.22 21:22:42.469932 [ 261 ] {339c2d2d-fb48-4678-a55d-7fe1d1fd2b0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7407 | 2025.05.22 21:22:42.470264 [ 261 ] {339c2d2d-fb48-4678-a55d-7fe1d1fd2b0f} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7408 | 2025.05.22 21:22:42.470298 [ 261 ] {339c2d2d-fb48-4678-a55d-7fe1d1fd2b0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7409 | 2025.05.22 21:22:42.470604 [ 261 ] {339c2d2d-fb48-4678-a55d-7fe1d1fd2b0f} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7410 | 2025.05.22 21:22:42.470811 [ 261 ] {339c2d2d-fb48-4678-a55d-7fe1d1fd2b0f} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7411 | 2025.05.22 21:22:42.470936 [ 261 ] {339c2d2d-fb48-4678-a55d-7fe1d1fd2b0f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001062 sec., 77212.80602636535 rows/sec., 4.90 MiB/sec. | ||
7412 | 2025.05.22 21:22:42.470971 [ 261 ] {339c2d2d-fb48-4678-a55d-7fe1d1fd2b0f} <Debug> TCPHandler: Processed in 0.001234618 sec. | ||
7413 | 2025.05.22 21:22:46.186570 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7414 | 2025.05.22 21:22:46.186668 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7415 | 2025.05.22 21:22:46.300354 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276 | ||
7416 | 2025.05.22 21:22:46.300847 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7417 | 2025.05.22 21:22:46.300885 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7418 | 2025.05.22 21:22:46.301355 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7419 | 2025.05.22 21:22:46.301600 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7420 | 2025.05.22 21:22:46.301724 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
7421 | 2025.05.22 21:22:47.318648 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
7422 | 2025.05.22 21:22:47.333644 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7423 | 2025.05.22 21:22:47.333696 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7424 | 2025.05.22 21:22:47.339784 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7425 | 2025.05.22 21:22:47.340486 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7426 | 2025.05.22 21:22:47.343150 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
7427 | 2025.05.22 21:22:47.449090 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7428 | 2025.05.22 21:22:47.449290 [ 261 ] {e61a0b05-d1ae-4603-8c64-0e62f9c03454} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7429 | 2025.05.22 21:22:47.449365 [ 261 ] {e61a0b05-d1ae-4603-8c64-0e62f9c03454} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7430 | 2025.05.22 21:22:47.450060 [ 261 ] {e61a0b05-d1ae-4603-8c64-0e62f9c03454} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7431 | 2025.05.22 21:22:47.450105 [ 261 ] {e61a0b05-d1ae-4603-8c64-0e62f9c03454} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7432 | 2025.05.22 21:22:47.450527 [ 261 ] {e61a0b05-d1ae-4603-8c64-0e62f9c03454} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7433 | 2025.05.22 21:22:47.450774 [ 261 ] {e61a0b05-d1ae-4603-8c64-0e62f9c03454} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7434 | 2025.05.22 21:22:47.450930 [ 80 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7435 | 2025.05.22 21:22:47.450933 [ 261 ] {e61a0b05-d1ae-4603-8c64-0e62f9c03454} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.001704 sec., 71596.2441314554 rows/sec., 6.11 MiB/sec. | ||
7436 | 2025.05.22 21:22:47.450979 [ 80 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7437 | 2025.05.22 21:22:47.451007 [ 261 ] {e61a0b05-d1ae-4603-8c64-0e62f9c03454} <Debug> TCPHandler: Processed in 0.00205365 sec. | ||
7438 | 2025.05.22 21:22:47.451007 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7439 | 2025.05.22 21:22:47.451136 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7440 | 2025.05.22 21:22:47.451251 [ 261 ] {ee4b6d4f-eda5-4f96-99a4-578a201d7285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7441 | 2025.05.22 21:22:47.451302 [ 261 ] {ee4b6d4f-eda5-4f96-99a4-578a201d7285} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7442 | 2025.05.22 21:22:47.451500 [ 198 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::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 | ||
7443 | 2025.05.22 21:22:47.451606 [ 198 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7444 | 2025.05.22 21:22:47.451634 [ 198 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1970 rows starting from the beginning of the part | ||
7445 | 2025.05.22 21:22:47.451697 [ 198 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 122 rows starting from the beginning of the part | ||
7446 | 2025.05.22 21:22:47.451747 [ 261 ] {ee4b6d4f-eda5-4f96-99a4-578a201d7285} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7447 | 2025.05.22 21:22:47.451752 [ 198 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 633 rows starting from the beginning of the part | ||
7448 | 2025.05.22 21:22:47.451784 [ 261 ] {ee4b6d4f-eda5-4f96-99a4-578a201d7285} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7449 | 2025.05.22 21:22:47.451811 [ 198 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1262 rows starting from the beginning of the part | ||
7450 | 2025.05.22 21:22:47.451855 [ 198 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 633 rows starting from the beginning of the part | ||
7451 | 2025.05.22 21:22:47.451899 [ 198 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 122 rows starting from the beginning of the part | ||
7452 | 2025.05.22 21:22:47.452107 [ 261 ] {ee4b6d4f-eda5-4f96-99a4-578a201d7285} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
7453 | 2025.05.22 21:22:47.452341 [ 261 ] {ee4b6d4f-eda5-4f96-99a4-578a201d7285} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7454 | 2025.05.22 21:22:47.452474 [ 261 ] {ee4b6d4f-eda5-4f96-99a4-578a201d7285} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001251 sec., 26378.896882494006 rows/sec., 1.94 MiB/sec. | ||
7455 | 2025.05.22 21:22:47.452474 [ 78 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
7456 | 2025.05.22 21:22:47.452511 [ 261 ] {ee4b6d4f-eda5-4f96-99a4-578a201d7285} <Debug> TCPHandler: Processed in 0.001425691 sec. | ||
7457 | 2025.05.22 21:22:47.452522 [ 78 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7458 | 2025.05.22 21:22:47.452541 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7459 | 2025.05.22 21:22:47.452619 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7460 | 2025.05.22 21:22:47.452653 [ 187 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::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 | ||
7461 | 2025.05.22 21:22:47.452731 [ 261 ] {5e7e41a3-27c7-47d5-b746-b70b09e3218d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7462 | 2025.05.22 21:22:47.452774 [ 261 ] {5e7e41a3-27c7-47d5-b746-b70b09e3218d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7463 | 2025.05.22 21:22:47.452799 [ 187 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7464 | 2025.05.22 21:22:47.452836 [ 187 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 179 rows starting from the beginning of the part | ||
7465 | 2025.05.22 21:22:47.452901 [ 187 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 33 rows starting from the beginning of the part | ||
7466 | 2025.05.22 21:22:47.452946 [ 187 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 114 rows starting from the beginning of the part | ||
7467 | 2025.05.22 21:22:47.452986 [ 187 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 33 rows starting from the beginning of the part | ||
7468 | 2025.05.22 21:22:47.453026 [ 187 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 114 rows starting from the beginning of the part | ||
7469 | 2025.05.22 21:22:47.453066 [ 187 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 33 rows starting from the beginning of the part | ||
7470 | 2025.05.22 21:22:47.453217 [ 261 ] {5e7e41a3-27c7-47d5-b746-b70b09e3218d} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7471 | 2025.05.22 21:22:47.453257 [ 261 ] {5e7e41a3-27c7-47d5-b746-b70b09e3218d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7472 | 2025.05.22 21:22:47.453720 [ 198 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4742 rows, containing 5 columns (5 merged, 0 gathered) in 0.002260774 sec., 2097511.7371307346 rows/sec., 178.79 MiB/sec. | ||
7473 | 2025.05.22 21:22:47.453794 [ 261 ] {5e7e41a3-27c7-47d5-b746-b70b09e3218d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7474 | 2025.05.22 21:22:47.453924 [ 201 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 506 rows, containing 5 columns (5 merged, 0 gathered) in 0.00131705 sec., 384191.94411753543 rows/sec., 26.12 MiB/sec. | ||
7475 | 2025.05.22 21:22:47.453978 [ 198 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7476 | 2025.05.22 21:22:47.454010 [ 261 ] {5e7e41a3-27c7-47d5-b746-b70b09e3218d} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7477 | 2025.05.22 21:22:47.454094 [ 187 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
7478 | 2025.05.22 21:22:47.454152 [ 261 ] {5e7e41a3-27c7-47d5-b746-b70b09e3218d} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001449 sec., 66942.71911663216 rows/sec., 5.23 MiB/sec. | ||
7479 | 2025.05.22 21:22:47.454153 [ 80 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7480 | 2025.05.22 21:22:47.454196 [ 261 ] {5e7e41a3-27c7-47d5-b746-b70b09e3218d} <Debug> TCPHandler: Processed in 0.001625594 sec. | ||
7481 | 2025.05.22 21:22:47.454206 [ 80 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7482 | 2025.05.22 21:22:47.454237 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7483 | 2025.05.22 21:22:47.454252 [ 198 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_56_11} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7484 | 2025.05.22 21:22:47.454320 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7485 | 2025.05.22 21:22:47.454333 [ 198 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_56_11} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7486 | 2025.05.22 21:22:47.454325 [ 201 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::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 | ||
7487 | 2025.05.22 21:22:47.454398 [ 187 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_51_10} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7488 | 2025.05.22 21:22:47.454409 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
7489 | 2025.05.22 21:22:47.454428 [ 261 ] {e8747d65-a0c2-48f8-9fcf-28aa323c8504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7490 | 2025.05.22 21:22:47.454462 [ 201 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7491 | 2025.05.22 21:22:47.454474 [ 261 ] {e8747d65-a0c2-48f8-9fcf-28aa323c8504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7492 | 2025.05.22 21:22:47.454485 [ 187 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_51_10} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
7493 | 2025.05.22 21:22:47.454502 [ 201 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 953 rows starting from the beginning of the part | ||
7494 | 2025.05.22 21:22:47.454572 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
7495 | 2025.05.22 21:22:47.454582 [ 201 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 97 rows starting from the beginning of the part | ||
7496 | 2025.05.22 21:22:47.454638 [ 201 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 390 rows starting from the beginning of the part | ||
7497 | 2025.05.22 21:22:47.454680 [ 201 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 553 rows starting from the beginning of the part | ||
7498 | 2025.05.22 21:22:47.454720 [ 201 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 390 rows starting from the beginning of the part | ||
7499 | 2025.05.22 21:22:47.454761 [ 201 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 97 rows starting from the beginning of the part | ||
7500 | 2025.05.22 21:22:47.454941 [ 261 ] {e8747d65-a0c2-48f8-9fcf-28aa323c8504} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7501 | 2025.05.22 21:22:47.454983 [ 261 ] {e8747d65-a0c2-48f8-9fcf-28aa323c8504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7502 | 2025.05.22 21:22:47.455352 [ 261 ] {e8747d65-a0c2-48f8-9fcf-28aa323c8504} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7503 | 2025.05.22 21:22:47.455601 [ 261 ] {e8747d65-a0c2-48f8-9fcf-28aa323c8504} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7504 | 2025.05.22 21:22:47.455728 [ 261 ] {e8747d65-a0c2-48f8-9fcf-28aa323c8504} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00132 sec., 121212.12121212122 rows/sec., 8.44 MiB/sec. | ||
7505 | 2025.05.22 21:22:47.455763 [ 261 ] {e8747d65-a0c2-48f8-9fcf-28aa323c8504} <Debug> TCPHandler: Processed in 0.001491092 sec. | ||
7506 | 2025.05.22 21:22:47.455875 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7507 | 2025.05.22 21:22:47.455984 [ 261 ] {2f088b93-26b5-42aa-8cc8-0302e83d7c5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7508 | 2025.05.22 21:22:47.456037 [ 261 ] {2f088b93-26b5-42aa-8cc8-0302e83d7c5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7509 | 2025.05.22 21:22:47.456048 [ 187 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2480 rows, containing 5 columns (5 merged, 0 gathered) in 0.001761377 sec., 1407989.3174487916 rows/sec., 108.22 MiB/sec. | ||
7510 | 2025.05.22 21:22:47.456260 [ 201 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7511 | 2025.05.22 21:22:47.456528 [ 201 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_56_11} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7512 | 2025.05.22 21:22:47.456598 [ 201 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_56_11} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7513 | 2025.05.22 21:22:47.456676 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
7514 | 2025.05.22 21:22:47.456920 [ 261 ] {2f088b93-26b5-42aa-8cc8-0302e83d7c5c} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7515 | 2025.05.22 21:22:47.456960 [ 261 ] {2f088b93-26b5-42aa-8cc8-0302e83d7c5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7516 | 2025.05.22 21:22:47.457542 [ 261 ] {2f088b93-26b5-42aa-8cc8-0302e83d7c5c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
7517 | 2025.05.22 21:22:47.457767 [ 261 ] {2f088b93-26b5-42aa-8cc8-0302e83d7c5c} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7518 | 2025.05.22 21:22:47.457883 [ 78 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
7519 | 2025.05.22 21:22:47.457904 [ 261 ] {2f088b93-26b5-42aa-8cc8-0302e83d7c5c} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001938 sec., 17027.863777089784 rows/sec., 30.51 MiB/sec. | ||
7520 | 2025.05.22 21:22:47.457917 [ 78 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7521 | 2025.05.22 21:22:47.457938 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7522 | 2025.05.22 21:22:47.457968 [ 261 ] {2f088b93-26b5-42aa-8cc8-0302e83d7c5c} <Debug> TCPHandler: Processed in 0.002140322 sec. | ||
7523 | 2025.05.22 21:22:47.458009 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
7524 | 2025.05.22 21:22:47.458079 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7525 | 2025.05.22 21:22:47.458187 [ 261 ] {978c72e1-6e15-4074-a8d0-9b47df1bd92f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7526 | 2025.05.22 21:22:47.458208 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7527 | 2025.05.22 21:22:47.458228 [ 261 ] {978c72e1-6e15-4074-a8d0-9b47df1bd92f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7528 | 2025.05.22 21:22:47.458260 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 989 rows starting from the beginning of the part | ||
7529 | 2025.05.22 21:22:47.458378 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 33 rows starting from the beginning of the part | ||
7530 | 2025.05.22 21:22:47.458481 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
7531 | 2025.05.22 21:22:47.458567 [ 261 ] {978c72e1-6e15-4074-a8d0-9b47df1bd92f} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7532 | 2025.05.22 21:22:47.458579 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 33 rows starting from the beginning of the part | ||
7533 | 2025.05.22 21:22:47.458609 [ 261 ] {978c72e1-6e15-4074-a8d0-9b47df1bd92f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7534 | 2025.05.22 21:22:47.458691 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
7535 | 2025.05.22 21:22:47.458795 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 33 rows starting from the beginning of the part | ||
7536 | 2025.05.22 21:22:47.458920 [ 261 ] {978c72e1-6e15-4074-a8d0-9b47df1bd92f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7537 | 2025.05.22 21:22:47.459156 [ 261 ] {978c72e1-6e15-4074-a8d0-9b47df1bd92f} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7538 | 2025.05.22 21:22:47.459292 [ 261 ] {978c72e1-6e15-4074-a8d0-9b47df1bd92f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001124 sec., 53380.78291814947 rows/sec., 3.60 MiB/sec. | ||
7539 | 2025.05.22 21:22:47.459328 [ 261 ] {978c72e1-6e15-4074-a8d0-9b47df1bd92f} <Debug> TCPHandler: Processed in 0.001296429 sec. | ||
7540 | 2025.05.22 21:22:47.465607 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1104 rows, containing 19 columns (19 merged, 0 gathered) in 0.007630354 sec., 144685.29245170014 rows/sec., 259.27 MiB/sec. | ||
7541 | 2025.05.22 21:22:47.466962 [ 187 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
7542 | 2025.05.22 21:22:47.467276 [ 187 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7543 | 2025.05.22 21:22:47.467348 [ 187 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
7544 | 2025.05.22 21:22:47.467429 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.44 MiB. | ||
7545 | 2025.05.22 21:22:48.000155 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.02 MiB, peak 282.40 MiB, free memory in arenas 0.00 B, will set to 278.96 MiB (RSS), difference: 4.94 MiB | ||
7546 | 2025.05.22 21:22:51.343608 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1018 | ||
7547 | 2025.05.22 21:22:51.345971 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7548 | 2025.05.22 21:22:51.346018 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7549 | 2025.05.22 21:22:51.347227 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
7550 | 2025.05.22 21:22:51.347493 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7551 | 2025.05.22 21:22:51.347765 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1018 | ||
7552 | 2025.05.22 21:22:52.453506 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7553 | 2025.05.22 21:22:52.453710 [ 261 ] {ea3b6b2f-f232-417e-bea7-1a8780cf9fa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
7554 | 2025.05.22 21:22:52.453784 [ 261 ] {ea3b6b2f-f232-417e-bea7-1a8780cf9fa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
7555 | 2025.05.22 21:22:52.454567 [ 261 ] {ea3b6b2f-f232-417e-bea7-1a8780cf9fa8} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7556 | 2025.05.22 21:22:52.454616 [ 261 ] {ea3b6b2f-f232-417e-bea7-1a8780cf9fa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7557 | 2025.05.22 21:22:52.455014 [ 261 ] {ea3b6b2f-f232-417e-bea7-1a8780cf9fa8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7558 | 2025.05.22 21:22:52.455256 [ 261 ] {ea3b6b2f-f232-417e-bea7-1a8780cf9fa8} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7559 | 2025.05.22 21:22:52.455409 [ 261 ] {ea3b6b2f-f232-417e-bea7-1a8780cf9fa8} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001754 sec., 120866.590649943 rows/sec., 7.69 MiB/sec. | ||
7560 | 2025.05.22 21:22:52.455450 [ 261 ] {ea3b6b2f-f232-417e-bea7-1a8780cf9fa8} <Debug> TCPHandler: Processed in 0.002089271 sec. | ||
7561 | 2025.05.22 21:22:52.455573 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7562 | 2025.05.22 21:22:52.455669 [ 261 ] {d47822ed-79a7-4476-99ce-e14642fa4ed7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
7563 | 2025.05.22 21:22:52.455709 [ 261 ] {d47822ed-79a7-4476-99ce-e14642fa4ed7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7564 | 2025.05.22 21:22:52.456109 [ 261 ] {d47822ed-79a7-4476-99ce-e14642fa4ed7} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7565 | 2025.05.22 21:22:52.456144 [ 261 ] {d47822ed-79a7-4476-99ce-e14642fa4ed7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7566 | 2025.05.22 21:22:52.456433 [ 261 ] {d47822ed-79a7-4476-99ce-e14642fa4ed7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
7567 | 2025.05.22 21:22:52.456645 [ 261 ] {d47822ed-79a7-4476-99ce-e14642fa4ed7} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7568 | 2025.05.22 21:22:52.456771 [ 261 ] {d47822ed-79a7-4476-99ce-e14642fa4ed7} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001122 sec., 3565.0623885918003 rows/sec., 290.71 KiB/sec. | ||
7569 | 2025.05.22 21:22:52.456809 [ 261 ] {d47822ed-79a7-4476-99ce-e14642fa4ed7} <Debug> TCPHandler: Processed in 0.001288769 sec. | ||
7570 | 2025.05.22 21:22:52.456924 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7571 | 2025.05.22 21:22:52.457019 [ 261 ] {6dcf0cde-7d2b-4ffa-96eb-bd733fa44133} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7572 | 2025.05.22 21:22:52.457057 [ 261 ] {6dcf0cde-7d2b-4ffa-96eb-bd733fa44133} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7573 | 2025.05.22 21:22:52.457742 [ 261 ] {6dcf0cde-7d2b-4ffa-96eb-bd733fa44133} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7574 | 2025.05.22 21:22:52.457779 [ 261 ] {6dcf0cde-7d2b-4ffa-96eb-bd733fa44133} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7575 | 2025.05.22 21:22:52.458112 [ 261 ] {6dcf0cde-7d2b-4ffa-96eb-bd733fa44133} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
7576 | 2025.05.22 21:22:52.458326 [ 261 ] {6dcf0cde-7d2b-4ffa-96eb-bd733fa44133} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7577 | 2025.05.22 21:22:52.458454 [ 261 ] {6dcf0cde-7d2b-4ffa-96eb-bd733fa44133} <Debug> executeQuery: Read 635 rows, 51.02 KiB in 0.001452 sec., 437327.8236914601 rows/sec., 34.32 MiB/sec. | ||
7578 | 2025.05.22 21:22:52.458491 [ 261 ] {6dcf0cde-7d2b-4ffa-96eb-bd733fa44133} <Debug> TCPHandler: Processed in 0.001617454 sec. | ||
7579 | 2025.05.22 21:22:52.458601 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7580 | 2025.05.22 21:22:52.458695 [ 261 ] {8f6b4baf-09cb-4a62-83a6-ad9cf909ba56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7581 | 2025.05.22 21:22:52.458735 [ 261 ] {8f6b4baf-09cb-4a62-83a6-ad9cf909ba56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7582 | 2025.05.22 21:22:52.459152 [ 261 ] {8f6b4baf-09cb-4a62-83a6-ad9cf909ba56} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7583 | 2025.05.22 21:22:52.459188 [ 261 ] {8f6b4baf-09cb-4a62-83a6-ad9cf909ba56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7584 | 2025.05.22 21:22:52.459488 [ 261 ] {8f6b4baf-09cb-4a62-83a6-ad9cf909ba56} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7585 | 2025.05.22 21:22:52.459691 [ 261 ] {8f6b4baf-09cb-4a62-83a6-ad9cf909ba56} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7586 | 2025.05.22 21:22:52.459819 [ 261 ] {8f6b4baf-09cb-4a62-83a6-ad9cf909ba56} <Debug> executeQuery: Read 118 rows, 7.27 KiB in 0.001142 sec., 103327.49562171628 rows/sec., 6.21 MiB/sec. | ||
7587 | 2025.05.22 21:22:52.459856 [ 261 ] {8f6b4baf-09cb-4a62-83a6-ad9cf909ba56} <Debug> TCPHandler: Processed in 0.00130564 sec. | ||
7588 | 2025.05.22 21:22:52.459968 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7589 | 2025.05.22 21:22:52.460063 [ 261 ] {d2114825-bdec-447d-93bc-63961604efc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
7590 | 2025.05.22 21:22:52.460101 [ 261 ] {d2114825-bdec-447d-93bc-63961604efc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7591 | 2025.05.22 21:22:52.460515 [ 261 ] {d2114825-bdec-447d-93bc-63961604efc0} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7592 | 2025.05.22 21:22:52.460552 [ 261 ] {d2114825-bdec-447d-93bc-63961604efc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7593 | 2025.05.22 21:22:52.460875 [ 261 ] {d2114825-bdec-447d-93bc-63961604efc0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
7594 | 2025.05.22 21:22:52.461082 [ 261 ] {d2114825-bdec-447d-93bc-63961604efc0} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7595 | 2025.05.22 21:22:52.461205 [ 261 ] {d2114825-bdec-447d-93bc-63961604efc0} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001159 sec., 97497.84296807591 rows/sec., 6.31 MiB/sec. | ||
7596 | 2025.05.22 21:22:52.461243 [ 261 ] {d2114825-bdec-447d-93bc-63961604efc0} <Debug> TCPHandler: Processed in 0.001325159 sec. | ||
7597 | 2025.05.22 21:22:52.461354 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7598 | 2025.05.22 21:22:52.461448 [ 261 ] {4140dc71-caac-4be9-bbf2-4783445866f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
7599 | 2025.05.22 21:22:52.461486 [ 261 ] {4140dc71-caac-4be9-bbf2-4783445866f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7600 | 2025.05.22 21:22:52.461897 [ 261 ] {4140dc71-caac-4be9-bbf2-4783445866f7} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7601 | 2025.05.22 21:22:52.461932 [ 261 ] {4140dc71-caac-4be9-bbf2-4783445866f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7602 | 2025.05.22 21:22:52.462229 [ 261 ] {4140dc71-caac-4be9-bbf2-4783445866f7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7603 | 2025.05.22 21:22:52.462439 [ 261 ] {4140dc71-caac-4be9-bbf2-4783445866f7} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7604 | 2025.05.22 21:22:52.462564 [ 261 ] {4140dc71-caac-4be9-bbf2-4783445866f7} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001134 sec., 98765.43209876544 rows/sec., 5.63 MiB/sec. | ||
7605 | 2025.05.22 21:22:52.462602 [ 261 ] {4140dc71-caac-4be9-bbf2-4783445866f7} <Debug> TCPHandler: Processed in 0.00129802 sec. | ||
7606 | 2025.05.22 21:22:52.462713 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7607 | 2025.05.22 21:22:52.462808 [ 261 ] {e936cf9c-1f9c-4275-b202-b8274fb05ea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7608 | 2025.05.22 21:22:52.462846 [ 261 ] {e936cf9c-1f9c-4275-b202-b8274fb05ea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7609 | 2025.05.22 21:22:52.463369 [ 261 ] {e936cf9c-1f9c-4275-b202-b8274fb05ea7} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7610 | 2025.05.22 21:22:52.463405 [ 261 ] {e936cf9c-1f9c-4275-b202-b8274fb05ea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7611 | 2025.05.22 21:22:52.463730 [ 261 ] {e936cf9c-1f9c-4275-b202-b8274fb05ea7} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
7612 | 2025.05.22 21:22:52.463934 [ 261 ] {e936cf9c-1f9c-4275-b202-b8274fb05ea7} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7613 | 2025.05.22 21:22:52.464060 [ 261 ] {e936cf9c-1f9c-4275-b202-b8274fb05ea7} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.00127 sec., 310236.22047244094 rows/sec., 21.95 MiB/sec. | ||
7614 | 2025.05.22 21:22:52.464098 [ 261 ] {e936cf9c-1f9c-4275-b202-b8274fb05ea7} <Debug> TCPHandler: Processed in 0.001435252 sec. | ||
7615 | 2025.05.22 21:22:52.464210 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7616 | 2025.05.22 21:22:52.464304 [ 261 ] {13729c3e-a66f-43f0-94ae-3b6d8281014a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
7617 | 2025.05.22 21:22:52.464346 [ 261 ] {13729c3e-a66f-43f0-94ae-3b6d8281014a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7618 | 2025.05.22 21:22:52.464677 [ 261 ] {13729c3e-a66f-43f0-94ae-3b6d8281014a} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7619 | 2025.05.22 21:22:52.464712 [ 261 ] {13729c3e-a66f-43f0-94ae-3b6d8281014a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7620 | 2025.05.22 21:22:52.465017 [ 261 ] {13729c3e-a66f-43f0-94ae-3b6d8281014a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
7621 | 2025.05.22 21:22:52.465224 [ 261 ] {13729c3e-a66f-43f0-94ae-3b6d8281014a} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7622 | 2025.05.22 21:22:52.465349 [ 261 ] {13729c3e-a66f-43f0-94ae-3b6d8281014a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001062 sec., 5649.717514124293 rows/sec., 295.18 KiB/sec. | ||
7623 | 2025.05.22 21:22:52.465385 [ 261 ] {13729c3e-a66f-43f0-94ae-3b6d8281014a} <Debug> TCPHandler: Processed in 0.001226628 sec. | ||
7624 | 2025.05.22 21:22:52.465495 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7625 | 2025.05.22 21:22:52.465589 [ 261 ] {71d58898-7c3d-481f-acec-81cf5ef90c36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7626 | 2025.05.22 21:22:52.465630 [ 261 ] {71d58898-7c3d-481f-acec-81cf5ef90c36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7627 | 2025.05.22 21:22:52.466023 [ 261 ] {71d58898-7c3d-481f-acec-81cf5ef90c36} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7628 | 2025.05.22 21:22:52.466058 [ 261 ] {71d58898-7c3d-481f-acec-81cf5ef90c36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7629 | 2025.05.22 21:22:52.466387 [ 261 ] {71d58898-7c3d-481f-acec-81cf5ef90c36} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7630 | 2025.05.22 21:22:52.466596 [ 261 ] {71d58898-7c3d-481f-acec-81cf5ef90c36} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7631 | 2025.05.22 21:22:52.466709 [ 73 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7632 | 2025.05.22 21:22:52.466722 [ 261 ] {71d58898-7c3d-481f-acec-81cf5ef90c36} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.00115 sec., 207826.08695652173 rows/sec., 13.93 MiB/sec. | ||
7633 | 2025.05.22 21:22:52.466798 [ 73 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7634 | 2025.05.22 21:22:52.466814 [ 261 ] {71d58898-7c3d-481f-acec-81cf5ef90c36} <Debug> TCPHandler: Processed in 0.00137044 sec. | ||
7635 | 2025.05.22 21:22:52.466826 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7636 | 2025.05.22 21:22:52.466941 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7637 | 2025.05.22 21:22:52.466956 [ 196 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
7638 | 2025.05.22 21:22:52.467038 [ 261 ] {6b522d9d-420b-4a0a-9911-ba224049cb12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
7639 | 2025.05.22 21:22:52.467083 [ 261 ] {6b522d9d-420b-4a0a-9911-ba224049cb12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7640 | 2025.05.22 21:22:52.467108 [ 196 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7641 | 2025.05.22 21:22:52.467151 [ 196 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15099 rows starting from the beginning of the part | ||
7642 | 2025.05.22 21:22:52.467219 [ 196 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 237 rows starting from the beginning of the part | ||
7643 | 2025.05.22 21:22:52.467263 [ 196 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 880 rows starting from the beginning of the part | ||
7644 | 2025.05.22 21:22:52.467311 [ 196 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 237 rows starting from the beginning of the part | ||
7645 | 2025.05.22 21:22:52.467355 [ 196 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part | ||
7646 | 2025.05.22 21:22:52.467399 [ 196 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 239 rows starting from the beginning of the part | ||
7647 | 2025.05.22 21:22:52.467402 [ 261 ] {6b522d9d-420b-4a0a-9911-ba224049cb12} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7648 | 2025.05.22 21:22:52.467449 [ 261 ] {6b522d9d-420b-4a0a-9911-ba224049cb12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7649 | 2025.05.22 21:22:52.467786 [ 261 ] {6b522d9d-420b-4a0a-9911-ba224049cb12} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
7650 | 2025.05.22 21:22:52.468002 [ 261 ] {6b522d9d-420b-4a0a-9911-ba224049cb12} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7651 | 2025.05.22 21:22:52.468132 [ 261 ] {6b522d9d-420b-4a0a-9911-ba224049cb12} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001111 sec., 900.0900090009001 rows/sec., 60.65 KiB/sec. | ||
7652 | 2025.05.22 21:22:52.468168 [ 261 ] {6b522d9d-420b-4a0a-9911-ba224049cb12} <Debug> TCPHandler: Processed in 0.001279829 sec. | ||
7653 | 2025.05.22 21:22:52.468287 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7654 | 2025.05.22 21:22:52.468380 [ 261 ] {1b7ebe9f-874a-4f60-8091-ab1302f81f67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7655 | 2025.05.22 21:22:52.468435 [ 261 ] {1b7ebe9f-874a-4f60-8091-ab1302f81f67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7656 | 2025.05.22 21:22:52.469206 [ 261 ] {1b7ebe9f-874a-4f60-8091-ab1302f81f67} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7657 | 2025.05.22 21:22:52.469242 [ 261 ] {1b7ebe9f-874a-4f60-8091-ab1302f81f67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7658 | 2025.05.22 21:22:52.469754 [ 261 ] {1b7ebe9f-874a-4f60-8091-ab1302f81f67} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7659 | 2025.05.22 21:22:52.469982 [ 261 ] {1b7ebe9f-874a-4f60-8091-ab1302f81f67} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7660 | 2025.05.22 21:22:52.470121 [ 261 ] {1b7ebe9f-874a-4f60-8091-ab1302f81f67} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001758 sec., 4550.625711035267 rows/sec., 8.15 MiB/sec. | ||
7661 | 2025.05.22 21:22:52.470175 [ 261 ] {1b7ebe9f-874a-4f60-8091-ab1302f81f67} <Debug> TCPHandler: Processed in 0.001939469 sec. | ||
7662 | 2025.05.22 21:22:52.470295 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7663 | 2025.05.22 21:22:52.470390 [ 261 ] {7144ecd2-99e1-40cc-9e40-f24660bca9ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7664 | 2025.05.22 21:22:52.470430 [ 261 ] {7144ecd2-99e1-40cc-9e40-f24660bca9ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7665 | 2025.05.22 21:22:52.470774 [ 261 ] {7144ecd2-99e1-40cc-9e40-f24660bca9ec} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7666 | 2025.05.22 21:22:52.470809 [ 261 ] {7144ecd2-99e1-40cc-9e40-f24660bca9ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7667 | 2025.05.22 21:22:52.471112 [ 261 ] {7144ecd2-99e1-40cc-9e40-f24660bca9ec} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7668 | 2025.05.22 21:22:52.471316 [ 261 ] {7144ecd2-99e1-40cc-9e40-f24660bca9ec} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7669 | 2025.05.22 21:22:52.471413 [ 196 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16852 rows, containing 5 columns (5 merged, 0 gathered) in 0.004512967 sec., 3734128.789330833 rows/sec., 254.57 MiB/sec. | ||
7670 | 2025.05.22 21:22:52.471448 [ 261 ] {7144ecd2-99e1-40cc-9e40-f24660bca9ec} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001076 sec., 76208.17843866172 rows/sec., 4.84 MiB/sec. | ||
7671 | 2025.05.22 21:22:52.471456 [ 72 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7672 | 2025.05.22 21:22:52.471491 [ 261 ] {7144ecd2-99e1-40cc-9e40-f24660bca9ec} <Debug> TCPHandler: Processed in 0.001246879 sec. | ||
7673 | 2025.05.22 21:22:52.471510 [ 72 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7674 | 2025.05.22 21:22:52.471540 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7675 | 2025.05.22 21:22:52.471628 [ 186 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
7676 | 2025.05.22 21:22:52.471651 [ 189 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7677 | 2025.05.22 21:22:52.471735 [ 186 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7678 | 2025.05.22 21:22:52.471772 [ 186 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2556 rows starting from the beginning of the part | ||
7679 | 2025.05.22 21:22:52.471830 [ 186 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 82 rows starting from the beginning of the part | ||
7680 | 2025.05.22 21:22:52.471876 [ 186 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
7681 | 2025.05.22 21:22:52.471918 [ 186 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part | ||
7682 | 2025.05.22 21:22:52.471959 [ 186 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
7683 | 2025.05.22 21:22:52.471978 [ 189 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7684 | 2025.05.22 21:22:52.471998 [ 186 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 82 rows starting from the beginning of the part | ||
7685 | 2025.05.22 21:22:52.472064 [ 189 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7686 | 2025.05.22 21:22:52.472168 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB. | ||
7687 | 2025.05.22 21:22:52.473284 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2922 rows, containing 4 columns (4 merged, 0 gathered) in 0.001687175 sec., 1731889.1045682873 rows/sec., 114.87 MiB/sec. | ||
7688 | 2025.05.22 21:22:52.473625 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7689 | 2025.05.22 21:22:52.473933 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_56_11} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7690 | 2025.05.22 21:22:52.474015 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_56_11} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7691 | 2025.05.22 21:22:52.474119 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
7692 | 2025.05.22 21:22:53.802759 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703 | ||
7693 | 2025.05.22 21:22:53.803248 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7694 | 2025.05.22 21:22:53.803292 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7695 | 2025.05.22 21:22:53.803798 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7696 | 2025.05.22 21:22:53.804029 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7697 | 2025.05.22 21:22:53.804160 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703 | ||
7698 | 2025.05.22 21:22:54.844140 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 | ||
7699 | 2025.05.22 21:22:54.860615 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7700 | 2025.05.22 21:22:54.860673 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7701 | 2025.05.22 21:22:54.866625 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7702 | 2025.05.22 21:22:54.867327 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7703 | 2025.05.22 21:22:54.870218 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 324 | ||
7704 | 2025.05.22 21:22:57.448304 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7705 | 2025.05.22 21:22:57.448513 [ 261 ] {2126b31a-353e-4bcf-a74f-6818a7eb5f11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7706 | 2025.05.22 21:22:57.448582 [ 261 ] {2126b31a-353e-4bcf-a74f-6818a7eb5f11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7707 | 2025.05.22 21:22:57.449273 [ 261 ] {2126b31a-353e-4bcf-a74f-6818a7eb5f11} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7708 | 2025.05.22 21:22:57.449319 [ 261 ] {2126b31a-353e-4bcf-a74f-6818a7eb5f11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7709 | 2025.05.22 21:22:57.449726 [ 261 ] {2126b31a-353e-4bcf-a74f-6818a7eb5f11} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
7710 | 2025.05.22 21:22:57.449954 [ 261 ] {2126b31a-353e-4bcf-a74f-6818a7eb5f11} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7711 | 2025.05.22 21:22:57.450115 [ 261 ] {2126b31a-353e-4bcf-a74f-6818a7eb5f11} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.001657 sec., 73627.03681351841 rows/sec., 6.28 MiB/sec. | ||
7712 | 2025.05.22 21:22:57.450165 [ 261 ] {2126b31a-353e-4bcf-a74f-6818a7eb5f11} <Debug> TCPHandler: Processed in 0.0020091 sec. | ||
7713 | 2025.05.22 21:22:57.450299 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7714 | 2025.05.22 21:22:57.450403 [ 261 ] {5c7a80a2-0f30-41ce-907a-86ef26c5c869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7715 | 2025.05.22 21:22:57.450447 [ 261 ] {5c7a80a2-0f30-41ce-907a-86ef26c5c869} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7716 | 2025.05.22 21:22:57.450877 [ 261 ] {5c7a80a2-0f30-41ce-907a-86ef26c5c869} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7717 | 2025.05.22 21:22:57.450914 [ 261 ] {5c7a80a2-0f30-41ce-907a-86ef26c5c869} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7718 | 2025.05.22 21:22:57.451221 [ 261 ] {5c7a80a2-0f30-41ce-907a-86ef26c5c869} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7719 | 2025.05.22 21:22:57.451444 [ 261 ] {5c7a80a2-0f30-41ce-907a-86ef26c5c869} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7720 | 2025.05.22 21:22:57.451576 [ 261 ] {5c7a80a2-0f30-41ce-907a-86ef26c5c869} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001197 sec., 27568.922305764412 rows/sec., 2.02 MiB/sec. | ||
7721 | 2025.05.22 21:22:57.451613 [ 261 ] {5c7a80a2-0f30-41ce-907a-86ef26c5c869} <Debug> TCPHandler: Processed in 0.00136845 sec. | ||
7722 | 2025.05.22 21:22:57.451726 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7723 | 2025.05.22 21:22:57.451821 [ 261 ] {f2a2f2e7-6446-4588-b7df-e1191637a0d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7724 | 2025.05.22 21:22:57.451860 [ 261 ] {f2a2f2e7-6446-4588-b7df-e1191637a0d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7725 | 2025.05.22 21:22:57.452278 [ 261 ] {f2a2f2e7-6446-4588-b7df-e1191637a0d2} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7726 | 2025.05.22 21:22:57.452314 [ 261 ] {f2a2f2e7-6446-4588-b7df-e1191637a0d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7727 | 2025.05.22 21:22:57.452611 [ 261 ] {f2a2f2e7-6446-4588-b7df-e1191637a0d2} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
7728 | 2025.05.22 21:22:57.452819 [ 261 ] {f2a2f2e7-6446-4588-b7df-e1191637a0d2} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7729 | 2025.05.22 21:22:57.452949 [ 261 ] {f2a2f2e7-6446-4588-b7df-e1191637a0d2} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001146 sec., 84642.23385689354 rows/sec., 6.61 MiB/sec. | ||
7730 | 2025.05.22 21:22:57.452986 [ 261 ] {f2a2f2e7-6446-4588-b7df-e1191637a0d2} <Debug> TCPHandler: Processed in 0.001310449 sec. | ||
7731 | 2025.05.22 21:22:57.453100 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7732 | 2025.05.22 21:22:57.453196 [ 261 ] {aa2c9f8c-8b9c-4388-9972-27478a36797e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7733 | 2025.05.22 21:22:57.453240 [ 261 ] {aa2c9f8c-8b9c-4388-9972-27478a36797e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7734 | 2025.05.22 21:22:57.453653 [ 261 ] {aa2c9f8c-8b9c-4388-9972-27478a36797e} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7735 | 2025.05.22 21:22:57.453687 [ 261 ] {aa2c9f8c-8b9c-4388-9972-27478a36797e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7736 | 2025.05.22 21:22:57.454014 [ 261 ] {aa2c9f8c-8b9c-4388-9972-27478a36797e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
7737 | 2025.05.22 21:22:57.454218 [ 261 ] {aa2c9f8c-8b9c-4388-9972-27478a36797e} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7738 | 2025.05.22 21:22:57.454347 [ 261 ] {aa2c9f8c-8b9c-4388-9972-27478a36797e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001169 sec., 136869.11890504707 rows/sec., 9.53 MiB/sec. | ||
7739 | 2025.05.22 21:22:57.454384 [ 261 ] {aa2c9f8c-8b9c-4388-9972-27478a36797e} <Debug> TCPHandler: Processed in 0.00133523 sec. | ||
7740 | 2025.05.22 21:22:57.454496 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7741 | 2025.05.22 21:22:57.454590 [ 261 ] {4be2f9b1-868d-431d-a384-43a539f4b777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7742 | 2025.05.22 21:22:57.454643 [ 261 ] {4be2f9b1-868d-431d-a384-43a539f4b777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7743 | 2025.05.22 21:22:57.455449 [ 261 ] {4be2f9b1-868d-431d-a384-43a539f4b777} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7744 | 2025.05.22 21:22:57.455484 [ 261 ] {4be2f9b1-868d-431d-a384-43a539f4b777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7745 | 2025.05.22 21:22:57.456016 [ 261 ] {4be2f9b1-868d-431d-a384-43a539f4b777} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7746 | 2025.05.22 21:22:57.456239 [ 261 ] {4be2f9b1-868d-431d-a384-43a539f4b777} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7747 | 2025.05.22 21:22:57.456377 [ 261 ] {4be2f9b1-868d-431d-a384-43a539f4b777} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001805 sec., 18282.548476454293 rows/sec., 32.76 MiB/sec. | ||
7748 | 2025.05.22 21:22:57.456431 [ 261 ] {4be2f9b1-868d-431d-a384-43a539f4b777} <Debug> TCPHandler: Processed in 0.001986069 sec. | ||
7749 | 2025.05.22 21:22:57.456546 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7750 | 2025.05.22 21:22:57.456641 [ 261 ] {dc9a0ff9-fa25-4176-b8c9-0a354ae4d546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7751 | 2025.05.22 21:22:57.456683 [ 261 ] {dc9a0ff9-fa25-4176-b8c9-0a354ae4d546} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7752 | 2025.05.22 21:22:57.457075 [ 261 ] {dc9a0ff9-fa25-4176-b8c9-0a354ae4d546} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7753 | 2025.05.22 21:22:57.457122 [ 261 ] {dc9a0ff9-fa25-4176-b8c9-0a354ae4d546} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7754 | 2025.05.22 21:22:57.457489 [ 261 ] {dc9a0ff9-fa25-4176-b8c9-0a354ae4d546} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
7755 | 2025.05.22 21:22:57.457698 [ 261 ] {dc9a0ff9-fa25-4176-b8c9-0a354ae4d546} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7756 | 2025.05.22 21:22:57.457825 [ 261 ] {dc9a0ff9-fa25-4176-b8c9-0a354ae4d546} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001201 sec., 49958.368026644464 rows/sec., 3.37 MiB/sec. | ||
7757 | 2025.05.22 21:22:57.457861 [ 261 ] {dc9a0ff9-fa25-4176-b8c9-0a354ae4d546} <Debug> TCPHandler: Processed in 0.0013661 sec. | ||
7758 | 2025.05.22 21:23:01.186921 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7759 | 2025.05.22 21:23:01.186991 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7760 | 2025.05.22 21:23:01.305208 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191 | ||
7761 | 2025.05.22 21:23:01.305721 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7762 | 2025.05.22 21:23:01.305761 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7763 | 2025.05.22 21:23:01.306236 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7764 | 2025.05.22 21:23:01.306460 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7765 | 2025.05.22 21:23:01.306595 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
7766 | 2025.05.22 21:23:01.348903 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1054 | ||
7767 | 2025.05.22 21:23:01.351352 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7768 | 2025.05.22 21:23:01.351414 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7769 | 2025.05.22 21:23:01.352815 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
7770 | 2025.05.22 21:23:01.353090 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7771 | 2025.05.22 21:23:01.353394 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1054 | ||
7772 | 2025.05.22 21:23:02.370286 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 | ||
7773 | 2025.05.22 21:23:02.387266 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7774 | 2025.05.22 21:23:02.387332 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7775 | 2025.05.22 21:23:02.393561 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7776 | 2025.05.22 21:23:02.394256 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7777 | 2025.05.22 21:23:02.397194 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
7778 | 2025.05.22 21:23:02.452308 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7779 | 2025.05.22 21:23:02.452490 [ 261 ] {3f51627f-d46d-4fd6-aff0-b830df1496df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
7780 | 2025.05.22 21:23:02.452554 [ 261 ] {3f51627f-d46d-4fd6-aff0-b830df1496df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
7781 | 2025.05.22 21:23:02.453262 [ 261 ] {3f51627f-d46d-4fd6-aff0-b830df1496df} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7782 | 2025.05.22 21:23:02.453304 [ 261 ] {3f51627f-d46d-4fd6-aff0-b830df1496df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7783 | 2025.05.22 21:23:02.453701 [ 261 ] {3f51627f-d46d-4fd6-aff0-b830df1496df} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7784 | 2025.05.22 21:23:02.453946 [ 261 ] {3f51627f-d46d-4fd6-aff0-b830df1496df} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7785 | 2025.05.22 21:23:02.454100 [ 261 ] {3f51627f-d46d-4fd6-aff0-b830df1496df} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00166 sec., 127710.84337349398 rows/sec., 8.12 MiB/sec. | ||
7786 | 2025.05.22 21:23:02.454142 [ 261 ] {3f51627f-d46d-4fd6-aff0-b830df1496df} <Debug> TCPHandler: Processed in 0.001969579 sec. | ||
7787 | 2025.05.22 21:23:02.454257 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7788 | 2025.05.22 21:23:02.454352 [ 261 ] {eb708955-7fc9-46a6-93b8-fff66428d6e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7789 | 2025.05.22 21:23:02.454393 [ 261 ] {eb708955-7fc9-46a6-93b8-fff66428d6e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7790 | 2025.05.22 21:23:02.455024 [ 261 ] {eb708955-7fc9-46a6-93b8-fff66428d6e2} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7791 | 2025.05.22 21:23:02.455060 [ 261 ] {eb708955-7fc9-46a6-93b8-fff66428d6e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7792 | 2025.05.22 21:23:02.455408 [ 261 ] {eb708955-7fc9-46a6-93b8-fff66428d6e2} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
7793 | 2025.05.22 21:23:02.455621 [ 261 ] {eb708955-7fc9-46a6-93b8-fff66428d6e2} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7794 | 2025.05.22 21:23:02.455750 [ 261 ] {eb708955-7fc9-46a6-93b8-fff66428d6e2} <Debug> executeQuery: Read 633 rows, 50.88 KiB in 0.001417 sec., 446718.4191954834 rows/sec., 35.06 MiB/sec. | ||
7795 | 2025.05.22 21:23:02.455787 [ 261 ] {eb708955-7fc9-46a6-93b8-fff66428d6e2} <Debug> TCPHandler: Processed in 0.001580173 sec. | ||
7796 | 2025.05.22 21:23:02.455925 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7797 | 2025.05.22 21:23:02.456021 [ 261 ] {8d801f2f-82e6-44a7-b253-0095005d3b9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7798 | 2025.05.22 21:23:02.456060 [ 261 ] {8d801f2f-82e6-44a7-b253-0095005d3b9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7799 | 2025.05.22 21:23:02.456490 [ 261 ] {8d801f2f-82e6-44a7-b253-0095005d3b9c} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7800 | 2025.05.22 21:23:02.456526 [ 261 ] {8d801f2f-82e6-44a7-b253-0095005d3b9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7801 | 2025.05.22 21:23:02.456823 [ 261 ] {8d801f2f-82e6-44a7-b253-0095005d3b9c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7802 | 2025.05.22 21:23:02.457034 [ 261 ] {8d801f2f-82e6-44a7-b253-0095005d3b9c} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7803 | 2025.05.22 21:23:02.457161 [ 261 ] {8d801f2f-82e6-44a7-b253-0095005d3b9c} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001158 sec., 98445.59585492229 rows/sec., 5.89 MiB/sec. | ||
7804 | 2025.05.22 21:23:02.457198 [ 261 ] {8d801f2f-82e6-44a7-b253-0095005d3b9c} <Debug> TCPHandler: Processed in 0.001324609 sec. | ||
7805 | 2025.05.22 21:23:02.457314 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7806 | 2025.05.22 21:23:02.457408 [ 261 ] {727381dd-b6d9-4639-89be-1918881e79a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
7807 | 2025.05.22 21:23:02.457446 [ 261 ] {727381dd-b6d9-4639-89be-1918881e79a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7808 | 2025.05.22 21:23:02.457861 [ 261 ] {727381dd-b6d9-4639-89be-1918881e79a8} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7809 | 2025.05.22 21:23:02.457897 [ 261 ] {727381dd-b6d9-4639-89be-1918881e79a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7810 | 2025.05.22 21:23:02.458193 [ 261 ] {727381dd-b6d9-4639-89be-1918881e79a8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
7811 | 2025.05.22 21:23:02.458419 [ 261 ] {727381dd-b6d9-4639-89be-1918881e79a8} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7812 | 2025.05.22 21:23:02.458544 [ 261 ] {727381dd-b6d9-4639-89be-1918881e79a8} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001154 sec., 97920.27729636048 rows/sec., 6.34 MiB/sec. | ||
7813 | 2025.05.22 21:23:02.458580 [ 261 ] {727381dd-b6d9-4639-89be-1918881e79a8} <Debug> TCPHandler: Processed in 0.00131372 sec. | ||
7814 | 2025.05.22 21:23:02.458693 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7815 | 2025.05.22 21:23:02.458785 [ 261 ] {71c487b3-c33f-462d-bb3e-125294d9a6df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
7816 | 2025.05.22 21:23:02.458824 [ 261 ] {71c487b3-c33f-462d-bb3e-125294d9a6df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7817 | 2025.05.22 21:23:02.459229 [ 261 ] {71c487b3-c33f-462d-bb3e-125294d9a6df} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7818 | 2025.05.22 21:23:02.459265 [ 261 ] {71c487b3-c33f-462d-bb3e-125294d9a6df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7819 | 2025.05.22 21:23:02.459559 [ 261 ] {71c487b3-c33f-462d-bb3e-125294d9a6df} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7820 | 2025.05.22 21:23:02.459765 [ 261 ] {71c487b3-c33f-462d-bb3e-125294d9a6df} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7821 | 2025.05.22 21:23:02.459899 [ 261 ] {71c487b3-c33f-462d-bb3e-125294d9a6df} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001132 sec., 98939.9293286219 rows/sec., 5.64 MiB/sec. | ||
7822 | 2025.05.22 21:23:02.459937 [ 261 ] {71c487b3-c33f-462d-bb3e-125294d9a6df} <Debug> TCPHandler: Processed in 0.001292339 sec. | ||
7823 | 2025.05.22 21:23:02.460052 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7824 | 2025.05.22 21:23:02.460145 [ 261 ] {a43fa1a1-e360-434f-af1a-11423039a81d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7825 | 2025.05.22 21:23:02.460184 [ 261 ] {a43fa1a1-e360-434f-af1a-11423039a81d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7826 | 2025.05.22 21:23:02.460682 [ 261 ] {a43fa1a1-e360-434f-af1a-11423039a81d} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7827 | 2025.05.22 21:23:02.460719 [ 261 ] {a43fa1a1-e360-434f-af1a-11423039a81d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7828 | 2025.05.22 21:23:02.461033 [ 261 ] {a43fa1a1-e360-434f-af1a-11423039a81d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
7829 | 2025.05.22 21:23:02.461245 [ 261 ] {a43fa1a1-e360-434f-af1a-11423039a81d} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7830 | 2025.05.22 21:23:02.461368 [ 261 ] {a43fa1a1-e360-434f-af1a-11423039a81d} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.00124 sec., 314516.12903225806 rows/sec., 22.23 MiB/sec. | ||
7831 | 2025.05.22 21:23:02.461403 [ 261 ] {a43fa1a1-e360-434f-af1a-11423039a81d} <Debug> TCPHandler: Processed in 0.001399981 sec. | ||
7832 | 2025.05.22 21:23:02.461515 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7833 | 2025.05.22 21:23:02.461607 [ 261 ] {8ac1f0f5-b732-4bcd-bf9b-7a78bed8ee9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
7834 | 2025.05.22 21:23:02.461648 [ 261 ] {8ac1f0f5-b732-4bcd-bf9b-7a78bed8ee9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7835 | 2025.05.22 21:23:02.461978 [ 261 ] {8ac1f0f5-b732-4bcd-bf9b-7a78bed8ee9b} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7836 | 2025.05.22 21:23:02.462013 [ 261 ] {8ac1f0f5-b732-4bcd-bf9b-7a78bed8ee9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7837 | 2025.05.22 21:23:02.462308 [ 261 ] {8ac1f0f5-b732-4bcd-bf9b-7a78bed8ee9b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
7838 | 2025.05.22 21:23:02.462527 [ 261 ] {8ac1f0f5-b732-4bcd-bf9b-7a78bed8ee9b} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7839 | 2025.05.22 21:23:02.462651 [ 261 ] {8ac1f0f5-b732-4bcd-bf9b-7a78bed8ee9b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001062 sec., 5649.717514124293 rows/sec., 295.18 KiB/sec. | ||
7840 | 2025.05.22 21:23:02.462687 [ 261 ] {8ac1f0f5-b732-4bcd-bf9b-7a78bed8ee9b} <Debug> TCPHandler: Processed in 0.001221118 sec. | ||
7841 | 2025.05.22 21:23:02.462800 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7842 | 2025.05.22 21:23:02.462892 [ 261 ] {fb2e8965-7107-48de-b76b-46850f8bffc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7843 | 2025.05.22 21:23:02.462933 [ 261 ] {fb2e8965-7107-48de-b76b-46850f8bffc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7844 | 2025.05.22 21:23:02.463323 [ 261 ] {fb2e8965-7107-48de-b76b-46850f8bffc2} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7845 | 2025.05.22 21:23:02.463358 [ 261 ] {fb2e8965-7107-48de-b76b-46850f8bffc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7846 | 2025.05.22 21:23:02.463682 [ 261 ] {fb2e8965-7107-48de-b76b-46850f8bffc2} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
7847 | 2025.05.22 21:23:02.463887 [ 261 ] {fb2e8965-7107-48de-b76b-46850f8bffc2} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7848 | 2025.05.22 21:23:02.464013 [ 261 ] {fb2e8965-7107-48de-b76b-46850f8bffc2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001139 sec., 208077.26075504828 rows/sec., 13.95 MiB/sec. | ||
7849 | 2025.05.22 21:23:02.464049 [ 261 ] {fb2e8965-7107-48de-b76b-46850f8bffc2} <Debug> TCPHandler: Processed in 0.001297519 sec. | ||
7850 | 2025.05.22 21:23:02.464161 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7851 | 2025.05.22 21:23:02.464264 [ 261 ] {f226564b-5fd0-42db-aebc-69f83b57f193} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
7852 | 2025.05.22 21:23:02.464304 [ 261 ] {f226564b-5fd0-42db-aebc-69f83b57f193} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7853 | 2025.05.22 21:23:02.464611 [ 261 ] {f226564b-5fd0-42db-aebc-69f83b57f193} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7854 | 2025.05.22 21:23:02.464646 [ 261 ] {f226564b-5fd0-42db-aebc-69f83b57f193} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7855 | 2025.05.22 21:23:02.464931 [ 261 ] {f226564b-5fd0-42db-aebc-69f83b57f193} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
7856 | 2025.05.22 21:23:02.465131 [ 261 ] {f226564b-5fd0-42db-aebc-69f83b57f193} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7857 | 2025.05.22 21:23:02.465251 [ 261 ] {f226564b-5fd0-42db-aebc-69f83b57f193} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001005 sec., 995.0248756218905 rows/sec., 67.05 KiB/sec. | ||
7858 | 2025.05.22 21:23:02.465286 [ 261 ] {f226564b-5fd0-42db-aebc-69f83b57f193} <Debug> TCPHandler: Processed in 0.001173808 sec. | ||
7859 | 2025.05.22 21:23:02.465396 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7860 | 2025.05.22 21:23:02.465496 [ 261 ] {c981f84a-29d1-41d8-b451-98ed8dc378c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7861 | 2025.05.22 21:23:02.465549 [ 261 ] {c981f84a-29d1-41d8-b451-98ed8dc378c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7862 | 2025.05.22 21:23:02.466286 [ 261 ] {c981f84a-29d1-41d8-b451-98ed8dc378c2} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7863 | 2025.05.22 21:23:02.466322 [ 261 ] {c981f84a-29d1-41d8-b451-98ed8dc378c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7864 | 2025.05.22 21:23:02.466825 [ 261 ] {c981f84a-29d1-41d8-b451-98ed8dc378c2} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7865 | 2025.05.22 21:23:02.467045 [ 261 ] {c981f84a-29d1-41d8-b451-98ed8dc378c2} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7866 | 2025.05.22 21:23:02.467179 [ 261 ] {c981f84a-29d1-41d8-b451-98ed8dc378c2} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.0017 sec., 4705.882352941177 rows/sec., 8.43 MiB/sec. | ||
7867 | 2025.05.22 21:23:02.467231 [ 261 ] {c981f84a-29d1-41d8-b451-98ed8dc378c2} <Debug> TCPHandler: Processed in 0.001882488 sec. | ||
7868 | 2025.05.22 21:23:02.467343 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7869 | 2025.05.22 21:23:02.467444 [ 261 ] {3837384d-9398-4cc3-8ea8-5db6bdbc0a3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7870 | 2025.05.22 21:23:02.467484 [ 261 ] {3837384d-9398-4cc3-8ea8-5db6bdbc0a3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7871 | 2025.05.22 21:23:02.467800 [ 261 ] {3837384d-9398-4cc3-8ea8-5db6bdbc0a3f} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7872 | 2025.05.22 21:23:02.467835 [ 261 ] {3837384d-9398-4cc3-8ea8-5db6bdbc0a3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7873 | 2025.05.22 21:23:02.468144 [ 261 ] {3837384d-9398-4cc3-8ea8-5db6bdbc0a3f} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
7874 | 2025.05.22 21:23:02.468342 [ 261 ] {3837384d-9398-4cc3-8ea8-5db6bdbc0a3f} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7875 | 2025.05.22 21:23:02.468468 [ 261 ] {3837384d-9398-4cc3-8ea8-5db6bdbc0a3f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001042 sec., 78694.81765834933 rows/sec., 5.00 MiB/sec. | ||
7876 | 2025.05.22 21:23:02.468502 [ 261 ] {3837384d-9398-4cc3-8ea8-5db6bdbc0a3f} <Debug> TCPHandler: Processed in 0.001207778 sec. | ||
7877 | 2025.05.22 21:23:03.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 281.23 MiB, peak 285.22 MiB, free memory in arenas 0.00 B, will set to 280.00 MiB (RSS), difference: -1.23 MiB | ||
7878 | 2025.05.22 21:23:07.478380 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7879 | 2025.05.22 21:23:07.478583 [ 261 ] {056717c7-c7fe-4e10-83f2-df63d09ea7d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
7880 | 2025.05.22 21:23:07.478652 [ 261 ] {056717c7-c7fe-4e10-83f2-df63d09ea7d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7881 | 2025.05.22 21:23:07.479298 [ 261 ] {056717c7-c7fe-4e10-83f2-df63d09ea7d0} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7882 | 2025.05.22 21:23:07.479346 [ 261 ] {056717c7-c7fe-4e10-83f2-df63d09ea7d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7883 | 2025.05.22 21:23:07.479745 [ 261 ] {056717c7-c7fe-4e10-83f2-df63d09ea7d0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
7884 | 2025.05.22 21:23:07.479985 [ 261 ] {056717c7-c7fe-4e10-83f2-df63d09ea7d0} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7885 | 2025.05.22 21:23:07.480149 [ 261 ] {056717c7-c7fe-4e10-83f2-df63d09ea7d0} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001618 sec., 7416.563658838071 rows/sec., 604.77 KiB/sec. | ||
7886 | 2025.05.22 21:23:07.480192 [ 261 ] {056717c7-c7fe-4e10-83f2-df63d09ea7d0} <Debug> TCPHandler: Processed in 0.00195041 sec. | ||
7887 | 2025.05.22 21:23:07.480320 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7888 | 2025.05.22 21:23:07.480419 [ 261 ] {1c9dff23-6d90-4e07-b7dd-5813700c32f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7889 | 2025.05.22 21:23:07.480462 [ 261 ] {1c9dff23-6d90-4e07-b7dd-5813700c32f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7890 | 2025.05.22 21:23:07.481462 [ 261 ] {1c9dff23-6d90-4e07-b7dd-5813700c32f3} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7891 | 2025.05.22 21:23:07.481501 [ 261 ] {1c9dff23-6d90-4e07-b7dd-5813700c32f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7892 | 2025.05.22 21:23:07.481908 [ 261 ] {1c9dff23-6d90-4e07-b7dd-5813700c32f3} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
7893 | 2025.05.22 21:23:07.482139 [ 261 ] {1c9dff23-6d90-4e07-b7dd-5813700c32f3} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7894 | 2025.05.22 21:23:07.482282 [ 261 ] {1c9dff23-6d90-4e07-b7dd-5813700c32f3} <Debug> executeQuery: Read 1268 rows, 107.22 KiB in 0.001881 sec., 674109.5162147793 rows/sec., 55.66 MiB/sec. | ||
7895 | 2025.05.22 21:23:07.482321 [ 261 ] {1c9dff23-6d90-4e07-b7dd-5813700c32f3} <Debug> TCPHandler: Processed in 0.0020525 sec. | ||
7896 | 2025.05.22 21:23:07.482442 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7897 | 2025.05.22 21:23:07.482538 [ 261 ] {48605bc2-a779-447d-b5d4-dbe03956bc59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7898 | 2025.05.22 21:23:07.482581 [ 261 ] {48605bc2-a779-447d-b5d4-dbe03956bc59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7899 | 2025.05.22 21:23:07.483003 [ 261 ] {48605bc2-a779-447d-b5d4-dbe03956bc59} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7900 | 2025.05.22 21:23:07.483040 [ 261 ] {48605bc2-a779-447d-b5d4-dbe03956bc59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7901 | 2025.05.22 21:23:07.483362 [ 261 ] {48605bc2-a779-447d-b5d4-dbe03956bc59} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7902 | 2025.05.22 21:23:07.483582 [ 261 ] {48605bc2-a779-447d-b5d4-dbe03956bc59} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7903 | 2025.05.22 21:23:07.483719 [ 261 ] {48605bc2-a779-447d-b5d4-dbe03956bc59} <Debug> executeQuery: Read 45 rows, 3.32 KiB in 0.001199 sec., 37531.276063386154 rows/sec., 2.70 MiB/sec. | ||
7904 | 2025.05.22 21:23:07.483756 [ 261 ] {48605bc2-a779-447d-b5d4-dbe03956bc59} <Debug> TCPHandler: Processed in 0.001366461 sec. | ||
7905 | 2025.05.22 21:23:07.483870 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7906 | 2025.05.22 21:23:07.483966 [ 261 ] {e9135e19-da8e-47f4-a93e-b89f6179127b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
7907 | 2025.05.22 21:23:07.484008 [ 261 ] {e9135e19-da8e-47f4-a93e-b89f6179127b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7908 | 2025.05.22 21:23:07.484472 [ 261 ] {e9135e19-da8e-47f4-a93e-b89f6179127b} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7909 | 2025.05.22 21:23:07.484509 [ 261 ] {e9135e19-da8e-47f4-a93e-b89f6179127b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7910 | 2025.05.22 21:23:07.484827 [ 261 ] {e9135e19-da8e-47f4-a93e-b89f6179127b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
7911 | 2025.05.22 21:23:07.485051 [ 261 ] {e9135e19-da8e-47f4-a93e-b89f6179127b} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7912 | 2025.05.22 21:23:07.485182 [ 261 ] {e9135e19-da8e-47f4-a93e-b89f6179127b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001234 sec., 184764.9918962723 rows/sec., 12.51 MiB/sec. | ||
7913 | 2025.05.22 21:23:07.485220 [ 261 ] {e9135e19-da8e-47f4-a93e-b89f6179127b} <Debug> TCPHandler: Processed in 0.001403032 sec. | ||
7914 | 2025.05.22 21:23:07.485332 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7915 | 2025.05.22 21:23:07.485432 [ 261 ] {302bf777-05a2-446d-bbf4-50aa2c30b119} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7916 | 2025.05.22 21:23:07.485472 [ 261 ] {302bf777-05a2-446d-bbf4-50aa2c30b119} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7917 | 2025.05.22 21:23:07.486034 [ 261 ] {302bf777-05a2-446d-bbf4-50aa2c30b119} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7918 | 2025.05.22 21:23:07.486072 [ 261 ] {302bf777-05a2-446d-bbf4-50aa2c30b119} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7919 | 2025.05.22 21:23:07.486404 [ 261 ] {302bf777-05a2-446d-bbf4-50aa2c30b119} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
7920 | 2025.05.22 21:23:07.486623 [ 261 ] {302bf777-05a2-446d-bbf4-50aa2c30b119} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7921 | 2025.05.22 21:23:07.486754 [ 261 ] {302bf777-05a2-446d-bbf4-50aa2c30b119} <Debug> executeQuery: Read 565 rows, 43.03 KiB in 0.00134 sec., 421641.7910447761 rows/sec., 31.36 MiB/sec. | ||
7922 | 2025.05.22 21:23:07.486792 [ 261 ] {302bf777-05a2-446d-bbf4-50aa2c30b119} <Debug> TCPHandler: Processed in 0.001513223 sec. | ||
7923 | 2025.05.22 21:23:07.486907 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7924 | 2025.05.22 21:23:07.487003 [ 261 ] {6b8eb848-3d65-4822-ab3b-f3813fca8e2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7925 | 2025.05.22 21:23:07.487047 [ 261 ] {6b8eb848-3d65-4822-ab3b-f3813fca8e2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7926 | 2025.05.22 21:23:07.487624 [ 261 ] {6b8eb848-3d65-4822-ab3b-f3813fca8e2f} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7927 | 2025.05.22 21:23:07.487660 [ 261 ] {6b8eb848-3d65-4822-ab3b-f3813fca8e2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7928 | 2025.05.22 21:23:07.488043 [ 261 ] {6b8eb848-3d65-4822-ab3b-f3813fca8e2f} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
7929 | 2025.05.22 21:23:07.488266 [ 261 ] {6b8eb848-3d65-4822-ab3b-f3813fca8e2f} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7930 | 2025.05.22 21:23:07.488399 [ 261 ] {6b8eb848-3d65-4822-ab3b-f3813fca8e2f} <Debug> executeQuery: Read 886 rows, 61.05 KiB in 0.001415 sec., 626148.4098939929 rows/sec., 42.13 MiB/sec. | ||
7931 | 2025.05.22 21:23:07.488436 [ 261 ] {6b8eb848-3d65-4822-ab3b-f3813fca8e2f} <Debug> TCPHandler: Processed in 0.001580753 sec. | ||
7932 | 2025.05.22 21:23:07.488548 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7933 | 2025.05.22 21:23:07.488645 [ 261 ] {e60c8523-8e0e-4af1-bc95-1073c06713c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7934 | 2025.05.22 21:23:07.488701 [ 261 ] {e60c8523-8e0e-4af1-bc95-1073c06713c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7935 | 2025.05.22 21:23:07.489520 [ 261 ] {e60c8523-8e0e-4af1-bc95-1073c06713c3} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7936 | 2025.05.22 21:23:07.489557 [ 261 ] {e60c8523-8e0e-4af1-bc95-1073c06713c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7937 | 2025.05.22 21:23:07.490110 [ 261 ] {e60c8523-8e0e-4af1-bc95-1073c06713c3} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7938 | 2025.05.22 21:23:07.490341 [ 261 ] {e60c8523-8e0e-4af1-bc95-1073c06713c3} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7939 | 2025.05.22 21:23:07.490485 [ 261 ] {e60c8523-8e0e-4af1-bc95-1073c06713c3} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001859 sec., 17751.479289940828 rows/sec., 31.81 MiB/sec. | ||
7940 | 2025.05.22 21:23:07.490550 [ 261 ] {e60c8523-8e0e-4af1-bc95-1073c06713c3} <Debug> TCPHandler: Processed in 0.002051431 sec. | ||
7941 | 2025.05.22 21:23:07.490674 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7942 | 2025.05.22 21:23:07.490771 [ 261 ] {469cf412-8bbd-436d-86af-5c2c4cc0eff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7943 | 2025.05.22 21:23:07.490813 [ 261 ] {469cf412-8bbd-436d-86af-5c2c4cc0eff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7944 | 2025.05.22 21:23:07.491158 [ 261 ] {469cf412-8bbd-436d-86af-5c2c4cc0eff1} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7945 | 2025.05.22 21:23:07.491195 [ 261 ] {469cf412-8bbd-436d-86af-5c2c4cc0eff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7946 | 2025.05.22 21:23:07.491507 [ 261 ] {469cf412-8bbd-436d-86af-5c2c4cc0eff1} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
7947 | 2025.05.22 21:23:07.491726 [ 261 ] {469cf412-8bbd-436d-86af-5c2c4cc0eff1} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7948 | 2025.05.22 21:23:07.491855 [ 261 ] {469cf412-8bbd-436d-86af-5c2c4cc0eff1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001102 sec., 54446.4609800363 rows/sec., 3.67 MiB/sec. | ||
7949 | 2025.05.22 21:23:07.491890 [ 261 ] {469cf412-8bbd-436d-86af-5c2c4cc0eff1} <Debug> TCPHandler: Processed in 0.001267999 sec. | ||
7950 | 2025.05.22 21:23:08.806782 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618 | ||
7951 | 2025.05.22 21:23:08.807315 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7952 | 2025.05.22 21:23:08.807358 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7953 | 2025.05.22 21:23:08.807898 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7954 | 2025.05.22 21:23:08.808147 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7955 | 2025.05.22 21:23:08.808281 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618 | ||
7956 | 2025.05.22 21:23:09.897386 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 | ||
7957 | 2025.05.22 21:23:09.914763 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7958 | 2025.05.22 21:23:09.914824 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7959 | 2025.05.22 21:23:09.921122 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7960 | 2025.05.22 21:23:09.921830 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7961 | 2025.05.22 21:23:09.924948 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 339 | ||
7962 | 2025.05.22 21:23:11.353760 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1092 | ||
7963 | 2025.05.22 21:23:11.356274 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7964 | 2025.05.22 21:23:11.356326 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7965 | 2025.05.22 21:23:11.357562 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
7966 | 2025.05.22 21:23:11.357845 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7967 | 2025.05.22 21:23:11.357985 [ 54 ] {} <Debug> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
7968 | 2025.05.22 21:23:11.358027 [ 54 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7969 | 2025.05.22 21:23:11.358048 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7970 | 2025.05.22 21:23:11.358183 [ 192 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::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 | ||
7971 | 2025.05.22 21:23:11.358216 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1092 | ||
7972 | 2025.05.22 21:23:11.358920 [ 192 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7973 | 2025.05.22 21:23:11.359077 [ 192 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 912 rows starting from the beginning of the part | ||
7974 | 2025.05.22 21:23:11.359448 [ 192 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 36 rows starting from the beginning of the part | ||
7975 | 2025.05.22 21:23:11.359808 [ 192 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 36 rows starting from the beginning of the part | ||
7976 | 2025.05.22 21:23:11.360170 [ 192 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 34 rows starting from the beginning of the part | ||
7977 | 2025.05.22 21:23:11.360510 [ 192 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 36 rows starting from the beginning of the part | ||
7978 | 2025.05.22 21:23:11.360846 [ 192 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 38 rows starting from the beginning of the part | ||
7979 | 2025.05.22 21:23:11.367150 [ 199 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1092 rows, containing 72 columns (72 merged, 0 gathered) in 0.009027204 sec., 120967.68833406223 rows/sec., 100.20 MiB/sec. | ||
7980 | 2025.05.22 21:23:11.368418 [ 200 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
7981 | 2025.05.22 21:23:11.368911 [ 200 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_31_6} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7982 | 2025.05.22 21:23:11.368986 [ 200 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_31_6} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
7983 | 2025.05.22 21:23:11.369155 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.58 MiB. | ||
7984 | 2025.05.22 21:23:12.446991 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7985 | 2025.05.22 21:23:12.447187 [ 261 ] {6156f666-63e5-4589-b609-2ce8ab1e1187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7986 | 2025.05.22 21:23:12.447262 [ 261 ] {6156f666-63e5-4589-b609-2ce8ab1e1187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7987 | 2025.05.22 21:23:12.447995 [ 261 ] {6156f666-63e5-4589-b609-2ce8ab1e1187} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7988 | 2025.05.22 21:23:12.448050 [ 261 ] {6156f666-63e5-4589-b609-2ce8ab1e1187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7989 | 2025.05.22 21:23:12.448465 [ 261 ] {6156f666-63e5-4589-b609-2ce8ab1e1187} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
7990 | 2025.05.22 21:23:12.448711 [ 261 ] {6156f666-63e5-4589-b609-2ce8ab1e1187} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7991 | 2025.05.22 21:23:12.448850 [ 39 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
7992 | 2025.05.22 21:23:12.448872 [ 261 ] {6156f666-63e5-4589-b609-2ce8ab1e1187} <Debug> executeQuery: Read 72 rows, 5.90 KiB in 0.00174 sec., 41379.31034482759 rows/sec., 3.31 MiB/sec. | ||
7993 | 2025.05.22 21:23:12.448924 [ 39 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7994 | 2025.05.22 21:23:12.448941 [ 261 ] {6156f666-63e5-4589-b609-2ce8ab1e1187} <Debug> TCPHandler: Processed in 0.002091221 sec. | ||
7995 | 2025.05.22 21:23:12.448958 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7996 | 2025.05.22 21:23:12.449064 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::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 | ||
7997 | 2025.05.22 21:23:12.449074 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7998 | 2025.05.22 21:23:12.449174 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7999 | 2025.05.22 21:23:12.449191 [ 261 ] {5bab4d48-7580-4a1e-ac24-065abeefe42c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8000 | 2025.05.22 21:23:12.449207 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1970 rows starting from the beginning of the part | ||
8001 | 2025.05.22 21:23:12.449235 [ 261 ] {5bab4d48-7580-4a1e-ac24-065abeefe42c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8002 | 2025.05.22 21:23:12.449274 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 635 rows starting from the beginning of the part | ||
8003 | 2025.05.22 21:23:12.449329 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 122 rows starting from the beginning of the part | ||
8004 | 2025.05.22 21:23:12.449376 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 633 rows starting from the beginning of the part | ||
8005 | 2025.05.22 21:23:12.449423 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1268 rows starting from the beginning of the part | ||
8006 | 2025.05.22 21:23:12.449468 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 72 rows starting from the beginning of the part | ||
8007 | 2025.05.22 21:23:12.449666 [ 261 ] {5bab4d48-7580-4a1e-ac24-065abeefe42c} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8008 | 2025.05.22 21:23:12.449702 [ 261 ] {5bab4d48-7580-4a1e-ac24-065abeefe42c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8009 | 2025.05.22 21:23:12.450207 [ 261 ] {5bab4d48-7580-4a1e-ac24-065abeefe42c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
8010 | 2025.05.22 21:23:12.450427 [ 261 ] {5bab4d48-7580-4a1e-ac24-065abeefe42c} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8011 | 2025.05.22 21:23:12.450539 [ 39 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
8012 | 2025.05.22 21:23:12.450569 [ 39 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8013 | 2025.05.22 21:23:12.450570 [ 261 ] {5bab4d48-7580-4a1e-ac24-065abeefe42c} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001403 sec., 5702.066999287242 rows/sec., 428.77 KiB/sec. | ||
8014 | 2025.05.22 21:23:12.450587 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8015 | 2025.05.22 21:23:12.450623 [ 261 ] {5bab4d48-7580-4a1e-ac24-065abeefe42c} <Debug> TCPHandler: Processed in 0.001602224 sec. | ||
8016 | 2025.05.22 21:23:12.450702 [ 200 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::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 | ||
8017 | 2025.05.22 21:23:12.450757 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8018 | 2025.05.22 21:23:12.450834 [ 200 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8019 | 2025.05.22 21:23:12.450860 [ 261 ] {d5f558d1-f523-4f96-9c4b-23645bcda432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8020 | 2025.05.22 21:23:12.450872 [ 200 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 179 rows starting from the beginning of the part | ||
8021 | 2025.05.22 21:23:12.450910 [ 261 ] {d5f558d1-f523-4f96-9c4b-23645bcda432} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8022 | 2025.05.22 21:23:12.450947 [ 200 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 118 rows starting from the beginning of the part | ||
8023 | 2025.05.22 21:23:12.450995 [ 200 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 33 rows starting from the beginning of the part | ||
8024 | 2025.05.22 21:23:12.451038 [ 200 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 114 rows starting from the beginning of the part | ||
8025 | 2025.05.22 21:23:12.451109 [ 200 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 45 rows starting from the beginning of the part | ||
8026 | 2025.05.22 21:23:12.451150 [ 200 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 8 rows starting from the beginning of the part | ||
8027 | 2025.05.22 21:23:12.451202 [ 199 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4700 rows, containing 5 columns (5 merged, 0 gathered) in 0.002180833 sec., 2155139.8020848 rows/sec., 183.40 MiB/sec. | ||
8028 | 2025.05.22 21:23:12.451356 [ 261 ] {d5f558d1-f523-4f96-9c4b-23645bcda432} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8029 | 2025.05.22 21:23:12.451398 [ 261 ] {d5f558d1-f523-4f96-9c4b-23645bcda432} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8030 | 2025.05.22 21:23:12.451532 [ 188 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
8031 | 2025.05.22 21:23:12.451899 [ 188 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_61_12} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8032 | 2025.05.22 21:23:12.451993 [ 188 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_61_12} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
8033 | 2025.05.22 21:23:12.451999 [ 261 ] {d5f558d1-f523-4f96-9c4b-23645bcda432} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
8034 | 2025.05.22 21:23:12.452067 [ 193 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 5 columns (5 merged, 0 gathered) in 0.001408341 sec., 352897.48718527687 rows/sec., 23.87 MiB/sec. | ||
8035 | 2025.05.22 21:23:12.452200 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. | ||
8036 | 2025.05.22 21:23:12.452244 [ 200 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
8037 | 2025.05.22 21:23:12.452387 [ 261 ] {d5f558d1-f523-4f96-9c4b-23645bcda432} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8038 | 2025.05.22 21:23:12.452517 [ 200 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_56_11} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8039 | 2025.05.22 21:23:12.452523 [ 39 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
8040 | 2025.05.22 21:23:12.452540 [ 261 ] {d5f558d1-f523-4f96-9c4b-23645bcda432} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001701 sec., 42328.04232804233 rows/sec., 3.30 MiB/sec. | ||
8041 | 2025.05.22 21:23:12.452569 [ 39 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8042 | 2025.05.22 21:23:12.452592 [ 261 ] {d5f558d1-f523-4f96-9c4b-23645bcda432} <Debug> TCPHandler: Processed in 0.001885389 sec. | ||
8043 | 2025.05.22 21:23:12.452594 [ 200 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_56_11} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
8044 | 2025.05.22 21:23:12.452598 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8045 | 2025.05.22 21:23:12.452692 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
8046 | 2025.05.22 21:23:12.452718 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8047 | 2025.05.22 21:23:12.452740 [ 188 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::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 | ||
8048 | 2025.05.22 21:23:12.452819 [ 261 ] {f6d6d503-61c1-48a1-bd31-4136be2c3959} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8049 | 2025.05.22 21:23:12.452830 [ 188 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8050 | 2025.05.22 21:23:12.452869 [ 188 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 953 rows starting from the beginning of the part | ||
8051 | 2025.05.22 21:23:12.452872 [ 261 ] {f6d6d503-61c1-48a1-bd31-4136be2c3959} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8052 | 2025.05.22 21:23:12.452924 [ 188 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 394 rows starting from the beginning of the part | ||
8053 | 2025.05.22 21:23:12.452971 [ 188 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 97 rows starting from the beginning of the part | ||
8054 | 2025.05.22 21:23:12.453011 [ 188 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 390 rows starting from the beginning of the part | ||
8055 | 2025.05.22 21:23:12.453049 [ 188 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 565 rows starting from the beginning of the part | ||
8056 | 2025.05.22 21:23:12.453088 [ 188 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 72 rows starting from the beginning of the part | ||
8057 | 2025.05.22 21:23:12.453337 [ 261 ] {f6d6d503-61c1-48a1-bd31-4136be2c3959} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8058 | 2025.05.22 21:23:12.453380 [ 261 ] {f6d6d503-61c1-48a1-bd31-4136be2c3959} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8059 | 2025.05.22 21:23:12.453767 [ 261 ] {f6d6d503-61c1-48a1-bd31-4136be2c3959} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
8060 | 2025.05.22 21:23:12.454003 [ 261 ] {f6d6d503-61c1-48a1-bd31-4136be2c3959} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8061 | 2025.05.22 21:23:12.454144 [ 261 ] {f6d6d503-61c1-48a1-bd31-4136be2c3959} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001344 sec., 119047.61904761905 rows/sec., 8.29 MiB/sec. | ||
8062 | 2025.05.22 21:23:12.454181 [ 199 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2471 rows, containing 5 columns (5 merged, 0 gathered) in 0.001513022 sec., 1633155.3672055001 rows/sec., 125.51 MiB/sec. | ||
8063 | 2025.05.22 21:23:12.454183 [ 261 ] {f6d6d503-61c1-48a1-bd31-4136be2c3959} <Debug> TCPHandler: Processed in 0.001514232 sec. | ||
8064 | 2025.05.22 21:23:12.454325 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8065 | 2025.05.22 21:23:12.454394 [ 193 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
8066 | 2025.05.22 21:23:12.454424 [ 261 ] {cce1236b-153d-4d07-b122-ce92cad27b91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8067 | 2025.05.22 21:23:12.454486 [ 261 ] {cce1236b-153d-4d07-b122-ce92cad27b91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8068 | 2025.05.22 21:23:12.454702 [ 193 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_61_12} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8069 | 2025.05.22 21:23:12.454791 [ 193 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_61_12} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
8070 | 2025.05.22 21:23:12.454898 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
8071 | 2025.05.22 21:23:12.455261 [ 261 ] {cce1236b-153d-4d07-b122-ce92cad27b91} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8072 | 2025.05.22 21:23:12.455304 [ 261 ] {cce1236b-153d-4d07-b122-ce92cad27b91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8073 | 2025.05.22 21:23:12.455833 [ 261 ] {cce1236b-153d-4d07-b122-ce92cad27b91} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
8074 | 2025.05.22 21:23:12.456073 [ 261 ] {cce1236b-153d-4d07-b122-ce92cad27b91} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8075 | 2025.05.22 21:23:12.456201 [ 40 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
8076 | 2025.05.22 21:23:12.456219 [ 261 ] {cce1236b-153d-4d07-b122-ce92cad27b91} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001815 sec., 4407.713498622589 rows/sec., 7.90 MiB/sec. | ||
8077 | 2025.05.22 21:23:12.456252 [ 40 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8078 | 2025.05.22 21:23:12.456281 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8079 | 2025.05.22 21:23:12.456293 [ 261 ] {cce1236b-153d-4d07-b122-ce92cad27b91} <Debug> TCPHandler: Processed in 0.00201946 sec. | ||
8080 | 2025.05.22 21:23:12.456343 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
8081 | 2025.05.22 21:23:12.456441 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8082 | 2025.05.22 21:23:12.456522 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8083 | 2025.05.22 21:23:12.456547 [ 261 ] {8f8e7ac8-c325-494d-b0cb-4d97cc9b2b47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8084 | 2025.05.22 21:23:12.456575 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1104 rows starting from the beginning of the part | ||
8085 | 2025.05.22 21:23:12.456595 [ 261 ] {8f8e7ac8-c325-494d-b0cb-4d97cc9b2b47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8086 | 2025.05.22 21:23:12.456679 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
8087 | 2025.05.22 21:23:12.456776 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 33 rows starting from the beginning of the part | ||
8088 | 2025.05.22 21:23:12.456862 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
8089 | 2025.05.22 21:23:12.456948 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 33 rows starting from the beginning of the part | ||
8090 | 2025.05.22 21:23:12.456968 [ 261 ] {8f8e7ac8-c325-494d-b0cb-4d97cc9b2b47} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8091 | 2025.05.22 21:23:12.457011 [ 261 ] {8f8e7ac8-c325-494d-b0cb-4d97cc9b2b47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8092 | 2025.05.22 21:23:12.457032 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 8 rows starting from the beginning of the part | ||
8093 | 2025.05.22 21:23:12.457340 [ 261 ] {8f8e7ac8-c325-494d-b0cb-4d97cc9b2b47} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
8094 | 2025.05.22 21:23:12.457577 [ 261 ] {8f8e7ac8-c325-494d-b0cb-4d97cc9b2b47} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8095 | 2025.05.22 21:23:12.457712 [ 261 ] {8f8e7ac8-c325-494d-b0cb-4d97cc9b2b47} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001184 sec., 50675.67567567568 rows/sec., 3.42 MiB/sec. | ||
8096 | 2025.05.22 21:23:12.457750 [ 261 ] {8f8e7ac8-c325-494d-b0cb-4d97cc9b2b47} <Debug> TCPHandler: Processed in 0.00136488 sec. | ||
8097 | 2025.05.22 21:23:12.462752 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1194 rows, containing 19 columns (19 merged, 0 gathered) in 0.006433406 sec., 185593.758578271 rows/sec., 332.58 MiB/sec. | ||
8098 | 2025.05.22 21:23:12.464452 [ 193 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
8099 | 2025.05.22 21:23:12.464780 [ 193 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8100 | 2025.05.22 21:23:12.464853 [ 193 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
8101 | 2025.05.22 21:23:12.464998 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.56 MiB. | ||
8102 | 2025.05.22 21:23:13.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 281.28 MiB, peak 292.80 MiB, free memory in arenas 0.00 B, will set to 284.43 MiB (RSS), difference: 3.15 MiB | ||
8103 | 2025.05.22 21:23:16.187247 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8104 | 2025.05.22 21:23:16.187319 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8105 | 2025.05.22 21:23:16.308462 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106 | ||
8106 | 2025.05.22 21:23:16.308984 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8107 | 2025.05.22 21:23:16.309029 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8108 | 2025.05.22 21:23:16.309511 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8109 | 2025.05.22 21:23:16.309738 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8110 | 2025.05.22 21:23:16.309861 [ 42 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8111 | 2025.05.22 21:23:16.309869 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
8112 | 2025.05.22 21:23:16.309923 [ 42 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8113 | 2025.05.22 21:23:16.309951 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8114 | 2025.05.22 21:23:16.310067 [ 197 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
8115 | 2025.05.22 21:23:16.310216 [ 197 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8116 | 2025.05.22 21:23:16.310253 [ 197 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
8117 | 2025.05.22 21:23:16.310313 [ 197 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
8118 | 2025.05.22 21:23:16.310355 [ 197 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
8119 | 2025.05.22 21:23:16.310395 [ 197 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
8120 | 2025.05.22 21:23:16.310430 [ 197 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
8121 | 2025.05.22 21:23:16.310466 [ 197 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
8122 | 2025.05.22 21:23:16.312486 [ 199 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.002471546 sec., 8539594.245868782 rows/sec., 122.16 MiB/sec. | ||
8123 | 2025.05.22 21:23:16.312841 [ 201 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8124 | 2025.05.22 21:23:16.313141 [ 201 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_46_9} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8125 | 2025.05.22 21:23:16.313224 [ 201 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_46_9} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8126 | 2025.05.22 21:23:16.313306 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. | ||
8127 | 2025.05.22 21:23:17.425065 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 | ||
8128 | 2025.05.22 21:23:17.442540 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8129 | 2025.05.22 21:23:17.442584 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8130 | 2025.05.22 21:23:17.448278 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8131 | 2025.05.22 21:23:17.448657 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8132 | 2025.05.22 21:23:17.448857 [ 261 ] {c6830283-209c-447f-ab8d-f9bb5f179e3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8133 | 2025.05.22 21:23:17.448929 [ 261 ] {c6830283-209c-447f-ab8d-f9bb5f179e3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8134 | 2025.05.22 21:23:17.448984 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8135 | 2025.05.22 21:23:17.449261 [ 52 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8136 | 2025.05.22 21:23:17.449295 [ 52 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8137 | 2025.05.22 21:23:17.449315 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8138 | 2025.05.22 21:23:17.449430 [ 194 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
8139 | 2025.05.22 21:23:17.449670 [ 261 ] {c6830283-209c-447f-ab8d-f9bb5f179e3b} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8140 | 2025.05.22 21:23:17.449712 [ 261 ] {c6830283-209c-447f-ab8d-f9bb5f179e3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8141 | 2025.05.22 21:23:17.450097 [ 261 ] {c6830283-209c-447f-ab8d-f9bb5f179e3b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
8142 | 2025.05.22 21:23:17.450315 [ 261 ] {c6830283-209c-447f-ab8d-f9bb5f179e3b} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8143 | 2025.05.22 21:23:17.450464 [ 261 ] {c6830283-209c-447f-ab8d-f9bb5f179e3b} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.001662 sec., 73405.5354993983 rows/sec., 6.26 MiB/sec. | ||
8144 | 2025.05.22 21:23:17.450511 [ 261 ] {c6830283-209c-447f-ab8d-f9bb5f179e3b} <Debug> TCPHandler: Processed in 0.0020071 sec. | ||
8145 | 2025.05.22 21:23:17.450637 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8146 | 2025.05.22 21:23:17.450734 [ 261 ] {88038270-6b8f-463c-9a9d-637c1b63b5e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8147 | 2025.05.22 21:23:17.450773 [ 261 ] {88038270-6b8f-463c-9a9d-637c1b63b5e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8148 | 2025.05.22 21:23:17.451188 [ 261 ] {88038270-6b8f-463c-9a9d-637c1b63b5e6} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8149 | 2025.05.22 21:23:17.451223 [ 261 ] {88038270-6b8f-463c-9a9d-637c1b63b5e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8150 | 2025.05.22 21:23:17.451523 [ 261 ] {88038270-6b8f-463c-9a9d-637c1b63b5e6} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
8151 | 2025.05.22 21:23:17.451727 [ 261 ] {88038270-6b8f-463c-9a9d-637c1b63b5e6} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8152 | 2025.05.22 21:23:17.451854 [ 261 ] {88038270-6b8f-463c-9a9d-637c1b63b5e6} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001139 sec., 28972.783143107987 rows/sec., 2.13 MiB/sec. | ||
8153 | 2025.05.22 21:23:17.451890 [ 261 ] {88038270-6b8f-463c-9a9d-637c1b63b5e6} <Debug> TCPHandler: Processed in 0.001308269 sec. | ||
8154 | 2025.05.22 21:23:17.451998 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8155 | 2025.05.22 21:23:17.452098 [ 261 ] {09e6038d-4c18-4cd3-a4fd-b7a565c94663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8156 | 2025.05.22 21:23:17.452136 [ 261 ] {09e6038d-4c18-4cd3-a4fd-b7a565c94663} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8157 | 2025.05.22 21:23:17.452172 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
8158 | 2025.05.22 21:23:17.452550 [ 261 ] {09e6038d-4c18-4cd3-a4fd-b7a565c94663} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8159 | 2025.05.22 21:23:17.452590 [ 261 ] {09e6038d-4c18-4cd3-a4fd-b7a565c94663} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8160 | 2025.05.22 21:23:17.452907 [ 261 ] {09e6038d-4c18-4cd3-a4fd-b7a565c94663} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
8161 | 2025.05.22 21:23:17.453119 [ 261 ] {09e6038d-4c18-4cd3-a4fd-b7a565c94663} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8162 | 2025.05.22 21:23:17.453243 [ 261 ] {09e6038d-4c18-4cd3-a4fd-b7a565c94663} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001163 sec., 83404.98710232158 rows/sec., 6.51 MiB/sec. | ||
8163 | 2025.05.22 21:23:17.453280 [ 261 ] {09e6038d-4c18-4cd3-a4fd-b7a565c94663} <Debug> TCPHandler: Processed in 0.00133039 sec. | ||
8164 | 2025.05.22 21:23:17.453392 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8165 | 2025.05.22 21:23:17.453393 [ 194 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8166 | 2025.05.22 21:23:17.453487 [ 261 ] {127e9945-b4f9-48e5-9474-7e470704a627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8167 | 2025.05.22 21:23:17.453529 [ 261 ] {127e9945-b4f9-48e5-9474-7e470704a627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8168 | 2025.05.22 21:23:17.453956 [ 261 ] {127e9945-b4f9-48e5-9474-7e470704a627} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8169 | 2025.05.22 21:23:17.453992 [ 261 ] {127e9945-b4f9-48e5-9474-7e470704a627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8170 | 2025.05.22 21:23:17.454313 [ 261 ] {127e9945-b4f9-48e5-9474-7e470704a627} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
8171 | 2025.05.22 21:23:17.454523 [ 261 ] {127e9945-b4f9-48e5-9474-7e470704a627} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8172 | 2025.05.22 21:23:17.454651 [ 261 ] {127e9945-b4f9-48e5-9474-7e470704a627} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001182 sec., 135363.7901861252 rows/sec., 9.43 MiB/sec. | ||
8173 | 2025.05.22 21:23:17.454686 [ 261 ] {127e9945-b4f9-48e5-9474-7e470704a627} <Debug> TCPHandler: Processed in 0.00134309 sec. | ||
8174 | 2025.05.22 21:23:17.454708 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
8175 | 2025.05.22 21:23:17.454786 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8176 | 2025.05.22 21:23:17.454795 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8177 | 2025.05.22 21:23:17.454810 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8178 | 2025.05.22 21:23:17.454896 [ 261 ] {3c0b7c32-6aef-4b7b-8d06-dd79ad7b3779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8179 | 2025.05.22 21:23:17.454942 [ 194 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
8180 | 2025.05.22 21:23:17.454947 [ 201 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
8181 | 2025.05.22 21:23:17.454958 [ 261 ] {3c0b7c32-6aef-4b7b-8d06-dd79ad7b3779} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8182 | 2025.05.22 21:23:17.455120 [ 201 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8183 | 2025.05.22 21:23:17.455166 [ 201 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 16852 rows starting from the beginning of the part | ||
8184 | 2025.05.22 21:23:17.455246 [ 201 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
8185 | 2025.05.22 21:23:17.455312 [ 201 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 237 rows starting from the beginning of the part | ||
8186 | 2025.05.22 21:23:17.455372 [ 201 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 886 rows starting from the beginning of the part | ||
8187 | 2025.05.22 21:23:17.455419 [ 201 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
8188 | 2025.05.22 21:23:17.455457 [ 201 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part | ||
8189 | 2025.05.22 21:23:17.455873 [ 261 ] {3c0b7c32-6aef-4b7b-8d06-dd79ad7b3779} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8190 | 2025.05.22 21:23:17.455914 [ 261 ] {3c0b7c32-6aef-4b7b-8d06-dd79ad7b3779} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8191 | 2025.05.22 21:23:17.456487 [ 261 ] {3c0b7c32-6aef-4b7b-8d06-dd79ad7b3779} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
8192 | 2025.05.22 21:23:17.456720 [ 261 ] {3c0b7c32-6aef-4b7b-8d06-dd79ad7b3779} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8193 | 2025.05.22 21:23:17.456870 [ 261 ] {3c0b7c32-6aef-4b7b-8d06-dd79ad7b3779} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001991 sec., 16574.585635359115 rows/sec., 29.70 MiB/sec. | ||
8194 | 2025.05.22 21:23:17.456925 [ 261 ] {3c0b7c32-6aef-4b7b-8d06-dd79ad7b3779} <Debug> TCPHandler: Processed in 0.002176482 sec. | ||
8195 | 2025.05.22 21:23:17.457051 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8196 | 2025.05.22 21:23:17.457145 [ 261 ] {fd6d8aae-0e23-4fdc-823c-3588319b9963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8197 | 2025.05.22 21:23:17.457186 [ 261 ] {fd6d8aae-0e23-4fdc-823c-3588319b9963} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8198 | 2025.05.22 21:23:17.457535 [ 261 ] {fd6d8aae-0e23-4fdc-823c-3588319b9963} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8199 | 2025.05.22 21:23:17.457570 [ 261 ] {fd6d8aae-0e23-4fdc-823c-3588319b9963} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8200 | 2025.05.22 21:23:17.457879 [ 261 ] {fd6d8aae-0e23-4fdc-823c-3588319b9963} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
8201 | 2025.05.22 21:23:17.458090 [ 261 ] {fd6d8aae-0e23-4fdc-823c-3588319b9963} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8202 | 2025.05.22 21:23:17.458216 [ 261 ] {fd6d8aae-0e23-4fdc-823c-3588319b9963} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. | ||
8203 | 2025.05.22 21:23:17.458223 [ 51 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
8204 | 2025.05.22 21:23:17.458252 [ 261 ] {fd6d8aae-0e23-4fdc-823c-3588319b9963} <Debug> TCPHandler: Processed in 0.001249178 sec. | ||
8205 | 2025.05.22 21:23:17.458267 [ 51 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8206 | 2025.05.22 21:23:17.458292 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8207 | 2025.05.22 21:23:17.458386 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
8208 | 2025.05.22 21:23:17.458518 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8209 | 2025.05.22 21:23:17.458553 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2922 rows starting from the beginning of the part | ||
8210 | 2025.05.22 21:23:17.458614 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
8211 | 2025.05.22 21:23:17.458657 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 82 rows starting from the beginning of the part | ||
8212 | 2025.05.22 21:23:17.458697 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
8213 | 2025.05.22 21:23:17.458734 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
8214 | 2025.05.22 21:23:17.458772 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
8215 | 2025.05.22 21:23:17.459743 [ 187 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18455 rows, containing 5 columns (5 merged, 0 gathered) in 0.004857802 sec., 3799043.271010223 rows/sec., 258.92 MiB/sec. | ||
8216 | 2025.05.22 21:23:17.459984 [ 189 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
8217 | 2025.05.22 21:23:17.460013 [ 194 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
8218 | 2025.05.22 21:23:17.460069 [ 186 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3244 rows, containing 4 columns (4 merged, 0 gathered) in 0.001728716 sec., 1876537.2681226993 rows/sec., 124.48 MiB/sec. | ||
8219 | 2025.05.22 21:23:17.460258 [ 189 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8220 | 2025.05.22 21:23:17.460340 [ 189 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
8221 | 2025.05.22 21:23:17.460385 [ 187 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
8222 | 2025.05.22 21:23:17.460426 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.15 MiB. | ||
8223 | 2025.05.22 21:23:17.460657 [ 187 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_61_12} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8224 | 2025.05.22 21:23:17.460732 [ 187 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_61_12} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
8225 | 2025.05.22 21:23:17.460796 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
8226 | 2025.05.22 21:23:17.464910 [ 194 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
8227 | 2025.05.22 21:23:17.470054 [ 194 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
8228 | 2025.05.22 21:23:17.474968 [ 194 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
8229 | 2025.05.22 21:23:17.479344 [ 194 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
8230 | 2025.05.22 21:23:17.532951 [ 199 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.083575624 sec., 4151.928318237863 rows/sec., 21.47 MiB/sec. | ||
8231 | 2025.05.22 21:23:17.535520 [ 187 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8232 | 2025.05.22 21:23:17.537543 [ 187 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_46_9} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8233 | 2025.05.22 21:23:17.537643 [ 187 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_46_9} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8234 | 2025.05.22 21:23:17.539922 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
8235 | 2025.05.22 21:23:19.566171 [ 46 ] {} <Debug> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
8236 | 2025.05.22 21:23:19.566293 [ 46 ] {} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8237 | 2025.05.22 21:23:19.566341 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8238 | 2025.05.22 21:23:19.566519 [ 186 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::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 | ||
8239 | 2025.05.22 21:23:19.566713 [ 186 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8240 | 2025.05.22 21:23:19.566769 [ 186 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 20 rows starting from the beginning of the part | ||
8241 | 2025.05.22 21:23:19.566877 [ 186 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part | ||
8242 | 2025.05.22 21:23:19.566959 [ 186 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::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 | ||
8243 | 2025.05.22 21:23:19.567030 [ 186 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::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 | ||
8244 | 2025.05.22 21:23:19.567096 [ 186 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part | ||
8245 | 2025.05.22 21:23:19.568058 [ 196 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 5 columns (5 merged, 0 gathered) in 0.001611044 sec., 31035.775559202604 rows/sec., 2.59 MiB/sec. | ||
8246 | 2025.05.22 21:23:19.568258 [ 195 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
8247 | 2025.05.22 21:23:19.568558 [ 195 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_13_3} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8248 | 2025.05.22 21:23:19.568636 [ 195 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_13_3} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
8249 | 2025.05.22 21:23:19.568729 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
8250 | 2025.05.22 21:23:21.359383 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1116 | ||
8251 | 2025.05.22 21:23:21.361623 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8252 | 2025.05.22 21:23:21.361684 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8253 | 2025.05.22 21:23:21.362885 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
8254 | 2025.05.22 21:23:21.363167 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8255 | 2025.05.22 21:23:21.363561 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1116 | ||
8256 | 2025.05.22 21:23:22.447317 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8257 | 2025.05.22 21:23:22.447546 [ 261 ] {d87278c0-a4ee-452a-a993-9124aff4ae7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
8258 | 2025.05.22 21:23:22.447624 [ 261 ] {d87278c0-a4ee-452a-a993-9124aff4ae7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8259 | 2025.05.22 21:23:22.448356 [ 261 ] {d87278c0-a4ee-452a-a993-9124aff4ae7c} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8260 | 2025.05.22 21:23:22.448410 [ 261 ] {d87278c0-a4ee-452a-a993-9124aff4ae7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8261 | 2025.05.22 21:23:22.448804 [ 261 ] {d87278c0-a4ee-452a-a993-9124aff4ae7c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
8262 | 2025.05.22 21:23:22.449038 [ 261 ] {d87278c0-a4ee-452a-a993-9124aff4ae7c} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8263 | 2025.05.22 21:23:22.449206 [ 261 ] {d87278c0-a4ee-452a-a993-9124aff4ae7c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001716 sec., 1165.5011655011654 rows/sec., 95.04 KiB/sec. | ||
8264 | 2025.05.22 21:23:22.449256 [ 261 ] {d87278c0-a4ee-452a-a993-9124aff4ae7c} <Debug> TCPHandler: Processed in 0.002136182 sec. | ||
8265 | 2025.05.22 21:23:22.449378 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8266 | 2025.05.22 21:23:22.449495 [ 261 ] {fb93b6ba-b681-47b6-94a4-631e3fdaf8f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8267 | 2025.05.22 21:23:22.449537 [ 261 ] {fb93b6ba-b681-47b6-94a4-631e3fdaf8f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8268 | 2025.05.22 21:23:22.450037 [ 261 ] {fb93b6ba-b681-47b6-94a4-631e3fdaf8f2} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8269 | 2025.05.22 21:23:22.450073 [ 261 ] {fb93b6ba-b681-47b6-94a4-631e3fdaf8f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8270 | 2025.05.22 21:23:22.450389 [ 261 ] {fb93b6ba-b681-47b6-94a4-631e3fdaf8f2} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
8271 | 2025.05.22 21:23:22.450601 [ 261 ] {fb93b6ba-b681-47b6-94a4-631e3fdaf8f2} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8272 | 2025.05.22 21:23:22.450732 [ 261 ] {fb93b6ba-b681-47b6-94a4-631e3fdaf8f2} <Debug> executeQuery: Read 73 rows, 5.98 KiB in 0.001261 sec., 57890.56304520222 rows/sec., 4.63 MiB/sec. | ||
8273 | 2025.05.22 21:23:22.450770 [ 261 ] {fb93b6ba-b681-47b6-94a4-631e3fdaf8f2} <Debug> TCPHandler: Processed in 0.001446061 sec. | ||
8274 | 2025.05.22 21:23:22.450905 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8275 | 2025.05.22 21:23:22.451003 [ 261 ] {6aebffd1-b292-4d77-b0b1-377c8f2a9b6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8276 | 2025.05.22 21:23:22.451043 [ 261 ] {6aebffd1-b292-4d77-b0b1-377c8f2a9b6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8277 | 2025.05.22 21:23:22.451470 [ 261 ] {6aebffd1-b292-4d77-b0b1-377c8f2a9b6f} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8278 | 2025.05.22 21:23:22.451506 [ 261 ] {6aebffd1-b292-4d77-b0b1-377c8f2a9b6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8279 | 2025.05.22 21:23:22.451801 [ 261 ] {6aebffd1-b292-4d77-b0b1-377c8f2a9b6f} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
8280 | 2025.05.22 21:23:22.452020 [ 261 ] {6aebffd1-b292-4d77-b0b1-377c8f2a9b6f} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8281 | 2025.05.22 21:23:22.452155 [ 261 ] {6aebffd1-b292-4d77-b0b1-377c8f2a9b6f} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001172 sec., 8532.423208191125 rows/sec., 632.43 KiB/sec. | ||
8282 | 2025.05.22 21:23:22.452193 [ 261 ] {6aebffd1-b292-4d77-b0b1-377c8f2a9b6f} <Debug> TCPHandler: Processed in 0.00134856 sec. | ||
8283 | 2025.05.22 21:23:22.452310 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8284 | 2025.05.22 21:23:22.452404 [ 261 ] {c9710ef6-d2c3-40a4-a455-858dfbcb9ab9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8285 | 2025.05.22 21:23:22.452445 [ 261 ] {c9710ef6-d2c3-40a4-a455-858dfbcb9ab9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8286 | 2025.05.22 21:23:22.452877 [ 261 ] {c9710ef6-d2c3-40a4-a455-858dfbcb9ab9} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8287 | 2025.05.22 21:23:22.452912 [ 261 ] {c9710ef6-d2c3-40a4-a455-858dfbcb9ab9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8288 | 2025.05.22 21:23:22.453212 [ 261 ] {c9710ef6-d2c3-40a4-a455-858dfbcb9ab9} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
8289 | 2025.05.22 21:23:22.453417 [ 261 ] {c9710ef6-d2c3-40a4-a455-858dfbcb9ab9} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8290 | 2025.05.22 21:23:22.453544 [ 261 ] {c9710ef6-d2c3-40a4-a455-858dfbcb9ab9} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001158 sec., 63903.281519861834 rows/sec., 4.99 MiB/sec. | ||
8291 | 2025.05.22 21:23:22.453581 [ 261 ] {c9710ef6-d2c3-40a4-a455-858dfbcb9ab9} <Debug> TCPHandler: Processed in 0.00132301 sec. | ||
8292 | 2025.05.22 21:23:22.453697 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8293 | 2025.05.22 21:23:22.453792 [ 261 ] {0fa10b6f-1f79-4ff1-95ee-e8d242438068} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8294 | 2025.05.22 21:23:22.453836 [ 261 ] {0fa10b6f-1f79-4ff1-95ee-e8d242438068} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8295 | 2025.05.22 21:23:22.454269 [ 261 ] {0fa10b6f-1f79-4ff1-95ee-e8d242438068} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8296 | 2025.05.22 21:23:22.454305 [ 261 ] {0fa10b6f-1f79-4ff1-95ee-e8d242438068} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8297 | 2025.05.22 21:23:22.454642 [ 261 ] {0fa10b6f-1f79-4ff1-95ee-e8d242438068} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
8298 | 2025.05.22 21:23:22.454856 [ 261 ] {0fa10b6f-1f79-4ff1-95ee-e8d242438068} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8299 | 2025.05.22 21:23:22.454987 [ 261 ] {0fa10b6f-1f79-4ff1-95ee-e8d242438068} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001213 sec., 132728.7716405606 rows/sec., 9.24 MiB/sec. | ||
8300 | 2025.05.22 21:23:22.455025 [ 261 ] {0fa10b6f-1f79-4ff1-95ee-e8d242438068} <Debug> TCPHandler: Processed in 0.001379141 sec. | ||
8301 | 2025.05.22 21:23:22.455136 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8302 | 2025.05.22 21:23:22.455230 [ 261 ] {df83bc5f-a2bf-46d5-a43f-2a5157364d6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8303 | 2025.05.22 21:23:22.455284 [ 261 ] {df83bc5f-a2bf-46d5-a43f-2a5157364d6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8304 | 2025.05.22 21:23:22.456067 [ 261 ] {df83bc5f-a2bf-46d5-a43f-2a5157364d6d} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8305 | 2025.05.22 21:23:22.456103 [ 261 ] {df83bc5f-a2bf-46d5-a43f-2a5157364d6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8306 | 2025.05.22 21:23:22.456625 [ 261 ] {df83bc5f-a2bf-46d5-a43f-2a5157364d6d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
8307 | 2025.05.22 21:23:22.456852 [ 261 ] {df83bc5f-a2bf-46d5-a43f-2a5157364d6d} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8308 | 2025.05.22 21:23:22.456997 [ 261 ] {df83bc5f-a2bf-46d5-a43f-2a5157364d6d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001784 sec., 4484.304932735426 rows/sec., 8.04 MiB/sec. | ||
8309 | 2025.05.22 21:23:22.457062 [ 261 ] {df83bc5f-a2bf-46d5-a43f-2a5157364d6d} <Debug> TCPHandler: Processed in 0.001977249 sec. | ||
8310 | 2025.05.22 21:23:22.457187 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8311 | 2025.05.22 21:23:22.457291 [ 261 ] {4ac9c643-e96c-4d77-b43b-4b2f3761ca03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8312 | 2025.05.22 21:23:22.457333 [ 261 ] {4ac9c643-e96c-4d77-b43b-4b2f3761ca03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8313 | 2025.05.22 21:23:22.457686 [ 261 ] {4ac9c643-e96c-4d77-b43b-4b2f3761ca03} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8314 | 2025.05.22 21:23:22.457721 [ 261 ] {4ac9c643-e96c-4d77-b43b-4b2f3761ca03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8315 | 2025.05.22 21:23:22.458019 [ 261 ] {4ac9c643-e96c-4d77-b43b-4b2f3761ca03} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
8316 | 2025.05.22 21:23:22.458230 [ 261 ] {4ac9c643-e96c-4d77-b43b-4b2f3761ca03} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8317 | 2025.05.22 21:23:22.458357 [ 261 ] {4ac9c643-e96c-4d77-b43b-4b2f3761ca03} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. | ||
8318 | 2025.05.22 21:23:22.458393 [ 261 ] {4ac9c643-e96c-4d77-b43b-4b2f3761ca03} <Debug> TCPHandler: Processed in 0.001263599 sec. | ||
8319 | 2025.05.22 21:23:23.810937 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533 | ||
8320 | 2025.05.22 21:23:23.811428 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8321 | 2025.05.22 21:23:23.811463 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8322 | 2025.05.22 21:23:23.812218 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8323 | 2025.05.22 21:23:23.812448 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8324 | 2025.05.22 21:23:23.812578 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533 | ||
8325 | 2025.05.22 21:23:24.953184 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 | ||
8326 | 2025.05.22 21:23:24.968425 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8327 | 2025.05.22 21:23:24.968490 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8328 | 2025.05.22 21:23:24.973924 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8329 | 2025.05.22 21:23:24.974610 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8330 | 2025.05.22 21:23:24.977636 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 354 | ||
8331 | 2025.05.22 21:23:27.448205 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8332 | 2025.05.22 21:23:27.448384 [ 261 ] {96c9d926-9c9e-4d90-a627-08fabdde2c8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8333 | 2025.05.22 21:23:27.448454 [ 261 ] {96c9d926-9c9e-4d90-a627-08fabdde2c8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8334 | 2025.05.22 21:23:27.449189 [ 261 ] {96c9d926-9c9e-4d90-a627-08fabdde2c8a} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8335 | 2025.05.22 21:23:27.449227 [ 261 ] {96c9d926-9c9e-4d90-a627-08fabdde2c8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8336 | 2025.05.22 21:23:27.449633 [ 261 ] {96c9d926-9c9e-4d90-a627-08fabdde2c8a} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
8337 | 2025.05.22 21:23:27.449852 [ 261 ] {96c9d926-9c9e-4d90-a627-08fabdde2c8a} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8338 | 2025.05.22 21:23:27.450000 [ 261 ] {96c9d926-9c9e-4d90-a627-08fabdde2c8a} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.001667 sec., 73185.36292741452 rows/sec., 6.25 MiB/sec. | ||
8339 | 2025.05.22 21:23:27.450041 [ 261 ] {96c9d926-9c9e-4d90-a627-08fabdde2c8a} <Debug> TCPHandler: Processed in 0.00196229 sec. | ||
8340 | 2025.05.22 21:23:27.450177 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8341 | 2025.05.22 21:23:27.450272 [ 261 ] {99d6ca8b-e388-4c5e-a5da-f05d13977b10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8342 | 2025.05.22 21:23:27.450312 [ 261 ] {99d6ca8b-e388-4c5e-a5da-f05d13977b10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8343 | 2025.05.22 21:23:27.450745 [ 261 ] {99d6ca8b-e388-4c5e-a5da-f05d13977b10} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8344 | 2025.05.22 21:23:27.450779 [ 261 ] {99d6ca8b-e388-4c5e-a5da-f05d13977b10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8345 | 2025.05.22 21:23:27.451072 [ 261 ] {99d6ca8b-e388-4c5e-a5da-f05d13977b10} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
8346 | 2025.05.22 21:23:27.451284 [ 261 ] {99d6ca8b-e388-4c5e-a5da-f05d13977b10} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8347 | 2025.05.22 21:23:27.451409 [ 261 ] {99d6ca8b-e388-4c5e-a5da-f05d13977b10} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001155 sec., 28571.428571428572 rows/sec., 2.10 MiB/sec. | ||
8348 | 2025.05.22 21:23:27.451446 [ 261 ] {99d6ca8b-e388-4c5e-a5da-f05d13977b10} <Debug> TCPHandler: Processed in 0.00131832 sec. | ||
8349 | 2025.05.22 21:23:27.451557 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8350 | 2025.05.22 21:23:27.451650 [ 261 ] {43dd636c-79c1-45a5-a295-af70aeda65e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8351 | 2025.05.22 21:23:27.451688 [ 261 ] {43dd636c-79c1-45a5-a295-af70aeda65e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8352 | 2025.05.22 21:23:27.452124 [ 261 ] {43dd636c-79c1-45a5-a295-af70aeda65e6} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8353 | 2025.05.22 21:23:27.452157 [ 261 ] {43dd636c-79c1-45a5-a295-af70aeda65e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8354 | 2025.05.22 21:23:27.452450 [ 261 ] {43dd636c-79c1-45a5-a295-af70aeda65e6} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
8355 | 2025.05.22 21:23:27.452654 [ 261 ] {43dd636c-79c1-45a5-a295-af70aeda65e6} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8356 | 2025.05.22 21:23:27.452776 [ 261 ] {43dd636c-79c1-45a5-a295-af70aeda65e6} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001144 sec., 84790.20979020979 rows/sec., 6.62 MiB/sec. | ||
8357 | 2025.05.22 21:23:27.452811 [ 261 ] {43dd636c-79c1-45a5-a295-af70aeda65e6} <Debug> TCPHandler: Processed in 0.00130301 sec. | ||
8358 | 2025.05.22 21:23:27.452922 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8359 | 2025.05.22 21:23:27.453015 [ 261 ] {9ef2cb03-6ec8-41a5-aff3-b44d29cf546a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8360 | 2025.05.22 21:23:27.453057 [ 261 ] {9ef2cb03-6ec8-41a5-aff3-b44d29cf546a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8361 | 2025.05.22 21:23:27.453513 [ 261 ] {9ef2cb03-6ec8-41a5-aff3-b44d29cf546a} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8362 | 2025.05.22 21:23:27.453549 [ 261 ] {9ef2cb03-6ec8-41a5-aff3-b44d29cf546a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8363 | 2025.05.22 21:23:27.453880 [ 261 ] {9ef2cb03-6ec8-41a5-aff3-b44d29cf546a} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
8364 | 2025.05.22 21:23:27.454104 [ 261 ] {9ef2cb03-6ec8-41a5-aff3-b44d29cf546a} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8365 | 2025.05.22 21:23:27.454232 [ 261 ] {9ef2cb03-6ec8-41a5-aff3-b44d29cf546a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001235 sec., 129554.65587044535 rows/sec., 9.02 MiB/sec. | ||
8366 | 2025.05.22 21:23:27.454268 [ 261 ] {9ef2cb03-6ec8-41a5-aff3-b44d29cf546a} <Debug> TCPHandler: Processed in 0.00139507 sec. | ||
8367 | 2025.05.22 21:23:27.454369 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8368 | 2025.05.22 21:23:27.454463 [ 261 ] {4f826fa0-9b0f-40ec-ac3a-628d5c793d4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8369 | 2025.05.22 21:23:27.454517 [ 261 ] {4f826fa0-9b0f-40ec-ac3a-628d5c793d4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8370 | 2025.05.22 21:23:27.455334 [ 261 ] {4f826fa0-9b0f-40ec-ac3a-628d5c793d4d} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8371 | 2025.05.22 21:23:27.455368 [ 261 ] {4f826fa0-9b0f-40ec-ac3a-628d5c793d4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8372 | 2025.05.22 21:23:27.455893 [ 261 ] {4f826fa0-9b0f-40ec-ac3a-628d5c793d4d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
8373 | 2025.05.22 21:23:27.456108 [ 261 ] {4f826fa0-9b0f-40ec-ac3a-628d5c793d4d} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8374 | 2025.05.22 21:23:27.456240 [ 261 ] {4f826fa0-9b0f-40ec-ac3a-628d5c793d4d} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001795 sec., 18384.401114206128 rows/sec., 32.94 MiB/sec. | ||
8375 | 2025.05.22 21:23:27.456292 [ 261 ] {4f826fa0-9b0f-40ec-ac3a-628d5c793d4d} <Debug> TCPHandler: Processed in 0.00197051 sec. | ||
8376 | 2025.05.22 21:23:27.456419 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8377 | 2025.05.22 21:23:27.456540 [ 261 ] {12135472-c4cc-4d36-ad0e-c7a8c6bffc60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8378 | 2025.05.22 21:23:27.456590 [ 261 ] {12135472-c4cc-4d36-ad0e-c7a8c6bffc60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8379 | 2025.05.22 21:23:27.457001 [ 261 ] {12135472-c4cc-4d36-ad0e-c7a8c6bffc60} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8380 | 2025.05.22 21:23:27.457044 [ 261 ] {12135472-c4cc-4d36-ad0e-c7a8c6bffc60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8381 | 2025.05.22 21:23:27.457414 [ 261 ] {12135472-c4cc-4d36-ad0e-c7a8c6bffc60} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
8382 | 2025.05.22 21:23:27.457643 [ 261 ] {12135472-c4cc-4d36-ad0e-c7a8c6bffc60} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8383 | 2025.05.22 21:23:27.457771 [ 261 ] {12135472-c4cc-4d36-ad0e-c7a8c6bffc60} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001256 sec., 47770.700636942674 rows/sec., 3.22 MiB/sec. | ||
8384 | 2025.05.22 21:23:27.457807 [ 261 ] {12135472-c4cc-4d36-ad0e-c7a8c6bffc60} <Debug> TCPHandler: Processed in 0.001441551 sec. | ||
8385 | 2025.05.22 21:23:31.187570 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8386 | 2025.05.22 21:23:31.187634 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8387 | 2025.05.22 21:23:31.313621 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021 | ||
8388 | 2025.05.22 21:23:31.314137 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8389 | 2025.05.22 21:23:31.314189 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8390 | 2025.05.22 21:23:31.314827 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8391 | 2025.05.22 21:23:31.315069 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8392 | 2025.05.22 21:23:31.315223 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
8393 | 2025.05.22 21:23:31.364660 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1142 | ||
8394 | 2025.05.22 21:23:31.366838 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8395 | 2025.05.22 21:23:31.366884 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8396 | 2025.05.22 21:23:31.368035 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
8397 | 2025.05.22 21:23:31.368291 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8398 | 2025.05.22 21:23:31.368545 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1142 | ||
8399 | 2025.05.22 21:23:32.002156 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000829663 sec. | ||
8400 | 2025.05.22 21:23:32.452911 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8401 | 2025.05.22 21:23:32.453097 [ 261 ] {79e3b593-ac10-4a3d-a094-5937d278b5a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
8402 | 2025.05.22 21:23:32.453174 [ 261 ] {79e3b593-ac10-4a3d-a094-5937d278b5a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
8403 | 2025.05.22 21:23:32.453889 [ 261 ] {79e3b593-ac10-4a3d-a094-5937d278b5a1} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8404 | 2025.05.22 21:23:32.453940 [ 261 ] {79e3b593-ac10-4a3d-a094-5937d278b5a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8405 | 2025.05.22 21:23:32.454344 [ 261 ] {79e3b593-ac10-4a3d-a094-5937d278b5a1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8406 | 2025.05.22 21:23:32.454576 [ 261 ] {79e3b593-ac10-4a3d-a094-5937d278b5a1} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8407 | 2025.05.22 21:23:32.454758 [ 261 ] {79e3b593-ac10-4a3d-a094-5937d278b5a1} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001713 sec., 123759.48628137771 rows/sec., 7.87 MiB/sec. | ||
8408 | 2025.05.22 21:23:32.454811 [ 261 ] {79e3b593-ac10-4a3d-a094-5937d278b5a1} <Debug> TCPHandler: Processed in 0.00203165 sec. | ||
8409 | 2025.05.22 21:23:32.454933 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8410 | 2025.05.22 21:23:32.455046 [ 261 ] {8e187cc5-ec0b-4782-8fb3-0a5f644cc5f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8411 | 2025.05.22 21:23:32.455089 [ 261 ] {8e187cc5-ec0b-4782-8fb3-0a5f644cc5f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8412 | 2025.05.22 21:23:32.455804 [ 261 ] {8e187cc5-ec0b-4782-8fb3-0a5f644cc5f9} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8413 | 2025.05.22 21:23:32.455841 [ 261 ] {8e187cc5-ec0b-4782-8fb3-0a5f644cc5f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8414 | 2025.05.22 21:23:32.456183 [ 261 ] {8e187cc5-ec0b-4782-8fb3-0a5f644cc5f9} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
8415 | 2025.05.22 21:23:32.456398 [ 261 ] {8e187cc5-ec0b-4782-8fb3-0a5f644cc5f9} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8416 | 2025.05.22 21:23:32.456539 [ 261 ] {8e187cc5-ec0b-4782-8fb3-0a5f644cc5f9} <Debug> executeQuery: Read 633 rows, 50.88 KiB in 0.001516 sec., 417546.1741424802 rows/sec., 32.77 MiB/sec. | ||
8417 | 2025.05.22 21:23:32.456578 [ 261 ] {8e187cc5-ec0b-4782-8fb3-0a5f644cc5f9} <Debug> TCPHandler: Processed in 0.001698066 sec. | ||
8418 | 2025.05.22 21:23:32.456694 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8419 | 2025.05.22 21:23:32.456801 [ 261 ] {2c790c9d-b035-434d-a43f-7e945b810849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8420 | 2025.05.22 21:23:32.456842 [ 261 ] {2c790c9d-b035-434d-a43f-7e945b810849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8421 | 2025.05.22 21:23:32.457266 [ 261 ] {2c790c9d-b035-434d-a43f-7e945b810849} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8422 | 2025.05.22 21:23:32.457302 [ 261 ] {2c790c9d-b035-434d-a43f-7e945b810849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8423 | 2025.05.22 21:23:32.457601 [ 261 ] {2c790c9d-b035-434d-a43f-7e945b810849} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
8424 | 2025.05.22 21:23:32.457810 [ 261 ] {2c790c9d-b035-434d-a43f-7e945b810849} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8425 | 2025.05.22 21:23:32.457939 [ 261 ] {2c790c9d-b035-434d-a43f-7e945b810849} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001156 sec., 98615.91695501731 rows/sec., 5.90 MiB/sec. | ||
8426 | 2025.05.22 21:23:32.457976 [ 261 ] {2c790c9d-b035-434d-a43f-7e945b810849} <Debug> TCPHandler: Processed in 0.00133724 sec. | ||
8427 | 2025.05.22 21:23:32.458089 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8428 | 2025.05.22 21:23:32.458196 [ 261 ] {9ce3ba9b-49c7-4488-85f5-6f641ac7e118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
8429 | 2025.05.22 21:23:32.458236 [ 261 ] {9ce3ba9b-49c7-4488-85f5-6f641ac7e118} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8430 | 2025.05.22 21:23:32.458762 [ 261 ] {9ce3ba9b-49c7-4488-85f5-6f641ac7e118} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8431 | 2025.05.22 21:23:32.458798 [ 261 ] {9ce3ba9b-49c7-4488-85f5-6f641ac7e118} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8432 | 2025.05.22 21:23:32.459129 [ 261 ] {9ce3ba9b-49c7-4488-85f5-6f641ac7e118} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
8433 | 2025.05.22 21:23:32.459330 [ 261 ] {9ce3ba9b-49c7-4488-85f5-6f641ac7e118} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8434 | 2025.05.22 21:23:32.459462 [ 261 ] {9ce3ba9b-49c7-4488-85f5-6f641ac7e118} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001283 sec., 88074.82462977397 rows/sec., 5.70 MiB/sec. | ||
8435 | 2025.05.22 21:23:32.459500 [ 261 ] {9ce3ba9b-49c7-4488-85f5-6f641ac7e118} <Debug> TCPHandler: Processed in 0.001462402 sec. | ||
8436 | 2025.05.22 21:23:32.459650 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8437 | 2025.05.22 21:23:32.459745 [ 261 ] {bec9c323-91e5-46de-8e70-efdc5b72265d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
8438 | 2025.05.22 21:23:32.459784 [ 261 ] {bec9c323-91e5-46de-8e70-efdc5b72265d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8439 | 2025.05.22 21:23:32.460229 [ 261 ] {bec9c323-91e5-46de-8e70-efdc5b72265d} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8440 | 2025.05.22 21:23:32.460265 [ 261 ] {bec9c323-91e5-46de-8e70-efdc5b72265d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8441 | 2025.05.22 21:23:32.460562 [ 261 ] {bec9c323-91e5-46de-8e70-efdc5b72265d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8442 | 2025.05.22 21:23:32.460773 [ 261 ] {bec9c323-91e5-46de-8e70-efdc5b72265d} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8443 | 2025.05.22 21:23:32.460899 [ 261 ] {bec9c323-91e5-46de-8e70-efdc5b72265d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001172 sec., 95563.1399317406 rows/sec., 5.44 MiB/sec. | ||
8444 | 2025.05.22 21:23:32.460936 [ 261 ] {bec9c323-91e5-46de-8e70-efdc5b72265d} <Debug> TCPHandler: Processed in 0.00134126 sec. | ||
8445 | 2025.05.22 21:23:32.461054 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8446 | 2025.05.22 21:23:32.461149 [ 261 ] {40980311-84bd-4195-ad7a-69963431b5d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8447 | 2025.05.22 21:23:32.461188 [ 261 ] {40980311-84bd-4195-ad7a-69963431b5d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8448 | 2025.05.22 21:23:32.461732 [ 261 ] {40980311-84bd-4195-ad7a-69963431b5d2} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8449 | 2025.05.22 21:23:32.461768 [ 261 ] {40980311-84bd-4195-ad7a-69963431b5d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8450 | 2025.05.22 21:23:32.462092 [ 261 ] {40980311-84bd-4195-ad7a-69963431b5d2} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
8451 | 2025.05.22 21:23:32.462297 [ 261 ] {40980311-84bd-4195-ad7a-69963431b5d2} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8452 | 2025.05.22 21:23:32.462430 [ 261 ] {40980311-84bd-4195-ad7a-69963431b5d2} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001298 sec., 300462.249614792 rows/sec., 21.24 MiB/sec. | ||
8453 | 2025.05.22 21:23:32.462467 [ 261 ] {40980311-84bd-4195-ad7a-69963431b5d2} <Debug> TCPHandler: Processed in 0.001465102 sec. | ||
8454 | 2025.05.22 21:23:32.462582 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8455 | 2025.05.22 21:23:32.462677 [ 261 ] {94eb4b6c-2553-428a-a5ac-19d0ba8a1ce5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
8456 | 2025.05.22 21:23:32.462718 [ 261 ] {94eb4b6c-2553-428a-a5ac-19d0ba8a1ce5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8457 | 2025.05.22 21:23:32.463046 [ 261 ] {94eb4b6c-2553-428a-a5ac-19d0ba8a1ce5} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8458 | 2025.05.22 21:23:32.463081 [ 261 ] {94eb4b6c-2553-428a-a5ac-19d0ba8a1ce5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8459 | 2025.05.22 21:23:32.463394 [ 261 ] {94eb4b6c-2553-428a-a5ac-19d0ba8a1ce5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
8460 | 2025.05.22 21:23:32.463613 [ 261 ] {94eb4b6c-2553-428a-a5ac-19d0ba8a1ce5} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8461 | 2025.05.22 21:23:32.463739 [ 261 ] {94eb4b6c-2553-428a-a5ac-19d0ba8a1ce5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001079 sec., 5560.704355885078 rows/sec., 290.53 KiB/sec. | ||
8462 | 2025.05.22 21:23:32.463777 [ 261 ] {94eb4b6c-2553-428a-a5ac-19d0ba8a1ce5} <Debug> TCPHandler: Processed in 0.001246319 sec. | ||
8463 | 2025.05.22 21:23:32.463877 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8464 | 2025.05.22 21:23:32.463971 [ 261 ] {4f21714d-86f0-4219-b295-1b5d8e1efe74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8465 | 2025.05.22 21:23:32.464012 [ 261 ] {4f21714d-86f0-4219-b295-1b5d8e1efe74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8466 | 2025.05.22 21:23:32.464409 [ 261 ] {4f21714d-86f0-4219-b295-1b5d8e1efe74} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8467 | 2025.05.22 21:23:32.464445 [ 261 ] {4f21714d-86f0-4219-b295-1b5d8e1efe74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8468 | 2025.05.22 21:23:32.464774 [ 261 ] {4f21714d-86f0-4219-b295-1b5d8e1efe74} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
8469 | 2025.05.22 21:23:32.464981 [ 261 ] {4f21714d-86f0-4219-b295-1b5d8e1efe74} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8470 | 2025.05.22 21:23:32.465108 [ 261 ] {4f21714d-86f0-4219-b295-1b5d8e1efe74} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001155 sec., 205194.8051948052 rows/sec., 13.75 MiB/sec. | ||
8471 | 2025.05.22 21:23:32.465144 [ 261 ] {4f21714d-86f0-4219-b295-1b5d8e1efe74} <Debug> TCPHandler: Processed in 0.00131647 sec. | ||
8472 | 2025.05.22 21:23:32.465257 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8473 | 2025.05.22 21:23:32.465351 [ 261 ] {d16fe5f0-0137-4491-8fce-7f6ac78d0dd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
8474 | 2025.05.22 21:23:32.465392 [ 261 ] {d16fe5f0-0137-4491-8fce-7f6ac78d0dd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8475 | 2025.05.22 21:23:32.465702 [ 261 ] {d16fe5f0-0137-4491-8fce-7f6ac78d0dd8} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8476 | 2025.05.22 21:23:32.465737 [ 261 ] {d16fe5f0-0137-4491-8fce-7f6ac78d0dd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8477 | 2025.05.22 21:23:32.466027 [ 261 ] {d16fe5f0-0137-4491-8fce-7f6ac78d0dd8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
8478 | 2025.05.22 21:23:32.466230 [ 261 ] {d16fe5f0-0137-4491-8fce-7f6ac78d0dd8} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8479 | 2025.05.22 21:23:32.466358 [ 261 ] {d16fe5f0-0137-4491-8fce-7f6ac78d0dd8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001023 sec., 977.5171065493646 rows/sec., 65.87 KiB/sec. | ||
8480 | 2025.05.22 21:23:32.466394 [ 261 ] {d16fe5f0-0137-4491-8fce-7f6ac78d0dd8} <Debug> TCPHandler: Processed in 0.001188087 sec. | ||
8481 | 2025.05.22 21:23:32.466501 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8482 | 2025.05.22 21:23:32.466595 [ 261 ] {4b6b7fbb-87d5-43a9-acd7-f5ee5c48ef90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8483 | 2025.05.22 21:23:32.466648 [ 261 ] {4b6b7fbb-87d5-43a9-acd7-f5ee5c48ef90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8484 | 2025.05.22 21:23:32.467388 [ 261 ] {4b6b7fbb-87d5-43a9-acd7-f5ee5c48ef90} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8485 | 2025.05.22 21:23:32.467425 [ 261 ] {4b6b7fbb-87d5-43a9-acd7-f5ee5c48ef90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8486 | 2025.05.22 21:23:32.467912 [ 261 ] {4b6b7fbb-87d5-43a9-acd7-f5ee5c48ef90} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
8487 | 2025.05.22 21:23:32.468134 [ 261 ] {4b6b7fbb-87d5-43a9-acd7-f5ee5c48ef90} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8488 | 2025.05.22 21:23:32.468272 [ 261 ] {4b6b7fbb-87d5-43a9-acd7-f5ee5c48ef90} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001694 sec., 4722.550177095632 rows/sec., 8.46 MiB/sec. | ||
8489 | 2025.05.22 21:23:32.468333 [ 261 ] {4b6b7fbb-87d5-43a9-acd7-f5ee5c48ef90} <Debug> TCPHandler: Processed in 0.001881418 sec. | ||
8490 | 2025.05.22 21:23:32.468449 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8491 | 2025.05.22 21:23:32.468545 [ 261 ] {23ae4dda-53eb-40da-add3-40780d1c4be9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8492 | 2025.05.22 21:23:32.468586 [ 261 ] {23ae4dda-53eb-40da-add3-40780d1c4be9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8493 | 2025.05.22 21:23:32.468916 [ 261 ] {23ae4dda-53eb-40da-add3-40780d1c4be9} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8494 | 2025.05.22 21:23:32.468952 [ 261 ] {23ae4dda-53eb-40da-add3-40780d1c4be9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8495 | 2025.05.22 21:23:32.469253 [ 261 ] {23ae4dda-53eb-40da-add3-40780d1c4be9} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
8496 | 2025.05.22 21:23:32.469465 [ 261 ] {23ae4dda-53eb-40da-add3-40780d1c4be9} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8497 | 2025.05.22 21:23:32.469596 [ 261 ] {23ae4dda-53eb-40da-add3-40780d1c4be9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001069 sec., 76707.20299345182 rows/sec., 4.87 MiB/sec. | ||
8498 | 2025.05.22 21:23:32.469629 [ 261 ] {23ae4dda-53eb-40da-add3-40780d1c4be9} <Debug> TCPHandler: Processed in 0.001233269 sec. | ||
8499 | 2025.05.22 21:23:32.478641 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 | ||
8500 | 2025.05.22 21:23:32.495567 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8501 | 2025.05.22 21:23:32.495627 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8502 | 2025.05.22 21:23:32.501726 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8503 | 2025.05.22 21:23:32.502487 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8504 | 2025.05.22 21:23:32.506269 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
8505 | 2025.05.22 21:23:33.001150 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 287.57 MiB, peak 299.56 MiB, free memory in arenas 0.00 B, will set to 286.26 MiB (RSS), difference: -1.31 MiB | ||
8506 | 2025.05.22 21:23:37.477417 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8507 | 2025.05.22 21:23:37.477635 [ 261 ] {891bf7fb-b6d1-4cb9-ace8-06b7f3e19d28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8508 | 2025.05.22 21:23:37.477710 [ 261 ] {891bf7fb-b6d1-4cb9-ace8-06b7f3e19d28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8509 | 2025.05.22 21:23:37.479028 [ 261 ] {891bf7fb-b6d1-4cb9-ace8-06b7f3e19d28} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8510 | 2025.05.22 21:23:37.479073 [ 261 ] {891bf7fb-b6d1-4cb9-ace8-06b7f3e19d28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8511 | 2025.05.22 21:23:37.479576 [ 261 ] {891bf7fb-b6d1-4cb9-ace8-06b7f3e19d28} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
8512 | 2025.05.22 21:23:37.479817 [ 261 ] {891bf7fb-b6d1-4cb9-ace8-06b7f3e19d28} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8513 | 2025.05.22 21:23:37.479961 [ 50 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
8514 | 2025.05.22 21:23:37.479965 [ 261 ] {891bf7fb-b6d1-4cb9-ace8-06b7f3e19d28} <Debug> executeQuery: Read 1262 rows, 106.78 KiB in 0.002386 sec., 528918.692372171 rows/sec., 43.70 MiB/sec. | ||
8515 | 2025.05.22 21:23:37.480006 [ 50 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8516 | 2025.05.22 21:23:37.480029 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8517 | 2025.05.22 21:23:37.480032 [ 261 ] {891bf7fb-b6d1-4cb9-ace8-06b7f3e19d28} <Debug> TCPHandler: Processed in 0.002749581 sec. | ||
8518 | 2025.05.22 21:23:37.480160 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8519 | 2025.05.22 21:23:37.480165 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::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 | ||
8520 | 2025.05.22 21:23:37.480256 [ 261 ] {135beb48-dd94-4216-99d4-2cd80fda2d89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8521 | 2025.05.22 21:23:37.480303 [ 261 ] {135beb48-dd94-4216-99d4-2cd80fda2d89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8522 | 2025.05.22 21:23:37.480334 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8523 | 2025.05.22 21:23:37.480374 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1970 rows starting from the beginning of the part | ||
8524 | 2025.05.22 21:23:37.480449 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 122 rows starting from the beginning of the part | ||
8525 | 2025.05.22 21:23:37.480495 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 73 rows starting from the beginning of the part | ||
8526 | 2025.05.22 21:23:37.480536 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 122 rows starting from the beginning of the part | ||
8527 | 2025.05.22 21:23:37.480575 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 633 rows starting from the beginning of the part | ||
8528 | 2025.05.22 21:23:37.480613 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1262 rows starting from the beginning of the part | ||
8529 | 2025.05.22 21:23:37.480721 [ 261 ] {135beb48-dd94-4216-99d4-2cd80fda2d89} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8530 | 2025.05.22 21:23:37.480763 [ 261 ] {135beb48-dd94-4216-99d4-2cd80fda2d89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8531 | 2025.05.22 21:23:37.481202 [ 261 ] {135beb48-dd94-4216-99d4-2cd80fda2d89} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
8532 | 2025.05.22 21:23:37.481446 [ 261 ] {135beb48-dd94-4216-99d4-2cd80fda2d89} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8533 | 2025.05.22 21:23:37.481562 [ 50 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
8534 | 2025.05.22 21:23:37.481583 [ 261 ] {135beb48-dd94-4216-99d4-2cd80fda2d89} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001346 sec., 24517.087667161963 rows/sec., 1.80 MiB/sec. | ||
8535 | 2025.05.22 21:23:37.481593 [ 50 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8536 | 2025.05.22 21:23:37.481612 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8537 | 2025.05.22 21:23:37.481619 [ 261 ] {135beb48-dd94-4216-99d4-2cd80fda2d89} <Debug> TCPHandler: Processed in 0.001508012 sec. | ||
8538 | 2025.05.22 21:23:37.481721 [ 196 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::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 | ||
8539 | 2025.05.22 21:23:37.481728 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8540 | 2025.05.22 21:23:37.481866 [ 261 ] {89f0931a-8984-4def-b373-e06881bddaa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
8541 | 2025.05.22 21:23:37.481875 [ 196 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8542 | 2025.05.22 21:23:37.481910 [ 261 ] {89f0931a-8984-4def-b373-e06881bddaa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8543 | 2025.05.22 21:23:37.481928 [ 196 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 179 rows starting from the beginning of the part | ||
8544 | 2025.05.22 21:23:37.482003 [ 196 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 33 rows starting from the beginning of the part | ||
8545 | 2025.05.22 21:23:37.482046 [ 196 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 10 rows starting from the beginning of the part | ||
8546 | 2025.05.22 21:23:37.482088 [ 196 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 33 rows starting from the beginning of the part | ||
8547 | 2025.05.22 21:23:37.482127 [ 196 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 114 rows starting from the beginning of the part | ||
8548 | 2025.05.22 21:23:37.482169 [ 196 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 33 rows starting from the beginning of the part | ||
8549 | 2025.05.22 21:23:37.482223 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4182 rows, containing 5 columns (5 merged, 0 gathered) in 0.002127042 sec., 1966110.683286931 rows/sec., 168.41 MiB/sec. | ||
8550 | 2025.05.22 21:23:37.482381 [ 261 ] {89f0931a-8984-4def-b373-e06881bddaa9} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8551 | 2025.05.22 21:23:37.482419 [ 261 ] {89f0931a-8984-4def-b373-e06881bddaa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8552 | 2025.05.22 21:23:37.482544 [ 200 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
8553 | 2025.05.22 21:23:37.482861 [ 200 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_66_13} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8554 | 2025.05.22 21:23:37.482945 [ 200 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_66_13} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
8555 | 2025.05.22 21:23:37.482977 [ 261 ] {89f0931a-8984-4def-b373-e06881bddaa9} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
8556 | 2025.05.22 21:23:37.483029 [ 190 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 402 rows, containing 5 columns (5 merged, 0 gathered) in 0.00136199 sec., 295156.35210243834 rows/sec., 20.48 MiB/sec. | ||
8557 | 2025.05.22 21:23:37.483059 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
8558 | 2025.05.22 21:23:37.483222 [ 261 ] {89f0931a-8984-4def-b373-e06881bddaa9} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8559 | 2025.05.22 21:23:37.483226 [ 200 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
8560 | 2025.05.22 21:23:37.483339 [ 50 ] {} <Debug> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
8561 | 2025.05.22 21:23:37.483368 [ 261 ] {89f0931a-8984-4def-b373-e06881bddaa9} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00152 sec., 150000 rows/sec., 10.16 MiB/sec. | ||
8562 | 2025.05.22 21:23:37.483373 [ 50 ] {} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8563 | 2025.05.22 21:23:37.483402 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8564 | 2025.05.22 21:23:37.483405 [ 261 ] {89f0931a-8984-4def-b373-e06881bddaa9} <Debug> TCPHandler: Processed in 0.001727056 sec. | ||
8565 | 2025.05.22 21:23:37.483469 [ 190 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
8566 | 2025.05.22 21:23:37.483520 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8567 | 2025.05.22 21:23:37.483530 [ 200 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_61_12} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8568 | 2025.05.22 21:23:37.483550 [ 190 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8569 | 2025.05.22 21:23:37.483588 [ 190 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 365 rows starting from the beginning of the part | ||
8570 | 2025.05.22 21:23:37.483617 [ 261 ] {8726a27e-056b-49b9-9429-ee4bd5f077ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8571 | 2025.05.22 21:23:37.483625 [ 200 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_61_12} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
8572 | 2025.05.22 21:23:37.483645 [ 190 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 113 rows starting from the beginning of the part | ||
8573 | 2025.05.22 21:23:37.483663 [ 261 ] {8726a27e-056b-49b9-9429-ee4bd5f077ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8574 | 2025.05.22 21:23:37.483701 [ 190 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 113 rows starting from the beginning of the part | ||
8575 | 2025.05.22 21:23:37.483730 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
8576 | 2025.05.22 21:23:37.483740 [ 190 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 228 rows starting from the beginning of the part | ||
8577 | 2025.05.22 21:23:37.483788 [ 190 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 113 rows starting from the beginning of the part | ||
8578 | 2025.05.22 21:23:37.483825 [ 190 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 228 rows starting from the beginning of the part | ||
8579 | 2025.05.22 21:23:37.484235 [ 261 ] {8726a27e-056b-49b9-9429-ee4bd5f077ba} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8580 | 2025.05.22 21:23:37.484269 [ 261 ] {8726a27e-056b-49b9-9429-ee4bd5f077ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8581 | 2025.05.22 21:23:37.484611 [ 261 ] {8726a27e-056b-49b9-9429-ee4bd5f077ba} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
8582 | 2025.05.22 21:23:37.484656 [ 195 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1160 rows, containing 5 columns (5 merged, 0 gathered) in 0.001214358 sec., 955237.2529352958 rows/sec., 67.52 MiB/sec. | ||
8583 | 2025.05.22 21:23:37.484809 [ 200 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
8584 | 2025.05.22 21:23:37.484839 [ 261 ] {8726a27e-056b-49b9-9429-ee4bd5f077ba} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8585 | 2025.05.22 21:23:37.484959 [ 50 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
8586 | 2025.05.22 21:23:37.484977 [ 261 ] {8726a27e-056b-49b9-9429-ee4bd5f077ba} <Debug> executeQuery: Read 553 rows, 42.05 KiB in 0.001378 sec., 401306.2409288824 rows/sec., 29.80 MiB/sec. | ||
8587 | 2025.05.22 21:23:37.484988 [ 50 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8588 | 2025.05.22 21:23:37.485011 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8589 | 2025.05.22 21:23:37.485014 [ 261 ] {8726a27e-056b-49b9-9429-ee4bd5f077ba} <Debug> TCPHandler: Processed in 0.001543193 sec. | ||
8590 | 2025.05.22 21:23:37.485072 [ 190 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
8591 | 2025.05.22 21:23:37.485115 [ 200 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_25_5} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8592 | 2025.05.22 21:23:37.485129 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8593 | 2025.05.22 21:23:37.485147 [ 190 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8594 | 2025.05.22 21:23:37.485171 [ 190 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 953 rows starting from the beginning of the part | ||
8595 | 2025.05.22 21:23:37.485197 [ 200 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_25_5} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
8596 | 2025.05.22 21:23:37.485216 [ 190 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 97 rows starting from the beginning of the part | ||
8597 | 2025.05.22 21:23:37.485227 [ 261 ] {05827a83-7a9c-4fb4-bd94-4e35d7523826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8598 | 2025.05.22 21:23:37.485255 [ 190 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 74 rows starting from the beginning of the part | ||
8599 | 2025.05.22 21:23:37.485270 [ 261 ] {05827a83-7a9c-4fb4-bd94-4e35d7523826} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8600 | 2025.05.22 21:23:37.485288 [ 190 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 97 rows starting from the beginning of the part | ||
8601 | 2025.05.22 21:23:37.485292 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
8602 | 2025.05.22 21:23:37.485330 [ 190 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 390 rows starting from the beginning of the part | ||
8603 | 2025.05.22 21:23:37.485368 [ 190 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 553 rows starting from the beginning of the part | ||
8604 | 2025.05.22 21:23:37.485850 [ 261 ] {05827a83-7a9c-4fb4-bd94-4e35d7523826} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8605 | 2025.05.22 21:23:37.485884 [ 261 ] {05827a83-7a9c-4fb4-bd94-4e35d7523826} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8606 | 2025.05.22 21:23:37.486273 [ 261 ] {05827a83-7a9c-4fb4-bd94-4e35d7523826} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
8607 | 2025.05.22 21:23:37.486312 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2164 rows, containing 5 columns (5 merged, 0 gathered) in 0.001262929 sec., 1713477.16300758 rows/sec., 132.73 MiB/sec. | ||
8608 | 2025.05.22 21:23:37.486496 [ 200 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
8609 | 2025.05.22 21:23:37.486504 [ 261 ] {05827a83-7a9c-4fb4-bd94-4e35d7523826} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8610 | 2025.05.22 21:23:37.486658 [ 261 ] {05827a83-7a9c-4fb4-bd94-4e35d7523826} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.001448 sec., 607734.8066298342 rows/sec., 40.89 MiB/sec. | ||
8611 | 2025.05.22 21:23:37.486695 [ 261 ] {05827a83-7a9c-4fb4-bd94-4e35d7523826} <Debug> TCPHandler: Processed in 0.001613634 sec. | ||
8612 | 2025.05.22 21:23:37.486764 [ 200 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_66_13} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8613 | 2025.05.22 21:23:37.486798 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8614 | 2025.05.22 21:23:37.486845 [ 200 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_66_13} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
8615 | 2025.05.22 21:23:37.486894 [ 261 ] {8f53ec70-2965-42a9-8bde-d120fd64ee85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8616 | 2025.05.22 21:23:37.486938 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
8617 | 2025.05.22 21:23:37.486952 [ 261 ] {8f53ec70-2965-42a9-8bde-d120fd64ee85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8618 | 2025.05.22 21:23:37.487737 [ 261 ] {8f53ec70-2965-42a9-8bde-d120fd64ee85} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8619 | 2025.05.22 21:23:37.487773 [ 261 ] {8f53ec70-2965-42a9-8bde-d120fd64ee85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8620 | 2025.05.22 21:23:37.488299 [ 261 ] {8f53ec70-2965-42a9-8bde-d120fd64ee85} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
8621 | 2025.05.22 21:23:37.488516 [ 261 ] {8f53ec70-2965-42a9-8bde-d120fd64ee85} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8622 | 2025.05.22 21:23:37.488618 [ 50 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
8623 | 2025.05.22 21:23:37.488646 [ 50 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8624 | 2025.05.22 21:23:37.488648 [ 261 ] {8f53ec70-2965-42a9-8bde-d120fd64ee85} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001772 sec., 18623.024830699775 rows/sec., 33.37 MiB/sec. | ||
8625 | 2025.05.22 21:23:37.488663 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8626 | 2025.05.22 21:23:37.488703 [ 261 ] {8f53ec70-2965-42a9-8bde-d120fd64ee85} <Debug> TCPHandler: Processed in 0.001953298 sec. | ||
8627 | 2025.05.22 21:23:37.488741 [ 200 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
8628 | 2025.05.22 21:23:37.488812 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8629 | 2025.05.22 21:23:37.488909 [ 261 ] {7a45affa-876c-4eb3-8f40-7614bb532929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8630 | 2025.05.22 21:23:37.488949 [ 261 ] {7a45affa-876c-4eb3-8f40-7614bb532929} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8631 | 2025.05.22 21:23:37.488957 [ 200 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8632 | 2025.05.22 21:23:37.489016 [ 200 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1194 rows starting from the beginning of the part | ||
8633 | 2025.05.22 21:23:37.489144 [ 200 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 33 rows starting from the beginning of the part | ||
8634 | 2025.05.22 21:23:37.489255 [ 200 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 8 rows starting from the beginning of the part | ||
8635 | 2025.05.22 21:23:37.489278 [ 261 ] {7a45affa-876c-4eb3-8f40-7614bb532929} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8636 | 2025.05.22 21:23:37.489317 [ 261 ] {7a45affa-876c-4eb3-8f40-7614bb532929} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8637 | 2025.05.22 21:23:37.489360 [ 200 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 33 rows starting from the beginning of the part | ||
8638 | 2025.05.22 21:23:37.489477 [ 200 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 8 rows starting from the beginning of the part | ||
8639 | 2025.05.22 21:23:37.489588 [ 200 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 33 rows starting from the beginning of the part | ||
8640 | 2025.05.22 21:23:37.489626 [ 261 ] {7a45affa-876c-4eb3-8f40-7614bb532929} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
8641 | 2025.05.22 21:23:37.489847 [ 261 ] {7a45affa-876c-4eb3-8f40-7614bb532929} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8642 | 2025.05.22 21:23:37.489988 [ 261 ] {7a45affa-876c-4eb3-8f40-7614bb532929} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001097 sec., 54694.62169553327 rows/sec., 3.69 MiB/sec. | ||
8643 | 2025.05.22 21:23:37.490022 [ 261 ] {7a45affa-876c-4eb3-8f40-7614bb532929} <Debug> TCPHandler: Processed in 0.001257879 sec. | ||
8644 | 2025.05.22 21:23:37.497648 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1309 rows, containing 19 columns (19 merged, 0 gathered) in 0.008941303 sec., 146399.24404753983 rows/sec., 262.34 MiB/sec. | ||
8645 | 2025.05.22 21:23:37.499526 [ 193 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
8646 | 2025.05.22 21:23:37.499918 [ 193 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8647 | 2025.05.22 21:23:37.500003 [ 193 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
8648 | 2025.05.22 21:23:37.500171 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.63 MiB. | ||
8649 | 2025.05.22 21:23:38.000153 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 286.89 MiB, peak 299.56 MiB, free memory in arenas 0.00 B, will set to 293.28 MiB (RSS), difference: 6.39 MiB | ||
8650 | 2025.05.22 21:23:38.816215 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448 | ||
8651 | 2025.05.22 21:23:38.816762 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8652 | 2025.05.22 21:23:38.816807 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8653 | 2025.05.22 21:23:38.817349 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8654 | 2025.05.22 21:23:38.817580 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8655 | 2025.05.22 21:23:38.817717 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448 | ||
8656 | 2025.05.22 21:23:40.007274 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 | ||
8657 | 2025.05.22 21:23:40.024239 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8658 | 2025.05.22 21:23:40.024309 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8659 | 2025.05.22 21:23:40.030403 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8660 | 2025.05.22 21:23:40.031086 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8661 | 2025.05.22 21:23:40.033944 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 369 | ||
8662 | 2025.05.22 21:23:41.369628 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1178 | ||
8663 | 2025.05.22 21:23:41.372017 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8664 | 2025.05.22 21:23:41.372057 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8665 | 2025.05.22 21:23:41.373217 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
8666 | 2025.05.22 21:23:41.373481 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8667 | 2025.05.22 21:23:41.373734 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1178 | ||
8668 | 2025.05.22 21:23:42.453563 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8669 | 2025.05.22 21:23:42.453746 [ 261 ] {6d0466f3-5839-4809-9eba-e84a2ab3e1b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
8670 | 2025.05.22 21:23:42.453814 [ 261 ] {6d0466f3-5839-4809-9eba-e84a2ab3e1b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
8671 | 2025.05.22 21:23:42.454556 [ 261 ] {6d0466f3-5839-4809-9eba-e84a2ab3e1b4} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8672 | 2025.05.22 21:23:42.454603 [ 261 ] {6d0466f3-5839-4809-9eba-e84a2ab3e1b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8673 | 2025.05.22 21:23:42.455015 [ 261 ] {6d0466f3-5839-4809-9eba-e84a2ab3e1b4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8674 | 2025.05.22 21:23:42.455246 [ 261 ] {6d0466f3-5839-4809-9eba-e84a2ab3e1b4} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8675 | 2025.05.22 21:23:42.455401 [ 261 ] {6d0466f3-5839-4809-9eba-e84a2ab3e1b4} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001705 sec., 124340.17595307919 rows/sec., 7.91 MiB/sec. | ||
8676 | 2025.05.22 21:23:42.455413 [ 84 ] {} <Debug> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
8677 | 2025.05.22 21:23:42.455449 [ 261 ] {6d0466f3-5839-4809-9eba-e84a2ab3e1b4} <Debug> TCPHandler: Processed in 0.00201802 sec. | ||
8678 | 2025.05.22 21:23:42.455484 [ 84 ] {} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8679 | 2025.05.22 21:23:42.455510 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8680 | 2025.05.22 21:23:42.455593 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8681 | 2025.05.22 21:23:42.455631 [ 191 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
8682 | 2025.05.22 21:23:42.455722 [ 261 ] {fb207f5a-7512-4414-bf89-76db4f12b7a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8683 | 2025.05.22 21:23:42.455778 [ 191 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8684 | 2025.05.22 21:23:42.455779 [ 261 ] {fb207f5a-7512-4414-bf89-76db4f12b7a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8685 | 2025.05.22 21:23:42.455824 [ 191 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 236 rows starting from the beginning of the part | ||
8686 | 2025.05.22 21:23:42.455905 [ 191 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 212 rows starting from the beginning of the part | ||
8687 | 2025.05.22 21:23:42.455957 [ 191 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 212 rows starting from the beginning of the part | ||
8688 | 2025.05.22 21:23:42.456006 [ 191 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 212 rows starting from the beginning of the part | ||
8689 | 2025.05.22 21:23:42.456054 [ 191 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 212 rows starting from the beginning of the part | ||
8690 | 2025.05.22 21:23:42.456099 [ 191 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 212 rows starting from the beginning of the part | ||
8691 | 2025.05.22 21:23:42.456638 [ 261 ] {fb207f5a-7512-4414-bf89-76db4f12b7a1} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8692 | 2025.05.22 21:23:42.456686 [ 261 ] {fb207f5a-7512-4414-bf89-76db4f12b7a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8693 | 2025.05.22 21:23:42.457061 [ 261 ] {fb207f5a-7512-4414-bf89-76db4f12b7a1} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
8694 | 2025.05.22 21:23:42.457174 [ 193 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1296 rows, containing 5 columns (5 merged, 0 gathered) in 0.001596454 sec., 811799.1498658903 rows/sec., 55.02 MiB/sec. | ||
8695 | 2025.05.22 21:23:42.457282 [ 261 ] {fb207f5a-7512-4414-bf89-76db4f12b7a1} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8696 | 2025.05.22 21:23:42.457389 [ 188 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
8697 | 2025.05.22 21:23:42.457430 [ 261 ] {fb207f5a-7512-4414-bf89-76db4f12b7a1} <Debug> executeQuery: Read 633 rows, 50.88 KiB in 0.001737 sec., 364421.4162348877 rows/sec., 28.60 MiB/sec. | ||
8698 | 2025.05.22 21:23:42.457473 [ 261 ] {fb207f5a-7512-4414-bf89-76db4f12b7a1} <Debug> TCPHandler: Processed in 0.001943929 sec. | ||
8699 | 2025.05.22 21:23:42.457594 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8700 | 2025.05.22 21:23:42.457690 [ 261 ] {6cc87259-23a4-4c92-9339-8d9385c6cc00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8701 | 2025.05.22 21:23:42.457697 [ 188 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_20_4} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8702 | 2025.05.22 21:23:42.457735 [ 261 ] {6cc87259-23a4-4c92-9339-8d9385c6cc00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8703 | 2025.05.22 21:23:42.457814 [ 188 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_20_4} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
8704 | 2025.05.22 21:23:42.457916 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
8705 | 2025.05.22 21:23:42.458182 [ 261 ] {6cc87259-23a4-4c92-9339-8d9385c6cc00} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8706 | 2025.05.22 21:23:42.458223 [ 261 ] {6cc87259-23a4-4c92-9339-8d9385c6cc00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8707 | 2025.05.22 21:23:42.458537 [ 261 ] {6cc87259-23a4-4c92-9339-8d9385c6cc00} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
8708 | 2025.05.22 21:23:42.458754 [ 261 ] {6cc87259-23a4-4c92-9339-8d9385c6cc00} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8709 | 2025.05.22 21:23:42.458946 [ 261 ] {6cc87259-23a4-4c92-9339-8d9385c6cc00} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001274 sec., 89481.94662480376 rows/sec., 5.36 MiB/sec. | ||
8710 | 2025.05.22 21:23:42.458983 [ 261 ] {6cc87259-23a4-4c92-9339-8d9385c6cc00} <Debug> TCPHandler: Processed in 0.001438471 sec. | ||
8711 | 2025.05.22 21:23:42.459095 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8712 | 2025.05.22 21:23:42.459188 [ 261 ] {f1cae10a-8219-4fa8-a944-d4bbc98aec11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
8713 | 2025.05.22 21:23:42.459226 [ 261 ] {f1cae10a-8219-4fa8-a944-d4bbc98aec11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8714 | 2025.05.22 21:23:42.459637 [ 261 ] {f1cae10a-8219-4fa8-a944-d4bbc98aec11} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8715 | 2025.05.22 21:23:42.459672 [ 261 ] {f1cae10a-8219-4fa8-a944-d4bbc98aec11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8716 | 2025.05.22 21:23:42.459970 [ 261 ] {f1cae10a-8219-4fa8-a944-d4bbc98aec11} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
8717 | 2025.05.22 21:23:42.460179 [ 261 ] {f1cae10a-8219-4fa8-a944-d4bbc98aec11} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8718 | 2025.05.22 21:23:42.460301 [ 261 ] {f1cae10a-8219-4fa8-a944-d4bbc98aec11} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001131 sec., 99911.58267020335 rows/sec., 6.47 MiB/sec. | ||
8719 | 2025.05.22 21:23:42.460337 [ 261 ] {f1cae10a-8219-4fa8-a944-d4bbc98aec11} <Debug> TCPHandler: Processed in 0.001289629 sec. | ||
8720 | 2025.05.22 21:23:42.460446 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8721 | 2025.05.22 21:23:42.460539 [ 261 ] {f82def5b-dc46-47c0-8707-225d6e91c746} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
8722 | 2025.05.22 21:23:42.460578 [ 261 ] {f82def5b-dc46-47c0-8707-225d6e91c746} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8723 | 2025.05.22 21:23:42.460985 [ 261 ] {f82def5b-dc46-47c0-8707-225d6e91c746} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8724 | 2025.05.22 21:23:42.461021 [ 261 ] {f82def5b-dc46-47c0-8707-225d6e91c746} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8725 | 2025.05.22 21:23:42.461313 [ 261 ] {f82def5b-dc46-47c0-8707-225d6e91c746} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8726 | 2025.05.22 21:23:42.461521 [ 261 ] {f82def5b-dc46-47c0-8707-225d6e91c746} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8727 | 2025.05.22 21:23:42.461621 [ 84 ] {} <Debug> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
8728 | 2025.05.22 21:23:42.461644 [ 261 ] {f82def5b-dc46-47c0-8707-225d6e91c746} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001122 sec., 99821.74688057041 rows/sec., 5.69 MiB/sec. | ||
8729 | 2025.05.22 21:23:42.461661 [ 84 ] {} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8730 | 2025.05.22 21:23:42.461685 [ 261 ] {f82def5b-dc46-47c0-8707-225d6e91c746} <Debug> TCPHandler: Processed in 0.001287109 sec. | ||
8731 | 2025.05.22 21:23:42.461686 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8732 | 2025.05.22 21:23:42.461802 [ 197 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
8733 | 2025.05.22 21:23:42.461805 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8734 | 2025.05.22 21:23:42.461936 [ 261 ] {9be825e2-55ed-4e9f-a161-19c073b2e3cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8735 | 2025.05.22 21:23:42.461941 [ 197 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8736 | 2025.05.22 21:23:42.461979 [ 261 ] {9be825e2-55ed-4e9f-a161-19c073b2e3cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8737 | 2025.05.22 21:23:42.461988 [ 197 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 124 rows starting from the beginning of the part | ||
8738 | 2025.05.22 21:23:42.462063 [ 197 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 112 rows starting from the beginning of the part | ||
8739 | 2025.05.22 21:23:42.462109 [ 197 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 112 rows starting from the beginning of the part | ||
8740 | 2025.05.22 21:23:42.462150 [ 197 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 112 rows starting from the beginning of the part | ||
8741 | 2025.05.22 21:23:42.462192 [ 197 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 112 rows starting from the beginning of the part | ||
8742 | 2025.05.22 21:23:42.462234 [ 197 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 112 rows starting from the beginning of the part | ||
8743 | 2025.05.22 21:23:42.462506 [ 261 ] {9be825e2-55ed-4e9f-a161-19c073b2e3cb} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8744 | 2025.05.22 21:23:42.462547 [ 261 ] {9be825e2-55ed-4e9f-a161-19c073b2e3cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8745 | 2025.05.22 21:23:42.462886 [ 261 ] {9be825e2-55ed-4e9f-a161-19c073b2e3cb} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
8746 | 2025.05.22 21:23:42.463076 [ 188 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 684 rows, containing 5 columns (5 merged, 0 gathered) in 0.00132161 sec., 517550.563328062 rows/sec., 31.63 MiB/sec. | ||
8747 | 2025.05.22 21:23:42.463118 [ 261 ] {9be825e2-55ed-4e9f-a161-19c073b2e3cb} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8748 | 2025.05.22 21:23:42.463222 [ 188 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
8749 | 2025.05.22 21:23:42.463273 [ 261 ] {9be825e2-55ed-4e9f-a161-19c073b2e3cb} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001354 sec., 288035.4505169867 rows/sec., 20.36 MiB/sec. | ||
8750 | 2025.05.22 21:23:42.463317 [ 261 ] {9be825e2-55ed-4e9f-a161-19c073b2e3cb} <Debug> TCPHandler: Processed in 0.001560554 sec. | ||
8751 | 2025.05.22 21:23:42.463431 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8752 | 2025.05.22 21:23:42.463476 [ 188 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_20_4} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8753 | 2025.05.22 21:23:42.463526 [ 261 ] {2024adec-9145-4ddc-9155-1a4aca3e6952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
8754 | 2025.05.22 21:23:42.463550 [ 188 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_20_4} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
8755 | 2025.05.22 21:23:42.463573 [ 261 ] {2024adec-9145-4ddc-9155-1a4aca3e6952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8756 | 2025.05.22 21:23:42.463630 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
8757 | 2025.05.22 21:23:42.463910 [ 261 ] {2024adec-9145-4ddc-9155-1a4aca3e6952} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8758 | 2025.05.22 21:23:42.463950 [ 261 ] {2024adec-9145-4ddc-9155-1a4aca3e6952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8759 | 2025.05.22 21:23:42.464249 [ 261 ] {2024adec-9145-4ddc-9155-1a4aca3e6952} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
8760 | 2025.05.22 21:23:42.464459 [ 261 ] {2024adec-9145-4ddc-9155-1a4aca3e6952} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8761 | 2025.05.22 21:23:42.464584 [ 261 ] {2024adec-9145-4ddc-9155-1a4aca3e6952} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001075 sec., 5581.395348837209 rows/sec., 291.61 KiB/sec. | ||
8762 | 2025.05.22 21:23:42.464618 [ 261 ] {2024adec-9145-4ddc-9155-1a4aca3e6952} <Debug> TCPHandler: Processed in 0.001235108 sec. | ||
8763 | 2025.05.22 21:23:42.464725 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8764 | 2025.05.22 21:23:42.464816 [ 261 ] {c1c05e92-f4a9-4725-b4dc-83dd0edc117e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8765 | 2025.05.22 21:23:42.464857 [ 261 ] {c1c05e92-f4a9-4725-b4dc-83dd0edc117e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8766 | 2025.05.22 21:23:42.465248 [ 261 ] {c1c05e92-f4a9-4725-b4dc-83dd0edc117e} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8767 | 2025.05.22 21:23:42.465282 [ 261 ] {c1c05e92-f4a9-4725-b4dc-83dd0edc117e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8768 | 2025.05.22 21:23:42.465608 [ 261 ] {c1c05e92-f4a9-4725-b4dc-83dd0edc117e} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
8769 | 2025.05.22 21:23:42.465814 [ 261 ] {c1c05e92-f4a9-4725-b4dc-83dd0edc117e} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8770 | 2025.05.22 21:23:42.465924 [ 84 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
8771 | 2025.05.22 21:23:42.465940 [ 261 ] {c1c05e92-f4a9-4725-b4dc-83dd0edc117e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001141 sec., 207712.5328659071 rows/sec., 13.92 MiB/sec. | ||
8772 | 2025.05.22 21:23:42.465955 [ 84 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8773 | 2025.05.22 21:23:42.465981 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8774 | 2025.05.22 21:23:42.465983 [ 261 ] {c1c05e92-f4a9-4725-b4dc-83dd0edc117e} <Debug> TCPHandler: Processed in 0.001306399 sec. | ||
8775 | 2025.05.22 21:23:42.466058 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
8776 | 2025.05.22 21:23:42.466106 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8777 | 2025.05.22 21:23:42.466178 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8778 | 2025.05.22 21:23:42.466203 [ 261 ] {e1587c57-3920-4899-ae28-f812b0541e54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
8779 | 2025.05.22 21:23:42.466212 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18455 rows starting from the beginning of the part | ||
8780 | 2025.05.22 21:23:42.466251 [ 261 ] {e1587c57-3920-4899-ae28-f812b0541e54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8781 | 2025.05.22 21:23:42.466280 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 161 rows starting from the beginning of the part | ||
8782 | 2025.05.22 21:23:42.466328 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part | ||
8783 | 2025.05.22 21:23:42.466368 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 237 rows starting from the beginning of the part | ||
8784 | 2025.05.22 21:23:42.466413 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 880 rows starting from the beginning of the part | ||
8785 | 2025.05.22 21:23:42.466454 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 237 rows starting from the beginning of the part | ||
8786 | 2025.05.22 21:23:42.466569 [ 261 ] {e1587c57-3920-4899-ae28-f812b0541e54} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8787 | 2025.05.22 21:23:42.466609 [ 261 ] {e1587c57-3920-4899-ae28-f812b0541e54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8788 | 2025.05.22 21:23:42.466927 [ 261 ] {e1587c57-3920-4899-ae28-f812b0541e54} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
8789 | 2025.05.22 21:23:42.467142 [ 261 ] {e1587c57-3920-4899-ae28-f812b0541e54} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8790 | 2025.05.22 21:23:42.467252 [ 84 ] {} <Debug> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
8791 | 2025.05.22 21:23:42.467269 [ 261 ] {e1587c57-3920-4899-ae28-f812b0541e54} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001083 sec., 923.3610341643583 rows/sec., 62.22 KiB/sec. | ||
8792 | 2025.05.22 21:23:42.467299 [ 84 ] {} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8793 | 2025.05.22 21:23:42.467319 [ 261 ] {e1587c57-3920-4899-ae28-f812b0541e54} <Debug> TCPHandler: Processed in 0.001260299 sec. | ||
8794 | 2025.05.22 21:23:42.467325 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8795 | 2025.05.22 21:23:42.467412 [ 188 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
8796 | 2025.05.22 21:23:42.467441 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8797 | 2025.05.22 21:23:42.467509 [ 188 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8798 | 2025.05.22 21:23:42.467538 [ 261 ] {20a56da6-5616-4aff-aefd-10f32024eeb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8799 | 2025.05.22 21:23:42.467544 [ 188 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part | ||
8800 | 2025.05.22 21:23:42.467599 [ 261 ] {20a56da6-5616-4aff-aefd-10f32024eeb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8801 | 2025.05.22 21:23:42.467617 [ 188 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
8802 | 2025.05.22 21:23:42.467665 [ 188 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
8803 | 2025.05.22 21:23:42.467703 [ 188 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
8804 | 2025.05.22 21:23:42.467740 [ 188 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
8805 | 2025.05.22 21:23:42.467779 [ 188 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
8806 | 2025.05.22 21:23:42.468410 [ 261 ] {20a56da6-5616-4aff-aefd-10f32024eeb7} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8807 | 2025.05.22 21:23:42.468451 [ 261 ] {20a56da6-5616-4aff-aefd-10f32024eeb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8808 | 2025.05.22 21:23:42.468604 [ 198 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.001221338 sec., 12281.612461087758 rows/sec., 827.57 KiB/sec. | ||
8809 | 2025.05.22 21:23:42.468723 [ 188 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
8810 | 2025.05.22 21:23:42.468973 [ 188 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_15_3} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8811 | 2025.05.22 21:23:42.469036 [ 188 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_15_3} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
8812 | 2025.05.22 21:23:42.469097 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
8813 | 2025.05.22 21:23:42.469119 [ 261 ] {20a56da6-5616-4aff-aefd-10f32024eeb7} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
8814 | 2025.05.22 21:23:42.469363 [ 261 ] {20a56da6-5616-4aff-aefd-10f32024eeb7} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8815 | 2025.05.22 21:23:42.469504 [ 261 ] {20a56da6-5616-4aff-aefd-10f32024eeb7} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001982 sec., 4036.3269424823416 rows/sec., 7.23 MiB/sec. | ||
8816 | 2025.05.22 21:23:42.469558 [ 261 ] {20a56da6-5616-4aff-aefd-10f32024eeb7} <Debug> TCPHandler: Processed in 0.002166092 sec. | ||
8817 | 2025.05.22 21:23:42.469680 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8818 | 2025.05.22 21:23:42.469775 [ 261 ] {b0b8719b-6777-46cb-86f1-fc364d73134f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8819 | 2025.05.22 21:23:42.469816 [ 261 ] {b0b8719b-6777-46cb-86f1-fc364d73134f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8820 | 2025.05.22 21:23:42.470149 [ 261 ] {b0b8719b-6777-46cb-86f1-fc364d73134f} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8821 | 2025.05.22 21:23:42.470185 [ 261 ] {b0b8719b-6777-46cb-86f1-fc364d73134f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8822 | 2025.05.22 21:23:42.470492 [ 261 ] {b0b8719b-6777-46cb-86f1-fc364d73134f} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
8823 | 2025.05.22 21:23:42.470699 [ 261 ] {b0b8719b-6777-46cb-86f1-fc364d73134f} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8824 | 2025.05.22 21:23:42.470811 [ 84 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
8825 | 2025.05.22 21:23:42.470824 [ 261 ] {b0b8719b-6777-46cb-86f1-fc364d73134f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001068 sec., 76779.02621722847 rows/sec., 4.88 MiB/sec. | ||
8826 | 2025.05.22 21:23:42.470852 [ 84 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8827 | 2025.05.22 21:23:42.470874 [ 261 ] {b0b8719b-6777-46cb-86f1-fc364d73134f} <Debug> TCPHandler: Processed in 0.001243728 sec. | ||
8828 | 2025.05.22 21:23:42.470876 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8829 | 2025.05.22 21:23:42.470978 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
8830 | 2025.05.22 21:23:42.471094 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8831 | 2025.05.22 21:23:42.471122 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3244 rows starting from the beginning of the part | ||
8832 | 2025.05.22 21:23:42.471171 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
8833 | 2025.05.22 21:23:42.471216 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part | ||
8834 | 2025.05.22 21:23:42.471256 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 82 rows starting from the beginning of the part | ||
8835 | 2025.05.22 21:23:42.471298 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
8836 | 2025.05.22 21:23:42.471339 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 82 rows starting from the beginning of the part | ||
8837 | 2025.05.22 21:23:42.471799 [ 187 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20130 rows, containing 5 columns (5 merged, 0 gathered) in 0.005770706 sec., 3488308.0163848237 rows/sec., 237.60 MiB/sec. | ||
8838 | 2025.05.22 21:23:42.472192 [ 198 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
8839 | 2025.05.22 21:23:42.472504 [ 198 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8840 | 2025.05.22 21:23:42.472581 [ 198 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
8841 | 2025.05.22 21:23:42.472668 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. | ||
8842 | 2025.05.22 21:23:42.472732 [ 194 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3588 rows, containing 4 columns (4 merged, 0 gathered) in 0.001794457 sec., 1999490.653718646 rows/sec., 132.48 MiB/sec. | ||
8843 | 2025.05.22 21:23:42.473103 [ 194 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
8844 | 2025.05.22 21:23:42.473341 [ 194 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_66_13} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8845 | 2025.05.22 21:23:42.473404 [ 194 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_66_13} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
8846 | 2025.05.22 21:23:42.473484 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
8847 | 2025.05.22 21:23:46.187689 [ 154 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8848 | 2025.05.22 21:23:46.187790 [ 154 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8849 | 2025.05.22 21:23:46.317839 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22936 | ||
8850 | 2025.05.22 21:23:46.318444 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8851 | 2025.05.22 21:23:46.318492 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8852 | 2025.05.22 21:23:46.319023 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8853 | 2025.05.22 21:23:46.319250 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8854 | 2025.05.22 21:23:46.319383 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
8855 | 2025.05.22 21:23:47.447870 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8856 | 2025.05.22 21:23:47.448054 [ 261 ] {4bb4f4c1-0d45-4d7f-b235-06283d39a4d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8857 | 2025.05.22 21:23:47.448120 [ 261 ] {4bb4f4c1-0d45-4d7f-b235-06283d39a4d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8858 | 2025.05.22 21:23:47.448845 [ 261 ] {4bb4f4c1-0d45-4d7f-b235-06283d39a4d0} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8859 | 2025.05.22 21:23:47.448891 [ 261 ] {4bb4f4c1-0d45-4d7f-b235-06283d39a4d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8860 | 2025.05.22 21:23:47.449291 [ 261 ] {4bb4f4c1-0d45-4d7f-b235-06283d39a4d0} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
8861 | 2025.05.22 21:23:47.449529 [ 261 ] {4bb4f4c1-0d45-4d7f-b235-06283d39a4d0} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8862 | 2025.05.22 21:23:47.449677 [ 261 ] {4bb4f4c1-0d45-4d7f-b235-06283d39a4d0} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.001674 sec., 72879.33094384708 rows/sec., 6.22 MiB/sec. | ||
8863 | 2025.05.22 21:23:47.449719 [ 261 ] {4bb4f4c1-0d45-4d7f-b235-06283d39a4d0} <Debug> TCPHandler: Processed in 0.00197828 sec. | ||
8864 | 2025.05.22 21:23:47.449844 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8865 | 2025.05.22 21:23:47.449940 [ 261 ] {d0a599c9-6de1-4112-baa8-b835c019ce5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8866 | 2025.05.22 21:23:47.449980 [ 261 ] {d0a599c9-6de1-4112-baa8-b835c019ce5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8867 | 2025.05.22 21:23:47.450394 [ 261 ] {d0a599c9-6de1-4112-baa8-b835c019ce5b} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8868 | 2025.05.22 21:23:47.450430 [ 261 ] {d0a599c9-6de1-4112-baa8-b835c019ce5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8869 | 2025.05.22 21:23:47.450722 [ 261 ] {d0a599c9-6de1-4112-baa8-b835c019ce5b} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
8870 | 2025.05.22 21:23:47.450928 [ 261 ] {d0a599c9-6de1-4112-baa8-b835c019ce5b} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8871 | 2025.05.22 21:23:47.451057 [ 261 ] {d0a599c9-6de1-4112-baa8-b835c019ce5b} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001137 sec., 29023.746701846965 rows/sec., 2.13 MiB/sec. | ||
8872 | 2025.05.22 21:23:47.451093 [ 261 ] {d0a599c9-6de1-4112-baa8-b835c019ce5b} <Debug> TCPHandler: Processed in 0.001296759 sec. | ||
8873 | 2025.05.22 21:23:47.451203 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8874 | 2025.05.22 21:23:47.451297 [ 261 ] {bdf3c773-afc5-4725-8383-92a2d1a612d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8875 | 2025.05.22 21:23:47.451336 [ 261 ] {bdf3c773-afc5-4725-8383-92a2d1a612d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8876 | 2025.05.22 21:23:47.451760 [ 261 ] {bdf3c773-afc5-4725-8383-92a2d1a612d7} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8877 | 2025.05.22 21:23:47.451796 [ 261 ] {bdf3c773-afc5-4725-8383-92a2d1a612d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8878 | 2025.05.22 21:23:47.452093 [ 261 ] {bdf3c773-afc5-4725-8383-92a2d1a612d7} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
8879 | 2025.05.22 21:23:47.452305 [ 261 ] {bdf3c773-afc5-4725-8383-92a2d1a612d7} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8880 | 2025.05.22 21:23:47.452434 [ 261 ] {bdf3c773-afc5-4725-8383-92a2d1a612d7} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001155 sec., 83982.68398268399 rows/sec., 6.56 MiB/sec. | ||
8881 | 2025.05.22 21:23:47.452470 [ 261 ] {bdf3c773-afc5-4725-8383-92a2d1a612d7} <Debug> TCPHandler: Processed in 0.0013156 sec. | ||
8882 | 2025.05.22 21:23:47.452582 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8883 | 2025.05.22 21:23:47.452676 [ 261 ] {8436f14a-b24e-4227-8499-1217b9a5a1f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8884 | 2025.05.22 21:23:47.452718 [ 261 ] {8436f14a-b24e-4227-8499-1217b9a5a1f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8885 | 2025.05.22 21:23:47.453129 [ 261 ] {8436f14a-b24e-4227-8499-1217b9a5a1f4} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8886 | 2025.05.22 21:23:47.453163 [ 261 ] {8436f14a-b24e-4227-8499-1217b9a5a1f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8887 | 2025.05.22 21:23:47.453478 [ 261 ] {8436f14a-b24e-4227-8499-1217b9a5a1f4} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
8888 | 2025.05.22 21:23:47.453690 [ 261 ] {8436f14a-b24e-4227-8499-1217b9a5a1f4} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8889 | 2025.05.22 21:23:47.453817 [ 261 ] {8436f14a-b24e-4227-8499-1217b9a5a1f4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00116 sec., 137931.0344827586 rows/sec., 9.61 MiB/sec. | ||
8890 | 2025.05.22 21:23:47.453853 [ 261 ] {8436f14a-b24e-4227-8499-1217b9a5a1f4} <Debug> TCPHandler: Processed in 0.001319119 sec. | ||
8891 | 2025.05.22 21:23:47.453953 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8892 | 2025.05.22 21:23:47.454044 [ 261 ] {3eb9d05f-3f56-42a8-8b4d-86df6d6129b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8893 | 2025.05.22 21:23:47.454097 [ 261 ] {3eb9d05f-3f56-42a8-8b4d-86df6d6129b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8894 | 2025.05.22 21:23:47.454919 [ 261 ] {3eb9d05f-3f56-42a8-8b4d-86df6d6129b1} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8895 | 2025.05.22 21:23:47.454955 [ 261 ] {3eb9d05f-3f56-42a8-8b4d-86df6d6129b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8896 | 2025.05.22 21:23:47.455495 [ 261 ] {3eb9d05f-3f56-42a8-8b4d-86df6d6129b1} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
8897 | 2025.05.22 21:23:47.455707 [ 261 ] {3eb9d05f-3f56-42a8-8b4d-86df6d6129b1} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8898 | 2025.05.22 21:23:47.455841 [ 261 ] {3eb9d05f-3f56-42a8-8b4d-86df6d6129b1} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001814 sec., 18191.841234840133 rows/sec., 32.60 MiB/sec. | ||
8899 | 2025.05.22 21:23:47.455896 [ 261 ] {3eb9d05f-3f56-42a8-8b4d-86df6d6129b1} <Debug> TCPHandler: Processed in 0.00199125 sec. | ||
8900 | 2025.05.22 21:23:47.456009 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8901 | 2025.05.22 21:23:47.456102 [ 261 ] {c1be5a1f-46ad-4a35-aef8-374d68a0fe50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8902 | 2025.05.22 21:23:47.456143 [ 261 ] {c1be5a1f-46ad-4a35-aef8-374d68a0fe50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8903 | 2025.05.22 21:23:47.456475 [ 261 ] {c1be5a1f-46ad-4a35-aef8-374d68a0fe50} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8904 | 2025.05.22 21:23:47.456510 [ 261 ] {c1be5a1f-46ad-4a35-aef8-374d68a0fe50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8905 | 2025.05.22 21:23:47.456799 [ 261 ] {c1be5a1f-46ad-4a35-aef8-374d68a0fe50} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
8906 | 2025.05.22 21:23:47.457000 [ 261 ] {c1be5a1f-46ad-4a35-aef8-374d68a0fe50} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8907 | 2025.05.22 21:23:47.457125 [ 261 ] {c1be5a1f-46ad-4a35-aef8-374d68a0fe50} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001041 sec., 57636.88760806916 rows/sec., 3.88 MiB/sec. | ||
8908 | 2025.05.22 21:23:47.457160 [ 261 ] {c1be5a1f-46ad-4a35-aef8-374d68a0fe50} <Debug> TCPHandler: Processed in 0.001199717 sec. | ||
8909 | 2025.05.22 21:23:47.534023 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 | ||
8910 | 2025.05.22 21:23:47.551233 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8911 | 2025.05.22 21:23:47.551279 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8912 | 2025.05.22 21:23:47.557568 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8913 | 2025.05.22 21:23:47.558252 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8914 | 2025.05.22 21:23:47.561103 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
8915 | 2025.05.22 21:23:51.373973 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1212 | ||
8916 | 2025.05.22 21:23:51.376565 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8917 | 2025.05.22 21:23:51.376621 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8918 | 2025.05.22 21:23:51.377847 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
8919 | 2025.05.22 21:23:51.378119 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8920 | 2025.05.22 21:23:51.378484 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1212 | ||
8921 | 2025.05.22 21:23:52.452899 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8922 | 2025.05.22 21:23:52.453091 [ 261 ] {18962f29-dac8-450f-ae34-81add5ae54fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
8923 | 2025.05.22 21:23:52.453162 [ 261 ] {18962f29-dac8-450f-ae34-81add5ae54fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
8924 | 2025.05.22 21:23:52.453974 [ 261 ] {18962f29-dac8-450f-ae34-81add5ae54fb} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8925 | 2025.05.22 21:23:52.454026 [ 261 ] {18962f29-dac8-450f-ae34-81add5ae54fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8926 | 2025.05.22 21:23:52.454462 [ 261 ] {18962f29-dac8-450f-ae34-81add5ae54fb} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
8927 | 2025.05.22 21:23:52.454748 [ 261 ] {18962f29-dac8-450f-ae34-81add5ae54fb} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8928 | 2025.05.22 21:23:52.454932 [ 261 ] {18962f29-dac8-450f-ae34-81add5ae54fb} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001893 sec., 111991.54780771263 rows/sec., 7.12 MiB/sec. | ||
8929 | 2025.05.22 21:23:52.454990 [ 261 ] {18962f29-dac8-450f-ae34-81add5ae54fb} <Debug> TCPHandler: Processed in 0.002223783 sec. | ||
8930 | 2025.05.22 21:23:52.455119 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8931 | 2025.05.22 21:23:52.455232 [ 261 ] {feb84873-0f8a-4dc5-916b-b144bfff0461} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
8932 | 2025.05.22 21:23:52.455282 [ 261 ] {feb84873-0f8a-4dc5-916b-b144bfff0461} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8933 | 2025.05.22 21:23:52.455761 [ 261 ] {feb84873-0f8a-4dc5-916b-b144bfff0461} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8934 | 2025.05.22 21:23:52.455801 [ 261 ] {feb84873-0f8a-4dc5-916b-b144bfff0461} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8935 | 2025.05.22 21:23:52.456169 [ 261 ] {feb84873-0f8a-4dc5-916b-b144bfff0461} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
8936 | 2025.05.22 21:23:52.456425 [ 261 ] {feb84873-0f8a-4dc5-916b-b144bfff0461} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8937 | 2025.05.22 21:23:52.456563 [ 261 ] {feb84873-0f8a-4dc5-916b-b144bfff0461} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001354 sec., 2954.2097488921713 rows/sec., 240.90 KiB/sec. | ||
8938 | 2025.05.22 21:23:52.456601 [ 261 ] {feb84873-0f8a-4dc5-916b-b144bfff0461} <Debug> TCPHandler: Processed in 0.001536033 sec. | ||
8939 | 2025.05.22 21:23:52.456715 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8940 | 2025.05.22 21:23:52.456813 [ 261 ] {b9cfa128-a6c8-49d5-81bb-3d09931546df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8941 | 2025.05.22 21:23:52.456854 [ 261 ] {b9cfa128-a6c8-49d5-81bb-3d09931546df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8942 | 2025.05.22 21:23:52.457560 [ 261 ] {b9cfa128-a6c8-49d5-81bb-3d09931546df} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8943 | 2025.05.22 21:23:52.457596 [ 261 ] {b9cfa128-a6c8-49d5-81bb-3d09931546df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8944 | 2025.05.22 21:23:52.457948 [ 261 ] {b9cfa128-a6c8-49d5-81bb-3d09931546df} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
8945 | 2025.05.22 21:23:52.458163 [ 261 ] {b9cfa128-a6c8-49d5-81bb-3d09931546df} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8946 | 2025.05.22 21:23:52.458295 [ 261 ] {b9cfa128-a6c8-49d5-81bb-3d09931546df} <Debug> executeQuery: Read 635 rows, 51.02 KiB in 0.001503 sec., 422488.35662009317 rows/sec., 33.15 MiB/sec. | ||
8947 | 2025.05.22 21:23:52.458334 [ 261 ] {b9cfa128-a6c8-49d5-81bb-3d09931546df} <Debug> TCPHandler: Processed in 0.001669835 sec. | ||
8948 | 2025.05.22 21:23:52.458446 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8949 | 2025.05.22 21:23:52.458542 [ 261 ] {84b9df13-d528-4db6-a5f6-45a99b4d1074} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8950 | 2025.05.22 21:23:52.458584 [ 261 ] {84b9df13-d528-4db6-a5f6-45a99b4d1074} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8951 | 2025.05.22 21:23:52.459008 [ 261 ] {84b9df13-d528-4db6-a5f6-45a99b4d1074} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8952 | 2025.05.22 21:23:52.459046 [ 261 ] {84b9df13-d528-4db6-a5f6-45a99b4d1074} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8953 | 2025.05.22 21:23:52.459357 [ 261 ] {84b9df13-d528-4db6-a5f6-45a99b4d1074} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
8954 | 2025.05.22 21:23:52.459574 [ 261 ] {84b9df13-d528-4db6-a5f6-45a99b4d1074} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8955 | 2025.05.22 21:23:52.459707 [ 261 ] {84b9df13-d528-4db6-a5f6-45a99b4d1074} <Debug> executeQuery: Read 118 rows, 7.27 KiB in 0.001183 sec., 99746.40743871513 rows/sec., 6.00 MiB/sec. | ||
8956 | 2025.05.22 21:23:52.459745 [ 261 ] {84b9df13-d528-4db6-a5f6-45a99b4d1074} <Debug> TCPHandler: Processed in 0.001350791 sec. | ||
8957 | 2025.05.22 21:23:52.459861 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8958 | 2025.05.22 21:23:52.459957 [ 261 ] {109232f1-b51f-4f01-a034-2d9622e0789f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
8959 | 2025.05.22 21:23:52.459998 [ 261 ] {109232f1-b51f-4f01-a034-2d9622e0789f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8960 | 2025.05.22 21:23:52.460415 [ 261 ] {109232f1-b51f-4f01-a034-2d9622e0789f} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8961 | 2025.05.22 21:23:52.460451 [ 261 ] {109232f1-b51f-4f01-a034-2d9622e0789f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8962 | 2025.05.22 21:23:52.460769 [ 261 ] {109232f1-b51f-4f01-a034-2d9622e0789f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
8963 | 2025.05.22 21:23:52.460996 [ 261 ] {109232f1-b51f-4f01-a034-2d9622e0789f} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8964 | 2025.05.22 21:23:52.461125 [ 261 ] {109232f1-b51f-4f01-a034-2d9622e0789f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001186 sec., 95278.24620573357 rows/sec., 6.17 MiB/sec. | ||
8965 | 2025.05.22 21:23:52.461163 [ 261 ] {109232f1-b51f-4f01-a034-2d9622e0789f} <Debug> TCPHandler: Processed in 0.00135187 sec. | ||
8966 | 2025.05.22 21:23:52.461279 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8967 | 2025.05.22 21:23:52.461374 [ 261 ] {50bbcd35-caf0-4ebf-b063-06fb21f01fc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
8968 | 2025.05.22 21:23:52.461415 [ 261 ] {50bbcd35-caf0-4ebf-b063-06fb21f01fc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8969 | 2025.05.22 21:23:52.461838 [ 261 ] {50bbcd35-caf0-4ebf-b063-06fb21f01fc3} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8970 | 2025.05.22 21:23:52.461875 [ 261 ] {50bbcd35-caf0-4ebf-b063-06fb21f01fc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8971 | 2025.05.22 21:23:52.462185 [ 261 ] {50bbcd35-caf0-4ebf-b063-06fb21f01fc3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
8972 | 2025.05.22 21:23:52.462399 [ 261 ] {50bbcd35-caf0-4ebf-b063-06fb21f01fc3} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8973 | 2025.05.22 21:23:52.462529 [ 261 ] {50bbcd35-caf0-4ebf-b063-06fb21f01fc3} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001174 sec., 95400.34071550256 rows/sec., 5.43 MiB/sec. | ||
8974 | 2025.05.22 21:23:52.462568 [ 261 ] {50bbcd35-caf0-4ebf-b063-06fb21f01fc3} <Debug> TCPHandler: Processed in 0.00133935 sec. | ||
8975 | 2025.05.22 21:23:52.462682 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8976 | 2025.05.22 21:23:52.462777 [ 261 ] {7a83364f-3137-4457-96b3-1e8d5b9710d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8977 | 2025.05.22 21:23:52.462816 [ 261 ] {7a83364f-3137-4457-96b3-1e8d5b9710d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8978 | 2025.05.22 21:23:52.463335 [ 261 ] {7a83364f-3137-4457-96b3-1e8d5b9710d7} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8979 | 2025.05.22 21:23:52.463372 [ 261 ] {7a83364f-3137-4457-96b3-1e8d5b9710d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8980 | 2025.05.22 21:23:52.463702 [ 261 ] {7a83364f-3137-4457-96b3-1e8d5b9710d7} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
8981 | 2025.05.22 21:23:52.463914 [ 261 ] {7a83364f-3137-4457-96b3-1e8d5b9710d7} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8982 | 2025.05.22 21:23:52.464043 [ 261 ] {7a83364f-3137-4457-96b3-1e8d5b9710d7} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.001285 sec., 306614.78599221795 rows/sec., 21.70 MiB/sec. | ||
8983 | 2025.05.22 21:23:52.464081 [ 261 ] {7a83364f-3137-4457-96b3-1e8d5b9710d7} <Debug> TCPHandler: Processed in 0.001450452 sec. | ||
8984 | 2025.05.22 21:23:52.464194 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8985 | 2025.05.22 21:23:52.464289 [ 261 ] {b3566ed0-e905-48dc-adf9-7debf0004ac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
8986 | 2025.05.22 21:23:52.464332 [ 261 ] {b3566ed0-e905-48dc-adf9-7debf0004ac1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8987 | 2025.05.22 21:23:52.464676 [ 261 ] {b3566ed0-e905-48dc-adf9-7debf0004ac1} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8988 | 2025.05.22 21:23:52.464713 [ 261 ] {b3566ed0-e905-48dc-adf9-7debf0004ac1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8989 | 2025.05.22 21:23:52.465019 [ 261 ] {b3566ed0-e905-48dc-adf9-7debf0004ac1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
8990 | 2025.05.22 21:23:52.465235 [ 261 ] {b3566ed0-e905-48dc-adf9-7debf0004ac1} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8991 | 2025.05.22 21:23:52.465337 [ 148 ] {} <Debug> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
8992 | 2025.05.22 21:23:52.465363 [ 261 ] {b3566ed0-e905-48dc-adf9-7debf0004ac1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001092 sec., 5494.505494505494 rows/sec., 287.07 KiB/sec. | ||
8993 | 2025.05.22 21:23:52.465406 [ 148 ] {} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8994 | 2025.05.22 21:23:52.465415 [ 261 ] {b3566ed0-e905-48dc-adf9-7debf0004ac1} <Debug> TCPHandler: Processed in 0.001271509 sec. | ||
8995 | 2025.05.22 21:23:52.465434 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
8996 | 2025.05.22 21:23:52.465530 [ 198 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::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 | ||
8997 | 2025.05.22 21:23:52.465538 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8998 | 2025.05.22 21:23:52.465637 [ 198 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8999 | 2025.05.22 21:23:52.465652 [ 261 ] {b36ad6a8-df3f-4472-a204-52bd94173630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9000 | 2025.05.22 21:23:52.465670 [ 198 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
9001 | 2025.05.22 21:23:52.465695 [ 261 ] {b36ad6a8-df3f-4472-a204-52bd94173630} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9002 | 2025.05.22 21:23:52.465740 [ 198 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
9003 | 2025.05.22 21:23:52.465793 [ 198 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
9004 | 2025.05.22 21:23:52.465842 [ 198 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
9005 | 2025.05.22 21:23:52.465884 [ 198 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
9006 | 2025.05.22 21:23:52.465932 [ 198 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
9007 | 2025.05.22 21:23:52.466098 [ 261 ] {b36ad6a8-df3f-4472-a204-52bd94173630} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9008 | 2025.05.22 21:23:52.466134 [ 261 ] {b36ad6a8-df3f-4472-a204-52bd94173630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9009 | 2025.05.22 21:23:52.466526 [ 261 ] {b36ad6a8-df3f-4472-a204-52bd94173630} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
9010 | 2025.05.22 21:23:52.466849 [ 261 ] {b36ad6a8-df3f-4472-a204-52bd94173630} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9011 | 2025.05.22 21:23:52.466854 [ 201 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.00136136 sec., 70517.71757654111 rows/sec., 3.60 MiB/sec. | ||
9012 | 2025.05.22 21:23:52.466996 [ 261 ] {b36ad6a8-df3f-4472-a204-52bd94173630} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001363 sec., 175348.49596478356 rows/sec., 11.76 MiB/sec. | ||
9013 | 2025.05.22 21:23:52.467043 [ 261 ] {b36ad6a8-df3f-4472-a204-52bd94173630} <Debug> TCPHandler: Processed in 0.001555283 sec. | ||
9014 | 2025.05.22 21:23:52.467079 [ 187 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
9015 | 2025.05.22 21:23:52.467159 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9016 | 2025.05.22 21:23:52.467263 [ 261 ] {075be446-acc4-48bb-8eb5-51921a19859d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
9017 | 2025.05.22 21:23:52.467309 [ 261 ] {075be446-acc4-48bb-8eb5-51921a19859d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9018 | 2025.05.22 21:23:52.467417 [ 187 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_16_3} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9019 | 2025.05.22 21:23:52.467501 [ 187 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_16_3} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
9020 | 2025.05.22 21:23:52.467613 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
9021 | 2025.05.22 21:23:52.467639 [ 261 ] {075be446-acc4-48bb-8eb5-51921a19859d} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9022 | 2025.05.22 21:23:52.467682 [ 261 ] {075be446-acc4-48bb-8eb5-51921a19859d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9023 | 2025.05.22 21:23:52.467999 [ 261 ] {075be446-acc4-48bb-8eb5-51921a19859d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
9024 | 2025.05.22 21:23:52.468225 [ 261 ] {075be446-acc4-48bb-8eb5-51921a19859d} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9025 | 2025.05.22 21:23:52.468359 [ 261 ] {075be446-acc4-48bb-8eb5-51921a19859d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001115 sec., 896.8609865470851 rows/sec., 60.43 KiB/sec. | ||
9026 | 2025.05.22 21:23:52.468396 [ 261 ] {075be446-acc4-48bb-8eb5-51921a19859d} <Debug> TCPHandler: Processed in 0.001289149 sec. | ||
9027 | 2025.05.22 21:23:52.468508 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9028 | 2025.05.22 21:23:52.468604 [ 261 ] {c65b3de3-5a42-42c0-b07f-e2ae79931ee5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9029 | 2025.05.22 21:23:52.468659 [ 261 ] {c65b3de3-5a42-42c0-b07f-e2ae79931ee5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9030 | 2025.05.22 21:23:52.469410 [ 261 ] {c65b3de3-5a42-42c0-b07f-e2ae79931ee5} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9031 | 2025.05.22 21:23:52.469447 [ 261 ] {c65b3de3-5a42-42c0-b07f-e2ae79931ee5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9032 | 2025.05.22 21:23:52.469949 [ 261 ] {c65b3de3-5a42-42c0-b07f-e2ae79931ee5} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
9033 | 2025.05.22 21:23:52.470168 [ 261 ] {c65b3de3-5a42-42c0-b07f-e2ae79931ee5} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9034 | 2025.05.22 21:23:52.470306 [ 261 ] {c65b3de3-5a42-42c0-b07f-e2ae79931ee5} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001719 sec., 4653.868528214078 rows/sec., 8.34 MiB/sec. | ||
9035 | 2025.05.22 21:23:52.470369 [ 261 ] {c65b3de3-5a42-42c0-b07f-e2ae79931ee5} <Debug> TCPHandler: Processed in 0.001911969 sec. | ||
9036 | 2025.05.22 21:23:52.470485 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9037 | 2025.05.22 21:23:52.470583 [ 261 ] {ea59e249-12e3-4fc3-96b4-2e07588e6950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9038 | 2025.05.22 21:23:52.470625 [ 261 ] {ea59e249-12e3-4fc3-96b4-2e07588e6950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9039 | 2025.05.22 21:23:52.470951 [ 261 ] {ea59e249-12e3-4fc3-96b4-2e07588e6950} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9040 | 2025.05.22 21:23:52.470987 [ 261 ] {ea59e249-12e3-4fc3-96b4-2e07588e6950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9041 | 2025.05.22 21:23:52.471297 [ 261 ] {ea59e249-12e3-4fc3-96b4-2e07588e6950} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
9042 | 2025.05.22 21:23:52.471512 [ 261 ] {ea59e249-12e3-4fc3-96b4-2e07588e6950} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9043 | 2025.05.22 21:23:52.471646 [ 261 ] {ea59e249-12e3-4fc3-96b4-2e07588e6950} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001081 sec., 75855.68917668826 rows/sec., 4.82 MiB/sec. | ||
9044 | 2025.05.22 21:23:52.471681 [ 261 ] {ea59e249-12e3-4fc3-96b4-2e07588e6950} <Debug> TCPHandler: Processed in 0.001246458 sec. | ||
9045 | 2025.05.22 21:23:53.819518 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23363 | ||
9046 | 2025.05.22 21:23:53.820010 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9047 | 2025.05.22 21:23:53.820059 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9048 | 2025.05.22 21:23:53.820557 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9049 | 2025.05.22 21:23:53.820817 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9050 | 2025.05.22 21:23:53.820966 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23363 | ||
9051 | 2025.05.22 21:23:53.820990 [ 146 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9052 | 2025.05.22 21:23:53.821067 [ 146 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9053 | 2025.05.22 21:23:53.821092 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9054 | 2025.05.22 21:23:53.821219 [ 198 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
9055 | 2025.05.22 21:23:53.821370 [ 198 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9056 | 2025.05.22 21:23:53.821427 [ 198 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
9057 | 2025.05.22 21:23:53.821517 [ 198 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
9058 | 2025.05.22 21:23:53.821579 [ 198 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
9059 | 2025.05.22 21:23:53.821634 [ 198 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
9060 | 2025.05.22 21:23:53.821695 [ 198 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
9061 | 2025.05.22 21:23:53.821753 [ 198 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
9062 | 2025.05.22 21:23:53.824697 [ 201 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23363 rows, containing 4 columns (4 merged, 0 gathered) in 0.003533142 sec., 6612527.885944013 rows/sec., 94.59 MiB/sec. | ||
9063 | 2025.05.22 21:23:53.825037 [ 186 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9064 | 2025.05.22 21:23:53.825319 [ 186 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_51_10} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9065 | 2025.05.22 21:23:53.825397 [ 186 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_51_10} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9066 | 2025.05.22 21:23:53.825481 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
9067 | 2025.05.22 21:23:55.061218 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 | ||
9068 | 2025.05.22 21:23:55.078750 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9069 | 2025.05.22 21:23:55.078804 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9070 | 2025.05.22 21:23:55.084783 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9071 | 2025.05.22 21:23:55.085471 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9072 | 2025.05.22 21:23:55.085767 [ 145 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9073 | 2025.05.22 21:23:55.085854 [ 145 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9074 | 2025.05.22 21:23:55.085889 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9075 | 2025.05.22 21:23:55.086000 [ 196 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
9076 | 2025.05.22 21:23:55.088654 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 384 | ||
9077 | 2025.05.22 21:23:55.088986 [ 196 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9078 | 2025.05.22 21:23:55.089798 [ 196 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
9079 | 2025.05.22 21:23:55.093198 [ 196 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
9080 | 2025.05.22 21:23:55.096683 [ 196 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
9081 | 2025.05.22 21:23:55.100602 [ 196 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
9082 | 2025.05.22 21:23:55.104534 [ 196 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
9083 | 2025.05.22 21:23:55.108349 [ 196 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
9084 | 2025.05.22 21:23:55.161567 [ 196 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.075605346 sec., 5079.0059210892305 rows/sec., 26.26 MiB/sec. | ||
9085 | 2025.05.22 21:23:55.164469 [ 195 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9086 | 2025.05.22 21:23:55.166623 [ 195 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_51_10} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9087 | 2025.05.22 21:23:55.166740 [ 195 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_51_10} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9088 | 2025.05.22 21:23:55.168864 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
9089 | 2025.05.22 21:23:56.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 295.77 MiB, peak 309.17 MiB, free memory in arenas 0.00 B, will set to 296.93 MiB (RSS), difference: 1.16 MiB | ||
9090 | 2025.05.22 21:23:57.448036 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9091 | 2025.05.22 21:23:57.448238 [ 261 ] {8091be85-9f05-4f89-be09-994061d58aec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9092 | 2025.05.22 21:23:57.448307 [ 261 ] {8091be85-9f05-4f89-be09-994061d58aec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9093 | 2025.05.22 21:23:57.449005 [ 261 ] {8091be85-9f05-4f89-be09-994061d58aec} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9094 | 2025.05.22 21:23:57.449054 [ 261 ] {8091be85-9f05-4f89-be09-994061d58aec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9095 | 2025.05.22 21:23:57.449463 [ 261 ] {8091be85-9f05-4f89-be09-994061d58aec} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
9096 | 2025.05.22 21:23:57.449698 [ 261 ] {8091be85-9f05-4f89-be09-994061d58aec} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9097 | 2025.05.22 21:23:57.449850 [ 261 ] {8091be85-9f05-4f89-be09-994061d58aec} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.001665 sec., 73273.27327327327 rows/sec., 6.25 MiB/sec. | ||
9098 | 2025.05.22 21:23:57.449893 [ 261 ] {8091be85-9f05-4f89-be09-994061d58aec} <Debug> TCPHandler: Processed in 0.0020038 sec. | ||
9099 | 2025.05.22 21:23:57.450021 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9100 | 2025.05.22 21:23:57.450120 [ 261 ] {e6d24649-b2b6-4c9d-bf3d-c7c8b4387edf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9101 | 2025.05.22 21:23:57.450164 [ 261 ] {e6d24649-b2b6-4c9d-bf3d-c7c8b4387edf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9102 | 2025.05.22 21:23:57.450580 [ 261 ] {e6d24649-b2b6-4c9d-bf3d-c7c8b4387edf} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9103 | 2025.05.22 21:23:57.450617 [ 261 ] {e6d24649-b2b6-4c9d-bf3d-c7c8b4387edf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9104 | 2025.05.22 21:23:57.450919 [ 261 ] {e6d24649-b2b6-4c9d-bf3d-c7c8b4387edf} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
9105 | 2025.05.22 21:23:57.451129 [ 261 ] {e6d24649-b2b6-4c9d-bf3d-c7c8b4387edf} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9106 | 2025.05.22 21:23:57.451265 [ 261 ] {e6d24649-b2b6-4c9d-bf3d-c7c8b4387edf} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001163 sec., 28374.89251934652 rows/sec., 2.08 MiB/sec. | ||
9107 | 2025.05.22 21:23:57.451303 [ 261 ] {e6d24649-b2b6-4c9d-bf3d-c7c8b4387edf} <Debug> TCPHandler: Processed in 0.00133476 sec. | ||
9108 | 2025.05.22 21:23:57.451418 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9109 | 2025.05.22 21:23:57.451514 [ 261 ] {c5c3b5f6-2110-4e0c-afb2-d9fb5edb5bc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9110 | 2025.05.22 21:23:57.451555 [ 261 ] {c5c3b5f6-2110-4e0c-afb2-d9fb5edb5bc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9111 | 2025.05.22 21:23:57.451990 [ 261 ] {c5c3b5f6-2110-4e0c-afb2-d9fb5edb5bc8} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9112 | 2025.05.22 21:23:57.452027 [ 261 ] {c5c3b5f6-2110-4e0c-afb2-d9fb5edb5bc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9113 | 2025.05.22 21:23:57.452330 [ 261 ] {c5c3b5f6-2110-4e0c-afb2-d9fb5edb5bc8} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
9114 | 2025.05.22 21:23:57.452538 [ 261 ] {c5c3b5f6-2110-4e0c-afb2-d9fb5edb5bc8} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9115 | 2025.05.22 21:23:57.452667 [ 261 ] {c5c3b5f6-2110-4e0c-afb2-d9fb5edb5bc8} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001171 sec., 82835.18360375748 rows/sec., 6.47 MiB/sec. | ||
9116 | 2025.05.22 21:23:57.452705 [ 261 ] {c5c3b5f6-2110-4e0c-afb2-d9fb5edb5bc8} <Debug> TCPHandler: Processed in 0.00133893 sec. | ||
9117 | 2025.05.22 21:23:57.452820 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9118 | 2025.05.22 21:23:57.452916 [ 261 ] {d7c563f2-7ca0-42f7-8598-a80fc0849ac6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9119 | 2025.05.22 21:23:57.452960 [ 261 ] {d7c563f2-7ca0-42f7-8598-a80fc0849ac6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9120 | 2025.05.22 21:23:57.453365 [ 261 ] {d7c563f2-7ca0-42f7-8598-a80fc0849ac6} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9121 | 2025.05.22 21:23:57.453402 [ 261 ] {d7c563f2-7ca0-42f7-8598-a80fc0849ac6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9122 | 2025.05.22 21:23:57.453731 [ 261 ] {d7c563f2-7ca0-42f7-8598-a80fc0849ac6} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
9123 | 2025.05.22 21:23:57.453939 [ 261 ] {d7c563f2-7ca0-42f7-8598-a80fc0849ac6} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9124 | 2025.05.22 21:23:57.454068 [ 261 ] {d7c563f2-7ca0-42f7-8598-a80fc0849ac6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00117 sec., 136752.13675213675 rows/sec., 9.52 MiB/sec. | ||
9125 | 2025.05.22 21:23:57.454109 [ 261 ] {d7c563f2-7ca0-42f7-8598-a80fc0849ac6} <Debug> TCPHandler: Processed in 0.00134058 sec. | ||
9126 | 2025.05.22 21:23:57.454243 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9127 | 2025.05.22 21:23:57.454340 [ 261 ] {cdac1b9f-d06e-440f-8f97-10412c31b96e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9128 | 2025.05.22 21:23:57.454395 [ 261 ] {cdac1b9f-d06e-440f-8f97-10412c31b96e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9129 | 2025.05.22 21:23:57.455223 [ 261 ] {cdac1b9f-d06e-440f-8f97-10412c31b96e} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9130 | 2025.05.22 21:23:57.455259 [ 261 ] {cdac1b9f-d06e-440f-8f97-10412c31b96e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9131 | 2025.05.22 21:23:57.455811 [ 261 ] {cdac1b9f-d06e-440f-8f97-10412c31b96e} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
9132 | 2025.05.22 21:23:57.456035 [ 261 ] {cdac1b9f-d06e-440f-8f97-10412c31b96e} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9133 | 2025.05.22 21:23:57.456178 [ 261 ] {cdac1b9f-d06e-440f-8f97-10412c31b96e} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001856 sec., 17780.172413793105 rows/sec., 31.86 MiB/sec. | ||
9134 | 2025.05.22 21:23:57.456232 [ 261 ] {cdac1b9f-d06e-440f-8f97-10412c31b96e} <Debug> TCPHandler: Processed in 0.00203902 sec. | ||
9135 | 2025.05.22 21:23:57.456347 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9136 | 2025.05.22 21:23:57.456444 [ 261 ] {2dd44c2b-7951-49e2-9ba7-54feffabdb56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9137 | 2025.05.22 21:23:57.456487 [ 261 ] {2dd44c2b-7951-49e2-9ba7-54feffabdb56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9138 | 2025.05.22 21:23:57.456829 [ 261 ] {2dd44c2b-7951-49e2-9ba7-54feffabdb56} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9139 | 2025.05.22 21:23:57.456865 [ 261 ] {2dd44c2b-7951-49e2-9ba7-54feffabdb56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9140 | 2025.05.22 21:23:57.457167 [ 261 ] {2dd44c2b-7951-49e2-9ba7-54feffabdb56} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
9141 | 2025.05.22 21:23:57.457373 [ 261 ] {2dd44c2b-7951-49e2-9ba7-54feffabdb56} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9142 | 2025.05.22 21:23:57.457505 [ 261 ] {2dd44c2b-7951-49e2-9ba7-54feffabdb56} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. | ||
9143 | 2025.05.22 21:23:57.457540 [ 261 ] {2dd44c2b-7951-49e2-9ba7-54feffabdb56} <Debug> TCPHandler: Processed in 0.001243999 sec. | ||
9144 | 2025.05.22 21:24:01.188046 [ 137 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9145 | 2025.05.22 21:24:01.188129 [ 137 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9146 | 2025.05.22 21:24:01.321116 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23851 | ||
9147 | 2025.05.22 21:24:01.321913 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9148 | 2025.05.22 21:24:01.321981 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9149 | 2025.05.22 21:24:01.322883 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9150 | 2025.05.22 21:24:01.323116 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9151 | 2025.05.22 21:24:01.323241 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
9152 | 2025.05.22 21:24:01.378741 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1248 | ||
9153 | 2025.05.22 21:24:01.381110 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9154 | 2025.05.22 21:24:01.381150 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9155 | 2025.05.22 21:24:01.382309 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
9156 | 2025.05.22 21:24:01.382570 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9157 | 2025.05.22 21:24:01.382736 [ 137 ] {} <Debug> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
9158 | 2025.05.22 21:24:01.382795 [ 137 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9159 | 2025.05.22 21:24:01.382819 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9160 | 2025.05.22 21:24:01.382820 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1248 | ||
9161 | 2025.05.22 21:24:01.382919 [ 201 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::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 | ||
9162 | 2025.05.22 21:24:01.383448 [ 201 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9163 | 2025.05.22 21:24:01.383606 [ 201 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1092 rows starting from the beginning of the part | ||
9164 | 2025.05.22 21:24:01.383978 [ 201 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 24 rows starting from the beginning of the part | ||
9165 | 2025.05.22 21:24:01.384319 [ 201 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 26 rows starting from the beginning of the part | ||
9166 | 2025.05.22 21:24:01.384624 [ 201 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::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 | ||
9167 | 2025.05.22 21:24:01.384951 [ 201 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 34 rows starting from the beginning of the part | ||
9168 | 2025.05.22 21:24:01.385290 [ 201 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 36 rows starting from the beginning of the part | ||
9169 | 2025.05.22 21:24:01.392425 [ 200 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1248 rows, containing 72 columns (72 merged, 0 gathered) in 0.009543652 sec., 130767.55103811414 rows/sec., 106.34 MiB/sec. | ||
9170 | 2025.05.22 21:24:01.393807 [ 190 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
9171 | 2025.05.22 21:24:01.394341 [ 190 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_36_7} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9172 | 2025.05.22 21:24:01.394408 [ 190 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_36_7} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
9173 | 2025.05.22 21:24:01.394670 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. | ||
9174 | 2025.05.22 21:24:02.453110 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9175 | 2025.05.22 21:24:02.453321 [ 261 ] {cc0e8191-639c-49cd-aa9c-44895965a71a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
9176 | 2025.05.22 21:24:02.453398 [ 261 ] {cc0e8191-639c-49cd-aa9c-44895965a71a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
9177 | 2025.05.22 21:24:02.454131 [ 261 ] {cc0e8191-639c-49cd-aa9c-44895965a71a} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9178 | 2025.05.22 21:24:02.454184 [ 261 ] {cc0e8191-639c-49cd-aa9c-44895965a71a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9179 | 2025.05.22 21:24:02.454604 [ 261 ] {cc0e8191-639c-49cd-aa9c-44895965a71a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9180 | 2025.05.22 21:24:02.454837 [ 261 ] {cc0e8191-639c-49cd-aa9c-44895965a71a} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9181 | 2025.05.22 21:24:02.455003 [ 261 ] {cc0e8191-639c-49cd-aa9c-44895965a71a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00174 sec., 121839.08045977012 rows/sec., 7.75 MiB/sec. | ||
9182 | 2025.05.22 21:24:02.455056 [ 261 ] {cc0e8191-639c-49cd-aa9c-44895965a71a} <Debug> TCPHandler: Processed in 0.002090461 sec. | ||
9183 | 2025.05.22 21:24:02.455187 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9184 | 2025.05.22 21:24:02.455295 [ 261 ] {0998fee0-8cfd-427b-9dcf-c63ccf64185c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9185 | 2025.05.22 21:24:02.455342 [ 261 ] {0998fee0-8cfd-427b-9dcf-c63ccf64185c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9186 | 2025.05.22 21:24:02.456100 [ 261 ] {0998fee0-8cfd-427b-9dcf-c63ccf64185c} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9187 | 2025.05.22 21:24:02.456140 [ 261 ] {0998fee0-8cfd-427b-9dcf-c63ccf64185c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9188 | 2025.05.22 21:24:02.456525 [ 261 ] {0998fee0-8cfd-427b-9dcf-c63ccf64185c} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
9189 | 2025.05.22 21:24:02.456751 [ 261 ] {0998fee0-8cfd-427b-9dcf-c63ccf64185c} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9190 | 2025.05.22 21:24:02.456890 [ 261 ] {0998fee0-8cfd-427b-9dcf-c63ccf64185c} <Debug> executeQuery: Read 633 rows, 50.88 KiB in 0.001621 sec., 390499.69154842687 rows/sec., 30.65 MiB/sec. | ||
9191 | 2025.05.22 21:24:02.456929 [ 261 ] {0998fee0-8cfd-427b-9dcf-c63ccf64185c} <Debug> TCPHandler: Processed in 0.001796517 sec. | ||
9192 | 2025.05.22 21:24:02.456924 [ 135 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
9193 | 2025.05.22 21:24:02.457001 [ 135 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9194 | 2025.05.22 21:24:02.457024 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9195 | 2025.05.22 21:24:02.457043 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9196 | 2025.05.22 21:24:02.457116 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::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 | ||
9197 | 2025.05.22 21:24:02.457149 [ 261 ] {9538876f-7361-4092-b8e7-8d9903e02abb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9198 | 2025.05.22 21:24:02.457192 [ 261 ] {9538876f-7361-4092-b8e7-8d9903e02abb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9199 | 2025.05.22 21:24:02.457202 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9200 | 2025.05.22 21:24:02.457230 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1970 rows starting from the beginning of the part | ||
9201 | 2025.05.22 21:24:02.457292 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 633 rows starting from the beginning of the part | ||
9202 | 2025.05.22 21:24:02.457335 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 122 rows starting from the beginning of the part | ||
9203 | 2025.05.22 21:24:02.457378 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 635 rows starting from the beginning of the part | ||
9204 | 2025.05.22 21:24:02.457421 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 122 rows starting from the beginning of the part | ||
9205 | 2025.05.22 21:24:02.457461 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 633 rows starting from the beginning of the part | ||
9206 | 2025.05.22 21:24:02.457633 [ 261 ] {9538876f-7361-4092-b8e7-8d9903e02abb} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9207 | 2025.05.22 21:24:02.457669 [ 261 ] {9538876f-7361-4092-b8e7-8d9903e02abb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9208 | 2025.05.22 21:24:02.458120 [ 261 ] {9538876f-7361-4092-b8e7-8d9903e02abb} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
9209 | 2025.05.22 21:24:02.458339 [ 261 ] {9538876f-7361-4092-b8e7-8d9903e02abb} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9210 | 2025.05.22 21:24:02.458468 [ 135 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
9211 | 2025.05.22 21:24:02.458477 [ 261 ] {9538876f-7361-4092-b8e7-8d9903e02abb} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.00135 sec., 84444.44444444444 rows/sec., 5.05 MiB/sec. | ||
9212 | 2025.05.22 21:24:02.458512 [ 135 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9213 | 2025.05.22 21:24:02.458534 [ 261 ] {9538876f-7361-4092-b8e7-8d9903e02abb} <Debug> TCPHandler: Processed in 0.001543143 sec. | ||
9214 | 2025.05.22 21:24:02.458543 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9215 | 2025.05.22 21:24:02.458645 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::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 | ||
9216 | 2025.05.22 21:24:02.458658 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9217 | 2025.05.22 21:24:02.458766 [ 261 ] {d232f01f-88b2-4dec-8756-c377d9e8db1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
9218 | 2025.05.22 21:24:02.458768 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9219 | 2025.05.22 21:24:02.458812 [ 261 ] {d232f01f-88b2-4dec-8756-c377d9e8db1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9220 | 2025.05.22 21:24:02.458818 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 179 rows starting from the beginning of the part | ||
9221 | 2025.05.22 21:24:02.458905 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 114 rows starting from the beginning of the part | ||
9222 | 2025.05.22 21:24:02.458951 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 33 rows starting from the beginning of the part | ||
9223 | 2025.05.22 21:24:02.458957 [ 193 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4115 rows, containing 5 columns (5 merged, 0 gathered) in 0.001874068 sec., 2195758.1048286404 rows/sec., 185.35 MiB/sec. | ||
9224 | 2025.05.22 21:24:02.458994 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 118 rows starting from the beginning of the part | ||
9225 | 2025.05.22 21:24:02.459063 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 33 rows starting from the beginning of the part | ||
9226 | 2025.05.22 21:24:02.459104 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 114 rows starting from the beginning of the part | ||
9227 | 2025.05.22 21:24:02.459250 [ 261 ] {d232f01f-88b2-4dec-8756-c377d9e8db1d} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9228 | 2025.05.22 21:24:02.459257 [ 189 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
9229 | 2025.05.22 21:24:02.459297 [ 261 ] {d232f01f-88b2-4dec-8756-c377d9e8db1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9230 | 2025.05.22 21:24:02.459630 [ 189 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_71_14} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9231 | 2025.05.22 21:24:02.459739 [ 189 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_71_14} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
9232 | 2025.05.22 21:24:02.459858 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. | ||
9233 | 2025.05.22 21:24:02.459934 [ 261 ] {d232f01f-88b2-4dec-8756-c377d9e8db1d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
9234 | 2025.05.22 21:24:02.460082 [ 189 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 591 rows, containing 5 columns (5 merged, 0 gathered) in 0.001479632 sec., 399423.6404727662 rows/sec., 26.62 MiB/sec. | ||
9235 | 2025.05.22 21:24:02.460170 [ 261 ] {d232f01f-88b2-4dec-8756-c377d9e8db1d} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9236 | 2025.05.22 21:24:02.460259 [ 189 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
9237 | 2025.05.22 21:24:02.460310 [ 261 ] {d232f01f-88b2-4dec-8756-c377d9e8db1d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001563 sec., 72296.86500319898 rows/sec., 4.68 MiB/sec. | ||
9238 | 2025.05.22 21:24:02.460354 [ 261 ] {d232f01f-88b2-4dec-8756-c377d9e8db1d} <Debug> TCPHandler: Processed in 0.001748126 sec. | ||
9239 | 2025.05.22 21:24:02.460469 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9240 | 2025.05.22 21:24:02.460527 [ 189 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_66_13} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9241 | 2025.05.22 21:24:02.460568 [ 261 ] {3d54819f-be0e-4349-be28-eda83c5459e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
9242 | 2025.05.22 21:24:02.460606 [ 189 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_66_13} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
9243 | 2025.05.22 21:24:02.460615 [ 261 ] {3d54819f-be0e-4349-be28-eda83c5459e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9244 | 2025.05.22 21:24:02.460703 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
9245 | 2025.05.22 21:24:02.461053 [ 261 ] {3d54819f-be0e-4349-be28-eda83c5459e4} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9246 | 2025.05.22 21:24:02.461094 [ 261 ] {3d54819f-be0e-4349-be28-eda83c5459e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9247 | 2025.05.22 21:24:02.461408 [ 261 ] {3d54819f-be0e-4349-be28-eda83c5459e4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9248 | 2025.05.22 21:24:02.461638 [ 261 ] {3d54819f-be0e-4349-be28-eda83c5459e4} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9249 | 2025.05.22 21:24:02.461766 [ 261 ] {3d54819f-be0e-4349-be28-eda83c5459e4} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001216 sec., 92105.26315789473 rows/sec., 5.25 MiB/sec. | ||
9250 | 2025.05.22 21:24:02.461805 [ 261 ] {3d54819f-be0e-4349-be28-eda83c5459e4} <Debug> TCPHandler: Processed in 0.001385741 sec. | ||
9251 | 2025.05.22 21:24:02.461915 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9252 | 2025.05.22 21:24:02.462012 [ 261 ] {aab6109f-6870-41b3-aefa-28c6ff5576a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9253 | 2025.05.22 21:24:02.462052 [ 261 ] {aab6109f-6870-41b3-aefa-28c6ff5576a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9254 | 2025.05.22 21:24:02.462592 [ 261 ] {aab6109f-6870-41b3-aefa-28c6ff5576a2} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9255 | 2025.05.22 21:24:02.462630 [ 261 ] {aab6109f-6870-41b3-aefa-28c6ff5576a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9256 | 2025.05.22 21:24:02.462967 [ 261 ] {aab6109f-6870-41b3-aefa-28c6ff5576a2} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
9257 | 2025.05.22 21:24:02.463183 [ 261 ] {aab6109f-6870-41b3-aefa-28c6ff5576a2} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9258 | 2025.05.22 21:24:02.463301 [ 135 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
9259 | 2025.05.22 21:24:02.463311 [ 261 ] {aab6109f-6870-41b3-aefa-28c6ff5576a2} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001317 sec., 296127.562642369 rows/sec., 20.93 MiB/sec. | ||
9260 | 2025.05.22 21:24:02.463339 [ 135 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9261 | 2025.05.22 21:24:02.463362 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9262 | 2025.05.22 21:24:02.463363 [ 261 ] {aab6109f-6870-41b3-aefa-28c6ff5576a2} <Debug> TCPHandler: Processed in 0.001499072 sec. | ||
9263 | 2025.05.22 21:24:02.463450 [ 193 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::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 | ||
9264 | 2025.05.22 21:24:02.463492 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9265 | 2025.05.22 21:24:02.463557 [ 193 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9266 | 2025.05.22 21:24:02.463593 [ 193 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 953 rows starting from the beginning of the part | ||
9267 | 2025.05.22 21:24:02.463594 [ 261 ] {03f1fd4a-55a3-461f-b099-82f1a818573d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
9268 | 2025.05.22 21:24:02.463649 [ 261 ] {03f1fd4a-55a3-461f-b099-82f1a818573d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9269 | 2025.05.22 21:24:02.463658 [ 193 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 390 rows starting from the beginning of the part | ||
9270 | 2025.05.22 21:24:02.463708 [ 193 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 97 rows starting from the beginning of the part | ||
9271 | 2025.05.22 21:24:02.463749 [ 193 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 394 rows starting from the beginning of the part | ||
9272 | 2025.05.22 21:24:02.463787 [ 193 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 97 rows starting from the beginning of the part | ||
9273 | 2025.05.22 21:24:02.463827 [ 193 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 390 rows starting from the beginning of the part | ||
9274 | 2025.05.22 21:24:02.464003 [ 261 ] {03f1fd4a-55a3-461f-b099-82f1a818573d} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9275 | 2025.05.22 21:24:02.464045 [ 261 ] {03f1fd4a-55a3-461f-b099-82f1a818573d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9276 | 2025.05.22 21:24:02.464363 [ 261 ] {03f1fd4a-55a3-461f-b099-82f1a818573d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
9277 | 2025.05.22 21:24:02.464605 [ 261 ] {03f1fd4a-55a3-461f-b099-82f1a818573d} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9278 | 2025.05.22 21:24:02.464735 [ 261 ] {03f1fd4a-55a3-461f-b099-82f1a818573d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001159 sec., 5176.876617773943 rows/sec., 270.47 KiB/sec. | ||
9279 | 2025.05.22 21:24:02.464772 [ 261 ] {03f1fd4a-55a3-461f-b099-82f1a818573d} <Debug> TCPHandler: Processed in 0.0013312 sec. | ||
9280 | 2025.05.22 21:24:02.464883 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9281 | 2025.05.22 21:24:02.464976 [ 190 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2321 rows, containing 5 columns (5 merged, 0 gathered) in 0.001566453 sec., 1481691.439194154 rows/sec., 112.89 MiB/sec. | ||
9282 | 2025.05.22 21:24:02.464979 [ 261 ] {a8533a54-a0d5-4e89-8cc3-ecbb306975db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9283 | 2025.05.22 21:24:02.465033 [ 261 ] {a8533a54-a0d5-4e89-8cc3-ecbb306975db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9284 | 2025.05.22 21:24:02.465123 [ 193 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
9285 | 2025.05.22 21:24:02.465405 [ 193 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_71_14} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9286 | 2025.05.22 21:24:02.465441 [ 261 ] {a8533a54-a0d5-4e89-8cc3-ecbb306975db} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9287 | 2025.05.22 21:24:02.465479 [ 193 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_71_14} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
9288 | 2025.05.22 21:24:02.465485 [ 261 ] {a8533a54-a0d5-4e89-8cc3-ecbb306975db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9289 | 2025.05.22 21:24:02.465559 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
9290 | 2025.05.22 21:24:02.465861 [ 261 ] {a8533a54-a0d5-4e89-8cc3-ecbb306975db} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
9291 | 2025.05.22 21:24:02.466095 [ 261 ] {a8533a54-a0d5-4e89-8cc3-ecbb306975db} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9292 | 2025.05.22 21:24:02.466223 [ 261 ] {a8533a54-a0d5-4e89-8cc3-ecbb306975db} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001263 sec., 187648.45605700713 rows/sec., 12.58 MiB/sec. | ||
9293 | 2025.05.22 21:24:02.466260 [ 261 ] {a8533a54-a0d5-4e89-8cc3-ecbb306975db} <Debug> TCPHandler: Processed in 0.001427101 sec. | ||
9294 | 2025.05.22 21:24:02.466372 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9295 | 2025.05.22 21:24:02.466467 [ 261 ] {6814bdc0-2a87-4571-8f85-5d8517dbc44e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
9296 | 2025.05.22 21:24:02.466517 [ 261 ] {6814bdc0-2a87-4571-8f85-5d8517dbc44e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9297 | 2025.05.22 21:24:02.466822 [ 261 ] {6814bdc0-2a87-4571-8f85-5d8517dbc44e} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9298 | 2025.05.22 21:24:02.466859 [ 261 ] {6814bdc0-2a87-4571-8f85-5d8517dbc44e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9299 | 2025.05.22 21:24:02.467166 [ 261 ] {6814bdc0-2a87-4571-8f85-5d8517dbc44e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
9300 | 2025.05.22 21:24:02.467373 [ 261 ] {6814bdc0-2a87-4571-8f85-5d8517dbc44e} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9301 | 2025.05.22 21:24:02.467504 [ 261 ] {6814bdc0-2a87-4571-8f85-5d8517dbc44e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001054 sec., 948.7666034155598 rows/sec., 63.93 KiB/sec. | ||
9302 | 2025.05.22 21:24:02.467540 [ 261 ] {6814bdc0-2a87-4571-8f85-5d8517dbc44e} <Debug> TCPHandler: Processed in 0.001221128 sec. | ||
9303 | 2025.05.22 21:24:02.467642 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9304 | 2025.05.22 21:24:02.467736 [ 261 ] {93a46659-0e4b-4514-9340-96123a82af2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9305 | 2025.05.22 21:24:02.467790 [ 261 ] {93a46659-0e4b-4514-9340-96123a82af2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9306 | 2025.05.22 21:24:02.468560 [ 261 ] {93a46659-0e4b-4514-9340-96123a82af2b} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9307 | 2025.05.22 21:24:02.468597 [ 261 ] {93a46659-0e4b-4514-9340-96123a82af2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9308 | 2025.05.22 21:24:02.469108 [ 261 ] {93a46659-0e4b-4514-9340-96123a82af2b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
9309 | 2025.05.22 21:24:02.469336 [ 261 ] {93a46659-0e4b-4514-9340-96123a82af2b} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9310 | 2025.05.22 21:24:02.469453 [ 135 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
9311 | 2025.05.22 21:24:02.469473 [ 261 ] {93a46659-0e4b-4514-9340-96123a82af2b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001754 sec., 4561.003420752566 rows/sec., 8.17 MiB/sec. | ||
9312 | 2025.05.22 21:24:02.469487 [ 135 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9313 | 2025.05.22 21:24:02.469516 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9314 | 2025.05.22 21:24:02.469535 [ 261 ] {93a46659-0e4b-4514-9340-96123a82af2b} <Debug> TCPHandler: Processed in 0.001943239 sec. | ||
9315 | 2025.05.22 21:24:02.469591 [ 189 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
9316 | 2025.05.22 21:24:02.469663 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9317 | 2025.05.22 21:24:02.469765 [ 261 ] {a3b0010e-50ea-447f-ae00-3fd36b815c5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9318 | 2025.05.22 21:24:02.469795 [ 189 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9319 | 2025.05.22 21:24:02.469806 [ 261 ] {a3b0010e-50ea-447f-ae00-3fd36b815c5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9320 | 2025.05.22 21:24:02.469856 [ 189 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1309 rows starting from the beginning of the part | ||
9321 | 2025.05.22 21:24:02.469972 [ 189 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 8 rows starting from the beginning of the part | ||
9322 | 2025.05.22 21:24:02.470072 [ 189 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 33 rows starting from the beginning of the part | ||
9323 | 2025.05.22 21:24:02.470152 [ 261 ] {a3b0010e-50ea-447f-ae00-3fd36b815c5a} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9324 | 2025.05.22 21:24:02.470168 [ 189 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 8 rows starting from the beginning of the part | ||
9325 | 2025.05.22 21:24:02.470198 [ 261 ] {a3b0010e-50ea-447f-ae00-3fd36b815c5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9326 | 2025.05.22 21:24:02.470277 [ 189 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 33 rows starting from the beginning of the part | ||
9327 | 2025.05.22 21:24:02.470383 [ 189 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 8 rows starting from the beginning of the part | ||
9328 | 2025.05.22 21:24:02.470520 [ 261 ] {a3b0010e-50ea-447f-ae00-3fd36b815c5a} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
9329 | 2025.05.22 21:24:02.470779 [ 261 ] {a3b0010e-50ea-447f-ae00-3fd36b815c5a} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9330 | 2025.05.22 21:24:02.470914 [ 261 ] {a3b0010e-50ea-447f-ae00-3fd36b815c5a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001167 sec., 70265.63838903171 rows/sec., 4.46 MiB/sec. | ||
9331 | 2025.05.22 21:24:02.470951 [ 261 ] {a3b0010e-50ea-447f-ae00-3fd36b815c5a} <Debug> TCPHandler: Processed in 0.00134027 sec. | ||
9332 | 2025.05.22 21:24:02.478216 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1399 rows, containing 19 columns (19 merged, 0 gathered) in 0.008650099 sec., 161732.2530065841 rows/sec., 289.82 MiB/sec. | ||
9333 | 2025.05.22 21:24:02.480229 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
9334 | 2025.05.22 21:24:02.480602 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9335 | 2025.05.22 21:24:02.480682 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
9336 | 2025.05.22 21:24:02.480818 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.54 MiB. | ||
9337 | 2025.05.22 21:24:02.588771 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 | ||
9338 | 2025.05.22 21:24:02.603989 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9339 | 2025.05.22 21:24:02.604038 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9340 | 2025.05.22 21:24:02.609995 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9341 | 2025.05.22 21:24:02.610679 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9342 | 2025.05.22 21:24:02.613289 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
9343 | 2025.05.22 21:24:03.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 298.73 MiB, peak 309.71 MiB, free memory in arenas 0.00 B, will set to 302.50 MiB (RSS), difference: 3.77 MiB | ||
9344 | 2025.05.22 21:24:07.477933 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9345 | 2025.05.22 21:24:07.478150 [ 261 ] {dfe48f5b-8b90-4682-afd8-1a363a0b812f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
9346 | 2025.05.22 21:24:07.478228 [ 261 ] {dfe48f5b-8b90-4682-afd8-1a363a0b812f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9347 | 2025.05.22 21:24:07.478912 [ 261 ] {dfe48f5b-8b90-4682-afd8-1a363a0b812f} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9348 | 2025.05.22 21:24:07.478958 [ 261 ] {dfe48f5b-8b90-4682-afd8-1a363a0b812f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9349 | 2025.05.22 21:24:07.479353 [ 261 ] {dfe48f5b-8b90-4682-afd8-1a363a0b812f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
9350 | 2025.05.22 21:24:07.479598 [ 261 ] {dfe48f5b-8b90-4682-afd8-1a363a0b812f} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9351 | 2025.05.22 21:24:07.479756 [ 261 ] {dfe48f5b-8b90-4682-afd8-1a363a0b812f} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001664 sec., 7211.538461538462 rows/sec., 588.05 KiB/sec. | ||
9352 | 2025.05.22 21:24:07.479813 [ 261 ] {dfe48f5b-8b90-4682-afd8-1a363a0b812f} <Debug> TCPHandler: Processed in 0.00202122 sec. | ||
9353 | 2025.05.22 21:24:07.479945 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9354 | 2025.05.22 21:24:07.480062 [ 261 ] {c3b84b4c-9488-4c7c-ba3a-9cbb93ea6c1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9355 | 2025.05.22 21:24:07.480109 [ 261 ] {c3b84b4c-9488-4c7c-ba3a-9cbb93ea6c1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9356 | 2025.05.22 21:24:07.481319 [ 261 ] {c3b84b4c-9488-4c7c-ba3a-9cbb93ea6c1e} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9357 | 2025.05.22 21:24:07.481355 [ 261 ] {c3b84b4c-9488-4c7c-ba3a-9cbb93ea6c1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9358 | 2025.05.22 21:24:07.481839 [ 261 ] {c3b84b4c-9488-4c7c-ba3a-9cbb93ea6c1e} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
9359 | 2025.05.22 21:24:07.482074 [ 261 ] {c3b84b4c-9488-4c7c-ba3a-9cbb93ea6c1e} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9360 | 2025.05.22 21:24:07.482217 [ 261 ] {c3b84b4c-9488-4c7c-ba3a-9cbb93ea6c1e} <Debug> executeQuery: Read 1268 rows, 107.22 KiB in 0.002182 sec., 581118.2401466544 rows/sec., 47.99 MiB/sec. | ||
9361 | 2025.05.22 21:24:07.482257 [ 261 ] {c3b84b4c-9488-4c7c-ba3a-9cbb93ea6c1e} <Debug> TCPHandler: Processed in 0.002368015 sec. | ||
9362 | 2025.05.22 21:24:07.482378 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9363 | 2025.05.22 21:24:07.482480 [ 261 ] {6221ad2b-2f92-467a-afac-e3eab57be149} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9364 | 2025.05.22 21:24:07.482525 [ 261 ] {6221ad2b-2f92-467a-afac-e3eab57be149} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9365 | 2025.05.22 21:24:07.482966 [ 261 ] {6221ad2b-2f92-467a-afac-e3eab57be149} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9366 | 2025.05.22 21:24:07.483004 [ 261 ] {6221ad2b-2f92-467a-afac-e3eab57be149} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9367 | 2025.05.22 21:24:07.483333 [ 261 ] {6221ad2b-2f92-467a-afac-e3eab57be149} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
9368 | 2025.05.22 21:24:07.483551 [ 261 ] {6221ad2b-2f92-467a-afac-e3eab57be149} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9369 | 2025.05.22 21:24:07.483682 [ 261 ] {6221ad2b-2f92-467a-afac-e3eab57be149} <Debug> executeQuery: Read 45 rows, 3.32 KiB in 0.001225 sec., 36734.69387755102 rows/sec., 2.65 MiB/sec. | ||
9370 | 2025.05.22 21:24:07.483721 [ 261 ] {6221ad2b-2f92-467a-afac-e3eab57be149} <Debug> TCPHandler: Processed in 0.001395781 sec. | ||
9371 | 2025.05.22 21:24:07.483824 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9372 | 2025.05.22 21:24:07.483921 [ 261 ] {539b6821-1e72-47ae-ae97-ac39c5222467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
9373 | 2025.05.22 21:24:07.483961 [ 261 ] {539b6821-1e72-47ae-ae97-ac39c5222467} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9374 | 2025.05.22 21:24:07.484442 [ 261 ] {539b6821-1e72-47ae-ae97-ac39c5222467} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9375 | 2025.05.22 21:24:07.484477 [ 261 ] {539b6821-1e72-47ae-ae97-ac39c5222467} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9376 | 2025.05.22 21:24:07.484802 [ 261 ] {539b6821-1e72-47ae-ae97-ac39c5222467} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
9377 | 2025.05.22 21:24:07.485031 [ 261 ] {539b6821-1e72-47ae-ae97-ac39c5222467} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9378 | 2025.05.22 21:24:07.485184 [ 261 ] {539b6821-1e72-47ae-ae97-ac39c5222467} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001282 sec., 177847.11388455538 rows/sec., 12.04 MiB/sec. | ||
9379 | 2025.05.22 21:24:07.485222 [ 261 ] {539b6821-1e72-47ae-ae97-ac39c5222467} <Debug> TCPHandler: Processed in 0.001447532 sec. | ||
9380 | 2025.05.22 21:24:07.485332 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9381 | 2025.05.22 21:24:07.485428 [ 261 ] {6ffd09ed-a8a7-49fb-b5cc-e7c276149671} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9382 | 2025.05.22 21:24:07.485468 [ 261 ] {6ffd09ed-a8a7-49fb-b5cc-e7c276149671} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9383 | 2025.05.22 21:24:07.486066 [ 261 ] {6ffd09ed-a8a7-49fb-b5cc-e7c276149671} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9384 | 2025.05.22 21:24:07.486102 [ 261 ] {6ffd09ed-a8a7-49fb-b5cc-e7c276149671} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9385 | 2025.05.22 21:24:07.486433 [ 261 ] {6ffd09ed-a8a7-49fb-b5cc-e7c276149671} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
9386 | 2025.05.22 21:24:07.486708 [ 261 ] {6ffd09ed-a8a7-49fb-b5cc-e7c276149671} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9387 | 2025.05.22 21:24:07.486843 [ 261 ] {6ffd09ed-a8a7-49fb-b5cc-e7c276149671} <Debug> executeQuery: Read 565 rows, 43.03 KiB in 0.001434 sec., 394002.78940027894 rows/sec., 29.30 MiB/sec. | ||
9388 | 2025.05.22 21:24:07.486880 [ 261 ] {6ffd09ed-a8a7-49fb-b5cc-e7c276149671} <Debug> TCPHandler: Processed in 0.001599274 sec. | ||
9389 | 2025.05.22 21:24:07.487003 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9390 | 2025.05.22 21:24:07.487110 [ 261 ] {75a04ba8-12bd-4a1f-b08c-36d2f761ed5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9391 | 2025.05.22 21:24:07.487159 [ 261 ] {75a04ba8-12bd-4a1f-b08c-36d2f761ed5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9392 | 2025.05.22 21:24:07.487797 [ 261 ] {75a04ba8-12bd-4a1f-b08c-36d2f761ed5a} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9393 | 2025.05.22 21:24:07.487834 [ 261 ] {75a04ba8-12bd-4a1f-b08c-36d2f761ed5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9394 | 2025.05.22 21:24:07.488261 [ 261 ] {75a04ba8-12bd-4a1f-b08c-36d2f761ed5a} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
9395 | 2025.05.22 21:24:07.488517 [ 261 ] {75a04ba8-12bd-4a1f-b08c-36d2f761ed5a} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9396 | 2025.05.22 21:24:07.488632 [ 130 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
9397 | 2025.05.22 21:24:07.488663 [ 261 ] {75a04ba8-12bd-4a1f-b08c-36d2f761ed5a} <Debug> executeQuery: Read 886 rows, 61.05 KiB in 0.001575 sec., 562539.6825396825 rows/sec., 37.85 MiB/sec. | ||
9398 | 2025.05.22 21:24:07.488676 [ 130 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9399 | 2025.05.22 21:24:07.488700 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9400 | 2025.05.22 21:24:07.488703 [ 261 ] {75a04ba8-12bd-4a1f-b08c-36d2f761ed5a} <Debug> TCPHandler: Processed in 0.001758077 sec. | ||
9401 | 2025.05.22 21:24:07.488820 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
9402 | 2025.05.22 21:24:07.488830 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9403 | 2025.05.22 21:24:07.488974 [ 261 ] {68b4626f-c3de-4a84-a10b-11326442ad4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9404 | 2025.05.22 21:24:07.488978 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9405 | 2025.05.22 21:24:07.489035 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20130 rows starting from the beginning of the part | ||
9406 | 2025.05.22 21:24:07.489038 [ 261 ] {68b4626f-c3de-4a84-a10b-11326442ad4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9407 | 2025.05.22 21:24:07.489115 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part | ||
9408 | 2025.05.22 21:24:07.489174 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 239 rows starting from the beginning of the part | ||
9409 | 2025.05.22 21:24:07.489222 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
9410 | 2025.05.22 21:24:07.489271 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 237 rows starting from the beginning of the part | ||
9411 | 2025.05.22 21:24:07.489317 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 886 rows starting from the beginning of the part | ||
9412 | 2025.05.22 21:24:07.489982 [ 261 ] {68b4626f-c3de-4a84-a10b-11326442ad4a} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9413 | 2025.05.22 21:24:07.490026 [ 261 ] {68b4626f-c3de-4a84-a10b-11326442ad4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9414 | 2025.05.22 21:24:07.490807 [ 261 ] {68b4626f-c3de-4a84-a10b-11326442ad4a} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
9415 | 2025.05.22 21:24:07.491059 [ 261 ] {68b4626f-c3de-4a84-a10b-11326442ad4a} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9416 | 2025.05.22 21:24:07.491208 [ 261 ] {68b4626f-c3de-4a84-a10b-11326442ad4a} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002252 sec., 14653.641207815275 rows/sec., 26.26 MiB/sec. | ||
9417 | 2025.05.22 21:24:07.491288 [ 261 ] {68b4626f-c3de-4a84-a10b-11326442ad4a} <Debug> TCPHandler: Processed in 0.002513807 sec. | ||
9418 | 2025.05.22 21:24:07.491414 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9419 | 2025.05.22 21:24:07.491517 [ 261 ] {5ae4ceb2-6f25-4a80-a3b1-dcb89f52be75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9420 | 2025.05.22 21:24:07.491562 [ 261 ] {5ae4ceb2-6f25-4a80-a3b1-dcb89f52be75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9421 | 2025.05.22 21:24:07.491904 [ 261 ] {5ae4ceb2-6f25-4a80-a3b1-dcb89f52be75} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9422 | 2025.05.22 21:24:07.491940 [ 261 ] {5ae4ceb2-6f25-4a80-a3b1-dcb89f52be75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9423 | 2025.05.22 21:24:07.494116 [ 261 ] {5ae4ceb2-6f25-4a80-a3b1-dcb89f52be75} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
9424 | 2025.05.22 21:24:07.494335 [ 261 ] {5ae4ceb2-6f25-4a80-a3b1-dcb89f52be75} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9425 | 2025.05.22 21:24:07.494467 [ 261 ] {5ae4ceb2-6f25-4a80-a3b1-dcb89f52be75} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00297 sec., 20202.0202020202 rows/sec., 1.36 MiB/sec. | ||
9426 | 2025.05.22 21:24:07.494481 [ 129 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
9427 | 2025.05.22 21:24:07.494505 [ 261 ] {5ae4ceb2-6f25-4a80-a3b1-dcb89f52be75} <Debug> TCPHandler: Processed in 0.003144767 sec. | ||
9428 | 2025.05.22 21:24:07.494550 [ 129 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9429 | 2025.05.22 21:24:07.494576 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9430 | 2025.05.22 21:24:07.494708 [ 188 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
9431 | 2025.05.22 21:24:07.494871 [ 188 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9432 | 2025.05.22 21:24:07.494910 [ 188 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3588 rows starting from the beginning of the part | ||
9433 | 2025.05.22 21:24:07.494982 [ 188 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
9434 | 2025.05.22 21:24:07.495034 [ 188 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 82 rows starting from the beginning of the part | ||
9435 | 2025.05.22 21:24:07.495080 [ 188 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
9436 | 2025.05.22 21:24:07.495124 [ 188 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 82 rows starting from the beginning of the part | ||
9437 | 2025.05.22 21:24:07.495167 [ 188 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
9438 | 2025.05.22 21:24:07.497556 [ 197 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3932 rows, containing 4 columns (4 merged, 0 gathered) in 0.002914313 sec., 1349203.0540302293 rows/sec., 89.31 MiB/sec. | ||
9439 | 2025.05.22 21:24:07.498036 [ 194 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
9440 | 2025.05.22 21:24:07.498338 [ 194 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_71_14} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9441 | 2025.05.22 21:24:07.498422 [ 194 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_71_14} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
9442 | 2025.05.22 21:24:07.498521 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
9443 | 2025.05.22 21:24:07.499682 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21812 rows, containing 5 columns (5 merged, 0 gathered) in 0.010924453 sec., 1996621.7072836505 rows/sec., 135.93 MiB/sec. | ||
9444 | 2025.05.22 21:24:07.500108 [ 187 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
9445 | 2025.05.22 21:24:07.500430 [ 187 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9446 | 2025.05.22 21:24:07.500516 [ 187 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
9447 | 2025.05.22 21:24:07.500602 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
9448 | 2025.05.22 21:24:08.823360 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24278 | ||
9449 | 2025.05.22 21:24:08.823883 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9450 | 2025.05.22 21:24:08.823929 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9451 | 2025.05.22 21:24:08.824479 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9452 | 2025.05.22 21:24:08.824722 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9453 | 2025.05.22 21:24:08.824848 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24278 | ||
9454 | 2025.05.22 21:24:10.113353 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 399 | ||
9455 | 2025.05.22 21:24:10.130831 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9456 | 2025.05.22 21:24:10.130899 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9457 | 2025.05.22 21:24:10.136745 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9458 | 2025.05.22 21:24:10.137476 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9459 | 2025.05.22 21:24:10.141264 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 399 | ||
9460 | 2025.05.22 21:24:11.383023 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1286 | ||
9461 | 2025.05.22 21:24:11.385488 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9462 | 2025.05.22 21:24:11.385529 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9463 | 2025.05.22 21:24:11.386710 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
9464 | 2025.05.22 21:24:11.386990 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9465 | 2025.05.22 21:24:11.387249 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1286 | ||
9466 | 2025.05.22 21:24:12.453026 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9467 | 2025.05.22 21:24:12.453205 [ 261 ] {7c77cb5d-f81e-4090-81fa-eebab16573c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
9468 | 2025.05.22 21:24:12.453271 [ 261 ] {7c77cb5d-f81e-4090-81fa-eebab16573c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
9469 | 2025.05.22 21:24:12.454086 [ 261 ] {7c77cb5d-f81e-4090-81fa-eebab16573c0} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9470 | 2025.05.22 21:24:12.454131 [ 261 ] {7c77cb5d-f81e-4090-81fa-eebab16573c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9471 | 2025.05.22 21:24:12.454546 [ 261 ] {7c77cb5d-f81e-4090-81fa-eebab16573c0} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9472 | 2025.05.22 21:24:12.454785 [ 261 ] {7c77cb5d-f81e-4090-81fa-eebab16573c0} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9473 | 2025.05.22 21:24:12.454945 [ 261 ] {7c77cb5d-f81e-4090-81fa-eebab16573c0} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00179 sec., 118435.75418994414 rows/sec., 7.53 MiB/sec. | ||
9474 | 2025.05.22 21:24:12.454996 [ 261 ] {7c77cb5d-f81e-4090-81fa-eebab16573c0} <Debug> TCPHandler: Processed in 0.002097831 sec. | ||
9475 | 2025.05.22 21:24:12.455133 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9476 | 2025.05.22 21:24:12.455249 [ 261 ] {e08e8fed-5229-4f30-88e3-ac378ce7f1c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9477 | 2025.05.22 21:24:12.455292 [ 261 ] {e08e8fed-5229-4f30-88e3-ac378ce7f1c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9478 | 2025.05.22 21:24:12.456114 [ 261 ] {e08e8fed-5229-4f30-88e3-ac378ce7f1c8} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9479 | 2025.05.22 21:24:12.456151 [ 261 ] {e08e8fed-5229-4f30-88e3-ac378ce7f1c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9480 | 2025.05.22 21:24:12.456508 [ 261 ] {e08e8fed-5229-4f30-88e3-ac378ce7f1c8} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
9481 | 2025.05.22 21:24:12.456742 [ 261 ] {e08e8fed-5229-4f30-88e3-ac378ce7f1c8} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9482 | 2025.05.22 21:24:12.456872 [ 261 ] {e08e8fed-5229-4f30-88e3-ac378ce7f1c8} <Debug> executeQuery: Read 633 rows, 50.88 KiB in 0.001647 sec., 384335.1548269581 rows/sec., 30.17 MiB/sec. | ||
9483 | 2025.05.22 21:24:12.456911 [ 261 ] {e08e8fed-5229-4f30-88e3-ac378ce7f1c8} <Debug> TCPHandler: Processed in 0.001835018 sec. | ||
9484 | 2025.05.22 21:24:12.457030 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9485 | 2025.05.22 21:24:12.457144 [ 261 ] {679adb43-1926-409a-a8f5-657791b5ffd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9486 | 2025.05.22 21:24:12.457185 [ 261 ] {679adb43-1926-409a-a8f5-657791b5ffd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9487 | 2025.05.22 21:24:12.457661 [ 261 ] {679adb43-1926-409a-a8f5-657791b5ffd9} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9488 | 2025.05.22 21:24:12.457698 [ 261 ] {679adb43-1926-409a-a8f5-657791b5ffd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9489 | 2025.05.22 21:24:12.458002 [ 261 ] {679adb43-1926-409a-a8f5-657791b5ffd9} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
9490 | 2025.05.22 21:24:12.458215 [ 261 ] {679adb43-1926-409a-a8f5-657791b5ffd9} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9491 | 2025.05.22 21:24:12.458342 [ 261 ] {679adb43-1926-409a-a8f5-657791b5ffd9} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001218 sec., 93596.05911330051 rows/sec., 5.60 MiB/sec. | ||
9492 | 2025.05.22 21:24:12.458379 [ 261 ] {679adb43-1926-409a-a8f5-657791b5ffd9} <Debug> TCPHandler: Processed in 0.001398471 sec. | ||
9493 | 2025.05.22 21:24:12.458496 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9494 | 2025.05.22 21:24:12.458597 [ 261 ] {26d76363-8102-4cc6-b187-5da9b6e28f55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
9495 | 2025.05.22 21:24:12.458636 [ 261 ] {26d76363-8102-4cc6-b187-5da9b6e28f55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9496 | 2025.05.22 21:24:12.459078 [ 261 ] {26d76363-8102-4cc6-b187-5da9b6e28f55} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9497 | 2025.05.22 21:24:12.459115 [ 261 ] {26d76363-8102-4cc6-b187-5da9b6e28f55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9498 | 2025.05.22 21:24:12.459424 [ 261 ] {26d76363-8102-4cc6-b187-5da9b6e28f55} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
9499 | 2025.05.22 21:24:12.459631 [ 261 ] {26d76363-8102-4cc6-b187-5da9b6e28f55} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9500 | 2025.05.22 21:24:12.459741 [ 121 ] {} <Debug> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
9501 | 2025.05.22 21:24:12.459756 [ 261 ] {26d76363-8102-4cc6-b187-5da9b6e28f55} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001178 sec., 95925.29711375212 rows/sec., 6.21 MiB/sec. | ||
9502 | 2025.05.22 21:24:12.459811 [ 121 ] {} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9503 | 2025.05.22 21:24:12.459821 [ 261 ] {26d76363-8102-4cc6-b187-5da9b6e28f55} <Debug> TCPHandler: Processed in 0.00137334 sec. | ||
9504 | 2025.05.22 21:24:12.459842 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9505 | 2025.05.22 21:24:12.459949 [ 194 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
9506 | 2025.05.22 21:24:12.459951 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9507 | 2025.05.22 21:24:12.460048 [ 194 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9508 | 2025.05.22 21:24:12.460070 [ 261 ] {c44dd2f3-e8b2-45c2-b6a8-ed73e071db20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
9509 | 2025.05.22 21:24:12.460076 [ 194 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 365 rows starting from the beginning of the part | ||
9510 | 2025.05.22 21:24:12.460110 [ 261 ] {c44dd2f3-e8b2-45c2-b6a8-ed73e071db20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9511 | 2025.05.22 21:24:12.460138 [ 194 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 113 rows starting from the beginning of the part | ||
9512 | 2025.05.22 21:24:12.460181 [ 194 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 113 rows starting from the beginning of the part | ||
9513 | 2025.05.22 21:24:12.460220 [ 194 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 113 rows starting from the beginning of the part | ||
9514 | 2025.05.22 21:24:12.460259 [ 194 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 228 rows starting from the beginning of the part | ||
9515 | 2025.05.22 21:24:12.460298 [ 194 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 113 rows starting from the beginning of the part | ||
9516 | 2025.05.22 21:24:12.460549 [ 261 ] {c44dd2f3-e8b2-45c2-b6a8-ed73e071db20} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9517 | 2025.05.22 21:24:12.460584 [ 261 ] {c44dd2f3-e8b2-45c2-b6a8-ed73e071db20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9518 | 2025.05.22 21:24:12.460896 [ 261 ] {c44dd2f3-e8b2-45c2-b6a8-ed73e071db20} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9519 | 2025.05.22 21:24:12.461106 [ 261 ] {c44dd2f3-e8b2-45c2-b6a8-ed73e071db20} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9520 | 2025.05.22 21:24:12.461123 [ 187 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1045 rows, containing 5 columns (5 merged, 0 gathered) in 0.001207228 sec., 865619.419032693 rows/sec., 60.82 MiB/sec. | ||
9521 | 2025.05.22 21:24:12.461239 [ 261 ] {c44dd2f3-e8b2-45c2-b6a8-ed73e071db20} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001186 sec., 94435.07588532884 rows/sec., 5.38 MiB/sec. | ||
9522 | 2025.05.22 21:24:12.461273 [ 194 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
9523 | 2025.05.22 21:24:12.461280 [ 261 ] {c44dd2f3-e8b2-45c2-b6a8-ed73e071db20} <Debug> TCPHandler: Processed in 0.001377431 sec. | ||
9524 | 2025.05.22 21:24:12.461397 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9525 | 2025.05.22 21:24:12.461506 [ 261 ] {2a67c45c-7fd7-4f74-b39d-4e32b90261e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9526 | 2025.05.22 21:24:12.461511 [ 194 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_30_6} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9527 | 2025.05.22 21:24:12.461545 [ 261 ] {2a67c45c-7fd7-4f74-b39d-4e32b90261e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9528 | 2025.05.22 21:24:12.461576 [ 194 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_30_6} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
9529 | 2025.05.22 21:24:12.461641 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
9530 | 2025.05.22 21:24:12.462084 [ 261 ] {2a67c45c-7fd7-4f74-b39d-4e32b90261e6} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9531 | 2025.05.22 21:24:12.462118 [ 261 ] {2a67c45c-7fd7-4f74-b39d-4e32b90261e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9532 | 2025.05.22 21:24:12.462453 [ 261 ] {2a67c45c-7fd7-4f74-b39d-4e32b90261e6} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
9533 | 2025.05.22 21:24:12.462671 [ 261 ] {2a67c45c-7fd7-4f74-b39d-4e32b90261e6} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9534 | 2025.05.22 21:24:12.462797 [ 261 ] {2a67c45c-7fd7-4f74-b39d-4e32b90261e6} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001313 sec., 297029.702970297 rows/sec., 20.99 MiB/sec. | ||
9535 | 2025.05.22 21:24:12.462834 [ 261 ] {2a67c45c-7fd7-4f74-b39d-4e32b90261e6} <Debug> TCPHandler: Processed in 0.001483932 sec. | ||
9536 | 2025.05.22 21:24:12.462945 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9537 | 2025.05.22 21:24:12.463045 [ 261 ] {05f1d343-135c-48b4-9775-0cde384c9555} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
9538 | 2025.05.22 21:24:12.463086 [ 261 ] {05f1d343-135c-48b4-9775-0cde384c9555} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9539 | 2025.05.22 21:24:12.463428 [ 261 ] {05f1d343-135c-48b4-9775-0cde384c9555} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9540 | 2025.05.22 21:24:12.463464 [ 261 ] {05f1d343-135c-48b4-9775-0cde384c9555} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9541 | 2025.05.22 21:24:12.463771 [ 261 ] {05f1d343-135c-48b4-9775-0cde384c9555} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
9542 | 2025.05.22 21:24:12.463984 [ 261 ] {05f1d343-135c-48b4-9775-0cde384c9555} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9543 | 2025.05.22 21:24:12.464121 [ 261 ] {05f1d343-135c-48b4-9775-0cde384c9555} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001094 sec., 5484.460694698355 rows/sec., 286.54 KiB/sec. | ||
9544 | 2025.05.22 21:24:12.464157 [ 261 ] {05f1d343-135c-48b4-9775-0cde384c9555} <Debug> TCPHandler: Processed in 0.001259988 sec. | ||
9545 | 2025.05.22 21:24:12.464264 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9546 | 2025.05.22 21:24:12.464356 [ 261 ] {bdf4ac83-1a1f-40f6-8a78-12c7af7c6b90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9547 | 2025.05.22 21:24:12.464400 [ 261 ] {bdf4ac83-1a1f-40f6-8a78-12c7af7c6b90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9548 | 2025.05.22 21:24:12.464810 [ 261 ] {bdf4ac83-1a1f-40f6-8a78-12c7af7c6b90} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9549 | 2025.05.22 21:24:12.464845 [ 261 ] {bdf4ac83-1a1f-40f6-8a78-12c7af7c6b90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9550 | 2025.05.22 21:24:12.465178 [ 261 ] {bdf4ac83-1a1f-40f6-8a78-12c7af7c6b90} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
9551 | 2025.05.22 21:24:12.465385 [ 261 ] {bdf4ac83-1a1f-40f6-8a78-12c7af7c6b90} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9552 | 2025.05.22 21:24:12.465514 [ 261 ] {bdf4ac83-1a1f-40f6-8a78-12c7af7c6b90} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001177 sec., 201359.3882752761 rows/sec., 13.50 MiB/sec. | ||
9553 | 2025.05.22 21:24:12.465550 [ 261 ] {bdf4ac83-1a1f-40f6-8a78-12c7af7c6b90} <Debug> TCPHandler: Processed in 0.00133453 sec. | ||
9554 | 2025.05.22 21:24:12.465665 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9555 | 2025.05.22 21:24:12.465764 [ 261 ] {59b58f02-2606-4c6c-b0ab-8069fbfdff97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
9556 | 2025.05.22 21:24:12.465804 [ 261 ] {59b58f02-2606-4c6c-b0ab-8069fbfdff97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9557 | 2025.05.22 21:24:12.466118 [ 261 ] {59b58f02-2606-4c6c-b0ab-8069fbfdff97} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9558 | 2025.05.22 21:24:12.466154 [ 261 ] {59b58f02-2606-4c6c-b0ab-8069fbfdff97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9559 | 2025.05.22 21:24:12.466464 [ 261 ] {59b58f02-2606-4c6c-b0ab-8069fbfdff97} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
9560 | 2025.05.22 21:24:12.466669 [ 261 ] {59b58f02-2606-4c6c-b0ab-8069fbfdff97} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9561 | 2025.05.22 21:24:12.466800 [ 261 ] {59b58f02-2606-4c6c-b0ab-8069fbfdff97} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001053 sec., 949.6676163342831 rows/sec., 63.99 KiB/sec. | ||
9562 | 2025.05.22 21:24:12.466835 [ 261 ] {59b58f02-2606-4c6c-b0ab-8069fbfdff97} <Debug> TCPHandler: Processed in 0.001218008 sec. | ||
9563 | 2025.05.22 21:24:12.466944 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9564 | 2025.05.22 21:24:12.467045 [ 261 ] {00b085aa-1889-4ae0-96d9-3027baa291e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9565 | 2025.05.22 21:24:12.467100 [ 261 ] {00b085aa-1889-4ae0-96d9-3027baa291e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9566 | 2025.05.22 21:24:12.467857 [ 261 ] {00b085aa-1889-4ae0-96d9-3027baa291e6} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9567 | 2025.05.22 21:24:12.467893 [ 261 ] {00b085aa-1889-4ae0-96d9-3027baa291e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9568 | 2025.05.22 21:24:12.468406 [ 261 ] {00b085aa-1889-4ae0-96d9-3027baa291e6} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
9569 | 2025.05.22 21:24:12.468639 [ 261 ] {00b085aa-1889-4ae0-96d9-3027baa291e6} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9570 | 2025.05.22 21:24:12.468774 [ 261 ] {00b085aa-1889-4ae0-96d9-3027baa291e6} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001747 sec., 4579.278763594733 rows/sec., 8.21 MiB/sec. | ||
9571 | 2025.05.22 21:24:12.468827 [ 261 ] {00b085aa-1889-4ae0-96d9-3027baa291e6} <Debug> TCPHandler: Processed in 0.001930339 sec. | ||
9572 | 2025.05.22 21:24:12.468940 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9573 | 2025.05.22 21:24:12.469043 [ 261 ] {8f3237e6-2f77-42bd-8c38-598e0ce230b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9574 | 2025.05.22 21:24:12.469083 [ 261 ] {8f3237e6-2f77-42bd-8c38-598e0ce230b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9575 | 2025.05.22 21:24:12.469410 [ 261 ] {8f3237e6-2f77-42bd-8c38-598e0ce230b6} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9576 | 2025.05.22 21:24:12.469446 [ 261 ] {8f3237e6-2f77-42bd-8c38-598e0ce230b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9577 | 2025.05.22 21:24:12.469752 [ 261 ] {8f3237e6-2f77-42bd-8c38-598e0ce230b6} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
9578 | 2025.05.22 21:24:12.469957 [ 261 ] {8f3237e6-2f77-42bd-8c38-598e0ce230b6} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9579 | 2025.05.22 21:24:12.470083 [ 261 ] {8f3237e6-2f77-42bd-8c38-598e0ce230b6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001058 sec., 77504.72589792061 rows/sec., 4.92 MiB/sec. | ||
9580 | 2025.05.22 21:24:12.470118 [ 261 ] {8f3237e6-2f77-42bd-8c38-598e0ce230b6} <Debug> TCPHandler: Processed in 0.001227458 sec. | ||
9581 | 2025.05.22 21:24:16.188201 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9582 | 2025.05.22 21:24:16.188295 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9583 | 2025.05.22 21:24:16.325926 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24766 | ||
9584 | 2025.05.22 21:24:16.326465 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9585 | 2025.05.22 21:24:16.326507 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9586 | 2025.05.22 21:24:16.327019 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9587 | 2025.05.22 21:24:16.327277 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9588 | 2025.05.22 21:24:16.327410 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
9589 | 2025.05.22 21:24:17.448110 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9590 | 2025.05.22 21:24:17.448310 [ 261 ] {079263ef-b59e-4e6e-b44e-1eca95135503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9591 | 2025.05.22 21:24:17.448385 [ 261 ] {079263ef-b59e-4e6e-b44e-1eca95135503} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9592 | 2025.05.22 21:24:17.449120 [ 261 ] {079263ef-b59e-4e6e-b44e-1eca95135503} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9593 | 2025.05.22 21:24:17.449163 [ 261 ] {079263ef-b59e-4e6e-b44e-1eca95135503} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9594 | 2025.05.22 21:24:17.449565 [ 261 ] {079263ef-b59e-4e6e-b44e-1eca95135503} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
9595 | 2025.05.22 21:24:17.449809 [ 261 ] {079263ef-b59e-4e6e-b44e-1eca95135503} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9596 | 2025.05.22 21:24:17.449964 [ 261 ] {079263ef-b59e-4e6e-b44e-1eca95135503} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.001708 sec., 71428.57142857142 rows/sec., 6.10 MiB/sec. | ||
9597 | 2025.05.22 21:24:17.450012 [ 261 ] {079263ef-b59e-4e6e-b44e-1eca95135503} <Debug> TCPHandler: Processed in 0.00203774 sec. | ||
9598 | 2025.05.22 21:24:17.450140 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9599 | 2025.05.22 21:24:17.450243 [ 261 ] {0b13747a-c1ba-42c3-b20a-6d8b216e339a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9600 | 2025.05.22 21:24:17.450286 [ 261 ] {0b13747a-c1ba-42c3-b20a-6d8b216e339a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9601 | 2025.05.22 21:24:17.450719 [ 261 ] {0b13747a-c1ba-42c3-b20a-6d8b216e339a} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9602 | 2025.05.22 21:24:17.450753 [ 261 ] {0b13747a-c1ba-42c3-b20a-6d8b216e339a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9603 | 2025.05.22 21:24:17.451058 [ 261 ] {0b13747a-c1ba-42c3-b20a-6d8b216e339a} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
9604 | 2025.05.22 21:24:17.451269 [ 261 ] {0b13747a-c1ba-42c3-b20a-6d8b216e339a} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9605 | 2025.05.22 21:24:17.451402 [ 261 ] {0b13747a-c1ba-42c3-b20a-6d8b216e339a} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001183 sec., 27895.181741335586 rows/sec., 2.05 MiB/sec. | ||
9606 | 2025.05.22 21:24:17.451439 [ 261 ] {0b13747a-c1ba-42c3-b20a-6d8b216e339a} <Debug> TCPHandler: Processed in 0.00135008 sec. | ||
9607 | 2025.05.22 21:24:17.451550 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9608 | 2025.05.22 21:24:17.451646 [ 261 ] {d94c9350-9218-4883-a241-66cec67e5b3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9609 | 2025.05.22 21:24:17.451685 [ 261 ] {d94c9350-9218-4883-a241-66cec67e5b3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9610 | 2025.05.22 21:24:17.452109 [ 261 ] {d94c9350-9218-4883-a241-66cec67e5b3a} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9611 | 2025.05.22 21:24:17.452145 [ 261 ] {d94c9350-9218-4883-a241-66cec67e5b3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9612 | 2025.05.22 21:24:17.452450 [ 261 ] {d94c9350-9218-4883-a241-66cec67e5b3a} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
9613 | 2025.05.22 21:24:17.452662 [ 261 ] {d94c9350-9218-4883-a241-66cec67e5b3a} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9614 | 2025.05.22 21:24:17.452788 [ 261 ] {d94c9350-9218-4883-a241-66cec67e5b3a} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001163 sec., 83404.98710232158 rows/sec., 6.51 MiB/sec. | ||
9615 | 2025.05.22 21:24:17.452825 [ 261 ] {d94c9350-9218-4883-a241-66cec67e5b3a} <Debug> TCPHandler: Processed in 0.00132431 sec. | ||
9616 | 2025.05.22 21:24:17.452936 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9617 | 2025.05.22 21:24:17.453029 [ 261 ] {8ae5754e-3df5-4c1a-97a0-3ba5b4de6b07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9618 | 2025.05.22 21:24:17.453071 [ 261 ] {8ae5754e-3df5-4c1a-97a0-3ba5b4de6b07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9619 | 2025.05.22 21:24:17.453476 [ 261 ] {8ae5754e-3df5-4c1a-97a0-3ba5b4de6b07} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9620 | 2025.05.22 21:24:17.453511 [ 261 ] {8ae5754e-3df5-4c1a-97a0-3ba5b4de6b07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9621 | 2025.05.22 21:24:17.453840 [ 261 ] {8ae5754e-3df5-4c1a-97a0-3ba5b4de6b07} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
9622 | 2025.05.22 21:24:17.454069 [ 261 ] {8ae5754e-3df5-4c1a-97a0-3ba5b4de6b07} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9623 | 2025.05.22 21:24:17.454199 [ 261 ] {8ae5754e-3df5-4c1a-97a0-3ba5b4de6b07} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. | ||
9624 | 2025.05.22 21:24:17.454235 [ 261 ] {8ae5754e-3df5-4c1a-97a0-3ba5b4de6b07} <Debug> TCPHandler: Processed in 0.00134647 sec. | ||
9625 | 2025.05.22 21:24:17.454352 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9626 | 2025.05.22 21:24:17.454445 [ 261 ] {8754373f-99e0-4003-b6dd-2c3ac3acce35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9627 | 2025.05.22 21:24:17.454501 [ 261 ] {8754373f-99e0-4003-b6dd-2c3ac3acce35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9628 | 2025.05.22 21:24:17.455359 [ 261 ] {8754373f-99e0-4003-b6dd-2c3ac3acce35} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9629 | 2025.05.22 21:24:17.455396 [ 261 ] {8754373f-99e0-4003-b6dd-2c3ac3acce35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9630 | 2025.05.22 21:24:17.455955 [ 261 ] {8754373f-99e0-4003-b6dd-2c3ac3acce35} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
9631 | 2025.05.22 21:24:17.456177 [ 261 ] {8754373f-99e0-4003-b6dd-2c3ac3acce35} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9632 | 2025.05.22 21:24:17.456321 [ 261 ] {8754373f-99e0-4003-b6dd-2c3ac3acce35} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001895 sec., 17414.24802110818 rows/sec., 31.21 MiB/sec. | ||
9633 | 2025.05.22 21:24:17.456399 [ 261 ] {8754373f-99e0-4003-b6dd-2c3ac3acce35} <Debug> TCPHandler: Processed in 0.002095681 sec. | ||
9634 | 2025.05.22 21:24:17.456540 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9635 | 2025.05.22 21:24:17.456637 [ 261 ] {433f32ea-db64-47c2-afda-3bb5e9c2df56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9636 | 2025.05.22 21:24:17.456679 [ 261 ] {433f32ea-db64-47c2-afda-3bb5e9c2df56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9637 | 2025.05.22 21:24:17.457049 [ 261 ] {433f32ea-db64-47c2-afda-3bb5e9c2df56} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9638 | 2025.05.22 21:24:17.457098 [ 261 ] {433f32ea-db64-47c2-afda-3bb5e9c2df56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9639 | 2025.05.22 21:24:17.457441 [ 261 ] {433f32ea-db64-47c2-afda-3bb5e9c2df56} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
9640 | 2025.05.22 21:24:17.457679 [ 261 ] {433f32ea-db64-47c2-afda-3bb5e9c2df56} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9641 | 2025.05.22 21:24:17.457812 [ 261 ] {433f32ea-db64-47c2-afda-3bb5e9c2df56} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001194 sec., 50251.25628140703 rows/sec., 3.39 MiB/sec. | ||
9642 | 2025.05.22 21:24:17.457850 [ 261 ] {433f32ea-db64-47c2-afda-3bb5e9c2df56} <Debug> TCPHandler: Processed in 0.00135975 sec. | ||
9643 | 2025.05.22 21:24:17.642285 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 407 | ||
9644 | 2025.05.22 21:24:17.659134 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9645 | 2025.05.22 21:24:17.659193 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9646 | 2025.05.22 21:24:17.665737 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9647 | 2025.05.22 21:24:17.666442 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9648 | 2025.05.22 21:24:17.669586 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
9649 | 2025.05.22 21:24:21.388391 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1320 | ||
9650 | 2025.05.22 21:24:21.390718 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9651 | 2025.05.22 21:24:21.390763 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9652 | 2025.05.22 21:24:21.391937 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
9653 | 2025.05.22 21:24:21.392197 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9654 | 2025.05.22 21:24:21.392459 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1320 | ||
9655 | 2025.05.22 21:24:22.453344 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9656 | 2025.05.22 21:24:22.453644 [ 261 ] {7a184cdf-0bc9-4a42-ad88-946a380653f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
9657 | 2025.05.22 21:24:22.453751 [ 261 ] {7a184cdf-0bc9-4a42-ad88-946a380653f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
9658 | 2025.05.22 21:24:22.454615 [ 261 ] {7a184cdf-0bc9-4a42-ad88-946a380653f7} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9659 | 2025.05.22 21:24:22.454662 [ 261 ] {7a184cdf-0bc9-4a42-ad88-946a380653f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9660 | 2025.05.22 21:24:22.455071 [ 261 ] {7a184cdf-0bc9-4a42-ad88-946a380653f7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
9661 | 2025.05.22 21:24:22.455318 [ 261 ] {7a184cdf-0bc9-4a42-ad88-946a380653f7} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9662 | 2025.05.22 21:24:22.455472 [ 261 ] {7a184cdf-0bc9-4a42-ad88-946a380653f7} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001906 sec., 111227.70199370409 rows/sec., 7.07 MiB/sec. | ||
9663 | 2025.05.22 21:24:22.455515 [ 261 ] {7a184cdf-0bc9-4a42-ad88-946a380653f7} <Debug> TCPHandler: Processed in 0.002360506 sec. | ||
9664 | 2025.05.22 21:24:22.455638 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9665 | 2025.05.22 21:24:22.455738 [ 261 ] {223ef34e-93a7-4cf2-8ba9-d1e46076ce5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
9666 | 2025.05.22 21:24:22.455780 [ 261 ] {223ef34e-93a7-4cf2-8ba9-d1e46076ce5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9667 | 2025.05.22 21:24:22.456246 [ 261 ] {223ef34e-93a7-4cf2-8ba9-d1e46076ce5a} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9668 | 2025.05.22 21:24:22.456283 [ 261 ] {223ef34e-93a7-4cf2-8ba9-d1e46076ce5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9669 | 2025.05.22 21:24:22.456578 [ 261 ] {223ef34e-93a7-4cf2-8ba9-d1e46076ce5a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
9670 | 2025.05.22 21:24:22.456788 [ 261 ] {223ef34e-93a7-4cf2-8ba9-d1e46076ce5a} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9671 | 2025.05.22 21:24:22.456917 [ 261 ] {223ef34e-93a7-4cf2-8ba9-d1e46076ce5a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001199 sec., 1668.0567139282737 rows/sec., 136.02 KiB/sec. | ||
9672 | 2025.05.22 21:24:22.456955 [ 261 ] {223ef34e-93a7-4cf2-8ba9-d1e46076ce5a} <Debug> TCPHandler: Processed in 0.00136629 sec. | ||
9673 | 2025.05.22 21:24:22.457069 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9674 | 2025.05.22 21:24:22.457166 [ 261 ] {08d8d278-b7b7-4657-9129-31f4745251d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9675 | 2025.05.22 21:24:22.457206 [ 261 ] {08d8d278-b7b7-4657-9129-31f4745251d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9676 | 2025.05.22 21:24:22.457927 [ 261 ] {08d8d278-b7b7-4657-9129-31f4745251d1} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9677 | 2025.05.22 21:24:22.457962 [ 261 ] {08d8d278-b7b7-4657-9129-31f4745251d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9678 | 2025.05.22 21:24:22.458316 [ 261 ] {08d8d278-b7b7-4657-9129-31f4745251d1} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
9679 | 2025.05.22 21:24:22.458536 [ 261 ] {08d8d278-b7b7-4657-9129-31f4745251d1} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9680 | 2025.05.22 21:24:22.458667 [ 261 ] {08d8d278-b7b7-4657-9129-31f4745251d1} <Debug> executeQuery: Read 634 rows, 50.95 KiB in 0.001519 sec., 417379.8551678736 rows/sec., 32.76 MiB/sec. | ||
9681 | 2025.05.22 21:24:22.458704 [ 261 ] {08d8d278-b7b7-4657-9129-31f4745251d1} <Debug> TCPHandler: Processed in 0.001686065 sec. | ||
9682 | 2025.05.22 21:24:22.458814 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9683 | 2025.05.22 21:24:22.458909 [ 261 ] {13d97dfd-849e-478e-954c-97481632d95f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9684 | 2025.05.22 21:24:22.458948 [ 261 ] {13d97dfd-849e-478e-954c-97481632d95f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9685 | 2025.05.22 21:24:22.459373 [ 261 ] {13d97dfd-849e-478e-954c-97481632d95f} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9686 | 2025.05.22 21:24:22.459409 [ 261 ] {13d97dfd-849e-478e-954c-97481632d95f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9687 | 2025.05.22 21:24:22.459716 [ 261 ] {13d97dfd-849e-478e-954c-97481632d95f} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
9688 | 2025.05.22 21:24:22.459921 [ 261 ] {13d97dfd-849e-478e-954c-97481632d95f} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9689 | 2025.05.22 21:24:22.460049 [ 261 ] {13d97dfd-849e-478e-954c-97481632d95f} <Debug> executeQuery: Read 116 rows, 7.13 KiB in 0.001159 sec., 100086.2812769629 rows/sec., 6.01 MiB/sec. | ||
9690 | 2025.05.22 21:24:22.460087 [ 261 ] {13d97dfd-849e-478e-954c-97481632d95f} <Debug> TCPHandler: Processed in 0.001321919 sec. | ||
9691 | 2025.05.22 21:24:22.460199 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9692 | 2025.05.22 21:24:22.460293 [ 261 ] {3ef13249-84b8-46c9-80f5-be80a7da7c1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
9693 | 2025.05.22 21:24:22.460331 [ 261 ] {3ef13249-84b8-46c9-80f5-be80a7da7c1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9694 | 2025.05.22 21:24:22.460746 [ 261 ] {3ef13249-84b8-46c9-80f5-be80a7da7c1f} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9695 | 2025.05.22 21:24:22.460782 [ 261 ] {3ef13249-84b8-46c9-80f5-be80a7da7c1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9696 | 2025.05.22 21:24:22.461102 [ 261 ] {3ef13249-84b8-46c9-80f5-be80a7da7c1f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
9697 | 2025.05.22 21:24:22.461307 [ 261 ] {3ef13249-84b8-46c9-80f5-be80a7da7c1f} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9698 | 2025.05.22 21:24:22.461443 [ 261 ] {3ef13249-84b8-46c9-80f5-be80a7da7c1f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001168 sec., 96746.57534246576 rows/sec., 6.26 MiB/sec. | ||
9699 | 2025.05.22 21:24:22.461483 [ 261 ] {3ef13249-84b8-46c9-80f5-be80a7da7c1f} <Debug> TCPHandler: Processed in 0.001332639 sec. | ||
9700 | 2025.05.22 21:24:22.461594 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9701 | 2025.05.22 21:24:22.461689 [ 261 ] {10762cad-37f5-4c5f-b0c2-b5bfe579677f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
9702 | 2025.05.22 21:24:22.461729 [ 261 ] {10762cad-37f5-4c5f-b0c2-b5bfe579677f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9703 | 2025.05.22 21:24:22.462145 [ 261 ] {10762cad-37f5-4c5f-b0c2-b5bfe579677f} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9704 | 2025.05.22 21:24:22.462181 [ 261 ] {10762cad-37f5-4c5f-b0c2-b5bfe579677f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9705 | 2025.05.22 21:24:22.462471 [ 261 ] {10762cad-37f5-4c5f-b0c2-b5bfe579677f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
9706 | 2025.05.22 21:24:22.462673 [ 261 ] {10762cad-37f5-4c5f-b0c2-b5bfe579677f} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9707 | 2025.05.22 21:24:22.462797 [ 261 ] {10762cad-37f5-4c5f-b0c2-b5bfe579677f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001126 sec., 99467.1403197158 rows/sec., 5.67 MiB/sec. | ||
9708 | 2025.05.22 21:24:22.462833 [ 261 ] {10762cad-37f5-4c5f-b0c2-b5bfe579677f} <Debug> TCPHandler: Processed in 0.001287039 sec. | ||
9709 | 2025.05.22 21:24:22.462947 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9710 | 2025.05.22 21:24:22.463040 [ 261 ] {437e3465-b1cc-45bb-8664-028e9e29f3d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9711 | 2025.05.22 21:24:22.463079 [ 261 ] {437e3465-b1cc-45bb-8664-028e9e29f3d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9712 | 2025.05.22 21:24:22.463603 [ 261 ] {437e3465-b1cc-45bb-8664-028e9e29f3d8} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9713 | 2025.05.22 21:24:22.463640 [ 261 ] {437e3465-b1cc-45bb-8664-028e9e29f3d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9714 | 2025.05.22 21:24:22.463969 [ 261 ] {437e3465-b1cc-45bb-8664-028e9e29f3d8} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
9715 | 2025.05.22 21:24:22.464180 [ 261 ] {437e3465-b1cc-45bb-8664-028e9e29f3d8} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9716 | 2025.05.22 21:24:22.464305 [ 261 ] {437e3465-b1cc-45bb-8664-028e9e29f3d8} <Debug> executeQuery: Read 392 rows, 28.39 KiB in 0.001282 sec., 305772.23088923556 rows/sec., 21.63 MiB/sec. | ||
9717 | 2025.05.22 21:24:22.464342 [ 261 ] {437e3465-b1cc-45bb-8664-028e9e29f3d8} <Debug> TCPHandler: Processed in 0.001445012 sec. | ||
9718 | 2025.05.22 21:24:22.464453 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9719 | 2025.05.22 21:24:22.464548 [ 261 ] {f95bdd7e-dcb8-479c-9e76-81e24c90ad01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
9720 | 2025.05.22 21:24:22.464590 [ 261 ] {f95bdd7e-dcb8-479c-9e76-81e24c90ad01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9721 | 2025.05.22 21:24:22.464920 [ 261 ] {f95bdd7e-dcb8-479c-9e76-81e24c90ad01} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9722 | 2025.05.22 21:24:22.464955 [ 261 ] {f95bdd7e-dcb8-479c-9e76-81e24c90ad01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9723 | 2025.05.22 21:24:22.465269 [ 261 ] {f95bdd7e-dcb8-479c-9e76-81e24c90ad01} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
9724 | 2025.05.22 21:24:22.465472 [ 261 ] {f95bdd7e-dcb8-479c-9e76-81e24c90ad01} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9725 | 2025.05.22 21:24:22.465602 [ 261 ] {f95bdd7e-dcb8-479c-9e76-81e24c90ad01} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001072 sec., 5597.014925373134 rows/sec., 292.42 KiB/sec. | ||
9726 | 2025.05.22 21:24:22.465638 [ 261 ] {f95bdd7e-dcb8-479c-9e76-81e24c90ad01} <Debug> TCPHandler: Processed in 0.001234668 sec. | ||
9727 | 2025.05.22 21:24:22.465745 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9728 | 2025.05.22 21:24:22.465839 [ 261 ] {e07793c1-68fd-4611-bedd-ff2184befc6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9729 | 2025.05.22 21:24:22.465881 [ 261 ] {e07793c1-68fd-4611-bedd-ff2184befc6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9730 | 2025.05.22 21:24:22.466279 [ 261 ] {e07793c1-68fd-4611-bedd-ff2184befc6a} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9731 | 2025.05.22 21:24:22.466315 [ 261 ] {e07793c1-68fd-4611-bedd-ff2184befc6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9732 | 2025.05.22 21:24:22.466646 [ 261 ] {e07793c1-68fd-4611-bedd-ff2184befc6a} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
9733 | 2025.05.22 21:24:22.466852 [ 261 ] {e07793c1-68fd-4611-bedd-ff2184befc6a} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9734 | 2025.05.22 21:24:22.466978 [ 261 ] {e07793c1-68fd-4611-bedd-ff2184befc6a} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001157 sec., 205704.40795159896 rows/sec., 13.79 MiB/sec. | ||
9735 | 2025.05.22 21:24:22.467015 [ 261 ] {e07793c1-68fd-4611-bedd-ff2184befc6a} <Debug> TCPHandler: Processed in 0.00131845 sec. | ||
9736 | 2025.05.22 21:24:22.467126 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9737 | 2025.05.22 21:24:22.467220 [ 261 ] {55ab46ec-62cf-4d1c-9961-e3f6567b48f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
9738 | 2025.05.22 21:24:22.467261 [ 261 ] {55ab46ec-62cf-4d1c-9961-e3f6567b48f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9739 | 2025.05.22 21:24:22.467573 [ 261 ] {55ab46ec-62cf-4d1c-9961-e3f6567b48f8} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9740 | 2025.05.22 21:24:22.467608 [ 261 ] {55ab46ec-62cf-4d1c-9961-e3f6567b48f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9741 | 2025.05.22 21:24:22.467899 [ 261 ] {55ab46ec-62cf-4d1c-9961-e3f6567b48f8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
9742 | 2025.05.22 21:24:22.468102 [ 261 ] {55ab46ec-62cf-4d1c-9961-e3f6567b48f8} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9743 | 2025.05.22 21:24:22.468229 [ 261 ] {55ab46ec-62cf-4d1c-9961-e3f6567b48f8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001028 sec., 972.7626459143968 rows/sec., 65.55 KiB/sec. | ||
9744 | 2025.05.22 21:24:22.468266 [ 261 ] {55ab46ec-62cf-4d1c-9961-e3f6567b48f8} <Debug> TCPHandler: Processed in 0.001188478 sec. | ||
9745 | 2025.05.22 21:24:22.468372 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9746 | 2025.05.22 21:24:22.468467 [ 261 ] {799281f0-5133-4d29-bcb5-a9d1cf2dee53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9747 | 2025.05.22 21:24:22.468520 [ 261 ] {799281f0-5133-4d29-bcb5-a9d1cf2dee53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9748 | 2025.05.22 21:24:22.469281 [ 261 ] {799281f0-5133-4d29-bcb5-a9d1cf2dee53} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9749 | 2025.05.22 21:24:22.469317 [ 261 ] {799281f0-5133-4d29-bcb5-a9d1cf2dee53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9750 | 2025.05.22 21:24:22.469830 [ 261 ] {799281f0-5133-4d29-bcb5-a9d1cf2dee53} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
9751 | 2025.05.22 21:24:22.470075 [ 261 ] {799281f0-5133-4d29-bcb5-a9d1cf2dee53} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9752 | 2025.05.22 21:24:22.470216 [ 261 ] {799281f0-5133-4d29-bcb5-a9d1cf2dee53} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001767 sec., 4527.447651386531 rows/sec., 8.11 MiB/sec. | ||
9753 | 2025.05.22 21:24:22.470279 [ 261 ] {799281f0-5133-4d29-bcb5-a9d1cf2dee53} <Debug> TCPHandler: Processed in 0.001954699 sec. | ||
9754 | 2025.05.22 21:24:22.470393 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9755 | 2025.05.22 21:24:22.470490 [ 261 ] {6240ddcc-9dd6-4c23-a75d-a98d0da836be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9756 | 2025.05.22 21:24:22.470531 [ 261 ] {6240ddcc-9dd6-4c23-a75d-a98d0da836be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9757 | 2025.05.22 21:24:22.470859 [ 261 ] {6240ddcc-9dd6-4c23-a75d-a98d0da836be} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9758 | 2025.05.22 21:24:22.470896 [ 261 ] {6240ddcc-9dd6-4c23-a75d-a98d0da836be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9759 | 2025.05.22 21:24:22.471202 [ 261 ] {6240ddcc-9dd6-4c23-a75d-a98d0da836be} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
9760 | 2025.05.22 21:24:22.471408 [ 261 ] {6240ddcc-9dd6-4c23-a75d-a98d0da836be} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9761 | 2025.05.22 21:24:22.471538 [ 261 ] {6240ddcc-9dd6-4c23-a75d-a98d0da836be} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001067 sec., 76850.98406747892 rows/sec., 4.88 MiB/sec. | ||
9762 | 2025.05.22 21:24:22.471573 [ 261 ] {6240ddcc-9dd6-4c23-a75d-a98d0da836be} <Debug> TCPHandler: Processed in 0.001230178 sec. | ||
9763 | 2025.05.22 21:24:23.827573 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25193 | ||
9764 | 2025.05.22 21:24:23.828207 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9765 | 2025.05.22 21:24:23.828250 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9766 | 2025.05.22 21:24:23.828728 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9767 | 2025.05.22 21:24:23.828953 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9768 | 2025.05.22 21:24:23.829084 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25193 | ||
9769 | 2025.05.22 21:24:25.169628 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 414 | ||
9770 | 2025.05.22 21:24:25.187413 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9771 | 2025.05.22 21:24:25.187473 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9772 | 2025.05.22 21:24:25.193620 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9773 | 2025.05.22 21:24:25.194339 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9774 | 2025.05.22 21:24:25.197678 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 414 | ||
9775 | 2025.05.22 21:24:27.449276 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9776 | 2025.05.22 21:24:27.449460 [ 261 ] {b3028fe3-d22d-41c7-bc34-825304240a62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9777 | 2025.05.22 21:24:27.449525 [ 261 ] {b3028fe3-d22d-41c7-bc34-825304240a62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9778 | 2025.05.22 21:24:27.450239 [ 261 ] {b3028fe3-d22d-41c7-bc34-825304240a62} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9779 | 2025.05.22 21:24:27.450283 [ 261 ] {b3028fe3-d22d-41c7-bc34-825304240a62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9780 | 2025.05.22 21:24:27.450670 [ 261 ] {b3028fe3-d22d-41c7-bc34-825304240a62} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
9781 | 2025.05.22 21:24:27.450888 [ 261 ] {b3028fe3-d22d-41c7-bc34-825304240a62} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9782 | 2025.05.22 21:24:27.451038 [ 261 ] {b3028fe3-d22d-41c7-bc34-825304240a62} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.001629 sec., 74892.57213014118 rows/sec., 6.39 MiB/sec. | ||
9783 | 2025.05.22 21:24:27.451061 [ 111 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
9784 | 2025.05.22 21:24:27.451079 [ 261 ] {b3028fe3-d22d-41c7-bc34-825304240a62} <Debug> TCPHandler: Processed in 0.001930288 sec. | ||
9785 | 2025.05.22 21:24:27.451159 [ 111 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9786 | 2025.05.22 21:24:27.451203 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9787 | 2025.05.22 21:24:27.451256 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9788 | 2025.05.22 21:24:27.451317 [ 198 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::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 | ||
9789 | 2025.05.22 21:24:27.451357 [ 261 ] {cd8b8775-4b52-479d-88dc-de010303398b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9790 | 2025.05.22 21:24:27.451397 [ 261 ] {cd8b8775-4b52-479d-88dc-de010303398b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9791 | 2025.05.22 21:24:27.451421 [ 198 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9792 | 2025.05.22 21:24:27.451456 [ 198 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1970 rows starting from the beginning of the part | ||
9793 | 2025.05.22 21:24:27.451525 [ 198 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 1268 rows starting from the beginning of the part | ||
9794 | 2025.05.22 21:24:27.451578 [ 198 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 633 rows starting from the beginning of the part | ||
9795 | 2025.05.22 21:24:27.451624 [ 198 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 122 rows starting from the beginning of the part | ||
9796 | 2025.05.22 21:24:27.451668 [ 198 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 634 rows starting from the beginning of the part | ||
9797 | 2025.05.22 21:24:27.451713 [ 198 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 122 rows starting from the beginning of the part | ||
9798 | 2025.05.22 21:24:27.451820 [ 261 ] {cd8b8775-4b52-479d-88dc-de010303398b} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9799 | 2025.05.22 21:24:27.451855 [ 261 ] {cd8b8775-4b52-479d-88dc-de010303398b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9800 | 2025.05.22 21:24:27.452146 [ 261 ] {cd8b8775-4b52-479d-88dc-de010303398b} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
9801 | 2025.05.22 21:24:27.452363 [ 261 ] {cd8b8775-4b52-479d-88dc-de010303398b} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9802 | 2025.05.22 21:24:27.452464 [ 111 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
9803 | 2025.05.22 21:24:27.452492 [ 261 ] {cd8b8775-4b52-479d-88dc-de010303398b} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001155 sec., 28571.428571428572 rows/sec., 2.10 MiB/sec. | ||
9804 | 2025.05.22 21:24:27.452501 [ 111 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9805 | 2025.05.22 21:24:27.452531 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9806 | 2025.05.22 21:24:27.452532 [ 261 ] {cd8b8775-4b52-479d-88dc-de010303398b} <Debug> TCPHandler: Processed in 0.00132889 sec. | ||
9807 | 2025.05.22 21:24:27.452614 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::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 | ||
9808 | 2025.05.22 21:24:27.452656 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9809 | 2025.05.22 21:24:27.452689 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9810 | 2025.05.22 21:24:27.452712 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 179 rows starting from the beginning of the part | ||
9811 | 2025.05.22 21:24:27.452743 [ 261 ] {c83d3294-d694-48e3-93fd-186a49f7ba15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9812 | 2025.05.22 21:24:27.452757 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 45 rows starting from the beginning of the part | ||
9813 | 2025.05.22 21:24:27.452780 [ 261 ] {c83d3294-d694-48e3-93fd-186a49f7ba15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9814 | 2025.05.22 21:24:27.452796 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 114 rows starting from the beginning of the part | ||
9815 | 2025.05.22 21:24:27.452832 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 33 rows starting from the beginning of the part | ||
9816 | 2025.05.22 21:24:27.452866 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 116 rows starting from the beginning of the part | ||
9817 | 2025.05.22 21:24:27.452899 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 33 rows starting from the beginning of the part | ||
9818 | 2025.05.22 21:24:27.453195 [ 261 ] {c83d3294-d694-48e3-93fd-186a49f7ba15} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9819 | 2025.05.22 21:24:27.453227 [ 261 ] {c83d3294-d694-48e3-93fd-186a49f7ba15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9820 | 2025.05.22 21:24:27.453585 [ 187 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4749 rows, containing 5 columns (5 merged, 0 gathered) in 0.002311634 sec., 2054390.9632753283 rows/sec., 175.08 MiB/sec. | ||
9821 | 2025.05.22 21:24:27.453688 [ 200 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 5 columns (5 merged, 0 gathered) in 0.001094067 sec., 475290.8185696123 rows/sec., 32.36 MiB/sec. | ||
9822 | 2025.05.22 21:24:27.453781 [ 261 ] {c83d3294-d694-48e3-93fd-186a49f7ba15} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
9823 | 2025.05.22 21:24:27.453820 [ 194 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
9824 | 2025.05.22 21:24:27.453940 [ 192 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
9825 | 2025.05.22 21:24:27.454017 [ 261 ] {c83d3294-d694-48e3-93fd-186a49f7ba15} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9826 | 2025.05.22 21:24:27.454089 [ 194 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_76_15} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9827 | 2025.05.22 21:24:27.454151 [ 261 ] {c83d3294-d694-48e3-93fd-186a49f7ba15} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001406 sec., 68990.0426742532 rows/sec., 5.39 MiB/sec. | ||
9828 | 2025.05.22 21:24:27.454162 [ 111 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
9829 | 2025.05.22 21:24:27.454166 [ 194 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_76_15} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
9830 | 2025.05.22 21:24:27.454190 [ 261 ] {c83d3294-d694-48e3-93fd-186a49f7ba15} <Debug> TCPHandler: Processed in 0.001567014 sec. | ||
9831 | 2025.05.22 21:24:27.454207 [ 111 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9832 | 2025.05.22 21:24:27.454237 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9833 | 2025.05.22 21:24:27.454259 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
9834 | 2025.05.22 21:24:27.454320 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9835 | 2025.05.22 21:24:27.454336 [ 192 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_71_14} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9836 | 2025.05.22 21:24:27.454358 [ 187 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::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 | ||
9837 | 2025.05.22 21:24:27.454413 [ 261 ] {184d6b46-2221-40bb-ac28-f5524487a7ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9838 | 2025.05.22 21:24:27.454451 [ 192 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_71_14} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
9839 | 2025.05.22 21:24:27.454462 [ 261 ] {184d6b46-2221-40bb-ac28-f5524487a7ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9840 | 2025.05.22 21:24:27.454481 [ 187 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9841 | 2025.05.22 21:24:27.454525 [ 187 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 953 rows starting from the beginning of the part | ||
9842 | 2025.05.22 21:24:27.454567 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
9843 | 2025.05.22 21:24:27.454594 [ 187 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 565 rows starting from the beginning of the part | ||
9844 | 2025.05.22 21:24:27.454646 [ 187 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 390 rows starting from the beginning of the part | ||
9845 | 2025.05.22 21:24:27.454688 [ 187 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 97 rows starting from the beginning of the part | ||
9846 | 2025.05.22 21:24:27.454728 [ 187 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 392 rows starting from the beginning of the part | ||
9847 | 2025.05.22 21:24:27.454768 [ 187 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 97 rows starting from the beginning of the part | ||
9848 | 2025.05.22 21:24:27.454902 [ 261 ] {184d6b46-2221-40bb-ac28-f5524487a7ab} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9849 | 2025.05.22 21:24:27.454943 [ 261 ] {184d6b46-2221-40bb-ac28-f5524487a7ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9850 | 2025.05.22 21:24:27.455290 [ 261 ] {184d6b46-2221-40bb-ac28-f5524487a7ab} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
9851 | 2025.05.22 21:24:27.455515 [ 261 ] {184d6b46-2221-40bb-ac28-f5524487a7ab} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9852 | 2025.05.22 21:24:27.455644 [ 261 ] {184d6b46-2221-40bb-ac28-f5524487a7ab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001249 sec., 128102.48198558849 rows/sec., 8.92 MiB/sec. | ||
9853 | 2025.05.22 21:24:27.455680 [ 261 ] {184d6b46-2221-40bb-ac28-f5524487a7ab} <Debug> TCPHandler: Processed in 0.001416741 sec. | ||
9854 | 2025.05.22 21:24:27.455788 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9855 | 2025.05.22 21:24:27.455880 [ 261 ] {5e924180-2842-482e-8294-300ade0262e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9856 | 2025.05.22 21:24:27.455932 [ 261 ] {5e924180-2842-482e-8294-300ade0262e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9857 | 2025.05.22 21:24:27.455962 [ 192 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2494 rows, containing 5 columns (5 merged, 0 gathered) in 0.001640465 sec., 1520300.6464630456 rows/sec., 116.91 MiB/sec. | ||
9858 | 2025.05.22 21:24:27.456165 [ 200 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
9859 | 2025.05.22 21:24:27.456470 [ 200 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_76_15} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9860 | 2025.05.22 21:24:27.456557 [ 200 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_76_15} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
9861 | 2025.05.22 21:24:27.456648 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
9862 | 2025.05.22 21:24:27.456755 [ 261 ] {5e924180-2842-482e-8294-300ade0262e7} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9863 | 2025.05.22 21:24:27.456796 [ 261 ] {5e924180-2842-482e-8294-300ade0262e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9864 | 2025.05.22 21:24:27.457338 [ 261 ] {5e924180-2842-482e-8294-300ade0262e7} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
9865 | 2025.05.22 21:24:27.457555 [ 261 ] {5e924180-2842-482e-8294-300ade0262e7} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9866 | 2025.05.22 21:24:27.457689 [ 261 ] {5e924180-2842-482e-8294-300ade0262e7} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001826 sec., 18072.289156626506 rows/sec., 32.38 MiB/sec. | ||
9867 | 2025.05.22 21:24:27.457693 [ 111 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
9868 | 2025.05.22 21:24:27.457739 [ 111 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9869 | 2025.05.22 21:24:27.457742 [ 261 ] {5e924180-2842-482e-8294-300ade0262e7} <Debug> TCPHandler: Processed in 0.00200107 sec. | ||
9870 | 2025.05.22 21:24:27.457761 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9871 | 2025.05.22 21:24:27.457841 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
9872 | 2025.05.22 21:24:27.457867 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9873 | 2025.05.22 21:24:27.457966 [ 261 ] {0a0c0470-1ce1-4119-9e59-9b3bd6e2f7c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9874 | 2025.05.22 21:24:27.458006 [ 261 ] {0a0c0470-1ce1-4119-9e59-9b3bd6e2f7c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9875 | 2025.05.22 21:24:27.458050 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9876 | 2025.05.22 21:24:27.458110 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1399 rows starting from the beginning of the part | ||
9877 | 2025.05.22 21:24:27.458229 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 33 rows starting from the beginning of the part | ||
9878 | 2025.05.22 21:24:27.458332 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 8 rows starting from the beginning of the part | ||
9879 | 2025.05.22 21:24:27.458344 [ 261 ] {0a0c0470-1ce1-4119-9e59-9b3bd6e2f7c7} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9880 | 2025.05.22 21:24:27.458383 [ 261 ] {0a0c0470-1ce1-4119-9e59-9b3bd6e2f7c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9881 | 2025.05.22 21:24:27.458425 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 33 rows starting from the beginning of the part | ||
9882 | 2025.05.22 21:24:27.458528 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part | ||
9883 | 2025.05.22 21:24:27.458625 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 33 rows starting from the beginning of the part | ||
9884 | 2025.05.22 21:24:27.458677 [ 261 ] {0a0c0470-1ce1-4119-9e59-9b3bd6e2f7c7} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
9885 | 2025.05.22 21:24:27.458883 [ 261 ] {0a0c0470-1ce1-4119-9e59-9b3bd6e2f7c7} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9886 | 2025.05.22 21:24:27.459022 [ 261 ] {0a0c0470-1ce1-4119-9e59-9b3bd6e2f7c7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. | ||
9887 | 2025.05.22 21:24:27.459057 [ 261 ] {0a0c0470-1ce1-4119-9e59-9b3bd6e2f7c7} <Debug> TCPHandler: Processed in 0.001238539 sec. | ||
9888 | 2025.05.22 21:24:27.465491 [ 200 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1514 rows, containing 19 columns (19 merged, 0 gathered) in 0.007683725 sec., 197039.84720952404 rows/sec., 353.09 MiB/sec. | ||
9889 | 2025.05.22 21:24:27.467495 [ 196 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
9890 | 2025.05.22 21:24:27.467847 [ 196 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9891 | 2025.05.22 21:24:27.467928 [ 196 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
9892 | 2025.05.22 21:24:27.468095 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.61 MiB. | ||
9893 | 2025.05.22 21:24:28.000269 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 305.04 MiB, peak 316.62 MiB, free memory in arenas 0.00 B, will set to 308.78 MiB (RSS), difference: 3.74 MiB | ||
9894 | 2025.05.22 21:24:31.188340 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9895 | 2025.05.22 21:24:31.188414 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9896 | 2025.05.22 21:24:31.329258 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25681 | ||
9897 | 2025.05.22 21:24:31.329750 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9898 | 2025.05.22 21:24:31.329786 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9899 | 2025.05.22 21:24:31.330263 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
9900 | 2025.05.22 21:24:31.330489 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9901 | 2025.05.22 21:24:31.330615 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
9902 | 2025.05.22 21:24:31.330614 [ 107 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
9903 | 2025.05.22 21:24:31.330663 [ 107 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9904 | 2025.05.22 21:24:31.330681 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9905 | 2025.05.22 21:24:31.330780 [ 191 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
9906 | 2025.05.22 21:24:31.330883 [ 191 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9907 | 2025.05.22 21:24:31.330919 [ 191 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
9908 | 2025.05.22 21:24:31.330982 [ 191 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
9909 | 2025.05.22 21:24:31.331032 [ 191 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
9910 | 2025.05.22 21:24:31.331080 [ 191 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
9911 | 2025.05.22 21:24:31.331124 [ 191 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
9912 | 2025.05.22 21:24:31.331160 [ 191 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
9913 | 2025.05.22 21:24:31.333170 [ 200 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.002433486 sec., 10553173.513223417 rows/sec., 150.96 MiB/sec. | ||
9914 | 2025.05.22 21:24:31.333498 [ 193 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
9915 | 2025.05.22 21:24:31.333835 [ 193 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_56_11} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9916 | 2025.05.22 21:24:31.333919 [ 193 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_56_11} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
9917 | 2025.05.22 21:24:31.334046 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
9918 | 2025.05.22 21:24:31.392696 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1356 | ||
9919 | 2025.05.22 21:24:31.395076 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9920 | 2025.05.22 21:24:31.395121 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9921 | 2025.05.22 21:24:31.396291 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
9922 | 2025.05.22 21:24:31.396556 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9923 | 2025.05.22 21:24:31.396813 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1356 | ||
9924 | 2025.05.22 21:24:32.453958 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9925 | 2025.05.22 21:24:32.454157 [ 261 ] {48657afe-41a5-4285-a1d5-055650bafa7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
9926 | 2025.05.22 21:24:32.454230 [ 261 ] {48657afe-41a5-4285-a1d5-055650bafa7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
9927 | 2025.05.22 21:24:32.454935 [ 261 ] {48657afe-41a5-4285-a1d5-055650bafa7f} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9928 | 2025.05.22 21:24:32.454976 [ 261 ] {48657afe-41a5-4285-a1d5-055650bafa7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9929 | 2025.05.22 21:24:32.455380 [ 261 ] {48657afe-41a5-4285-a1d5-055650bafa7f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
9930 | 2025.05.22 21:24:32.455603 [ 261 ] {48657afe-41a5-4285-a1d5-055650bafa7f} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9931 | 2025.05.22 21:24:32.455728 [ 106 ] {} <Debug> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
9932 | 2025.05.22 21:24:32.455766 [ 261 ] {48657afe-41a5-4285-a1d5-055650bafa7f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001664 sec., 127403.84615384616 rows/sec., 8.10 MiB/sec. | ||
9933 | 2025.05.22 21:24:32.455773 [ 106 ] {} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9934 | 2025.05.22 21:24:32.455801 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9935 | 2025.05.22 21:24:32.455816 [ 261 ] {48657afe-41a5-4285-a1d5-055650bafa7f} <Debug> TCPHandler: Processed in 0.00199778 sec. | ||
9936 | 2025.05.22 21:24:32.455885 [ 190 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
9937 | 2025.05.22 21:24:32.455971 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9938 | 2025.05.22 21:24:32.455978 [ 190 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9939 | 2025.05.22 21:24:32.456014 [ 190 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 236 rows starting from the beginning of the part | ||
9940 | 2025.05.22 21:24:32.456070 [ 190 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 212 rows starting from the beginning of the part | ||
9941 | 2025.05.22 21:24:32.456075 [ 261 ] {caf707a5-4b29-427d-b39c-5f756b0a8d2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9942 | 2025.05.22 21:24:32.456118 [ 190 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 212 rows starting from the beginning of the part | ||
9943 | 2025.05.22 21:24:32.456126 [ 261 ] {caf707a5-4b29-427d-b39c-5f756b0a8d2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9944 | 2025.05.22 21:24:32.456158 [ 190 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 212 rows starting from the beginning of the part | ||
9945 | 2025.05.22 21:24:32.456200 [ 190 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 212 rows starting from the beginning of the part | ||
9946 | 2025.05.22 21:24:32.456239 [ 190 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 212 rows starting from the beginning of the part | ||
9947 | 2025.05.22 21:24:32.456820 [ 261 ] {caf707a5-4b29-427d-b39c-5f756b0a8d2c} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9948 | 2025.05.22 21:24:32.456855 [ 261 ] {caf707a5-4b29-427d-b39c-5f756b0a8d2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9949 | 2025.05.22 21:24:32.457128 [ 193 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1296 rows, containing 5 columns (5 merged, 0 gathered) in 0.001273859 sec., 1017381.044526906 rows/sec., 68.95 MiB/sec. | ||
9950 | 2025.05.22 21:24:32.457199 [ 261 ] {caf707a5-4b29-427d-b39c-5f756b0a8d2c} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
9951 | 2025.05.22 21:24:32.457371 [ 200 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
9952 | 2025.05.22 21:24:32.457453 [ 261 ] {caf707a5-4b29-427d-b39c-5f756b0a8d2c} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9953 | 2025.05.22 21:24:32.457599 [ 261 ] {caf707a5-4b29-427d-b39c-5f756b0a8d2c} <Debug> executeQuery: Read 633 rows, 50.88 KiB in 0.001547 sec., 409179.0562378798 rows/sec., 32.12 MiB/sec. | ||
9954 | 2025.05.22 21:24:32.457641 [ 261 ] {caf707a5-4b29-427d-b39c-5f756b0a8d2c} <Debug> TCPHandler: Processed in 0.001721676 sec. | ||
9955 | 2025.05.22 21:24:32.457747 [ 200 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_25_5} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9956 | 2025.05.22 21:24:32.457756 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9957 | 2025.05.22 21:24:32.457846 [ 200 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_25_5} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
9958 | 2025.05.22 21:24:32.457867 [ 261 ] {34f6612c-317d-456c-aa80-aec5eafee534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9959 | 2025.05.22 21:24:32.457913 [ 261 ] {34f6612c-317d-456c-aa80-aec5eafee534} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9960 | 2025.05.22 21:24:32.457971 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
9961 | 2025.05.22 21:24:32.458348 [ 261 ] {34f6612c-317d-456c-aa80-aec5eafee534} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9962 | 2025.05.22 21:24:32.458388 [ 261 ] {34f6612c-317d-456c-aa80-aec5eafee534} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9963 | 2025.05.22 21:24:32.458690 [ 261 ] {34f6612c-317d-456c-aa80-aec5eafee534} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
9964 | 2025.05.22 21:24:32.458894 [ 261 ] {34f6612c-317d-456c-aa80-aec5eafee534} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9965 | 2025.05.22 21:24:32.459022 [ 261 ] {34f6612c-317d-456c-aa80-aec5eafee534} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001176 sec., 96938.77551020408 rows/sec., 5.80 MiB/sec. | ||
9966 | 2025.05.22 21:24:32.459059 [ 261 ] {34f6612c-317d-456c-aa80-aec5eafee534} <Debug> TCPHandler: Processed in 0.00135424 sec. | ||
9967 | 2025.05.22 21:24:32.459211 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9968 | 2025.05.22 21:24:32.459306 [ 261 ] {92e36942-f548-48a3-b95c-0b91aa49811b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
9969 | 2025.05.22 21:24:32.459345 [ 261 ] {92e36942-f548-48a3-b95c-0b91aa49811b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9970 | 2025.05.22 21:24:32.459817 [ 261 ] {92e36942-f548-48a3-b95c-0b91aa49811b} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9971 | 2025.05.22 21:24:32.459851 [ 261 ] {92e36942-f548-48a3-b95c-0b91aa49811b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9972 | 2025.05.22 21:24:32.460149 [ 261 ] {92e36942-f548-48a3-b95c-0b91aa49811b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
9973 | 2025.05.22 21:24:32.460352 [ 261 ] {92e36942-f548-48a3-b95c-0b91aa49811b} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9974 | 2025.05.22 21:24:32.460478 [ 261 ] {92e36942-f548-48a3-b95c-0b91aa49811b} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00119 sec., 94957.98319327731 rows/sec., 6.15 MiB/sec. | ||
9975 | 2025.05.22 21:24:32.460514 [ 261 ] {92e36942-f548-48a3-b95c-0b91aa49811b} <Debug> TCPHandler: Processed in 0.00135301 sec. | ||
9976 | 2025.05.22 21:24:32.460638 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9977 | 2025.05.22 21:24:32.460733 [ 261 ] {2ab76a1c-3189-41bf-92e8-740b02b80741} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
9978 | 2025.05.22 21:24:32.460771 [ 261 ] {2ab76a1c-3189-41bf-92e8-740b02b80741} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9979 | 2025.05.22 21:24:32.461197 [ 261 ] {2ab76a1c-3189-41bf-92e8-740b02b80741} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9980 | 2025.05.22 21:24:32.461232 [ 261 ] {2ab76a1c-3189-41bf-92e8-740b02b80741} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9981 | 2025.05.22 21:24:32.461522 [ 261 ] {2ab76a1c-3189-41bf-92e8-740b02b80741} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
9982 | 2025.05.22 21:24:32.461741 [ 261 ] {2ab76a1c-3189-41bf-92e8-740b02b80741} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9983 | 2025.05.22 21:24:32.461837 [ 106 ] {} <Debug> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
9984 | 2025.05.22 21:24:32.461869 [ 106 ] {} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9985 | 2025.05.22 21:24:32.461870 [ 261 ] {2ab76a1c-3189-41bf-92e8-740b02b80741} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001155 sec., 96969.69696969698 rows/sec., 5.52 MiB/sec. | ||
9986 | 2025.05.22 21:24:32.461887 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9987 | 2025.05.22 21:24:32.461913 [ 261 ] {2ab76a1c-3189-41bf-92e8-740b02b80741} <Debug> TCPHandler: Processed in 0.00132524 sec. | ||
9988 | 2025.05.22 21:24:32.462000 [ 201 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
9989 | 2025.05.22 21:24:32.462036 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9990 | 2025.05.22 21:24:32.462134 [ 201 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9991 | 2025.05.22 21:24:32.462134 [ 261 ] {91669c6f-8a45-4a6e-bc90-e411929767f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9992 | 2025.05.22 21:24:32.462178 [ 201 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 124 rows starting from the beginning of the part | ||
9993 | 2025.05.22 21:24:32.462194 [ 261 ] {91669c6f-8a45-4a6e-bc90-e411929767f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9994 | 2025.05.22 21:24:32.462254 [ 201 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 112 rows starting from the beginning of the part | ||
9995 | 2025.05.22 21:24:32.462309 [ 201 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 112 rows starting from the beginning of the part | ||
9996 | 2025.05.22 21:24:32.462352 [ 201 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 112 rows starting from the beginning of the part | ||
9997 | 2025.05.22 21:24:32.462394 [ 201 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 112 rows starting from the beginning of the part | ||
9998 | 2025.05.22 21:24:32.462440 [ 201 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 112 rows starting from the beginning of the part | ||
9999 | 2025.05.22 21:24:32.462749 [ 261 ] {91669c6f-8a45-4a6e-bc90-e411929767f8} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10000 | 2025.05.22 21:24:32.462789 [ 261 ] {91669c6f-8a45-4a6e-bc90-e411929767f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
10001 | 2025.05.22 21:24:32.463121 [ 261 ] {91669c6f-8a45-4a6e-bc90-e411929767f8} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
10002 | 2025.05.22 21:24:32.463339 [ 261 ] {91669c6f-8a45-4a6e-bc90-e411929767f8} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10003 | 2025.05.22 21:24:32.463345 [ 193 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 684 rows, containing 5 columns (5 merged, 0 gathered) in 0.001394941 sec., 490343.3191798076 rows/sec., 29.97 MiB/sec. | ||
10004 | 2025.05.22 21:24:32.463472 [ 261 ] {91669c6f-8a45-4a6e-bc90-e411929767f8} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001355 sec., 287822.87822878227 rows/sec., 20.34 MiB/sec. | ||
10005 | 2025.05.22 21:24:32.463486 [ 193 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
10006 | 2025.05.22 21:24:32.463518 [ 261 ] {91669c6f-8a45-4a6e-bc90-e411929767f8} <Debug> TCPHandler: Processed in 0.001533232 sec. | ||
10007 | 2025.05.22 21:24:32.463647 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10008 | 2025.05.22 21:24:32.463744 [ 261 ] {9f3fb4f9-5694-4fe2-afe8-a6afe1a45722} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
10009 | 2025.05.22 21:24:32.463760 [ 193 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_25_5} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10010 | 2025.05.22 21:24:32.463787 [ 261 ] {9f3fb4f9-5694-4fe2-afe8-a6afe1a45722} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10011 | 2025.05.22 21:24:32.463840 [ 193 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_25_5} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
10012 | 2025.05.22 21:24:32.463922 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
10013 | 2025.05.22 21:24:32.464130 [ 261 ] {9f3fb4f9-5694-4fe2-afe8-a6afe1a45722} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10014 | 2025.05.22 21:24:32.464169 [ 261 ] {9f3fb4f9-5694-4fe2-afe8-a6afe1a45722} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
10015 | 2025.05.22 21:24:32.464467 [ 261 ] {9f3fb4f9-5694-4fe2-afe8-a6afe1a45722} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
10016 | 2025.05.22 21:24:32.464673 [ 261 ] {9f3fb4f9-5694-4fe2-afe8-a6afe1a45722} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10017 | 2025.05.22 21:24:32.464798 [ 261 ] {9f3fb4f9-5694-4fe2-afe8-a6afe1a45722} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00107 sec., 5607.476635514019 rows/sec., 292.97 KiB/sec. | ||
10018 | 2025.05.22 21:24:32.464833 [ 261 ] {9f3fb4f9-5694-4fe2-afe8-a6afe1a45722} <Debug> TCPHandler: Processed in 0.001235328 sec. | ||
10019 | 2025.05.22 21:24:32.464942 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10020 | 2025.05.22 21:24:32.465037 [ 261 ] {21de29ff-5b73-4bde-9a0d-03ad2978624a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10021 | 2025.05.22 21:24:32.465078 [ 261 ] {21de29ff-5b73-4bde-9a0d-03ad2978624a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10022 | 2025.05.22 21:24:32.465482 [ 261 ] {21de29ff-5b73-4bde-9a0d-03ad2978624a} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10023 | 2025.05.22 21:24:32.465514 [ 261 ] {21de29ff-5b73-4bde-9a0d-03ad2978624a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
10024 | 2025.05.22 21:24:32.465843 [ 261 ] {21de29ff-5b73-4bde-9a0d-03ad2978624a} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
10025 | 2025.05.22 21:24:32.466063 [ 261 ] {21de29ff-5b73-4bde-9a0d-03ad2978624a} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10026 | 2025.05.22 21:24:32.466161 [ 106 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
10027 | 2025.05.22 21:24:32.466190 [ 261 ] {21de29ff-5b73-4bde-9a0d-03ad2978624a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001171 sec., 202391.11870196415 rows/sec., 13.57 MiB/sec. | ||
10028 | 2025.05.22 21:24:32.466193 [ 106 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10029 | 2025.05.22 21:24:32.466224 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
10030 | 2025.05.22 21:24:32.466227 [ 261 ] {21de29ff-5b73-4bde-9a0d-03ad2978624a} <Debug> TCPHandler: Processed in 0.00133545 sec. | ||
10031 | 2025.05.22 21:24:32.466323 [ 201 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
10032 | 2025.05.22 21:24:32.466353 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10033 | 2025.05.22 21:24:32.466437 [ 201 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10034 | 2025.05.22 21:24:32.466453 [ 261 ] {9826f31f-f1ca-470b-8813-437a59f2ea79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
10035 | 2025.05.22 21:24:32.466475 [ 201 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 21812 rows starting from the beginning of the part | ||
10036 | 2025.05.22 21:24:32.466500 [ 261 ] {9826f31f-f1ca-470b-8813-437a59f2ea79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10037 | 2025.05.22 21:24:32.466536 [ 201 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 237 rows starting from the beginning of the part | ||
10038 | 2025.05.22 21:24:32.466587 [ 201 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part | ||
10039 | 2025.05.22 21:24:32.466626 [ 201 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 238 rows starting from the beginning of the part | ||
10040 | 2025.05.22 21:24:32.466664 [ 201 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
10041 | 2025.05.22 21:24:32.466701 [ 201 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 237 rows starting from the beginning of the part | ||
10042 | 2025.05.22 21:24:32.466826 [ 261 ] {9826f31f-f1ca-470b-8813-437a59f2ea79} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10043 | 2025.05.22 21:24:32.466867 [ 261 ] {9826f31f-f1ca-470b-8813-437a59f2ea79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
10044 | 2025.05.22 21:24:32.467168 [ 261 ] {9826f31f-f1ca-470b-8813-437a59f2ea79} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
10045 | 2025.05.22 21:24:32.467372 [ 261 ] {9826f31f-f1ca-470b-8813-437a59f2ea79} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10046 | 2025.05.22 21:24:32.467489 [ 105 ] {} <Debug> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
10047 | 2025.05.22 21:24:32.467504 [ 261 ] {9826f31f-f1ca-470b-8813-437a59f2ea79} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001068 sec., 936.3295880149814 rows/sec., 63.09 KiB/sec. | ||
10048 | 2025.05.22 21:24:32.467524 [ 105 ] {} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10049 | 2025.05.22 21:24:32.467546 [ 261 ] {9826f31f-f1ca-470b-8813-437a59f2ea79} <Debug> TCPHandler: Processed in 0.001243098 sec. | ||
10050 | 2025.05.22 21:24:32.467550 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
10051 | 2025.05.22 21:24:32.467663 [ 200 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
10052 | 2025.05.22 21:24:32.467664 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10053 | 2025.05.22 21:24:32.467778 [ 200 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10054 | 2025.05.22 21:24:32.467794 [ 261 ] {8dd9c1cd-e07c-4b51-b51b-60197e8111ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10055 | 2025.05.22 21:24:32.467813 [ 200 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part | ||
10056 | 2025.05.22 21:24:32.467854 [ 261 ] {8dd9c1cd-e07c-4b51-b51b-60197e8111ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10057 | 2025.05.22 21:24:32.467879 [ 200 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
10058 | 2025.05.22 21:24:32.467987 [ 200 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
10059 | 2025.05.22 21:24:32.468029 [ 200 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
10060 | 2025.05.22 21:24:32.468065 [ 200 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
10061 | 2025.05.22 21:24:32.468105 [ 200 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
10062 | 2025.05.22 21:24:32.468678 [ 261 ] {8dd9c1cd-e07c-4b51-b51b-60197e8111ad} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10063 | 2025.05.22 21:24:32.468774 [ 261 ] {8dd9c1cd-e07c-4b51-b51b-60197e8111ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
10064 | 2025.05.22 21:24:32.468859 [ 189 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.001236089 sec., 16180.064704078753 rows/sec., 1.06 MiB/sec. | ||
10065 | 2025.05.22 21:24:32.468977 [ 189 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
10066 | 2025.05.22 21:24:32.469230 [ 189 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_20_4} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10067 | 2025.05.22 21:24:32.469296 [ 189 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_20_4} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
10068 | 2025.05.22 21:24:32.469369 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
10069 | 2025.05.22 21:24:32.471964 [ 261 ] {8dd9c1cd-e07c-4b51-b51b-60197e8111ad} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
10070 | 2025.05.22 21:24:32.472233 [ 261 ] {8dd9c1cd-e07c-4b51-b51b-60197e8111ad} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10071 | 2025.05.22 21:24:32.472376 [ 261 ] {8dd9c1cd-e07c-4b51-b51b-60197e8111ad} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.0046 sec., 1739.1304347826087 rows/sec., 3.12 MiB/sec. | ||
10072 | 2025.05.22 21:24:32.472432 [ 261 ] {8dd9c1cd-e07c-4b51-b51b-60197e8111ad} <Debug> TCPHandler: Processed in 0.004816732 sec. | ||
10073 | 2025.05.22 21:24:32.472562 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10074 | 2025.05.22 21:24:32.472658 [ 261 ] {ca90d75d-9b47-4411-9e36-b5cf6fa2eaef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10075 | 2025.05.22 21:24:32.472699 [ 261 ] {ca90d75d-9b47-4411-9e36-b5cf6fa2eaef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10076 | 2025.05.22 21:24:32.473057 [ 261 ] {ca90d75d-9b47-4411-9e36-b5cf6fa2eaef} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10077 | 2025.05.22 21:24:32.473093 [ 261 ] {ca90d75d-9b47-4411-9e36-b5cf6fa2eaef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
10078 | 2025.05.22 21:24:32.473400 [ 261 ] {ca90d75d-9b47-4411-9e36-b5cf6fa2eaef} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
10079 | 2025.05.22 21:24:32.473607 [ 261 ] {ca90d75d-9b47-4411-9e36-b5cf6fa2eaef} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10080 | 2025.05.22 21:24:32.473734 [ 261 ] {ca90d75d-9b47-4411-9e36-b5cf6fa2eaef} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001093 sec., 75022.87282708143 rows/sec., 4.76 MiB/sec. | ||
10081 | 2025.05.22 21:24:32.473750 [ 103 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
10082 | 2025.05.22 21:24:32.473769 [ 261 ] {ca90d75d-9b47-4411-9e36-b5cf6fa2eaef} <Debug> TCPHandler: Processed in 0.001257109 sec. | ||
10083 | 2025.05.22 21:24:32.473819 [ 103 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10084 | 2025.05.22 21:24:32.473845 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
10085 | 2025.05.22 21:24:32.473929 [ 197 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
10086 | 2025.05.22 21:24:32.474031 [ 197 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10087 | 2025.05.22 21:24:32.474058 [ 197 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3932 rows starting from the beginning of the part | ||
10088 | 2025.05.22 21:24:32.474108 [ 197 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 82 rows starting from the beginning of the part | ||
10089 | 2025.05.22 21:24:32.474146 [ 197 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
10090 | 2025.05.22 21:24:32.474182 [ 197 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 82 rows starting from the beginning of the part | ||
10091 | 2025.05.22 21:24:32.474218 [ 197 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
10092 | 2025.05.22 21:24:32.474252 [ 197 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 82 rows starting from the beginning of the part | ||
10093 | 2025.05.22 21:24:32.475608 [ 189 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4298 rows, containing 4 columns (4 merged, 0 gathered) in 0.001717025 sec., 2503166.81469402 rows/sec., 165.40 MiB/sec. | ||
10094 | 2025.05.22 21:24:32.475857 [ 189 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
10095 | 2025.05.22 21:24:32.476080 [ 189 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_76_15} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10096 | 2025.05.22 21:24:32.476138 [ 189 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_76_15} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
10097 | 2025.05.22 21:24:32.476200 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
10098 | 2025.05.22 21:24:32.480250 [ 201 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22844 rows, containing 5 columns (5 merged, 0 gathered) in 0.013965248 sec., 1635774.7459980662 rows/sec., 111.35 MiB/sec. | ||
10099 | 2025.05.22 21:24:32.480777 [ 201 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
10100 | 2025.05.22 21:24:32.481054 [ 201 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10101 | 2025.05.22 21:24:32.481129 [ 201 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
10102 | 2025.05.22 21:24:32.481201 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
10103 | 2025.05.22 21:24:32.697820 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 422 | ||
10104 | 2025.05.22 21:24:32.714296 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10105 | 2025.05.22 21:24:32.714352 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
10106 | 2025.05.22 21:24:32.720649 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10107 | 2025.05.22 21:24:32.721325 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10108 | 2025.05.22 21:24:32.721622 [ 103 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10109 | 2025.05.22 21:24:32.721683 [ 103 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10110 | 2025.05.22 21:24:32.721704 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
10111 | 2025.05.22 21:24:32.721804 [ 188 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
10112 | 2025.05.22 21:24:32.724401 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422 | ||
10113 | 2025.05.22 21:24:32.724757 [ 188 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10114 | 2025.05.22 21:24:32.725514 [ 188 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
10115 | 2025.05.22 21:24:32.728765 [ 188 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
10116 | 2025.05.22 21:24:32.732047 [ 188 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
10117 | 2025.05.22 21:24:32.735719 [ 188 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
10118 | 2025.05.22 21:24:32.739870 [ 188 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 7 rows starting from the beginning of the part | ||
10119 | 2025.05.22 21:24:32.743657 [ 188 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 8 rows starting from the beginning of the part | ||
10120 | 2025.05.22 21:24:32.793455 [ 188 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.071691947 sec., 5886.295709056416 rows/sec., 30.44 MiB/sec. | ||
10121 | 2025.05.22 21:24:32.795123 [ 188 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10122 | 2025.05.22 21:24:32.796711 [ 188 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_56_11} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10123 | 2025.05.22 21:24:32.796796 [ 188 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_56_11} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10124 | 2025.05.22 21:24:32.798050 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
10125 | 2025.05.22 21:24:33.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 310.82 MiB, peak 324.22 MiB, free memory in arenas 0.00 B, will set to 309.31 MiB (RSS), difference: -1.51 MiB | ||
10126 | 2025.05.22 21:24:33.037983 [ 103 ] {} <Debug> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
10127 | 2025.05.22 21:24:33.038036 [ 103 ] {} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10128 | 2025.05.22 21:24:33.038060 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
10129 | 2025.05.22 21:24:33.038173 [ 194 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::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 | ||
10130 | 2025.05.22 21:24:33.038313 [ 194 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10131 | 2025.05.22 21:24:33.038346 [ 194 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 20 rows starting from the beginning of the part | ||
10132 | 2025.05.22 21:24:33.038413 [ 194 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::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 | ||
10133 | 2025.05.22 21:24:33.038457 [ 194 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
10134 | 2025.05.22 21:24:33.038499 [ 194 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part | ||
10135 | 2025.05.22 21:24:33.038538 [ 194 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
10136 | 2025.05.22 21:24:33.039256 [ 192 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.001133327 sec., 35294.31487999492 rows/sec., 2.95 MiB/sec. | ||
10137 | 2025.05.22 21:24:33.039386 [ 194 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
10138 | 2025.05.22 21:24:33.039631 [ 194 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_17_4} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10139 | 2025.05.22 21:24:33.039703 [ 194 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_17_4} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
10140 | 2025.05.22 21:24:33.039771 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
10141 | 2025.05.22 21:24:37.475982 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10142 | 2025.05.22 21:24:37.476185 [ 261 ] {7c9accce-d285-47bd-a4de-f476725122be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10143 | 2025.05.22 21:24:37.476255 [ 261 ] {7c9accce-d285-47bd-a4de-f476725122be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10144 | 2025.05.22 21:24:37.477804 [ 261 ] {7c9accce-d285-47bd-a4de-f476725122be} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10145 | 2025.05.22 21:24:37.477851 [ 261 ] {7c9accce-d285-47bd-a4de-f476725122be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10146 | 2025.05.22 21:24:37.478345 [ 261 ] {7c9accce-d285-47bd-a4de-f476725122be} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
10147 | 2025.05.22 21:24:37.478581 [ 261 ] {7c9accce-d285-47bd-a4de-f476725122be} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10148 | 2025.05.22 21:24:37.478753 [ 261 ] {7c9accce-d285-47bd-a4de-f476725122be} <Debug> executeQuery: Read 1262 rows, 106.78 KiB in 0.002617 sec., 482231.5628582346 rows/sec., 39.85 MiB/sec. | ||
10149 | 2025.05.22 21:24:37.478800 [ 261 ] {7c9accce-d285-47bd-a4de-f476725122be} <Debug> TCPHandler: Processed in 0.002948254 sec. | ||
10150 | 2025.05.22 21:24:37.478924 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10151 | 2025.05.22 21:24:37.479029 [ 261 ] {edf30181-d3fb-4166-9f8e-997479fe3ef7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10152 | 2025.05.22 21:24:37.479073 [ 261 ] {edf30181-d3fb-4166-9f8e-997479fe3ef7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10153 | 2025.05.22 21:24:37.479507 [ 261 ] {edf30181-d3fb-4166-9f8e-997479fe3ef7} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10154 | 2025.05.22 21:24:37.479542 [ 261 ] {edf30181-d3fb-4166-9f8e-997479fe3ef7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10155 | 2025.05.22 21:24:37.479858 [ 261 ] {edf30181-d3fb-4166-9f8e-997479fe3ef7} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
10156 | 2025.05.22 21:24:37.480093 [ 261 ] {edf30181-d3fb-4166-9f8e-997479fe3ef7} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10157 | 2025.05.22 21:24:37.480225 [ 261 ] {edf30181-d3fb-4166-9f8e-997479fe3ef7} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001221 sec., 27027.027027027027 rows/sec., 1.98 MiB/sec. | ||
10158 | 2025.05.22 21:24:37.480263 [ 261 ] {edf30181-d3fb-4166-9f8e-997479fe3ef7} <Debug> TCPHandler: Processed in 0.001391401 sec. | ||
10159 | 2025.05.22 21:24:37.480366 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10160 | 2025.05.22 21:24:37.480464 [ 261 ] {08b8ca56-b7b5-40d3-9117-5bdba604a590} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
10161 | 2025.05.22 21:24:37.480505 [ 261 ] {08b8ca56-b7b5-40d3-9117-5bdba604a590} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10162 | 2025.05.22 21:24:37.481010 [ 261 ] {08b8ca56-b7b5-40d3-9117-5bdba604a590} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10163 | 2025.05.22 21:24:37.481045 [ 261 ] {08b8ca56-b7b5-40d3-9117-5bdba604a590} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10164 | 2025.05.22 21:24:37.481359 [ 261 ] {08b8ca56-b7b5-40d3-9117-5bdba604a590} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
10165 | 2025.05.22 21:24:37.481571 [ 261 ] {08b8ca56-b7b5-40d3-9117-5bdba604a590} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10166 | 2025.05.22 21:24:37.481698 [ 261 ] {08b8ca56-b7b5-40d3-9117-5bdba604a590} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001255 sec., 181673.30677290837 rows/sec., 12.30 MiB/sec. | ||
10167 | 2025.05.22 21:24:37.481736 [ 261 ] {08b8ca56-b7b5-40d3-9117-5bdba604a590} <Debug> TCPHandler: Processed in 0.001420141 sec. | ||
10168 | 2025.05.22 21:24:37.481847 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10169 | 2025.05.22 21:24:37.481952 [ 261 ] {b0ccd214-b06d-42a4-810f-1a57e3bdaaa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10170 | 2025.05.22 21:24:37.481993 [ 261 ] {b0ccd214-b06d-42a4-810f-1a57e3bdaaa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10171 | 2025.05.22 21:24:37.482619 [ 261 ] {b0ccd214-b06d-42a4-810f-1a57e3bdaaa9} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10172 | 2025.05.22 21:24:37.482656 [ 261 ] {b0ccd214-b06d-42a4-810f-1a57e3bdaaa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10173 | 2025.05.22 21:24:37.482995 [ 261 ] {b0ccd214-b06d-42a4-810f-1a57e3bdaaa9} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
10174 | 2025.05.22 21:24:37.483201 [ 261 ] {b0ccd214-b06d-42a4-810f-1a57e3bdaaa9} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10175 | 2025.05.22 21:24:37.483335 [ 261 ] {b0ccd214-b06d-42a4-810f-1a57e3bdaaa9} <Debug> executeQuery: Read 553 rows, 42.05 KiB in 0.001402 sec., 394436.5192582026 rows/sec., 29.29 MiB/sec. | ||
10176 | 2025.05.22 21:24:37.483372 [ 261 ] {b0ccd214-b06d-42a4-810f-1a57e3bdaaa9} <Debug> TCPHandler: Processed in 0.001577613 sec. | ||
10177 | 2025.05.22 21:24:37.483484 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10178 | 2025.05.22 21:24:37.483580 [ 261 ] {dc624019-39d2-49aa-ad98-43789d357da6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10179 | 2025.05.22 21:24:37.483629 [ 261 ] {dc624019-39d2-49aa-ad98-43789d357da6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10180 | 2025.05.22 21:24:37.484231 [ 261 ] {dc624019-39d2-49aa-ad98-43789d357da6} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10181 | 2025.05.22 21:24:37.484264 [ 261 ] {dc624019-39d2-49aa-ad98-43789d357da6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10182 | 2025.05.22 21:24:37.484630 [ 261 ] {dc624019-39d2-49aa-ad98-43789d357da6} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
10183 | 2025.05.22 21:24:37.484833 [ 261 ] {dc624019-39d2-49aa-ad98-43789d357da6} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10184 | 2025.05.22 21:24:37.484961 [ 261 ] {dc624019-39d2-49aa-ad98-43789d357da6} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.001399 sec., 629020.7290922087 rows/sec., 42.32 MiB/sec. | ||
10185 | 2025.05.22 21:24:37.484997 [ 261 ] {dc624019-39d2-49aa-ad98-43789d357da6} <Debug> TCPHandler: Processed in 0.001563483 sec. | ||
10186 | 2025.05.22 21:24:37.485098 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10187 | 2025.05.22 21:24:37.485194 [ 261 ] {5bac48ba-de9f-4e9c-80ac-ff7eb3d98a73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10188 | 2025.05.22 21:24:37.485250 [ 261 ] {5bac48ba-de9f-4e9c-80ac-ff7eb3d98a73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10189 | 2025.05.22 21:24:37.486063 [ 261 ] {5bac48ba-de9f-4e9c-80ac-ff7eb3d98a73} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10190 | 2025.05.22 21:24:37.486099 [ 261 ] {5bac48ba-de9f-4e9c-80ac-ff7eb3d98a73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10191 | 2025.05.22 21:24:37.486640 [ 261 ] {5bac48ba-de9f-4e9c-80ac-ff7eb3d98a73} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
10192 | 2025.05.22 21:24:37.486854 [ 261 ] {5bac48ba-de9f-4e9c-80ac-ff7eb3d98a73} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10193 | 2025.05.22 21:24:37.486987 [ 261 ] {5bac48ba-de9f-4e9c-80ac-ff7eb3d98a73} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001811 sec., 18221.976808393156 rows/sec., 32.65 MiB/sec. | ||
10194 | 2025.05.22 21:24:37.487040 [ 261 ] {5bac48ba-de9f-4e9c-80ac-ff7eb3d98a73} <Debug> TCPHandler: Processed in 0.001992589 sec. | ||
10195 | 2025.05.22 21:24:37.487152 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10196 | 2025.05.22 21:24:37.487249 [ 261 ] {f11c2af4-adff-4ba1-b9f2-68846e061b3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10197 | 2025.05.22 21:24:37.487289 [ 261 ] {f11c2af4-adff-4ba1-b9f2-68846e061b3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10198 | 2025.05.22 21:24:37.487622 [ 261 ] {f11c2af4-adff-4ba1-b9f2-68846e061b3d} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10199 | 2025.05.22 21:24:37.487655 [ 261 ] {f11c2af4-adff-4ba1-b9f2-68846e061b3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10200 | 2025.05.22 21:24:37.487946 [ 261 ] {f11c2af4-adff-4ba1-b9f2-68846e061b3d} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
10201 | 2025.05.22 21:24:37.488149 [ 261 ] {f11c2af4-adff-4ba1-b9f2-68846e061b3d} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10202 | 2025.05.22 21:24:37.488274 [ 261 ] {f11c2af4-adff-4ba1-b9f2-68846e061b3d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001043 sec., 57526.36625119846 rows/sec., 3.88 MiB/sec. | ||
10203 | 2025.05.22 21:24:37.488309 [ 261 ] {f11c2af4-adff-4ba1-b9f2-68846e061b3d} <Debug> TCPHandler: Processed in 0.001205627 sec. | ||
10204 | 2025.05.22 21:24:38.830795 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26108 | ||
10205 | 2025.05.22 21:24:38.831288 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10206 | 2025.05.22 21:24:38.831331 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10207 | 2025.05.22 21:24:38.831952 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10208 | 2025.05.22 21:24:38.832198 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10209 | 2025.05.22 21:24:38.832339 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26108 | ||
10210 | 2025.05.22 21:24:40.224514 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 | ||
10211 | 2025.05.22 21:24:40.239587 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10212 | 2025.05.22 21:24:40.239637 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10213 | 2025.05.22 21:24:40.245156 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10214 | 2025.05.22 21:24:40.245824 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10215 | 2025.05.22 21:24:40.248531 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
10216 | 2025.05.22 21:24:41.397088 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1392 | ||
10217 | 2025.05.22 21:24:41.399504 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10218 | 2025.05.22 21:24:41.399550 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10219 | 2025.05.22 21:24:41.400760 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
10220 | 2025.05.22 21:24:41.401018 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10221 | 2025.05.22 21:24:41.401274 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1392 | ||
10222 | 2025.05.22 21:24:42.452922 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10223 | 2025.05.22 21:24:42.453210 [ 261 ] {53e72e21-ac7f-4d17-aedd-d55d7c7431b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
10224 | 2025.05.22 21:24:42.453313 [ 261 ] {53e72e21-ac7f-4d17-aedd-d55d7c7431b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
10225 | 2025.05.22 21:24:42.454134 [ 261 ] {53e72e21-ac7f-4d17-aedd-d55d7c7431b3} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10226 | 2025.05.22 21:24:42.454172 [ 261 ] {53e72e21-ac7f-4d17-aedd-d55d7c7431b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10227 | 2025.05.22 21:24:42.454579 [ 261 ] {53e72e21-ac7f-4d17-aedd-d55d7c7431b3} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
10228 | 2025.05.22 21:24:42.454798 [ 261 ] {53e72e21-ac7f-4d17-aedd-d55d7c7431b3} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10229 | 2025.05.22 21:24:42.454956 [ 261 ] {53e72e21-ac7f-4d17-aedd-d55d7c7431b3} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001824 sec., 116228.0701754386 rows/sec., 7.39 MiB/sec. | ||
10230 | 2025.05.22 21:24:42.454998 [ 261 ] {53e72e21-ac7f-4d17-aedd-d55d7c7431b3} <Debug> TCPHandler: Processed in 0.002264363 sec. | ||
10231 | 2025.05.22 21:24:42.455121 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10232 | 2025.05.22 21:24:42.455219 [ 261 ] {28097b10-7327-41b3-91cd-bc9075df0252} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10233 | 2025.05.22 21:24:42.455261 [ 261 ] {28097b10-7327-41b3-91cd-bc9075df0252} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10234 | 2025.05.22 21:24:42.455995 [ 261 ] {28097b10-7327-41b3-91cd-bc9075df0252} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10235 | 2025.05.22 21:24:42.456029 [ 261 ] {28097b10-7327-41b3-91cd-bc9075df0252} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10236 | 2025.05.22 21:24:42.456380 [ 261 ] {28097b10-7327-41b3-91cd-bc9075df0252} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
10237 | 2025.05.22 21:24:42.456590 [ 261 ] {28097b10-7327-41b3-91cd-bc9075df0252} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10238 | 2025.05.22 21:24:42.456720 [ 261 ] {28097b10-7327-41b3-91cd-bc9075df0252} <Debug> executeQuery: Read 633 rows, 50.88 KiB in 0.001519 sec., 416721.5273206057 rows/sec., 32.71 MiB/sec. | ||
10239 | 2025.05.22 21:24:42.456755 [ 261 ] {28097b10-7327-41b3-91cd-bc9075df0252} <Debug> TCPHandler: Processed in 0.001685226 sec. | ||
10240 | 2025.05.22 21:24:42.456865 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10241 | 2025.05.22 21:24:42.456960 [ 261 ] {d2a45860-8037-4b94-abea-e47362e72f6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10242 | 2025.05.22 21:24:42.457000 [ 261 ] {d2a45860-8037-4b94-abea-e47362e72f6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10243 | 2025.05.22 21:24:42.457446 [ 261 ] {d2a45860-8037-4b94-abea-e47362e72f6e} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10244 | 2025.05.22 21:24:42.457482 [ 261 ] {d2a45860-8037-4b94-abea-e47362e72f6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10245 | 2025.05.22 21:24:42.457781 [ 261 ] {d2a45860-8037-4b94-abea-e47362e72f6e} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
10246 | 2025.05.22 21:24:42.457984 [ 261 ] {d2a45860-8037-4b94-abea-e47362e72f6e} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10247 | 2025.05.22 21:24:42.458109 [ 261 ] {d2a45860-8037-4b94-abea-e47362e72f6e} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001167 sec., 97686.37532133676 rows/sec., 5.85 MiB/sec. | ||
10248 | 2025.05.22 21:24:42.458145 [ 261 ] {d2a45860-8037-4b94-abea-e47362e72f6e} <Debug> TCPHandler: Processed in 0.001332479 sec. | ||
10249 | 2025.05.22 21:24:42.458256 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10250 | 2025.05.22 21:24:42.458350 [ 261 ] {fda63820-a6bb-4a24-847d-298aaf11dd72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
10251 | 2025.05.22 21:24:42.458387 [ 261 ] {fda63820-a6bb-4a24-847d-298aaf11dd72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10252 | 2025.05.22 21:24:42.458820 [ 261 ] {fda63820-a6bb-4a24-847d-298aaf11dd72} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10253 | 2025.05.22 21:24:42.458854 [ 261 ] {fda63820-a6bb-4a24-847d-298aaf11dd72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10254 | 2025.05.22 21:24:42.459154 [ 261 ] {fda63820-a6bb-4a24-847d-298aaf11dd72} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
10255 | 2025.05.22 21:24:42.459355 [ 261 ] {fda63820-a6bb-4a24-847d-298aaf11dd72} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10256 | 2025.05.22 21:24:42.459477 [ 261 ] {fda63820-a6bb-4a24-847d-298aaf11dd72} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001145 sec., 98689.95633187774 rows/sec., 6.39 MiB/sec. | ||
10257 | 2025.05.22 21:24:42.459513 [ 261 ] {fda63820-a6bb-4a24-847d-298aaf11dd72} <Debug> TCPHandler: Processed in 0.0013075 sec. | ||
10258 | 2025.05.22 21:24:42.459624 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10259 | 2025.05.22 21:24:42.459718 [ 261 ] {89cf3668-50cc-4480-a274-5d2e3e7f6cd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
10260 | 2025.05.22 21:24:42.459756 [ 261 ] {89cf3668-50cc-4480-a274-5d2e3e7f6cd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10261 | 2025.05.22 21:24:42.460195 [ 261 ] {89cf3668-50cc-4480-a274-5d2e3e7f6cd6} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10262 | 2025.05.22 21:24:42.460229 [ 261 ] {89cf3668-50cc-4480-a274-5d2e3e7f6cd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10263 | 2025.05.22 21:24:42.460517 [ 261 ] {89cf3668-50cc-4480-a274-5d2e3e7f6cd6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
10264 | 2025.05.22 21:24:42.460724 [ 261 ] {89cf3668-50cc-4480-a274-5d2e3e7f6cd6} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10265 | 2025.05.22 21:24:42.460847 [ 261 ] {89cf3668-50cc-4480-a274-5d2e3e7f6cd6} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001146 sec., 97731.23909249563 rows/sec., 5.57 MiB/sec. | ||
10266 | 2025.05.22 21:24:42.460882 [ 261 ] {89cf3668-50cc-4480-a274-5d2e3e7f6cd6} <Debug> TCPHandler: Processed in 0.00130929 sec. | ||
10267 | 2025.05.22 21:24:42.460994 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10268 | 2025.05.22 21:24:42.461088 [ 261 ] {2639598d-af78-4987-9337-4384305c7fcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10269 | 2025.05.22 21:24:42.461126 [ 261 ] {2639598d-af78-4987-9337-4384305c7fcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10270 | 2025.05.22 21:24:42.461715 [ 261 ] {2639598d-af78-4987-9337-4384305c7fcc} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10271 | 2025.05.22 21:24:42.461750 [ 261 ] {2639598d-af78-4987-9337-4384305c7fcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10272 | 2025.05.22 21:24:42.462053 [ 261 ] {2639598d-af78-4987-9337-4384305c7fcc} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
10273 | 2025.05.22 21:24:42.462257 [ 261 ] {2639598d-af78-4987-9337-4384305c7fcc} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10274 | 2025.05.22 21:24:42.462381 [ 261 ] {2639598d-af78-4987-9337-4384305c7fcc} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.00131 sec., 297709.9236641221 rows/sec., 21.04 MiB/sec. | ||
10275 | 2025.05.22 21:24:42.462417 [ 261 ] {2639598d-af78-4987-9337-4384305c7fcc} <Debug> TCPHandler: Processed in 0.001474212 sec. | ||
10276 | 2025.05.22 21:24:42.462527 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10277 | 2025.05.22 21:24:42.462626 [ 261 ] {74974448-1e35-409c-bd27-09eeb854d574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
10278 | 2025.05.22 21:24:42.462666 [ 261 ] {74974448-1e35-409c-bd27-09eeb854d574} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10279 | 2025.05.22 21:24:42.462995 [ 261 ] {74974448-1e35-409c-bd27-09eeb854d574} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10280 | 2025.05.22 21:24:42.463029 [ 261 ] {74974448-1e35-409c-bd27-09eeb854d574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10281 | 2025.05.22 21:24:42.463318 [ 261 ] {74974448-1e35-409c-bd27-09eeb854d574} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
10282 | 2025.05.22 21:24:42.463530 [ 261 ] {74974448-1e35-409c-bd27-09eeb854d574} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10283 | 2025.05.22 21:24:42.463628 [ 94 ] {} <Debug> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
10284 | 2025.05.22 21:24:42.463662 [ 261 ] {74974448-1e35-409c-bd27-09eeb854d574} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001058 sec., 5671.0775047258985 rows/sec., 296.29 KiB/sec. | ||
10285 | 2025.05.22 21:24:42.463666 [ 94 ] {} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10286 | 2025.05.22 21:24:42.463693 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10287 | 2025.05.22 21:24:42.463698 [ 261 ] {74974448-1e35-409c-bd27-09eeb854d574} <Debug> TCPHandler: Processed in 0.001221698 sec. | ||
10288 | 2025.05.22 21:24:42.463810 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10289 | 2025.05.22 21:24:42.463815 [ 189 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::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 | ||
10290 | 2025.05.22 21:24:42.463904 [ 261 ] {43c0e772-b31f-4d37-a278-5db32d7cba83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10291 | 2025.05.22 21:24:42.463951 [ 261 ] {43c0e772-b31f-4d37-a278-5db32d7cba83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10292 | 2025.05.22 21:24:42.463977 [ 189 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10293 | 2025.05.22 21:24:42.464020 [ 189 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part | ||
10294 | 2025.05.22 21:24:42.464091 [ 189 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
10295 | 2025.05.22 21:24:42.464142 [ 189 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
10296 | 2025.05.22 21:24:42.464207 [ 189 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
10297 | 2025.05.22 21:24:42.464274 [ 189 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
10298 | 2025.05.22 21:24:42.464317 [ 189 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
10299 | 2025.05.22 21:24:42.464385 [ 261 ] {43c0e772-b31f-4d37-a278-5db32d7cba83} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10300 | 2025.05.22 21:24:42.464425 [ 261 ] {43c0e772-b31f-4d37-a278-5db32d7cba83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10301 | 2025.05.22 21:24:42.464804 [ 261 ] {43c0e772-b31f-4d37-a278-5db32d7cba83} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
10302 | 2025.05.22 21:24:42.465039 [ 261 ] {43c0e772-b31f-4d37-a278-5db32d7cba83} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10303 | 2025.05.22 21:24:42.465122 [ 194 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.00136983 sec., 91982.2167714242 rows/sec., 4.69 MiB/sec. | ||
10304 | 2025.05.22 21:24:42.465174 [ 261 ] {43c0e772-b31f-4d37-a278-5db32d7cba83} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001287 sec., 184149.18414918415 rows/sec., 12.34 MiB/sec. | ||
10305 | 2025.05.22 21:24:42.465210 [ 261 ] {43c0e772-b31f-4d37-a278-5db32d7cba83} <Debug> TCPHandler: Processed in 0.001450521 sec. | ||
10306 | 2025.05.22 21:24:42.465248 [ 194 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
10307 | 2025.05.22 21:24:42.465323 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10308 | 2025.05.22 21:24:42.465417 [ 261 ] {d2e01c2c-5a96-498c-a201-d8c3e904ad08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
10309 | 2025.05.22 21:24:42.465458 [ 261 ] {d2e01c2c-5a96-498c-a201-d8c3e904ad08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10310 | 2025.05.22 21:24:42.465501 [ 194 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_21_4} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10311 | 2025.05.22 21:24:42.465565 [ 194 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_21_4} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
10312 | 2025.05.22 21:24:42.465653 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
10313 | 2025.05.22 21:24:42.465765 [ 261 ] {d2e01c2c-5a96-498c-a201-d8c3e904ad08} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10314 | 2025.05.22 21:24:42.465800 [ 261 ] {d2e01c2c-5a96-498c-a201-d8c3e904ad08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10315 | 2025.05.22 21:24:42.466080 [ 261 ] {d2e01c2c-5a96-498c-a201-d8c3e904ad08} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
10316 | 2025.05.22 21:24:42.466282 [ 261 ] {d2e01c2c-5a96-498c-a201-d8c3e904ad08} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10317 | 2025.05.22 21:24:42.466408 [ 261 ] {d2e01c2c-5a96-498c-a201-d8c3e904ad08} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001008 sec., 992.063492063492 rows/sec., 66.85 KiB/sec. | ||
10318 | 2025.05.22 21:24:42.466443 [ 261 ] {d2e01c2c-5a96-498c-a201-d8c3e904ad08} <Debug> TCPHandler: Processed in 0.001169217 sec. | ||
10319 | 2025.05.22 21:24:42.466548 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10320 | 2025.05.22 21:24:42.466644 [ 261 ] {53b6f789-23b4-4eb0-a812-ec66485e8cce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10321 | 2025.05.22 21:24:42.466698 [ 261 ] {53b6f789-23b4-4eb0-a812-ec66485e8cce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10322 | 2025.05.22 21:24:42.467464 [ 261 ] {53b6f789-23b4-4eb0-a812-ec66485e8cce} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10323 | 2025.05.22 21:24:42.467499 [ 261 ] {53b6f789-23b4-4eb0-a812-ec66485e8cce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10324 | 2025.05.22 21:24:42.468001 [ 261 ] {53b6f789-23b4-4eb0-a812-ec66485e8cce} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
10325 | 2025.05.22 21:24:42.468221 [ 261 ] {53b6f789-23b4-4eb0-a812-ec66485e8cce} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10326 | 2025.05.22 21:24:42.468356 [ 261 ] {53b6f789-23b4-4eb0-a812-ec66485e8cce} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00173 sec., 4624.277456647399 rows/sec., 8.29 MiB/sec. | ||
10327 | 2025.05.22 21:24:42.468409 [ 261 ] {53b6f789-23b4-4eb0-a812-ec66485e8cce} <Debug> TCPHandler: Processed in 0.001909858 sec. | ||
10328 | 2025.05.22 21:24:42.468522 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10329 | 2025.05.22 21:24:42.468622 [ 261 ] {5d6318d7-c833-46b2-bdf6-1918dbe1a185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10330 | 2025.05.22 21:24:42.468663 [ 261 ] {5d6318d7-c833-46b2-bdf6-1918dbe1a185} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10331 | 2025.05.22 21:24:42.468998 [ 261 ] {5d6318d7-c833-46b2-bdf6-1918dbe1a185} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10332 | 2025.05.22 21:24:42.469033 [ 261 ] {5d6318d7-c833-46b2-bdf6-1918dbe1a185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10333 | 2025.05.22 21:24:42.469329 [ 261 ] {5d6318d7-c833-46b2-bdf6-1918dbe1a185} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
10334 | 2025.05.22 21:24:42.469536 [ 261 ] {5d6318d7-c833-46b2-bdf6-1918dbe1a185} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10335 | 2025.05.22 21:24:42.469664 [ 261 ] {5d6318d7-c833-46b2-bdf6-1918dbe1a185} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001066 sec., 76923.07692307692 rows/sec., 4.89 MiB/sec. | ||
10336 | 2025.05.22 21:24:42.469699 [ 261 ] {5d6318d7-c833-46b2-bdf6-1918dbe1a185} <Debug> TCPHandler: Processed in 0.001227338 sec. | ||
10337 | 2025.05.22 21:24:46.188473 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10338 | 2025.05.22 21:24:46.188572 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10339 | 2025.05.22 21:24:46.332470 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26596 | ||
10340 | 2025.05.22 21:24:46.333044 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10341 | 2025.05.22 21:24:46.333085 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10342 | 2025.05.22 21:24:46.333758 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10343 | 2025.05.22 21:24:46.334006 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10344 | 2025.05.22 21:24:46.334141 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
10345 | 2025.05.22 21:24:47.448673 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10346 | 2025.05.22 21:24:47.448874 [ 261 ] {a83fc344-c7f4-460e-895f-c30e2a195d7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10347 | 2025.05.22 21:24:47.448947 [ 261 ] {a83fc344-c7f4-460e-895f-c30e2a195d7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10348 | 2025.05.22 21:24:47.449710 [ 261 ] {a83fc344-c7f4-460e-895f-c30e2a195d7c} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10349 | 2025.05.22 21:24:47.449757 [ 261 ] {a83fc344-c7f4-460e-895f-c30e2a195d7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10350 | 2025.05.22 21:24:47.450165 [ 261 ] {a83fc344-c7f4-460e-895f-c30e2a195d7c} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
10351 | 2025.05.22 21:24:47.450385 [ 261 ] {a83fc344-c7f4-460e-895f-c30e2a195d7c} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10352 | 2025.05.22 21:24:47.450531 [ 261 ] {a83fc344-c7f4-460e-895f-c30e2a195d7c} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.001713 sec., 71220.08172796265 rows/sec., 6.08 MiB/sec. | ||
10353 | 2025.05.22 21:24:47.450572 [ 261 ] {a83fc344-c7f4-460e-895f-c30e2a195d7c} <Debug> TCPHandler: Processed in 0.002042981 sec. | ||
10354 | 2025.05.22 21:24:47.450695 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10355 | 2025.05.22 21:24:47.450790 [ 261 ] {1a7f95ee-ba21-4687-a800-04c471d04bf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10356 | 2025.05.22 21:24:47.450829 [ 261 ] {1a7f95ee-ba21-4687-a800-04c471d04bf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10357 | 2025.05.22 21:24:47.451240 [ 261 ] {1a7f95ee-ba21-4687-a800-04c471d04bf2} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10358 | 2025.05.22 21:24:47.451276 [ 261 ] {1a7f95ee-ba21-4687-a800-04c471d04bf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10359 | 2025.05.22 21:24:47.451587 [ 261 ] {1a7f95ee-ba21-4687-a800-04c471d04bf2} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
10360 | 2025.05.22 21:24:47.451796 [ 261 ] {1a7f95ee-ba21-4687-a800-04c471d04bf2} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10361 | 2025.05.22 21:24:47.451921 [ 261 ] {1a7f95ee-ba21-4687-a800-04c471d04bf2} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001151 sec., 28670.72111207646 rows/sec., 2.11 MiB/sec. | ||
10362 | 2025.05.22 21:24:47.451957 [ 261 ] {1a7f95ee-ba21-4687-a800-04c471d04bf2} <Debug> TCPHandler: Processed in 0.001311549 sec. | ||
10363 | 2025.05.22 21:24:47.452064 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10364 | 2025.05.22 21:24:47.452157 [ 261 ] {01949d06-ed2f-46b5-96a9-92585c629e98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10365 | 2025.05.22 21:24:47.452195 [ 261 ] {01949d06-ed2f-46b5-96a9-92585c629e98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10366 | 2025.05.22 21:24:47.452613 [ 261 ] {01949d06-ed2f-46b5-96a9-92585c629e98} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10367 | 2025.05.22 21:24:47.452649 [ 261 ] {01949d06-ed2f-46b5-96a9-92585c629e98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10368 | 2025.05.22 21:24:47.452959 [ 261 ] {01949d06-ed2f-46b5-96a9-92585c629e98} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
10369 | 2025.05.22 21:24:47.453172 [ 261 ] {01949d06-ed2f-46b5-96a9-92585c629e98} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10370 | 2025.05.22 21:24:47.453296 [ 261 ] {01949d06-ed2f-46b5-96a9-92585c629e98} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001157 sec., 83837.51080380293 rows/sec., 6.55 MiB/sec. | ||
10371 | 2025.05.22 21:24:47.453331 [ 261 ] {01949d06-ed2f-46b5-96a9-92585c629e98} <Debug> TCPHandler: Processed in 0.001314419 sec. | ||
10372 | 2025.05.22 21:24:47.453443 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10373 | 2025.05.22 21:24:47.453534 [ 261 ] {97436e77-8be4-4acc-85a2-4c607627137c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10374 | 2025.05.22 21:24:47.453576 [ 261 ] {97436e77-8be4-4acc-85a2-4c607627137c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10375 | 2025.05.22 21:24:47.454004 [ 261 ] {97436e77-8be4-4acc-85a2-4c607627137c} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10376 | 2025.05.22 21:24:47.454040 [ 261 ] {97436e77-8be4-4acc-85a2-4c607627137c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10377 | 2025.05.22 21:24:47.454385 [ 261 ] {97436e77-8be4-4acc-85a2-4c607627137c} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
10378 | 2025.05.22 21:24:47.454590 [ 261 ] {97436e77-8be4-4acc-85a2-4c607627137c} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10379 | 2025.05.22 21:24:47.454720 [ 261 ] {97436e77-8be4-4acc-85a2-4c607627137c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001204 sec., 132890.36544850498 rows/sec., 9.26 MiB/sec. | ||
10380 | 2025.05.22 21:24:47.454756 [ 261 ] {97436e77-8be4-4acc-85a2-4c607627137c} <Debug> TCPHandler: Processed in 0.001361371 sec. | ||
10381 | 2025.05.22 21:24:47.454864 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10382 | 2025.05.22 21:24:47.454958 [ 261 ] {ec525b0b-131c-4d27-b389-110ffb5a471f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10383 | 2025.05.22 21:24:47.455012 [ 261 ] {ec525b0b-131c-4d27-b389-110ffb5a471f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10384 | 2025.05.22 21:24:47.455852 [ 261 ] {ec525b0b-131c-4d27-b389-110ffb5a471f} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10385 | 2025.05.22 21:24:47.455888 [ 261 ] {ec525b0b-131c-4d27-b389-110ffb5a471f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10386 | 2025.05.22 21:24:47.456444 [ 261 ] {ec525b0b-131c-4d27-b389-110ffb5a471f} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
10387 | 2025.05.22 21:24:47.456659 [ 261 ] {ec525b0b-131c-4d27-b389-110ffb5a471f} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10388 | 2025.05.22 21:24:47.456796 [ 261 ] {ec525b0b-131c-4d27-b389-110ffb5a471f} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001857 sec., 17770.59773828756 rows/sec., 31.84 MiB/sec. | ||
10389 | 2025.05.22 21:24:47.456848 [ 261 ] {ec525b0b-131c-4d27-b389-110ffb5a471f} <Debug> TCPHandler: Processed in 0.00203264 sec. | ||
10390 | 2025.05.22 21:24:47.456965 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10391 | 2025.05.22 21:24:47.457058 [ 261 ] {c8dcefbb-9ddc-47db-816f-733e37341265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10392 | 2025.05.22 21:24:47.457098 [ 261 ] {c8dcefbb-9ddc-47db-816f-733e37341265} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10393 | 2025.05.22 21:24:47.457447 [ 261 ] {c8dcefbb-9ddc-47db-816f-733e37341265} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10394 | 2025.05.22 21:24:47.457482 [ 261 ] {c8dcefbb-9ddc-47db-816f-733e37341265} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10395 | 2025.05.22 21:24:47.457785 [ 261 ] {c8dcefbb-9ddc-47db-816f-733e37341265} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
10396 | 2025.05.22 21:24:47.457994 [ 261 ] {c8dcefbb-9ddc-47db-816f-733e37341265} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10397 | 2025.05.22 21:24:47.458118 [ 261 ] {c8dcefbb-9ddc-47db-816f-733e37341265} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. | ||
10398 | 2025.05.22 21:24:47.458152 [ 261 ] {c8dcefbb-9ddc-47db-816f-733e37341265} <Debug> TCPHandler: Processed in 0.001235238 sec. | ||
10399 | 2025.05.22 21:24:47.748587 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 | ||
10400 | 2025.05.22 21:24:47.764635 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10401 | 2025.05.22 21:24:47.764696 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10402 | 2025.05.22 21:24:47.770978 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10403 | 2025.05.22 21:24:47.771678 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10404 | 2025.05.22 21:24:47.774611 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 437 | ||
10405 | 2025.05.22 21:24:51.401501 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1426 | ||
10406 | 2025.05.22 21:24:51.403962 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10407 | 2025.05.22 21:24:51.404006 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10408 | 2025.05.22 21:24:51.405174 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
10409 | 2025.05.22 21:24:51.405442 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10410 | 2025.05.22 21:24:51.405605 [ 83 ] {} <Debug> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
10411 | 2025.05.22 21:24:51.405682 [ 83 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10412 | 2025.05.22 21:24:51.405707 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10413 | 2025.05.22 21:24:51.405713 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1426 | ||
10414 | 2025.05.22 21:24:51.405854 [ 189 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::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 | ||
10415 | 2025.05.22 21:24:51.406490 [ 189 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10416 | 2025.05.22 21:24:51.406653 [ 189 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1248 rows starting from the beginning of the part | ||
10417 | 2025.05.22 21:24:51.407021 [ 189 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 38 rows starting from the beginning of the part | ||
10418 | 2025.05.22 21:24:51.407363 [ 189 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 34 rows starting from the beginning of the part | ||
10419 | 2025.05.22 21:24:51.407705 [ 189 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 36 rows starting from the beginning of the part | ||
10420 | 2025.05.22 21:24:51.408034 [ 189 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 36 rows starting from the beginning of the part | ||
10421 | 2025.05.22 21:24:51.408347 [ 189 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 34 rows starting from the beginning of the part | ||
10422 | 2025.05.22 21:24:51.414903 [ 194 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1426 rows, containing 72 columns (72 merged, 0 gathered) in 0.009112465 sec., 156488.94124696226 rows/sec., 125.19 MiB/sec. | ||
10423 | 2025.05.22 21:24:51.416419 [ 194 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
10424 | 2025.05.22 21:24:51.417007 [ 194 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_41_8} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10425 | 2025.05.22 21:24:51.417076 [ 194 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_41_8} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
10426 | 2025.05.22 21:24:51.417379 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. | ||
10427 | 2025.05.22 21:24:52.454254 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10428 | 2025.05.22 21:24:52.454438 [ 261 ] {3b11362f-335c-43c7-83d6-6dc339080174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
10429 | 2025.05.22 21:24:52.454502 [ 261 ] {3b11362f-335c-43c7-83d6-6dc339080174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
10430 | 2025.05.22 21:24:52.455200 [ 261 ] {3b11362f-335c-43c7-83d6-6dc339080174} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10431 | 2025.05.22 21:24:52.455245 [ 261 ] {3b11362f-335c-43c7-83d6-6dc339080174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10432 | 2025.05.22 21:24:52.455670 [ 261 ] {3b11362f-335c-43c7-83d6-6dc339080174} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
10433 | 2025.05.22 21:24:52.455896 [ 261 ] {3b11362f-335c-43c7-83d6-6dc339080174} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10434 | 2025.05.22 21:24:52.456063 [ 261 ] {3b11362f-335c-43c7-83d6-6dc339080174} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001676 sec., 126491.64677804297 rows/sec., 8.04 MiB/sec. | ||
10435 | 2025.05.22 21:24:52.456114 [ 261 ] {3b11362f-335c-43c7-83d6-6dc339080174} <Debug> TCPHandler: Processed in 0.00199265 sec. | ||
10436 | 2025.05.22 21:24:52.456237 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10437 | 2025.05.22 21:24:52.456339 [ 261 ] {297ab3e2-6984-4e86-ab03-348450594dab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
10438 | 2025.05.22 21:24:52.456383 [ 261 ] {297ab3e2-6984-4e86-ab03-348450594dab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10439 | 2025.05.22 21:24:52.456793 [ 261 ] {297ab3e2-6984-4e86-ab03-348450594dab} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10440 | 2025.05.22 21:24:52.456829 [ 261 ] {297ab3e2-6984-4e86-ab03-348450594dab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10441 | 2025.05.22 21:24:52.457128 [ 261 ] {297ab3e2-6984-4e86-ab03-348450594dab} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
10442 | 2025.05.22 21:24:52.457332 [ 261 ] {297ab3e2-6984-4e86-ab03-348450594dab} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10443 | 2025.05.22 21:24:52.457470 [ 261 ] {297ab3e2-6984-4e86-ab03-348450594dab} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001154 sec., 3466.2045060658575 rows/sec., 282.64 KiB/sec. | ||
10444 | 2025.05.22 21:24:52.457508 [ 261 ] {297ab3e2-6984-4e86-ab03-348450594dab} <Debug> TCPHandler: Processed in 0.0013253 sec. | ||
10445 | 2025.05.22 21:24:52.457619 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10446 | 2025.05.22 21:24:52.457718 [ 261 ] {077a2ba8-2f9a-4252-bb75-6308c27d5d69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10447 | 2025.05.22 21:24:52.457758 [ 261 ] {077a2ba8-2f9a-4252-bb75-6308c27d5d69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10448 | 2025.05.22 21:24:52.458401 [ 261 ] {077a2ba8-2f9a-4252-bb75-6308c27d5d69} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10449 | 2025.05.22 21:24:52.458437 [ 261 ] {077a2ba8-2f9a-4252-bb75-6308c27d5d69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10450 | 2025.05.22 21:24:52.458775 [ 261 ] {077a2ba8-2f9a-4252-bb75-6308c27d5d69} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
10451 | 2025.05.22 21:24:52.458988 [ 261 ] {077a2ba8-2f9a-4252-bb75-6308c27d5d69} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10452 | 2025.05.22 21:24:52.459109 [ 83 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
10453 | 2025.05.22 21:24:52.459122 [ 261 ] {077a2ba8-2f9a-4252-bb75-6308c27d5d69} <Debug> executeQuery: Read 635 rows, 51.02 KiB in 0.001423 sec., 446240.3373155306 rows/sec., 35.02 MiB/sec. | ||
10454 | 2025.05.22 21:24:52.459178 [ 83 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10455 | 2025.05.22 21:24:52.459187 [ 261 ] {077a2ba8-2f9a-4252-bb75-6308c27d5d69} <Debug> TCPHandler: Processed in 0.001618234 sec. | ||
10456 | 2025.05.22 21:24:52.459209 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10457 | 2025.05.22 21:24:52.459310 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10458 | 2025.05.22 21:24:52.459323 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::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 | ||
10459 | 2025.05.22 21:24:52.459411 [ 261 ] {d71c258e-b6f7-407a-b77e-335430b41e6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10460 | 2025.05.22 21:24:52.459455 [ 261 ] {d71c258e-b6f7-407a-b77e-335430b41e6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10461 | 2025.05.22 21:24:52.459458 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10462 | 2025.05.22 21:24:52.459507 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1970 rows starting from the beginning of the part | ||
10463 | 2025.05.22 21:24:52.459584 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 633 rows starting from the beginning of the part | ||
10464 | 2025.05.22 21:24:52.459634 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 1262 rows starting from the beginning of the part | ||
10465 | 2025.05.22 21:24:52.459690 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 633 rows starting from the beginning of the part | ||
10466 | 2025.05.22 21:24:52.459733 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 122 rows starting from the beginning of the part | ||
10467 | 2025.05.22 21:24:52.459779 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 635 rows starting from the beginning of the part | ||
10468 | 2025.05.22 21:24:52.459882 [ 261 ] {d71c258e-b6f7-407a-b77e-335430b41e6a} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10469 | 2025.05.22 21:24:52.459925 [ 261 ] {d71c258e-b6f7-407a-b77e-335430b41e6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10470 | 2025.05.22 21:24:52.460386 [ 261 ] {d71c258e-b6f7-407a-b77e-335430b41e6a} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
10471 | 2025.05.22 21:24:52.460620 [ 261 ] {d71c258e-b6f7-407a-b77e-335430b41e6a} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10472 | 2025.05.22 21:24:52.460727 [ 83 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
10473 | 2025.05.22 21:24:52.460756 [ 83 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10474 | 2025.05.22 21:24:52.460756 [ 261 ] {d71c258e-b6f7-407a-b77e-335430b41e6a} <Debug> executeQuery: Read 118 rows, 7.27 KiB in 0.001363 sec., 86573.73440939105 rows/sec., 5.21 MiB/sec. | ||
10475 | 2025.05.22 21:24:52.460780 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10476 | 2025.05.22 21:24:52.460812 [ 261 ] {d71c258e-b6f7-407a-b77e-335430b41e6a} <Debug> TCPHandler: Processed in 0.001552183 sec. | ||
10477 | 2025.05.22 21:24:52.460873 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::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 | ||
10478 | 2025.05.22 21:24:52.460960 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10479 | 2025.05.22 21:24:52.460962 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10480 | 2025.05.22 21:24:52.461003 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 179 rows starting from the beginning of the part | ||
10481 | 2025.05.22 21:24:52.461056 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 114 rows starting from the beginning of the part | ||
10482 | 2025.05.22 21:24:52.461057 [ 261 ] {63f1b10c-bc9f-4ed7-aad6-5a2b6693e8e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
10483 | 2025.05.22 21:24:52.461102 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 33 rows starting from the beginning of the part | ||
10484 | 2025.05.22 21:24:52.461107 [ 261 ] {63f1b10c-bc9f-4ed7-aad6-5a2b6693e8e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10485 | 2025.05.22 21:24:52.461143 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 114 rows starting from the beginning of the part | ||
10486 | 2025.05.22 21:24:52.461182 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 33 rows starting from the beginning of the part | ||
10487 | 2025.05.22 21:24:52.461220 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 118 rows starting from the beginning of the part | ||
10488 | 2025.05.22 21:24:52.461592 [ 261 ] {63f1b10c-bc9f-4ed7-aad6-5a2b6693e8e3} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10489 | 2025.05.22 21:24:52.461628 [ 261 ] {63f1b10c-bc9f-4ed7-aad6-5a2b6693e8e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10490 | 2025.05.22 21:24:52.461741 [ 187 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5255 rows, containing 5 columns (5 merged, 0 gathered) in 0.002466357 sec., 2130672.8912318856 rows/sec., 180.66 MiB/sec. | ||
10491 | 2025.05.22 21:24:52.461983 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
10492 | 2025.05.22 21:24:52.462003 [ 196 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 591 rows, containing 5 columns (5 merged, 0 gathered) in 0.001160017 sec., 509475.2921724423 rows/sec., 33.96 MiB/sec. | ||
10493 | 2025.05.22 21:24:52.462215 [ 261 ] {63f1b10c-bc9f-4ed7-aad6-5a2b6693e8e3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
10494 | 2025.05.22 21:24:52.462249 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
10495 | 2025.05.22 21:24:52.462259 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_81_16} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10496 | 2025.05.22 21:24:52.462343 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_81_16} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
10497 | 2025.05.22 21:24:52.462415 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB. | ||
10498 | 2025.05.22 21:24:52.462502 [ 261 ] {63f1b10c-bc9f-4ed7-aad6-5a2b6693e8e3} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10499 | 2025.05.22 21:24:52.462616 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_76_15} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10500 | 2025.05.22 21:24:52.462632 [ 83 ] {} <Debug> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
10501 | 2025.05.22 21:24:52.462658 [ 83 ] {} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10502 | 2025.05.22 21:24:52.462658 [ 261 ] {63f1b10c-bc9f-4ed7-aad6-5a2b6693e8e3} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001617 sec., 69882.49845392702 rows/sec., 4.52 MiB/sec. | ||
10503 | 2025.05.22 21:24:52.462676 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10504 | 2025.05.22 21:24:52.462706 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_76_15} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
10505 | 2025.05.22 21:24:52.462722 [ 261 ] {63f1b10c-bc9f-4ed7-aad6-5a2b6693e8e3} <Debug> TCPHandler: Processed in 0.001813837 sec. | ||
10506 | 2025.05.22 21:24:52.462758 [ 194 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
10507 | 2025.05.22 21:24:52.462793 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
10508 | 2025.05.22 21:24:52.462843 [ 194 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10509 | 2025.05.22 21:24:52.462856 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10510 | 2025.05.22 21:24:52.462870 [ 194 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 365 rows starting from the beginning of the part | ||
10511 | 2025.05.22 21:24:52.462917 [ 194 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 113 rows starting from the beginning of the part | ||
10512 | 2025.05.22 21:24:52.462952 [ 194 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 113 rows starting from the beginning of the part | ||
10513 | 2025.05.22 21:24:52.462952 [ 261 ] {1bdb93a7-b3f8-4549-bb01-2eb03969edb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
10514 | 2025.05.22 21:24:52.462986 [ 194 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 228 rows starting from the beginning of the part | ||
10515 | 2025.05.22 21:24:52.463000 [ 261 ] {1bdb93a7-b3f8-4549-bb01-2eb03969edb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10516 | 2025.05.22 21:24:52.463020 [ 194 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 113 rows starting from the beginning of the part | ||
10517 | 2025.05.22 21:24:52.463054 [ 194 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 113 rows starting from the beginning of the part | ||
10518 | 2025.05.22 21:24:52.463447 [ 261 ] {1bdb93a7-b3f8-4549-bb01-2eb03969edb4} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10519 | 2025.05.22 21:24:52.463482 [ 261 ] {1bdb93a7-b3f8-4549-bb01-2eb03969edb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10520 | 2025.05.22 21:24:52.463782 [ 261 ] {1bdb93a7-b3f8-4549-bb01-2eb03969edb4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
10521 | 2025.05.22 21:24:52.463814 [ 196 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1045 rows, containing 5 columns (5 merged, 0 gathered) in 0.001082926 sec., 964978.2164247604 rows/sec., 67.80 MiB/sec. | ||
10522 | 2025.05.22 21:24:52.463936 [ 194 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
10523 | 2025.05.22 21:24:52.463992 [ 261 ] {1bdb93a7-b3f8-4549-bb01-2eb03969edb4} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10524 | 2025.05.22 21:24:52.464120 [ 261 ] {1bdb93a7-b3f8-4549-bb01-2eb03969edb4} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001184 sec., 94594.5945945946 rows/sec., 5.39 MiB/sec. | ||
10525 | 2025.05.22 21:24:52.464169 [ 261 ] {1bdb93a7-b3f8-4549-bb01-2eb03969edb4} <Debug> TCPHandler: Processed in 0.00136262 sec. | ||
10526 | 2025.05.22 21:24:52.464169 [ 194 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_35_7} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10527 | 2025.05.22 21:24:52.464237 [ 194 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_35_7} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
10528 | 2025.05.22 21:24:52.464294 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
10529 | 2025.05.22 21:24:52.464295 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10530 | 2025.05.22 21:24:52.464396 [ 261 ] {fea7c7aa-60c3-44a1-9e46-2fb466f439ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10531 | 2025.05.22 21:24:52.464435 [ 261 ] {fea7c7aa-60c3-44a1-9e46-2fb466f439ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10532 | 2025.05.22 21:24:52.465006 [ 261 ] {fea7c7aa-60c3-44a1-9e46-2fb466f439ed} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10533 | 2025.05.22 21:24:52.465040 [ 261 ] {fea7c7aa-60c3-44a1-9e46-2fb466f439ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10534 | 2025.05.22 21:24:52.465352 [ 261 ] {fea7c7aa-60c3-44a1-9e46-2fb466f439ed} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
10535 | 2025.05.22 21:24:52.465553 [ 261 ] {fea7c7aa-60c3-44a1-9e46-2fb466f439ed} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10536 | 2025.05.22 21:24:52.465666 [ 83 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
10537 | 2025.05.22 21:24:52.465680 [ 261 ] {fea7c7aa-60c3-44a1-9e46-2fb466f439ed} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.001301 sec., 302843.9661798616 rows/sec., 21.43 MiB/sec. | ||
10538 | 2025.05.22 21:24:52.465708 [ 83 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10539 | 2025.05.22 21:24:52.465729 [ 261 ] {fea7c7aa-60c3-44a1-9e46-2fb466f439ed} <Debug> TCPHandler: Processed in 0.001483343 sec. | ||
10540 | 2025.05.22 21:24:52.465734 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10541 | 2025.05.22 21:24:52.465846 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::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 | ||
10542 | 2025.05.22 21:24:52.465854 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10543 | 2025.05.22 21:24:52.465973 [ 261 ] {01592d16-a195-4879-89da-31130c43364f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
10544 | 2025.05.22 21:24:52.465989 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10545 | 2025.05.22 21:24:52.466015 [ 261 ] {01592d16-a195-4879-89da-31130c43364f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10546 | 2025.05.22 21:24:52.466041 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 953 rows starting from the beginning of the part | ||
10547 | 2025.05.22 21:24:52.466141 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 390 rows starting from the beginning of the part | ||
10548 | 2025.05.22 21:24:52.466217 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 553 rows starting from the beginning of the part | ||
10549 | 2025.05.22 21:24:52.466285 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 390 rows starting from the beginning of the part | ||
10550 | 2025.05.22 21:24:52.466352 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 97 rows starting from the beginning of the part | ||
10551 | 2025.05.22 21:24:52.466364 [ 261 ] {01592d16-a195-4879-89da-31130c43364f} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10552 | 2025.05.22 21:24:52.466411 [ 261 ] {01592d16-a195-4879-89da-31130c43364f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10553 | 2025.05.22 21:24:52.466422 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 394 rows starting from the beginning of the part | ||
10554 | 2025.05.22 21:24:52.466731 [ 261 ] {01592d16-a195-4879-89da-31130c43364f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
10555 | 2025.05.22 21:24:52.466965 [ 261 ] {01592d16-a195-4879-89da-31130c43364f} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10556 | 2025.05.22 21:24:52.467094 [ 261 ] {01592d16-a195-4879-89da-31130c43364f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001139 sec., 5267.778753292361 rows/sec., 275.22 KiB/sec. | ||
10557 | 2025.05.22 21:24:52.467131 [ 261 ] {01592d16-a195-4879-89da-31130c43364f} <Debug> TCPHandler: Processed in 0.00132489 sec. | ||
10558 | 2025.05.22 21:24:52.467238 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10559 | 2025.05.22 21:24:52.467332 [ 261 ] {e10ba350-1b4a-4a8c-bf61-3abdadd55582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10560 | 2025.05.22 21:24:52.467372 [ 261 ] {e10ba350-1b4a-4a8c-bf61-3abdadd55582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10561 | 2025.05.22 21:24:52.467739 [ 194 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2777 rows, containing 5 columns (5 merged, 0 gathered) in 0.00194224 sec., 1429792.4046461817 rows/sec., 109.18 MiB/sec. | ||
10562 | 2025.05.22 21:24:52.467770 [ 261 ] {e10ba350-1b4a-4a8c-bf61-3abdadd55582} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10563 | 2025.05.22 21:24:52.467806 [ 261 ] {e10ba350-1b4a-4a8c-bf61-3abdadd55582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10564 | 2025.05.22 21:24:52.467922 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
10565 | 2025.05.22 21:24:52.468159 [ 261 ] {e10ba350-1b4a-4a8c-bf61-3abdadd55582} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
10566 | 2025.05.22 21:24:52.468192 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_81_16} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10567 | 2025.05.22 21:24:52.468268 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_81_16} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
10568 | 2025.05.22 21:24:52.468331 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
10569 | 2025.05.22 21:24:52.468395 [ 261 ] {e10ba350-1b4a-4a8c-bf61-3abdadd55582} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10570 | 2025.05.22 21:24:52.468529 [ 261 ] {e10ba350-1b4a-4a8c-bf61-3abdadd55582} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001215 sec., 196707.81893004116 rows/sec., 13.19 MiB/sec. | ||
10571 | 2025.05.22 21:24:52.468565 [ 261 ] {e10ba350-1b4a-4a8c-bf61-3abdadd55582} <Debug> TCPHandler: Processed in 0.001374541 sec. | ||
10572 | 2025.05.22 21:24:52.468675 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10573 | 2025.05.22 21:24:52.468769 [ 261 ] {86831e0f-2415-4e06-8fcb-0a49350a4a26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
10574 | 2025.05.22 21:24:52.468809 [ 261 ] {86831e0f-2415-4e06-8fcb-0a49350a4a26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10575 | 2025.05.22 21:24:52.469112 [ 261 ] {86831e0f-2415-4e06-8fcb-0a49350a4a26} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10576 | 2025.05.22 21:24:52.469147 [ 261 ] {86831e0f-2415-4e06-8fcb-0a49350a4a26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10577 | 2025.05.22 21:24:52.469427 [ 261 ] {86831e0f-2415-4e06-8fcb-0a49350a4a26} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
10578 | 2025.05.22 21:24:52.469619 [ 261 ] {86831e0f-2415-4e06-8fcb-0a49350a4a26} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10579 | 2025.05.22 21:24:52.469740 [ 261 ] {86831e0f-2415-4e06-8fcb-0a49350a4a26} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00099 sec., 1010.1010101010102 rows/sec., 68.06 KiB/sec. | ||
10580 | 2025.05.22 21:24:52.469775 [ 261 ] {86831e0f-2415-4e06-8fcb-0a49350a4a26} <Debug> TCPHandler: Processed in 0.001148497 sec. | ||
10581 | 2025.05.22 21:24:52.469881 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10582 | 2025.05.22 21:24:52.469973 [ 261 ] {9391e383-74a0-4041-a91e-1744c7dd6332} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10583 | 2025.05.22 21:24:52.470026 [ 261 ] {9391e383-74a0-4041-a91e-1744c7dd6332} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.05.22 21:24:52.470740 [ 261 ] {9391e383-74a0-4041-a91e-1744c7dd6332} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10585 | 2025.05.22 21:24:52.470776 [ 261 ] {9391e383-74a0-4041-a91e-1744c7dd6332} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10586 | 2025.05.22 21:24:52.471252 [ 261 ] {9391e383-74a0-4041-a91e-1744c7dd6332} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
10587 | 2025.05.22 21:24:52.471461 [ 261 ] {9391e383-74a0-4041-a91e-1744c7dd6332} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10588 | 2025.05.22 21:24:52.471581 [ 80 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
10589 | 2025.05.22 21:24:52.471595 [ 261 ] {9391e383-74a0-4041-a91e-1744c7dd6332} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001639 sec., 4881.025015253203 rows/sec., 8.75 MiB/sec. | ||
10590 | 2025.05.22 21:24:52.471633 [ 80 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10591 | 2025.05.22 21:24:52.471658 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10592 | 2025.05.22 21:24:52.471663 [ 261 ] {9391e383-74a0-4041-a91e-1744c7dd6332} <Debug> TCPHandler: Processed in 0.001829027 sec. | ||
10593 | 2025.05.22 21:24:52.471762 [ 193 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
10594 | 2025.05.22 21:24:52.471785 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10595 | 2025.05.22 21:24:52.471895 [ 261 ] {ff87389a-be6d-4b86-88ab-0c3ca6fc8131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10596 | 2025.05.22 21:24:52.471936 [ 261 ] {ff87389a-be6d-4b86-88ab-0c3ca6fc8131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10597 | 2025.05.22 21:24:52.472017 [ 193 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10598 | 2025.05.22 21:24:52.472077 [ 193 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1514 rows starting from the beginning of the part | ||
10599 | 2025.05.22 21:24:52.472234 [ 193 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 8 rows starting from the beginning of the part | ||
10600 | 2025.05.22 21:24:52.472273 [ 261 ] {ff87389a-be6d-4b86-88ab-0c3ca6fc8131} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10601 | 2025.05.22 21:24:52.472313 [ 261 ] {ff87389a-be6d-4b86-88ab-0c3ca6fc8131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10602 | 2025.05.22 21:24:52.472347 [ 193 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 33 rows starting from the beginning of the part | ||
10603 | 2025.05.22 21:24:52.472456 [ 193 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 8 rows starting from the beginning of the part | ||
10604 | 2025.05.22 21:24:52.472564 [ 193 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 33 rows starting from the beginning of the part | ||
10605 | 2025.05.22 21:24:52.472618 [ 261 ] {ff87389a-be6d-4b86-88ab-0c3ca6fc8131} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
10606 | 2025.05.22 21:24:52.472671 [ 193 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 8 rows starting from the beginning of the part | ||
10607 | 2025.05.22 21:24:52.472844 [ 261 ] {ff87389a-be6d-4b86-88ab-0c3ca6fc8131} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10608 | 2025.05.22 21:24:52.472976 [ 261 ] {ff87389a-be6d-4b86-88ab-0c3ca6fc8131} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001099 sec., 74613.2848043676 rows/sec., 4.74 MiB/sec. | ||
10609 | 2025.05.22 21:24:52.473012 [ 261 ] {ff87389a-be6d-4b86-88ab-0c3ca6fc8131} <Debug> TCPHandler: Processed in 0.001274869 sec. | ||
10610 | 2025.05.22 21:24:52.482742 [ 191 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1604 rows, containing 19 columns (19 merged, 0 gathered) in 0.011027894 sec., 145449.34871517625 rows/sec., 260.64 MiB/sec. | ||
10611 | 2025.05.22 21:24:52.484620 [ 194 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
10612 | 2025.05.22 21:24:52.484944 [ 194 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10613 | 2025.05.22 21:24:52.485011 [ 194 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
10614 | 2025.05.22 21:24:52.485141 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.53 MiB. | ||
10615 | 2025.05.22 21:24:53.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 312.62 MiB, peak 324.22 MiB, free memory in arenas 0.00 B, will set to 318.89 MiB (RSS), difference: 6.27 MiB | ||
10616 | 2025.05.22 21:24:53.834323 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27023 | ||
10617 | 2025.05.22 21:24:53.835032 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10618 | 2025.05.22 21:24:53.835075 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10619 | 2025.05.22 21:24:53.835563 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10620 | 2025.05.22 21:24:53.835793 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10621 | 2025.05.22 21:24:53.835940 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27023 | ||
10622 | 2025.05.22 21:24:55.274729 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 | ||
10623 | 2025.05.22 21:24:55.292932 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10624 | 2025.05.22 21:24:55.293004 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10625 | 2025.05.22 21:24:55.299109 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10626 | 2025.05.22 21:24:55.299816 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10627 | 2025.05.22 21:24:55.303508 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
10628 | 2025.05.22 21:24:57.448441 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10629 | 2025.05.22 21:24:57.448630 [ 261 ] {59aa72e5-f160-430b-ac6b-f750a785a65c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10630 | 2025.05.22 21:24:57.448698 [ 261 ] {59aa72e5-f160-430b-ac6b-f750a785a65c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10631 | 2025.05.22 21:24:57.449398 [ 261 ] {59aa72e5-f160-430b-ac6b-f750a785a65c} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10632 | 2025.05.22 21:24:57.449443 [ 261 ] {59aa72e5-f160-430b-ac6b-f750a785a65c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10633 | 2025.05.22 21:24:57.449847 [ 261 ] {59aa72e5-f160-430b-ac6b-f750a785a65c} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
10634 | 2025.05.22 21:24:57.450068 [ 261 ] {59aa72e5-f160-430b-ac6b-f750a785a65c} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10635 | 2025.05.22 21:24:57.450220 [ 261 ] {59aa72e5-f160-430b-ac6b-f750a785a65c} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.001641 sec., 74344.91163924435 rows/sec., 6.35 MiB/sec. | ||
10636 | 2025.05.22 21:24:57.450260 [ 261 ] {59aa72e5-f160-430b-ac6b-f750a785a65c} <Debug> TCPHandler: Processed in 0.001953929 sec. | ||
10637 | 2025.05.22 21:24:57.450387 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10638 | 2025.05.22 21:24:57.450492 [ 261 ] {16c7681c-080a-48e6-abf4-f4984789b5ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10639 | 2025.05.22 21:24:57.450533 [ 261 ] {16c7681c-080a-48e6-abf4-f4984789b5ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10640 | 2025.05.22 21:24:57.450966 [ 261 ] {16c7681c-080a-48e6-abf4-f4984789b5ee} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10641 | 2025.05.22 21:24:57.450998 [ 261 ] {16c7681c-080a-48e6-abf4-f4984789b5ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10642 | 2025.05.22 21:24:57.451279 [ 261 ] {16c7681c-080a-48e6-abf4-f4984789b5ee} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
10643 | 2025.05.22 21:24:57.451478 [ 261 ] {16c7681c-080a-48e6-abf4-f4984789b5ee} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10644 | 2025.05.22 21:24:57.451598 [ 261 ] {16c7681c-080a-48e6-abf4-f4984789b5ee} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001181 sec., 27942.421676545302 rows/sec., 2.05 MiB/sec. | ||
10645 | 2025.05.22 21:24:57.451633 [ 261 ] {16c7681c-080a-48e6-abf4-f4984789b5ee} <Debug> TCPHandler: Processed in 0.00135309 sec. | ||
10646 | 2025.05.22 21:24:57.451809 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10647 | 2025.05.22 21:24:57.451912 [ 261 ] {edc8295f-034e-40d0-949e-6c2eab60778c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10648 | 2025.05.22 21:24:57.451951 [ 261 ] {edc8295f-034e-40d0-949e-6c2eab60778c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10649 | 2025.05.22 21:24:57.452375 [ 261 ] {edc8295f-034e-40d0-949e-6c2eab60778c} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10650 | 2025.05.22 21:24:57.452411 [ 261 ] {edc8295f-034e-40d0-949e-6c2eab60778c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10651 | 2025.05.22 21:24:57.452704 [ 261 ] {edc8295f-034e-40d0-949e-6c2eab60778c} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
10652 | 2025.05.22 21:24:57.452911 [ 261 ] {edc8295f-034e-40d0-949e-6c2eab60778c} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10653 | 2025.05.22 21:24:57.453037 [ 261 ] {edc8295f-034e-40d0-949e-6c2eab60778c} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001143 sec., 84864.39195100612 rows/sec., 6.63 MiB/sec. | ||
10654 | 2025.05.22 21:24:57.453073 [ 261 ] {edc8295f-034e-40d0-949e-6c2eab60778c} <Debug> TCPHandler: Processed in 0.00131185 sec. | ||
10655 | 2025.05.22 21:24:57.453189 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10656 | 2025.05.22 21:24:57.453286 [ 261 ] {6257e4c5-e7ba-46ba-951c-30c4480f4d22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10657 | 2025.05.22 21:24:57.453329 [ 261 ] {6257e4c5-e7ba-46ba-951c-30c4480f4d22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10658 | 2025.05.22 21:24:57.453735 [ 261 ] {6257e4c5-e7ba-46ba-951c-30c4480f4d22} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10659 | 2025.05.22 21:24:57.453773 [ 261 ] {6257e4c5-e7ba-46ba-951c-30c4480f4d22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10660 | 2025.05.22 21:24:57.454115 [ 261 ] {6257e4c5-e7ba-46ba-951c-30c4480f4d22} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
10661 | 2025.05.22 21:24:57.454321 [ 261 ] {6257e4c5-e7ba-46ba-951c-30c4480f4d22} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10662 | 2025.05.22 21:24:57.454438 [ 73 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
10663 | 2025.05.22 21:24:57.454449 [ 261 ] {6257e4c5-e7ba-46ba-951c-30c4480f4d22} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001181 sec., 135478.4081287045 rows/sec., 9.44 MiB/sec. | ||
10664 | 2025.05.22 21:24:57.454500 [ 73 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10665 | 2025.05.22 21:24:57.454508 [ 261 ] {6257e4c5-e7ba-46ba-951c-30c4480f4d22} <Debug> TCPHandler: Processed in 0.00137139 sec. | ||
10666 | 2025.05.22 21:24:57.454530 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10667 | 2025.05.22 21:24:57.454629 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10668 | 2025.05.22 21:24:57.454709 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
10669 | 2025.05.22 21:24:57.454735 [ 261 ] {c2db4902-b867-49a5-9e32-11312cacccea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10670 | 2025.05.22 21:24:57.454836 [ 261 ] {c2db4902-b867-49a5-9e32-11312cacccea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10671 | 2025.05.22 21:24:57.454938 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10672 | 2025.05.22 21:24:57.455001 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 22844 rows starting from the beginning of the part | ||
10673 | 2025.05.22 21:24:57.455092 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 880 rows starting from the beginning of the part | ||
10674 | 2025.05.22 21:24:57.455137 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 237 rows starting from the beginning of the part | ||
10675 | 2025.05.22 21:24:57.455181 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part | ||
10676 | 2025.05.22 21:24:57.455221 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 239 rows starting from the beginning of the part | ||
10677 | 2025.05.22 21:24:57.455261 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
10678 | 2025.05.22 21:24:57.455648 [ 261 ] {c2db4902-b867-49a5-9e32-11312cacccea} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10679 | 2025.05.22 21:24:57.455689 [ 261 ] {c2db4902-b867-49a5-9e32-11312cacccea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10680 | 2025.05.22 21:24:57.456230 [ 261 ] {c2db4902-b867-49a5-9e32-11312cacccea} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
10681 | 2025.05.22 21:24:57.456463 [ 261 ] {c2db4902-b867-49a5-9e32-11312cacccea} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10682 | 2025.05.22 21:24:57.456609 [ 261 ] {c2db4902-b867-49a5-9e32-11312cacccea} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001892 sec., 17441.86046511628 rows/sec., 31.26 MiB/sec. | ||
10683 | 2025.05.22 21:24:57.456661 [ 261 ] {c2db4902-b867-49a5-9e32-11312cacccea} <Debug> TCPHandler: Processed in 0.002079841 sec. | ||
10684 | 2025.05.22 21:24:57.456775 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10685 | 2025.05.22 21:24:57.456869 [ 261 ] {b1b688ed-97b8-4b03-a86e-9ae3a3ddb055} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10686 | 2025.05.22 21:24:57.456910 [ 261 ] {b1b688ed-97b8-4b03-a86e-9ae3a3ddb055} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10687 | 2025.05.22 21:24:57.457255 [ 261 ] {b1b688ed-97b8-4b03-a86e-9ae3a3ddb055} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10688 | 2025.05.22 21:24:57.457290 [ 261 ] {b1b688ed-97b8-4b03-a86e-9ae3a3ddb055} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10689 | 2025.05.22 21:24:57.457591 [ 261 ] {b1b688ed-97b8-4b03-a86e-9ae3a3ddb055} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
10690 | 2025.05.22 21:24:57.457795 [ 261 ] {b1b688ed-97b8-4b03-a86e-9ae3a3ddb055} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10691 | 2025.05.22 21:24:57.457902 [ 73 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
10692 | 2025.05.22 21:24:57.457923 [ 261 ] {b1b688ed-97b8-4b03-a86e-9ae3a3ddb055} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. | ||
10693 | 2025.05.22 21:24:57.457939 [ 73 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10694 | 2025.05.22 21:24:57.457964 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10695 | 2025.05.22 21:24:57.457965 [ 261 ] {b1b688ed-97b8-4b03-a86e-9ae3a3ddb055} <Debug> TCPHandler: Processed in 0.001238379 sec. | ||
10696 | 2025.05.22 21:24:57.458052 [ 194 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
10697 | 2025.05.22 21:24:57.458154 [ 194 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10698 | 2025.05.22 21:24:57.458181 [ 194 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4298 rows starting from the beginning of the part | ||
10699 | 2025.05.22 21:24:57.458237 [ 194 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
10700 | 2025.05.22 21:24:57.458278 [ 194 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 82 rows starting from the beginning of the part | ||
10701 | 2025.05.22 21:24:57.458315 [ 194 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
10702 | 2025.05.22 21:24:57.458350 [ 194 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 82 rows starting from the beginning of the part | ||
10703 | 2025.05.22 21:24:57.458386 [ 194 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
10704 | 2025.05.22 21:24:57.460004 [ 201 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4642 rows, containing 4 columns (4 merged, 0 gathered) in 0.00198782 sec., 2335221.4989284743 rows/sec., 154.21 MiB/sec. | ||
10705 | 2025.05.22 21:24:57.460245 [ 200 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24520 rows, containing 5 columns (5 merged, 0 gathered) in 0.005612954 sec., 4368466.230081344 rows/sec., 297.24 MiB/sec. | ||
10706 | 2025.05.22 21:24:57.460292 [ 186 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
10707 | 2025.05.22 21:24:57.460550 [ 186 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_81_16} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10708 | 2025.05.22 21:24:57.460615 [ 186 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_81_16} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
10709 | 2025.05.22 21:24:57.460682 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
10710 | 2025.05.22 21:24:57.460894 [ 188 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
10711 | 2025.05.22 21:24:57.461217 [ 188 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10712 | 2025.05.22 21:24:57.461300 [ 188 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
10713 | 2025.05.22 21:24:57.461414 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
10714 | 2025.05.22 21:25:01.188815 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10715 | 2025.05.22 21:25:01.188881 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10716 | 2025.05.22 21:25:01.336261 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27511 | ||
10717 | 2025.05.22 21:25:01.336850 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10718 | 2025.05.22 21:25:01.336900 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10719 | 2025.05.22 21:25:01.337460 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10720 | 2025.05.22 21:25:01.337733 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10721 | 2025.05.22 21:25:01.337892 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 | ||
10722 | 2025.05.22 21:25:01.406128 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1462 | ||
10723 | 2025.05.22 21:25:01.408595 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10724 | 2025.05.22 21:25:01.408642 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10725 | 2025.05.22 21:25:01.409852 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
10726 | 2025.05.22 21:25:01.410108 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10727 | 2025.05.22 21:25:01.410365 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1462 | ||
10728 | 2025.05.22 21:25:02.454177 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10729 | 2025.05.22 21:25:02.454461 [ 261 ] {56cf4dfa-0af8-468b-bb7a-4549780ca428} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
10730 | 2025.05.22 21:25:02.454561 [ 261 ] {56cf4dfa-0af8-468b-bb7a-4549780ca428} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
10731 | 2025.05.22 21:25:02.455603 [ 261 ] {56cf4dfa-0af8-468b-bb7a-4549780ca428} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10732 | 2025.05.22 21:25:02.455642 [ 261 ] {56cf4dfa-0af8-468b-bb7a-4549780ca428} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10733 | 2025.05.22 21:25:02.456054 [ 261 ] {56cf4dfa-0af8-468b-bb7a-4549780ca428} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
10734 | 2025.05.22 21:25:02.456303 [ 261 ] {56cf4dfa-0af8-468b-bb7a-4549780ca428} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10735 | 2025.05.22 21:25:02.456457 [ 261 ] {56cf4dfa-0af8-468b-bb7a-4549780ca428} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002074 sec., 102217.93635486982 rows/sec., 6.50 MiB/sec. | ||
10736 | 2025.05.22 21:25:02.456497 [ 261 ] {56cf4dfa-0af8-468b-bb7a-4549780ca428} <Debug> TCPHandler: Processed in 0.002498128 sec. | ||
10737 | 2025.05.22 21:25:02.456618 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10738 | 2025.05.22 21:25:02.456721 [ 261 ] {d278ed84-7cff-45b0-91d7-b3bf0a057f45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10739 | 2025.05.22 21:25:02.456760 [ 261 ] {d278ed84-7cff-45b0-91d7-b3bf0a057f45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10740 | 2025.05.22 21:25:02.457522 [ 261 ] {d278ed84-7cff-45b0-91d7-b3bf0a057f45} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10741 | 2025.05.22 21:25:02.457558 [ 261 ] {d278ed84-7cff-45b0-91d7-b3bf0a057f45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10742 | 2025.05.22 21:25:02.457929 [ 261 ] {d278ed84-7cff-45b0-91d7-b3bf0a057f45} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
10743 | 2025.05.22 21:25:02.458153 [ 261 ] {d278ed84-7cff-45b0-91d7-b3bf0a057f45} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10744 | 2025.05.22 21:25:02.458279 [ 261 ] {d278ed84-7cff-45b0-91d7-b3bf0a057f45} <Debug> executeQuery: Read 633 rows, 50.88 KiB in 0.001577 sec., 401395.0538998098 rows/sec., 31.51 MiB/sec. | ||
10745 | 2025.05.22 21:25:02.458314 [ 261 ] {d278ed84-7cff-45b0-91d7-b3bf0a057f45} <Debug> TCPHandler: Processed in 0.001745006 sec. | ||
10746 | 2025.05.22 21:25:02.458443 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10747 | 2025.05.22 21:25:02.458537 [ 261 ] {0d3d6c2a-87ba-4fc4-b5fd-3a646f12cf8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10748 | 2025.05.22 21:25:02.458577 [ 261 ] {0d3d6c2a-87ba-4fc4-b5fd-3a646f12cf8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10749 | 2025.05.22 21:25:02.459046 [ 261 ] {0d3d6c2a-87ba-4fc4-b5fd-3a646f12cf8d} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10750 | 2025.05.22 21:25:02.459081 [ 261 ] {0d3d6c2a-87ba-4fc4-b5fd-3a646f12cf8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10751 | 2025.05.22 21:25:02.459406 [ 261 ] {0d3d6c2a-87ba-4fc4-b5fd-3a646f12cf8d} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
10752 | 2025.05.22 21:25:02.459611 [ 261 ] {0d3d6c2a-87ba-4fc4-b5fd-3a646f12cf8d} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10753 | 2025.05.22 21:25:02.459750 [ 261 ] {0d3d6c2a-87ba-4fc4-b5fd-3a646f12cf8d} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001231 sec., 92607.6360682372 rows/sec., 5.54 MiB/sec. | ||
10754 | 2025.05.22 21:25:02.459786 [ 261 ] {0d3d6c2a-87ba-4fc4-b5fd-3a646f12cf8d} <Debug> TCPHandler: Processed in 0.00140127 sec. | ||
10755 | 2025.05.22 21:25:02.459901 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10756 | 2025.05.22 21:25:02.459995 [ 261 ] {8056bc26-2924-4e44-949a-fc3fdcbf54f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
10757 | 2025.05.22 21:25:02.460033 [ 261 ] {8056bc26-2924-4e44-949a-fc3fdcbf54f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10758 | 2025.05.22 21:25:02.460465 [ 261 ] {8056bc26-2924-4e44-949a-fc3fdcbf54f1} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10759 | 2025.05.22 21:25:02.460499 [ 261 ] {8056bc26-2924-4e44-949a-fc3fdcbf54f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10760 | 2025.05.22 21:25:02.460797 [ 261 ] {8056bc26-2924-4e44-949a-fc3fdcbf54f1} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
10761 | 2025.05.22 21:25:02.461019 [ 261 ] {8056bc26-2924-4e44-949a-fc3fdcbf54f1} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10762 | 2025.05.22 21:25:02.461140 [ 261 ] {8056bc26-2924-4e44-949a-fc3fdcbf54f1} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001163 sec., 97162.51074806535 rows/sec., 6.29 MiB/sec. | ||
10763 | 2025.05.22 21:25:02.461175 [ 261 ] {8056bc26-2924-4e44-949a-fc3fdcbf54f1} <Debug> TCPHandler: Processed in 0.001322739 sec. | ||
10764 | 2025.05.22 21:25:02.461286 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10765 | 2025.05.22 21:25:02.461379 [ 261 ] {939cf84c-7909-40e0-a61b-df67b5c95f33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
10766 | 2025.05.22 21:25:02.461417 [ 261 ] {939cf84c-7909-40e0-a61b-df67b5c95f33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10767 | 2025.05.22 21:25:02.461836 [ 261 ] {939cf84c-7909-40e0-a61b-df67b5c95f33} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10768 | 2025.05.22 21:25:02.461869 [ 261 ] {939cf84c-7909-40e0-a61b-df67b5c95f33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10769 | 2025.05.22 21:25:02.462165 [ 261 ] {939cf84c-7909-40e0-a61b-df67b5c95f33} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
10770 | 2025.05.22 21:25:02.462365 [ 261 ] {939cf84c-7909-40e0-a61b-df67b5c95f33} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10771 | 2025.05.22 21:25:02.462487 [ 261 ] {939cf84c-7909-40e0-a61b-df67b5c95f33} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001126 sec., 99467.1403197158 rows/sec., 5.67 MiB/sec. | ||
10772 | 2025.05.22 21:25:02.462522 [ 261 ] {939cf84c-7909-40e0-a61b-df67b5c95f33} <Debug> TCPHandler: Processed in 0.001284399 sec. | ||
10773 | 2025.05.22 21:25:02.462633 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10774 | 2025.05.22 21:25:02.462730 [ 261 ] {32be8fbc-db00-41b1-94ea-1a65d7d28cc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10775 | 2025.05.22 21:25:02.462768 [ 261 ] {32be8fbc-db00-41b1-94ea-1a65d7d28cc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10776 | 2025.05.22 21:25:02.463302 [ 261 ] {32be8fbc-db00-41b1-94ea-1a65d7d28cc6} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10777 | 2025.05.22 21:25:02.463336 [ 261 ] {32be8fbc-db00-41b1-94ea-1a65d7d28cc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10778 | 2025.05.22 21:25:02.463648 [ 261 ] {32be8fbc-db00-41b1-94ea-1a65d7d28cc6} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
10779 | 2025.05.22 21:25:02.463855 [ 261 ] {32be8fbc-db00-41b1-94ea-1a65d7d28cc6} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10780 | 2025.05.22 21:25:02.463977 [ 261 ] {32be8fbc-db00-41b1-94ea-1a65d7d28cc6} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001265 sec., 308300.395256917 rows/sec., 21.79 MiB/sec. | ||
10781 | 2025.05.22 21:25:02.464012 [ 261 ] {32be8fbc-db00-41b1-94ea-1a65d7d28cc6} <Debug> TCPHandler: Processed in 0.001426521 sec. | ||
10782 | 2025.05.22 21:25:02.464137 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10783 | 2025.05.22 21:25:02.464236 [ 261 ] {cc4cf77a-7e6e-4ce8-acd9-2d88c91c79ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
10784 | 2025.05.22 21:25:02.464277 [ 261 ] {cc4cf77a-7e6e-4ce8-acd9-2d88c91c79ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10785 | 2025.05.22 21:25:02.464626 [ 261 ] {cc4cf77a-7e6e-4ce8-acd9-2d88c91c79ef} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10786 | 2025.05.22 21:25:02.464658 [ 261 ] {cc4cf77a-7e6e-4ce8-acd9-2d88c91c79ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10787 | 2025.05.22 21:25:02.464947 [ 261 ] {cc4cf77a-7e6e-4ce8-acd9-2d88c91c79ef} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
10788 | 2025.05.22 21:25:02.465158 [ 261 ] {cc4cf77a-7e6e-4ce8-acd9-2d88c91c79ef} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10789 | 2025.05.22 21:25:02.465279 [ 261 ] {cc4cf77a-7e6e-4ce8-acd9-2d88c91c79ef} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00106 sec., 5660.377358490567 rows/sec., 295.73 KiB/sec. | ||
10790 | 2025.05.22 21:25:02.465313 [ 261 ] {cc4cf77a-7e6e-4ce8-acd9-2d88c91c79ef} <Debug> TCPHandler: Processed in 0.001224058 sec. | ||
10791 | 2025.05.22 21:25:02.465429 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10792 | 2025.05.22 21:25:02.465521 [ 261 ] {a0c732e7-b12e-4a61-83f1-b07953262cf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10793 | 2025.05.22 21:25:02.465562 [ 261 ] {a0c732e7-b12e-4a61-83f1-b07953262cf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10794 | 2025.05.22 21:25:02.465977 [ 261 ] {a0c732e7-b12e-4a61-83f1-b07953262cf4} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10795 | 2025.05.22 21:25:02.466010 [ 261 ] {a0c732e7-b12e-4a61-83f1-b07953262cf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10796 | 2025.05.22 21:25:02.466338 [ 261 ] {a0c732e7-b12e-4a61-83f1-b07953262cf4} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
10797 | 2025.05.22 21:25:02.466544 [ 261 ] {a0c732e7-b12e-4a61-83f1-b07953262cf4} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10798 | 2025.05.22 21:25:02.466666 [ 261 ] {a0c732e7-b12e-4a61-83f1-b07953262cf4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001163 sec., 203783.31900257955 rows/sec., 13.66 MiB/sec. | ||
10799 | 2025.05.22 21:25:02.466701 [ 261 ] {a0c732e7-b12e-4a61-83f1-b07953262cf4} <Debug> TCPHandler: Processed in 0.001319639 sec. | ||
10800 | 2025.05.22 21:25:02.466823 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10801 | 2025.05.22 21:25:02.466914 [ 261 ] {8e6da964-ab77-4d68-995c-5137ec804e0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
10802 | 2025.05.22 21:25:02.466951 [ 261 ] {8e6da964-ab77-4d68-995c-5137ec804e0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10803 | 2025.05.22 21:25:02.467252 [ 261 ] {8e6da964-ab77-4d68-995c-5137ec804e0f} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10804 | 2025.05.22 21:25:02.467283 [ 261 ] {8e6da964-ab77-4d68-995c-5137ec804e0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10805 | 2025.05.22 21:25:02.467544 [ 261 ] {8e6da964-ab77-4d68-995c-5137ec804e0f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
10806 | 2025.05.22 21:25:02.467729 [ 261 ] {8e6da964-ab77-4d68-995c-5137ec804e0f} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10807 | 2025.05.22 21:25:02.467909 [ 261 ] {8e6da964-ab77-4d68-995c-5137ec804e0f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001011 sec., 989.1196834817014 rows/sec., 66.65 KiB/sec. | ||
10808 | 2025.05.22 21:25:02.467943 [ 261 ] {8e6da964-ab77-4d68-995c-5137ec804e0f} <Debug> TCPHandler: Processed in 0.001167548 sec. | ||
10809 | 2025.05.22 21:25:02.468054 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10810 | 2025.05.22 21:25:02.468145 [ 261 ] {8b178f20-a727-4b79-bdf4-bc8865aba134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10811 | 2025.05.22 21:25:02.468198 [ 261 ] {8b178f20-a727-4b79-bdf4-bc8865aba134} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10812 | 2025.05.22 21:25:02.468929 [ 261 ] {8b178f20-a727-4b79-bdf4-bc8865aba134} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10813 | 2025.05.22 21:25:02.468964 [ 261 ] {8b178f20-a727-4b79-bdf4-bc8865aba134} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10814 | 2025.05.22 21:25:02.469458 [ 261 ] {8b178f20-a727-4b79-bdf4-bc8865aba134} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
10815 | 2025.05.22 21:25:02.469683 [ 261 ] {8b178f20-a727-4b79-bdf4-bc8865aba134} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10816 | 2025.05.22 21:25:02.469820 [ 261 ] {8b178f20-a727-4b79-bdf4-bc8865aba134} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001692 sec., 4728.132387706856 rows/sec., 8.47 MiB/sec. | ||
10817 | 2025.05.22 21:25:02.469870 [ 261 ] {8b178f20-a727-4b79-bdf4-bc8865aba134} <Debug> TCPHandler: Processed in 0.001864208 sec. | ||
10818 | 2025.05.22 21:25:02.469984 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10819 | 2025.05.22 21:25:02.470078 [ 261 ] {e4369f77-1e09-4b03-ac67-2345c22d0e67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10820 | 2025.05.22 21:25:02.470117 [ 261 ] {e4369f77-1e09-4b03-ac67-2345c22d0e67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10821 | 2025.05.22 21:25:02.470443 [ 261 ] {e4369f77-1e09-4b03-ac67-2345c22d0e67} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10822 | 2025.05.22 21:25:02.470476 [ 261 ] {e4369f77-1e09-4b03-ac67-2345c22d0e67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10823 | 2025.05.22 21:25:02.470765 [ 261 ] {e4369f77-1e09-4b03-ac67-2345c22d0e67} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
10824 | 2025.05.22 21:25:02.470964 [ 261 ] {e4369f77-1e09-4b03-ac67-2345c22d0e67} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10825 | 2025.05.22 21:25:02.471085 [ 261 ] {e4369f77-1e09-4b03-ac67-2345c22d0e67} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001025 sec., 80000 rows/sec., 5.08 MiB/sec. | ||
10826 | 2025.05.22 21:25:02.471119 [ 261 ] {e4369f77-1e09-4b03-ac67-2345c22d0e67} <Debug> TCPHandler: Processed in 0.001182997 sec. | ||
10827 | 2025.05.22 21:25:02.803773 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 | ||
10828 | 2025.05.22 21:25:02.820580 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10829 | 2025.05.22 21:25:02.820643 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10830 | 2025.05.22 21:25:02.827085 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10831 | 2025.05.22 21:25:02.827821 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10832 | 2025.05.22 21:25:02.830764 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 452 | ||
10833 | 2025.05.22 21:25:03.000185 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 320.47 MiB, peak 329.53 MiB, free memory in arenas 0.00 B, will set to 319.17 MiB (RSS), difference: -1.30 MiB | ||
10834 | 2025.05.22 21:25:07.478144 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10835 | 2025.05.22 21:25:07.478350 [ 261 ] {67db3a53-959a-48bd-9e14-f6617a945349} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
10836 | 2025.05.22 21:25:07.478417 [ 261 ] {67db3a53-959a-48bd-9e14-f6617a945349} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10837 | 2025.05.22 21:25:07.479090 [ 261 ] {67db3a53-959a-48bd-9e14-f6617a945349} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10838 | 2025.05.22 21:25:07.479132 [ 261 ] {67db3a53-959a-48bd-9e14-f6617a945349} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10839 | 2025.05.22 21:25:07.479511 [ 261 ] {67db3a53-959a-48bd-9e14-f6617a945349} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
10840 | 2025.05.22 21:25:07.479730 [ 261 ] {67db3a53-959a-48bd-9e14-f6617a945349} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10841 | 2025.05.22 21:25:07.479878 [ 261 ] {67db3a53-959a-48bd-9e14-f6617a945349} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001556 sec., 7712.082262210796 rows/sec., 628.87 KiB/sec. | ||
10842 | 2025.05.22 21:25:07.479920 [ 261 ] {67db3a53-959a-48bd-9e14-f6617a945349} <Debug> TCPHandler: Processed in 0.001902018 sec. | ||
10843 | 2025.05.22 21:25:07.480049 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10844 | 2025.05.22 21:25:07.480143 [ 261 ] {cdf82917-e0cb-48fe-8ede-7a916604b849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10845 | 2025.05.22 21:25:07.480184 [ 261 ] {cdf82917-e0cb-48fe-8ede-7a916604b849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10846 | 2025.05.22 21:25:07.481245 [ 261 ] {cdf82917-e0cb-48fe-8ede-7a916604b849} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10847 | 2025.05.22 21:25:07.481280 [ 261 ] {cdf82917-e0cb-48fe-8ede-7a916604b849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10848 | 2025.05.22 21:25:07.481662 [ 261 ] {cdf82917-e0cb-48fe-8ede-7a916604b849} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
10849 | 2025.05.22 21:25:07.481888 [ 261 ] {cdf82917-e0cb-48fe-8ede-7a916604b849} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10850 | 2025.05.22 21:25:07.482014 [ 261 ] {cdf82917-e0cb-48fe-8ede-7a916604b849} <Debug> executeQuery: Read 1268 rows, 107.22 KiB in 0.00189 sec., 670899.470899471 rows/sec., 55.40 MiB/sec. | ||
10851 | 2025.05.22 21:25:07.482052 [ 261 ] {cdf82917-e0cb-48fe-8ede-7a916604b849} <Debug> TCPHandler: Processed in 0.002051481 sec. | ||
10852 | 2025.05.22 21:25:07.482167 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10853 | 2025.05.22 21:25:07.482261 [ 261 ] {432ba70e-c477-45b5-838b-b8f126e1bdf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10854 | 2025.05.22 21:25:07.482302 [ 261 ] {432ba70e-c477-45b5-838b-b8f126e1bdf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10855 | 2025.05.22 21:25:07.482717 [ 261 ] {432ba70e-c477-45b5-838b-b8f126e1bdf0} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10856 | 2025.05.22 21:25:07.482753 [ 261 ] {432ba70e-c477-45b5-838b-b8f126e1bdf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10857 | 2025.05.22 21:25:07.483036 [ 261 ] {432ba70e-c477-45b5-838b-b8f126e1bdf0} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
10858 | 2025.05.22 21:25:07.483255 [ 261 ] {432ba70e-c477-45b5-838b-b8f126e1bdf0} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10859 | 2025.05.22 21:25:07.483380 [ 261 ] {432ba70e-c477-45b5-838b-b8f126e1bdf0} <Debug> executeQuery: Read 45 rows, 3.32 KiB in 0.001137 sec., 39577.836411609496 rows/sec., 2.85 MiB/sec. | ||
10860 | 2025.05.22 21:25:07.483416 [ 261 ] {432ba70e-c477-45b5-838b-b8f126e1bdf0} <Debug> TCPHandler: Processed in 0.001299359 sec. | ||
10861 | 2025.05.22 21:25:07.483523 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10862 | 2025.05.22 21:25:07.483615 [ 261 ] {4cfa5b7e-8350-4418-97c1-becf4a39d71d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
10863 | 2025.05.22 21:25:07.483653 [ 261 ] {4cfa5b7e-8350-4418-97c1-becf4a39d71d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10864 | 2025.05.22 21:25:07.484138 [ 261 ] {4cfa5b7e-8350-4418-97c1-becf4a39d71d} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10865 | 2025.05.22 21:25:07.484173 [ 261 ] {4cfa5b7e-8350-4418-97c1-becf4a39d71d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10866 | 2025.05.22 21:25:07.484477 [ 261 ] {4cfa5b7e-8350-4418-97c1-becf4a39d71d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
10867 | 2025.05.22 21:25:07.484676 [ 261 ] {4cfa5b7e-8350-4418-97c1-becf4a39d71d} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10868 | 2025.05.22 21:25:07.484802 [ 261 ] {4cfa5b7e-8350-4418-97c1-becf4a39d71d} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001204 sec., 189368.7707641196 rows/sec., 12.82 MiB/sec. | ||
10869 | 2025.05.22 21:25:07.484838 [ 261 ] {4cfa5b7e-8350-4418-97c1-becf4a39d71d} <Debug> TCPHandler: Processed in 0.00136211 sec. | ||
10870 | 2025.05.22 21:25:07.484946 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10871 | 2025.05.22 21:25:07.485044 [ 261 ] {64feb80b-2d8b-46f8-9249-e2e1ffd7c4bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10872 | 2025.05.22 21:25:07.485083 [ 261 ] {64feb80b-2d8b-46f8-9249-e2e1ffd7c4bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10873 | 2025.05.22 21:25:07.485681 [ 261 ] {64feb80b-2d8b-46f8-9249-e2e1ffd7c4bc} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10874 | 2025.05.22 21:25:07.485716 [ 261 ] {64feb80b-2d8b-46f8-9249-e2e1ffd7c4bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10875 | 2025.05.22 21:25:07.486035 [ 261 ] {64feb80b-2d8b-46f8-9249-e2e1ffd7c4bc} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
10876 | 2025.05.22 21:25:07.486236 [ 261 ] {64feb80b-2d8b-46f8-9249-e2e1ffd7c4bc} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10877 | 2025.05.22 21:25:07.486360 [ 261 ] {64feb80b-2d8b-46f8-9249-e2e1ffd7c4bc} <Debug> executeQuery: Read 565 rows, 43.03 KiB in 0.001334 sec., 423538.23088455776 rows/sec., 31.50 MiB/sec. | ||
10878 | 2025.05.22 21:25:07.486396 [ 261 ] {64feb80b-2d8b-46f8-9249-e2e1ffd7c4bc} <Debug> TCPHandler: Processed in 0.001498492 sec. | ||
10879 | 2025.05.22 21:25:07.486510 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10880 | 2025.05.22 21:25:07.486603 [ 261 ] {b0b2c844-3f84-42e4-8d98-38aec8ab777e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10881 | 2025.05.22 21:25:07.486646 [ 261 ] {b0b2c844-3f84-42e4-8d98-38aec8ab777e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10882 | 2025.05.22 21:25:07.487247 [ 261 ] {b0b2c844-3f84-42e4-8d98-38aec8ab777e} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10883 | 2025.05.22 21:25:07.487282 [ 261 ] {b0b2c844-3f84-42e4-8d98-38aec8ab777e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10884 | 2025.05.22 21:25:07.487662 [ 261 ] {b0b2c844-3f84-42e4-8d98-38aec8ab777e} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
10885 | 2025.05.22 21:25:07.487866 [ 261 ] {b0b2c844-3f84-42e4-8d98-38aec8ab777e} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10886 | 2025.05.22 21:25:07.487993 [ 261 ] {b0b2c844-3f84-42e4-8d98-38aec8ab777e} <Debug> executeQuery: Read 886 rows, 61.05 KiB in 0.001408 sec., 629261.3636363636 rows/sec., 42.34 MiB/sec. | ||
10887 | 2025.05.22 21:25:07.488029 [ 261 ] {b0b2c844-3f84-42e4-8d98-38aec8ab777e} <Debug> TCPHandler: Processed in 0.001567644 sec. | ||
10888 | 2025.05.22 21:25:07.488137 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10889 | 2025.05.22 21:25:07.488229 [ 261 ] {d4943f79-044c-48f8-96c6-885c4a8c6d44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10890 | 2025.05.22 21:25:07.488282 [ 261 ] {d4943f79-044c-48f8-96c6-885c4a8c6d44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10891 | 2025.05.22 21:25:07.489103 [ 261 ] {d4943f79-044c-48f8-96c6-885c4a8c6d44} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10892 | 2025.05.22 21:25:07.489140 [ 261 ] {d4943f79-044c-48f8-96c6-885c4a8c6d44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10893 | 2025.05.22 21:25:07.489686 [ 261 ] {d4943f79-044c-48f8-96c6-885c4a8c6d44} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
10894 | 2025.05.22 21:25:07.489911 [ 261 ] {d4943f79-044c-48f8-96c6-885c4a8c6d44} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10895 | 2025.05.22 21:25:07.490053 [ 261 ] {d4943f79-044c-48f8-96c6-885c4a8c6d44} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001841 sec., 17925.040738728952 rows/sec., 32.12 MiB/sec. | ||
10896 | 2025.05.22 21:25:07.490106 [ 261 ] {d4943f79-044c-48f8-96c6-885c4a8c6d44} <Debug> TCPHandler: Processed in 0.00201775 sec. | ||
10897 | 2025.05.22 21:25:07.490222 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10898 | 2025.05.22 21:25:07.490316 [ 261 ] {bb20c502-8851-4c34-a886-6cd8e954163d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10899 | 2025.05.22 21:25:07.490356 [ 261 ] {bb20c502-8851-4c34-a886-6cd8e954163d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10900 | 2025.05.22 21:25:07.490692 [ 261 ] {bb20c502-8851-4c34-a886-6cd8e954163d} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10901 | 2025.05.22 21:25:07.490727 [ 261 ] {bb20c502-8851-4c34-a886-6cd8e954163d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10902 | 2025.05.22 21:25:07.491022 [ 261 ] {bb20c502-8851-4c34-a886-6cd8e954163d} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
10903 | 2025.05.22 21:25:07.491226 [ 261 ] {bb20c502-8851-4c34-a886-6cd8e954163d} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10904 | 2025.05.22 21:25:07.491352 [ 261 ] {bb20c502-8851-4c34-a886-6cd8e954163d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001055 sec., 56872.037914691944 rows/sec., 3.83 MiB/sec. | ||
10905 | 2025.05.22 21:25:07.491387 [ 261 ] {bb20c502-8851-4c34-a886-6cd8e954163d} <Debug> TCPHandler: Processed in 0.001213858 sec. | ||
10906 | 2025.05.22 21:25:08.838123 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27938 | ||
10907 | 2025.05.22 21:25:08.838656 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10908 | 2025.05.22 21:25:08.838701 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10909 | 2025.05.22 21:25:08.839187 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
10910 | 2025.05.22 21:25:08.839416 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10911 | 2025.05.22 21:25:08.839560 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27938 | ||
10912 | 2025.05.22 21:25:08.839566 [ 48 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
10913 | 2025.05.22 21:25:08.839639 [ 48 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10914 | 2025.05.22 21:25:08.839662 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10915 | 2025.05.22 21:25:08.839795 [ 190 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
10916 | 2025.05.22 21:25:08.839950 [ 190 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10917 | 2025.05.22 21:25:08.839994 [ 190 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
10918 | 2025.05.22 21:25:08.840071 [ 190 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
10919 | 2025.05.22 21:25:08.840120 [ 190 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
10920 | 2025.05.22 21:25:08.840166 [ 190 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
10921 | 2025.05.22 21:25:08.840207 [ 190 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
10922 | 2025.05.22 21:25:08.840251 [ 190 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
10923 | 2025.05.22 21:25:08.842487 [ 186 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27938 rows, containing 4 columns (4 merged, 0 gathered) in 0.00275507 sec., 10140577.190416215 rows/sec., 145.06 MiB/sec. | ||
10924 | 2025.05.22 21:25:08.842857 [ 200 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
10925 | 2025.05.22 21:25:08.843171 [ 200 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_61_12} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10926 | 2025.05.22 21:25:08.843253 [ 200 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_61_12} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
10927 | 2025.05.22 21:25:08.843367 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB. | ||
10928 | 2025.05.22 21:25:10.330910 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 | ||
10929 | 2025.05.22 21:25:10.348130 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10930 | 2025.05.22 21:25:10.348176 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10931 | 2025.05.22 21:25:10.354417 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
10932 | 2025.05.22 21:25:10.355102 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10933 | 2025.05.22 21:25:10.355421 [ 55 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
10934 | 2025.05.22 21:25:10.355496 [ 55 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10935 | 2025.05.22 21:25:10.355520 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10936 | 2025.05.22 21:25:10.355617 [ 200 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
10937 | 2025.05.22 21:25:10.358048 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
10938 | 2025.05.22 21:25:10.358595 [ 200 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10939 | 2025.05.22 21:25:10.359324 [ 200 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
10940 | 2025.05.22 21:25:10.362650 [ 200 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
10941 | 2025.05.22 21:25:10.365879 [ 200 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
10942 | 2025.05.22 21:25:10.369669 [ 200 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
10943 | 2025.05.22 21:25:10.373726 [ 200 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
10944 | 2025.05.22 21:25:10.377433 [ 200 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
10945 | 2025.05.22 21:25:10.428538 [ 186 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.072956506 sec., 6305.126509210843 rows/sec., 32.60 MiB/sec. | ||
10946 | 2025.05.22 21:25:10.431525 [ 191 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
10947 | 2025.05.22 21:25:10.433545 [ 191 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_61_12} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10948 | 2025.05.22 21:25:10.433647 [ 191 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_61_12} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
10949 | 2025.05.22 21:25:10.436141 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
10950 | 2025.05.22 21:25:11.410679 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1500 | ||
10951 | 2025.05.22 21:25:11.413279 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10952 | 2025.05.22 21:25:11.413340 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10953 | 2025.05.22 21:25:11.414507 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
10954 | 2025.05.22 21:25:11.414773 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10955 | 2025.05.22 21:25:11.415210 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1500 | ||
10956 | 2025.05.22 21:25:12.453362 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10957 | 2025.05.22 21:25:12.453556 [ 261 ] {99fbdd04-f491-4149-a940-7c6098d27ff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
10958 | 2025.05.22 21:25:12.453626 [ 261 ] {99fbdd04-f491-4149-a940-7c6098d27ff7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
10959 | 2025.05.22 21:25:12.454424 [ 261 ] {99fbdd04-f491-4149-a940-7c6098d27ff7} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10960 | 2025.05.22 21:25:12.454474 [ 261 ] {99fbdd04-f491-4149-a940-7c6098d27ff7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10961 | 2025.05.22 21:25:12.454896 [ 261 ] {99fbdd04-f491-4149-a940-7c6098d27ff7} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
10962 | 2025.05.22 21:25:12.455127 [ 261 ] {99fbdd04-f491-4149-a940-7c6098d27ff7} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10963 | 2025.05.22 21:25:12.455284 [ 261 ] {99fbdd04-f491-4149-a940-7c6098d27ff7} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001747 sec., 121350.88723526044 rows/sec., 7.72 MiB/sec. | ||
10964 | 2025.05.22 21:25:12.455328 [ 261 ] {99fbdd04-f491-4149-a940-7c6098d27ff7} <Debug> TCPHandler: Processed in 0.002087501 sec. | ||
10965 | 2025.05.22 21:25:12.455457 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10966 | 2025.05.22 21:25:12.455584 [ 261 ] {85db2597-ba79-45d9-994d-a2291563b0ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10967 | 2025.05.22 21:25:12.455636 [ 261 ] {85db2597-ba79-45d9-994d-a2291563b0ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10968 | 2025.05.22 21:25:12.456493 [ 261 ] {85db2597-ba79-45d9-994d-a2291563b0ee} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10969 | 2025.05.22 21:25:12.456541 [ 261 ] {85db2597-ba79-45d9-994d-a2291563b0ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10970 | 2025.05.22 21:25:12.456902 [ 261 ] {85db2597-ba79-45d9-994d-a2291563b0ee} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
10971 | 2025.05.22 21:25:12.457111 [ 261 ] {85db2597-ba79-45d9-994d-a2291563b0ee} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10972 | 2025.05.22 21:25:12.457245 [ 261 ] {85db2597-ba79-45d9-994d-a2291563b0ee} <Debug> executeQuery: Read 633 rows, 50.88 KiB in 0.001687 sec., 375222.2880853586 rows/sec., 29.45 MiB/sec. | ||
10973 | 2025.05.22 21:25:12.457283 [ 261 ] {85db2597-ba79-45d9-994d-a2291563b0ee} <Debug> TCPHandler: Processed in 0.001888898 sec. | ||
10974 | 2025.05.22 21:25:12.457389 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10975 | 2025.05.22 21:25:12.457485 [ 261 ] {529851e1-e6c3-4a2d-b119-4846b2e8b415} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10976 | 2025.05.22 21:25:12.457525 [ 261 ] {529851e1-e6c3-4a2d-b119-4846b2e8b415} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10977 | 2025.05.22 21:25:12.458036 [ 261 ] {529851e1-e6c3-4a2d-b119-4846b2e8b415} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10978 | 2025.05.22 21:25:12.458081 [ 261 ] {529851e1-e6c3-4a2d-b119-4846b2e8b415} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10979 | 2025.05.22 21:25:12.458460 [ 261 ] {529851e1-e6c3-4a2d-b119-4846b2e8b415} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
10980 | 2025.05.22 21:25:12.458699 [ 261 ] {529851e1-e6c3-4a2d-b119-4846b2e8b415} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10981 | 2025.05.22 21:25:12.458826 [ 261 ] {529851e1-e6c3-4a2d-b119-4846b2e8b415} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001359 sec., 83885.20971302429 rows/sec., 5.02 MiB/sec. | ||
10982 | 2025.05.22 21:25:12.458863 [ 261 ] {529851e1-e6c3-4a2d-b119-4846b2e8b415} <Debug> TCPHandler: Processed in 0.001523993 sec. | ||
10983 | 2025.05.22 21:25:12.458977 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10984 | 2025.05.22 21:25:12.459072 [ 261 ] {433930ad-c1ca-46fc-bc91-04075efdf928} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
10985 | 2025.05.22 21:25:12.459111 [ 261 ] {433930ad-c1ca-46fc-bc91-04075efdf928} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10986 | 2025.05.22 21:25:12.459532 [ 261 ] {433930ad-c1ca-46fc-bc91-04075efdf928} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10987 | 2025.05.22 21:25:12.459568 [ 261 ] {433930ad-c1ca-46fc-bc91-04075efdf928} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10988 | 2025.05.22 21:25:12.459862 [ 261 ] {433930ad-c1ca-46fc-bc91-04075efdf928} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
10989 | 2025.05.22 21:25:12.460066 [ 261 ] {433930ad-c1ca-46fc-bc91-04075efdf928} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10990 | 2025.05.22 21:25:12.460197 [ 261 ] {433930ad-c1ca-46fc-bc91-04075efdf928} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001143 sec., 98862.64216972879 rows/sec., 6.40 MiB/sec. | ||
10991 | 2025.05.22 21:25:12.460234 [ 261 ] {433930ad-c1ca-46fc-bc91-04075efdf928} <Debug> TCPHandler: Processed in 0.001305569 sec. | ||
10992 | 2025.05.22 21:25:12.460344 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10993 | 2025.05.22 21:25:12.460437 [ 261 ] {bdba1ea3-d17e-45fc-b3b4-1cf065afb642} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
10994 | 2025.05.22 21:25:12.460476 [ 261 ] {bdba1ea3-d17e-45fc-b3b4-1cf065afb642} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10995 | 2025.05.22 21:25:12.460906 [ 261 ] {bdba1ea3-d17e-45fc-b3b4-1cf065afb642} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10996 | 2025.05.22 21:25:12.460942 [ 261 ] {bdba1ea3-d17e-45fc-b3b4-1cf065afb642} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10997 | 2025.05.22 21:25:12.461236 [ 261 ] {bdba1ea3-d17e-45fc-b3b4-1cf065afb642} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
10998 | 2025.05.22 21:25:12.461448 [ 261 ] {bdba1ea3-d17e-45fc-b3b4-1cf065afb642} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10999 | 2025.05.22 21:25:12.461574 [ 261 ] {bdba1ea3-d17e-45fc-b3b4-1cf065afb642} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001154 sec., 97053.72616984401 rows/sec., 5.53 MiB/sec. | ||
11000 | 2025.05.22 21:25:12.461611 [ 261 ] {bdba1ea3-d17e-45fc-b3b4-1cf065afb642} <Debug> TCPHandler: Processed in 0.00131584 sec. | ||
11001 | 2025.05.22 21:25:12.461775 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11002 | 2025.05.22 21:25:12.461868 [ 261 ] {a6ba6e19-345a-4e28-ab28-200cdac33d22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11003 | 2025.05.22 21:25:12.461907 [ 261 ] {a6ba6e19-345a-4e28-ab28-200cdac33d22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11004 | 2025.05.22 21:25:12.462444 [ 261 ] {a6ba6e19-345a-4e28-ab28-200cdac33d22} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11005 | 2025.05.22 21:25:12.462480 [ 261 ] {a6ba6e19-345a-4e28-ab28-200cdac33d22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11006 | 2025.05.22 21:25:12.462799 [ 261 ] {a6ba6e19-345a-4e28-ab28-200cdac33d22} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
11007 | 2025.05.22 21:25:12.463005 [ 261 ] {a6ba6e19-345a-4e28-ab28-200cdac33d22} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11008 | 2025.05.22 21:25:12.463134 [ 261 ] {a6ba6e19-345a-4e28-ab28-200cdac33d22} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001284 sec., 303738.31775700935 rows/sec., 21.47 MiB/sec. | ||
11009 | 2025.05.22 21:25:12.463171 [ 261 ] {a6ba6e19-345a-4e28-ab28-200cdac33d22} <Debug> TCPHandler: Processed in 0.001443661 sec. | ||
11010 | 2025.05.22 21:25:12.463276 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11011 | 2025.05.22 21:25:12.463368 [ 261 ] {50cef08c-d6c5-4884-bfad-310fc0805f79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
11012 | 2025.05.22 21:25:12.463409 [ 261 ] {50cef08c-d6c5-4884-bfad-310fc0805f79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11013 | 2025.05.22 21:25:12.463737 [ 261 ] {50cef08c-d6c5-4884-bfad-310fc0805f79} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11014 | 2025.05.22 21:25:12.463773 [ 261 ] {50cef08c-d6c5-4884-bfad-310fc0805f79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11015 | 2025.05.22 21:25:12.464062 [ 261 ] {50cef08c-d6c5-4884-bfad-310fc0805f79} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
11016 | 2025.05.22 21:25:12.464261 [ 261 ] {50cef08c-d6c5-4884-bfad-310fc0805f79} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11017 | 2025.05.22 21:25:12.464385 [ 261 ] {50cef08c-d6c5-4884-bfad-310fc0805f79} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001034 sec., 5802.707930367505 rows/sec., 303.17 KiB/sec. | ||
11018 | 2025.05.22 21:25:12.464421 [ 261 ] {50cef08c-d6c5-4884-bfad-310fc0805f79} <Debug> TCPHandler: Processed in 0.001192317 sec. | ||
11019 | 2025.05.22 21:25:12.464538 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11020 | 2025.05.22 21:25:12.464658 [ 261 ] {5ab55351-5953-48f0-a14c-0d9264a8cc7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11021 | 2025.05.22 21:25:12.464709 [ 261 ] {5ab55351-5953-48f0-a14c-0d9264a8cc7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11022 | 2025.05.22 21:25:12.465201 [ 261 ] {5ab55351-5953-48f0-a14c-0d9264a8cc7e} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11023 | 2025.05.22 21:25:12.465245 [ 261 ] {5ab55351-5953-48f0-a14c-0d9264a8cc7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11024 | 2025.05.22 21:25:12.465653 [ 261 ] {5ab55351-5953-48f0-a14c-0d9264a8cc7e} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
11025 | 2025.05.22 21:25:12.465859 [ 261 ] {5ab55351-5953-48f0-a14c-0d9264a8cc7e} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11026 | 2025.05.22 21:25:12.465986 [ 261 ] {5ab55351-5953-48f0-a14c-0d9264a8cc7e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001352 sec., 175295.8579881657 rows/sec., 11.75 MiB/sec. | ||
11027 | 2025.05.22 21:25:12.466028 [ 261 ] {5ab55351-5953-48f0-a14c-0d9264a8cc7e} <Debug> TCPHandler: Processed in 0.001550283 sec. | ||
11028 | 2025.05.22 21:25:12.466146 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11029 | 2025.05.22 21:25:12.466241 [ 261 ] {19600c38-2602-4b5e-a95a-35920981b9a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
11030 | 2025.05.22 21:25:12.466283 [ 261 ] {19600c38-2602-4b5e-a95a-35920981b9a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11031 | 2025.05.22 21:25:12.466591 [ 261 ] {19600c38-2602-4b5e-a95a-35920981b9a7} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11032 | 2025.05.22 21:25:12.466627 [ 261 ] {19600c38-2602-4b5e-a95a-35920981b9a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11033 | 2025.05.22 21:25:12.466914 [ 261 ] {19600c38-2602-4b5e-a95a-35920981b9a7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
11034 | 2025.05.22 21:25:12.467125 [ 261 ] {19600c38-2602-4b5e-a95a-35920981b9a7} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11035 | 2025.05.22 21:25:12.467254 [ 261 ] {19600c38-2602-4b5e-a95a-35920981b9a7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001031 sec., 969.9321047526673 rows/sec., 65.36 KiB/sec. | ||
11036 | 2025.05.22 21:25:12.467290 [ 261 ] {19600c38-2602-4b5e-a95a-35920981b9a7} <Debug> TCPHandler: Processed in 0.001195697 sec. | ||
11037 | 2025.05.22 21:25:12.467407 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11038 | 2025.05.22 21:25:12.467501 [ 261 ] {41cfa9bc-a9c4-4aa2-98d3-3b7329a899b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11039 | 2025.05.22 21:25:12.467556 [ 261 ] {41cfa9bc-a9c4-4aa2-98d3-3b7329a899b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11040 | 2025.05.22 21:25:12.468317 [ 261 ] {41cfa9bc-a9c4-4aa2-98d3-3b7329a899b1} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11041 | 2025.05.22 21:25:12.468354 [ 261 ] {41cfa9bc-a9c4-4aa2-98d3-3b7329a899b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11042 | 2025.05.22 21:25:12.468853 [ 261 ] {41cfa9bc-a9c4-4aa2-98d3-3b7329a899b1} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
11043 | 2025.05.22 21:25:12.469075 [ 261 ] {41cfa9bc-a9c4-4aa2-98d3-3b7329a899b1} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11044 | 2025.05.22 21:25:12.469212 [ 261 ] {41cfa9bc-a9c4-4aa2-98d3-3b7329a899b1} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001728 sec., 4629.62962962963 rows/sec., 8.30 MiB/sec. | ||
11045 | 2025.05.22 21:25:12.469272 [ 261 ] {41cfa9bc-a9c4-4aa2-98d3-3b7329a899b1} <Debug> TCPHandler: Processed in 0.001913889 sec. | ||
11046 | 2025.05.22 21:25:12.469383 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11047 | 2025.05.22 21:25:12.469477 [ 261 ] {14db9922-48aa-40d5-8045-1f968d0a4e18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11048 | 2025.05.22 21:25:12.469518 [ 261 ] {14db9922-48aa-40d5-8045-1f968d0a4e18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11049 | 2025.05.22 21:25:12.469860 [ 261 ] {14db9922-48aa-40d5-8045-1f968d0a4e18} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11050 | 2025.05.22 21:25:12.469896 [ 261 ] {14db9922-48aa-40d5-8045-1f968d0a4e18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11051 | 2025.05.22 21:25:12.470190 [ 261 ] {14db9922-48aa-40d5-8045-1f968d0a4e18} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
11052 | 2025.05.22 21:25:12.470389 [ 261 ] {14db9922-48aa-40d5-8045-1f968d0a4e18} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11053 | 2025.05.22 21:25:12.470513 [ 261 ] {14db9922-48aa-40d5-8045-1f968d0a4e18} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001054 sec., 77798.8614800759 rows/sec., 4.94 MiB/sec. | ||
11054 | 2025.05.22 21:25:12.470548 [ 261 ] {14db9922-48aa-40d5-8045-1f968d0a4e18} <Debug> TCPHandler: Processed in 0.001216338 sec. | ||
11055 | 2025.05.22 21:25:16.189138 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11056 | 2025.05.22 21:25:16.189213 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11057 | 2025.05.22 21:25:16.339710 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28426 | ||
11058 | 2025.05.22 21:25:16.340223 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11059 | 2025.05.22 21:25:16.340264 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11060 | 2025.05.22 21:25:16.340890 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11061 | 2025.05.22 21:25:16.341135 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11062 | 2025.05.22 21:25:16.341279 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 | ||
11063 | 2025.05.22 21:25:17.448795 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11064 | 2025.05.22 21:25:17.448988 [ 261 ] {9460500e-44f3-408a-9056-b3ecfca92434} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11065 | 2025.05.22 21:25:17.449055 [ 261 ] {9460500e-44f3-408a-9056-b3ecfca92434} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11066 | 2025.05.22 21:25:17.449819 [ 261 ] {9460500e-44f3-408a-9056-b3ecfca92434} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11067 | 2025.05.22 21:25:17.449866 [ 261 ] {9460500e-44f3-408a-9056-b3ecfca92434} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11068 | 2025.05.22 21:25:17.450271 [ 261 ] {9460500e-44f3-408a-9056-b3ecfca92434} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
11069 | 2025.05.22 21:25:17.450491 [ 261 ] {9460500e-44f3-408a-9056-b3ecfca92434} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11070 | 2025.05.22 21:25:17.450643 [ 261 ] {9460500e-44f3-408a-9056-b3ecfca92434} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.001705 sec., 71554.25219941349 rows/sec., 6.11 MiB/sec. | ||
11071 | 2025.05.22 21:25:17.450685 [ 261 ] {9460500e-44f3-408a-9056-b3ecfca92434} <Debug> TCPHandler: Processed in 0.002068031 sec. | ||
11072 | 2025.05.22 21:25:17.450701 [ 39 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
11073 | 2025.05.22 21:25:17.450799 [ 39 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11074 | 2025.05.22 21:25:17.450809 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11075 | 2025.05.22 21:25:17.450842 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11076 | 2025.05.22 21:25:17.450919 [ 261 ] {ad2e1b7c-2781-45ef-9a3b-17ee04364448} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11077 | 2025.05.22 21:25:17.450965 [ 261 ] {ad2e1b7c-2781-45ef-9a3b-17ee04364448} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11078 | 2025.05.22 21:25:17.450981 [ 197 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::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 | ||
11079 | 2025.05.22 21:25:17.451132 [ 197 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11080 | 2025.05.22 21:25:17.451167 [ 197 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1970 rows starting from the beginning of the part | ||
11081 | 2025.05.22 21:25:17.451237 [ 197 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 122 rows starting from the beginning of the part | ||
11082 | 2025.05.22 21:25:17.451282 [ 197 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 633 rows starting from the beginning of the part | ||
11083 | 2025.05.22 21:25:17.451324 [ 197 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1268 rows starting from the beginning of the part | ||
11084 | 2025.05.22 21:25:17.451368 [ 197 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 633 rows starting from the beginning of the part | ||
11085 | 2025.05.22 21:25:17.451388 [ 261 ] {ad2e1b7c-2781-45ef-9a3b-17ee04364448} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11086 | 2025.05.22 21:25:17.451410 [ 197 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 122 rows starting from the beginning of the part | ||
11087 | 2025.05.22 21:25:17.451431 [ 261 ] {ad2e1b7c-2781-45ef-9a3b-17ee04364448} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11088 | 2025.05.22 21:25:17.451787 [ 261 ] {ad2e1b7c-2781-45ef-9a3b-17ee04364448} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
11089 | 2025.05.22 21:25:17.452008 [ 261 ] {ad2e1b7c-2781-45ef-9a3b-17ee04364448} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11090 | 2025.05.22 21:25:17.452141 [ 261 ] {ad2e1b7c-2781-45ef-9a3b-17ee04364448} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001241 sec., 26591.458501208705 rows/sec., 1.95 MiB/sec. | ||
11091 | 2025.05.22 21:25:17.452147 [ 39 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
11092 | 2025.05.22 21:25:17.452180 [ 261 ] {ad2e1b7c-2781-45ef-9a3b-17ee04364448} <Debug> TCPHandler: Processed in 0.001419861 sec. | ||
11093 | 2025.05.22 21:25:17.452192 [ 39 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11094 | 2025.05.22 21:25:17.452217 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11095 | 2025.05.22 21:25:17.452301 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11096 | 2025.05.22 21:25:17.452303 [ 186 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::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 | ||
11097 | 2025.05.22 21:25:17.452403 [ 261 ] {4d2de856-3500-4717-ac72-82b41931a9d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11098 | 2025.05.22 21:25:17.452418 [ 186 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11099 | 2025.05.22 21:25:17.452443 [ 261 ] {4d2de856-3500-4717-ac72-82b41931a9d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11100 | 2025.05.22 21:25:17.452447 [ 186 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 179 rows starting from the beginning of the part | ||
11101 | 2025.05.22 21:25:17.452507 [ 186 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 33 rows starting from the beginning of the part | ||
11102 | 2025.05.22 21:25:17.452551 [ 186 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 114 rows starting from the beginning of the part | ||
11103 | 2025.05.22 21:25:17.452590 [ 186 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 45 rows starting from the beginning of the part | ||
11104 | 2025.05.22 21:25:17.452626 [ 186 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 114 rows starting from the beginning of the part | ||
11105 | 2025.05.22 21:25:17.452664 [ 186 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 33 rows starting from the beginning of the part | ||
11106 | 2025.05.22 21:25:17.452881 [ 261 ] {4d2de856-3500-4717-ac72-82b41931a9d1} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11107 | 2025.05.22 21:25:17.452915 [ 261 ] {4d2de856-3500-4717-ac72-82b41931a9d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11108 | 2025.05.22 21:25:17.453211 [ 192 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4748 rows, containing 5 columns (5 merged, 0 gathered) in 0.002282263 sec., 2080391.2607793228 rows/sec., 177.30 MiB/sec. | ||
11109 | 2025.05.22 21:25:17.453489 [ 189 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 518 rows, containing 5 columns (5 merged, 0 gathered) in 0.001223499 sec., 423375.9079492504 rows/sec., 28.82 MiB/sec. | ||
11110 | 2025.05.22 21:25:17.453497 [ 198 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
11111 | 2025.05.22 21:25:17.453519 [ 261 ] {4d2de856-3500-4717-ac72-82b41931a9d1} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
11112 | 2025.05.22 21:25:17.453702 [ 187 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
11113 | 2025.05.22 21:25:17.453760 [ 261 ] {4d2de856-3500-4717-ac72-82b41931a9d1} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11114 | 2025.05.22 21:25:17.453799 [ 198 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_86_17} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11115 | 2025.05.22 21:25:17.453878 [ 198 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_86_17} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
11116 | 2025.05.22 21:25:17.453897 [ 261 ] {4d2de856-3500-4717-ac72-82b41931a9d1} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001512 sec., 64153.43915343915 rows/sec., 5.01 MiB/sec. | ||
11117 | 2025.05.22 21:25:17.453910 [ 39 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
11118 | 2025.05.22 21:25:17.453934 [ 261 ] {4d2de856-3500-4717-ac72-82b41931a9d1} <Debug> TCPHandler: Processed in 0.001680945 sec. | ||
11119 | 2025.05.22 21:25:17.453948 [ 39 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11120 | 2025.05.22 21:25:17.453960 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
11121 | 2025.05.22 21:25:17.453976 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11122 | 2025.05.22 21:25:17.454044 [ 198 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::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 | ||
11123 | 2025.05.22 21:25:17.454059 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11124 | 2025.05.22 21:25:17.454064 [ 187 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_81_16} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11125 | 2025.05.22 21:25:17.454116 [ 198 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11126 | 2025.05.22 21:25:17.454145 [ 198 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 953 rows starting from the beginning of the part | ||
11127 | 2025.05.22 21:25:17.454154 [ 261 ] {63e73ccf-5972-490f-ac9b-bcd2463b90f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11128 | 2025.05.22 21:25:17.454178 [ 187 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_81_16} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
11129 | 2025.05.22 21:25:17.454198 [ 261 ] {63e73ccf-5972-490f-ac9b-bcd2463b90f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11130 | 2025.05.22 21:25:17.454198 [ 198 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 97 rows starting from the beginning of the part | ||
11131 | 2025.05.22 21:25:17.454252 [ 198 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 390 rows starting from the beginning of the part | ||
11132 | 2025.05.22 21:25:17.454288 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
11133 | 2025.05.22 21:25:17.454294 [ 198 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 565 rows starting from the beginning of the part | ||
11134 | 2025.05.22 21:25:17.454351 [ 198 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 390 rows starting from the beginning of the part | ||
11135 | 2025.05.22 21:25:17.454389 [ 198 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 97 rows starting from the beginning of the part | ||
11136 | 2025.05.22 21:25:17.454623 [ 261 ] {63e73ccf-5972-490f-ac9b-bcd2463b90f6} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11137 | 2025.05.22 21:25:17.454656 [ 261 ] {63e73ccf-5972-490f-ac9b-bcd2463b90f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11138 | 2025.05.22 21:25:17.454973 [ 261 ] {63e73ccf-5972-490f-ac9b-bcd2463b90f6} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
11139 | 2025.05.22 21:25:17.455189 [ 261 ] {63e73ccf-5972-490f-ac9b-bcd2463b90f6} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11140 | 2025.05.22 21:25:17.455321 [ 261 ] {63e73ccf-5972-490f-ac9b-bcd2463b90f6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001185 sec., 135021.0970464135 rows/sec., 9.40 MiB/sec. | ||
11141 | 2025.05.22 21:25:17.455356 [ 261 ] {63e73ccf-5972-490f-ac9b-bcd2463b90f6} <Debug> TCPHandler: Processed in 0.00134546 sec. | ||
11142 | 2025.05.22 21:25:17.455465 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11143 | 2025.05.22 21:25:17.455521 [ 198 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2492 rows, containing 5 columns (5 merged, 0 gathered) in 0.001503652 sec., 1657298.3642491745 rows/sec., 127.44 MiB/sec. | ||
11144 | 2025.05.22 21:25:17.455557 [ 261 ] {587c4833-8896-44eb-bbcc-dc2e1ceba28f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11145 | 2025.05.22 21:25:17.455612 [ 261 ] {587c4833-8896-44eb-bbcc-dc2e1ceba28f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11146 | 2025.05.22 21:25:17.455684 [ 187 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
11147 | 2025.05.22 21:25:17.455942 [ 187 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_86_17} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11148 | 2025.05.22 21:25:17.456020 [ 187 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_86_17} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
11149 | 2025.05.22 21:25:17.456112 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
11150 | 2025.05.22 21:25:17.456439 [ 261 ] {587c4833-8896-44eb-bbcc-dc2e1ceba28f} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11151 | 2025.05.22 21:25:17.456479 [ 261 ] {587c4833-8896-44eb-bbcc-dc2e1ceba28f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11152 | 2025.05.22 21:25:17.457019 [ 261 ] {587c4833-8896-44eb-bbcc-dc2e1ceba28f} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
11153 | 2025.05.22 21:25:17.457234 [ 261 ] {587c4833-8896-44eb-bbcc-dc2e1ceba28f} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11154 | 2025.05.22 21:25:17.457366 [ 261 ] {587c4833-8896-44eb-bbcc-dc2e1ceba28f} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001826 sec., 18072.289156626506 rows/sec., 32.38 MiB/sec. | ||
11155 | 2025.05.22 21:25:17.457373 [ 39 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
11156 | 2025.05.22 21:25:17.457417 [ 261 ] {587c4833-8896-44eb-bbcc-dc2e1ceba28f} <Debug> TCPHandler: Processed in 0.00199888 sec. | ||
11157 | 2025.05.22 21:25:17.457417 [ 39 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11158 | 2025.05.22 21:25:17.457455 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11159 | 2025.05.22 21:25:17.457528 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
11160 | 2025.05.22 21:25:17.457539 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11161 | 2025.05.22 21:25:17.457647 [ 261 ] {7505c7f0-bd06-4b8c-a978-153440cf0526} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11162 | 2025.05.22 21:25:17.457688 [ 261 ] {7505c7f0-bd06-4b8c-a978-153440cf0526} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11163 | 2025.05.22 21:25:17.457740 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11164 | 2025.05.22 21:25:17.457801 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1604 rows starting from the beginning of the part | ||
11165 | 2025.05.22 21:25:17.457940 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 33 rows starting from the beginning of the part | ||
11166 | 2025.05.22 21:25:17.458039 [ 261 ] {7505c7f0-bd06-4b8c-a978-153440cf0526} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11167 | 2025.05.22 21:25:17.458054 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 8 rows starting from the beginning of the part | ||
11168 | 2025.05.22 21:25:17.458082 [ 261 ] {7505c7f0-bd06-4b8c-a978-153440cf0526} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11169 | 2025.05.22 21:25:17.458173 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 33 rows starting from the beginning of the part | ||
11170 | 2025.05.22 21:25:17.458279 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 8 rows starting from the beginning of the part | ||
11171 | 2025.05.22 21:25:17.458381 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 33 rows starting from the beginning of the part | ||
11172 | 2025.05.22 21:25:17.458409 [ 261 ] {7505c7f0-bd06-4b8c-a978-153440cf0526} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
11173 | 2025.05.22 21:25:17.458625 [ 261 ] {7505c7f0-bd06-4b8c-a978-153440cf0526} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11174 | 2025.05.22 21:25:17.458768 [ 261 ] {7505c7f0-bd06-4b8c-a978-153440cf0526} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001139 sec., 52677.78753292361 rows/sec., 3.55 MiB/sec. | ||
11175 | 2025.05.22 21:25:17.458804 [ 261 ] {7505c7f0-bd06-4b8c-a978-153440cf0526} <Debug> TCPHandler: Processed in 0.00131314 sec. | ||
11176 | 2025.05.22 21:25:17.468166 [ 198 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1719 rows, containing 19 columns (19 merged, 0 gathered) in 0.010670859 sec., 161092.93544221699 rows/sec., 288.67 MiB/sec. | ||
11177 | 2025.05.22 21:25:17.470310 [ 198 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
11178 | 2025.05.22 21:25:17.470656 [ 198 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11179 | 2025.05.22 21:25:17.470725 [ 198 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
11180 | 2025.05.22 21:25:17.470844 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.55 MiB. | ||
11181 | 2025.05.22 21:25:17.858168 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 | ||
11182 | 2025.05.22 21:25:17.873071 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11183 | 2025.05.22 21:25:17.873127 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11184 | 2025.05.22 21:25:17.878696 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11185 | 2025.05.22 21:25:17.879394 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11186 | 2025.05.22 21:25:17.882103 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 467 | ||
11187 | 2025.05.22 21:25:18.000159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 320.45 MiB, peak 333.65 MiB, free memory in arenas 0.00 B, will set to 326.89 MiB (RSS), difference: 6.45 MiB | ||
11188 | 2025.05.22 21:25:21.415409 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1534 | ||
11189 | 2025.05.22 21:25:21.417908 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11190 | 2025.05.22 21:25:21.417953 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11191 | 2025.05.22 21:25:21.419155 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
11192 | 2025.05.22 21:25:21.419427 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11193 | 2025.05.22 21:25:21.419716 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1534 | ||
11194 | 2025.05.22 21:25:22.453045 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11195 | 2025.05.22 21:25:22.453245 [ 261 ] {9aac4952-d56a-4f29-91cd-4d3d20d2b938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
11196 | 2025.05.22 21:25:22.453317 [ 261 ] {9aac4952-d56a-4f29-91cd-4d3d20d2b938} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
11197 | 2025.05.22 21:25:22.454135 [ 261 ] {9aac4952-d56a-4f29-91cd-4d3d20d2b938} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11198 | 2025.05.22 21:25:22.454178 [ 261 ] {9aac4952-d56a-4f29-91cd-4d3d20d2b938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11199 | 2025.05.22 21:25:22.454578 [ 261 ] {9aac4952-d56a-4f29-91cd-4d3d20d2b938} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
11200 | 2025.05.22 21:25:22.454806 [ 261 ] {9aac4952-d56a-4f29-91cd-4d3d20d2b938} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11201 | 2025.05.22 21:25:22.454945 [ 52 ] {} <Debug> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
11202 | 2025.05.22 21:25:22.454965 [ 261 ] {9aac4952-d56a-4f29-91cd-4d3d20d2b938} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001774 sec., 119503.94588500564 rows/sec., 7.60 MiB/sec. | ||
11203 | 2025.05.22 21:25:22.455010 [ 52 ] {} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11204 | 2025.05.22 21:25:22.455032 [ 261 ] {9aac4952-d56a-4f29-91cd-4d3d20d2b938} <Debug> TCPHandler: Processed in 0.002121832 sec. | ||
11205 | 2025.05.22 21:25:22.455037 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11206 | 2025.05.22 21:25:22.455165 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11207 | 2025.05.22 21:25:22.455227 [ 187 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
11208 | 2025.05.22 21:25:22.455280 [ 261 ] {b926f55d-aef8-4751-bd4b-ba7ac1d9dc74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
11209 | 2025.05.22 21:25:22.455339 [ 261 ] {b926f55d-aef8-4751-bd4b-ba7ac1d9dc74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11210 | 2025.05.22 21:25:22.455453 [ 187 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11211 | 2025.05.22 21:25:22.455514 [ 187 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 236 rows starting from the beginning of the part | ||
11212 | 2025.05.22 21:25:22.455622 [ 187 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 212 rows starting from the beginning of the part | ||
11213 | 2025.05.22 21:25:22.455702 [ 187 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 212 rows starting from the beginning of the part | ||
11214 | 2025.05.22 21:25:22.455773 [ 187 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 212 rows starting from the beginning of the part | ||
11215 | 2025.05.22 21:25:22.455777 [ 261 ] {b926f55d-aef8-4751-bd4b-ba7ac1d9dc74} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11216 | 2025.05.22 21:25:22.455831 [ 261 ] {b926f55d-aef8-4751-bd4b-ba7ac1d9dc74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11217 | 2025.05.22 21:25:22.455843 [ 187 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 212 rows starting from the beginning of the part | ||
11218 | 2025.05.22 21:25:22.455915 [ 187 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 212 rows starting from the beginning of the part | ||
11219 | 2025.05.22 21:25:22.456147 [ 261 ] {b926f55d-aef8-4751-bd4b-ba7ac1d9dc74} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
11220 | 2025.05.22 21:25:22.456400 [ 261 ] {b926f55d-aef8-4751-bd4b-ba7ac1d9dc74} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11221 | 2025.05.22 21:25:22.456539 [ 261 ] {b926f55d-aef8-4751-bd4b-ba7ac1d9dc74} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001283 sec., 1558.846453624318 rows/sec., 127.11 KiB/sec. | ||
11222 | 2025.05.22 21:25:22.456591 [ 261 ] {b926f55d-aef8-4751-bd4b-ba7ac1d9dc74} <Debug> TCPHandler: Processed in 0.001476772 sec. | ||
11223 | 2025.05.22 21:25:22.456703 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11224 | 2025.05.22 21:25:22.456804 [ 261 ] {ba4ada89-9af5-4904-9f2e-afd45dc93178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11225 | 2025.05.22 21:25:22.456844 [ 261 ] {ba4ada89-9af5-4904-9f2e-afd45dc93178} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11226 | 2025.05.22 21:25:22.456967 [ 196 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1296 rows, containing 5 columns (5 merged, 0 gathered) in 0.001833987 sec., 706657.1355194993 rows/sec., 47.89 MiB/sec. | ||
11227 | 2025.05.22 21:25:22.457133 [ 196 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
11228 | 2025.05.22 21:25:22.457428 [ 196 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_30_6} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11229 | 2025.05.22 21:25:22.457502 [ 196 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_30_6} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
11230 | 2025.05.22 21:25:22.457604 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
11231 | 2025.05.22 21:25:22.457617 [ 261 ] {ba4ada89-9af5-4904-9f2e-afd45dc93178} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11232 | 2025.05.22 21:25:22.457659 [ 261 ] {ba4ada89-9af5-4904-9f2e-afd45dc93178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11233 | 2025.05.22 21:25:22.457996 [ 261 ] {ba4ada89-9af5-4904-9f2e-afd45dc93178} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
11234 | 2025.05.22 21:25:22.458204 [ 261 ] {ba4ada89-9af5-4904-9f2e-afd45dc93178} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11235 | 2025.05.22 21:25:22.458342 [ 261 ] {ba4ada89-9af5-4904-9f2e-afd45dc93178} <Debug> executeQuery: Read 634 rows, 50.95 KiB in 0.001557 sec., 407193.32048811816 rows/sec., 31.96 MiB/sec. | ||
11236 | 2025.05.22 21:25:22.458379 [ 261 ] {ba4ada89-9af5-4904-9f2e-afd45dc93178} <Debug> TCPHandler: Processed in 0.001724655 sec. | ||
11237 | 2025.05.22 21:25:22.458486 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11238 | 2025.05.22 21:25:22.458590 [ 261 ] {471e7b85-bbd1-4b61-87e2-d9bab509b28d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11239 | 2025.05.22 21:25:22.458629 [ 261 ] {471e7b85-bbd1-4b61-87e2-d9bab509b28d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11240 | 2025.05.22 21:25:22.459059 [ 261 ] {471e7b85-bbd1-4b61-87e2-d9bab509b28d} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11241 | 2025.05.22 21:25:22.459095 [ 261 ] {471e7b85-bbd1-4b61-87e2-d9bab509b28d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11242 | 2025.05.22 21:25:22.459388 [ 261 ] {471e7b85-bbd1-4b61-87e2-d9bab509b28d} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
11243 | 2025.05.22 21:25:22.459595 [ 261 ] {471e7b85-bbd1-4b61-87e2-d9bab509b28d} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11244 | 2025.05.22 21:25:22.459726 [ 261 ] {471e7b85-bbd1-4b61-87e2-d9bab509b28d} <Debug> executeQuery: Read 116 rows, 7.13 KiB in 0.001158 sec., 100172.7115716753 rows/sec., 6.01 MiB/sec. | ||
11245 | 2025.05.22 21:25:22.459762 [ 261 ] {471e7b85-bbd1-4b61-87e2-d9bab509b28d} <Debug> TCPHandler: Processed in 0.00132398 sec. | ||
11246 | 2025.05.22 21:25:22.459869 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11247 | 2025.05.22 21:25:22.459970 [ 261 ] {217fed67-ab71-4928-a674-27beefc816ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
11248 | 2025.05.22 21:25:22.460008 [ 261 ] {217fed67-ab71-4928-a674-27beefc816ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11249 | 2025.05.22 21:25:22.460417 [ 261 ] {217fed67-ab71-4928-a674-27beefc816ec} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11250 | 2025.05.22 21:25:22.460453 [ 261 ] {217fed67-ab71-4928-a674-27beefc816ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11251 | 2025.05.22 21:25:22.460748 [ 261 ] {217fed67-ab71-4928-a674-27beefc816ec} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
11252 | 2025.05.22 21:25:22.460963 [ 261 ] {217fed67-ab71-4928-a674-27beefc816ec} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11253 | 2025.05.22 21:25:22.461089 [ 261 ] {217fed67-ab71-4928-a674-27beefc816ec} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001137 sec., 99384.34476693052 rows/sec., 6.43 MiB/sec. | ||
11254 | 2025.05.22 21:25:22.461126 [ 261 ] {217fed67-ab71-4928-a674-27beefc816ec} <Debug> TCPHandler: Processed in 0.001303599 sec. | ||
11255 | 2025.05.22 21:25:22.461234 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11256 | 2025.05.22 21:25:22.461334 [ 261 ] {0f339e76-6a4b-4b7b-af64-476831a79a53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
11257 | 2025.05.22 21:25:22.461372 [ 261 ] {0f339e76-6a4b-4b7b-af64-476831a79a53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11258 | 2025.05.22 21:25:22.461784 [ 261 ] {0f339e76-6a4b-4b7b-af64-476831a79a53} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11259 | 2025.05.22 21:25:22.461819 [ 261 ] {0f339e76-6a4b-4b7b-af64-476831a79a53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11260 | 2025.05.22 21:25:22.462118 [ 261 ] {0f339e76-6a4b-4b7b-af64-476831a79a53} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
11261 | 2025.05.22 21:25:22.462333 [ 261 ] {0f339e76-6a4b-4b7b-af64-476831a79a53} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11262 | 2025.05.22 21:25:22.462435 [ 52 ] {} <Debug> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
11263 | 2025.05.22 21:25:22.462458 [ 261 ] {0f339e76-6a4b-4b7b-af64-476831a79a53} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001142 sec., 98073.55516637478 rows/sec., 5.59 MiB/sec. | ||
11264 | 2025.05.22 21:25:22.462476 [ 52 ] {} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11265 | 2025.05.22 21:25:22.462499 [ 261 ] {0f339e76-6a4b-4b7b-af64-476831a79a53} <Debug> TCPHandler: Processed in 0.00131242 sec. | ||
11266 | 2025.05.22 21:25:22.462499 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11267 | 2025.05.22 21:25:22.462618 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11268 | 2025.05.22 21:25:22.462664 [ 199 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
11269 | 2025.05.22 21:25:22.462721 [ 261 ] {3ea7e06c-080d-446d-a703-e9ce4b8743d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11270 | 2025.05.22 21:25:22.462770 [ 261 ] {3ea7e06c-080d-446d-a703-e9ce4b8743d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11271 | 2025.05.22 21:25:22.462833 [ 199 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11272 | 2025.05.22 21:25:22.462886 [ 199 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 124 rows starting from the beginning of the part | ||
11273 | 2025.05.22 21:25:22.462964 [ 199 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 112 rows starting from the beginning of the part | ||
11274 | 2025.05.22 21:25:22.463008 [ 199 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 112 rows starting from the beginning of the part | ||
11275 | 2025.05.22 21:25:22.463050 [ 199 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 112 rows starting from the beginning of the part | ||
11276 | 2025.05.22 21:25:22.463088 [ 199 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 112 rows starting from the beginning of the part | ||
11277 | 2025.05.22 21:25:22.463129 [ 199 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 112 rows starting from the beginning of the part | ||
11278 | 2025.05.22 21:25:22.463307 [ 261 ] {3ea7e06c-080d-446d-a703-e9ce4b8743d3} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11279 | 2025.05.22 21:25:22.463348 [ 261 ] {3ea7e06c-080d-446d-a703-e9ce4b8743d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11280 | 2025.05.22 21:25:22.463689 [ 261 ] {3ea7e06c-080d-446d-a703-e9ce4b8743d3} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
11281 | 2025.05.22 21:25:22.463900 [ 261 ] {3ea7e06c-080d-446d-a703-e9ce4b8743d3} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11282 | 2025.05.22 21:25:22.463943 [ 193 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 684 rows, containing 5 columns (5 merged, 0 gathered) in 0.00133955 sec., 510619.2378037401 rows/sec., 31.21 MiB/sec. | ||
11283 | 2025.05.22 21:25:22.464028 [ 261 ] {3ea7e06c-080d-446d-a703-e9ce4b8743d3} <Debug> executeQuery: Read 392 rows, 28.39 KiB in 0.001324 sec., 296072.5075528701 rows/sec., 20.94 MiB/sec. | ||
11284 | 2025.05.22 21:25:22.464071 [ 261 ] {3ea7e06c-080d-446d-a703-e9ce4b8743d3} <Debug> TCPHandler: Processed in 0.001499542 sec. | ||
11285 | 2025.05.22 21:25:22.464145 [ 201 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
11286 | 2025.05.22 21:25:22.464182 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11287 | 2025.05.22 21:25:22.464287 [ 261 ] {278dd587-4770-47a3-8415-bd198461d7fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
11288 | 2025.05.22 21:25:22.464330 [ 261 ] {278dd587-4770-47a3-8415-bd198461d7fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11289 | 2025.05.22 21:25:22.464447 [ 201 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_30_6} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11290 | 2025.05.22 21:25:22.464529 [ 201 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_30_6} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
11291 | 2025.05.22 21:25:22.464618 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
11292 | 2025.05.22 21:25:22.464658 [ 261 ] {278dd587-4770-47a3-8415-bd198461d7fa} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11293 | 2025.05.22 21:25:22.464699 [ 261 ] {278dd587-4770-47a3-8415-bd198461d7fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11294 | 2025.05.22 21:25:22.464994 [ 261 ] {278dd587-4770-47a3-8415-bd198461d7fa} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
11295 | 2025.05.22 21:25:22.465203 [ 261 ] {278dd587-4770-47a3-8415-bd198461d7fa} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11296 | 2025.05.22 21:25:22.465331 [ 261 ] {278dd587-4770-47a3-8415-bd198461d7fa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001062 sec., 5649.717514124293 rows/sec., 295.18 KiB/sec. | ||
11297 | 2025.05.22 21:25:22.465366 [ 261 ] {278dd587-4770-47a3-8415-bd198461d7fa} <Debug> TCPHandler: Processed in 0.001231888 sec. | ||
11298 | 2025.05.22 21:25:22.465472 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11299 | 2025.05.22 21:25:22.465575 [ 261 ] {c8ac4340-9448-4580-af53-9ee4b20c5621} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11300 | 2025.05.22 21:25:22.465616 [ 261 ] {c8ac4340-9448-4580-af53-9ee4b20c5621} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11301 | 2025.05.22 21:25:22.466011 [ 261 ] {c8ac4340-9448-4580-af53-9ee4b20c5621} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11302 | 2025.05.22 21:25:22.466050 [ 261 ] {c8ac4340-9448-4580-af53-9ee4b20c5621} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11303 | 2025.05.22 21:25:22.466379 [ 261 ] {c8ac4340-9448-4580-af53-9ee4b20c5621} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
11304 | 2025.05.22 21:25:22.466580 [ 261 ] {c8ac4340-9448-4580-af53-9ee4b20c5621} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11305 | 2025.05.22 21:25:22.466681 [ 52 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
11306 | 2025.05.22 21:25:22.466703 [ 261 ] {c8ac4340-9448-4580-af53-9ee4b20c5621} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001146 sec., 207678.88307155322 rows/sec., 13.92 MiB/sec. | ||
11307 | 2025.05.22 21:25:22.466734 [ 52 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11308 | 2025.05.22 21:25:22.466752 [ 261 ] {c8ac4340-9448-4580-af53-9ee4b20c5621} <Debug> TCPHandler: Processed in 0.00132854 sec. | ||
11309 | 2025.05.22 21:25:22.466759 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11310 | 2025.05.22 21:25:22.466860 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
11311 | 2025.05.22 21:25:22.466873 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11312 | 2025.05.22 21:25:22.466997 [ 261 ] {a0e18d3e-7ead-47b8-8128-0b5e6799f0c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
11313 | 2025.05.22 21:25:22.467031 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11314 | 2025.05.22 21:25:22.467038 [ 261 ] {a0e18d3e-7ead-47b8-8128-0b5e6799f0c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11315 | 2025.05.22 21:25:22.467090 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 24520 rows starting from the beginning of the part | ||
11316 | 2025.05.22 21:25:22.467185 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 237 rows starting from the beginning of the part | ||
11317 | 2025.05.22 21:25:22.467257 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 886 rows starting from the beginning of the part | ||
11318 | 2025.05.22 21:25:22.467322 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 237 rows starting from the beginning of the part | ||
11319 | 2025.05.22 21:25:22.467371 [ 261 ] {a0e18d3e-7ead-47b8-8128-0b5e6799f0c2} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11320 | 2025.05.22 21:25:22.467392 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 160 rows starting from the beginning of the part | ||
11321 | 2025.05.22 21:25:22.467412 [ 261 ] {a0e18d3e-7ead-47b8-8128-0b5e6799f0c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11322 | 2025.05.22 21:25:22.467464 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 238 rows starting from the beginning of the part | ||
11323 | 2025.05.22 21:25:22.467726 [ 261 ] {a0e18d3e-7ead-47b8-8128-0b5e6799f0c2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
11324 | 2025.05.22 21:25:22.467979 [ 261 ] {a0e18d3e-7ead-47b8-8128-0b5e6799f0c2} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11325 | 2025.05.22 21:25:22.468089 [ 52 ] {} <Debug> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
11326 | 2025.05.22 21:25:22.468114 [ 261 ] {a0e18d3e-7ead-47b8-8128-0b5e6799f0c2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001134 sec., 881.8342151675485 rows/sec., 59.42 KiB/sec. | ||
11327 | 2025.05.22 21:25:22.468122 [ 52 ] {} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11328 | 2025.05.22 21:25:22.468154 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11329 | 2025.05.22 21:25:22.468158 [ 261 ] {a0e18d3e-7ead-47b8-8128-0b5e6799f0c2} <Debug> TCPHandler: Processed in 0.00133368 sec. | ||
11330 | 2025.05.22 21:25:22.468237 [ 193 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
11331 | 2025.05.22 21:25:22.468280 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11332 | 2025.05.22 21:25:22.468338 [ 193 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11333 | 2025.05.22 21:25:22.468373 [ 193 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 20 rows starting from the beginning of the part | ||
11334 | 2025.05.22 21:25:22.468386 [ 261 ] {5cbc2236-0acc-4007-acaf-968a6ecdbcf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11335 | 2025.05.22 21:25:22.468431 [ 193 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
11336 | 2025.05.22 21:25:22.468446 [ 261 ] {5cbc2236-0acc-4007-acaf-968a6ecdbcf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11337 | 2025.05.22 21:25:22.468477 [ 193 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
11338 | 2025.05.22 21:25:22.468520 [ 193 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
11339 | 2025.05.22 21:25:22.468557 [ 193 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
11340 | 2025.05.22 21:25:22.468595 [ 193 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
11341 | 2025.05.22 21:25:22.469215 [ 261 ] {5cbc2236-0acc-4007-acaf-968a6ecdbcf9} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11342 | 2025.05.22 21:25:22.469255 [ 261 ] {5cbc2236-0acc-4007-acaf-968a6ecdbcf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11343 | 2025.05.22 21:25:22.469530 [ 190 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.001329539 sec., 18803.510088835304 rows/sec., 1.24 MiB/sec. | ||
11344 | 2025.05.22 21:25:22.469637 [ 193 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
11345 | 2025.05.22 21:25:22.469788 [ 261 ] {5cbc2236-0acc-4007-acaf-968a6ecdbcf9} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
11346 | 2025.05.22 21:25:22.469927 [ 193 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_25_5} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11347 | 2025.05.22 21:25:22.470005 [ 193 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_25_5} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
11348 | 2025.05.22 21:25:22.470072 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11349 | 2025.05.22 21:25:22.470073 [ 261 ] {5cbc2236-0acc-4007-acaf-968a6ecdbcf9} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11350 | 2025.05.22 21:25:22.470234 [ 261 ] {5cbc2236-0acc-4007-acaf-968a6ecdbcf9} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001865 sec., 4289.544235924933 rows/sec., 7.69 MiB/sec. | ||
11351 | 2025.05.22 21:25:22.470295 [ 261 ] {5cbc2236-0acc-4007-acaf-968a6ecdbcf9} <Debug> TCPHandler: Processed in 0.002063491 sec. | ||
11352 | 2025.05.22 21:25:22.470406 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11353 | 2025.05.22 21:25:22.470507 [ 261 ] {93063302-4567-4edd-9389-714692cf016b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11354 | 2025.05.22 21:25:22.470547 [ 261 ] {93063302-4567-4edd-9389-714692cf016b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11355 | 2025.05.22 21:25:22.470873 [ 261 ] {93063302-4567-4edd-9389-714692cf016b} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11356 | 2025.05.22 21:25:22.470910 [ 261 ] {93063302-4567-4edd-9389-714692cf016b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11357 | 2025.05.22 21:25:22.471230 [ 261 ] {93063302-4567-4edd-9389-714692cf016b} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
11358 | 2025.05.22 21:25:22.471444 [ 261 ] {93063302-4567-4edd-9389-714692cf016b} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11359 | 2025.05.22 21:25:22.471571 [ 261 ] {93063302-4567-4edd-9389-714692cf016b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001082 sec., 75785.58225508318 rows/sec., 4.81 MiB/sec. | ||
11360 | 2025.05.22 21:25:22.471584 [ 51 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
11361 | 2025.05.22 21:25:22.471606 [ 261 ] {93063302-4567-4edd-9389-714692cf016b} <Debug> TCPHandler: Processed in 0.001247478 sec. | ||
11362 | 2025.05.22 21:25:22.471632 [ 51 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11363 | 2025.05.22 21:25:22.471661 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11364 | 2025.05.22 21:25:22.471756 [ 188 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
11365 | 2025.05.22 21:25:22.471869 [ 188 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11366 | 2025.05.22 21:25:22.471899 [ 188 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4642 rows starting from the beginning of the part | ||
11367 | 2025.05.22 21:25:22.471954 [ 188 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 82 rows starting from the beginning of the part | ||
11368 | 2025.05.22 21:25:22.471996 [ 188 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
11369 | 2025.05.22 21:25:22.472035 [ 188 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 82 rows starting from the beginning of the part | ||
11370 | 2025.05.22 21:25:22.472072 [ 188 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
11371 | 2025.05.22 21:25:22.472115 [ 188 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 82 rows starting from the beginning of the part | ||
11372 | 2025.05.22 21:25:22.473205 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26278 rows, containing 5 columns (5 merged, 0 gathered) in 0.006377245 sec., 4120588.1223004605 rows/sec., 280.19 MiB/sec. | ||
11373 | 2025.05.22 21:25:22.473485 [ 200 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
11374 | 2025.05.22 21:25:22.473750 [ 200 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11375 | 2025.05.22 21:25:22.473818 [ 200 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
11376 | 2025.05.22 21:25:22.473908 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. | ||
11377 | 2025.05.22 21:25:22.473968 [ 191 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5008 rows, containing 4 columns (4 merged, 0 gathered) in 0.002249463 sec., 2226309.1235552663 rows/sec., 146.81 MiB/sec. | ||
11378 | 2025.05.22 21:25:22.474444 [ 191 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
11379 | 2025.05.22 21:25:22.474722 [ 191 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_86_17} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11380 | 2025.05.22 21:25:22.474798 [ 191 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_86_17} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
11381 | 2025.05.22 21:25:22.474892 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
11382 | 2025.05.22 21:25:23.841443 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28853 | ||
11383 | 2025.05.22 21:25:23.842298 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11384 | 2025.05.22 21:25:23.842370 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11385 | 2025.05.22 21:25:23.842875 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11386 | 2025.05.22 21:25:23.843134 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11387 | 2025.05.22 21:25:23.843278 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28853 | ||
11388 | 2025.05.22 21:25:25.382171 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 475 | ||
11389 | 2025.05.22 21:25:25.398279 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11390 | 2025.05.22 21:25:25.398328 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11391 | 2025.05.22 21:25:25.403909 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11392 | 2025.05.22 21:25:25.404561 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11393 | 2025.05.22 21:25:25.407288 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
11394 | 2025.05.22 21:25:27.449183 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11395 | 2025.05.22 21:25:27.449363 [ 261 ] {d0f6f754-4db8-4bf4-bfda-459cb08c270a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11396 | 2025.05.22 21:25:27.449431 [ 261 ] {d0f6f754-4db8-4bf4-bfda-459cb08c270a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11397 | 2025.05.22 21:25:27.450148 [ 261 ] {d0f6f754-4db8-4bf4-bfda-459cb08c270a} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11398 | 2025.05.22 21:25:27.450195 [ 261 ] {d0f6f754-4db8-4bf4-bfda-459cb08c270a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11399 | 2025.05.22 21:25:27.450598 [ 261 ] {d0f6f754-4db8-4bf4-bfda-459cb08c270a} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
11400 | 2025.05.22 21:25:27.450818 [ 261 ] {d0f6f754-4db8-4bf4-bfda-459cb08c270a} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11401 | 2025.05.22 21:25:27.450977 [ 261 ] {d0f6f754-4db8-4bf4-bfda-459cb08c270a} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.001665 sec., 73273.27327327327 rows/sec., 6.25 MiB/sec. | ||
11402 | 2025.05.22 21:25:27.451026 [ 261 ] {d0f6f754-4db8-4bf4-bfda-459cb08c270a} <Debug> TCPHandler: Processed in 0.00199319 sec. | ||
11403 | 2025.05.22 21:25:27.451174 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11404 | 2025.05.22 21:25:27.451276 [ 261 ] {d953ef54-39e6-4048-9362-27020bb2e797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11405 | 2025.05.22 21:25:27.451319 [ 261 ] {d953ef54-39e6-4048-9362-27020bb2e797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11406 | 2025.05.22 21:25:27.451737 [ 261 ] {d953ef54-39e6-4048-9362-27020bb2e797} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11407 | 2025.05.22 21:25:27.451774 [ 261 ] {d953ef54-39e6-4048-9362-27020bb2e797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11408 | 2025.05.22 21:25:27.452079 [ 261 ] {d953ef54-39e6-4048-9362-27020bb2e797} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
11409 | 2025.05.22 21:25:27.452288 [ 261 ] {d953ef54-39e6-4048-9362-27020bb2e797} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11410 | 2025.05.22 21:25:27.452442 [ 261 ] {d953ef54-39e6-4048-9362-27020bb2e797} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.00119 sec., 27731.092436974788 rows/sec., 2.04 MiB/sec. | ||
11411 | 2025.05.22 21:25:27.452479 [ 261 ] {d953ef54-39e6-4048-9362-27020bb2e797} <Debug> TCPHandler: Processed in 0.001364741 sec. | ||
11412 | 2025.05.22 21:25:27.452578 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11413 | 2025.05.22 21:25:27.452681 [ 261 ] {460b385b-0b87-42c4-96cb-632768c2ac09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11414 | 2025.05.22 21:25:27.452720 [ 261 ] {460b385b-0b87-42c4-96cb-632768c2ac09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11415 | 2025.05.22 21:25:27.453146 [ 261 ] {460b385b-0b87-42c4-96cb-632768c2ac09} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11416 | 2025.05.22 21:25:27.453182 [ 261 ] {460b385b-0b87-42c4-96cb-632768c2ac09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11417 | 2025.05.22 21:25:27.453487 [ 261 ] {460b385b-0b87-42c4-96cb-632768c2ac09} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
11418 | 2025.05.22 21:25:27.453687 [ 261 ] {460b385b-0b87-42c4-96cb-632768c2ac09} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11419 | 2025.05.22 21:25:27.453838 [ 261 ] {460b385b-0b87-42c4-96cb-632768c2ac09} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001176 sec., 82482.99319727892 rows/sec., 6.44 MiB/sec. | ||
11420 | 2025.05.22 21:25:27.453876 [ 261 ] {460b385b-0b87-42c4-96cb-632768c2ac09} <Debug> TCPHandler: Processed in 0.0013449 sec. | ||
11421 | 2025.05.22 21:25:27.453984 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11422 | 2025.05.22 21:25:27.454085 [ 261 ] {13294db1-8196-4e3e-a218-71470bb97e6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11423 | 2025.05.22 21:25:27.454127 [ 261 ] {13294db1-8196-4e3e-a218-71470bb97e6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11424 | 2025.05.22 21:25:27.454527 [ 261 ] {13294db1-8196-4e3e-a218-71470bb97e6f} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11425 | 2025.05.22 21:25:27.454562 [ 261 ] {13294db1-8196-4e3e-a218-71470bb97e6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11426 | 2025.05.22 21:25:27.454882 [ 261 ] {13294db1-8196-4e3e-a218-71470bb97e6f} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
11427 | 2025.05.22 21:25:27.455086 [ 261 ] {13294db1-8196-4e3e-a218-71470bb97e6f} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11428 | 2025.05.22 21:25:27.455214 [ 261 ] {13294db1-8196-4e3e-a218-71470bb97e6f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001148 sec., 139372.82229965157 rows/sec., 9.71 MiB/sec. | ||
11429 | 2025.05.22 21:25:27.455250 [ 261 ] {13294db1-8196-4e3e-a218-71470bb97e6f} <Debug> TCPHandler: Processed in 0.00131347 sec. | ||
11430 | 2025.05.22 21:25:27.455376 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11431 | 2025.05.22 21:25:27.455497 [ 261 ] {208df1b7-a595-40e7-9eb2-ff25bed86826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11432 | 2025.05.22 21:25:27.455562 [ 261 ] {208df1b7-a595-40e7-9eb2-ff25bed86826} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11433 | 2025.05.22 21:25:27.456462 [ 261 ] {208df1b7-a595-40e7-9eb2-ff25bed86826} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11434 | 2025.05.22 21:25:27.456499 [ 261 ] {208df1b7-a595-40e7-9eb2-ff25bed86826} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11435 | 2025.05.22 21:25:27.457048 [ 261 ] {208df1b7-a595-40e7-9eb2-ff25bed86826} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
11436 | 2025.05.22 21:25:27.457265 [ 261 ] {208df1b7-a595-40e7-9eb2-ff25bed86826} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11437 | 2025.05.22 21:25:27.457401 [ 261 ] {208df1b7-a595-40e7-9eb2-ff25bed86826} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001929 sec., 17107.309486780716 rows/sec., 30.66 MiB/sec. | ||
11438 | 2025.05.22 21:25:27.457464 [ 261 ] {208df1b7-a595-40e7-9eb2-ff25bed86826} <Debug> TCPHandler: Processed in 0.002156312 sec. | ||
11439 | 2025.05.22 21:25:27.457575 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11440 | 2025.05.22 21:25:27.457680 [ 261 ] {a9fb1e36-ad20-44bf-b384-5224fc805741} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11441 | 2025.05.22 21:25:27.457725 [ 261 ] {a9fb1e36-ad20-44bf-b384-5224fc805741} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11442 | 2025.05.22 21:25:27.458057 [ 261 ] {a9fb1e36-ad20-44bf-b384-5224fc805741} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11443 | 2025.05.22 21:25:27.458092 [ 261 ] {a9fb1e36-ad20-44bf-b384-5224fc805741} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11444 | 2025.05.22 21:25:27.458394 [ 261 ] {a9fb1e36-ad20-44bf-b384-5224fc805741} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
11445 | 2025.05.22 21:25:27.458592 [ 261 ] {a9fb1e36-ad20-44bf-b384-5224fc805741} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11446 | 2025.05.22 21:25:27.458715 [ 261 ] {a9fb1e36-ad20-44bf-b384-5224fc805741} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001055 sec., 56872.037914691944 rows/sec., 3.83 MiB/sec. | ||
11447 | 2025.05.22 21:25:27.458754 [ 261 ] {a9fb1e36-ad20-44bf-b384-5224fc805741} <Debug> TCPHandler: Processed in 0.001227169 sec. | ||
11448 | 2025.05.22 21:25:31.189478 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11449 | 2025.05.22 21:25:31.189567 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11450 | 2025.05.22 21:25:31.343407 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29341 | ||
11451 | 2025.05.22 21:25:31.343917 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11452 | 2025.05.22 21:25:31.343960 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11453 | 2025.05.22 21:25:31.344446 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11454 | 2025.05.22 21:25:31.344680 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11455 | 2025.05.22 21:25:31.344817 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 | ||
11456 | 2025.05.22 21:25:31.419902 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1570 | ||
11457 | 2025.05.22 21:25:31.422410 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11458 | 2025.05.22 21:25:31.422461 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11459 | 2025.05.22 21:25:31.423695 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
11460 | 2025.05.22 21:25:31.423968 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11461 | 2025.05.22 21:25:31.424354 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1570 | ||
11462 | 2025.05.22 21:25:32.001711 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001291439 sec. | ||
11463 | 2025.05.22 21:25:32.454100 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11464 | 2025.05.22 21:25:32.454301 [ 261 ] {d9a96354-2a81-4d6d-97de-27b746ee79d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
11465 | 2025.05.22 21:25:32.454368 [ 261 ] {d9a96354-2a81-4d6d-97de-27b746ee79d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
11466 | 2025.05.22 21:25:32.455094 [ 261 ] {d9a96354-2a81-4d6d-97de-27b746ee79d5} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11467 | 2025.05.22 21:25:32.455144 [ 261 ] {d9a96354-2a81-4d6d-97de-27b746ee79d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11468 | 2025.05.22 21:25:32.455556 [ 261 ] {d9a96354-2a81-4d6d-97de-27b746ee79d5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
11469 | 2025.05.22 21:25:32.455787 [ 261 ] {d9a96354-2a81-4d6d-97de-27b746ee79d5} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11470 | 2025.05.22 21:25:32.455956 [ 261 ] {d9a96354-2a81-4d6d-97de-27b746ee79d5} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001707 sec., 124194.49326303457 rows/sec., 7.90 MiB/sec. | ||
11471 | 2025.05.22 21:25:32.456009 [ 261 ] {d9a96354-2a81-4d6d-97de-27b746ee79d5} <Debug> TCPHandler: Processed in 0.002050401 sec. | ||
11472 | 2025.05.22 21:25:32.456152 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11473 | 2025.05.22 21:25:32.456252 [ 261 ] {9fed62fc-332d-4ba9-89ac-dcddcf3aef22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11474 | 2025.05.22 21:25:32.456295 [ 261 ] {9fed62fc-332d-4ba9-89ac-dcddcf3aef22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11475 | 2025.05.22 21:25:32.457053 [ 261 ] {9fed62fc-332d-4ba9-89ac-dcddcf3aef22} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11476 | 2025.05.22 21:25:32.457095 [ 261 ] {9fed62fc-332d-4ba9-89ac-dcddcf3aef22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11477 | 2025.05.22 21:25:32.457452 [ 261 ] {9fed62fc-332d-4ba9-89ac-dcddcf3aef22} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
11478 | 2025.05.22 21:25:32.457664 [ 261 ] {9fed62fc-332d-4ba9-89ac-dcddcf3aef22} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11479 | 2025.05.22 21:25:32.457806 [ 261 ] {9fed62fc-332d-4ba9-89ac-dcddcf3aef22} <Debug> executeQuery: Read 633 rows, 50.88 KiB in 0.001573 sec., 402415.7660521297 rows/sec., 31.59 MiB/sec. | ||
11480 | 2025.05.22 21:25:32.457845 [ 261 ] {9fed62fc-332d-4ba9-89ac-dcddcf3aef22} <Debug> TCPHandler: Processed in 0.001745876 sec. | ||
11481 | 2025.05.22 21:25:32.457961 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11482 | 2025.05.22 21:25:32.458055 [ 261 ] {1884abe0-98e2-4b6d-9ccb-2042ffbc011c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11483 | 2025.05.22 21:25:32.458097 [ 261 ] {1884abe0-98e2-4b6d-9ccb-2042ffbc011c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11484 | 2025.05.22 21:25:32.458530 [ 261 ] {1884abe0-98e2-4b6d-9ccb-2042ffbc011c} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11485 | 2025.05.22 21:25:32.458566 [ 261 ] {1884abe0-98e2-4b6d-9ccb-2042ffbc011c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11486 | 2025.05.22 21:25:32.458868 [ 261 ] {1884abe0-98e2-4b6d-9ccb-2042ffbc011c} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
11487 | 2025.05.22 21:25:32.459078 [ 261 ] {1884abe0-98e2-4b6d-9ccb-2042ffbc011c} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11488 | 2025.05.22 21:25:32.459208 [ 261 ] {1884abe0-98e2-4b6d-9ccb-2042ffbc011c} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001171 sec., 97352.69000853972 rows/sec., 5.83 MiB/sec. | ||
11489 | 2025.05.22 21:25:32.459245 [ 261 ] {1884abe0-98e2-4b6d-9ccb-2042ffbc011c} <Debug> TCPHandler: Processed in 0.00133726 sec. | ||
11490 | 2025.05.22 21:25:32.459432 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11491 | 2025.05.22 21:25:32.459536 [ 261 ] {84c749dd-9023-460a-accc-39533808dcff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
11492 | 2025.05.22 21:25:32.459578 [ 261 ] {84c749dd-9023-460a-accc-39533808dcff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11493 | 2025.05.22 21:25:32.460145 [ 261 ] {84c749dd-9023-460a-accc-39533808dcff} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11494 | 2025.05.22 21:25:32.460192 [ 261 ] {84c749dd-9023-460a-accc-39533808dcff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11495 | 2025.05.22 21:25:32.460565 [ 261 ] {84c749dd-9023-460a-accc-39533808dcff} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
11496 | 2025.05.22 21:25:32.460786 [ 261 ] {84c749dd-9023-460a-accc-39533808dcff} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11497 | 2025.05.22 21:25:32.460927 [ 261 ] {84c749dd-9023-460a-accc-39533808dcff} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001409 sec., 80198.72249822569 rows/sec., 5.19 MiB/sec. | ||
11498 | 2025.05.22 21:25:32.460936 [ 33 ] {} <Debug> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
11499 | 2025.05.22 21:25:32.460979 [ 261 ] {84c749dd-9023-460a-accc-39533808dcff} <Debug> TCPHandler: Processed in 0.001621964 sec. | ||
11500 | 2025.05.22 21:25:32.461006 [ 33 ] {} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11501 | 2025.05.22 21:25:32.461035 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11502 | 2025.05.22 21:25:32.461135 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11503 | 2025.05.22 21:25:32.461147 [ 199 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
11504 | 2025.05.22 21:25:32.461240 [ 261 ] {e1830e89-0239-4128-ab04-d5985566d2fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
11505 | 2025.05.22 21:25:32.461282 [ 199 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11506 | 2025.05.22 21:25:32.461286 [ 261 ] {e1830e89-0239-4128-ab04-d5985566d2fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11507 | 2025.05.22 21:25:32.461321 [ 199 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 365 rows starting from the beginning of the part | ||
11508 | 2025.05.22 21:25:32.461397 [ 199 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 113 rows starting from the beginning of the part | ||
11509 | 2025.05.22 21:25:32.461441 [ 199 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 228 rows starting from the beginning of the part | ||
11510 | 2025.05.22 21:25:32.461485 [ 199 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 113 rows starting from the beginning of the part | ||
11511 | 2025.05.22 21:25:32.461522 [ 199 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 113 rows starting from the beginning of the part | ||
11512 | 2025.05.22 21:25:32.461562 [ 199 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 113 rows starting from the beginning of the part | ||
11513 | 2025.05.22 21:25:32.461771 [ 261 ] {e1830e89-0239-4128-ab04-d5985566d2fa} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11514 | 2025.05.22 21:25:32.461817 [ 261 ] {e1830e89-0239-4128-ab04-d5985566d2fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11515 | 2025.05.22 21:25:32.462144 [ 261 ] {e1830e89-0239-4128-ab04-d5985566d2fa} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
11516 | 2025.05.22 21:25:32.462360 [ 261 ] {e1830e89-0239-4128-ab04-d5985566d2fa} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11517 | 2025.05.22 21:25:32.462473 [ 200 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1045 rows, containing 5 columns (5 merged, 0 gathered) in 0.001373081 sec., 761062.1660339048 rows/sec., 53.48 MiB/sec. | ||
11518 | 2025.05.22 21:25:32.462498 [ 261 ] {e1830e89-0239-4128-ab04-d5985566d2fa} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001276 sec., 87774.2946708464 rows/sec., 5.00 MiB/sec. | ||
11519 | 2025.05.22 21:25:32.462582 [ 261 ] {e1830e89-0239-4128-ab04-d5985566d2fa} <Debug> TCPHandler: Processed in 0.001506712 sec. | ||
11520 | 2025.05.22 21:25:32.462656 [ 199 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
11521 | 2025.05.22 21:25:32.462707 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11522 | 2025.05.22 21:25:32.462809 [ 261 ] {48419de7-6353-4cb9-91bf-ae65fe18e47c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11523 | 2025.05.22 21:25:32.462852 [ 261 ] {48419de7-6353-4cb9-91bf-ae65fe18e47c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11524 | 2025.05.22 21:25:32.462900 [ 199 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_40_8} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11525 | 2025.05.22 21:25:32.462968 [ 199 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_40_8} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
11526 | 2025.05.22 21:25:32.463033 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
11527 | 2025.05.22 21:25:32.463420 [ 261 ] {48419de7-6353-4cb9-91bf-ae65fe18e47c} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11528 | 2025.05.22 21:25:32.463462 [ 261 ] {48419de7-6353-4cb9-91bf-ae65fe18e47c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11529 | 2025.05.22 21:25:32.463803 [ 261 ] {48419de7-6353-4cb9-91bf-ae65fe18e47c} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
11530 | 2025.05.22 21:25:32.464022 [ 261 ] {48419de7-6353-4cb9-91bf-ae65fe18e47c} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11531 | 2025.05.22 21:25:32.464157 [ 261 ] {48419de7-6353-4cb9-91bf-ae65fe18e47c} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001368 sec., 285087.7192982456 rows/sec., 20.15 MiB/sec. | ||
11532 | 2025.05.22 21:25:32.464199 [ 261 ] {48419de7-6353-4cb9-91bf-ae65fe18e47c} <Debug> TCPHandler: Processed in 0.001543532 sec. | ||
11533 | 2025.05.22 21:25:32.464333 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11534 | 2025.05.22 21:25:32.464434 [ 261 ] {d556b77b-e47d-4f15-815f-9dde8068e2cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
11535 | 2025.05.22 21:25:32.464477 [ 261 ] {d556b77b-e47d-4f15-815f-9dde8068e2cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11536 | 2025.05.22 21:25:32.464876 [ 261 ] {d556b77b-e47d-4f15-815f-9dde8068e2cc} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11537 | 2025.05.22 21:25:32.464915 [ 261 ] {d556b77b-e47d-4f15-815f-9dde8068e2cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11538 | 2025.05.22 21:25:32.465232 [ 261 ] {d556b77b-e47d-4f15-815f-9dde8068e2cc} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11539 | 2025.05.22 21:25:32.465440 [ 261 ] {d556b77b-e47d-4f15-815f-9dde8068e2cc} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11540 | 2025.05.22 21:25:32.465544 [ 33 ] {} <Debug> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
11541 | 2025.05.22 21:25:32.465569 [ 261 ] {d556b77b-e47d-4f15-815f-9dde8068e2cc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001154 sec., 5199.306759098787 rows/sec., 271.64 KiB/sec. | ||
11542 | 2025.05.22 21:25:32.465585 [ 33 ] {} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11543 | 2025.05.22 21:25:32.465611 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11544 | 2025.05.22 21:25:32.465612 [ 261 ] {d556b77b-e47d-4f15-815f-9dde8068e2cc} <Debug> TCPHandler: Processed in 0.001330899 sec. | ||
11545 | 2025.05.22 21:25:32.465693 [ 191 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::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 | ||
11546 | 2025.05.22 21:25:32.465747 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11547 | 2025.05.22 21:25:32.465800 [ 191 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11548 | 2025.05.22 21:25:32.465832 [ 191 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part | ||
11549 | 2025.05.22 21:25:32.465849 [ 261 ] {a913fdfe-9304-44fe-83bb-0761462e40bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11550 | 2025.05.22 21:25:32.465883 [ 191 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
11551 | 2025.05.22 21:25:32.465897 [ 261 ] {a913fdfe-9304-44fe-83bb-0761462e40bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11552 | 2025.05.22 21:25:32.465929 [ 191 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
11553 | 2025.05.22 21:25:32.465974 [ 191 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
11554 | 2025.05.22 21:25:32.466011 [ 191 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
11555 | 2025.05.22 21:25:32.466047 [ 191 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
11556 | 2025.05.22 21:25:32.466330 [ 261 ] {a913fdfe-9304-44fe-83bb-0761462e40bb} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11557 | 2025.05.22 21:25:32.466371 [ 261 ] {a913fdfe-9304-44fe-83bb-0761462e40bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11558 | 2025.05.22 21:25:32.466737 [ 261 ] {a913fdfe-9304-44fe-83bb-0761462e40bb} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
11559 | 2025.05.22 21:25:32.466763 [ 192 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.001106037 sec., 141044.10611941552 rows/sec., 7.20 MiB/sec. | ||
11560 | 2025.05.22 21:25:32.466933 [ 192 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
11561 | 2025.05.22 21:25:32.466972 [ 261 ] {a913fdfe-9304-44fe-83bb-0761462e40bb} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11562 | 2025.05.22 21:25:32.467175 [ 261 ] {a913fdfe-9304-44fe-83bb-0761462e40bb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001345 sec., 176208.1784386617 rows/sec., 11.81 MiB/sec. | ||
11563 | 2025.05.22 21:25:32.467218 [ 261 ] {a913fdfe-9304-44fe-83bb-0761462e40bb} <Debug> TCPHandler: Processed in 0.001521472 sec. | ||
11564 | 2025.05.22 21:25:32.467264 [ 192 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_26_5} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11565 | 2025.05.22 21:25:32.467337 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11566 | 2025.05.22 21:25:32.467350 [ 192 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_26_5} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
11567 | 2025.05.22 21:25:32.467440 [ 261 ] {d428ad29-b54b-4f89-89d9-0377d09fcb57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
11568 | 2025.05.22 21:25:32.467452 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
11569 | 2025.05.22 21:25:32.467490 [ 261 ] {d428ad29-b54b-4f89-89d9-0377d09fcb57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11570 | 2025.05.22 21:25:32.467811 [ 261 ] {d428ad29-b54b-4f89-89d9-0377d09fcb57} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11571 | 2025.05.22 21:25:32.467846 [ 261 ] {d428ad29-b54b-4f89-89d9-0377d09fcb57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11572 | 2025.05.22 21:25:32.468143 [ 261 ] {d428ad29-b54b-4f89-89d9-0377d09fcb57} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11573 | 2025.05.22 21:25:32.468344 [ 261 ] {d428ad29-b54b-4f89-89d9-0377d09fcb57} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11574 | 2025.05.22 21:25:32.468473 [ 261 ] {d428ad29-b54b-4f89-89d9-0377d09fcb57} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001051 sec., 951.4747859181731 rows/sec., 64.11 KiB/sec. | ||
11575 | 2025.05.22 21:25:32.468508 [ 261 ] {d428ad29-b54b-4f89-89d9-0377d09fcb57} <Debug> TCPHandler: Processed in 0.001220969 sec. | ||
11576 | 2025.05.22 21:25:32.468674 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11577 | 2025.05.22 21:25:32.468769 [ 261 ] {41adf5da-adf9-493c-8f51-5aa7f05f2f8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11578 | 2025.05.22 21:25:32.468824 [ 261 ] {41adf5da-adf9-493c-8f51-5aa7f05f2f8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11579 | 2025.05.22 21:25:32.469582 [ 261 ] {41adf5da-adf9-493c-8f51-5aa7f05f2f8c} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11580 | 2025.05.22 21:25:32.469619 [ 261 ] {41adf5da-adf9-493c-8f51-5aa7f05f2f8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11581 | 2025.05.22 21:25:32.470143 [ 261 ] {41adf5da-adf9-493c-8f51-5aa7f05f2f8c} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
11582 | 2025.05.22 21:25:32.470369 [ 261 ] {41adf5da-adf9-493c-8f51-5aa7f05f2f8c} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11583 | 2025.05.22 21:25:32.470511 [ 261 ] {41adf5da-adf9-493c-8f51-5aa7f05f2f8c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00176 sec., 4545.454545454545 rows/sec., 8.15 MiB/sec. | ||
11584 | 2025.05.22 21:25:32.470578 [ 261 ] {41adf5da-adf9-493c-8f51-5aa7f05f2f8c} <Debug> TCPHandler: Processed in 0.001952869 sec. | ||
11585 | 2025.05.22 21:25:32.470703 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11586 | 2025.05.22 21:25:32.470799 [ 261 ] {1f13ff20-041c-4380-864a-92b1c085f504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11587 | 2025.05.22 21:25:32.470841 [ 261 ] {1f13ff20-041c-4380-864a-92b1c085f504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11588 | 2025.05.22 21:25:32.471177 [ 261 ] {1f13ff20-041c-4380-864a-92b1c085f504} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11589 | 2025.05.22 21:25:32.471211 [ 261 ] {1f13ff20-041c-4380-864a-92b1c085f504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11590 | 2025.05.22 21:25:32.471509 [ 261 ] {1f13ff20-041c-4380-864a-92b1c085f504} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
11591 | 2025.05.22 21:25:32.471727 [ 261 ] {1f13ff20-041c-4380-864a-92b1c085f504} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11592 | 2025.05.22 21:25:32.471853 [ 261 ] {1f13ff20-041c-4380-864a-92b1c085f504} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001072 sec., 76492.53731343284 rows/sec., 4.86 MiB/sec. | ||
11593 | 2025.05.22 21:25:32.471888 [ 261 ] {1f13ff20-041c-4380-864a-92b1c085f504} <Debug> TCPHandler: Processed in 0.001236269 sec. | ||
11594 | 2025.05.22 21:25:32.907374 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 482 | ||
11595 | 2025.05.22 21:25:32.923659 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11596 | 2025.05.22 21:25:32.923722 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11597 | 2025.05.22 21:25:32.929591 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11598 | 2025.05.22 21:25:32.930262 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11599 | 2025.05.22 21:25:32.933070 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 482 | ||
11600 | 2025.05.22 21:25:33.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 329.30 MiB, peak 336.62 MiB, free memory in arenas 0.00 B, will set to 327.92 MiB (RSS), difference: -1.37 MiB | ||
11601 | 2025.05.22 21:25:37.478473 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11602 | 2025.05.22 21:25:37.478670 [ 261 ] {a69a5de8-350f-4438-b9e6-0fc421e5ebc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11603 | 2025.05.22 21:25:37.478741 [ 261 ] {a69a5de8-350f-4438-b9e6-0fc421e5ebc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11604 | 2025.05.22 21:25:37.480108 [ 261 ] {a69a5de8-350f-4438-b9e6-0fc421e5ebc4} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11605 | 2025.05.22 21:25:37.480158 [ 261 ] {a69a5de8-350f-4438-b9e6-0fc421e5ebc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11606 | 2025.05.22 21:25:37.480633 [ 261 ] {a69a5de8-350f-4438-b9e6-0fc421e5ebc4} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
11607 | 2025.05.22 21:25:37.480865 [ 261 ] {a69a5de8-350f-4438-b9e6-0fc421e5ebc4} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11608 | 2025.05.22 21:25:37.481025 [ 261 ] {a69a5de8-350f-4438-b9e6-0fc421e5ebc4} <Debug> executeQuery: Read 1262 rows, 106.78 KiB in 0.002407 sec., 524304.1130037392 rows/sec., 43.32 MiB/sec. | ||
11609 | 2025.05.22 21:25:37.481075 [ 261 ] {a69a5de8-350f-4438-b9e6-0fc421e5ebc4} <Debug> TCPHandler: Processed in 0.00273666 sec. | ||
11610 | 2025.05.22 21:25:37.481208 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11611 | 2025.05.22 21:25:37.481313 [ 261 ] {2435626b-79ee-44b5-bec8-9e018ff4b1a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11612 | 2025.05.22 21:25:37.481357 [ 261 ] {2435626b-79ee-44b5-bec8-9e018ff4b1a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11613 | 2025.05.22 21:25:37.481800 [ 261 ] {2435626b-79ee-44b5-bec8-9e018ff4b1a1} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11614 | 2025.05.22 21:25:37.481839 [ 261 ] {2435626b-79ee-44b5-bec8-9e018ff4b1a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11615 | 2025.05.22 21:25:37.482148 [ 261 ] {2435626b-79ee-44b5-bec8-9e018ff4b1a1} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
11616 | 2025.05.22 21:25:37.482363 [ 261 ] {2435626b-79ee-44b5-bec8-9e018ff4b1a1} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11617 | 2025.05.22 21:25:37.482506 [ 261 ] {2435626b-79ee-44b5-bec8-9e018ff4b1a1} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001219 sec., 27071.36997538966 rows/sec., 1.99 MiB/sec. | ||
11618 | 2025.05.22 21:25:37.482545 [ 261 ] {2435626b-79ee-44b5-bec8-9e018ff4b1a1} <Debug> TCPHandler: Processed in 0.001391341 sec. | ||
11619 | 2025.05.22 21:25:37.482657 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11620 | 2025.05.22 21:25:37.482755 [ 261 ] {56e10815-11cb-4c07-9710-6e399d12f19b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
11621 | 2025.05.22 21:25:37.482795 [ 261 ] {56e10815-11cb-4c07-9710-6e399d12f19b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11622 | 2025.05.22 21:25:37.483287 [ 261 ] {56e10815-11cb-4c07-9710-6e399d12f19b} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11623 | 2025.05.22 21:25:37.483324 [ 261 ] {56e10815-11cb-4c07-9710-6e399d12f19b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11624 | 2025.05.22 21:25:37.483635 [ 261 ] {56e10815-11cb-4c07-9710-6e399d12f19b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
11625 | 2025.05.22 21:25:37.483861 [ 261 ] {56e10815-11cb-4c07-9710-6e399d12f19b} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11626 | 2025.05.22 21:25:37.483992 [ 261 ] {56e10815-11cb-4c07-9710-6e399d12f19b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001256 sec., 181528.66242038217 rows/sec., 12.29 MiB/sec. | ||
11627 | 2025.05.22 21:25:37.484031 [ 261 ] {56e10815-11cb-4c07-9710-6e399d12f19b} <Debug> TCPHandler: Processed in 0.001424731 sec. | ||
11628 | 2025.05.22 21:25:37.484144 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11629 | 2025.05.22 21:25:37.484239 [ 261 ] {b2a3671d-14e7-4686-9af2-487614c0e564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11630 | 2025.05.22 21:25:37.484279 [ 261 ] {b2a3671d-14e7-4686-9af2-487614c0e564} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11631 | 2025.05.22 21:25:37.484871 [ 261 ] {b2a3671d-14e7-4686-9af2-487614c0e564} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11632 | 2025.05.22 21:25:37.484906 [ 261 ] {b2a3671d-14e7-4686-9af2-487614c0e564} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11633 | 2025.05.22 21:25:37.485227 [ 261 ] {b2a3671d-14e7-4686-9af2-487614c0e564} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
11634 | 2025.05.22 21:25:37.485443 [ 261 ] {b2a3671d-14e7-4686-9af2-487614c0e564} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11635 | 2025.05.22 21:25:37.485570 [ 261 ] {b2a3671d-14e7-4686-9af2-487614c0e564} <Debug> executeQuery: Read 553 rows, 42.05 KiB in 0.001351 sec., 409326.42487046635 rows/sec., 30.39 MiB/sec. | ||
11636 | 2025.05.22 21:25:37.485607 [ 261 ] {b2a3671d-14e7-4686-9af2-487614c0e564} <Debug> TCPHandler: Processed in 0.001514603 sec. | ||
11637 | 2025.05.22 21:25:37.485723 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11638 | 2025.05.22 21:25:37.485817 [ 261 ] {d14a7544-96b4-4017-92e6-207b0c88c68c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11639 | 2025.05.22 21:25:37.485860 [ 261 ] {d14a7544-96b4-4017-92e6-207b0c88c68c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11640 | 2025.05.22 21:25:37.486452 [ 261 ] {d14a7544-96b4-4017-92e6-207b0c88c68c} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11641 | 2025.05.22 21:25:37.486489 [ 261 ] {d14a7544-96b4-4017-92e6-207b0c88c68c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11642 | 2025.05.22 21:25:37.486865 [ 261 ] {d14a7544-96b4-4017-92e6-207b0c88c68c} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
11643 | 2025.05.22 21:25:37.487086 [ 261 ] {d14a7544-96b4-4017-92e6-207b0c88c68c} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11644 | 2025.05.22 21:25:37.487221 [ 261 ] {d14a7544-96b4-4017-92e6-207b0c88c68c} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.001423 sec., 618411.8060435699 rows/sec., 41.61 MiB/sec. | ||
11645 | 2025.05.22 21:25:37.487258 [ 261 ] {d14a7544-96b4-4017-92e6-207b0c88c68c} <Debug> TCPHandler: Processed in 0.001587003 sec. | ||
11646 | 2025.05.22 21:25:37.487369 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11647 | 2025.05.22 21:25:37.487464 [ 261 ] {edffbe9c-ce16-42af-813d-a670cf76b803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11648 | 2025.05.22 21:25:37.487519 [ 261 ] {edffbe9c-ce16-42af-813d-a670cf76b803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11649 | 2025.05.22 21:25:37.488355 [ 261 ] {edffbe9c-ce16-42af-813d-a670cf76b803} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11650 | 2025.05.22 21:25:37.488390 [ 261 ] {edffbe9c-ce16-42af-813d-a670cf76b803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11651 | 2025.05.22 21:25:37.488940 [ 261 ] {edffbe9c-ce16-42af-813d-a670cf76b803} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
11652 | 2025.05.22 21:25:37.489171 [ 261 ] {edffbe9c-ce16-42af-813d-a670cf76b803} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11653 | 2025.05.22 21:25:37.489315 [ 261 ] {edffbe9c-ce16-42af-813d-a670cf76b803} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001869 sec., 17656.50080256822 rows/sec., 31.64 MiB/sec. | ||
11654 | 2025.05.22 21:25:37.489380 [ 261 ] {edffbe9c-ce16-42af-813d-a670cf76b803} <Debug> TCPHandler: Processed in 0.002060491 sec. | ||
11655 | 2025.05.22 21:25:37.489496 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11656 | 2025.05.22 21:25:37.489592 [ 261 ] {8214cb25-8ae9-4952-92ff-58c98870032d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11657 | 2025.05.22 21:25:37.489633 [ 261 ] {8214cb25-8ae9-4952-92ff-58c98870032d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11658 | 2025.05.22 21:25:37.489967 [ 261 ] {8214cb25-8ae9-4952-92ff-58c98870032d} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11659 | 2025.05.22 21:25:37.490002 [ 261 ] {8214cb25-8ae9-4952-92ff-58c98870032d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11660 | 2025.05.22 21:25:37.490312 [ 261 ] {8214cb25-8ae9-4952-92ff-58c98870032d} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
11661 | 2025.05.22 21:25:37.490529 [ 261 ] {8214cb25-8ae9-4952-92ff-58c98870032d} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11662 | 2025.05.22 21:25:37.490657 [ 261 ] {8214cb25-8ae9-4952-92ff-58c98870032d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. | ||
11663 | 2025.05.22 21:25:37.490692 [ 261 ] {8214cb25-8ae9-4952-92ff-58c98870032d} <Debug> TCPHandler: Processed in 0.001247329 sec. | ||
11664 | 2025.05.22 21:25:38.845002 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29768 | ||
11665 | 2025.05.22 21:25:38.845650 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11666 | 2025.05.22 21:25:38.845696 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11667 | 2025.05.22 21:25:38.846176 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11668 | 2025.05.22 21:25:38.846413 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11669 | 2025.05.22 21:25:38.846549 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29768 | ||
11670 | 2025.05.22 21:25:40.434121 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 490 | ||
11671 | 2025.05.22 21:25:40.451028 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11672 | 2025.05.22 21:25:40.451088 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11673 | 2025.05.22 21:25:40.457222 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11674 | 2025.05.22 21:25:40.457913 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11675 | 2025.05.22 21:25:40.460846 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
11676 | 2025.05.22 21:25:41.424580 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1606 | ||
11677 | 2025.05.22 21:25:41.427367 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11678 | 2025.05.22 21:25:41.427414 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11679 | 2025.05.22 21:25:41.428589 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
11680 | 2025.05.22 21:25:41.428858 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11681 | 2025.05.22 21:25:41.429026 [ 57 ] {} <Debug> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
11682 | 2025.05.22 21:25:41.429122 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1606 | ||
11683 | 2025.05.22 21:25:41.429123 [ 57 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11684 | 2025.05.22 21:25:41.429188 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11685 | 2025.05.22 21:25:41.429322 [ 200 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::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 | ||
11686 | 2025.05.22 21:25:41.429942 [ 200 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11687 | 2025.05.22 21:25:41.430096 [ 200 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1426 rows starting from the beginning of the part | ||
11688 | 2025.05.22 21:25:41.430508 [ 200 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 36 rows starting from the beginning of the part | ||
11689 | 2025.05.22 21:25:41.430839 [ 200 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 38 rows starting from the beginning of the part | ||
11690 | 2025.05.22 21:25:41.431170 [ 200 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 34 rows starting from the beginning of the part | ||
11691 | 2025.05.22 21:25:41.431500 [ 200 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 36 rows starting from the beginning of the part | ||
11692 | 2025.05.22 21:25:41.431825 [ 200 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 36 rows starting from the beginning of the part | ||
11693 | 2025.05.22 21:25:41.438547 [ 195 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1606 rows, containing 72 columns (72 merged, 0 gathered) in 0.009274418 sec., 173164.50477000282 rows/sec., 136.72 MiB/sec. | ||
11694 | 2025.05.22 21:25:41.440745 [ 195 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
11695 | 2025.05.22 21:25:41.441389 [ 195 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_46_9} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11696 | 2025.05.22 21:25:41.441479 [ 195 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_46_9} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
11697 | 2025.05.22 21:25:41.441751 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. | ||
11698 | 2025.05.22 21:25:42.447111 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11699 | 2025.05.22 21:25:42.447296 [ 261 ] {8a4f081a-5f9f-40eb-bb27-168165ab293d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11700 | 2025.05.22 21:25:42.447362 [ 261 ] {8a4f081a-5f9f-40eb-bb27-168165ab293d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11701 | 2025.05.22 21:25:42.448027 [ 261 ] {8a4f081a-5f9f-40eb-bb27-168165ab293d} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11702 | 2025.05.22 21:25:42.448075 [ 261 ] {8a4f081a-5f9f-40eb-bb27-168165ab293d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11703 | 2025.05.22 21:25:42.448520 [ 261 ] {8a4f081a-5f9f-40eb-bb27-168165ab293d} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
11704 | 2025.05.22 21:25:42.448741 [ 261 ] {8a4f081a-5f9f-40eb-bb27-168165ab293d} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11705 | 2025.05.22 21:25:42.448880 [ 97 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
11706 | 2025.05.22 21:25:42.448890 [ 261 ] {8a4f081a-5f9f-40eb-bb27-168165ab293d} <Debug> executeQuery: Read 72 rows, 5.90 KiB in 0.001646 sec., 43742.40583232078 rows/sec., 3.50 MiB/sec. | ||
11707 | 2025.05.22 21:25:42.448949 [ 97 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11708 | 2025.05.22 21:25:42.448976 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11709 | 2025.05.22 21:25:42.448976 [ 261 ] {8a4f081a-5f9f-40eb-bb27-168165ab293d} <Debug> TCPHandler: Processed in 0.00199509 sec. | ||
11710 | 2025.05.22 21:25:42.449086 [ 200 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::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 | ||
11711 | 2025.05.22 21:25:42.449123 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11712 | 2025.05.22 21:25:42.449228 [ 200 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11713 | 2025.05.22 21:25:42.449232 [ 261 ] {c3972478-8a97-4f19-87e5-7a621aaafc7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11714 | 2025.05.22 21:25:42.449270 [ 200 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1970 rows starting from the beginning of the part | ||
11715 | 2025.05.22 21:25:42.449296 [ 261 ] {c3972478-8a97-4f19-87e5-7a621aaafc7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11716 | 2025.05.22 21:25:42.449343 [ 200 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 634 rows starting from the beginning of the part | ||
11717 | 2025.05.22 21:25:42.449396 [ 200 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 122 rows starting from the beginning of the part | ||
11718 | 2025.05.22 21:25:42.449441 [ 200 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 633 rows starting from the beginning of the part | ||
11719 | 2025.05.22 21:25:42.449483 [ 200 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 1262 rows starting from the beginning of the part | ||
11720 | 2025.05.22 21:25:42.449524 [ 200 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 72 rows starting from the beginning of the part | ||
11721 | 2025.05.22 21:25:42.449710 [ 261 ] {c3972478-8a97-4f19-87e5-7a621aaafc7c} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11722 | 2025.05.22 21:25:42.449759 [ 261 ] {c3972478-8a97-4f19-87e5-7a621aaafc7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11723 | 2025.05.22 21:25:42.450090 [ 261 ] {c3972478-8a97-4f19-87e5-7a621aaafc7c} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
11724 | 2025.05.22 21:25:42.450328 [ 261 ] {c3972478-8a97-4f19-87e5-7a621aaafc7c} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11725 | 2025.05.22 21:25:42.450453 [ 97 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
11726 | 2025.05.22 21:25:42.450465 [ 261 ] {c3972478-8a97-4f19-87e5-7a621aaafc7c} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001252 sec., 6389.776357827475 rows/sec., 480.48 KiB/sec. | ||
11727 | 2025.05.22 21:25:42.450488 [ 97 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11728 | 2025.05.22 21:25:42.450512 [ 261 ] {c3972478-8a97-4f19-87e5-7a621aaafc7c} <Debug> TCPHandler: Processed in 0.001439851 sec. | ||
11729 | 2025.05.22 21:25:42.450515 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11730 | 2025.05.22 21:25:42.450631 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11731 | 2025.05.22 21:25:42.450633 [ 186 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::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 | ||
11732 | 2025.05.22 21:25:42.450736 [ 261 ] {533af2c0-2079-4979-9246-09c9d78836bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11733 | 2025.05.22 21:25:42.450739 [ 186 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11734 | 2025.05.22 21:25:42.450775 [ 261 ] {533af2c0-2079-4979-9246-09c9d78836bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11735 | 2025.05.22 21:25:42.450775 [ 186 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 179 rows starting from the beginning of the part | ||
11736 | 2025.05.22 21:25:42.450840 [ 186 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 116 rows starting from the beginning of the part | ||
11737 | 2025.05.22 21:25:42.450882 [ 186 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 33 rows starting from the beginning of the part | ||
11738 | 2025.05.22 21:25:42.450924 [ 186 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 114 rows starting from the beginning of the part | ||
11739 | 2025.05.22 21:25:42.450961 [ 186 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 33 rows starting from the beginning of the part | ||
11740 | 2025.05.22 21:25:42.451000 [ 186 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part | ||
11741 | 2025.05.22 21:25:42.451168 [ 197 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4693 rows, containing 5 columns (5 merged, 0 gathered) in 0.002134171 sec., 2198980.3066389714 rows/sec., 187.16 MiB/sec. | ||
11742 | 2025.05.22 21:25:42.451180 [ 261 ] {533af2c0-2079-4979-9246-09c9d78836bc} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11743 | 2025.05.22 21:25:42.451232 [ 261 ] {533af2c0-2079-4979-9246-09c9d78836bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11744 | 2025.05.22 21:25:42.451417 [ 198 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
11745 | 2025.05.22 21:25:42.451535 [ 261 ] {533af2c0-2079-4979-9246-09c9d78836bc} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
11746 | 2025.05.22 21:25:42.451674 [ 200 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_91_18} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11747 | 2025.05.22 21:25:42.451721 [ 197 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 483 rows, containing 5 columns (5 merged, 0 gathered) in 0.001130997 sec., 427056.8356945244 rows/sec., 28.83 MiB/sec. | ||
11748 | 2025.05.22 21:25:42.451752 [ 261 ] {533af2c0-2079-4979-9246-09c9d78836bc} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11749 | 2025.05.22 21:25:42.451793 [ 200 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_91_18} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
11750 | 2025.05.22 21:25:42.451881 [ 97 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
11751 | 2025.05.22 21:25:42.451887 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. | ||
11752 | 2025.05.22 21:25:42.451895 [ 197 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
11753 | 2025.05.22 21:25:42.451911 [ 97 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11754 | 2025.05.22 21:25:42.451891 [ 261 ] {533af2c0-2079-4979-9246-09c9d78836bc} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001179 sec., 61068.70229007634 rows/sec., 4.77 MiB/sec. | ||
11755 | 2025.05.22 21:25:42.451942 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11756 | 2025.05.22 21:25:42.451986 [ 261 ] {533af2c0-2079-4979-9246-09c9d78836bc} <Debug> TCPHandler: Processed in 0.001403891 sec. | ||
11757 | 2025.05.22 21:25:42.452024 [ 186 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::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 | ||
11758 | 2025.05.22 21:25:42.452108 [ 186 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11759 | 2025.05.22 21:25:42.452109 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11760 | 2025.05.22 21:25:42.452142 [ 186 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 953 rows starting from the beginning of the part | ||
11761 | 2025.05.22 21:25:42.452195 [ 186 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 392 rows starting from the beginning of the part | ||
11762 | 2025.05.22 21:25:42.452229 [ 261 ] {c846d226-7ac9-47db-87ee-62db75d62e86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11763 | 2025.05.22 21:25:42.452232 [ 186 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 97 rows starting from the beginning of the part | ||
11764 | 2025.05.22 21:25:42.452275 [ 261 ] {c846d226-7ac9-47db-87ee-62db75d62e86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11765 | 2025.05.22 21:25:42.452278 [ 186 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 390 rows starting from the beginning of the part | ||
11766 | 2025.05.22 21:25:42.452303 [ 197 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_86_17} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11767 | 2025.05.22 21:25:42.452317 [ 186 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 553 rows starting from the beginning of the part | ||
11768 | 2025.05.22 21:25:42.452359 [ 186 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 72 rows starting from the beginning of the part | ||
11769 | 2025.05.22 21:25:42.452394 [ 197 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_86_17} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
11770 | 2025.05.22 21:25:42.452500 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
11771 | 2025.05.22 21:25:42.452692 [ 261 ] {c846d226-7ac9-47db-87ee-62db75d62e86} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11772 | 2025.05.22 21:25:42.452730 [ 261 ] {c846d226-7ac9-47db-87ee-62db75d62e86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11773 | 2025.05.22 21:25:42.453068 [ 261 ] {c846d226-7ac9-47db-87ee-62db75d62e86} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
11774 | 2025.05.22 21:25:42.453275 [ 261 ] {c846d226-7ac9-47db-87ee-62db75d62e86} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11775 | 2025.05.22 21:25:42.453377 [ 200 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2457 rows, containing 5 columns (5 merged, 0 gathered) in 0.00137848 sec., 1782398.003598166 rows/sec., 136.92 MiB/sec. | ||
11776 | 2025.05.22 21:25:42.453404 [ 261 ] {c846d226-7ac9-47db-87ee-62db75d62e86} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001193 sec., 134115.6747694887 rows/sec., 9.34 MiB/sec. | ||
11777 | 2025.05.22 21:25:42.453446 [ 261 ] {c846d226-7ac9-47db-87ee-62db75d62e86} <Debug> TCPHandler: Processed in 0.00138557 sec. | ||
11778 | 2025.05.22 21:25:42.453558 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11779 | 2025.05.22 21:25:42.453558 [ 197 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
11780 | 2025.05.22 21:25:42.453661 [ 261 ] {cf097aac-2d17-4ed5-9338-5005d8a0d828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11781 | 2025.05.22 21:25:42.453719 [ 261 ] {cf097aac-2d17-4ed5-9338-5005d8a0d828} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11782 | 2025.05.22 21:25:42.453840 [ 197 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_91_18} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11783 | 2025.05.22 21:25:42.453929 [ 197 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_91_18} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
11784 | 2025.05.22 21:25:42.454006 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
11785 | 2025.05.22 21:25:42.454441 [ 261 ] {cf097aac-2d17-4ed5-9338-5005d8a0d828} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11786 | 2025.05.22 21:25:42.454483 [ 261 ] {cf097aac-2d17-4ed5-9338-5005d8a0d828} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11787 | 2025.05.22 21:25:42.454988 [ 261 ] {cf097aac-2d17-4ed5-9338-5005d8a0d828} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
11788 | 2025.05.22 21:25:42.455215 [ 261 ] {cf097aac-2d17-4ed5-9338-5005d8a0d828} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11789 | 2025.05.22 21:25:42.455323 [ 97 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
11790 | 2025.05.22 21:25:42.455348 [ 261 ] {cf097aac-2d17-4ed5-9338-5005d8a0d828} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001712 sec., 4672.897196261682 rows/sec., 8.37 MiB/sec. | ||
11791 | 2025.05.22 21:25:42.455361 [ 97 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11792 | 2025.05.22 21:25:42.455387 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11793 | 2025.05.22 21:25:42.455407 [ 261 ] {cf097aac-2d17-4ed5-9338-5005d8a0d828} <Debug> TCPHandler: Processed in 0.001896369 sec. | ||
11794 | 2025.05.22 21:25:42.455458 [ 200 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
11795 | 2025.05.22 21:25:42.455523 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11796 | 2025.05.22 21:25:42.455629 [ 261 ] {ea0e7caf-ba64-450b-8a41-1da698fb01bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11797 | 2025.05.22 21:25:42.455662 [ 200 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11798 | 2025.05.22 21:25:42.455670 [ 261 ] {ea0e7caf-ba64-450b-8a41-1da698fb01bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11799 | 2025.05.22 21:25:42.455723 [ 200 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1719 rows starting from the beginning of the part | ||
11800 | 2025.05.22 21:25:42.455851 [ 200 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 8 rows starting from the beginning of the part | ||
11801 | 2025.05.22 21:25:42.455964 [ 200 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 33 rows starting from the beginning of the part | ||
11802 | 2025.05.22 21:25:42.456026 [ 261 ] {ea0e7caf-ba64-450b-8a41-1da698fb01bc} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11803 | 2025.05.22 21:25:42.456067 [ 261 ] {ea0e7caf-ba64-450b-8a41-1da698fb01bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11804 | 2025.05.22 21:25:42.456086 [ 200 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 8 rows starting from the beginning of the part | ||
11805 | 2025.05.22 21:25:42.456209 [ 200 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 33 rows starting from the beginning of the part | ||
11806 | 2025.05.22 21:25:42.456330 [ 200 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part | ||
11807 | 2025.05.22 21:25:42.456375 [ 261 ] {ea0e7caf-ba64-450b-8a41-1da698fb01bc} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
11808 | 2025.05.22 21:25:42.456591 [ 261 ] {ea0e7caf-ba64-450b-8a41-1da698fb01bc} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11809 | 2025.05.22 21:25:42.456723 [ 261 ] {ea0e7caf-ba64-450b-8a41-1da698fb01bc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001112 sec., 53956.8345323741 rows/sec., 3.64 MiB/sec. | ||
11810 | 2025.05.22 21:25:42.456758 [ 261 ] {ea0e7caf-ba64-450b-8a41-1da698fb01bc} <Debug> TCPHandler: Processed in 0.001282759 sec. | ||
11811 | 2025.05.22 21:25:42.464725 [ 196 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1809 rows, containing 19 columns (19 merged, 0 gathered) in 0.009296328 sec., 194592.96186623364 rows/sec., 348.70 MiB/sec. | ||
11812 | 2025.05.22 21:25:42.466525 [ 194 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
11813 | 2025.05.22 21:25:42.466862 [ 194 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11814 | 2025.05.22 21:25:42.466931 [ 194 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
11815 | 2025.05.22 21:25:42.467057 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.16 MiB. | ||
11816 | 2025.05.22 21:25:43.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 328.98 MiB, peak 346.11 MiB, free memory in arenas 0.00 B, will set to 332.99 MiB (RSS), difference: 4.01 MiB | ||
11817 | 2025.05.22 21:25:46.189620 [ 151 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11818 | 2025.05.22 21:25:46.189694 [ 151 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11819 | 2025.05.22 21:25:46.347689 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30256 | ||
11820 | 2025.05.22 21:25:46.348305 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11821 | 2025.05.22 21:25:46.348343 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11822 | 2025.05.22 21:25:46.348844 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
11823 | 2025.05.22 21:25:46.349099 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11824 | 2025.05.22 21:25:46.349223 [ 151 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
11825 | 2025.05.22 21:25:46.349246 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 | ||
11826 | 2025.05.22 21:25:46.349272 [ 151 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11827 | 2025.05.22 21:25:46.349296 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11828 | 2025.05.22 21:25:46.349460 [ 197 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
11829 | 2025.05.22 21:25:46.349645 [ 197 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11830 | 2025.05.22 21:25:46.349685 [ 197 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
11831 | 2025.05.22 21:25:46.349755 [ 197 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
11832 | 2025.05.22 21:25:46.349806 [ 197 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
11833 | 2025.05.22 21:25:46.349853 [ 197 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
11834 | 2025.05.22 21:25:46.349897 [ 197 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
11835 | 2025.05.22 21:25:46.349946 [ 197 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
11836 | 2025.05.22 21:25:46.352149 [ 190 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.002767721 sec., 10931737.700440181 rows/sec., 156.38 MiB/sec. | ||
11837 | 2025.05.22 21:25:46.352713 [ 190 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
11838 | 2025.05.22 21:25:46.353024 [ 190 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_66_13} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11839 | 2025.05.22 21:25:46.353111 [ 190 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_66_13} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
11840 | 2025.05.22 21:25:46.353222 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB. | ||
11841 | 2025.05.22 21:25:47.449375 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11842 | 2025.05.22 21:25:47.449560 [ 261 ] {2f93d982-a919-4eca-bcb4-dbe2e2bfcb84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11843 | 2025.05.22 21:25:47.449632 [ 261 ] {2f93d982-a919-4eca-bcb4-dbe2e2bfcb84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11844 | 2025.05.22 21:25:47.450315 [ 261 ] {2f93d982-a919-4eca-bcb4-dbe2e2bfcb84} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11845 | 2025.05.22 21:25:47.450367 [ 261 ] {2f93d982-a919-4eca-bcb4-dbe2e2bfcb84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11846 | 2025.05.22 21:25:47.450775 [ 261 ] {2f93d982-a919-4eca-bcb4-dbe2e2bfcb84} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
11847 | 2025.05.22 21:25:47.451000 [ 261 ] {2f93d982-a919-4eca-bcb4-dbe2e2bfcb84} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11848 | 2025.05.22 21:25:47.451157 [ 261 ] {2f93d982-a919-4eca-bcb4-dbe2e2bfcb84} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.001646 sec., 74119.07654921021 rows/sec., 6.33 MiB/sec. | ||
11849 | 2025.05.22 21:25:47.451207 [ 261 ] {2f93d982-a919-4eca-bcb4-dbe2e2bfcb84} <Debug> TCPHandler: Processed in 0.00196519 sec. | ||
11850 | 2025.05.22 21:25:47.451329 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11851 | 2025.05.22 21:25:47.451434 [ 261 ] {bf6cd59a-495c-45c8-bbe8-b8666e2c1052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11852 | 2025.05.22 21:25:47.451477 [ 261 ] {bf6cd59a-495c-45c8-bbe8-b8666e2c1052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11853 | 2025.05.22 21:25:47.451902 [ 261 ] {bf6cd59a-495c-45c8-bbe8-b8666e2c1052} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11854 | 2025.05.22 21:25:47.451939 [ 261 ] {bf6cd59a-495c-45c8-bbe8-b8666e2c1052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11855 | 2025.05.22 21:25:47.452249 [ 261 ] {bf6cd59a-495c-45c8-bbe8-b8666e2c1052} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
11856 | 2025.05.22 21:25:47.452456 [ 261 ] {bf6cd59a-495c-45c8-bbe8-b8666e2c1052} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11857 | 2025.05.22 21:25:47.452589 [ 261 ] {bf6cd59a-495c-45c8-bbe8-b8666e2c1052} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001178 sec., 28013.58234295416 rows/sec., 2.06 MiB/sec. | ||
11858 | 2025.05.22 21:25:47.452625 [ 261 ] {bf6cd59a-495c-45c8-bbe8-b8666e2c1052} <Debug> TCPHandler: Processed in 0.001349149 sec. | ||
11859 | 2025.05.22 21:25:47.452728 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11860 | 2025.05.22 21:25:47.452822 [ 261 ] {500c5d68-2a25-42fc-8ae6-a1b8639a0558} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11861 | 2025.05.22 21:25:47.452862 [ 261 ] {500c5d68-2a25-42fc-8ae6-a1b8639a0558} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11862 | 2025.05.22 21:25:47.453285 [ 261 ] {500c5d68-2a25-42fc-8ae6-a1b8639a0558} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11863 | 2025.05.22 21:25:47.453321 [ 261 ] {500c5d68-2a25-42fc-8ae6-a1b8639a0558} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11864 | 2025.05.22 21:25:47.453625 [ 261 ] {500c5d68-2a25-42fc-8ae6-a1b8639a0558} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
11865 | 2025.05.22 21:25:47.453844 [ 261 ] {500c5d68-2a25-42fc-8ae6-a1b8639a0558} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11866 | 2025.05.22 21:25:47.453973 [ 261 ] {500c5d68-2a25-42fc-8ae6-a1b8639a0558} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001169 sec., 82976.90333618478 rows/sec., 6.48 MiB/sec. | ||
11867 | 2025.05.22 21:25:47.454010 [ 261 ] {500c5d68-2a25-42fc-8ae6-a1b8639a0558} <Debug> TCPHandler: Processed in 0.00133186 sec. | ||
11868 | 2025.05.22 21:25:47.454122 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11869 | 2025.05.22 21:25:47.454217 [ 261 ] {a0f027c2-3a8f-4084-96b0-8160d6dcf64d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11870 | 2025.05.22 21:25:47.454261 [ 261 ] {a0f027c2-3a8f-4084-96b0-8160d6dcf64d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11871 | 2025.05.22 21:25:47.454668 [ 261 ] {a0f027c2-3a8f-4084-96b0-8160d6dcf64d} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11872 | 2025.05.22 21:25:47.454703 [ 261 ] {a0f027c2-3a8f-4084-96b0-8160d6dcf64d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11873 | 2025.05.22 21:25:47.455027 [ 261 ] {a0f027c2-3a8f-4084-96b0-8160d6dcf64d} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
11874 | 2025.05.22 21:25:47.455233 [ 261 ] {a0f027c2-3a8f-4084-96b0-8160d6dcf64d} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11875 | 2025.05.22 21:25:47.455360 [ 261 ] {a0f027c2-3a8f-4084-96b0-8160d6dcf64d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001161 sec., 137812.23083548667 rows/sec., 9.60 MiB/sec. | ||
11876 | 2025.05.22 21:25:47.455355 [ 127 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
11877 | 2025.05.22 21:25:47.455398 [ 261 ] {a0f027c2-3a8f-4084-96b0-8160d6dcf64d} <Debug> TCPHandler: Processed in 0.0013269 sec. | ||
11878 | 2025.05.22 21:25:47.455440 [ 127 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11879 | 2025.05.22 21:25:47.455465 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11880 | 2025.05.22 21:25:47.455522 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11881 | 2025.05.22 21:25:47.455578 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
11882 | 2025.05.22 21:25:47.455621 [ 261 ] {8fd62b59-c3cb-49f8-973b-ab56ab1a5b98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11883 | 2025.05.22 21:25:47.455681 [ 261 ] {8fd62b59-c3cb-49f8-973b-ab56ab1a5b98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11884 | 2025.05.22 21:25:47.455726 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11885 | 2025.05.22 21:25:47.455767 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 26278 rows starting from the beginning of the part | ||
11886 | 2025.05.22 21:25:47.455833 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
11887 | 2025.05.22 21:25:47.455881 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 237 rows starting from the beginning of the part | ||
11888 | 2025.05.22 21:25:47.455929 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 880 rows starting from the beginning of the part | ||
11889 | 2025.05.22 21:25:47.455971 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
11890 | 2025.05.22 21:25:47.456011 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part | ||
11891 | 2025.05.22 21:25:47.456559 [ 261 ] {8fd62b59-c3cb-49f8-973b-ab56ab1a5b98} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11892 | 2025.05.22 21:25:47.456599 [ 261 ] {8fd62b59-c3cb-49f8-973b-ab56ab1a5b98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11893 | 2025.05.22 21:25:47.457152 [ 261 ] {8fd62b59-c3cb-49f8-973b-ab56ab1a5b98} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
11894 | 2025.05.22 21:25:47.457368 [ 261 ] {8fd62b59-c3cb-49f8-973b-ab56ab1a5b98} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11895 | 2025.05.22 21:25:47.457505 [ 261 ] {8fd62b59-c3cb-49f8-973b-ab56ab1a5b98} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001902 sec., 17350.157728706625 rows/sec., 31.09 MiB/sec. | ||
11896 | 2025.05.22 21:25:47.457559 [ 261 ] {8fd62b59-c3cb-49f8-973b-ab56ab1a5b98} <Debug> TCPHandler: Processed in 0.002090921 sec. | ||
11897 | 2025.05.22 21:25:47.457690 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11898 | 2025.05.22 21:25:47.457786 [ 261 ] {0a3577ad-4a08-437f-b2df-9047997413c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11899 | 2025.05.22 21:25:47.457828 [ 261 ] {0a3577ad-4a08-437f-b2df-9047997413c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11900 | 2025.05.22 21:25:47.458185 [ 261 ] {0a3577ad-4a08-437f-b2df-9047997413c0} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11901 | 2025.05.22 21:25:47.458221 [ 261 ] {0a3577ad-4a08-437f-b2df-9047997413c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11902 | 2025.05.22 21:25:47.458545 [ 261 ] {0a3577ad-4a08-437f-b2df-9047997413c0} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
11903 | 2025.05.22 21:25:47.458753 [ 261 ] {0a3577ad-4a08-437f-b2df-9047997413c0} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11904 | 2025.05.22 21:25:47.458871 [ 127 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
11905 | 2025.05.22 21:25:47.458885 [ 261 ] {0a3577ad-4a08-437f-b2df-9047997413c0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001117 sec., 53715.308863025966 rows/sec., 3.62 MiB/sec. | ||
11906 | 2025.05.22 21:25:47.458904 [ 127 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11907 | 2025.05.22 21:25:47.458928 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11908 | 2025.05.22 21:25:47.458929 [ 261 ] {0a3577ad-4a08-437f-b2df-9047997413c0} <Debug> TCPHandler: Processed in 0.001289419 sec. | ||
11909 | 2025.05.22 21:25:47.459015 [ 190 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
11910 | 2025.05.22 21:25:47.459114 [ 190 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11911 | 2025.05.22 21:25:47.459142 [ 190 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5008 rows starting from the beginning of the part | ||
11912 | 2025.05.22 21:25:47.459198 [ 190 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
11913 | 2025.05.22 21:25:47.459246 [ 190 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 82 rows starting from the beginning of the part | ||
11914 | 2025.05.22 21:25:47.459285 [ 190 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
11915 | 2025.05.22 21:25:47.459324 [ 190 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
11916 | 2025.05.22 21:25:47.459360 [ 190 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
11917 | 2025.05.22 21:25:47.461229 [ 201 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5330 rows, containing 4 columns (4 merged, 0 gathered) in 0.002249993 sec., 2368896.2587883607 rows/sec., 156.28 MiB/sec. | ||
11918 | 2025.05.22 21:25:47.461664 [ 187 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
11919 | 2025.05.22 21:25:47.461987 [ 187 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_91_18} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11920 | 2025.05.22 21:25:47.462075 [ 187 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_91_18} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
11921 | 2025.05.22 21:25:47.462171 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
11922 | 2025.05.22 21:25:47.462379 [ 187 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27875 rows, containing 5 columns (5 merged, 0 gathered) in 0.006856952 sec., 4065217.3152152733 rows/sec., 276.42 MiB/sec. | ||
11923 | 2025.05.22 21:25:47.462770 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
11924 | 2025.05.22 21:25:47.463090 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11925 | 2025.05.22 21:25:47.463181 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
11926 | 2025.05.22 21:25:47.463272 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
11927 | 2025.05.22 21:25:47.960892 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 497 | ||
11928 | 2025.05.22 21:25:47.978852 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11929 | 2025.05.22 21:25:47.978922 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11930 | 2025.05.22 21:25:47.985183 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
11931 | 2025.05.22 21:25:47.985881 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11932 | 2025.05.22 21:25:47.986199 [ 154 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
11933 | 2025.05.22 21:25:47.986287 [ 154 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11934 | 2025.05.22 21:25:47.986323 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11935 | 2025.05.22 21:25:47.986470 [ 201 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
11936 | 2025.05.22 21:25:47.989525 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 497 | ||
11937 | 2025.05.22 21:25:47.990303 [ 201 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11938 | 2025.05.22 21:25:47.991682 [ 201 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
11939 | 2025.05.22 21:25:47.996164 [ 201 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
11940 | 2025.05.22 21:25:48.000559 [ 201 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
11941 | 2025.05.22 21:25:48.005194 [ 201 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
11942 | 2025.05.22 21:25:48.009953 [ 201 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
11943 | 2025.05.22 21:25:48.013832 [ 201 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
11944 | 2025.05.22 21:25:48.066600 [ 187 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 679 columns (679 merged, 0 gathered) in 0.080191373 sec., 6197.67415629609 rows/sec., 32.05 MiB/sec. | ||
11945 | 2025.05.22 21:25:48.070377 [ 187 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
11946 | 2025.05.22 21:25:48.072432 [ 187 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_66_13} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11947 | 2025.05.22 21:25:48.072544 [ 187 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_66_13} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
11948 | 2025.05.22 21:25:48.075630 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. | ||
11949 | 2025.05.22 21:25:51.429316 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1630 | ||
11950 | 2025.05.22 21:25:51.431533 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11951 | 2025.05.22 21:25:51.431582 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11952 | 2025.05.22 21:25:51.432741 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
11953 | 2025.05.22 21:25:51.433002 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11954 | 2025.05.22 21:25:51.433270 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1630 | ||
11955 | 2025.05.22 21:25:52.448183 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11956 | 2025.05.22 21:25:52.448386 [ 261 ] {6d259728-6b20-4742-8bfe-334c9bdca413} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
11957 | 2025.05.22 21:25:52.448473 [ 261 ] {6d259728-6b20-4742-8bfe-334c9bdca413} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11958 | 2025.05.22 21:25:52.449098 [ 261 ] {6d259728-6b20-4742-8bfe-334c9bdca413} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11959 | 2025.05.22 21:25:52.449150 [ 261 ] {6d259728-6b20-4742-8bfe-334c9bdca413} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11960 | 2025.05.22 21:25:52.449543 [ 261 ] {6d259728-6b20-4742-8bfe-334c9bdca413} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
11961 | 2025.05.22 21:25:52.449770 [ 261 ] {6d259728-6b20-4742-8bfe-334c9bdca413} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11962 | 2025.05.22 21:25:52.449934 [ 261 ] {6d259728-6b20-4742-8bfe-334c9bdca413} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001616 sec., 2475.2475247524753 rows/sec., 201.84 KiB/sec. | ||
11963 | 2025.05.22 21:25:52.449988 [ 261 ] {6d259728-6b20-4742-8bfe-334c9bdca413} <Debug> TCPHandler: Processed in 0.001941909 sec. | ||
11964 | 2025.05.22 21:25:52.450145 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11965 | 2025.05.22 21:25:52.450250 [ 261 ] {20f7a1a8-c6fc-4daa-a752-bb51f0f3d327} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11966 | 2025.05.22 21:25:52.450294 [ 261 ] {20f7a1a8-c6fc-4daa-a752-bb51f0f3d327} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11967 | 2025.05.22 21:25:52.450753 [ 261 ] {20f7a1a8-c6fc-4daa-a752-bb51f0f3d327} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11968 | 2025.05.22 21:25:52.450792 [ 261 ] {20f7a1a8-c6fc-4daa-a752-bb51f0f3d327} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11969 | 2025.05.22 21:25:52.451106 [ 261 ] {20f7a1a8-c6fc-4daa-a752-bb51f0f3d327} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
11970 | 2025.05.22 21:25:52.451322 [ 261 ] {20f7a1a8-c6fc-4daa-a752-bb51f0f3d327} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11971 | 2025.05.22 21:25:52.451452 [ 261 ] {20f7a1a8-c6fc-4daa-a752-bb51f0f3d327} <Debug> executeQuery: Read 74 rows, 6.05 KiB in 0.001227 sec., 60309.69845150774 rows/sec., 4.82 MiB/sec. | ||
11972 | 2025.05.22 21:25:52.451490 [ 261 ] {20f7a1a8-c6fc-4daa-a752-bb51f0f3d327} <Debug> TCPHandler: Processed in 0.001410761 sec. | ||
11973 | 2025.05.22 21:25:52.451603 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11974 | 2025.05.22 21:25:52.451700 [ 261 ] {b26b5275-8d26-4a92-a4c9-22dd89aea7e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11975 | 2025.05.22 21:25:52.451740 [ 261 ] {b26b5275-8d26-4a92-a4c9-22dd89aea7e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11976 | 2025.05.22 21:25:52.452136 [ 261 ] {b26b5275-8d26-4a92-a4c9-22dd89aea7e4} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11977 | 2025.05.22 21:25:52.452169 [ 261 ] {b26b5275-8d26-4a92-a4c9-22dd89aea7e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11978 | 2025.05.22 21:25:52.452461 [ 261 ] {b26b5275-8d26-4a92-a4c9-22dd89aea7e4} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
11979 | 2025.05.22 21:25:52.452668 [ 261 ] {b26b5275-8d26-4a92-a4c9-22dd89aea7e4} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11980 | 2025.05.22 21:25:52.452796 [ 261 ] {b26b5275-8d26-4a92-a4c9-22dd89aea7e4} <Debug> executeQuery: Read 12 rows, 902.00 B in 0.001115 sec., 10762.331838565022 rows/sec., 790.01 KiB/sec. | ||
11981 | 2025.05.22 21:25:52.452833 [ 261 ] {b26b5275-8d26-4a92-a4c9-22dd89aea7e4} <Debug> TCPHandler: Processed in 0.00128054 sec. | ||
11982 | 2025.05.22 21:25:52.452955 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11983 | 2025.05.22 21:25:52.453079 [ 261 ] {9d5eab8b-ecb9-4741-b4dd-c5b1121ef610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11984 | 2025.05.22 21:25:52.453127 [ 261 ] {9d5eab8b-ecb9-4741-b4dd-c5b1121ef610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11985 | 2025.05.22 21:25:52.453643 [ 261 ] {9d5eab8b-ecb9-4741-b4dd-c5b1121ef610} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11986 | 2025.05.22 21:25:52.453684 [ 261 ] {9d5eab8b-ecb9-4741-b4dd-c5b1121ef610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11987 | 2025.05.22 21:25:52.454004 [ 261 ] {9d5eab8b-ecb9-4741-b4dd-c5b1121ef610} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
11988 | 2025.05.22 21:25:52.454214 [ 261 ] {9d5eab8b-ecb9-4741-b4dd-c5b1121ef610} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11989 | 2025.05.22 21:25:52.454344 [ 261 ] {9d5eab8b-ecb9-4741-b4dd-c5b1121ef610} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001291 sec., 58869.09372579396 rows/sec., 4.60 MiB/sec. | ||
11990 | 2025.05.22 21:25:52.454383 [ 261 ] {9d5eab8b-ecb9-4741-b4dd-c5b1121ef610} <Debug> TCPHandler: Processed in 0.001489522 sec. | ||
11991 | 2025.05.22 21:25:52.454496 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11992 | 2025.05.22 21:25:52.454592 [ 261 ] {63e08db3-83e3-497c-9baf-bb567379d639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11993 | 2025.05.22 21:25:52.454637 [ 261 ] {63e08db3-83e3-497c-9baf-bb567379d639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11994 | 2025.05.22 21:25:52.455058 [ 261 ] {63e08db3-83e3-497c-9baf-bb567379d639} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11995 | 2025.05.22 21:25:52.455094 [ 261 ] {63e08db3-83e3-497c-9baf-bb567379d639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11996 | 2025.05.22 21:25:52.455450 [ 261 ] {63e08db3-83e3-497c-9baf-bb567379d639} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
11997 | 2025.05.22 21:25:52.455659 [ 261 ] {63e08db3-83e3-497c-9baf-bb567379d639} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11998 | 2025.05.22 21:25:52.455794 [ 261 ] {63e08db3-83e3-497c-9baf-bb567379d639} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001221 sec., 132678.13267813268 rows/sec., 9.24 MiB/sec. | ||
11999 | 2025.05.22 21:25:52.455831 [ 261 ] {63e08db3-83e3-497c-9baf-bb567379d639} <Debug> TCPHandler: Processed in 0.00138632 sec. | ||
12000 | 2025.05.22 21:25:52.455942 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12001 | 2025.05.22 21:25:52.456037 [ 261 ] {2575de26-43cc-4b6e-938a-920a3142f7cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
12002 | 2025.05.22 21:25:52.456092 [ 261 ] {2575de26-43cc-4b6e-938a-920a3142f7cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
12003 | 2025.05.22 21:25:52.456859 [ 261 ] {2575de26-43cc-4b6e-938a-920a3142f7cd} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12004 | 2025.05.22 21:25:52.456900 [ 261 ] {2575de26-43cc-4b6e-938a-920a3142f7cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12005 | 2025.05.22 21:25:52.457411 [ 261 ] {2575de26-43cc-4b6e-938a-920a3142f7cd} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
12006 | 2025.05.22 21:25:52.457625 [ 261 ] {2575de26-43cc-4b6e-938a-920a3142f7cd} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12007 | 2025.05.22 21:25:52.457766 [ 261 ] {2575de26-43cc-4b6e-938a-920a3142f7cd} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001746 sec., 4581.901489117984 rows/sec., 8.21 MiB/sec. | ||
12008 | 2025.05.22 21:25:52.457828 [ 261 ] {2575de26-43cc-4b6e-938a-920a3142f7cd} <Debug> TCPHandler: Processed in 0.001937049 sec. | ||
12009 | 2025.05.22 21:25:52.457944 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12010 | 2025.05.22 21:25:52.458040 [ 261 ] {0bf17331-2d95-4404-bb96-7aebdc5da474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
12011 | 2025.05.22 21:25:52.458081 [ 261 ] {0bf17331-2d95-4404-bb96-7aebdc5da474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12012 | 2025.05.22 21:25:52.458440 [ 261 ] {0bf17331-2d95-4404-bb96-7aebdc5da474} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12013 | 2025.05.22 21:25:52.458473 [ 261 ] {0bf17331-2d95-4404-bb96-7aebdc5da474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12014 | 2025.05.22 21:25:52.458772 [ 261 ] {0bf17331-2d95-4404-bb96-7aebdc5da474} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
12015 | 2025.05.22 21:25:52.458972 [ 261 ] {0bf17331-2d95-4404-bb96-7aebdc5da474} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12016 | 2025.05.22 21:25:52.459101 [ 261 ] {0bf17331-2d95-4404-bb96-7aebdc5da474} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. | ||
12017 | 2025.05.22 21:25:52.459136 [ 261 ] {0bf17331-2d95-4404-bb96-7aebdc5da474} <Debug> TCPHandler: Processed in 0.001243128 sec. | ||
12018 | 2025.05.22 21:25:53.849377 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30683 | ||
12019 | 2025.05.22 21:25:53.849911 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12020 | 2025.05.22 21:25:53.849965 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12021 | 2025.05.22 21:25:53.850616 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12022 | 2025.05.22 21:25:53.850865 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12023 | 2025.05.22 21:25:53.851017 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30683 | ||
12024 | 2025.05.22 21:25:55.489597 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 505 | ||
12025 | 2025.05.22 21:25:55.504322 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12026 | 2025.05.22 21:25:55.504372 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12027 | 2025.05.22 21:25:55.509675 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12028 | 2025.05.22 21:25:55.510322 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12029 | 2025.05.22 21:25:55.513075 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
12030 | 2025.05.22 21:25:57.449458 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12031 | 2025.05.22 21:25:57.449653 [ 261 ] {df682de9-8d00-4553-903c-1aa329259ce8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
12032 | 2025.05.22 21:25:57.449725 [ 261 ] {df682de9-8d00-4553-903c-1aa329259ce8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12033 | 2025.05.22 21:25:57.450443 [ 261 ] {df682de9-8d00-4553-903c-1aa329259ce8} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12034 | 2025.05.22 21:25:57.450497 [ 261 ] {df682de9-8d00-4553-903c-1aa329259ce8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12035 | 2025.05.22 21:25:57.450915 [ 261 ] {df682de9-8d00-4553-903c-1aa329259ce8} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
12036 | 2025.05.22 21:25:57.451151 [ 261 ] {df682de9-8d00-4553-903c-1aa329259ce8} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12037 | 2025.05.22 21:25:57.451318 [ 261 ] {df682de9-8d00-4553-903c-1aa329259ce8} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.001719 sec., 70971.49505526469 rows/sec., 6.06 MiB/sec. | ||
12038 | 2025.05.22 21:25:57.451369 [ 261 ] {df682de9-8d00-4553-903c-1aa329259ce8} <Debug> TCPHandler: Processed in 0.002048451 sec. | ||
12039 | 2025.05.22 21:25:57.451499 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12040 | 2025.05.22 21:25:57.451606 [ 261 ] {c7608c1b-5215-48f7-8a54-8a86939ca615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
12041 | 2025.05.22 21:25:57.451649 [ 261 ] {c7608c1b-5215-48f7-8a54-8a86939ca615} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12042 | 2025.05.22 21:25:57.452081 [ 261 ] {c7608c1b-5215-48f7-8a54-8a86939ca615} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12043 | 2025.05.22 21:25:57.452120 [ 261 ] {c7608c1b-5215-48f7-8a54-8a86939ca615} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12044 | 2025.05.22 21:25:57.452434 [ 261 ] {c7608c1b-5215-48f7-8a54-8a86939ca615} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
12045 | 2025.05.22 21:25:57.452644 [ 261 ] {c7608c1b-5215-48f7-8a54-8a86939ca615} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12046 | 2025.05.22 21:25:57.452780 [ 261 ] {c7608c1b-5215-48f7-8a54-8a86939ca615} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001198 sec., 27545.90984974958 rows/sec., 2.02 MiB/sec. | ||
12047 | 2025.05.22 21:25:57.452818 [ 261 ] {c7608c1b-5215-48f7-8a54-8a86939ca615} <Debug> TCPHandler: Processed in 0.00137303 sec. | ||
12048 | 2025.05.22 21:25:57.452923 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12049 | 2025.05.22 21:25:57.453018 [ 261 ] {70e4ddc8-f0b7-45fb-b95a-a2024826a55b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
12050 | 2025.05.22 21:25:57.453058 [ 261 ] {70e4ddc8-f0b7-45fb-b95a-a2024826a55b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12051 | 2025.05.22 21:25:57.453485 [ 261 ] {70e4ddc8-f0b7-45fb-b95a-a2024826a55b} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12052 | 2025.05.22 21:25:57.453522 [ 261 ] {70e4ddc8-f0b7-45fb-b95a-a2024826a55b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12053 | 2025.05.22 21:25:57.453820 [ 261 ] {70e4ddc8-f0b7-45fb-b95a-a2024826a55b} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
12054 | 2025.05.22 21:25:57.454026 [ 261 ] {70e4ddc8-f0b7-45fb-b95a-a2024826a55b} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12055 | 2025.05.22 21:25:57.454158 [ 261 ] {70e4ddc8-f0b7-45fb-b95a-a2024826a55b} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001158 sec., 83765.1122625216 rows/sec., 6.54 MiB/sec. | ||
12056 | 2025.05.22 21:25:57.454196 [ 261 ] {70e4ddc8-f0b7-45fb-b95a-a2024826a55b} <Debug> TCPHandler: Processed in 0.00132449 sec. | ||
12057 | 2025.05.22 21:25:57.454309 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12058 | 2025.05.22 21:25:57.454405 [ 261 ] {3a8f74d8-6e22-4c61-be6b-6c4d7f928891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
12059 | 2025.05.22 21:25:57.454448 [ 261 ] {3a8f74d8-6e22-4c61-be6b-6c4d7f928891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12060 | 2025.05.22 21:25:57.454865 [ 261 ] {3a8f74d8-6e22-4c61-be6b-6c4d7f928891} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12061 | 2025.05.22 21:25:57.454902 [ 261 ] {3a8f74d8-6e22-4c61-be6b-6c4d7f928891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12062 | 2025.05.22 21:25:57.455234 [ 261 ] {3a8f74d8-6e22-4c61-be6b-6c4d7f928891} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
12063 | 2025.05.22 21:25:57.455450 [ 261 ] {3a8f74d8-6e22-4c61-be6b-6c4d7f928891} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12064 | 2025.05.22 21:25:57.455582 [ 261 ] {3a8f74d8-6e22-4c61-be6b-6c4d7f928891} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001195 sec., 133891.21338912132 rows/sec., 9.33 MiB/sec. | ||
12065 | 2025.05.22 21:25:57.455619 [ 261 ] {3a8f74d8-6e22-4c61-be6b-6c4d7f928891} <Debug> TCPHandler: Processed in 0.00136133 sec. | ||
12066 | 2025.05.22 21:25:57.455727 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12067 | 2025.05.22 21:25:57.455821 [ 261 ] {13849144-b7f6-42d0-a492-e08929e6e8aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
12068 | 2025.05.22 21:25:57.455878 [ 261 ] {13849144-b7f6-42d0-a492-e08929e6e8aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
12069 | 2025.05.22 21:25:57.456727 [ 261 ] {13849144-b7f6-42d0-a492-e08929e6e8aa} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12070 | 2025.05.22 21:25:57.456763 [ 261 ] {13849144-b7f6-42d0-a492-e08929e6e8aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12071 | 2025.05.22 21:25:57.457309 [ 261 ] {13849144-b7f6-42d0-a492-e08929e6e8aa} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
12072 | 2025.05.22 21:25:57.457525 [ 261 ] {13849144-b7f6-42d0-a492-e08929e6e8aa} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12073 | 2025.05.22 21:25:57.457663 [ 261 ] {13849144-b7f6-42d0-a492-e08929e6e8aa} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001858 sec., 17761.03336921421 rows/sec., 31.83 MiB/sec. | ||
12074 | 2025.05.22 21:25:57.457716 [ 261 ] {13849144-b7f6-42d0-a492-e08929e6e8aa} <Debug> TCPHandler: Processed in 0.00203943 sec. | ||
12075 | 2025.05.22 21:25:57.457830 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12076 | 2025.05.22 21:25:57.457925 [ 261 ] {658d8c8d-4292-4fca-95d5-fd0f0f063d31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
12077 | 2025.05.22 21:25:57.457966 [ 261 ] {658d8c8d-4292-4fca-95d5-fd0f0f063d31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12078 | 2025.05.22 21:25:57.458301 [ 261 ] {658d8c8d-4292-4fca-95d5-fd0f0f063d31} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12079 | 2025.05.22 21:25:57.458336 [ 261 ] {658d8c8d-4292-4fca-95d5-fd0f0f063d31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12080 | 2025.05.22 21:25:57.458636 [ 261 ] {658d8c8d-4292-4fca-95d5-fd0f0f063d31} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
12081 | 2025.05.22 21:25:57.458836 [ 261 ] {658d8c8d-4292-4fca-95d5-fd0f0f063d31} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12082 | 2025.05.22 21:25:57.458964 [ 261 ] {658d8c8d-4292-4fca-95d5-fd0f0f063d31} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001056 sec., 56818.181818181816 rows/sec., 3.83 MiB/sec. | ||
12083 | 2025.05.22 21:25:57.458999 [ 261 ] {658d8c8d-4292-4fca-95d5-fd0f0f063d31} <Debug> TCPHandler: Processed in 0.001219928 sec. | ||
12084 | 2025.05.22 21:26:01.189936 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12085 | 2025.05.22 21:26:01.190015 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12086 | 2025.05.22 21:26:01.352128 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31171 | ||
12087 | 2025.05.22 21:26:01.352656 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12088 | 2025.05.22 21:26:01.352703 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12089 | 2025.05.22 21:26:01.353204 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12090 | 2025.05.22 21:26:01.353420 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12091 | 2025.05.22 21:26:01.353547 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 | ||
12092 | 2025.05.22 21:26:01.434378 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1656 | ||
12093 | 2025.05.22 21:26:01.436654 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12094 | 2025.05.22 21:26:01.436711 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12095 | 2025.05.22 21:26:01.437921 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
12096 | 2025.05.22 21:26:01.438198 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12097 | 2025.05.22 21:26:01.438572 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1656 | ||
12098 | 2025.05.22 21:26:02.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 331.15 MiB, peak 348.01 MiB, free memory in arenas 0.00 B, will set to 335.14 MiB (RSS), difference: 3.99 MiB | ||
12099 | 2025.05.22 21:26:02.452771 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12100 | 2025.05.22 21:26:02.452969 [ 261 ] {047325b0-894f-4c44-b47b-d51c7bf06fec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
12101 | 2025.05.22 21:26:02.453043 [ 261 ] {047325b0-894f-4c44-b47b-d51c7bf06fec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
12102 | 2025.05.22 21:26:02.453857 [ 261 ] {047325b0-894f-4c44-b47b-d51c7bf06fec} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12103 | 2025.05.22 21:26:02.453913 [ 261 ] {047325b0-894f-4c44-b47b-d51c7bf06fec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12104 | 2025.05.22 21:26:02.454306 [ 261 ] {047325b0-894f-4c44-b47b-d51c7bf06fec} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
12105 | 2025.05.22 21:26:02.454541 [ 261 ] {047325b0-894f-4c44-b47b-d51c7bf06fec} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12106 | 2025.05.22 21:26:02.454692 [ 261 ] {047325b0-894f-4c44-b47b-d51c7bf06fec} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001779 sec., 119168.07195053401 rows/sec., 7.58 MiB/sec. | ||
12107 | 2025.05.22 21:26:02.454734 [ 261 ] {047325b0-894f-4c44-b47b-d51c7bf06fec} <Debug> TCPHandler: Processed in 0.002100261 sec. | ||
12108 | 2025.05.22 21:26:02.454854 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12109 | 2025.05.22 21:26:02.454949 [ 261 ] {ead1ee75-86ce-46ed-9a55-1aa26e9098e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
12110 | 2025.05.22 21:26:02.454990 [ 261 ] {ead1ee75-86ce-46ed-9a55-1aa26e9098e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12111 | 2025.05.22 21:26:02.455708 [ 261 ] {ead1ee75-86ce-46ed-9a55-1aa26e9098e8} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12112 | 2025.05.22 21:26:02.455743 [ 261 ] {ead1ee75-86ce-46ed-9a55-1aa26e9098e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12113 | 2025.05.22 21:26:02.456084 [ 261 ] {ead1ee75-86ce-46ed-9a55-1aa26e9098e8} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
12114 | 2025.05.22 21:26:02.456286 [ 261 ] {ead1ee75-86ce-46ed-9a55-1aa26e9098e8} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12115 | 2025.05.22 21:26:02.456413 [ 261 ] {ead1ee75-86ce-46ed-9a55-1aa26e9098e8} <Debug> executeQuery: Read 633 rows, 50.88 KiB in 0.001483 sec., 426837.4915711396 rows/sec., 33.50 MiB/sec. | ||
12116 | 2025.05.22 21:26:02.456449 [ 261 ] {ead1ee75-86ce-46ed-9a55-1aa26e9098e8} <Debug> TCPHandler: Processed in 0.001644504 sec. | ||
12117 | 2025.05.22 21:26:02.456583 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12118 | 2025.05.22 21:26:02.456675 [ 261 ] {91438c62-a7bd-442f-bcb2-b4e34f5bc4d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
12119 | 2025.05.22 21:26:02.456715 [ 261 ] {91438c62-a7bd-442f-bcb2-b4e34f5bc4d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12120 | 2025.05.22 21:26:02.457150 [ 261 ] {91438c62-a7bd-442f-bcb2-b4e34f5bc4d8} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12121 | 2025.05.22 21:26:02.457186 [ 261 ] {91438c62-a7bd-442f-bcb2-b4e34f5bc4d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12122 | 2025.05.22 21:26:02.457481 [ 261 ] {91438c62-a7bd-442f-bcb2-b4e34f5bc4d8} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
12123 | 2025.05.22 21:26:02.457693 [ 261 ] {91438c62-a7bd-442f-bcb2-b4e34f5bc4d8} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12124 | 2025.05.22 21:26:02.457817 [ 261 ] {91438c62-a7bd-442f-bcb2-b4e34f5bc4d8} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.00116 sec., 98275.86206896552 rows/sec., 5.88 MiB/sec. | ||
12125 | 2025.05.22 21:26:02.457853 [ 261 ] {91438c62-a7bd-442f-bcb2-b4e34f5bc4d8} <Debug> TCPHandler: Processed in 0.001318919 sec. | ||
12126 | 2025.05.22 21:26:02.457985 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12127 | 2025.05.22 21:26:02.458078 [ 261 ] {79117280-7cfb-4e6c-869c-0960824df5eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
12128 | 2025.05.22 21:26:02.458116 [ 261 ] {79117280-7cfb-4e6c-869c-0960824df5eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12129 | 2025.05.22 21:26:02.458546 [ 261 ] {79117280-7cfb-4e6c-869c-0960824df5eb} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12130 | 2025.05.22 21:26:02.458581 [ 261 ] {79117280-7cfb-4e6c-869c-0960824df5eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12131 | 2025.05.22 21:26:02.458873 [ 261 ] {79117280-7cfb-4e6c-869c-0960824df5eb} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
12132 | 2025.05.22 21:26:02.459082 [ 261 ] {79117280-7cfb-4e6c-869c-0960824df5eb} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12133 | 2025.05.22 21:26:02.459208 [ 261 ] {79117280-7cfb-4e6c-869c-0960824df5eb} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001148 sec., 98432.05574912892 rows/sec., 6.37 MiB/sec. | ||
12134 | 2025.05.22 21:26:02.459245 [ 261 ] {79117280-7cfb-4e6c-869c-0960824df5eb} <Debug> TCPHandler: Processed in 0.00130824 sec. | ||
12135 | 2025.05.22 21:26:02.459380 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12136 | 2025.05.22 21:26:02.459472 [ 261 ] {640dd991-4fc5-4b2c-8747-86cf38acd7f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
12137 | 2025.05.22 21:26:02.459510 [ 261 ] {640dd991-4fc5-4b2c-8747-86cf38acd7f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12138 | 2025.05.22 21:26:02.459934 [ 261 ] {640dd991-4fc5-4b2c-8747-86cf38acd7f4} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12139 | 2025.05.22 21:26:02.459969 [ 261 ] {640dd991-4fc5-4b2c-8747-86cf38acd7f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12140 | 2025.05.22 21:26:02.460278 [ 261 ] {640dd991-4fc5-4b2c-8747-86cf38acd7f4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
12141 | 2025.05.22 21:26:02.460477 [ 261 ] {640dd991-4fc5-4b2c-8747-86cf38acd7f4} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12142 | 2025.05.22 21:26:02.460603 [ 261 ] {640dd991-4fc5-4b2c-8747-86cf38acd7f4} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001149 sec., 97476.06614447344 rows/sec., 5.55 MiB/sec. | ||
12143 | 2025.05.22 21:26:02.460640 [ 261 ] {640dd991-4fc5-4b2c-8747-86cf38acd7f4} <Debug> TCPHandler: Processed in 0.0013089 sec. | ||
12144 | 2025.05.22 21:26:02.460756 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12145 | 2025.05.22 21:26:02.460859 [ 261 ] {735feaf1-c9fb-453e-aae1-7481fcd95d7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
12146 | 2025.05.22 21:26:02.460898 [ 261 ] {735feaf1-c9fb-453e-aae1-7481fcd95d7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12147 | 2025.05.22 21:26:02.461441 [ 261 ] {735feaf1-c9fb-453e-aae1-7481fcd95d7e} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12148 | 2025.05.22 21:26:02.461478 [ 261 ] {735feaf1-c9fb-453e-aae1-7481fcd95d7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12149 | 2025.05.22 21:26:02.461810 [ 261 ] {735feaf1-c9fb-453e-aae1-7481fcd95d7e} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
12150 | 2025.05.22 21:26:02.462023 [ 261 ] {735feaf1-c9fb-453e-aae1-7481fcd95d7e} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12151 | 2025.05.22 21:26:02.462156 [ 261 ] {735feaf1-c9fb-453e-aae1-7481fcd95d7e} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001316 sec., 296352.58358662616 rows/sec., 20.95 MiB/sec. | ||
12152 | 2025.05.22 21:26:02.462193 [ 261 ] {735feaf1-c9fb-453e-aae1-7481fcd95d7e} <Debug> TCPHandler: Processed in 0.001487282 sec. | ||
12153 | 2025.05.22 21:26:02.462302 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12154 | 2025.05.22 21:26:02.462395 [ 261 ] {286044c9-af5d-4942-80e4-e71393000200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
12155 | 2025.05.22 21:26:02.462436 [ 261 ] {286044c9-af5d-4942-80e4-e71393000200} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12156 | 2025.05.22 21:26:02.462776 [ 261 ] {286044c9-af5d-4942-80e4-e71393000200} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12157 | 2025.05.22 21:26:02.462811 [ 261 ] {286044c9-af5d-4942-80e4-e71393000200} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12158 | 2025.05.22 21:26:02.463099 [ 261 ] {286044c9-af5d-4942-80e4-e71393000200} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
12159 | 2025.05.22 21:26:02.463295 [ 261 ] {286044c9-af5d-4942-80e4-e71393000200} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12160 | 2025.05.22 21:26:02.463420 [ 261 ] {286044c9-af5d-4942-80e4-e71393000200} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001043 sec., 5752.636625119846 rows/sec., 300.55 KiB/sec. | ||
12161 | 2025.05.22 21:26:02.463455 [ 261 ] {286044c9-af5d-4942-80e4-e71393000200} <Debug> TCPHandler: Processed in 0.001200458 sec. | ||
12162 | 2025.05.22 21:26:02.463565 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12163 | 2025.05.22 21:26:02.463658 [ 261 ] {8d4ba2df-d62f-46e3-aafc-3585ebec8644} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
12164 | 2025.05.22 21:26:02.463698 [ 261 ] {8d4ba2df-d62f-46e3-aafc-3585ebec8644} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12165 | 2025.05.22 21:26:02.464093 [ 261 ] {8d4ba2df-d62f-46e3-aafc-3585ebec8644} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12166 | 2025.05.22 21:26:02.464128 [ 261 ] {8d4ba2df-d62f-46e3-aafc-3585ebec8644} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12167 | 2025.05.22 21:26:02.464443 [ 261 ] {8d4ba2df-d62f-46e3-aafc-3585ebec8644} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
12168 | 2025.05.22 21:26:02.464648 [ 261 ] {8d4ba2df-d62f-46e3-aafc-3585ebec8644} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12169 | 2025.05.22 21:26:02.464772 [ 261 ] {8d4ba2df-d62f-46e3-aafc-3585ebec8644} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001132 sec., 209363.95759717314 rows/sec., 14.03 MiB/sec. | ||
12170 | 2025.05.22 21:26:02.464806 [ 261 ] {8d4ba2df-d62f-46e3-aafc-3585ebec8644} <Debug> TCPHandler: Processed in 0.001289789 sec. | ||
12171 | 2025.05.22 21:26:02.464916 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12172 | 2025.05.22 21:26:02.465006 [ 261 ] {d9a0425c-27f8-4366-bb64-750cb17dd370} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
12173 | 2025.05.22 21:26:02.465047 [ 261 ] {d9a0425c-27f8-4366-bb64-750cb17dd370} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12174 | 2025.05.22 21:26:02.465352 [ 261 ] {d9a0425c-27f8-4366-bb64-750cb17dd370} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12175 | 2025.05.22 21:26:02.465387 [ 261 ] {d9a0425c-27f8-4366-bb64-750cb17dd370} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12176 | 2025.05.22 21:26:02.465666 [ 261 ] {d9a0425c-27f8-4366-bb64-750cb17dd370} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
12177 | 2025.05.22 21:26:02.465873 [ 261 ] {d9a0425c-27f8-4366-bb64-750cb17dd370} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12178 | 2025.05.22 21:26:02.465996 [ 261 ] {d9a0425c-27f8-4366-bb64-750cb17dd370} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001007 sec., 993.0486593843098 rows/sec., 66.91 KiB/sec. | ||
12179 | 2025.05.22 21:26:02.466030 [ 261 ] {d9a0425c-27f8-4366-bb64-750cb17dd370} <Debug> TCPHandler: Processed in 0.001163857 sec. | ||
12180 | 2025.05.22 21:26:02.466139 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12181 | 2025.05.22 21:26:02.466229 [ 261 ] {b517a6ff-21de-41a7-911a-e350df395f23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
12182 | 2025.05.22 21:26:02.466282 [ 261 ] {b517a6ff-21de-41a7-911a-e350df395f23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
12183 | 2025.05.22 21:26:02.467021 [ 261 ] {b517a6ff-21de-41a7-911a-e350df395f23} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12184 | 2025.05.22 21:26:02.467056 [ 261 ] {b517a6ff-21de-41a7-911a-e350df395f23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12185 | 2025.05.22 21:26:02.467543 [ 261 ] {b517a6ff-21de-41a7-911a-e350df395f23} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
12186 | 2025.05.22 21:26:02.467758 [ 261 ] {b517a6ff-21de-41a7-911a-e350df395f23} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12187 | 2025.05.22 21:26:02.467892 [ 261 ] {b517a6ff-21de-41a7-911a-e350df395f23} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00168 sec., 4761.9047619047615 rows/sec., 8.53 MiB/sec. | ||
12188 | 2025.05.22 21:26:02.467943 [ 261 ] {b517a6ff-21de-41a7-911a-e350df395f23} <Debug> TCPHandler: Processed in 0.001852157 sec. | ||
12189 | 2025.05.22 21:26:02.468051 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12190 | 2025.05.22 21:26:02.468144 [ 261 ] {f0a9dcf6-0d95-4a3b-941d-f6986f889a8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
12191 | 2025.05.22 21:26:02.468183 [ 261 ] {f0a9dcf6-0d95-4a3b-941d-f6986f889a8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12192 | 2025.05.22 21:26:02.468505 [ 261 ] {f0a9dcf6-0d95-4a3b-941d-f6986f889a8d} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12193 | 2025.05.22 21:26:02.468539 [ 261 ] {f0a9dcf6-0d95-4a3b-941d-f6986f889a8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12194 | 2025.05.22 21:26:02.468836 [ 261 ] {f0a9dcf6-0d95-4a3b-941d-f6986f889a8d} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
12195 | 2025.05.22 21:26:02.469036 [ 261 ] {f0a9dcf6-0d95-4a3b-941d-f6986f889a8d} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12196 | 2025.05.22 21:26:02.469158 [ 261 ] {f0a9dcf6-0d95-4a3b-941d-f6986f889a8d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001032 sec., 79457.36434108528 rows/sec., 5.05 MiB/sec. | ||
12197 | 2025.05.22 21:26:02.469192 [ 261 ] {f0a9dcf6-0d95-4a3b-941d-f6986f889a8d} <Debug> TCPHandler: Processed in 0.001187328 sec. | ||
12198 | 2025.05.22 21:26:03.014115 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 512 | ||
12199 | 2025.05.22 21:26:03.029478 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12200 | 2025.05.22 21:26:03.029535 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12201 | 2025.05.22 21:26:03.035342 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12202 | 2025.05.22 21:26:03.036015 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12203 | 2025.05.22 21:26:03.038756 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 512 | ||
12204 | 2025.05.22 21:26:04.293228 [ 141 ] {} <Debug> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
12205 | 2025.05.22 21:26:04.293322 [ 141 ] {} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12206 | 2025.05.22 21:26:04.293358 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12207 | 2025.05.22 21:26:04.293497 [ 191 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::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 | ||
12208 | 2025.05.22 21:26:04.293661 [ 191 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12209 | 2025.05.22 21:26:04.293699 [ 191 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::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 | ||
12210 | 2025.05.22 21:26:04.293775 [ 191 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
12211 | 2025.05.22 21:26:04.293830 [ 191 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part | ||
12212 | 2025.05.22 21:26:04.293879 [ 191 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
12213 | 2025.05.22 21:26:04.293927 [ 191 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part | ||
12214 | 2025.05.22 21:26:04.294687 [ 189 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.001251149 sec., 33569.14324353055 rows/sec., 2.80 MiB/sec. | ||
12215 | 2025.05.22 21:26:04.294823 [ 191 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
12216 | 2025.05.22 21:26:04.295069 [ 191 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_21_5} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12217 | 2025.05.22 21:26:04.295137 [ 191 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_21_5} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
12218 | 2025.05.22 21:26:04.295214 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
12219 | 2025.05.22 21:26:07.476323 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12220 | 2025.05.22 21:26:07.476543 [ 261 ] {7234a917-1ad0-4ca2-8e3d-4d274b33cf39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
12221 | 2025.05.22 21:26:07.476619 [ 261 ] {7234a917-1ad0-4ca2-8e3d-4d274b33cf39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12222 | 2025.05.22 21:26:07.477294 [ 261 ] {7234a917-1ad0-4ca2-8e3d-4d274b33cf39} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12223 | 2025.05.22 21:26:07.477343 [ 261 ] {7234a917-1ad0-4ca2-8e3d-4d274b33cf39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12224 | 2025.05.22 21:26:07.477737 [ 261 ] {7234a917-1ad0-4ca2-8e3d-4d274b33cf39} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
12225 | 2025.05.22 21:26:07.477963 [ 261 ] {7234a917-1ad0-4ca2-8e3d-4d274b33cf39} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12226 | 2025.05.22 21:26:07.478119 [ 261 ] {7234a917-1ad0-4ca2-8e3d-4d274b33cf39} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001632 sec., 7352.941176470588 rows/sec., 599.58 KiB/sec. | ||
12227 | 2025.05.22 21:26:07.478159 [ 261 ] {7234a917-1ad0-4ca2-8e3d-4d274b33cf39} <Debug> TCPHandler: Processed in 0.001978869 sec. | ||
12228 | 2025.05.22 21:26:07.478281 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12229 | 2025.05.22 21:26:07.478378 [ 261 ] {05f12d87-a95c-4a16-bdaf-eb3b88344088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
12230 | 2025.05.22 21:26:07.478417 [ 261 ] {05f12d87-a95c-4a16-bdaf-eb3b88344088} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12231 | 2025.05.22 21:26:07.479483 [ 261 ] {05f12d87-a95c-4a16-bdaf-eb3b88344088} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12232 | 2025.05.22 21:26:07.479518 [ 261 ] {05f12d87-a95c-4a16-bdaf-eb3b88344088} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12233 | 2025.05.22 21:26:07.479932 [ 261 ] {05f12d87-a95c-4a16-bdaf-eb3b88344088} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
12234 | 2025.05.22 21:26:07.480146 [ 261 ] {05f12d87-a95c-4a16-bdaf-eb3b88344088} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12235 | 2025.05.22 21:26:07.480272 [ 261 ] {05f12d87-a95c-4a16-bdaf-eb3b88344088} <Debug> executeQuery: Read 1268 rows, 107.22 KiB in 0.001913 sec., 662833.2462101411 rows/sec., 54.73 MiB/sec. | ||
12236 | 2025.05.22 21:26:07.480300 [ 136 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
12237 | 2025.05.22 21:26:07.480309 [ 261 ] {05f12d87-a95c-4a16-bdaf-eb3b88344088} <Debug> TCPHandler: Processed in 0.002079451 sec. | ||
12238 | 2025.05.22 21:26:07.480379 [ 136 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12239 | 2025.05.22 21:26:07.480409 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12240 | 2025.05.22 21:26:07.480477 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12241 | 2025.05.22 21:26:07.480577 [ 261 ] {e198ccb2-ae4e-47d0-982a-dc7d78e18240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
12242 | 2025.05.22 21:26:07.480600 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::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 | ||
12243 | 2025.05.22 21:26:07.480617 [ 261 ] {e198ccb2-ae4e-47d0-982a-dc7d78e18240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12244 | 2025.05.22 21:26:07.480824 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12245 | 2025.05.22 21:26:07.480884 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1970 rows starting from the beginning of the part | ||
12246 | 2025.05.22 21:26:07.480988 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 122 rows starting from the beginning of the part | ||
12247 | 2025.05.22 21:26:07.481065 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 74 rows starting from the beginning of the part | ||
12248 | 2025.05.22 21:26:07.481106 [ 261 ] {e198ccb2-ae4e-47d0-982a-dc7d78e18240} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12249 | 2025.05.22 21:26:07.481120 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 122 rows starting from the beginning of the part | ||
12250 | 2025.05.22 21:26:07.481151 [ 261 ] {e198ccb2-ae4e-47d0-982a-dc7d78e18240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12251 | 2025.05.22 21:26:07.481174 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 633 rows starting from the beginning of the part | ||
12252 | 2025.05.22 21:26:07.481220 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 1268 rows starting from the beginning of the part | ||
12253 | 2025.05.22 21:26:07.481481 [ 261 ] {e198ccb2-ae4e-47d0-982a-dc7d78e18240} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
12254 | 2025.05.22 21:26:07.481710 [ 261 ] {e198ccb2-ae4e-47d0-982a-dc7d78e18240} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12255 | 2025.05.22 21:26:07.481861 [ 136 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
12256 | 2025.05.22 21:26:07.481864 [ 261 ] {e198ccb2-ae4e-47d0-982a-dc7d78e18240} <Debug> executeQuery: Read 45 rows, 3.32 KiB in 0.001305 sec., 34482.75862068966 rows/sec., 2.48 MiB/sec. | ||
12257 | 2025.05.22 21:26:07.481909 [ 136 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12258 | 2025.05.22 21:26:07.481931 [ 261 ] {e198ccb2-ae4e-47d0-982a-dc7d78e18240} <Debug> TCPHandler: Processed in 0.001505283 sec. | ||
12259 | 2025.05.22 21:26:07.481938 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12260 | 2025.05.22 21:26:07.482039 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::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 | ||
12261 | 2025.05.22 21:26:07.482053 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12262 | 2025.05.22 21:26:07.482142 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12263 | 2025.05.22 21:26:07.482163 [ 261 ] {f1d73d26-622a-48fb-8d75-578d457b3fb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
12264 | 2025.05.22 21:26:07.482173 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 179 rows starting from the beginning of the part | ||
12265 | 2025.05.22 21:26:07.482211 [ 261 ] {f1d73d26-622a-48fb-8d75-578d457b3fb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12266 | 2025.05.22 21:26:07.482240 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 33 rows starting from the beginning of the part | ||
12267 | 2025.05.22 21:26:07.482290 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 12 rows starting from the beginning of the part | ||
12268 | 2025.05.22 21:26:07.482332 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 33 rows starting from the beginning of the part | ||
12269 | 2025.05.22 21:26:07.482372 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 114 rows starting from the beginning of the part | ||
12270 | 2025.05.22 21:26:07.482410 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 45 rows starting from the beginning of the part | ||
12271 | 2025.05.22 21:26:07.482702 [ 261 ] {f1d73d26-622a-48fb-8d75-578d457b3fb8} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12272 | 2025.05.22 21:26:07.482744 [ 261 ] {f1d73d26-622a-48fb-8d75-578d457b3fb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12273 | 2025.05.22 21:26:07.483034 [ 189 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4189 rows, containing 5 columns (5 merged, 0 gathered) in 0.002520578 sec., 1661920.40079696 rows/sec., 142.33 MiB/sec. | ||
12274 | 2025.05.22 21:26:07.483262 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 416 rows, containing 5 columns (5 merged, 0 gathered) in 0.001262388 sec., 329534.18441873655 rows/sec., 22.90 MiB/sec. | ||
12275 | 2025.05.22 21:26:07.483405 [ 261 ] {f1d73d26-622a-48fb-8d75-578d457b3fb8} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
12276 | 2025.05.22 21:26:07.483423 [ 186 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
12277 | 2025.05.22 21:26:07.483468 [ 191 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
12278 | 2025.05.22 21:26:07.483688 [ 261 ] {f1d73d26-622a-48fb-8d75-578d457b3fb8} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12279 | 2025.05.22 21:26:07.483808 [ 186 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_91_18} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12280 | 2025.05.22 21:26:07.483813 [ 198 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_96_19} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12281 | 2025.05.22 21:26:07.483833 [ 261 ] {f1d73d26-622a-48fb-8d75-578d457b3fb8} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001689 sec., 134991.1190053286 rows/sec., 9.14 MiB/sec. | ||
12282 | 2025.05.22 21:26:07.483875 [ 261 ] {f1d73d26-622a-48fb-8d75-578d457b3fb8} <Debug> TCPHandler: Processed in 0.001874248 sec. | ||
12283 | 2025.05.22 21:26:07.483894 [ 186 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_91_18} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
12284 | 2025.05.22 21:26:07.483912 [ 198 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_96_19} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
12285 | 2025.05.22 21:26:07.483973 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
12286 | 2025.05.22 21:26:07.483986 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12287 | 2025.05.22 21:26:07.484012 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
12288 | 2025.05.22 21:26:07.484080 [ 261 ] {7e9b6fef-5e3d-4104-859a-f489ef391a6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
12289 | 2025.05.22 21:26:07.484120 [ 261 ] {7e9b6fef-5e3d-4104-859a-f489ef391a6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12290 | 2025.05.22 21:26:07.484763 [ 261 ] {7e9b6fef-5e3d-4104-859a-f489ef391a6a} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12291 | 2025.05.22 21:26:07.484798 [ 261 ] {7e9b6fef-5e3d-4104-859a-f489ef391a6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12292 | 2025.05.22 21:26:07.485155 [ 261 ] {7e9b6fef-5e3d-4104-859a-f489ef391a6a} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
12293 | 2025.05.22 21:26:07.485370 [ 261 ] {7e9b6fef-5e3d-4104-859a-f489ef391a6a} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12294 | 2025.05.22 21:26:07.485498 [ 261 ] {7e9b6fef-5e3d-4104-859a-f489ef391a6a} <Debug> executeQuery: Read 565 rows, 43.03 KiB in 0.001436 sec., 393454.03899721446 rows/sec., 29.26 MiB/sec. | ||
12295 | 2025.05.22 21:26:07.485512 [ 136 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
12296 | 2025.05.22 21:26:07.485535 [ 261 ] {7e9b6fef-5e3d-4104-859a-f489ef391a6a} <Debug> TCPHandler: Processed in 0.001599444 sec. | ||
12297 | 2025.05.22 21:26:07.485551 [ 136 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12298 | 2025.05.22 21:26:07.485576 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12299 | 2025.05.22 21:26:07.485649 [ 186 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::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 | ||
12300 | 2025.05.22 21:26:07.485657 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12301 | 2025.05.22 21:26:07.485737 [ 186 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12302 | 2025.05.22 21:26:07.485760 [ 261 ] {c09b9076-462f-4af2-ab4f-1b2678e0fcab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
12303 | 2025.05.22 21:26:07.485764 [ 186 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 953 rows starting from the beginning of the part | ||
12304 | 2025.05.22 21:26:07.485804 [ 261 ] {c09b9076-462f-4af2-ab4f-1b2678e0fcab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12305 | 2025.05.22 21:26:07.485828 [ 186 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 97 rows starting from the beginning of the part | ||
12306 | 2025.05.22 21:26:07.485870 [ 186 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 76 rows starting from the beginning of the part | ||
12307 | 2025.05.22 21:26:07.485910 [ 186 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 97 rows starting from the beginning of the part | ||
12308 | 2025.05.22 21:26:07.485947 [ 186 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 390 rows starting from the beginning of the part | ||
12309 | 2025.05.22 21:26:07.485984 [ 186 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 565 rows starting from the beginning of the part | ||
12310 | 2025.05.22 21:26:07.486410 [ 261 ] {c09b9076-462f-4af2-ab4f-1b2678e0fcab} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12311 | 2025.05.22 21:26:07.486444 [ 261 ] {c09b9076-462f-4af2-ab4f-1b2678e0fcab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12312 | 2025.05.22 21:26:07.486832 [ 261 ] {c09b9076-462f-4af2-ab4f-1b2678e0fcab} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
12313 | 2025.05.22 21:26:07.486998 [ 186 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2178 rows, containing 5 columns (5 merged, 0 gathered) in 0.001380461 sec., 1577733.8150081749 rows/sec., 122.28 MiB/sec. | ||
12314 | 2025.05.22 21:26:07.487044 [ 261 ] {c09b9076-462f-4af2-ab4f-1b2678e0fcab} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12315 | 2025.05.22 21:26:07.487150 [ 186 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
12316 | 2025.05.22 21:26:07.487179 [ 261 ] {c09b9076-462f-4af2-ab4f-1b2678e0fcab} <Debug> executeQuery: Read 886 rows, 61.05 KiB in 0.001438 sec., 616133.5187760779 rows/sec., 41.46 MiB/sec. | ||
12317 | 2025.05.22 21:26:07.487215 [ 261 ] {c09b9076-462f-4af2-ab4f-1b2678e0fcab} <Debug> TCPHandler: Processed in 0.001608134 sec. | ||
12318 | 2025.05.22 21:26:07.487324 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12319 | 2025.05.22 21:26:07.487379 [ 186 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_96_19} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12320 | 2025.05.22 21:26:07.487418 [ 261 ] {951e0936-5047-4220-a23e-505a2fe9e35c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
12321 | 2025.05.22 21:26:07.487443 [ 186 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_96_19} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
12322 | 2025.05.22 21:26:07.487474 [ 261 ] {951e0936-5047-4220-a23e-505a2fe9e35c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
12323 | 2025.05.22 21:26:07.487498 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
12324 | 2025.05.22 21:26:07.488293 [ 261 ] {951e0936-5047-4220-a23e-505a2fe9e35c} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12325 | 2025.05.22 21:26:07.488328 [ 261 ] {951e0936-5047-4220-a23e-505a2fe9e35c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12326 | 2025.05.22 21:26:07.488861 [ 261 ] {951e0936-5047-4220-a23e-505a2fe9e35c} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
12327 | 2025.05.22 21:26:07.489086 [ 261 ] {951e0936-5047-4220-a23e-505a2fe9e35c} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12328 | 2025.05.22 21:26:07.489222 [ 261 ] {951e0936-5047-4220-a23e-505a2fe9e35c} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001822 sec., 18111.964873765093 rows/sec., 32.46 MiB/sec. | ||
12329 | 2025.05.22 21:26:07.489236 [ 136 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
12330 | 2025.05.22 21:26:07.489274 [ 261 ] {951e0936-5047-4220-a23e-505a2fe9e35c} <Debug> TCPHandler: Processed in 0.00199938 sec. | ||
12331 | 2025.05.22 21:26:07.489282 [ 136 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12332 | 2025.05.22 21:26:07.489316 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12333 | 2025.05.22 21:26:07.489396 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12334 | 2025.05.22 21:26:07.489399 [ 194 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
12335 | 2025.05.22 21:26:07.489496 [ 261 ] {e6b60ffe-377c-4a0f-ace6-a957d400b832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
12336 | 2025.05.22 21:26:07.489537 [ 261 ] {e6b60ffe-377c-4a0f-ace6-a957d400b832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12337 | 2025.05.22 21:26:07.489611 [ 194 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12338 | 2025.05.22 21:26:07.489666 [ 194 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1809 rows starting from the beginning of the part | ||
12339 | 2025.05.22 21:26:07.489792 [ 194 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 33 rows starting from the beginning of the part | ||
12340 | 2025.05.22 21:26:07.489874 [ 261 ] {e6b60ffe-377c-4a0f-ace6-a957d400b832} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12341 | 2025.05.22 21:26:07.489910 [ 261 ] {e6b60ffe-377c-4a0f-ace6-a957d400b832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12342 | 2025.05.22 21:26:07.489909 [ 194 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part | ||
12343 | 2025.05.22 21:26:07.490025 [ 194 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 33 rows starting from the beginning of the part | ||
12344 | 2025.05.22 21:26:07.490119 [ 194 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 8 rows starting from the beginning of the part | ||
12345 | 2025.05.22 21:26:07.490208 [ 261 ] {e6b60ffe-377c-4a0f-ace6-a957d400b832} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
12346 | 2025.05.22 21:26:07.490212 [ 194 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 33 rows starting from the beginning of the part | ||
12347 | 2025.05.22 21:26:07.490433 [ 261 ] {e6b60ffe-377c-4a0f-ace6-a957d400b832} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12348 | 2025.05.22 21:26:07.490563 [ 261 ] {e6b60ffe-377c-4a0f-ace6-a957d400b832} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001085 sec., 55299.53917050691 rows/sec., 3.73 MiB/sec. | ||
12349 | 2025.05.22 21:26:07.490598 [ 261 ] {e6b60ffe-377c-4a0f-ace6-a957d400b832} <Debug> TCPHandler: Processed in 0.001252178 sec. | ||
12350 | 2025.05.22 21:26:07.501467 [ 196 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1924 rows, containing 19 columns (19 merged, 0 gathered) in 0.01209885 sec., 159023.3782549581 rows/sec., 284.96 MiB/sec. | ||
12351 | 2025.05.22 21:26:07.503234 [ 196 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
12352 | 2025.05.22 21:26:07.503605 [ 196 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12353 | 2025.05.22 21:26:07.503696 [ 196 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
12354 | 2025.05.22 21:26:07.503865 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.39 MiB. | ||
12355 | 2025.05.22 21:26:08.000157 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 336.07 MiB, peak 353.39 MiB, free memory in arenas 0.00 B, will set to 343.05 MiB (RSS), difference: 6.99 MiB | ||
12356 | 2025.05.22 21:26:08.853694 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31598 | ||
12357 | 2025.05.22 21:26:08.854346 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12358 | 2025.05.22 21:26:08.854381 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12359 | 2025.05.22 21:26:08.855588 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12360 | 2025.05.22 21:26:08.855843 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12361 | 2025.05.22 21:26:08.855976 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31598 | ||
12362 | 2025.05.22 21:26:10.539799 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 520 | ||
12363 | 2025.05.22 21:26:10.556958 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12364 | 2025.05.22 21:26:10.557023 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12365 | 2025.05.22 21:26:10.563444 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12366 | 2025.05.22 21:26:10.564142 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12367 | 2025.05.22 21:26:10.567203 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520 | ||
12368 | 2025.05.22 21:26:11.439697 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1694 | ||
12369 | 2025.05.22 21:26:11.442246 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12370 | 2025.05.22 21:26:11.442294 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12371 | 2025.05.22 21:26:11.443485 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
12372 | 2025.05.22 21:26:11.443750 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12373 | 2025.05.22 21:26:11.444009 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1694 | ||
12374 | 2025.05.22 21:26:12.454604 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12375 | 2025.05.22 21:26:12.454808 [ 261 ] {6a46235c-58ab-4755-9d54-278cae6d902d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
12376 | 2025.05.22 21:26:12.454884 [ 261 ] {6a46235c-58ab-4755-9d54-278cae6d902d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
12377 | 2025.05.22 21:26:12.455660 [ 261 ] {6a46235c-58ab-4755-9d54-278cae6d902d} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12378 | 2025.05.22 21:26:12.455713 [ 261 ] {6a46235c-58ab-4755-9d54-278cae6d902d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12379 | 2025.05.22 21:26:12.456141 [ 261 ] {6a46235c-58ab-4755-9d54-278cae6d902d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
12380 | 2025.05.22 21:26:12.456376 [ 261 ] {6a46235c-58ab-4755-9d54-278cae6d902d} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12381 | 2025.05.22 21:26:12.456538 [ 261 ] {6a46235c-58ab-4755-9d54-278cae6d902d} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001787 sec., 118634.58310016789 rows/sec., 7.55 MiB/sec. | ||
12382 | 2025.05.22 21:26:12.456588 [ 261 ] {6a46235c-58ab-4755-9d54-278cae6d902d} <Debug> TCPHandler: Processed in 0.002128222 sec. | ||
12383 | 2025.05.22 21:26:12.456713 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12384 | 2025.05.22 21:26:12.456817 [ 261 ] {220b3e11-13f9-4d8c-95d0-b9aeba867b49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
12385 | 2025.05.22 21:26:12.456861 [ 261 ] {220b3e11-13f9-4d8c-95d0-b9aeba867b49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12386 | 2025.05.22 21:26:12.457588 [ 261 ] {220b3e11-13f9-4d8c-95d0-b9aeba867b49} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12387 | 2025.05.22 21:26:12.457627 [ 261 ] {220b3e11-13f9-4d8c-95d0-b9aeba867b49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12388 | 2025.05.22 21:26:12.457981 [ 261 ] {220b3e11-13f9-4d8c-95d0-b9aeba867b49} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
12389 | 2025.05.22 21:26:12.458220 [ 261 ] {220b3e11-13f9-4d8c-95d0-b9aeba867b49} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12390 | 2025.05.22 21:26:12.458355 [ 261 ] {220b3e11-13f9-4d8c-95d0-b9aeba867b49} <Debug> executeQuery: Read 633 rows, 50.88 KiB in 0.001563 sec., 404990.4030710173 rows/sec., 31.79 MiB/sec. | ||
12391 | 2025.05.22 21:26:12.458392 [ 261 ] {220b3e11-13f9-4d8c-95d0-b9aeba867b49} <Debug> TCPHandler: Processed in 0.001733656 sec. | ||
12392 | 2025.05.22 21:26:12.458497 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12393 | 2025.05.22 21:26:12.458595 [ 261 ] {ab848016-4e34-47cd-8f97-168f7091edf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
12394 | 2025.05.22 21:26:12.458636 [ 261 ] {ab848016-4e34-47cd-8f97-168f7091edf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12395 | 2025.05.22 21:26:12.459053 [ 261 ] {ab848016-4e34-47cd-8f97-168f7091edf0} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12396 | 2025.05.22 21:26:12.459089 [ 261 ] {ab848016-4e34-47cd-8f97-168f7091edf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12397 | 2025.05.22 21:26:12.459393 [ 261 ] {ab848016-4e34-47cd-8f97-168f7091edf0} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
12398 | 2025.05.22 21:26:12.459603 [ 261 ] {ab848016-4e34-47cd-8f97-168f7091edf0} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12399 | 2025.05.22 21:26:12.459732 [ 261 ] {ab848016-4e34-47cd-8f97-168f7091edf0} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001158 sec., 98445.59585492229 rows/sec., 5.89 MiB/sec. | ||
12400 | 2025.05.22 21:26:12.459769 [ 261 ] {ab848016-4e34-47cd-8f97-168f7091edf0} <Debug> TCPHandler: Processed in 0.001323979 sec. | ||
12401 | 2025.05.22 21:26:12.459879 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12402 | 2025.05.22 21:26:12.459975 [ 261 ] {5b051093-748b-4a28-bb46-56765ae55c2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
12403 | 2025.05.22 21:26:12.460015 [ 261 ] {5b051093-748b-4a28-bb46-56765ae55c2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12404 | 2025.05.22 21:26:12.460423 [ 261 ] {5b051093-748b-4a28-bb46-56765ae55c2d} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12405 | 2025.05.22 21:26:12.460460 [ 261 ] {5b051093-748b-4a28-bb46-56765ae55c2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12406 | 2025.05.22 21:26:12.460766 [ 261 ] {5b051093-748b-4a28-bb46-56765ae55c2d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
12407 | 2025.05.22 21:26:12.460977 [ 261 ] {5b051093-748b-4a28-bb46-56765ae55c2d} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12408 | 2025.05.22 21:26:12.461106 [ 261 ] {5b051093-748b-4a28-bb46-56765ae55c2d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00115 sec., 98260.86956521739 rows/sec., 6.36 MiB/sec. | ||
12409 | 2025.05.22 21:26:12.461143 [ 261 ] {5b051093-748b-4a28-bb46-56765ae55c2d} <Debug> TCPHandler: Processed in 0.0013155 sec. | ||
12410 | 2025.05.22 21:26:12.461254 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12411 | 2025.05.22 21:26:12.461349 [ 261 ] {ace8558e-0513-4189-b9e4-2f387ee55ecc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
12412 | 2025.05.22 21:26:12.461389 [ 261 ] {ace8558e-0513-4189-b9e4-2f387ee55ecc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12413 | 2025.05.22 21:26:12.461795 [ 261 ] {ace8558e-0513-4189-b9e4-2f387ee55ecc} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12414 | 2025.05.22 21:26:12.461832 [ 261 ] {ace8558e-0513-4189-b9e4-2f387ee55ecc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12415 | 2025.05.22 21:26:12.462134 [ 261 ] {ace8558e-0513-4189-b9e4-2f387ee55ecc} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
12416 | 2025.05.22 21:26:12.462367 [ 261 ] {ace8558e-0513-4189-b9e4-2f387ee55ecc} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12417 | 2025.05.22 21:26:12.462495 [ 261 ] {ace8558e-0513-4189-b9e4-2f387ee55ecc} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001164 sec., 96219.93127147766 rows/sec., 5.48 MiB/sec. | ||
12418 | 2025.05.22 21:26:12.462532 [ 261 ] {ace8558e-0513-4189-b9e4-2f387ee55ecc} <Debug> TCPHandler: Processed in 0.0013295 sec. | ||
12419 | 2025.05.22 21:26:12.462642 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12420 | 2025.05.22 21:26:12.462734 [ 261 ] {e05157de-1a98-404a-b5b2-54defee7cdb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
12421 | 2025.05.22 21:26:12.462773 [ 261 ] {e05157de-1a98-404a-b5b2-54defee7cdb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12422 | 2025.05.22 21:26:12.463294 [ 261 ] {e05157de-1a98-404a-b5b2-54defee7cdb2} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12423 | 2025.05.22 21:26:12.463329 [ 261 ] {e05157de-1a98-404a-b5b2-54defee7cdb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12424 | 2025.05.22 21:26:12.463652 [ 261 ] {e05157de-1a98-404a-b5b2-54defee7cdb2} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
12425 | 2025.05.22 21:26:12.463864 [ 261 ] {e05157de-1a98-404a-b5b2-54defee7cdb2} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12426 | 2025.05.22 21:26:12.463990 [ 261 ] {e05157de-1a98-404a-b5b2-54defee7cdb2} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001274 sec., 306122.44897959183 rows/sec., 21.64 MiB/sec. | ||
12427 | 2025.05.22 21:26:12.464026 [ 261 ] {e05157de-1a98-404a-b5b2-54defee7cdb2} <Debug> TCPHandler: Processed in 0.001435442 sec. | ||
12428 | 2025.05.22 21:26:12.464140 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12429 | 2025.05.22 21:26:12.464234 [ 261 ] {8a1e1c4d-111f-485b-9e3d-636746e9b8a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
12430 | 2025.05.22 21:26:12.464275 [ 261 ] {8a1e1c4d-111f-485b-9e3d-636746e9b8a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12431 | 2025.05.22 21:26:12.464598 [ 261 ] {8a1e1c4d-111f-485b-9e3d-636746e9b8a4} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12432 | 2025.05.22 21:26:12.464633 [ 261 ] {8a1e1c4d-111f-485b-9e3d-636746e9b8a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12433 | 2025.05.22 21:26:12.464932 [ 261 ] {8a1e1c4d-111f-485b-9e3d-636746e9b8a4} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
12434 | 2025.05.22 21:26:12.465142 [ 261 ] {8a1e1c4d-111f-485b-9e3d-636746e9b8a4} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12435 | 2025.05.22 21:26:12.465271 [ 261 ] {8a1e1c4d-111f-485b-9e3d-636746e9b8a4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001055 sec., 5687.203791469195 rows/sec., 297.13 KiB/sec. | ||
12436 | 2025.05.22 21:26:12.465308 [ 261 ] {8a1e1c4d-111f-485b-9e3d-636746e9b8a4} <Debug> TCPHandler: Processed in 0.001220209 sec. | ||
12437 | 2025.05.22 21:26:12.465432 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12438 | 2025.05.22 21:26:12.465559 [ 261 ] {ba90152a-06db-431c-a4d7-027f74408a2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
12439 | 2025.05.22 21:26:12.465613 [ 261 ] {ba90152a-06db-431c-a4d7-027f74408a2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12440 | 2025.05.22 21:26:12.466108 [ 261 ] {ba90152a-06db-431c-a4d7-027f74408a2b} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12441 | 2025.05.22 21:26:12.466153 [ 261 ] {ba90152a-06db-431c-a4d7-027f74408a2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12442 | 2025.05.22 21:26:12.466519 [ 261 ] {ba90152a-06db-431c-a4d7-027f74408a2b} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
12443 | 2025.05.22 21:26:12.466739 [ 261 ] {ba90152a-06db-431c-a4d7-027f74408a2b} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12444 | 2025.05.22 21:26:12.466863 [ 132 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
12445 | 2025.05.22 21:26:12.466876 [ 261 ] {ba90152a-06db-431c-a4d7-027f74408a2b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001343 sec., 176470.58823529413 rows/sec., 11.83 MiB/sec. | ||
12446 | 2025.05.22 21:26:12.466933 [ 132 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12447 | 2025.05.22 21:26:12.466943 [ 261 ] {ba90152a-06db-431c-a4d7-027f74408a2b} <Debug> TCPHandler: Processed in 0.001574003 sec. | ||
12448 | 2025.05.22 21:26:12.466961 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12449 | 2025.05.22 21:26:12.467070 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12450 | 2025.05.22 21:26:12.467071 [ 188 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
12451 | 2025.05.22 21:26:12.467175 [ 261 ] {3a25f5d1-8113-49e1-89dc-f28481f8a33f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
12452 | 2025.05.22 21:26:12.467217 [ 188 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12453 | 2025.05.22 21:26:12.467223 [ 261 ] {3a25f5d1-8113-49e1-89dc-f28481f8a33f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12454 | 2025.05.22 21:26:12.467259 [ 188 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 27875 rows starting from the beginning of the part | ||
12455 | 2025.05.22 21:26:12.467330 [ 188 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 162 rows starting from the beginning of the part | ||
12456 | 2025.05.22 21:26:12.467406 [ 188 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part | ||
12457 | 2025.05.22 21:26:12.467458 [ 188 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 237 rows starting from the beginning of the part | ||
12458 | 2025.05.22 21:26:12.467534 [ 188 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 886 rows starting from the beginning of the part | ||
12459 | 2025.05.22 21:26:12.467574 [ 261 ] {3a25f5d1-8113-49e1-89dc-f28481f8a33f} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12460 | 2025.05.22 21:26:12.467585 [ 188 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 237 rows starting from the beginning of the part | ||
12461 | 2025.05.22 21:26:12.467620 [ 261 ] {3a25f5d1-8113-49e1-89dc-f28481f8a33f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12462 | 2025.05.22 21:26:12.467964 [ 261 ] {3a25f5d1-8113-49e1-89dc-f28481f8a33f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
12463 | 2025.05.22 21:26:12.468208 [ 261 ] {3a25f5d1-8113-49e1-89dc-f28481f8a33f} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12464 | 2025.05.22 21:26:12.468347 [ 261 ] {3a25f5d1-8113-49e1-89dc-f28481f8a33f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001191 sec., 839.6305625524769 rows/sec., 56.58 KiB/sec. | ||
12465 | 2025.05.22 21:26:12.468385 [ 261 ] {3a25f5d1-8113-49e1-89dc-f28481f8a33f} <Debug> TCPHandler: Processed in 0.0013714 sec. | ||
12466 | 2025.05.22 21:26:12.468497 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12467 | 2025.05.22 21:26:12.468594 [ 261 ] {bb6f64c8-42d7-4a16-aff9-e63e547797e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
12468 | 2025.05.22 21:26:12.468652 [ 261 ] {bb6f64c8-42d7-4a16-aff9-e63e547797e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
12469 | 2025.05.22 21:26:12.469428 [ 261 ] {bb6f64c8-42d7-4a16-aff9-e63e547797e7} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12470 | 2025.05.22 21:26:12.469467 [ 261 ] {bb6f64c8-42d7-4a16-aff9-e63e547797e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12471 | 2025.05.22 21:26:12.469991 [ 261 ] {bb6f64c8-42d7-4a16-aff9-e63e547797e7} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
12472 | 2025.05.22 21:26:12.470229 [ 261 ] {bb6f64c8-42d7-4a16-aff9-e63e547797e7} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12473 | 2025.05.22 21:26:12.470374 [ 261 ] {bb6f64c8-42d7-4a16-aff9-e63e547797e7} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001799 sec., 4446.914952751528 rows/sec., 7.97 MiB/sec. | ||
12474 | 2025.05.22 21:26:12.470429 [ 261 ] {bb6f64c8-42d7-4a16-aff9-e63e547797e7} <Debug> TCPHandler: Processed in 0.00198317 sec. | ||
12475 | 2025.05.22 21:26:12.470544 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12476 | 2025.05.22 21:26:12.470639 [ 261 ] {03375104-81d7-4e20-a453-22227dd0ed29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
12477 | 2025.05.22 21:26:12.470685 [ 261 ] {03375104-81d7-4e20-a453-22227dd0ed29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12478 | 2025.05.22 21:26:12.471016 [ 261 ] {03375104-81d7-4e20-a453-22227dd0ed29} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12479 | 2025.05.22 21:26:12.471053 [ 261 ] {03375104-81d7-4e20-a453-22227dd0ed29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12480 | 2025.05.22 21:26:12.471388 [ 261 ] {03375104-81d7-4e20-a453-22227dd0ed29} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
12481 | 2025.05.22 21:26:12.471611 [ 261 ] {03375104-81d7-4e20-a453-22227dd0ed29} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12482 | 2025.05.22 21:26:12.471745 [ 261 ] {03375104-81d7-4e20-a453-22227dd0ed29} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001123 sec., 73018.6999109528 rows/sec., 4.64 MiB/sec. | ||
12483 | 2025.05.22 21:26:12.471743 [ 131 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
12484 | 2025.05.22 21:26:12.471782 [ 261 ] {03375104-81d7-4e20-a453-22227dd0ed29} <Debug> TCPHandler: Processed in 0.001288669 sec. | ||
12485 | 2025.05.22 21:26:12.471823 [ 131 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12486 | 2025.05.22 21:26:12.471849 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12487 | 2025.05.22 21:26:12.471945 [ 196 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
12488 | 2025.05.22 21:26:12.472066 [ 196 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12489 | 2025.05.22 21:26:12.472098 [ 196 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5330 rows starting from the beginning of the part | ||
12490 | 2025.05.22 21:26:12.472154 [ 196 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
12491 | 2025.05.22 21:26:12.472200 [ 196 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part | ||
12492 | 2025.05.22 21:26:12.472241 [ 196 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 82 rows starting from the beginning of the part | ||
12493 | 2025.05.22 21:26:12.472280 [ 196 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part | ||
12494 | 2025.05.22 21:26:12.472319 [ 196 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 82 rows starting from the beginning of the part | ||
12495 | 2025.05.22 21:26:12.473506 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29557 rows, containing 5 columns (5 merged, 0 gathered) in 0.006481617 sec., 4560127.511391061 rows/sec., 309.99 MiB/sec. | ||
12496 | 2025.05.22 21:26:12.473773 [ 193 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5674 rows, containing 4 columns (4 merged, 0 gathered) in 0.001874008 sec., 3027735.207106907 rows/sec., 199.67 MiB/sec. | ||
12497 | 2025.05.22 21:26:12.474164 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
12498 | 2025.05.22 21:26:12.474180 [ 197 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
12499 | 2025.05.22 21:26:12.474540 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12500 | 2025.05.22 21:26:12.474557 [ 197 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_96_19} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12501 | 2025.05.22 21:26:12.474633 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
12502 | 2025.05.22 21:26:12.474652 [ 197 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_96_19} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
12503 | 2025.05.22 21:26:12.474739 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||
12504 | 2025.05.22 21:26:12.474800 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
12505 | 2025.05.22 21:26:16.009759 [ 220 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): 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] | ||
12506 | 2025.05.22 21:26:16.009825 [ 220 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): 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] | ||
12507 | 2025.05.22 21:26:16.024578 [ 220 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): 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] | ||
12508 | 2025.05.22 21:26:16.190053 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12509 | 2025.05.22 21:26:16.190105 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12510 | 2025.05.22 21:26:16.357067 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32086 | ||
12511 | 2025.05.22 21:26:16.357610 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12512 | 2025.05.22 21:26:16.357649 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12513 | 2025.05.22 21:26:16.358142 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12514 | 2025.05.22 21:26:16.358375 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12515 | 2025.05.22 21:26:16.358502 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 | ||
12516 | 2025.05.22 21:26:17.183667 [ 221 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): 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] | ||
12517 | 2025.05.22 21:26:17.183744 [ 221 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): 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] | ||
12518 | 2025.05.22 21:26:17.186196 [ 221 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): 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] | ||
12519 | 2025.05.22 21:26:17.449980 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12520 | 2025.05.22 21:26:17.450170 [ 261 ] {e898489a-5484-486d-83b3-01d0f170745d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
12521 | 2025.05.22 21:26:17.450240 [ 261 ] {e898489a-5484-486d-83b3-01d0f170745d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12522 | 2025.05.22 21:26:17.450947 [ 261 ] {e898489a-5484-486d-83b3-01d0f170745d} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12523 | 2025.05.22 21:26:17.450992 [ 261 ] {e898489a-5484-486d-83b3-01d0f170745d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12524 | 2025.05.22 21:26:17.451415 [ 261 ] {e898489a-5484-486d-83b3-01d0f170745d} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
12525 | 2025.05.22 21:26:17.451670 [ 261 ] {e898489a-5484-486d-83b3-01d0f170745d} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12526 | 2025.05.22 21:26:17.451842 [ 261 ] {e898489a-5484-486d-83b3-01d0f170745d} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.001722 sec., 70847.85133565622 rows/sec., 6.05 MiB/sec. | ||
12527 | 2025.05.22 21:26:17.451893 [ 261 ] {e898489a-5484-486d-83b3-01d0f170745d} <Debug> TCPHandler: Processed in 0.00204817 sec. | ||
12528 | 2025.05.22 21:26:17.452027 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12529 | 2025.05.22 21:26:17.452134 [ 261 ] {773a217b-1ef3-4a74-98b3-04968ed1442b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
12530 | 2025.05.22 21:26:17.452179 [ 261 ] {773a217b-1ef3-4a74-98b3-04968ed1442b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12531 | 2025.05.22 21:26:17.452615 [ 261 ] {773a217b-1ef3-4a74-98b3-04968ed1442b} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12532 | 2025.05.22 21:26:17.452658 [ 261 ] {773a217b-1ef3-4a74-98b3-04968ed1442b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12533 | 2025.05.22 21:26:17.452984 [ 261 ] {773a217b-1ef3-4a74-98b3-04968ed1442b} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
12534 | 2025.05.22 21:26:17.453222 [ 261 ] {773a217b-1ef3-4a74-98b3-04968ed1442b} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12535 | 2025.05.22 21:26:17.453366 [ 261 ] {773a217b-1ef3-4a74-98b3-04968ed1442b} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001256 sec., 26273.885350318473 rows/sec., 1.93 MiB/sec. | ||
12536 | 2025.05.22 21:26:17.453405 [ 261 ] {773a217b-1ef3-4a74-98b3-04968ed1442b} <Debug> TCPHandler: Processed in 0.001437352 sec. | ||
12537 | 2025.05.22 21:26:17.453518 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12538 | 2025.05.22 21:26:17.453614 [ 261 ] {5fb54627-b19d-451f-90e2-6a1d5169f231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
12539 | 2025.05.22 21:26:17.453656 [ 261 ] {5fb54627-b19d-451f-90e2-6a1d5169f231} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12540 | 2025.05.22 21:26:17.454094 [ 261 ] {5fb54627-b19d-451f-90e2-6a1d5169f231} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12541 | 2025.05.22 21:26:17.454133 [ 261 ] {5fb54627-b19d-451f-90e2-6a1d5169f231} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12542 | 2025.05.22 21:26:17.454456 [ 261 ] {5fb54627-b19d-451f-90e2-6a1d5169f231} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
12543 | 2025.05.22 21:26:17.454675 [ 261 ] {5fb54627-b19d-451f-90e2-6a1d5169f231} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12544 | 2025.05.22 21:26:17.454815 [ 261 ] {5fb54627-b19d-451f-90e2-6a1d5169f231} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001221 sec., 79443.07944307943 rows/sec., 6.20 MiB/sec. | ||
12545 | 2025.05.22 21:26:17.454855 [ 261 ] {5fb54627-b19d-451f-90e2-6a1d5169f231} <Debug> TCPHandler: Processed in 0.00138696 sec. | ||
12546 | 2025.05.22 21:26:17.454971 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12547 | 2025.05.22 21:26:17.455067 [ 261 ] {8db5e5a1-cf4d-4c60-b573-44f131ad5d83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
12548 | 2025.05.22 21:26:17.455113 [ 261 ] {8db5e5a1-cf4d-4c60-b573-44f131ad5d83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12549 | 2025.05.22 21:26:17.455537 [ 261 ] {8db5e5a1-cf4d-4c60-b573-44f131ad5d83} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12550 | 2025.05.22 21:26:17.455574 [ 261 ] {8db5e5a1-cf4d-4c60-b573-44f131ad5d83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12551 | 2025.05.22 21:26:17.455924 [ 261 ] {8db5e5a1-cf4d-4c60-b573-44f131ad5d83} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
12552 | 2025.05.22 21:26:17.456159 [ 261 ] {8db5e5a1-cf4d-4c60-b573-44f131ad5d83} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12553 | 2025.05.22 21:26:17.456301 [ 261 ] {8db5e5a1-cf4d-4c60-b573-44f131ad5d83} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001253 sec., 127693.53551476456 rows/sec., 8.89 MiB/sec. | ||
12554 | 2025.05.22 21:26:17.456340 [ 261 ] {8db5e5a1-cf4d-4c60-b573-44f131ad5d83} <Debug> TCPHandler: Processed in 0.001420982 sec. | ||
12555 | 2025.05.22 21:26:17.456448 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12556 | 2025.05.22 21:26:17.456544 [ 261 ] {094c2c9d-4d3c-40cd-a9f0-7b6c3e03f6ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
12557 | 2025.05.22 21:26:17.456600 [ 261 ] {094c2c9d-4d3c-40cd-a9f0-7b6c3e03f6ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
12558 | 2025.05.22 21:26:17.457465 [ 261 ] {094c2c9d-4d3c-40cd-a9f0-7b6c3e03f6ca} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12559 | 2025.05.22 21:26:17.457502 [ 261 ] {094c2c9d-4d3c-40cd-a9f0-7b6c3e03f6ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12560 | 2025.05.22 21:26:17.458059 [ 261 ] {094c2c9d-4d3c-40cd-a9f0-7b6c3e03f6ca} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
12561 | 2025.05.22 21:26:17.458287 [ 261 ] {094c2c9d-4d3c-40cd-a9f0-7b6c3e03f6ca} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12562 | 2025.05.22 21:26:17.458431 [ 261 ] {094c2c9d-4d3c-40cd-a9f0-7b6c3e03f6ca} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001906 sec., 17313.746065057712 rows/sec., 31.03 MiB/sec. | ||
12563 | 2025.05.22 21:26:17.458495 [ 261 ] {094c2c9d-4d3c-40cd-a9f0-7b6c3e03f6ca} <Debug> TCPHandler: Processed in 0.002096052 sec. | ||
12564 | 2025.05.22 21:26:17.458606 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12565 | 2025.05.22 21:26:17.458699 [ 261 ] {d3ca4b86-9b21-49d2-86eb-aac654e6c293} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
12566 | 2025.05.22 21:26:17.458739 [ 261 ] {d3ca4b86-9b21-49d2-86eb-aac654e6c293} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12567 | 2025.05.22 21:26:17.459107 [ 261 ] {d3ca4b86-9b21-49d2-86eb-aac654e6c293} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12568 | 2025.05.22 21:26:17.459146 [ 261 ] {d3ca4b86-9b21-49d2-86eb-aac654e6c293} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12569 | 2025.05.22 21:26:17.459469 [ 261 ] {d3ca4b86-9b21-49d2-86eb-aac654e6c293} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
12570 | 2025.05.22 21:26:17.459685 [ 261 ] {d3ca4b86-9b21-49d2-86eb-aac654e6c293} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12571 | 2025.05.22 21:26:17.459814 [ 261 ] {d3ca4b86-9b21-49d2-86eb-aac654e6c293} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001133 sec., 52956.7519858782 rows/sec., 3.57 MiB/sec. | ||
12572 | 2025.05.22 21:26:17.459849 [ 261 ] {d3ca4b86-9b21-49d2-86eb-aac654e6c293} <Debug> TCPHandler: Processed in 0.00129069 sec. | ||
12573 | 2025.05.22 21:26:18.068235 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 527 | ||
12574 | 2025.05.22 21:26:18.084253 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12575 | 2025.05.22 21:26:18.084296 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12576 | 2025.05.22 21:26:18.090134 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12577 | 2025.05.22 21:26:18.090820 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12578 | 2025.05.22 21:26:18.093652 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 527 | ||
12579 | 2025.05.22 21:26:21.445174 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1728 | ||
12580 | 2025.05.22 21:26:21.447682 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12581 | 2025.05.22 21:26:21.447734 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12582 | 2025.05.22 21:26:21.448923 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
12583 | 2025.05.22 21:26:21.449209 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12584 | 2025.05.22 21:26:21.449596 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1728 | ||
12585 | 2025.05.22 21:26:22.453372 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12586 | 2025.05.22 21:26:22.453573 [ 261 ] {6bf2175d-749e-4283-968f-6d6f2518522a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
12587 | 2025.05.22 21:26:22.453647 [ 261 ] {6bf2175d-749e-4283-968f-6d6f2518522a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
12588 | 2025.05.22 21:26:22.454522 [ 261 ] {6bf2175d-749e-4283-968f-6d6f2518522a} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12589 | 2025.05.22 21:26:22.454571 [ 261 ] {6bf2175d-749e-4283-968f-6d6f2518522a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12590 | 2025.05.22 21:26:22.454977 [ 261 ] {6bf2175d-749e-4283-968f-6d6f2518522a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
12591 | 2025.05.22 21:26:22.455218 [ 261 ] {6bf2175d-749e-4283-968f-6d6f2518522a} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12592 | 2025.05.22 21:26:22.455373 [ 261 ] {6bf2175d-749e-4283-968f-6d6f2518522a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001857 sec., 114162.62789445343 rows/sec., 7.26 MiB/sec. | ||
12593 | 2025.05.22 21:26:22.455414 [ 261 ] {6bf2175d-749e-4283-968f-6d6f2518522a} <Debug> TCPHandler: Processed in 0.002180712 sec. | ||
12594 | 2025.05.22 21:26:22.455541 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12595 | 2025.05.22 21:26:22.455637 [ 261 ] {3714b805-ecee-461d-8d2f-38955476d8dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
12596 | 2025.05.22 21:26:22.455677 [ 261 ] {3714b805-ecee-461d-8d2f-38955476d8dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12597 | 2025.05.22 21:26:22.456112 [ 261 ] {3714b805-ecee-461d-8d2f-38955476d8dc} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12598 | 2025.05.22 21:26:22.456148 [ 261 ] {3714b805-ecee-461d-8d2f-38955476d8dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12599 | 2025.05.22 21:26:22.456428 [ 261 ] {3714b805-ecee-461d-8d2f-38955476d8dc} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
12600 | 2025.05.22 21:26:22.456636 [ 261 ] {3714b805-ecee-461d-8d2f-38955476d8dc} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12601 | 2025.05.22 21:26:22.456772 [ 261 ] {3714b805-ecee-461d-8d2f-38955476d8dc} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001154 sec., 1733.1022530329287 rows/sec., 141.32 KiB/sec. | ||
12602 | 2025.05.22 21:26:22.456808 [ 261 ] {3714b805-ecee-461d-8d2f-38955476d8dc} <Debug> TCPHandler: Processed in 0.001315649 sec. | ||
12603 | 2025.05.22 21:26:22.456937 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12604 | 2025.05.22 21:26:22.457029 [ 261 ] {1ae6e932-eeb6-462a-ab2b-cb2502b7cb26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
12605 | 2025.05.22 21:26:22.457068 [ 261 ] {1ae6e932-eeb6-462a-ab2b-cb2502b7cb26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12606 | 2025.05.22 21:26:22.457829 [ 261 ] {1ae6e932-eeb6-462a-ab2b-cb2502b7cb26} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12607 | 2025.05.22 21:26:22.457865 [ 261 ] {1ae6e932-eeb6-462a-ab2b-cb2502b7cb26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12608 | 2025.05.22 21:26:22.458207 [ 261 ] {1ae6e932-eeb6-462a-ab2b-cb2502b7cb26} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
12609 | 2025.05.22 21:26:22.458414 [ 261 ] {1ae6e932-eeb6-462a-ab2b-cb2502b7cb26} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12610 | 2025.05.22 21:26:22.458543 [ 261 ] {1ae6e932-eeb6-462a-ab2b-cb2502b7cb26} <Debug> executeQuery: Read 634 rows, 50.95 KiB in 0.001531 sec., 414108.42586544744 rows/sec., 32.50 MiB/sec. | ||
12611 | 2025.05.22 21:26:22.458579 [ 261 ] {1ae6e932-eeb6-462a-ab2b-cb2502b7cb26} <Debug> TCPHandler: Processed in 0.001695506 sec. | ||
12612 | 2025.05.22 21:26:22.458691 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12613 | 2025.05.22 21:26:22.458796 [ 261 ] {21aaec84-d490-4b75-9f9e-af158456bb63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
12614 | 2025.05.22 21:26:22.458836 [ 261 ] {21aaec84-d490-4b75-9f9e-af158456bb63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12615 | 2025.05.22 21:26:22.459269 [ 261 ] {21aaec84-d490-4b75-9f9e-af158456bb63} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12616 | 2025.05.22 21:26:22.459305 [ 261 ] {21aaec84-d490-4b75-9f9e-af158456bb63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12617 | 2025.05.22 21:26:22.459609 [ 261 ] {21aaec84-d490-4b75-9f9e-af158456bb63} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
12618 | 2025.05.22 21:26:22.459829 [ 261 ] {21aaec84-d490-4b75-9f9e-af158456bb63} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12619 | 2025.05.22 21:26:22.459956 [ 261 ] {21aaec84-d490-4b75-9f9e-af158456bb63} <Debug> executeQuery: Read 116 rows, 7.13 KiB in 0.001178 sec., 98471.98641765704 rows/sec., 5.91 MiB/sec. | ||
12620 | 2025.05.22 21:26:22.459993 [ 261 ] {21aaec84-d490-4b75-9f9e-af158456bb63} <Debug> TCPHandler: Processed in 0.00135135 sec. | ||
12621 | 2025.05.22 21:26:22.460106 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12622 | 2025.05.22 21:26:22.460208 [ 261 ] {90bec372-c45c-4a51-b6be-35f6a850bf75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
12623 | 2025.05.22 21:26:22.460246 [ 261 ] {90bec372-c45c-4a51-b6be-35f6a850bf75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12624 | 2025.05.22 21:26:22.460674 [ 261 ] {90bec372-c45c-4a51-b6be-35f6a850bf75} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12625 | 2025.05.22 21:26:22.460709 [ 261 ] {90bec372-c45c-4a51-b6be-35f6a850bf75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12626 | 2025.05.22 21:26:22.461006 [ 261 ] {90bec372-c45c-4a51-b6be-35f6a850bf75} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
12627 | 2025.05.22 21:26:22.461209 [ 261 ] {90bec372-c45c-4a51-b6be-35f6a850bf75} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12628 | 2025.05.22 21:26:22.461337 [ 261 ] {90bec372-c45c-4a51-b6be-35f6a850bf75} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001147 sec., 98517.87271142109 rows/sec., 6.38 MiB/sec. | ||
12629 | 2025.05.22 21:26:22.461342 [ 117 ] {} <Debug> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
12630 | 2025.05.22 21:26:22.461374 [ 261 ] {90bec372-c45c-4a51-b6be-35f6a850bf75} <Debug> TCPHandler: Processed in 0.001316959 sec. | ||
12631 | 2025.05.22 21:26:22.461410 [ 117 ] {} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12632 | 2025.05.22 21:26:22.461438 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12633 | 2025.05.22 21:26:22.461498 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12634 | 2025.05.22 21:26:22.461528 [ 193 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full | ||
12635 | 2025.05.22 21:26:22.461605 [ 261 ] {57b8d1e2-7395-43c8-9974-bf4f2582c4d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
12636 | 2025.05.22 21:26:22.461649 [ 193 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12637 | 2025.05.22 21:26:22.461651 [ 261 ] {57b8d1e2-7395-43c8-9974-bf4f2582c4d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12638 | 2025.05.22 21:26:22.461690 [ 193 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 365 rows starting from the beginning of the part | ||
12639 | 2025.05.22 21:26:22.461761 [ 193 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 228 rows starting from the beginning of the part | ||
12640 | 2025.05.22 21:26:22.461806 [ 193 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 113 rows starting from the beginning of the part | ||
12641 | 2025.05.22 21:26:22.461853 [ 193 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 228 rows starting from the beginning of the part | ||
12642 | 2025.05.22 21:26:22.461922 [ 193 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 113 rows starting from the beginning of the part | ||
12643 | 2025.05.22 21:26:22.461973 [ 193 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 113 rows starting from the beginning of the part | ||
12644 | 2025.05.22 21:26:22.462105 [ 261 ] {57b8d1e2-7395-43c8-9974-bf4f2582c4d7} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12645 | 2025.05.22 21:26:22.462147 [ 261 ] {57b8d1e2-7395-43c8-9974-bf4f2582c4d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12646 | 2025.05.22 21:26:22.462481 [ 261 ] {57b8d1e2-7395-43c8-9974-bf4f2582c4d7} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
12647 | 2025.05.22 21:26:22.462701 [ 261 ] {57b8d1e2-7395-43c8-9974-bf4f2582c4d7} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12648 | 2025.05.22 21:26:22.462827 [ 261 ] {57b8d1e2-7395-43c8-9974-bf4f2582c4d7} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001245 sec., 89959.83935742972 rows/sec., 5.12 MiB/sec. | ||
12649 | 2025.05.22 21:26:22.462864 [ 261 ] {57b8d1e2-7395-43c8-9974-bf4f2582c4d7} <Debug> TCPHandler: Processed in 0.001413941 sec. | ||
12650 | 2025.05.22 21:26:22.462976 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12651 | 2025.05.22 21:26:22.462996 [ 190 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1160 rows, containing 5 columns (5 merged, 0 gathered) in 0.001510362 sec., 768027.7973095193 rows/sec., 54.28 MiB/sec. | ||
12652 | 2025.05.22 21:26:22.463076 [ 261 ] {e644f0b9-2523-4744-af46-b712d515642f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
12653 | 2025.05.22 21:26:22.463125 [ 261 ] {e644f0b9-2523-4744-af46-b712d515642f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12654 | 2025.05.22 21:26:22.463144 [ 193 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
12655 | 2025.05.22 21:26:22.463387 [ 193 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_45_9} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12656 | 2025.05.22 21:26:22.463451 [ 193 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_45_9} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
12657 | 2025.05.22 21:26:22.463514 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
12658 | 2025.05.22 21:26:22.463657 [ 261 ] {e644f0b9-2523-4744-af46-b712d515642f} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12659 | 2025.05.22 21:26:22.463697 [ 261 ] {e644f0b9-2523-4744-af46-b712d515642f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12660 | 2025.05.22 21:26:22.464015 [ 261 ] {e644f0b9-2523-4744-af46-b712d515642f} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
12661 | 2025.05.22 21:26:22.464232 [ 261 ] {e644f0b9-2523-4744-af46-b712d515642f} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12662 | 2025.05.22 21:26:22.464358 [ 261 ] {e644f0b9-2523-4744-af46-b712d515642f} <Debug> executeQuery: Read 392 rows, 28.39 KiB in 0.001299 sec., 301770.5927636644 rows/sec., 21.34 MiB/sec. | ||
12663 | 2025.05.22 21:26:22.464394 [ 261 ] {e644f0b9-2523-4744-af46-b712d515642f} <Debug> TCPHandler: Processed in 0.001466532 sec. | ||
12664 | 2025.05.22 21:26:22.464691 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12665 | 2025.05.22 21:26:22.464793 [ 261 ] {4f2f9f05-dd8a-4a51-8354-e74e5c37234d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
12666 | 2025.05.22 21:26:22.464839 [ 261 ] {4f2f9f05-dd8a-4a51-8354-e74e5c37234d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12667 | 2025.05.22 21:26:22.465168 [ 261 ] {4f2f9f05-dd8a-4a51-8354-e74e5c37234d} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12668 | 2025.05.22 21:26:22.465203 [ 261 ] {4f2f9f05-dd8a-4a51-8354-e74e5c37234d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12669 | 2025.05.22 21:26:22.465497 [ 261 ] {4f2f9f05-dd8a-4a51-8354-e74e5c37234d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
12670 | 2025.05.22 21:26:22.465700 [ 261 ] {4f2f9f05-dd8a-4a51-8354-e74e5c37234d} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12671 | 2025.05.22 21:26:22.465823 [ 261 ] {4f2f9f05-dd8a-4a51-8354-e74e5c37234d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001048 sec., 5725.190839694656 rows/sec., 299.12 KiB/sec. | ||
12672 | 2025.05.22 21:26:22.465858 [ 261 ] {4f2f9f05-dd8a-4a51-8354-e74e5c37234d} <Debug> TCPHandler: Processed in 0.001215298 sec. | ||
12673 | 2025.05.22 21:26:22.465964 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12674 | 2025.05.22 21:26:22.466067 [ 261 ] {4a0a428b-3032-47d5-8815-ada0d0cc30f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
12675 | 2025.05.22 21:26:22.466108 [ 261 ] {4a0a428b-3032-47d5-8815-ada0d0cc30f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12676 | 2025.05.22 21:26:22.466504 [ 261 ] {4a0a428b-3032-47d5-8815-ada0d0cc30f1} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12677 | 2025.05.22 21:26:22.466539 [ 261 ] {4a0a428b-3032-47d5-8815-ada0d0cc30f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12678 | 2025.05.22 21:26:22.466861 [ 261 ] {4a0a428b-3032-47d5-8815-ada0d0cc30f1} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
12679 | 2025.05.22 21:26:22.467065 [ 261 ] {4a0a428b-3032-47d5-8815-ada0d0cc30f1} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12680 | 2025.05.22 21:26:22.467193 [ 261 ] {4a0a428b-3032-47d5-8815-ada0d0cc30f1} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001151 sec., 206776.71589921808 rows/sec., 13.86 MiB/sec. | ||
12681 | 2025.05.22 21:26:22.467229 [ 261 ] {4a0a428b-3032-47d5-8815-ada0d0cc30f1} <Debug> TCPHandler: Processed in 0.001312879 sec. | ||
12682 | 2025.05.22 21:26:22.467338 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12683 | 2025.05.22 21:26:22.467438 [ 261 ] {be40f963-29d9-4076-93fd-e1dba00016b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
12684 | 2025.05.22 21:26:22.467477 [ 261 ] {be40f963-29d9-4076-93fd-e1dba00016b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12685 | 2025.05.22 21:26:22.467782 [ 261 ] {be40f963-29d9-4076-93fd-e1dba00016b1} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12686 | 2025.05.22 21:26:22.467817 [ 261 ] {be40f963-29d9-4076-93fd-e1dba00016b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12687 | 2025.05.22 21:26:22.468102 [ 261 ] {be40f963-29d9-4076-93fd-e1dba00016b1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
12688 | 2025.05.22 21:26:22.468307 [ 261 ] {be40f963-29d9-4076-93fd-e1dba00016b1} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12689 | 2025.05.22 21:26:22.468432 [ 261 ] {be40f963-29d9-4076-93fd-e1dba00016b1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001012 sec., 988.1422924901185 rows/sec., 66.58 KiB/sec. | ||
12690 | 2025.05.22 21:26:22.468467 [ 261 ] {be40f963-29d9-4076-93fd-e1dba00016b1} <Debug> TCPHandler: Processed in 0.001176478 sec. | ||
12691 | 2025.05.22 21:26:22.468572 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12692 | 2025.05.22 21:26:22.468673 [ 261 ] {764053d9-724f-4ce8-8bb2-bff69bf033ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
12693 | 2025.05.22 21:26:22.468727 [ 261 ] {764053d9-724f-4ce8-8bb2-bff69bf033ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
12694 | 2025.05.22 21:26:22.469478 [ 261 ] {764053d9-724f-4ce8-8bb2-bff69bf033ad} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12695 | 2025.05.22 21:26:22.469515 [ 261 ] {764053d9-724f-4ce8-8bb2-bff69bf033ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12696 | 2025.05.22 21:26:22.470019 [ 261 ] {764053d9-724f-4ce8-8bb2-bff69bf033ad} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
12697 | 2025.05.22 21:26:22.470247 [ 261 ] {764053d9-724f-4ce8-8bb2-bff69bf033ad} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12698 | 2025.05.22 21:26:22.470383 [ 261 ] {764053d9-724f-4ce8-8bb2-bff69bf033ad} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001728 sec., 4629.62962962963 rows/sec., 8.30 MiB/sec. | ||
12699 | 2025.05.22 21:26:22.470437 [ 261 ] {764053d9-724f-4ce8-8bb2-bff69bf033ad} <Debug> TCPHandler: Processed in 0.001912158 sec. | ||
12700 | 2025.05.22 21:26:22.470547 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12701 | 2025.05.22 21:26:22.470652 [ 261 ] {57a175f8-6d09-40a3-a369-f42e2d7651f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
12702 | 2025.05.22 21:26:22.470692 [ 261 ] {57a175f8-6d09-40a3-a369-f42e2d7651f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12703 | 2025.05.22 21:26:22.471011 [ 261 ] {57a175f8-6d09-40a3-a369-f42e2d7651f7} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12704 | 2025.05.22 21:26:22.471048 [ 261 ] {57a175f8-6d09-40a3-a369-f42e2d7651f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12705 | 2025.05.22 21:26:22.471338 [ 261 ] {57a175f8-6d09-40a3-a369-f42e2d7651f7} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
12706 | 2025.05.22 21:26:22.471540 [ 261 ] {57a175f8-6d09-40a3-a369-f42e2d7651f7} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12707 | 2025.05.22 21:26:22.471667 [ 261 ] {57a175f8-6d09-40a3-a369-f42e2d7651f7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001033 sec., 79380.44530493708 rows/sec., 5.04 MiB/sec. | ||
12708 | 2025.05.22 21:26:22.471702 [ 261 ] {57a175f8-6d09-40a3-a369-f42e2d7651f7} <Debug> TCPHandler: Processed in 0.001202828 sec. | ||
12709 | 2025.05.22 21:26:23.858650 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32513 | ||
12710 | 2025.05.22 21:26:23.859394 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12711 | 2025.05.22 21:26:23.859462 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12712 | 2025.05.22 21:26:23.859977 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12713 | 2025.05.22 21:26:23.860219 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12714 | 2025.05.22 21:26:23.860359 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32513 | ||
12715 | 2025.05.22 21:26:23.860424 [ 114 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
12716 | 2025.05.22 21:26:23.860528 [ 114 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12717 | 2025.05.22 21:26:23.860566 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12718 | 2025.05.22 21:26:23.860684 [ 187 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
12719 | 2025.05.22 21:26:23.860797 [ 187 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12720 | 2025.05.22 21:26:23.860833 [ 187 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
12721 | 2025.05.22 21:26:23.860899 [ 187 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
12722 | 2025.05.22 21:26:23.860952 [ 187 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
12723 | 2025.05.22 21:26:23.861000 [ 187 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
12724 | 2025.05.22 21:26:23.861047 [ 187 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
12725 | 2025.05.22 21:26:23.861092 [ 187 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
12726 | 2025.05.22 21:26:23.863344 [ 201 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32513 rows, containing 4 columns (4 merged, 0 gathered) in 0.00270165 sec., 12034497.436751615 rows/sec., 172.15 MiB/sec. | ||
12727 | 2025.05.22 21:26:23.864016 [ 201 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
12728 | 2025.05.22 21:26:23.864499 [ 201 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_71_14} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12729 | 2025.05.22 21:26:23.864582 [ 201 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_71_14} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
12730 | 2025.05.22 21:26:23.864704 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB. | ||
12731 | 2025.05.22 21:26:25.593707 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 535 | ||
12732 | 2025.05.22 21:26:25.611088 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12733 | 2025.05.22 21:26:25.611143 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12734 | 2025.05.22 21:26:25.617229 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12735 | 2025.05.22 21:26:25.617918 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12736 | 2025.05.22 21:26:25.618175 [ 112 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
12737 | 2025.05.22 21:26:25.618214 [ 112 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12738 | 2025.05.22 21:26:25.618235 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12739 | 2025.05.22 21:26:25.618393 [ 190 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
12740 | 2025.05.22 21:26:25.621058 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 535 | ||
12741 | 2025.05.22 21:26:25.622313 [ 190 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12742 | 2025.05.22 21:26:25.623753 [ 190 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
12743 | 2025.05.22 21:26:25.628283 [ 190 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
12744 | 2025.05.22 21:26:25.632812 [ 190 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
12745 | 2025.05.22 21:26:25.637401 [ 190 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
12746 | 2025.05.22 21:26:25.642167 [ 190 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
12747 | 2025.05.22 21:26:25.646821 [ 190 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
12748 | 2025.05.22 21:26:25.701541 [ 201 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.083221038 sec., 6428.662906127174 rows/sec., 33.24 MiB/sec. | ||
12749 | 2025.05.22 21:26:25.704739 [ 195 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
12750 | 2025.05.22 21:26:25.706756 [ 195 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_71_14} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12751 | 2025.05.22 21:26:25.706860 [ 195 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_71_14} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
12752 | 2025.05.22 21:26:25.709703 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
12753 | 2025.05.22 21:26:26.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 344.94 MiB, peak 362.36 MiB, free memory in arenas 0.00 B, will set to 343.93 MiB (RSS), difference: -1.01 MiB | ||
12754 | 2025.05.22 21:26:27.448865 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12755 | 2025.05.22 21:26:27.449161 [ 261 ] {47868a7a-621f-4fa8-b044-8ccf7cfa3972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
12756 | 2025.05.22 21:26:27.449268 [ 261 ] {47868a7a-621f-4fa8-b044-8ccf7cfa3972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12757 | 2025.05.22 21:26:27.450111 [ 261 ] {47868a7a-621f-4fa8-b044-8ccf7cfa3972} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12758 | 2025.05.22 21:26:27.450157 [ 261 ] {47868a7a-621f-4fa8-b044-8ccf7cfa3972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12759 | 2025.05.22 21:26:27.450551 [ 261 ] {47868a7a-621f-4fa8-b044-8ccf7cfa3972} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
12760 | 2025.05.22 21:26:27.450772 [ 261 ] {47868a7a-621f-4fa8-b044-8ccf7cfa3972} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12761 | 2025.05.22 21:26:27.450925 [ 261 ] {47868a7a-621f-4fa8-b044-8ccf7cfa3972} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.001844 sec., 66160.52060737528 rows/sec., 5.65 MiB/sec. | ||
12762 | 2025.05.22 21:26:27.450976 [ 261 ] {47868a7a-621f-4fa8-b044-8ccf7cfa3972} <Debug> TCPHandler: Processed in 0.002297534 sec. | ||
12763 | 2025.05.22 21:26:27.451130 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12764 | 2025.05.22 21:26:27.451225 [ 261 ] {abaeec67-9674-4adf-9499-28f02c6d7c87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
12765 | 2025.05.22 21:26:27.451266 [ 261 ] {abaeec67-9674-4adf-9499-28f02c6d7c87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12766 | 2025.05.22 21:26:27.451696 [ 261 ] {abaeec67-9674-4adf-9499-28f02c6d7c87} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12767 | 2025.05.22 21:26:27.451757 [ 261 ] {abaeec67-9674-4adf-9499-28f02c6d7c87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12768 | 2025.05.22 21:26:27.452065 [ 261 ] {abaeec67-9674-4adf-9499-28f02c6d7c87} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
12769 | 2025.05.22 21:26:27.452265 [ 261 ] {abaeec67-9674-4adf-9499-28f02c6d7c87} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12770 | 2025.05.22 21:26:27.452392 [ 261 ] {abaeec67-9674-4adf-9499-28f02c6d7c87} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001186 sec., 27824.62057335582 rows/sec., 2.04 MiB/sec. | ||
12771 | 2025.05.22 21:26:27.452429 [ 261 ] {abaeec67-9674-4adf-9499-28f02c6d7c87} <Debug> TCPHandler: Processed in 0.00134861 sec. | ||
12772 | 2025.05.22 21:26:27.452539 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12773 | 2025.05.22 21:26:27.452632 [ 261 ] {2adf8ec7-ad05-40c9-86dc-a093c9e14b3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
12774 | 2025.05.22 21:26:27.452670 [ 261 ] {2adf8ec7-ad05-40c9-86dc-a093c9e14b3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12775 | 2025.05.22 21:26:27.453141 [ 261 ] {2adf8ec7-ad05-40c9-86dc-a093c9e14b3c} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12776 | 2025.05.22 21:26:27.453177 [ 261 ] {2adf8ec7-ad05-40c9-86dc-a093c9e14b3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12777 | 2025.05.22 21:26:27.453465 [ 261 ] {2adf8ec7-ad05-40c9-86dc-a093c9e14b3c} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
12778 | 2025.05.22 21:26:27.453666 [ 261 ] {2adf8ec7-ad05-40c9-86dc-a093c9e14b3c} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12779 | 2025.05.22 21:26:27.453790 [ 261 ] {2adf8ec7-ad05-40c9-86dc-a093c9e14b3c} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001176 sec., 82482.99319727892 rows/sec., 6.44 MiB/sec. | ||
12780 | 2025.05.22 21:26:27.453826 [ 261 ] {2adf8ec7-ad05-40c9-86dc-a093c9e14b3c} <Debug> TCPHandler: Processed in 0.00133481 sec. | ||
12781 | 2025.05.22 21:26:27.453942 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12782 | 2025.05.22 21:26:27.454035 [ 261 ] {bfbbc433-9ac6-496e-813c-e356605ba7e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
12783 | 2025.05.22 21:26:27.454077 [ 261 ] {bfbbc433-9ac6-496e-813c-e356605ba7e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12784 | 2025.05.22 21:26:27.454491 [ 261 ] {bfbbc433-9ac6-496e-813c-e356605ba7e1} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12785 | 2025.05.22 21:26:27.454528 [ 261 ] {bfbbc433-9ac6-496e-813c-e356605ba7e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12786 | 2025.05.22 21:26:27.454840 [ 261 ] {bfbbc433-9ac6-496e-813c-e356605ba7e1} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
12787 | 2025.05.22 21:26:27.455046 [ 261 ] {bfbbc433-9ac6-496e-813c-e356605ba7e1} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12788 | 2025.05.22 21:26:27.455172 [ 261 ] {bfbbc433-9ac6-496e-813c-e356605ba7e1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001156 sec., 138408.30449826992 rows/sec., 9.64 MiB/sec. | ||
12789 | 2025.05.22 21:26:27.455208 [ 261 ] {bfbbc433-9ac6-496e-813c-e356605ba7e1} <Debug> TCPHandler: Processed in 0.00131381 sec. | ||
12790 | 2025.05.22 21:26:27.455314 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12791 | 2025.05.22 21:26:27.455405 [ 261 ] {4017035f-99b0-4d88-ad22-49179a3eb54f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
12792 | 2025.05.22 21:26:27.455459 [ 261 ] {4017035f-99b0-4d88-ad22-49179a3eb54f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
12793 | 2025.05.22 21:26:27.456295 [ 261 ] {4017035f-99b0-4d88-ad22-49179a3eb54f} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12794 | 2025.05.22 21:26:27.456331 [ 261 ] {4017035f-99b0-4d88-ad22-49179a3eb54f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12795 | 2025.05.22 21:26:27.456856 [ 261 ] {4017035f-99b0-4d88-ad22-49179a3eb54f} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
12796 | 2025.05.22 21:26:27.457075 [ 261 ] {4017035f-99b0-4d88-ad22-49179a3eb54f} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12797 | 2025.05.22 21:26:27.457212 [ 261 ] {4017035f-99b0-4d88-ad22-49179a3eb54f} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001824 sec., 18092.105263157893 rows/sec., 32.42 MiB/sec. | ||
12798 | 2025.05.22 21:26:27.457265 [ 261 ] {4017035f-99b0-4d88-ad22-49179a3eb54f} <Debug> TCPHandler: Processed in 0.00199806 sec. | ||
12799 | 2025.05.22 21:26:27.457378 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12800 | 2025.05.22 21:26:27.457471 [ 261 ] {c8f07b34-e350-40b6-b307-e0a7b4796764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
12801 | 2025.05.22 21:26:27.457511 [ 261 ] {c8f07b34-e350-40b6-b307-e0a7b4796764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12802 | 2025.05.22 21:26:27.457859 [ 261 ] {c8f07b34-e350-40b6-b307-e0a7b4796764} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12803 | 2025.05.22 21:26:27.457893 [ 261 ] {c8f07b34-e350-40b6-b307-e0a7b4796764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12804 | 2025.05.22 21:26:27.458184 [ 261 ] {c8f07b34-e350-40b6-b307-e0a7b4796764} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
12805 | 2025.05.22 21:26:27.458379 [ 261 ] {c8f07b34-e350-40b6-b307-e0a7b4796764} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12806 | 2025.05.22 21:26:27.458503 [ 261 ] {c8f07b34-e350-40b6-b307-e0a7b4796764} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00105 sec., 57142.857142857145 rows/sec., 3.85 MiB/sec. | ||
12807 | 2025.05.22 21:26:27.458537 [ 261 ] {c8f07b34-e350-40b6-b307-e0a7b4796764} <Debug> TCPHandler: Processed in 0.001207098 sec. | ||
12808 | 2025.05.22 21:26:31.190163 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12809 | 2025.05.22 21:26:31.190241 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12810 | 2025.05.22 21:26:31.360522 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33001 | ||
12811 | 2025.05.22 21:26:31.361380 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12812 | 2025.05.22 21:26:31.361453 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12813 | 2025.05.22 21:26:31.362191 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
12814 | 2025.05.22 21:26:31.362416 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12815 | 2025.05.22 21:26:31.362547 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001 | ||
12816 | 2025.05.22 21:26:31.449776 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1764 | ||
12817 | 2025.05.22 21:26:31.452229 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12818 | 2025.05.22 21:26:31.452269 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12819 | 2025.05.22 21:26:31.453448 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
12820 | 2025.05.22 21:26:31.453722 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12821 | 2025.05.22 21:26:31.453861 [ 62 ] {} <Debug> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
12822 | 2025.05.22 21:26:31.453897 [ 62 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12823 | 2025.05.22 21:26:31.453916 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12824 | 2025.05.22 21:26:31.453983 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1764 | ||
12825 | 2025.05.22 21:26:31.454000 [ 198 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::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 | ||
12826 | 2025.05.22 21:26:31.454446 [ 198 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12827 | 2025.05.22 21:26:31.454575 [ 198 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1606 rows starting from the beginning of the part | ||
12828 | 2025.05.22 21:26:31.454894 [ 198 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 24 rows starting from the beginning of the part | ||
12829 | 2025.05.22 21:26:31.455191 [ 198 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 26 rows starting from the beginning of the part | ||
12830 | 2025.05.22 21:26:31.455489 [ 198 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 38 rows starting from the beginning of the part | ||
12831 | 2025.05.22 21:26:31.455806 [ 198 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 34 rows starting from the beginning of the part | ||
12832 | 2025.05.22 21:26:31.456113 [ 198 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 36 rows starting from the beginning of the part | ||
12833 | 2025.05.22 21:26:31.463476 [ 201 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1764 rows, containing 72 columns (72 merged, 0 gathered) in 0.009507282 sec., 185541.98771005214 rows/sec., 145.13 MiB/sec. | ||
12834 | 2025.05.22 21:26:31.464983 [ 186 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
12835 | 2025.05.22 21:26:31.465508 [ 186 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_51_10} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12836 | 2025.05.22 21:26:31.465583 [ 186 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_51_10} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
12837 | 2025.05.22 21:26:31.465767 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. | ||
12838 | 2025.05.22 21:26:32.454269 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12839 | 2025.05.22 21:26:32.454458 [ 261 ] {356eff8b-cb6b-4597-83c5-4204ed93797c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
12840 | 2025.05.22 21:26:32.454536 [ 261 ] {356eff8b-cb6b-4597-83c5-4204ed93797c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
12841 | 2025.05.22 21:26:32.455292 [ 261 ] {356eff8b-cb6b-4597-83c5-4204ed93797c} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12842 | 2025.05.22 21:26:32.455342 [ 261 ] {356eff8b-cb6b-4597-83c5-4204ed93797c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12843 | 2025.05.22 21:26:32.455750 [ 261 ] {356eff8b-cb6b-4597-83c5-4204ed93797c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
12844 | 2025.05.22 21:26:32.455977 [ 261 ] {356eff8b-cb6b-4597-83c5-4204ed93797c} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12845 | 2025.05.22 21:26:32.456130 [ 261 ] {356eff8b-cb6b-4597-83c5-4204ed93797c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001724 sec., 122969.83758700696 rows/sec., 7.82 MiB/sec. | ||
12846 | 2025.05.22 21:26:32.456133 [ 61 ] {} <Debug> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
12847 | 2025.05.22 21:26:32.456173 [ 261 ] {356eff8b-cb6b-4597-83c5-4204ed93797c} <Debug> TCPHandler: Processed in 0.00204269 sec. | ||
12848 | 2025.05.22 21:26:32.456208 [ 61 ] {} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12849 | 2025.05.22 21:26:32.456235 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12850 | 2025.05.22 21:26:32.456315 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12851 | 2025.05.22 21:26:32.456372 [ 191 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
12852 | 2025.05.22 21:26:32.456416 [ 261 ] {d4b63173-8f8f-42fd-942b-bee45c92e351} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
12853 | 2025.05.22 21:26:32.456463 [ 261 ] {d4b63173-8f8f-42fd-942b-bee45c92e351} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12854 | 2025.05.22 21:26:32.456528 [ 191 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12855 | 2025.05.22 21:26:32.456568 [ 191 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 236 rows starting from the beginning of the part | ||
12856 | 2025.05.22 21:26:32.456638 [ 191 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 212 rows starting from the beginning of the part | ||
12857 | 2025.05.22 21:26:32.456686 [ 191 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 212 rows starting from the beginning of the part | ||
12858 | 2025.05.22 21:26:32.456735 [ 191 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 212 rows starting from the beginning of the part | ||
12859 | 2025.05.22 21:26:32.456773 [ 191 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 212 rows starting from the beginning of the part | ||
12860 | 2025.05.22 21:26:32.456820 [ 191 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 212 rows starting from the beginning of the part | ||
12861 | 2025.05.22 21:26:32.457224 [ 261 ] {d4b63173-8f8f-42fd-942b-bee45c92e351} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12862 | 2025.05.22 21:26:32.457266 [ 261 ] {d4b63173-8f8f-42fd-942b-bee45c92e351} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12863 | 2025.05.22 21:26:32.457633 [ 261 ] {d4b63173-8f8f-42fd-942b-bee45c92e351} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
12864 | 2025.05.22 21:26:32.457844 [ 186 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1296 rows, containing 5 columns (5 merged, 0 gathered) in 0.001536093 sec., 843698.9166671549 rows/sec., 57.18 MiB/sec. | ||
12865 | 2025.05.22 21:26:32.457851 [ 261 ] {d4b63173-8f8f-42fd-942b-bee45c92e351} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12866 | 2025.05.22 21:26:32.457997 [ 261 ] {d4b63173-8f8f-42fd-942b-bee45c92e351} <Debug> executeQuery: Read 633 rows, 50.88 KiB in 0.001599 sec., 395872.4202626642 rows/sec., 31.07 MiB/sec. | ||
12867 | 2025.05.22 21:26:32.458011 [ 61 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
12868 | 2025.05.22 21:26:32.458036 [ 261 ] {d4b63173-8f8f-42fd-942b-bee45c92e351} <Debug> TCPHandler: Processed in 0.001775996 sec. | ||
12869 | 2025.05.22 21:26:32.458044 [ 201 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
12870 | 2025.05.22 21:26:32.458062 [ 61 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12871 | 2025.05.22 21:26:32.458092 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12872 | 2025.05.22 21:26:32.458170 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12873 | 2025.05.22 21:26:32.458174 [ 186 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::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 | ||
12874 | 2025.05.22 21:26:32.458274 [ 261 ] {dfd532ba-84e9-4654-8e34-e1e257027fcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
12875 | 2025.05.22 21:26:32.458283 [ 186 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12876 | 2025.05.22 21:26:32.458318 [ 261 ] {dfd532ba-84e9-4654-8e34-e1e257027fcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12877 | 2025.05.22 21:26:32.458321 [ 186 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1970 rows starting from the beginning of the part | ||
12878 | 2025.05.22 21:26:32.458389 [ 186 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 633 rows starting from the beginning of the part | ||
12879 | 2025.05.22 21:26:32.458391 [ 201 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_35_7} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12880 | 2025.05.22 21:26:32.458443 [ 186 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 122 rows starting from the beginning of the part | ||
12881 | 2025.05.22 21:26:32.458490 [ 186 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 634 rows starting from the beginning of the part | ||
12882 | 2025.05.22 21:26:32.458495 [ 201 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_35_7} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
12883 | 2025.05.22 21:26:32.458536 [ 186 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 122 rows starting from the beginning of the part | ||
12884 | 2025.05.22 21:26:32.458584 [ 186 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 633 rows starting from the beginning of the part | ||
12885 | 2025.05.22 21:26:32.458621 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
12886 | 2025.05.22 21:26:32.458772 [ 261 ] {dfd532ba-84e9-4654-8e34-e1e257027fcd} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12887 | 2025.05.22 21:26:32.458812 [ 261 ] {dfd532ba-84e9-4654-8e34-e1e257027fcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12888 | 2025.05.22 21:26:32.459132 [ 261 ] {dfd532ba-84e9-4654-8e34-e1e257027fcd} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
12889 | 2025.05.22 21:26:32.459356 [ 261 ] {dfd532ba-84e9-4654-8e34-e1e257027fcd} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12890 | 2025.05.22 21:26:32.459486 [ 261 ] {dfd532ba-84e9-4654-8e34-e1e257027fcd} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.00123 sec., 92682.9268292683 rows/sec., 5.55 MiB/sec. | ||
12891 | 2025.05.22 21:26:32.459487 [ 61 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
12892 | 2025.05.22 21:26:32.459527 [ 261 ] {dfd532ba-84e9-4654-8e34-e1e257027fcd} <Debug> TCPHandler: Processed in 0.001410341 sec. | ||
12893 | 2025.05.22 21:26:32.459535 [ 61 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12894 | 2025.05.22 21:26:32.459576 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12895 | 2025.05.22 21:26:32.459669 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::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 | ||
12896 | 2025.05.22 21:26:32.459747 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12897 | 2025.05.22 21:26:32.459771 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12898 | 2025.05.22 21:26:32.459799 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 179 rows starting from the beginning of the part | ||
12899 | 2025.05.22 21:26:32.459850 [ 261 ] {3a92e75b-0bd6-4bd8-acc5-b310829202be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
12900 | 2025.05.22 21:26:32.459852 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 114 rows starting from the beginning of the part | ||
12901 | 2025.05.22 21:26:32.459895 [ 261 ] {3a92e75b-0bd6-4bd8-acc5-b310829202be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12902 | 2025.05.22 21:26:32.459911 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::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 | ||
12903 | 2025.05.22 21:26:32.459957 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 116 rows starting from the beginning of the part | ||
12904 | 2025.05.22 21:26:32.459996 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 33 rows starting from the beginning of the part | ||
12905 | 2025.05.22 21:26:32.460046 [ 194 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 114 rows starting from the beginning of the part | ||
12906 | 2025.05.22 21:26:32.460104 [ 200 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4114 rows, containing 5 columns (5 merged, 0 gathered) in 0.001952779 sec., 2106741.2134194397 rows/sec., 177.84 MiB/sec. | ||
12907 | 2025.05.22 21:26:32.460341 [ 186 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
12908 | 2025.05.22 21:26:32.460479 [ 261 ] {3a92e75b-0bd6-4bd8-acc5-b310829202be} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12909 | 2025.05.22 21:26:32.460519 [ 261 ] {3a92e75b-0bd6-4bd8-acc5-b310829202be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12910 | 2025.05.22 21:26:32.460631 [ 186 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_101_20} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12911 | 2025.05.22 21:26:32.460717 [ 186 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_101_20} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
12912 | 2025.05.22 21:26:32.460791 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB. | ||
12913 | 2025.05.22 21:26:32.460887 [ 261 ] {3a92e75b-0bd6-4bd8-acc5-b310829202be} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
12914 | 2025.05.22 21:26:32.460967 [ 201 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 589 rows, containing 5 columns (5 merged, 0 gathered) in 0.00133238 sec., 442066.0772452303 rows/sec., 29.46 MiB/sec. | ||
12915 | 2025.05.22 21:26:32.461118 [ 261 ] {3a92e75b-0bd6-4bd8-acc5-b310829202be} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12916 | 2025.05.22 21:26:32.461169 [ 200 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
12917 | 2025.05.22 21:26:32.461258 [ 261 ] {3a92e75b-0bd6-4bd8-acc5-b310829202be} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001428 sec., 79131.65266106442 rows/sec., 5.12 MiB/sec. | ||
12918 | 2025.05.22 21:26:32.461302 [ 261 ] {3a92e75b-0bd6-4bd8-acc5-b310829202be} <Debug> TCPHandler: Processed in 0.001619914 sec. | ||
12919 | 2025.05.22 21:26:32.461431 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12920 | 2025.05.22 21:26:32.461509 [ 200 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_96_19} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12921 | 2025.05.22 21:26:32.461537 [ 261 ] {c6fcbe0b-0fbe-462e-b02d-20f62678decc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
12922 | 2025.05.22 21:26:32.461582 [ 261 ] {c6fcbe0b-0fbe-462e-b02d-20f62678decc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12923 | 2025.05.22 21:26:32.461611 [ 200 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_96_19} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
12924 | 2025.05.22 21:26:32.461761 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
12925 | 2025.05.22 21:26:32.462022 [ 261 ] {c6fcbe0b-0fbe-462e-b02d-20f62678decc} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12926 | 2025.05.22 21:26:32.462065 [ 261 ] {c6fcbe0b-0fbe-462e-b02d-20f62678decc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12927 | 2025.05.22 21:26:32.462380 [ 261 ] {c6fcbe0b-0fbe-462e-b02d-20f62678decc} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
12928 | 2025.05.22 21:26:32.462595 [ 261 ] {c6fcbe0b-0fbe-462e-b02d-20f62678decc} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12929 | 2025.05.22 21:26:32.462715 [ 61 ] {} <Debug> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
12930 | 2025.05.22 21:26:32.462725 [ 261 ] {c6fcbe0b-0fbe-462e-b02d-20f62678decc} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001206 sec., 92868.98839137645 rows/sec., 5.29 MiB/sec. | ||
12931 | 2025.05.22 21:26:32.462760 [ 61 ] {} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12932 | 2025.05.22 21:26:32.462778 [ 261 ] {c6fcbe0b-0fbe-462e-b02d-20f62678decc} <Debug> TCPHandler: Processed in 0.001397721 sec. | ||
12933 | 2025.05.22 21:26:32.462788 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12934 | 2025.05.22 21:26:32.462888 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
12935 | 2025.05.22 21:26:32.462916 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12936 | 2025.05.22 21:26:32.462989 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12937 | 2025.05.22 21:26:32.463014 [ 261 ] {28c1ab2b-3c7b-4f9f-aa17-da276f2b7099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
12938 | 2025.05.22 21:26:32.463017 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 124 rows starting from the beginning of the part | ||
12939 | 2025.05.22 21:26:32.463060 [ 261 ] {28c1ab2b-3c7b-4f9f-aa17-da276f2b7099} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12940 | 2025.05.22 21:26:32.463082 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 112 rows starting from the beginning of the part | ||
12941 | 2025.05.22 21:26:32.463126 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 112 rows starting from the beginning of the part | ||
12942 | 2025.05.22 21:26:32.463166 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 112 rows starting from the beginning of the part | ||
12943 | 2025.05.22 21:26:32.463207 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 112 rows starting from the beginning of the part | ||
12944 | 2025.05.22 21:26:32.463252 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 112 rows starting from the beginning of the part | ||
12945 | 2025.05.22 21:26:32.463631 [ 261 ] {28c1ab2b-3c7b-4f9f-aa17-da276f2b7099} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12946 | 2025.05.22 21:26:32.463667 [ 261 ] {28c1ab2b-3c7b-4f9f-aa17-da276f2b7099} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12947 | 2025.05.22 21:26:32.463996 [ 261 ] {28c1ab2b-3c7b-4f9f-aa17-da276f2b7099} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
12948 | 2025.05.22 21:26:32.464044 [ 200 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 684 rows, containing 5 columns (5 merged, 0 gathered) in 0.001191647 sec., 573995.4869185253 rows/sec., 35.08 MiB/sec. | ||
12949 | 2025.05.22 21:26:32.464173 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
12950 | 2025.05.22 21:26:32.464224 [ 261 ] {28c1ab2b-3c7b-4f9f-aa17-da276f2b7099} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12951 | 2025.05.22 21:26:32.464351 [ 261 ] {28c1ab2b-3c7b-4f9f-aa17-da276f2b7099} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001356 sec., 287610.61946902657 rows/sec., 20.33 MiB/sec. | ||
12952 | 2025.05.22 21:26:32.464354 [ 61 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
12953 | 2025.05.22 21:26:32.464390 [ 261 ] {28c1ab2b-3c7b-4f9f-aa17-da276f2b7099} <Debug> TCPHandler: Processed in 0.001525883 sec. | ||
12954 | 2025.05.22 21:26:32.464402 [ 61 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12955 | 2025.05.22 21:26:32.464413 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_35_7} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12956 | 2025.05.22 21:26:32.464431 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12957 | 2025.05.22 21:26:32.464484 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_35_7} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
12958 | 2025.05.22 21:26:32.464514 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12959 | 2025.05.22 21:26:32.464524 [ 188 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::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 | ||
12960 | 2025.05.22 21:26:32.464550 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
12961 | 2025.05.22 21:26:32.464612 [ 261 ] {e8dc4916-f1f0-409c-a570-c98a120d3233} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
12962 | 2025.05.22 21:26:32.464642 [ 188 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12963 | 2025.05.22 21:26:32.464655 [ 261 ] {e8dc4916-f1f0-409c-a570-c98a120d3233} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12964 | 2025.05.22 21:26:32.464681 [ 188 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 953 rows starting from the beginning of the part | ||
12965 | 2025.05.22 21:26:32.464762 [ 188 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 390 rows starting from the beginning of the part | ||
12966 | 2025.05.22 21:26:32.464819 [ 188 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 97 rows starting from the beginning of the part | ||
12967 | 2025.05.22 21:26:32.464867 [ 188 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 392 rows starting from the beginning of the part | ||
12968 | 2025.05.22 21:26:32.464907 [ 188 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 97 rows starting from the beginning of the part | ||
12969 | 2025.05.22 21:26:32.464958 [ 188 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 390 rows starting from the beginning of the part | ||
12970 | 2025.05.22 21:26:32.465011 [ 261 ] {e8dc4916-f1f0-409c-a570-c98a120d3233} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12971 | 2025.05.22 21:26:32.465053 [ 261 ] {e8dc4916-f1f0-409c-a570-c98a120d3233} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12972 | 2025.05.22 21:26:32.465400 [ 261 ] {e8dc4916-f1f0-409c-a570-c98a120d3233} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12973 | 2025.05.22 21:26:32.465633 [ 261 ] {e8dc4916-f1f0-409c-a570-c98a120d3233} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12974 | 2025.05.22 21:26:32.465765 [ 261 ] {e8dc4916-f1f0-409c-a570-c98a120d3233} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001171 sec., 5123.825789923143 rows/sec., 267.70 KiB/sec. | ||
12975 | 2025.05.22 21:26:32.465802 [ 261 ] {e8dc4916-f1f0-409c-a570-c98a120d3233} <Debug> TCPHandler: Processed in 0.00133899 sec. | ||
12976 | 2025.05.22 21:26:32.465914 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12977 | 2025.05.22 21:26:32.466009 [ 261 ] {e5e54939-4f94-4908-9e41-b98ae549bc77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
12978 | 2025.05.22 21:26:32.466051 [ 261 ] {e5e54939-4f94-4908-9e41-b98ae549bc77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12979 | 2025.05.22 21:26:32.466276 [ 194 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2319 rows, containing 5 columns (5 merged, 0 gathered) in 0.001792757 sec., 1293538.3880804817 rows/sec., 98.54 MiB/sec. | ||
12980 | 2025.05.22 21:26:32.466434 [ 194 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
12981 | 2025.05.22 21:26:32.466510 [ 261 ] {e5e54939-4f94-4908-9e41-b98ae549bc77} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12982 | 2025.05.22 21:26:32.466546 [ 261 ] {e5e54939-4f94-4908-9e41-b98ae549bc77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12983 | 2025.05.22 21:26:32.466685 [ 194 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_101_20} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12984 | 2025.05.22 21:26:32.466747 [ 194 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_101_20} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
12985 | 2025.05.22 21:26:32.466813 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
12986 | 2025.05.22 21:26:32.466880 [ 261 ] {e5e54939-4f94-4908-9e41-b98ae549bc77} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
12987 | 2025.05.22 21:26:32.467110 [ 261 ] {e5e54939-4f94-4908-9e41-b98ae549bc77} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12988 | 2025.05.22 21:26:32.467257 [ 261 ] {e5e54939-4f94-4908-9e41-b98ae549bc77} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001266 sec., 187203.79146919432 rows/sec., 12.55 MiB/sec. | ||
12989 | 2025.05.22 21:26:32.467312 [ 261 ] {e5e54939-4f94-4908-9e41-b98ae549bc77} <Debug> TCPHandler: Processed in 0.001448482 sec. | ||
12990 | 2025.05.22 21:26:32.467434 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12991 | 2025.05.22 21:26:32.467529 [ 261 ] {9fdd2fc8-c65a-4238-9fe2-06647d985fdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
12992 | 2025.05.22 21:26:32.467572 [ 261 ] {9fdd2fc8-c65a-4238-9fe2-06647d985fdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12993 | 2025.05.22 21:26:32.467888 [ 261 ] {9fdd2fc8-c65a-4238-9fe2-06647d985fdc} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12994 | 2025.05.22 21:26:32.467923 [ 261 ] {9fdd2fc8-c65a-4238-9fe2-06647d985fdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
12995 | 2025.05.22 21:26:32.468221 [ 261 ] {9fdd2fc8-c65a-4238-9fe2-06647d985fdc} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12996 | 2025.05.22 21:26:32.468431 [ 261 ] {9fdd2fc8-c65a-4238-9fe2-06647d985fdc} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12997 | 2025.05.22 21:26:32.468544 [ 61 ] {} <Debug> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
12998 | 2025.05.22 21:26:32.468559 [ 261 ] {9fdd2fc8-c65a-4238-9fe2-06647d985fdc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001048 sec., 954.1984732824427 rows/sec., 64.30 KiB/sec. | ||
12999 | 2025.05.22 21:26:32.468586 [ 61 ] {} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13000 | 2025.05.22 21:26:32.468605 [ 261 ] {9fdd2fc8-c65a-4238-9fe2-06647d985fdc} <Debug> TCPHandler: Processed in 0.001223868 sec. | ||
13001 | 2025.05.22 21:26:32.468610 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13002 | 2025.05.22 21:26:32.468704 [ 197 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
13003 | 2025.05.22 21:26:32.468717 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13004 | 2025.05.22 21:26:32.468824 [ 261 ] {911d9506-eb0e-4ec4-8bdd-354d625a482b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
13005 | 2025.05.22 21:26:32.468847 [ 197 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13006 | 2025.05.22 21:26:32.468881 [ 261 ] {911d9506-eb0e-4ec4-8bdd-354d625a482b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
13007 | 2025.05.22 21:26:32.468906 [ 197 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 25 rows starting from the beginning of the part | ||
13008 | 2025.05.22 21:26:32.468999 [ 197 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
13009 | 2025.05.22 21:26:32.469064 [ 197 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
13010 | 2025.05.22 21:26:32.469125 [ 197 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
13011 | 2025.05.22 21:26:32.469185 [ 197 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
13012 | 2025.05.22 21:26:32.469249 [ 197 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
13013 | 2025.05.22 21:26:32.469659 [ 261 ] {911d9506-eb0e-4ec4-8bdd-354d625a482b} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13014 | 2025.05.22 21:26:32.469700 [ 261 ] {911d9506-eb0e-4ec4-8bdd-354d625a482b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13015 | 2025.05.22 21:26:32.470235 [ 194 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.001568504 sec., 19126.505255963642 rows/sec., 1.26 MiB/sec. | ||
13016 | 2025.05.22 21:26:32.470238 [ 261 ] {911d9506-eb0e-4ec4-8bdd-354d625a482b} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
13017 | 2025.05.22 21:26:32.470398 [ 199 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
13018 | 2025.05.22 21:26:32.470496 [ 261 ] {911d9506-eb0e-4ec4-8bdd-354d625a482b} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13019 | 2025.05.22 21:26:32.470641 [ 61 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
13020 | 2025.05.22 21:26:32.470650 [ 261 ] {911d9506-eb0e-4ec4-8bdd-354d625a482b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001842 sec., 4343.105320304017 rows/sec., 7.78 MiB/sec. | ||
13021 | 2025.05.22 21:26:32.470682 [ 61 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13022 | 2025.05.22 21:26:32.470709 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13023 | 2025.05.22 21:26:32.470723 [ 261 ] {911d9506-eb0e-4ec4-8bdd-354d625a482b} <Debug> TCPHandler: Processed in 0.002055661 sec. | ||
13024 | 2025.05.22 21:26:32.470753 [ 199 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_30_6} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13025 | 2025.05.22 21:26:32.470778 [ 197 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
13026 | 2025.05.22 21:26:32.470851 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13027 | 2025.05.22 21:26:32.470854 [ 199 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_30_6} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
13028 | 2025.05.22 21:26:32.470954 [ 261 ] {477b5d24-26ff-4a35-9d70-372782be0814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
13029 | 2025.05.22 21:26:32.470973 [ 197 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13030 | 2025.05.22 21:26:32.470991 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
13031 | 2025.05.22 21:26:32.471000 [ 261 ] {477b5d24-26ff-4a35-9d70-372782be0814} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13032 | 2025.05.22 21:26:32.471025 [ 197 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1924 rows starting from the beginning of the part | ||
13033 | 2025.05.22 21:26:32.471136 [ 197 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 8 rows starting from the beginning of the part | ||
13034 | 2025.05.22 21:26:32.471230 [ 197 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
13035 | 2025.05.22 21:26:32.471315 [ 197 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 8 rows starting from the beginning of the part | ||
13036 | 2025.05.22 21:26:32.471361 [ 261 ] {477b5d24-26ff-4a35-9d70-372782be0814} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13037 | 2025.05.22 21:26:32.471396 [ 197 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 33 rows starting from the beginning of the part | ||
13038 | 2025.05.22 21:26:32.471403 [ 261 ] {477b5d24-26ff-4a35-9d70-372782be0814} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13039 | 2025.05.22 21:26:32.471485 [ 197 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 8 rows starting from the beginning of the part | ||
13040 | 2025.05.22 21:26:32.471757 [ 261 ] {477b5d24-26ff-4a35-9d70-372782be0814} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
13041 | 2025.05.22 21:26:32.472020 [ 261 ] {477b5d24-26ff-4a35-9d70-372782be0814} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13042 | 2025.05.22 21:26:32.472153 [ 261 ] {477b5d24-26ff-4a35-9d70-372782be0814} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001217 sec., 67378.80032867707 rows/sec., 4.28 MiB/sec. | ||
13043 | 2025.05.22 21:26:32.472189 [ 261 ] {477b5d24-26ff-4a35-9d70-372782be0814} <Debug> TCPHandler: Processed in 0.001390811 sec. | ||
13044 | 2025.05.22 21:26:32.481116 [ 196 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2014 rows, containing 19 columns (19 merged, 0 gathered) in 0.010366744 sec., 194275.07807658796 rows/sec., 348.13 MiB/sec. | ||
13045 | 2025.05.22 21:26:32.483059 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
13046 | 2025.05.22 21:26:32.483415 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13047 | 2025.05.22 21:26:32.483495 [ 199 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
13048 | 2025.05.22 21:26:32.483653 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.44 MiB. | ||
13049 | 2025.05.22 21:26:33.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 345.66 MiB, peak 363.05 MiB, free memory in arenas 0.00 B, will set to 349.03 MiB (RSS), difference: 3.37 MiB | ||
13050 | 2025.05.22 21:26:33.121143 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 542 | ||
13051 | 2025.05.22 21:26:33.137276 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13052 | 2025.05.22 21:26:33.137340 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13053 | 2025.05.22 21:26:33.143438 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13054 | 2025.05.22 21:26:33.144145 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13055 | 2025.05.22 21:26:33.147266 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 542 | ||
13056 | 2025.05.22 21:26:37.478305 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13057 | 2025.05.22 21:26:37.478513 [ 261 ] {8533c76b-40e1-4456-8f45-403ef3248b98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
13058 | 2025.05.22 21:26:37.478587 [ 261 ] {8533c76b-40e1-4456-8f45-403ef3248b98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13059 | 2025.05.22 21:26:37.479944 [ 261 ] {8533c76b-40e1-4456-8f45-403ef3248b98} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13060 | 2025.05.22 21:26:37.479997 [ 261 ] {8533c76b-40e1-4456-8f45-403ef3248b98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13061 | 2025.05.22 21:26:37.480504 [ 261 ] {8533c76b-40e1-4456-8f45-403ef3248b98} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
13062 | 2025.05.22 21:26:37.480750 [ 261 ] {8533c76b-40e1-4456-8f45-403ef3248b98} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13063 | 2025.05.22 21:26:37.480924 [ 261 ] {8533c76b-40e1-4456-8f45-403ef3248b98} <Debug> executeQuery: Read 1262 rows, 106.78 KiB in 0.002464 sec., 512175.32467532466 rows/sec., 42.32 MiB/sec. | ||
13064 | 2025.05.22 21:26:37.480978 [ 261 ] {8533c76b-40e1-4456-8f45-403ef3248b98} <Debug> TCPHandler: Processed in 0.002811382 sec. | ||
13065 | 2025.05.22 21:26:37.481109 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13066 | 2025.05.22 21:26:37.481215 [ 261 ] {bcaa0941-55bc-4693-953e-5fc139fe75e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
13067 | 2025.05.22 21:26:37.481262 [ 261 ] {bcaa0941-55bc-4693-953e-5fc139fe75e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13068 | 2025.05.22 21:26:37.481704 [ 261 ] {bcaa0941-55bc-4693-953e-5fc139fe75e8} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13069 | 2025.05.22 21:26:37.481743 [ 261 ] {bcaa0941-55bc-4693-953e-5fc139fe75e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13070 | 2025.05.22 21:26:37.482064 [ 261 ] {bcaa0941-55bc-4693-953e-5fc139fe75e8} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
13071 | 2025.05.22 21:26:37.482290 [ 261 ] {bcaa0941-55bc-4693-953e-5fc139fe75e8} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13072 | 2025.05.22 21:26:37.482425 [ 261 ] {bcaa0941-55bc-4693-953e-5fc139fe75e8} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001234 sec., 26742.301458670987 rows/sec., 1.96 MiB/sec. | ||
13073 | 2025.05.22 21:26:37.482465 [ 261 ] {bcaa0941-55bc-4693-953e-5fc139fe75e8} <Debug> TCPHandler: Processed in 0.001412451 sec. | ||
13074 | 2025.05.22 21:26:37.482576 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13075 | 2025.05.22 21:26:37.482674 [ 261 ] {d2ba74c8-f3e6-4954-81c4-377942188895} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
13076 | 2025.05.22 21:26:37.482714 [ 261 ] {d2ba74c8-f3e6-4954-81c4-377942188895} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13077 | 2025.05.22 21:26:37.483205 [ 261 ] {d2ba74c8-f3e6-4954-81c4-377942188895} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13078 | 2025.05.22 21:26:37.483241 [ 261 ] {d2ba74c8-f3e6-4954-81c4-377942188895} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13079 | 2025.05.22 21:26:37.483554 [ 261 ] {d2ba74c8-f3e6-4954-81c4-377942188895} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
13080 | 2025.05.22 21:26:37.483789 [ 261 ] {d2ba74c8-f3e6-4954-81c4-377942188895} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13081 | 2025.05.22 21:26:37.483924 [ 261 ] {d2ba74c8-f3e6-4954-81c4-377942188895} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00127 sec., 179527.5590551181 rows/sec., 12.16 MiB/sec. | ||
13082 | 2025.05.22 21:26:37.483961 [ 261 ] {d2ba74c8-f3e6-4954-81c4-377942188895} <Debug> TCPHandler: Processed in 0.001438532 sec. | ||
13083 | 2025.05.22 21:26:37.484072 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13084 | 2025.05.22 21:26:37.484181 [ 261 ] {955db780-78ad-4157-a033-b7fd1d53b1af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
13085 | 2025.05.22 21:26:37.484224 [ 261 ] {955db780-78ad-4157-a033-b7fd1d53b1af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13086 | 2025.05.22 21:26:37.484861 [ 261 ] {955db780-78ad-4157-a033-b7fd1d53b1af} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13087 | 2025.05.22 21:26:37.484899 [ 261 ] {955db780-78ad-4157-a033-b7fd1d53b1af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13088 | 2025.05.22 21:26:37.485242 [ 261 ] {955db780-78ad-4157-a033-b7fd1d53b1af} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
13089 | 2025.05.22 21:26:37.485458 [ 261 ] {955db780-78ad-4157-a033-b7fd1d53b1af} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13090 | 2025.05.22 21:26:37.485596 [ 261 ] {955db780-78ad-4157-a033-b7fd1d53b1af} <Debug> executeQuery: Read 553 rows, 42.05 KiB in 0.001434 sec., 385634.5885634589 rows/sec., 28.63 MiB/sec. | ||
13091 | 2025.05.22 21:26:37.485637 [ 261 ] {955db780-78ad-4157-a033-b7fd1d53b1af} <Debug> TCPHandler: Processed in 0.001617364 sec. | ||
13092 | 2025.05.22 21:26:37.485751 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13093 | 2025.05.22 21:26:37.485848 [ 261 ] {ac494e49-956b-4607-9c12-b3d5599af794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
13094 | 2025.05.22 21:26:37.485892 [ 261 ] {ac494e49-956b-4607-9c12-b3d5599af794} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13095 | 2025.05.22 21:26:37.486495 [ 261 ] {ac494e49-956b-4607-9c12-b3d5599af794} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13096 | 2025.05.22 21:26:37.486531 [ 261 ] {ac494e49-956b-4607-9c12-b3d5599af794} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13097 | 2025.05.22 21:26:37.486910 [ 261 ] {ac494e49-956b-4607-9c12-b3d5599af794} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
13098 | 2025.05.22 21:26:37.487124 [ 261 ] {ac494e49-956b-4607-9c12-b3d5599af794} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13099 | 2025.05.22 21:26:37.487261 [ 261 ] {ac494e49-956b-4607-9c12-b3d5599af794} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.001433 sec., 614096.3014654571 rows/sec., 41.32 MiB/sec. | ||
13100 | 2025.05.22 21:26:37.487268 [ 106 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
13101 | 2025.05.22 21:26:37.487298 [ 261 ] {ac494e49-956b-4607-9c12-b3d5599af794} <Debug> TCPHandler: Processed in 0.001599364 sec. | ||
13102 | 2025.05.22 21:26:37.487316 [ 106 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13103 | 2025.05.22 21:26:37.487339 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13104 | 2025.05.22 21:26:37.487405 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13105 | 2025.05.22 21:26:37.487457 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
13106 | 2025.05.22 21:26:37.487500 [ 261 ] {e2980cfd-6bd9-480a-8a73-504d5d88212c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
13107 | 2025.05.22 21:26:37.487561 [ 261 ] {e2980cfd-6bd9-480a-8a73-504d5d88212c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
13108 | 2025.05.22 21:26:37.487611 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13109 | 2025.05.22 21:26:37.487651 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 29557 rows starting from the beginning of the part | ||
13110 | 2025.05.22 21:26:37.487721 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 160 rows starting from the beginning of the part | ||
13111 | 2025.05.22 21:26:37.487769 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 238 rows starting from the beginning of the part | ||
13112 | 2025.05.22 21:26:37.487812 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
13113 | 2025.05.22 21:26:37.487853 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 237 rows starting from the beginning of the part | ||
13114 | 2025.05.22 21:26:37.487896 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 880 rows starting from the beginning of the part | ||
13115 | 2025.05.22 21:26:37.488453 [ 261 ] {e2980cfd-6bd9-480a-8a73-504d5d88212c} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13116 | 2025.05.22 21:26:37.488494 [ 261 ] {e2980cfd-6bd9-480a-8a73-504d5d88212c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13117 | 2025.05.22 21:26:37.489096 [ 261 ] {e2980cfd-6bd9-480a-8a73-504d5d88212c} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
13118 | 2025.05.22 21:26:37.489348 [ 261 ] {e2980cfd-6bd9-480a-8a73-504d5d88212c} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13119 | 2025.05.22 21:26:37.489495 [ 261 ] {e2980cfd-6bd9-480a-8a73-504d5d88212c} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002013 sec., 16393.44262295082 rows/sec., 29.38 MiB/sec. | ||
13120 | 2025.05.22 21:26:37.489551 [ 261 ] {e2980cfd-6bd9-480a-8a73-504d5d88212c} <Debug> TCPHandler: Processed in 0.002197513 sec. | ||
13121 | 2025.05.22 21:26:37.489667 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13122 | 2025.05.22 21:26:37.489763 [ 261 ] {302d03fc-89c9-4a91-9303-a9e24e6201f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
13123 | 2025.05.22 21:26:37.489806 [ 261 ] {302d03fc-89c9-4a91-9303-a9e24e6201f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13124 | 2025.05.22 21:26:37.490154 [ 261 ] {302d03fc-89c9-4a91-9303-a9e24e6201f6} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13125 | 2025.05.22 21:26:37.490189 [ 261 ] {302d03fc-89c9-4a91-9303-a9e24e6201f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13126 | 2025.05.22 21:26:37.490498 [ 261 ] {302d03fc-89c9-4a91-9303-a9e24e6201f6} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
13127 | 2025.05.22 21:26:37.490708 [ 261 ] {302d03fc-89c9-4a91-9303-a9e24e6201f6} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13128 | 2025.05.22 21:26:37.490813 [ 106 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
13129 | 2025.05.22 21:26:37.490841 [ 261 ] {302d03fc-89c9-4a91-9303-a9e24e6201f6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. | ||
13130 | 2025.05.22 21:26:37.490843 [ 106 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13131 | 2025.05.22 21:26:37.490873 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13132 | 2025.05.22 21:26:37.490877 [ 261 ] {302d03fc-89c9-4a91-9303-a9e24e6201f6} <Debug> TCPHandler: Processed in 0.001263978 sec. | ||
13133 | 2025.05.22 21:26:37.490992 [ 196 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
13134 | 2025.05.22 21:26:37.491134 [ 196 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13135 | 2025.05.22 21:26:37.491167 [ 196 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5674 rows starting from the beginning of the part | ||
13136 | 2025.05.22 21:26:37.491232 [ 196 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
13137 | 2025.05.22 21:26:37.491275 [ 196 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 82 rows starting from the beginning of the part | ||
13138 | 2025.05.22 21:26:37.491315 [ 196 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
13139 | 2025.05.22 21:26:37.491352 [ 196 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 82 rows starting from the beginning of the part | ||
13140 | 2025.05.22 21:26:37.491389 [ 196 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
13141 | 2025.05.22 21:26:37.493203 [ 187 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6018 rows, containing 4 columns (4 merged, 0 gathered) in 0.002265204 sec., 2656714.3621501643 rows/sec., 175.14 MiB/sec. | ||
13142 | 2025.05.22 21:26:37.493550 [ 192 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
13143 | 2025.05.22 21:26:37.493807 [ 192 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_101_20} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13144 | 2025.05.22 21:26:37.493876 [ 192 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_101_20} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
13145 | 2025.05.22 21:26:37.493951 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. | ||
13146 | 2025.05.22 21:26:37.494572 [ 192 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31232 rows, containing 5 columns (5 merged, 0 gathered) in 0.007173316 sec., 4353913.866334621 rows/sec., 295.89 MiB/sec. | ||
13147 | 2025.05.22 21:26:37.495005 [ 187 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
13148 | 2025.05.22 21:26:37.495327 [ 187 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13149 | 2025.05.22 21:26:37.495413 [ 187 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
13150 | 2025.05.22 21:26:37.495493 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
13151 | 2025.05.22 21:26:38.862718 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33428 | ||
13152 | 2025.05.22 21:26:38.863241 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13153 | 2025.05.22 21:26:38.863295 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13154 | 2025.05.22 21:26:38.863812 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13155 | 2025.05.22 21:26:38.864062 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13156 | 2025.05.22 21:26:38.864220 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33428 | ||
13157 | 2025.05.22 21:26:40.647377 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 550 | ||
13158 | 2025.05.22 21:26:40.664315 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13159 | 2025.05.22 21:26:40.664376 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13160 | 2025.05.22 21:26:40.670679 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13161 | 2025.05.22 21:26:40.671410 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13162 | 2025.05.22 21:26:40.675003 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 550 | ||
13163 | 2025.05.22 21:26:41.454426 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1800 | ||
13164 | 2025.05.22 21:26:41.456866 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13165 | 2025.05.22 21:26:41.456911 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13166 | 2025.05.22 21:26:41.458083 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
13167 | 2025.05.22 21:26:41.458360 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13168 | 2025.05.22 21:26:41.458635 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1800 | ||
13169 | 2025.05.22 21:26:42.453290 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13170 | 2025.05.22 21:26:42.453494 [ 261 ] {627d71a6-74db-4ecd-a3bc-1ee94730efad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
13171 | 2025.05.22 21:26:42.453568 [ 261 ] {627d71a6-74db-4ecd-a3bc-1ee94730efad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
13172 | 2025.05.22 21:26:42.454347 [ 261 ] {627d71a6-74db-4ecd-a3bc-1ee94730efad} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13173 | 2025.05.22 21:26:42.454391 [ 261 ] {627d71a6-74db-4ecd-a3bc-1ee94730efad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13174 | 2025.05.22 21:26:42.454791 [ 261 ] {627d71a6-74db-4ecd-a3bc-1ee94730efad} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
13175 | 2025.05.22 21:26:42.455016 [ 261 ] {627d71a6-74db-4ecd-a3bc-1ee94730efad} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13176 | 2025.05.22 21:26:42.455172 [ 261 ] {627d71a6-74db-4ecd-a3bc-1ee94730efad} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001735 sec., 122190.20172910663 rows/sec., 7.77 MiB/sec. | ||
13177 | 2025.05.22 21:26:42.455214 [ 261 ] {627d71a6-74db-4ecd-a3bc-1ee94730efad} <Debug> TCPHandler: Processed in 0.002067071 sec. | ||
13178 | 2025.05.22 21:26:42.455333 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13179 | 2025.05.22 21:26:42.455429 [ 261 ] {82897b70-e5dc-4fdb-ba14-3fc5d855b944} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
13180 | 2025.05.22 21:26:42.455470 [ 261 ] {82897b70-e5dc-4fdb-ba14-3fc5d855b944} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13181 | 2025.05.22 21:26:42.456301 [ 261 ] {82897b70-e5dc-4fdb-ba14-3fc5d855b944} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13182 | 2025.05.22 21:26:42.456337 [ 261 ] {82897b70-e5dc-4fdb-ba14-3fc5d855b944} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13183 | 2025.05.22 21:26:42.456669 [ 261 ] {82897b70-e5dc-4fdb-ba14-3fc5d855b944} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
13184 | 2025.05.22 21:26:42.456872 [ 261 ] {82897b70-e5dc-4fdb-ba14-3fc5d855b944} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13185 | 2025.05.22 21:26:42.457004 [ 261 ] {82897b70-e5dc-4fdb-ba14-3fc5d855b944} <Debug> executeQuery: Read 633 rows, 50.88 KiB in 0.001592 sec., 397613.06532663316 rows/sec., 31.21 MiB/sec. | ||
13186 | 2025.05.22 21:26:42.457040 [ 261 ] {82897b70-e5dc-4fdb-ba14-3fc5d855b944} <Debug> TCPHandler: Processed in 0.001758397 sec. | ||
13187 | 2025.05.22 21:26:42.457100 [ 220 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): 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] | ||
13188 | 2025.05.22 21:26:42.457146 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13189 | 2025.05.22 21:26:42.457161 [ 220 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): 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] | ||
13190 | 2025.05.22 21:26:42.457250 [ 261 ] {378df97b-b2f7-466f-96df-50a3c52faaf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
13191 | 2025.05.22 21:26:42.457294 [ 261 ] {378df97b-b2f7-466f-96df-50a3c52faaf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13192 | 2025.05.22 21:26:42.457741 [ 261 ] {378df97b-b2f7-466f-96df-50a3c52faaf7} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13193 | 2025.05.22 21:26:42.457780 [ 261 ] {378df97b-b2f7-466f-96df-50a3c52faaf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13194 | 2025.05.22 21:26:42.458111 [ 261 ] {378df97b-b2f7-466f-96df-50a3c52faaf7} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
13195 | 2025.05.22 21:26:42.458359 [ 261 ] {378df97b-b2f7-466f-96df-50a3c52faaf7} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13196 | 2025.05.22 21:26:42.458502 [ 261 ] {378df97b-b2f7-466f-96df-50a3c52faaf7} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001269 sec., 89834.51536643026 rows/sec., 5.38 MiB/sec. | ||
13197 | 2025.05.22 21:26:42.458542 [ 261 ] {378df97b-b2f7-466f-96df-50a3c52faaf7} <Debug> TCPHandler: Processed in 0.001448322 sec. | ||
13198 | 2025.05.22 21:26:42.458656 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13199 | 2025.05.22 21:26:42.458752 [ 261 ] {e77933d4-fbc2-4a7b-b6be-595e4f19912f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
13200 | 2025.05.22 21:26:42.458795 [ 261 ] {e77933d4-fbc2-4a7b-b6be-595e4f19912f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13201 | 2025.05.22 21:26:42.459115 [ 220 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): 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] | ||
13202 | 2025.05.22 21:26:42.459232 [ 261 ] {e77933d4-fbc2-4a7b-b6be-595e4f19912f} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13203 | 2025.05.22 21:26:42.459273 [ 261 ] {e77933d4-fbc2-4a7b-b6be-595e4f19912f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13204 | 2025.05.22 21:26:42.459576 [ 261 ] {e77933d4-fbc2-4a7b-b6be-595e4f19912f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
13205 | 2025.05.22 21:26:42.459779 [ 261 ] {e77933d4-fbc2-4a7b-b6be-595e4f19912f} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13206 | 2025.05.22 21:26:42.459904 [ 261 ] {e77933d4-fbc2-4a7b-b6be-595e4f19912f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001169 sec., 96663.81522668949 rows/sec., 6.26 MiB/sec. | ||
13207 | 2025.05.22 21:26:42.459940 [ 261 ] {e77933d4-fbc2-4a7b-b6be-595e4f19912f} <Debug> TCPHandler: Processed in 0.00133414 sec. | ||
13208 | 2025.05.22 21:26:42.460055 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13209 | 2025.05.22 21:26:42.460155 [ 261 ] {e151727f-6d2a-418e-b27f-5fa4b8552977} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
13210 | 2025.05.22 21:26:42.460194 [ 261 ] {e151727f-6d2a-418e-b27f-5fa4b8552977} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13211 | 2025.05.22 21:26:42.460631 [ 261 ] {e151727f-6d2a-418e-b27f-5fa4b8552977} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13212 | 2025.05.22 21:26:42.460667 [ 261 ] {e151727f-6d2a-418e-b27f-5fa4b8552977} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13213 | 2025.05.22 21:26:42.460966 [ 261 ] {e151727f-6d2a-418e-b27f-5fa4b8552977} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
13214 | 2025.05.22 21:26:42.461171 [ 261 ] {e151727f-6d2a-418e-b27f-5fa4b8552977} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13215 | 2025.05.22 21:26:42.461297 [ 261 ] {e151727f-6d2a-418e-b27f-5fa4b8552977} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001159 sec., 96635.03019844693 rows/sec., 5.50 MiB/sec. | ||
13216 | 2025.05.22 21:26:42.461333 [ 261 ] {e151727f-6d2a-418e-b27f-5fa4b8552977} <Debug> TCPHandler: Processed in 0.00132929 sec. | ||
13217 | 2025.05.22 21:26:42.461447 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13218 | 2025.05.22 21:26:42.461540 [ 261 ] {605e1422-bf3e-4577-a91d-45e910e50d4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
13219 | 2025.05.22 21:26:42.461579 [ 261 ] {605e1422-bf3e-4577-a91d-45e910e50d4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13220 | 2025.05.22 21:26:42.462166 [ 261 ] {605e1422-bf3e-4577-a91d-45e910e50d4c} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13221 | 2025.05.22 21:26:42.462202 [ 261 ] {605e1422-bf3e-4577-a91d-45e910e50d4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13222 | 2025.05.22 21:26:42.462517 [ 261 ] {605e1422-bf3e-4577-a91d-45e910e50d4c} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
13223 | 2025.05.22 21:26:42.462724 [ 261 ] {605e1422-bf3e-4577-a91d-45e910e50d4c} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13224 | 2025.05.22 21:26:42.462851 [ 261 ] {605e1422-bf3e-4577-a91d-45e910e50d4c} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001328 sec., 293674.6987951807 rows/sec., 20.76 MiB/sec. | ||
13225 | 2025.05.22 21:26:42.462894 [ 261 ] {605e1422-bf3e-4577-a91d-45e910e50d4c} <Debug> TCPHandler: Processed in 0.001497883 sec. | ||
13226 | 2025.05.22 21:26:42.463005 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13227 | 2025.05.22 21:26:42.463099 [ 261 ] {8121bee8-a372-49d1-b037-5cf0394fab37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
13228 | 2025.05.22 21:26:42.463141 [ 261 ] {8121bee8-a372-49d1-b037-5cf0394fab37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13229 | 2025.05.22 21:26:42.463470 [ 261 ] {8121bee8-a372-49d1-b037-5cf0394fab37} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13230 | 2025.05.22 21:26:42.463505 [ 261 ] {8121bee8-a372-49d1-b037-5cf0394fab37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13231 | 2025.05.22 21:26:42.463801 [ 261 ] {8121bee8-a372-49d1-b037-5cf0394fab37} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
13232 | 2025.05.22 21:26:42.464005 [ 261 ] {8121bee8-a372-49d1-b037-5cf0394fab37} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13233 | 2025.05.22 21:26:42.464114 [ 101 ] {} <Debug> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
13234 | 2025.05.22 21:26:42.464132 [ 261 ] {8121bee8-a372-49d1-b037-5cf0394fab37} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00105 sec., 5714.285714285715 rows/sec., 298.55 KiB/sec. | ||
13235 | 2025.05.22 21:26:42.464184 [ 101 ] {} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13236 | 2025.05.22 21:26:42.464192 [ 261 ] {8121bee8-a372-49d1-b037-5cf0394fab37} <Debug> TCPHandler: Processed in 0.001237268 sec. | ||
13237 | 2025.05.22 21:26:42.464212 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13238 | 2025.05.22 21:26:42.464317 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13239 | 2025.05.22 21:26:42.464341 [ 195 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::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 | ||
13240 | 2025.05.22 21:26:42.464416 [ 261 ] {8587a9c4-b6f4-41be-9e41-65722623a387} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
13241 | 2025.05.22 21:26:42.464462 [ 261 ] {8587a9c4-b6f4-41be-9e41-65722623a387} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13242 | 2025.05.22 21:26:42.464504 [ 195 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13243 | 2025.05.22 21:26:42.464550 [ 195 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part | ||
13244 | 2025.05.22 21:26:42.464625 [ 195 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
13245 | 2025.05.22 21:26:42.464673 [ 195 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
13246 | 2025.05.22 21:26:42.464726 [ 195 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
13247 | 2025.05.22 21:26:42.464771 [ 195 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
13248 | 2025.05.22 21:26:42.464815 [ 195 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
13249 | 2025.05.22 21:26:42.464882 [ 261 ] {8587a9c4-b6f4-41be-9e41-65722623a387} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13250 | 2025.05.22 21:26:42.464921 [ 261 ] {8587a9c4-b6f4-41be-9e41-65722623a387} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13251 | 2025.05.22 21:26:42.465324 [ 261 ] {8587a9c4-b6f4-41be-9e41-65722623a387} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
13252 | 2025.05.22 21:26:42.465548 [ 261 ] {8587a9c4-b6f4-41be-9e41-65722623a387} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13253 | 2025.05.22 21:26:42.465681 [ 261 ] {8587a9c4-b6f4-41be-9e41-65722623a387} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001281 sec., 185011.70960187353 rows/sec., 12.40 MiB/sec. | ||
13254 | 2025.05.22 21:26:42.465717 [ 261 ] {8587a9c4-b6f4-41be-9e41-65722623a387} <Debug> TCPHandler: Processed in 0.001450812 sec. | ||
13255 | 2025.05.22 21:26:42.465817 [ 192 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.001532823 sec., 121344.73451924977 rows/sec., 6.19 MiB/sec. | ||
13256 | 2025.05.22 21:26:42.465830 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13257 | 2025.05.22 21:26:42.465939 [ 261 ] {057bcd71-ffa1-4ba7-a66a-362bd78a3275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
13258 | 2025.05.22 21:26:42.465958 [ 195 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
13259 | 2025.05.22 21:26:42.465982 [ 261 ] {057bcd71-ffa1-4ba7-a66a-362bd78a3275} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13260 | 2025.05.22 21:26:42.466243 [ 195 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_31_6} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13261 | 2025.05.22 21:26:42.466297 [ 261 ] {057bcd71-ffa1-4ba7-a66a-362bd78a3275} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13262 | 2025.05.22 21:26:42.466324 [ 195 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_31_6} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
13263 | 2025.05.22 21:26:42.466339 [ 261 ] {057bcd71-ffa1-4ba7-a66a-362bd78a3275} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13264 | 2025.05.22 21:26:42.466402 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
13265 | 2025.05.22 21:26:42.466644 [ 261 ] {057bcd71-ffa1-4ba7-a66a-362bd78a3275} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
13266 | 2025.05.22 21:26:42.466850 [ 261 ] {057bcd71-ffa1-4ba7-a66a-362bd78a3275} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13267 | 2025.05.22 21:26:42.466985 [ 261 ] {057bcd71-ffa1-4ba7-a66a-362bd78a3275} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001065 sec., 938.9671361502348 rows/sec., 63.27 KiB/sec. | ||
13268 | 2025.05.22 21:26:42.467021 [ 261 ] {057bcd71-ffa1-4ba7-a66a-362bd78a3275} <Debug> TCPHandler: Processed in 0.001243128 sec. | ||
13269 | 2025.05.22 21:26:42.467131 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13270 | 2025.05.22 21:26:42.467224 [ 261 ] {7e253e0c-6cb4-479b-a1ad-94438de7ed15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
13271 | 2025.05.22 21:26:42.467278 [ 261 ] {7e253e0c-6cb4-479b-a1ad-94438de7ed15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
13272 | 2025.05.22 21:26:42.468053 [ 261 ] {7e253e0c-6cb4-479b-a1ad-94438de7ed15} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13273 | 2025.05.22 21:26:42.468088 [ 261 ] {7e253e0c-6cb4-479b-a1ad-94438de7ed15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13274 | 2025.05.22 21:26:42.468578 [ 261 ] {7e253e0c-6cb4-479b-a1ad-94438de7ed15} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
13275 | 2025.05.22 21:26:42.468795 [ 261 ] {7e253e0c-6cb4-479b-a1ad-94438de7ed15} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13276 | 2025.05.22 21:26:42.468935 [ 261 ] {7e253e0c-6cb4-479b-a1ad-94438de7ed15} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001728 sec., 4629.62962962963 rows/sec., 8.30 MiB/sec. | ||
13277 | 2025.05.22 21:26:42.468988 [ 261 ] {7e253e0c-6cb4-479b-a1ad-94438de7ed15} <Debug> TCPHandler: Processed in 0.001908358 sec. | ||
13278 | 2025.05.22 21:26:42.469101 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13279 | 2025.05.22 21:26:42.469196 [ 261 ] {2a743a75-4fbc-4ab4-b253-790f288319d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
13280 | 2025.05.22 21:26:42.469236 [ 261 ] {2a743a75-4fbc-4ab4-b253-790f288319d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13281 | 2025.05.22 21:26:42.469568 [ 261 ] {2a743a75-4fbc-4ab4-b253-790f288319d2} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13282 | 2025.05.22 21:26:42.469603 [ 261 ] {2a743a75-4fbc-4ab4-b253-790f288319d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13283 | 2025.05.22 21:26:42.469899 [ 261 ] {2a743a75-4fbc-4ab4-b253-790f288319d2} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
13284 | 2025.05.22 21:26:42.470110 [ 261 ] {2a743a75-4fbc-4ab4-b253-790f288319d2} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13285 | 2025.05.22 21:26:42.470244 [ 261 ] {2a743a75-4fbc-4ab4-b253-790f288319d2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001066 sec., 76923.07692307692 rows/sec., 4.89 MiB/sec. | ||
13286 | 2025.05.22 21:26:42.470280 [ 261 ] {2a743a75-4fbc-4ab4-b253-790f288319d2} <Debug> TCPHandler: Processed in 0.001230578 sec. | ||
13287 | 2025.05.22 21:26:43.357022 [ 222 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13288 | 2025.05.22 21:26:43.357076 [ 222 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13289 | 2025.05.22 21:26:43.359170 [ 222 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13290 | 2025.05.22 21:26:46.190481 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13291 | 2025.05.22 21:26:46.190553 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13292 | 2025.05.22 21:26:46.364426 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33916 | ||
13293 | 2025.05.22 21:26:46.365295 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13294 | 2025.05.22 21:26:46.365382 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13295 | 2025.05.22 21:26:46.365911 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13296 | 2025.05.22 21:26:46.366144 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13297 | 2025.05.22 21:26:46.366281 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916 | ||
13298 | 2025.05.22 21:26:47.449472 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13299 | 2025.05.22 21:26:47.449650 [ 261 ] {39874d27-6ffd-4a8b-8bf9-047e8ef80731} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
13300 | 2025.05.22 21:26:47.449717 [ 261 ] {39874d27-6ffd-4a8b-8bf9-047e8ef80731} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13301 | 2025.05.22 21:26:47.450406 [ 261 ] {39874d27-6ffd-4a8b-8bf9-047e8ef80731} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13302 | 2025.05.22 21:26:47.450453 [ 261 ] {39874d27-6ffd-4a8b-8bf9-047e8ef80731} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13303 | 2025.05.22 21:26:47.450840 [ 261 ] {39874d27-6ffd-4a8b-8bf9-047e8ef80731} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
13304 | 2025.05.22 21:26:47.451061 [ 261 ] {39874d27-6ffd-4a8b-8bf9-047e8ef80731} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13305 | 2025.05.22 21:26:47.451208 [ 261 ] {39874d27-6ffd-4a8b-8bf9-047e8ef80731} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.001607 sec., 75917.85936527692 rows/sec., 6.48 MiB/sec. | ||
13306 | 2025.05.22 21:26:47.451249 [ 261 ] {39874d27-6ffd-4a8b-8bf9-047e8ef80731} <Debug> TCPHandler: Processed in 0.001909359 sec. | ||
13307 | 2025.05.22 21:26:47.451372 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13308 | 2025.05.22 21:26:47.451466 [ 261 ] {2c4ee8f7-36f7-4f33-a9a8-697d0de8ae38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
13309 | 2025.05.22 21:26:47.451507 [ 261 ] {2c4ee8f7-36f7-4f33-a9a8-697d0de8ae38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13310 | 2025.05.22 21:26:47.451917 [ 261 ] {2c4ee8f7-36f7-4f33-a9a8-697d0de8ae38} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13311 | 2025.05.22 21:26:47.451953 [ 261 ] {2c4ee8f7-36f7-4f33-a9a8-697d0de8ae38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13312 | 2025.05.22 21:26:47.452246 [ 261 ] {2c4ee8f7-36f7-4f33-a9a8-697d0de8ae38} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
13313 | 2025.05.22 21:26:47.452448 [ 261 ] {2c4ee8f7-36f7-4f33-a9a8-697d0de8ae38} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13314 | 2025.05.22 21:26:47.452575 [ 261 ] {2c4ee8f7-36f7-4f33-a9a8-697d0de8ae38} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001127 sec., 29281.2777284827 rows/sec., 2.15 MiB/sec. | ||
13315 | 2025.05.22 21:26:47.452612 [ 261 ] {2c4ee8f7-36f7-4f33-a9a8-697d0de8ae38} <Debug> TCPHandler: Processed in 0.001287269 sec. | ||
13316 | 2025.05.22 21:26:47.452720 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13317 | 2025.05.22 21:26:47.452812 [ 261 ] {d09e6053-c251-493c-8a6b-0a0f1138a152} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
13318 | 2025.05.22 21:26:47.452851 [ 261 ] {d09e6053-c251-493c-8a6b-0a0f1138a152} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13319 | 2025.05.22 21:26:47.453271 [ 261 ] {d09e6053-c251-493c-8a6b-0a0f1138a152} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13320 | 2025.05.22 21:26:47.453306 [ 261 ] {d09e6053-c251-493c-8a6b-0a0f1138a152} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13321 | 2025.05.22 21:26:47.453603 [ 261 ] {d09e6053-c251-493c-8a6b-0a0f1138a152} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
13322 | 2025.05.22 21:26:47.453814 [ 261 ] {d09e6053-c251-493c-8a6b-0a0f1138a152} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13323 | 2025.05.22 21:26:47.453939 [ 261 ] {d09e6053-c251-493c-8a6b-0a0f1138a152} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001145 sec., 84716.15720524018 rows/sec., 6.62 MiB/sec. | ||
13324 | 2025.05.22 21:26:47.453975 [ 261 ] {d09e6053-c251-493c-8a6b-0a0f1138a152} <Debug> TCPHandler: Processed in 0.001301889 sec. | ||
13325 | 2025.05.22 21:26:47.454085 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13326 | 2025.05.22 21:26:47.454178 [ 261 ] {bfe72478-8f8b-4a2f-b743-dadd47044385} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
13327 | 2025.05.22 21:26:47.454219 [ 261 ] {bfe72478-8f8b-4a2f-b743-dadd47044385} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13328 | 2025.05.22 21:26:47.454623 [ 261 ] {bfe72478-8f8b-4a2f-b743-dadd47044385} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13329 | 2025.05.22 21:26:47.454659 [ 261 ] {bfe72478-8f8b-4a2f-b743-dadd47044385} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13330 | 2025.05.22 21:26:47.454977 [ 261 ] {bfe72478-8f8b-4a2f-b743-dadd47044385} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
13331 | 2025.05.22 21:26:47.455181 [ 261 ] {bfe72478-8f8b-4a2f-b743-dadd47044385} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13332 | 2025.05.22 21:26:47.455305 [ 261 ] {bfe72478-8f8b-4a2f-b743-dadd47044385} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001145 sec., 139737.99126637555 rows/sec., 9.73 MiB/sec. | ||
13333 | 2025.05.22 21:26:47.455340 [ 261 ] {bfe72478-8f8b-4a2f-b743-dadd47044385} <Debug> TCPHandler: Processed in 0.00130256 sec. | ||
13334 | 2025.05.22 21:26:47.455448 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13335 | 2025.05.22 21:26:47.455538 [ 261 ] {6e43c1aa-586c-46d1-a191-409ab3dff098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
13336 | 2025.05.22 21:26:47.455592 [ 261 ] {6e43c1aa-586c-46d1-a191-409ab3dff098} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
13337 | 2025.05.22 21:26:47.456427 [ 261 ] {6e43c1aa-586c-46d1-a191-409ab3dff098} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13338 | 2025.05.22 21:26:47.456463 [ 261 ] {6e43c1aa-586c-46d1-a191-409ab3dff098} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13339 | 2025.05.22 21:26:47.456988 [ 261 ] {6e43c1aa-586c-46d1-a191-409ab3dff098} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
13340 | 2025.05.22 21:26:47.457202 [ 261 ] {6e43c1aa-586c-46d1-a191-409ab3dff098} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13341 | 2025.05.22 21:26:47.457336 [ 261 ] {6e43c1aa-586c-46d1-a191-409ab3dff098} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001815 sec., 18181.81818181818 rows/sec., 32.58 MiB/sec. | ||
13342 | 2025.05.22 21:26:47.457389 [ 261 ] {6e43c1aa-586c-46d1-a191-409ab3dff098} <Debug> TCPHandler: Processed in 0.001987889 sec. | ||
13343 | 2025.05.22 21:26:47.457501 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13344 | 2025.05.22 21:26:47.457593 [ 261 ] {88f85fe7-7965-42e6-af36-d1ad9e5cda66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
13345 | 2025.05.22 21:26:47.457634 [ 261 ] {88f85fe7-7965-42e6-af36-d1ad9e5cda66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13346 | 2025.05.22 21:26:47.457976 [ 261 ] {88f85fe7-7965-42e6-af36-d1ad9e5cda66} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13347 | 2025.05.22 21:26:47.458012 [ 261 ] {88f85fe7-7965-42e6-af36-d1ad9e5cda66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13348 | 2025.05.22 21:26:47.458303 [ 261 ] {88f85fe7-7965-42e6-af36-d1ad9e5cda66} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
13349 | 2025.05.22 21:26:47.458517 [ 261 ] {88f85fe7-7965-42e6-af36-d1ad9e5cda66} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13350 | 2025.05.22 21:26:47.458643 [ 261 ] {88f85fe7-7965-42e6-af36-d1ad9e5cda66} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001068 sec., 56179.77528089888 rows/sec., 3.79 MiB/sec. | ||
13351 | 2025.05.22 21:26:47.458677 [ 261 ] {88f85fe7-7965-42e6-af36-d1ad9e5cda66} <Debug> TCPHandler: Processed in 0.001223519 sec. | ||
13352 | 2025.05.22 21:26:48.099437 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): 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] | ||
13353 | 2025.05.22 21:26:48.099497 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): 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] | ||
13354 | 2025.05.22 21:26:48.101313 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): 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] | ||
13355 | 2025.05.22 21:26:48.175085 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 557 | ||
13356 | 2025.05.22 21:26:48.191831 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13357 | 2025.05.22 21:26:48.191880 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13358 | 2025.05.22 21:26:48.198075 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13359 | 2025.05.22 21:26:48.198771 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13360 | 2025.05.22 21:26:48.201645 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 557 | ||
13361 | 2025.05.22 21:26:48.435073 [ 224 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): 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] | ||
13362 | 2025.05.22 21:26:48.435146 [ 224 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): 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] | ||
13363 | 2025.05.22 21:26:48.437099 [ 224 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): 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] | ||
13364 | 2025.05.22 21:26:51.458838 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1834 | ||
13365 | 2025.05.22 21:26:51.461349 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13366 | 2025.05.22 21:26:51.461397 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13367 | 2025.05.22 21:26:51.462630 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
13368 | 2025.05.22 21:26:51.462909 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13369 | 2025.05.22 21:26:51.463298 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1834 | ||
13370 | 2025.05.22 21:26:52.453678 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13371 | 2025.05.22 21:26:52.453883 [ 261 ] {9c15b0e3-c314-4306-9db8-4cf589b63739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
13372 | 2025.05.22 21:26:52.453959 [ 261 ] {9c15b0e3-c314-4306-9db8-4cf589b63739} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
13373 | 2025.05.22 21:26:52.454747 [ 261 ] {9c15b0e3-c314-4306-9db8-4cf589b63739} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13374 | 2025.05.22 21:26:52.454798 [ 261 ] {9c15b0e3-c314-4306-9db8-4cf589b63739} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13375 | 2025.05.22 21:26:52.455212 [ 261 ] {9c15b0e3-c314-4306-9db8-4cf589b63739} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
13376 | 2025.05.22 21:26:52.455437 [ 261 ] {9c15b0e3-c314-4306-9db8-4cf589b63739} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13377 | 2025.05.22 21:26:52.455588 [ 261 ] {9c15b0e3-c314-4306-9db8-4cf589b63739} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001761 sec., 120386.14423622942 rows/sec., 7.66 MiB/sec. | ||
13378 | 2025.05.22 21:26:52.455629 [ 261 ] {9c15b0e3-c314-4306-9db8-4cf589b63739} <Debug> TCPHandler: Processed in 0.002095051 sec. | ||
13379 | 2025.05.22 21:26:52.455755 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13380 | 2025.05.22 21:26:52.455861 [ 261 ] {256042a9-91d0-45dc-94d9-1837795cfe4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
13381 | 2025.05.22 21:26:52.455903 [ 261 ] {256042a9-91d0-45dc-94d9-1837795cfe4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13382 | 2025.05.22 21:26:52.456305 [ 261 ] {256042a9-91d0-45dc-94d9-1837795cfe4a} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13383 | 2025.05.22 21:26:52.456342 [ 261 ] {256042a9-91d0-45dc-94d9-1837795cfe4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13384 | 2025.05.22 21:26:52.456631 [ 261 ] {256042a9-91d0-45dc-94d9-1837795cfe4a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
13385 | 2025.05.22 21:26:52.456838 [ 261 ] {256042a9-91d0-45dc-94d9-1837795cfe4a} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13386 | 2025.05.22 21:26:52.456972 [ 261 ] {256042a9-91d0-45dc-94d9-1837795cfe4a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001138 sec., 3514.9384885764503 rows/sec., 286.62 KiB/sec. | ||
13387 | 2025.05.22 21:26:52.457010 [ 261 ] {256042a9-91d0-45dc-94d9-1837795cfe4a} <Debug> TCPHandler: Processed in 0.001306729 sec. | ||
13388 | 2025.05.22 21:26:52.457123 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13389 | 2025.05.22 21:26:52.457223 [ 261 ] {5e853108-c961-4855-82a1-32dc400b405e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
13390 | 2025.05.22 21:26:52.457265 [ 261 ] {5e853108-c961-4855-82a1-32dc400b405e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13391 | 2025.05.22 21:26:52.457943 [ 261 ] {5e853108-c961-4855-82a1-32dc400b405e} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13392 | 2025.05.22 21:26:52.457978 [ 261 ] {5e853108-c961-4855-82a1-32dc400b405e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13393 | 2025.05.22 21:26:52.458319 [ 261 ] {5e853108-c961-4855-82a1-32dc400b405e} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
13394 | 2025.05.22 21:26:52.458527 [ 261 ] {5e853108-c961-4855-82a1-32dc400b405e} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13395 | 2025.05.22 21:26:52.458657 [ 261 ] {5e853108-c961-4855-82a1-32dc400b405e} <Debug> executeQuery: Read 635 rows, 51.02 KiB in 0.001456 sec., 436126.3736263736 rows/sec., 34.22 MiB/sec. | ||
13396 | 2025.05.22 21:26:52.458695 [ 261 ] {5e853108-c961-4855-82a1-32dc400b405e} <Debug> TCPHandler: Processed in 0.001622204 sec. | ||
13397 | 2025.05.22 21:26:52.458809 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13398 | 2025.05.22 21:26:52.458905 [ 261 ] {8b96cd0a-2307-4f2f-89bf-5530f86c11b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
13399 | 2025.05.22 21:26:52.458944 [ 261 ] {8b96cd0a-2307-4f2f-89bf-5530f86c11b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13400 | 2025.05.22 21:26:52.459368 [ 261 ] {8b96cd0a-2307-4f2f-89bf-5530f86c11b0} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13401 | 2025.05.22 21:26:52.459404 [ 261 ] {8b96cd0a-2307-4f2f-89bf-5530f86c11b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13402 | 2025.05.22 21:26:52.459701 [ 261 ] {8b96cd0a-2307-4f2f-89bf-5530f86c11b0} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
13403 | 2025.05.22 21:26:52.459907 [ 261 ] {8b96cd0a-2307-4f2f-89bf-5530f86c11b0} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13404 | 2025.05.22 21:26:52.460034 [ 261 ] {8b96cd0a-2307-4f2f-89bf-5530f86c11b0} <Debug> executeQuery: Read 118 rows, 7.27 KiB in 0.001147 sec., 102877.0706190061 rows/sec., 6.19 MiB/sec. | ||
13405 | 2025.05.22 21:26:52.460071 [ 261 ] {8b96cd0a-2307-4f2f-89bf-5530f86c11b0} <Debug> TCPHandler: Processed in 0.00131527 sec. | ||
13406 | 2025.05.22 21:26:52.460187 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13407 | 2025.05.22 21:26:52.460282 [ 261 ] {2f6a1491-5c0b-4dc8-b837-33e49b46bbb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
13408 | 2025.05.22 21:26:52.460321 [ 261 ] {2f6a1491-5c0b-4dc8-b837-33e49b46bbb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13409 | 2025.05.22 21:26:52.460737 [ 261 ] {2f6a1491-5c0b-4dc8-b837-33e49b46bbb2} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13410 | 2025.05.22 21:26:52.460773 [ 261 ] {2f6a1491-5c0b-4dc8-b837-33e49b46bbb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13411 | 2025.05.22 21:26:52.461068 [ 261 ] {2f6a1491-5c0b-4dc8-b837-33e49b46bbb2} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
13412 | 2025.05.22 21:26:52.461274 [ 261 ] {2f6a1491-5c0b-4dc8-b837-33e49b46bbb2} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13413 | 2025.05.22 21:26:52.461403 [ 261 ] {2f6a1491-5c0b-4dc8-b837-33e49b46bbb2} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001139 sec., 99209.83318700614 rows/sec., 6.42 MiB/sec. | ||
13414 | 2025.05.22 21:26:52.461441 [ 261 ] {2f6a1491-5c0b-4dc8-b837-33e49b46bbb2} <Debug> TCPHandler: Processed in 0.001306579 sec. | ||
13415 | 2025.05.22 21:26:52.461555 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13416 | 2025.05.22 21:26:52.461650 [ 261 ] {7bffdfc9-2957-4838-bfdc-140ac5d4e616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
13417 | 2025.05.22 21:26:52.461689 [ 261 ] {7bffdfc9-2957-4838-bfdc-140ac5d4e616} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13418 | 2025.05.22 21:26:52.462106 [ 261 ] {7bffdfc9-2957-4838-bfdc-140ac5d4e616} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13419 | 2025.05.22 21:26:52.462142 [ 261 ] {7bffdfc9-2957-4838-bfdc-140ac5d4e616} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13420 | 2025.05.22 21:26:52.462442 [ 261 ] {7bffdfc9-2957-4838-bfdc-140ac5d4e616} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
13421 | 2025.05.22 21:26:52.462641 [ 261 ] {7bffdfc9-2957-4838-bfdc-140ac5d4e616} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13422 | 2025.05.22 21:26:52.462766 [ 261 ] {7bffdfc9-2957-4838-bfdc-140ac5d4e616} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001133 sec., 98852.60370697264 rows/sec., 5.63 MiB/sec. | ||
13423 | 2025.05.22 21:26:52.462804 [ 261 ] {7bffdfc9-2957-4838-bfdc-140ac5d4e616} <Debug> TCPHandler: Processed in 0.00130002 sec. | ||
13424 | 2025.05.22 21:26:52.462917 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13425 | 2025.05.22 21:26:52.463012 [ 261 ] {75e02f89-0035-415c-af9b-919593e69abc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
13426 | 2025.05.22 21:26:52.463050 [ 261 ] {75e02f89-0035-415c-af9b-919593e69abc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13427 | 2025.05.22 21:26:52.463561 [ 261 ] {75e02f89-0035-415c-af9b-919593e69abc} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13428 | 2025.05.22 21:26:52.463604 [ 261 ] {75e02f89-0035-415c-af9b-919593e69abc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13429 | 2025.05.22 21:26:52.463925 [ 261 ] {75e02f89-0035-415c-af9b-919593e69abc} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
13430 | 2025.05.22 21:26:52.464128 [ 261 ] {75e02f89-0035-415c-af9b-919593e69abc} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13431 | 2025.05.22 21:26:52.464254 [ 261 ] {75e02f89-0035-415c-af9b-919593e69abc} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.00126 sec., 312698.41269841266 rows/sec., 22.13 MiB/sec. | ||
13432 | 2025.05.22 21:26:52.464291 [ 261 ] {75e02f89-0035-415c-af9b-919593e69abc} <Debug> TCPHandler: Processed in 0.001425332 sec. | ||
13433 | 2025.05.22 21:26:52.464406 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13434 | 2025.05.22 21:26:52.464500 [ 261 ] {6d479ef3-eb1e-47ee-8d88-417e859631a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
13435 | 2025.05.22 21:26:52.464541 [ 261 ] {6d479ef3-eb1e-47ee-8d88-417e859631a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13436 | 2025.05.22 21:26:52.464874 [ 261 ] {6d479ef3-eb1e-47ee-8d88-417e859631a0} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13437 | 2025.05.22 21:26:52.464909 [ 261 ] {6d479ef3-eb1e-47ee-8d88-417e859631a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13438 | 2025.05.22 21:26:52.465196 [ 261 ] {6d479ef3-eb1e-47ee-8d88-417e859631a0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13439 | 2025.05.22 21:26:52.465401 [ 261 ] {6d479ef3-eb1e-47ee-8d88-417e859631a0} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13440 | 2025.05.22 21:26:52.465527 [ 261 ] {6d479ef3-eb1e-47ee-8d88-417e859631a0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001044 sec., 5747.126436781609 rows/sec., 300.26 KiB/sec. | ||
13441 | 2025.05.22 21:26:52.465563 [ 261 ] {6d479ef3-eb1e-47ee-8d88-417e859631a0} <Debug> TCPHandler: Processed in 0.001208987 sec. | ||
13442 | 2025.05.22 21:26:52.465765 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13443 | 2025.05.22 21:26:52.465966 [ 261 ] {c5db8877-58ac-4978-beca-7ab6af306a5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
13444 | 2025.05.22 21:26:52.466036 [ 261 ] {c5db8877-58ac-4978-beca-7ab6af306a5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13445 | 2025.05.22 21:26:52.466624 [ 261 ] {c5db8877-58ac-4978-beca-7ab6af306a5e} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13446 | 2025.05.22 21:26:52.466671 [ 261 ] {c5db8877-58ac-4978-beca-7ab6af306a5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13447 | 2025.05.22 21:26:52.467013 [ 261 ] {c5db8877-58ac-4978-beca-7ab6af306a5e} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
13448 | 2025.05.22 21:26:52.467256 [ 261 ] {c5db8877-58ac-4978-beca-7ab6af306a5e} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13449 | 2025.05.22 21:26:52.467395 [ 261 ] {c5db8877-58ac-4978-beca-7ab6af306a5e} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001479 sec., 161595.67275185935 rows/sec., 10.83 MiB/sec. | ||
13450 | 2025.05.22 21:26:52.467472 [ 261 ] {c5db8877-58ac-4978-beca-7ab6af306a5e} <Debug> TCPHandler: Processed in 0.001823167 sec. | ||
13451 | 2025.05.22 21:26:52.467595 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13452 | 2025.05.22 21:26:52.467690 [ 261 ] {9d8f0698-2346-486f-a3c6-9b6bcd3a31a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
13453 | 2025.05.22 21:26:52.467732 [ 261 ] {9d8f0698-2346-486f-a3c6-9b6bcd3a31a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13454 | 2025.05.22 21:26:52.468050 [ 261 ] {9d8f0698-2346-486f-a3c6-9b6bcd3a31a5} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13455 | 2025.05.22 21:26:52.468084 [ 261 ] {9d8f0698-2346-486f-a3c6-9b6bcd3a31a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13456 | 2025.05.22 21:26:52.468377 [ 261 ] {9d8f0698-2346-486f-a3c6-9b6bcd3a31a5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13457 | 2025.05.22 21:26:52.468574 [ 261 ] {9d8f0698-2346-486f-a3c6-9b6bcd3a31a5} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13458 | 2025.05.22 21:26:52.468698 [ 261 ] {9d8f0698-2346-486f-a3c6-9b6bcd3a31a5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001027 sec., 973.7098344693283 rows/sec., 65.61 KiB/sec. | ||
13459 | 2025.05.22 21:26:52.468734 [ 261 ] {9d8f0698-2346-486f-a3c6-9b6bcd3a31a5} <Debug> TCPHandler: Processed in 0.001189408 sec. | ||
13460 | 2025.05.22 21:26:52.468843 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13461 | 2025.05.22 21:26:52.468942 [ 261 ] {670d8017-8587-43e5-ac5d-8ff75b2cf1fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
13462 | 2025.05.22 21:26:52.468999 [ 261 ] {670d8017-8587-43e5-ac5d-8ff75b2cf1fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
13463 | 2025.05.22 21:26:52.469877 [ 261 ] {670d8017-8587-43e5-ac5d-8ff75b2cf1fc} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13464 | 2025.05.22 21:26:52.469914 [ 261 ] {670d8017-8587-43e5-ac5d-8ff75b2cf1fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13465 | 2025.05.22 21:26:52.470532 [ 261 ] {670d8017-8587-43e5-ac5d-8ff75b2cf1fc} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
13466 | 2025.05.22 21:26:52.470798 [ 261 ] {670d8017-8587-43e5-ac5d-8ff75b2cf1fc} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13467 | 2025.05.22 21:26:52.470980 [ 261 ] {670d8017-8587-43e5-ac5d-8ff75b2cf1fc} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002056 sec., 3891.050583657587 rows/sec., 6.97 MiB/sec. | ||
13468 | 2025.05.22 21:26:52.471058 [ 261 ] {670d8017-8587-43e5-ac5d-8ff75b2cf1fc} <Debug> TCPHandler: Processed in 0.002266283 sec. | ||
13469 | 2025.05.22 21:26:52.471187 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13470 | 2025.05.22 21:26:52.471285 [ 261 ] {bdad7218-2504-4592-ad2e-785d25af3152} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
13471 | 2025.05.22 21:26:52.471326 [ 261 ] {bdad7218-2504-4592-ad2e-785d25af3152} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13472 | 2025.05.22 21:26:52.471684 [ 261 ] {bdad7218-2504-4592-ad2e-785d25af3152} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13473 | 2025.05.22 21:26:52.471723 [ 261 ] {bdad7218-2504-4592-ad2e-785d25af3152} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13474 | 2025.05.22 21:26:52.472042 [ 261 ] {bdad7218-2504-4592-ad2e-785d25af3152} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
13475 | 2025.05.22 21:26:52.472249 [ 261 ] {bdad7218-2504-4592-ad2e-785d25af3152} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13476 | 2025.05.22 21:26:52.472379 [ 261 ] {bdad7218-2504-4592-ad2e-785d25af3152} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001112 sec., 73741.00719424461 rows/sec., 4.68 MiB/sec. | ||
13477 | 2025.05.22 21:26:52.472415 [ 261 ] {bdad7218-2504-4592-ad2e-785d25af3152} <Debug> TCPHandler: Processed in 0.001287739 sec. | ||
13478 | 2025.05.22 21:26:53.866479 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34343 | ||
13479 | 2025.05.22 21:26:53.867299 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13480 | 2025.05.22 21:26:53.867357 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13481 | 2025.05.22 21:26:53.867839 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13482 | 2025.05.22 21:26:53.868069 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13483 | 2025.05.22 21:26:53.868215 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34343 | ||
13484 | 2025.05.22 21:26:53.868330 [ 225 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
13485 | 2025.05.22 21:26:53.868395 [ 225 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
13486 | 2025.05.22 21:26:53.870404 [ 225 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
13487 | 2025.05.22 21:26:55.499935 [ 223 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
13488 | 2025.05.22 21:26:55.500008 [ 223 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
13489 | 2025.05.22 21:26:55.502037 [ 223 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
13490 | 2025.05.22 21:26:55.701720 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 565 | ||
13491 | 2025.05.22 21:26:55.717511 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13492 | 2025.05.22 21:26:55.717559 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13493 | 2025.05.22 21:26:55.723358 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13494 | 2025.05.22 21:26:55.724056 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13495 | 2025.05.22 21:26:55.726932 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 565 | ||
13496 | 2025.05.22 21:26:57.449107 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13497 | 2025.05.22 21:26:57.449394 [ 261 ] {fe30d914-9c29-4d89-8e71-a1dea4a79f0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
13498 | 2025.05.22 21:26:57.449486 [ 261 ] {fe30d914-9c29-4d89-8e71-a1dea4a79f0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13499 | 2025.05.22 21:26:57.450178 [ 261 ] {fe30d914-9c29-4d89-8e71-a1dea4a79f0b} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13500 | 2025.05.22 21:26:57.450215 [ 261 ] {fe30d914-9c29-4d89-8e71-a1dea4a79f0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13501 | 2025.05.22 21:26:57.450615 [ 261 ] {fe30d914-9c29-4d89-8e71-a1dea4a79f0b} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
13502 | 2025.05.22 21:26:57.450843 [ 261 ] {fe30d914-9c29-4d89-8e71-a1dea4a79f0b} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13503 | 2025.05.22 21:26:57.450996 [ 261 ] {fe30d914-9c29-4d89-8e71-a1dea4a79f0b} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.001682 sec., 72532.69916765756 rows/sec., 6.19 MiB/sec. | ||
13504 | 2025.05.22 21:26:57.451001 [ 82 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
13505 | 2025.05.22 21:26:57.451039 [ 261 ] {fe30d914-9c29-4d89-8e71-a1dea4a79f0b} <Debug> TCPHandler: Processed in 0.002121331 sec. | ||
13506 | 2025.05.22 21:26:57.451052 [ 82 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13507 | 2025.05.22 21:26:57.451076 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13508 | 2025.05.22 21:26:57.451164 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::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 | ||
13509 | 2025.05.22 21:26:57.451172 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13510 | 2025.05.22 21:26:57.451250 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13511 | 2025.05.22 21:26:57.451289 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1970 rows starting from the beginning of the part | ||
13512 | 2025.05.22 21:26:57.451293 [ 261 ] {8d86f780-f7ef-4cb8-82ed-0bfeab193032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
13513 | 2025.05.22 21:26:57.451337 [ 261 ] {8d86f780-f7ef-4cb8-82ed-0bfeab193032} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13514 | 2025.05.22 21:26:57.451350 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 1262 rows starting from the beginning of the part | ||
13515 | 2025.05.22 21:26:57.451396 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 633 rows starting from the beginning of the part | ||
13516 | 2025.05.22 21:26:57.451449 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 122 rows starting from the beginning of the part | ||
13517 | 2025.05.22 21:26:57.451496 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 635 rows starting from the beginning of the part | ||
13518 | 2025.05.22 21:26:57.451544 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 122 rows starting from the beginning of the part | ||
13519 | 2025.05.22 21:26:57.451770 [ 261 ] {8d86f780-f7ef-4cb8-82ed-0bfeab193032} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13520 | 2025.05.22 21:26:57.451806 [ 261 ] {8d86f780-f7ef-4cb8-82ed-0bfeab193032} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13521 | 2025.05.22 21:26:57.452109 [ 261 ] {8d86f780-f7ef-4cb8-82ed-0bfeab193032} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
13522 | 2025.05.22 21:26:57.452321 [ 261 ] {8d86f780-f7ef-4cb8-82ed-0bfeab193032} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13523 | 2025.05.22 21:26:57.452443 [ 82 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
13524 | 2025.05.22 21:26:57.452452 [ 261 ] {8d86f780-f7ef-4cb8-82ed-0bfeab193032} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.00119 sec., 27731.092436974788 rows/sec., 2.04 MiB/sec. | ||
13525 | 2025.05.22 21:26:57.452476 [ 82 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13526 | 2025.05.22 21:26:57.452494 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13527 | 2025.05.22 21:26:57.452497 [ 261 ] {8d86f780-f7ef-4cb8-82ed-0bfeab193032} <Debug> TCPHandler: Processed in 0.001381811 sec. | ||
13528 | 2025.05.22 21:26:57.452605 [ 195 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::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 | ||
13529 | 2025.05.22 21:26:57.452624 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13530 | 2025.05.22 21:26:57.452745 [ 195 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13531 | 2025.05.22 21:26:57.452750 [ 261 ] {35782f78-dc7d-4839-8712-6f96dda87e21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
13532 | 2025.05.22 21:26:57.452786 [ 195 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 179 rows starting from the beginning of the part | ||
13533 | 2025.05.22 21:26:57.452804 [ 261 ] {35782f78-dc7d-4839-8712-6f96dda87e21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13534 | 2025.05.22 21:26:57.452858 [ 195 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 33 rows starting from the beginning of the part | ||
13535 | 2025.05.22 21:26:57.452911 [ 195 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 114 rows starting from the beginning of the part | ||
13536 | 2025.05.22 21:26:57.452954 [ 195 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 33 rows starting from the beginning of the part | ||
13537 | 2025.05.22 21:26:57.452995 [ 195 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 118 rows starting from the beginning of the part | ||
13538 | 2025.05.22 21:26:57.453047 [ 195 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 33 rows starting from the beginning of the part | ||
13539 | 2025.05.22 21:26:57.453229 [ 192 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4744 rows, containing 5 columns (5 merged, 0 gathered) in 0.002098541 sec., 2260618.2104614587 rows/sec., 192.68 MiB/sec. | ||
13540 | 2025.05.22 21:26:57.453276 [ 261 ] {35782f78-dc7d-4839-8712-6f96dda87e21} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13541 | 2025.05.22 21:26:57.453318 [ 261 ] {35782f78-dc7d-4839-8712-6f96dda87e21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13542 | 2025.05.22 21:26:57.453538 [ 189 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
13543 | 2025.05.22 21:26:57.453670 [ 261 ] {35782f78-dc7d-4839-8712-6f96dda87e21} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
13544 | 2025.05.22 21:26:57.453938 [ 190 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 510 rows, containing 5 columns (5 merged, 0 gathered) in 0.001390551 sec., 366761.08966877154 rows/sec., 24.94 MiB/sec. | ||
13545 | 2025.05.22 21:26:57.453956 [ 189 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_106_21} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13546 | 2025.05.22 21:26:57.453966 [ 261 ] {35782f78-dc7d-4839-8712-6f96dda87e21} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13547 | 2025.05.22 21:26:57.454064 [ 189 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_106_21} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
13548 | 2025.05.22 21:26:57.454069 [ 190 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
13549 | 2025.05.22 21:26:57.454183 [ 83 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
13550 | 2025.05.22 21:26:57.454190 [ 261 ] {35782f78-dc7d-4839-8712-6f96dda87e21} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001456 sec., 66620.87912087912 rows/sec., 5.20 MiB/sec. | ||
13551 | 2025.05.22 21:26:57.454213 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
13552 | 2025.05.22 21:26:57.454232 [ 83 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13553 | 2025.05.22 21:26:57.454263 [ 261 ] {35782f78-dc7d-4839-8712-6f96dda87e21} <Debug> TCPHandler: Processed in 0.001690426 sec. | ||
13554 | 2025.05.22 21:26:57.454276 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13555 | 2025.05.22 21:26:57.454342 [ 190 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_101_20} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13556 | 2025.05.22 21:26:57.454357 [ 195 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::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 | ||
13557 | 2025.05.22 21:26:57.454415 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13558 | 2025.05.22 21:26:57.454418 [ 190 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_101_20} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
13559 | 2025.05.22 21:26:57.454450 [ 195 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13560 | 2025.05.22 21:26:57.454479 [ 195 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 953 rows starting from the beginning of the part | ||
13561 | 2025.05.22 21:26:57.454514 [ 261 ] {0d65838b-890f-48a3-9cc2-aa4296260ae7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
13562 | 2025.05.22 21:26:57.454515 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
13563 | 2025.05.22 21:26:57.454523 [ 195 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 553 rows starting from the beginning of the part | ||
13564 | 2025.05.22 21:26:57.454564 [ 261 ] {0d65838b-890f-48a3-9cc2-aa4296260ae7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13565 | 2025.05.22 21:26:57.454581 [ 195 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 390 rows starting from the beginning of the part | ||
13566 | 2025.05.22 21:26:57.454625 [ 195 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 97 rows starting from the beginning of the part | ||
13567 | 2025.05.22 21:26:57.454657 [ 195 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 394 rows starting from the beginning of the part | ||
13568 | 2025.05.22 21:26:57.454690 [ 195 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 97 rows starting from the beginning of the part | ||
13569 | 2025.05.22 21:26:57.455032 [ 261 ] {0d65838b-890f-48a3-9cc2-aa4296260ae7} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13570 | 2025.05.22 21:26:57.455073 [ 261 ] {0d65838b-890f-48a3-9cc2-aa4296260ae7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13571 | 2025.05.22 21:26:57.455414 [ 261 ] {0d65838b-890f-48a3-9cc2-aa4296260ae7} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
13572 | 2025.05.22 21:26:57.455622 [ 261 ] {0d65838b-890f-48a3-9cc2-aa4296260ae7} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13573 | 2025.05.22 21:26:57.455753 [ 261 ] {0d65838b-890f-48a3-9cc2-aa4296260ae7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001258 sec., 127186.00953895072 rows/sec., 8.86 MiB/sec. | ||
13574 | 2025.05.22 21:26:57.455789 [ 261 ] {0d65838b-890f-48a3-9cc2-aa4296260ae7} <Debug> TCPHandler: Processed in 0.001431071 sec. | ||
13575 | 2025.05.22 21:26:57.455832 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2484 rows, containing 5 columns (5 merged, 0 gathered) in 0.001505053 sec., 1650440.2170554793 rows/sec., 126.87 MiB/sec. | ||
13576 | 2025.05.22 21:26:57.455910 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13577 | 2025.05.22 21:26:57.456000 [ 195 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
13578 | 2025.05.22 21:26:57.456007 [ 261 ] {03344d43-8885-4ea9-93d1-2fba2ba09429} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
13579 | 2025.05.22 21:26:57.456076 [ 261 ] {03344d43-8885-4ea9-93d1-2fba2ba09429} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
13580 | 2025.05.22 21:26:57.456269 [ 195 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_106_21} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13581 | 2025.05.22 21:26:57.456342 [ 195 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_106_21} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
13582 | 2025.05.22 21:26:57.456408 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
13583 | 2025.05.22 21:26:57.456938 [ 261 ] {03344d43-8885-4ea9-93d1-2fba2ba09429} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13584 | 2025.05.22 21:26:57.456980 [ 261 ] {03344d43-8885-4ea9-93d1-2fba2ba09429} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13585 | 2025.05.22 21:26:57.457534 [ 261 ] {03344d43-8885-4ea9-93d1-2fba2ba09429} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
13586 | 2025.05.22 21:26:57.457749 [ 261 ] {03344d43-8885-4ea9-93d1-2fba2ba09429} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13587 | 2025.05.22 21:26:57.457876 [ 83 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
13588 | 2025.05.22 21:26:57.457882 [ 261 ] {03344d43-8885-4ea9-93d1-2fba2ba09429} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001893 sec., 17432.646592709985 rows/sec., 31.24 MiB/sec. | ||
13589 | 2025.05.22 21:26:57.457914 [ 83 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13590 | 2025.05.22 21:26:57.457941 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13591 | 2025.05.22 21:26:57.457953 [ 261 ] {03344d43-8885-4ea9-93d1-2fba2ba09429} <Debug> TCPHandler: Processed in 0.002090041 sec. | ||
13592 | 2025.05.22 21:26:57.458009 [ 190 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
13593 | 2025.05.22 21:26:57.458074 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13594 | 2025.05.22 21:26:57.458157 [ 190 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13595 | 2025.05.22 21:26:57.458168 [ 261 ] {4e6b9ec9-3d31-466b-a05c-3eee94d7433f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
13596 | 2025.05.22 21:26:57.458201 [ 190 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 2014 rows starting from the beginning of the part | ||
13597 | 2025.05.22 21:26:57.458210 [ 261 ] {4e6b9ec9-3d31-466b-a05c-3eee94d7433f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13598 | 2025.05.22 21:26:57.458300 [ 190 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 33 rows starting from the beginning of the part | ||
13599 | 2025.05.22 21:26:57.458393 [ 190 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 8 rows starting from the beginning of the part | ||
13600 | 2025.05.22 21:26:57.458484 [ 190 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 33 rows starting from the beginning of the part | ||
13601 | 2025.05.22 21:26:57.458548 [ 261 ] {4e6b9ec9-3d31-466b-a05c-3eee94d7433f} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13602 | 2025.05.22 21:26:57.458572 [ 190 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 8 rows starting from the beginning of the part | ||
13603 | 2025.05.22 21:26:57.458583 [ 261 ] {4e6b9ec9-3d31-466b-a05c-3eee94d7433f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13604 | 2025.05.22 21:26:57.458663 [ 190 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 33 rows starting from the beginning of the part | ||
13605 | 2025.05.22 21:26:57.458888 [ 261 ] {4e6b9ec9-3d31-466b-a05c-3eee94d7433f} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
13606 | 2025.05.22 21:26:57.459096 [ 261 ] {4e6b9ec9-3d31-466b-a05c-3eee94d7433f} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13607 | 2025.05.22 21:26:57.459223 [ 261 ] {4e6b9ec9-3d31-466b-a05c-3eee94d7433f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. | ||
13608 | 2025.05.22 21:26:57.459257 [ 261 ] {4e6b9ec9-3d31-466b-a05c-3eee94d7433f} <Debug> TCPHandler: Processed in 0.001231168 sec. | ||
13609 | 2025.05.22 21:26:57.467091 [ 201 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2129 rows, containing 19 columns (19 merged, 0 gathered) in 0.009102905 sec., 233881.38182261598 rows/sec., 419.10 MiB/sec. | ||
13610 | 2025.05.22 21:26:57.469090 [ 201 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
13611 | 2025.05.22 21:26:57.469441 [ 201 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13612 | 2025.05.22 21:26:57.469522 [ 201 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
13613 | 2025.05.22 21:26:57.469703 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
13614 | 2025.05.22 21:26:58.000163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 350.39 MiB, peak 368.29 MiB, free memory in arenas 0.00 B, will set to 353.91 MiB (RSS), difference: 3.52 MiB | ||
13615 | 2025.05.22 21:27:01.190593 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13616 | 2025.05.22 21:27:01.190665 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13617 | 2025.05.22 21:27:01.369320 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34831 | ||
13618 | 2025.05.22 21:27:01.369862 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13619 | 2025.05.22 21:27:01.369909 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13620 | 2025.05.22 21:27:01.370437 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13621 | 2025.05.22 21:27:01.370684 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13622 | 2025.05.22 21:27:01.370826 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831 | ||
13623 | 2025.05.22 21:27:01.370864 [ 81 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13624 | 2025.05.22 21:27:01.370933 [ 81 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13625 | 2025.05.22 21:27:01.370954 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13626 | 2025.05.22 21:27:01.371079 [ 200 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
13627 | 2025.05.22 21:27:01.371210 [ 200 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13628 | 2025.05.22 21:27:01.371249 [ 200 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32513 rows starting from the beginning of the part | ||
13629 | 2025.05.22 21:27:01.371321 [ 200 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 488 rows starting from the beginning of the part | ||
13630 | 2025.05.22 21:27:01.371379 [ 200 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 427 rows starting from the beginning of the part | ||
13631 | 2025.05.22 21:27:01.371426 [ 200 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 488 rows starting from the beginning of the part | ||
13632 | 2025.05.22 21:27:01.371464 [ 200 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 427 rows starting from the beginning of the part | ||
13633 | 2025.05.22 21:27:01.371513 [ 200 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 488 rows starting from the beginning of the part | ||
13634 | 2025.05.22 21:27:01.374107 [ 191 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.003085336 sec., 11289208.047356917 rows/sec., 161.49 MiB/sec. | ||
13635 | 2025.05.22 21:27:01.374444 [ 194 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
13636 | 2025.05.22 21:27:01.374775 [ 194 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_76_15} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13637 | 2025.05.22 21:27:01.374856 [ 194 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_76_15} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
13638 | 2025.05.22 21:27:01.374981 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB. | ||
13639 | 2025.05.22 21:27:01.464458 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1870 | ||
13640 | 2025.05.22 21:27:01.467072 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13641 | 2025.05.22 21:27:01.467125 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13642 | 2025.05.22 21:27:01.468431 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
13643 | 2025.05.22 21:27:01.468715 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13644 | 2025.05.22 21:27:01.468961 [ 224 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): 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] | ||
13645 | 2025.05.22 21:27:01.469013 [ 224 ] {} <Debug> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): 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] | ||
13646 | 2025.05.22 21:27:01.469111 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1870 | ||
13647 | 2025.05.22 21:27:01.471297 [ 224 ] {} <Debug> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): 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] | ||
13648 | 2025.05.22 21:27:02.454383 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13649 | 2025.05.22 21:27:02.454567 [ 261 ] {2a62fb79-d41c-4ecd-93c7-fea57f195265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
13650 | 2025.05.22 21:27:02.454637 [ 261 ] {2a62fb79-d41c-4ecd-93c7-fea57f195265} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
13651 | 2025.05.22 21:27:02.455397 [ 261 ] {2a62fb79-d41c-4ecd-93c7-fea57f195265} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13652 | 2025.05.22 21:27:02.455445 [ 261 ] {2a62fb79-d41c-4ecd-93c7-fea57f195265} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13653 | 2025.05.22 21:27:02.455859 [ 261 ] {2a62fb79-d41c-4ecd-93c7-fea57f195265} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
13654 | 2025.05.22 21:27:02.456094 [ 261 ] {2a62fb79-d41c-4ecd-93c7-fea57f195265} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13655 | 2025.05.22 21:27:02.456261 [ 261 ] {2a62fb79-d41c-4ecd-93c7-fea57f195265} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001745 sec., 121489.97134670487 rows/sec., 7.73 MiB/sec. | ||
13656 | 2025.05.22 21:27:02.456316 [ 261 ] {2a62fb79-d41c-4ecd-93c7-fea57f195265} <Debug> TCPHandler: Processed in 0.00206767 sec. | ||
13657 | 2025.05.22 21:27:02.456444 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13658 | 2025.05.22 21:27:02.456550 [ 261 ] {c2724044-812b-4c60-b4d8-87ad16f74258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
13659 | 2025.05.22 21:27:02.456595 [ 261 ] {c2724044-812b-4c60-b4d8-87ad16f74258} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13660 | 2025.05.22 21:27:02.457366 [ 261 ] {c2724044-812b-4c60-b4d8-87ad16f74258} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13661 | 2025.05.22 21:27:02.457404 [ 261 ] {c2724044-812b-4c60-b4d8-87ad16f74258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13662 | 2025.05.22 21:27:02.457751 [ 261 ] {c2724044-812b-4c60-b4d8-87ad16f74258} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
13663 | 2025.05.22 21:27:02.457974 [ 261 ] {c2724044-812b-4c60-b4d8-87ad16f74258} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13664 | 2025.05.22 21:27:02.458117 [ 261 ] {c2724044-812b-4c60-b4d8-87ad16f74258} <Debug> executeQuery: Read 633 rows, 50.88 KiB in 0.001591 sec., 397862.9792583281 rows/sec., 31.23 MiB/sec. | ||
13665 | 2025.05.22 21:27:02.458163 [ 261 ] {c2724044-812b-4c60-b4d8-87ad16f74258} <Debug> TCPHandler: Processed in 0.001773947 sec. | ||
13666 | 2025.05.22 21:27:02.458280 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13667 | 2025.05.22 21:27:02.458385 [ 261 ] {901a45bd-57df-46d4-88b5-13d45142d50d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
13668 | 2025.05.22 21:27:02.458428 [ 261 ] {901a45bd-57df-46d4-88b5-13d45142d50d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13669 | 2025.05.22 21:27:02.458894 [ 261 ] {901a45bd-57df-46d4-88b5-13d45142d50d} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13670 | 2025.05.22 21:27:02.458930 [ 261 ] {901a45bd-57df-46d4-88b5-13d45142d50d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13671 | 2025.05.22 21:27:02.459285 [ 261 ] {901a45bd-57df-46d4-88b5-13d45142d50d} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
13672 | 2025.05.22 21:27:02.459500 [ 261 ] {901a45bd-57df-46d4-88b5-13d45142d50d} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13673 | 2025.05.22 21:27:02.459634 [ 261 ] {901a45bd-57df-46d4-88b5-13d45142d50d} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001271 sec., 89693.15499606609 rows/sec., 5.37 MiB/sec. | ||
13674 | 2025.05.22 21:27:02.459672 [ 261 ] {901a45bd-57df-46d4-88b5-13d45142d50d} <Debug> TCPHandler: Processed in 0.001443661 sec. | ||
13675 | 2025.05.22 21:27:02.459791 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13676 | 2025.05.22 21:27:02.459889 [ 261 ] {f9e88227-02e5-4ff4-991b-0253e4546ab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
13677 | 2025.05.22 21:27:02.459929 [ 261 ] {f9e88227-02e5-4ff4-991b-0253e4546ab2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13678 | 2025.05.22 21:27:02.460370 [ 261 ] {f9e88227-02e5-4ff4-991b-0253e4546ab2} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13679 | 2025.05.22 21:27:02.460407 [ 261 ] {f9e88227-02e5-4ff4-991b-0253e4546ab2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13680 | 2025.05.22 21:27:02.460711 [ 261 ] {f9e88227-02e5-4ff4-991b-0253e4546ab2} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
13681 | 2025.05.22 21:27:02.460918 [ 261 ] {f9e88227-02e5-4ff4-991b-0253e4546ab2} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13682 | 2025.05.22 21:27:02.461047 [ 75 ] {} <Debug> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
13683 | 2025.05.22 21:27:02.461054 [ 261 ] {f9e88227-02e5-4ff4-991b-0253e4546ab2} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001184 sec., 95439.1891891892 rows/sec., 6.18 MiB/sec. | ||
13684 | 2025.05.22 21:27:02.461118 [ 75 ] {} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13685 | 2025.05.22 21:27:02.461133 [ 261 ] {f9e88227-02e5-4ff4-991b-0253e4546ab2} <Debug> TCPHandler: Processed in 0.001393561 sec. | ||
13686 | 2025.05.22 21:27:02.461148 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13687 | 2025.05.22 21:27:02.461269 [ 200 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_50_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full | ||
13688 | 2025.05.22 21:27:02.461283 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13689 | 2025.05.22 21:27:02.461407 [ 200 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13690 | 2025.05.22 21:27:02.461433 [ 261 ] {22570dcb-a1e3-41f1-84ca-cc0c010d9056} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
13691 | 2025.05.22 21:27:02.461444 [ 200 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 365 rows starting from the beginning of the part | ||
13692 | 2025.05.22 21:27:02.461500 [ 261 ] {22570dcb-a1e3-41f1-84ca-cc0c010d9056} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13693 | 2025.05.22 21:27:02.461531 [ 200 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 113 rows starting from the beginning of the part | ||
13694 | 2025.05.22 21:27:02.461587 [ 200 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 228 rows starting from the beginning of the part | ||
13695 | 2025.05.22 21:27:02.461635 [ 200 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 113 rows starting from the beginning of the part | ||
13696 | 2025.05.22 21:27:02.461679 [ 200 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 113 rows starting from the beginning of the part | ||
13697 | 2025.05.22 21:27:02.461721 [ 200 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 113 rows starting from the beginning of the part | ||
13698 | 2025.05.22 21:27:02.462043 [ 261 ] {22570dcb-a1e3-41f1-84ca-cc0c010d9056} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13699 | 2025.05.22 21:27:02.462085 [ 261 ] {22570dcb-a1e3-41f1-84ca-cc0c010d9056} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13700 | 2025.05.22 21:27:02.462447 [ 261 ] {22570dcb-a1e3-41f1-84ca-cc0c010d9056} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
13701 | 2025.05.22 21:27:02.462683 [ 261 ] {22570dcb-a1e3-41f1-84ca-cc0c010d9056} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13702 | 2025.05.22 21:27:02.462733 [ 191 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1045 rows, containing 5 columns (5 merged, 0 gathered) in 0.001519063 sec., 687924.0689819974 rows/sec., 48.34 MiB/sec. | ||
13703 | 2025.05.22 21:27:02.462829 [ 261 ] {22570dcb-a1e3-41f1-84ca-cc0c010d9056} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001421 sec., 78817.73399014778 rows/sec., 4.49 MiB/sec. | ||
13704 | 2025.05.22 21:27:02.462876 [ 261 ] {22570dcb-a1e3-41f1-84ca-cc0c010d9056} <Debug> TCPHandler: Processed in 0.001656825 sec. | ||
13705 | 2025.05.22 21:27:02.462887 [ 200 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
13706 | 2025.05.22 21:27:02.463002 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13707 | 2025.05.22 21:27:02.463104 [ 261 ] {fd1e13bb-7a0d-4f66-a938-6edd6387e8cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
13708 | 2025.05.22 21:27:02.463148 [ 261 ] {fd1e13bb-7a0d-4f66-a938-6edd6387e8cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13709 | 2025.05.22 21:27:02.463172 [ 200 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_50_10} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13710 | 2025.05.22 21:27:02.463250 [ 200 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_50_10} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
13711 | 2025.05.22 21:27:02.463329 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
13712 | 2025.05.22 21:27:02.463719 [ 261 ] {fd1e13bb-7a0d-4f66-a938-6edd6387e8cf} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13713 | 2025.05.22 21:27:02.463760 [ 261 ] {fd1e13bb-7a0d-4f66-a938-6edd6387e8cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13714 | 2025.05.22 21:27:02.464094 [ 261 ] {fd1e13bb-7a0d-4f66-a938-6edd6387e8cf} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
13715 | 2025.05.22 21:27:02.464305 [ 261 ] {fd1e13bb-7a0d-4f66-a938-6edd6387e8cf} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13716 | 2025.05.22 21:27:02.464439 [ 261 ] {fd1e13bb-7a0d-4f66-a938-6edd6387e8cf} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001353 sec., 288248.33702882484 rows/sec., 20.37 MiB/sec. | ||
13717 | 2025.05.22 21:27:02.464479 [ 261 ] {fd1e13bb-7a0d-4f66-a938-6edd6387e8cf} <Debug> TCPHandler: Processed in 0.001527843 sec. | ||
13718 | 2025.05.22 21:27:02.464601 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13719 | 2025.05.22 21:27:02.464698 [ 261 ] {c468c1d2-f466-4e5b-a05f-ce587797101b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
13720 | 2025.05.22 21:27:02.464741 [ 261 ] {c468c1d2-f466-4e5b-a05f-ce587797101b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13721 | 2025.05.22 21:27:02.465082 [ 261 ] {c468c1d2-f466-4e5b-a05f-ce587797101b} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13722 | 2025.05.22 21:27:02.465118 [ 261 ] {c468c1d2-f466-4e5b-a05f-ce587797101b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13723 | 2025.05.22 21:27:02.465420 [ 261 ] {c468c1d2-f466-4e5b-a05f-ce587797101b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13724 | 2025.05.22 21:27:02.465622 [ 261 ] {c468c1d2-f466-4e5b-a05f-ce587797101b} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13725 | 2025.05.22 21:27:02.465750 [ 261 ] {c468c1d2-f466-4e5b-a05f-ce587797101b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001071 sec., 5602.240896358544 rows/sec., 292.70 KiB/sec. | ||
13726 | 2025.05.22 21:27:02.465786 [ 261 ] {c468c1d2-f466-4e5b-a05f-ce587797101b} <Debug> TCPHandler: Processed in 0.001242488 sec. | ||
13727 | 2025.05.22 21:27:02.465896 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13728 | 2025.05.22 21:27:02.465991 [ 261 ] {515f9e6e-26a4-48c0-b561-b006b9af72fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
13729 | 2025.05.22 21:27:02.466033 [ 261 ] {515f9e6e-26a4-48c0-b561-b006b9af72fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13730 | 2025.05.22 21:27:02.466454 [ 261 ] {515f9e6e-26a4-48c0-b561-b006b9af72fa} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13731 | 2025.05.22 21:27:02.466489 [ 261 ] {515f9e6e-26a4-48c0-b561-b006b9af72fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13732 | 2025.05.22 21:27:02.466817 [ 261 ] {515f9e6e-26a4-48c0-b561-b006b9af72fa} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
13733 | 2025.05.22 21:27:02.467028 [ 261 ] {515f9e6e-26a4-48c0-b561-b006b9af72fa} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13734 | 2025.05.22 21:27:02.467154 [ 75 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
13735 | 2025.05.22 21:27:02.467166 [ 261 ] {515f9e6e-26a4-48c0-b561-b006b9af72fa} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001193 sec., 198658.84325230512 rows/sec., 13.32 MiB/sec. | ||
13736 | 2025.05.22 21:27:02.467195 [ 75 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13737 | 2025.05.22 21:27:02.467216 [ 261 ] {515f9e6e-26a4-48c0-b561-b006b9af72fa} <Debug> TCPHandler: Processed in 0.001370701 sec. | ||
13738 | 2025.05.22 21:27:02.467219 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13739 | 2025.05.22 21:27:02.467342 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
13740 | 2025.05.22 21:27:02.467347 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13741 | 2025.05.22 21:27:02.467491 [ 261 ] {20a81c0c-a76e-464d-8d42-7d9c82c0fb5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
13742 | 2025.05.22 21:27:02.467501 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13743 | 2025.05.22 21:27:02.467535 [ 261 ] {20a81c0c-a76e-464d-8d42-7d9c82c0fb5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13744 | 2025.05.22 21:27:02.467547 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 31232 rows starting from the beginning of the part | ||
13745 | 2025.05.22 21:27:02.467623 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 237 rows starting from the beginning of the part | ||
13746 | 2025.05.22 21:27:02.467676 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 160 rows starting from the beginning of the part | ||
13747 | 2025.05.22 21:27:02.467719 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 239 rows starting from the beginning of the part | ||
13748 | 2025.05.22 21:27:02.467761 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::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 | ||
13749 | 2025.05.22 21:27:02.467801 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 237 rows starting from the beginning of the part | ||
13750 | 2025.05.22 21:27:02.467862 [ 261 ] {20a81c0c-a76e-464d-8d42-7d9c82c0fb5f} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13751 | 2025.05.22 21:27:02.467903 [ 261 ] {20a81c0c-a76e-464d-8d42-7d9c82c0fb5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13752 | 2025.05.22 21:27:02.468221 [ 261 ] {20a81c0c-a76e-464d-8d42-7d9c82c0fb5f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13753 | 2025.05.22 21:27:02.468426 [ 261 ] {20a81c0c-a76e-464d-8d42-7d9c82c0fb5f} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13754 | 2025.05.22 21:27:02.468563 [ 261 ] {20a81c0c-a76e-464d-8d42-7d9c82c0fb5f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00109 sec., 917.4311926605504 rows/sec., 61.82 KiB/sec. | ||
13755 | 2025.05.22 21:27:02.468600 [ 261 ] {20a81c0c-a76e-464d-8d42-7d9c82c0fb5f} <Debug> TCPHandler: Processed in 0.001304079 sec. | ||
13756 | 2025.05.22 21:27:02.468715 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13757 | 2025.05.22 21:27:02.468807 [ 261 ] {71009a86-3395-4322-ae14-52c14a5a2a31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
13758 | 2025.05.22 21:27:02.468862 [ 261 ] {71009a86-3395-4322-ae14-52c14a5a2a31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
13759 | 2025.05.22 21:27:02.469643 [ 261 ] {71009a86-3395-4322-ae14-52c14a5a2a31} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13760 | 2025.05.22 21:27:02.469684 [ 261 ] {71009a86-3395-4322-ae14-52c14a5a2a31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13761 | 2025.05.22 21:27:02.470184 [ 261 ] {71009a86-3395-4322-ae14-52c14a5a2a31} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
13762 | 2025.05.22 21:27:02.470412 [ 261 ] {71009a86-3395-4322-ae14-52c14a5a2a31} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13763 | 2025.05.22 21:27:02.470555 [ 261 ] {71009a86-3395-4322-ae14-52c14a5a2a31} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001766 sec., 4530.011325028313 rows/sec., 8.12 MiB/sec. | ||
13764 | 2025.05.22 21:27:02.470623 [ 261 ] {71009a86-3395-4322-ae14-52c14a5a2a31} <Debug> TCPHandler: Processed in 0.001957949 sec. | ||
13765 | 2025.05.22 21:27:02.470626 [ 218 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): 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] | ||
13766 | 2025.05.22 21:27:02.470654 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): 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] | ||
13767 | 2025.05.22 21:27:02.470756 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13768 | 2025.05.22 21:27:02.470850 [ 261 ] {dfdb4e39-599f-4ebb-a285-a1928279d6b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
13769 | 2025.05.22 21:27:02.470891 [ 261 ] {dfdb4e39-599f-4ebb-a285-a1928279d6b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13770 | 2025.05.22 21:27:02.471236 [ 261 ] {dfdb4e39-599f-4ebb-a285-a1928279d6b2} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13771 | 2025.05.22 21:27:02.471272 [ 261 ] {dfdb4e39-599f-4ebb-a285-a1928279d6b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13772 | 2025.05.22 21:27:02.471582 [ 261 ] {dfdb4e39-599f-4ebb-a285-a1928279d6b2} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
13773 | 2025.05.22 21:27:02.471806 [ 261 ] {dfdb4e39-599f-4ebb-a285-a1928279d6b2} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13774 | 2025.05.22 21:27:02.471930 [ 75 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
13775 | 2025.05.22 21:27:02.471936 [ 261 ] {dfdb4e39-599f-4ebb-a285-a1928279d6b2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001103 sec., 74342.7017225748 rows/sec., 4.72 MiB/sec. | ||
13776 | 2025.05.22 21:27:02.471970 [ 75 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13777 | 2025.05.22 21:27:02.471989 [ 261 ] {dfdb4e39-599f-4ebb-a285-a1928279d6b2} <Debug> TCPHandler: Processed in 0.001284859 sec. | ||
13778 | 2025.05.22 21:27:02.471993 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13779 | 2025.05.22 21:27:02.472086 [ 200 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
13780 | 2025.05.22 21:27:02.472192 [ 200 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13781 | 2025.05.22 21:27:02.472220 [ 200 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6018 rows starting from the beginning of the part | ||
13782 | 2025.05.22 21:27:02.472272 [ 200 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 82 rows starting from the beginning of the part | ||
13783 | 2025.05.22 21:27:02.472309 [ 200 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
13784 | 2025.05.22 21:27:02.472343 [ 200 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 82 rows starting from the beginning of the part | ||
13785 | 2025.05.22 21:27:02.472374 [ 200 ] {2081590f-6cf0-4deb-87f8-191953fa6241::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 | ||
13786 | 2025.05.22 21:27:02.472408 [ 200 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 82 rows starting from the beginning of the part | ||
13787 | 2025.05.22 21:27:02.472876 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): 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] | ||
13788 | 2025.05.22 21:27:02.474086 [ 188 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32265 rows, containing 5 columns (5 merged, 0 gathered) in 0.006795371 sec., 4748085.130304144 rows/sec., 322.66 MiB/sec. | ||
13789 | 2025.05.22 21:27:02.474390 [ 191 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6384 rows, containing 4 columns (4 merged, 0 gathered) in 0.002337984 sec., 2730557.6086063893 rows/sec., 179.83 MiB/sec. | ||
13790 | 2025.05.22 21:27:02.474661 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
13791 | 2025.05.22 21:27:02.474775 [ 188 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
13792 | 2025.05.22 21:27:02.475032 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13793 | 2025.05.22 21:27:02.475089 [ 188 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_106_21} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13794 | 2025.05.22 21:27:02.475125 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
13795 | 2025.05.22 21:27:02.475170 [ 188 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_106_21} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
13796 | 2025.05.22 21:27:02.475216 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
13797 | 2025.05.22 21:27:02.475257 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. | ||
13798 | 2025.05.22 21:27:03.228030 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 573 | ||
13799 | 2025.05.22 21:27:03.248350 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13800 | 2025.05.22 21:27:03.248416 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13801 | 2025.05.22 21:27:03.254557 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13802 | 2025.05.22 21:27:03.255269 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13803 | 2025.05.22 21:27:03.255616 [ 73 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13804 | 2025.05.22 21:27:03.255681 [ 73 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13805 | 2025.05.22 21:27:03.255702 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
13806 | 2025.05.22 21:27:03.255801 [ 196 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
13807 | 2025.05.22 21:27:03.258880 [ 196 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13808 | 2025.05.22 21:27:03.258968 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573 | ||
13809 | 2025.05.22 21:27:03.259801 [ 196 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 535 rows starting from the beginning of the part | ||
13810 | 2025.05.22 21:27:03.263548 [ 196 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 7 rows starting from the beginning of the part | ||
13811 | 2025.05.22 21:27:03.267218 [ 196 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part | ||
13812 | 2025.05.22 21:27:03.271371 [ 196 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 7 rows starting from the beginning of the part | ||
13813 | 2025.05.22 21:27:03.276212 [ 196 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 8 rows starting from the beginning of the part | ||
13814 | 2025.05.22 21:27:03.281003 [ 196 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 8 rows starting from the beginning of the part | ||
13815 | 2025.05.22 21:27:03.344993 [ 191 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.089222017 sec., 6422.181646039228 rows/sec., 33.21 MiB/sec. | ||
13816 | 2025.05.22 21:27:03.348100 [ 191 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
13817 | 2025.05.22 21:27:03.350194 [ 191 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_76_15} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13818 | 2025.05.22 21:27:03.350312 [ 191 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_76_15} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
13819 | 2025.05.22 21:27:03.352870 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
13820 | 2025.05.22 21:27:03.401324 [ 219 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): 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] | ||
13821 | 2025.05.22 21:27:03.401354 [ 219 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): 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] | ||
13822 | 2025.05.22 21:27:03.403468 [ 219 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): 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] | ||
13823 | 2025.05.22 21:27:04.000279 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 355.08 MiB, peak 372.48 MiB, free memory in arenas 0.00 B, will set to 354.01 MiB (RSS), difference: -1.07 MiB | ||
13824 | 2025.05.22 21:27:07.243274 [ 224 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): 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] | ||
13825 | 2025.05.22 21:27:07.243339 [ 224 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): 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] | ||
13826 | 2025.05.22 21:27:07.245061 [ 224 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): 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] | ||
13827 | 2025.05.22 21:27:07.478078 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13828 | 2025.05.22 21:27:07.478283 [ 261 ] {04f550e3-ffae-481f-b4b1-3253540f7ef2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
13829 | 2025.05.22 21:27:07.478358 [ 261 ] {04f550e3-ffae-481f-b4b1-3253540f7ef2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13830 | 2025.05.22 21:27:07.479058 [ 261 ] {04f550e3-ffae-481f-b4b1-3253540f7ef2} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13831 | 2025.05.22 21:27:07.479100 [ 261 ] {04f550e3-ffae-481f-b4b1-3253540f7ef2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
13832 | 2025.05.22 21:27:07.479471 [ 261 ] {04f550e3-ffae-481f-b4b1-3253540f7ef2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
13833 | 2025.05.22 21:27:07.479693 [ 261 ] {04f550e3-ffae-481f-b4b1-3253540f7ef2} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13834 | 2025.05.22 21:27:07.479845 [ 261 ] {04f550e3-ffae-481f-b4b1-3253540f7ef2} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001617 sec., 7421.150278293136 rows/sec., 605.14 KiB/sec. | ||
13835 | 2025.05.22 21:27:07.479893 [ 261 ] {04f550e3-ffae-481f-b4b1-3253540f7ef2} <Debug> TCPHandler: Processed in 0.001948039 sec. | ||
13836 | 2025.05.22 21:27:07.480011 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13837 | 2025.05.22 21:27:07.480113 [ 261 ] {a700a8db-2aa6-4ac6-be59-0b6c9a809b36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
13838 | 2025.05.22 21:27:07.480155 [ 261 ] {a700a8db-2aa6-4ac6-be59-0b6c9a809b36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13839 | 2025.05.22 21:27:07.481260 [ 261 ] {a700a8db-2aa6-4ac6-be59-0b6c9a809b36} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13840 | 2025.05.22 21:27:07.481296 [ 261 ] {a700a8db-2aa6-4ac6-be59-0b6c9a809b36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
13841 | 2025.05.22 21:27:07.481673 [ 261 ] {a700a8db-2aa6-4ac6-be59-0b6c9a809b36} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
13842 | 2025.05.22 21:27:07.481881 [ 261 ] {a700a8db-2aa6-4ac6-be59-0b6c9a809b36} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13843 | 2025.05.22 21:27:07.482009 [ 261 ] {a700a8db-2aa6-4ac6-be59-0b6c9a809b36} <Debug> executeQuery: Read 1268 rows, 107.22 KiB in 0.00192 sec., 660416.6666666666 rows/sec., 54.53 MiB/sec. | ||
13844 | 2025.05.22 21:27:07.482045 [ 261 ] {a700a8db-2aa6-4ac6-be59-0b6c9a809b36} <Debug> TCPHandler: Processed in 0.002085191 sec. | ||
13845 | 2025.05.22 21:27:07.482159 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13846 | 2025.05.22 21:27:07.482253 [ 261 ] {09183156-ad2a-4fc9-8cae-2cbde2d404e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
13847 | 2025.05.22 21:27:07.482292 [ 261 ] {09183156-ad2a-4fc9-8cae-2cbde2d404e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13848 | 2025.05.22 21:27:07.482709 [ 261 ] {09183156-ad2a-4fc9-8cae-2cbde2d404e5} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13849 | 2025.05.22 21:27:07.482742 [ 261 ] {09183156-ad2a-4fc9-8cae-2cbde2d404e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
13850 | 2025.05.22 21:27:07.483032 [ 261 ] {09183156-ad2a-4fc9-8cae-2cbde2d404e5} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
13851 | 2025.05.22 21:27:07.483257 [ 261 ] {09183156-ad2a-4fc9-8cae-2cbde2d404e5} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13852 | 2025.05.22 21:27:07.483382 [ 261 ] {09183156-ad2a-4fc9-8cae-2cbde2d404e5} <Debug> executeQuery: Read 45 rows, 3.32 KiB in 0.001148 sec., 39198.606271777004 rows/sec., 2.82 MiB/sec. | ||
13853 | 2025.05.22 21:27:07.483418 [ 261 ] {09183156-ad2a-4fc9-8cae-2cbde2d404e5} <Debug> TCPHandler: Processed in 0.001309329 sec. | ||
13854 | 2025.05.22 21:27:07.483515 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13855 | 2025.05.22 21:27:07.483607 [ 261 ] {6feebc82-1455-43da-aa6e-1c485263aeb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
13856 | 2025.05.22 21:27:07.483646 [ 261 ] {6feebc82-1455-43da-aa6e-1c485263aeb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13857 | 2025.05.22 21:27:07.484145 [ 261 ] {6feebc82-1455-43da-aa6e-1c485263aeb0} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13858 | 2025.05.22 21:27:07.484180 [ 261 ] {6feebc82-1455-43da-aa6e-1c485263aeb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
13859 | 2025.05.22 21:27:07.484484 [ 261 ] {6feebc82-1455-43da-aa6e-1c485263aeb0} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
13860 | 2025.05.22 21:27:07.484689 [ 261 ] {6feebc82-1455-43da-aa6e-1c485263aeb0} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13861 | 2025.05.22 21:27:07.484826 [ 261 ] {6feebc82-1455-43da-aa6e-1c485263aeb0} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001236 sec., 184466.01941747573 rows/sec., 12.49 MiB/sec. | ||
13862 | 2025.05.22 21:27:07.484863 [ 261 ] {6feebc82-1455-43da-aa6e-1c485263aeb0} <Debug> TCPHandler: Processed in 0.001395781 sec. | ||
13863 | 2025.05.22 21:27:07.484970 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13864 | 2025.05.22 21:27:07.485063 [ 261 ] {aaf52c90-4982-418e-b9de-65d46c0bed81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
13865 | 2025.05.22 21:27:07.485102 [ 261 ] {aaf52c90-4982-418e-b9de-65d46c0bed81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13866 | 2025.05.22 21:27:07.485743 [ 261 ] {aaf52c90-4982-418e-b9de-65d46c0bed81} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13867 | 2025.05.22 21:27:07.485778 [ 261 ] {aaf52c90-4982-418e-b9de-65d46c0bed81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
13868 | 2025.05.22 21:27:07.486096 [ 261 ] {aaf52c90-4982-418e-b9de-65d46c0bed81} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
13869 | 2025.05.22 21:27:07.486297 [ 261 ] {aaf52c90-4982-418e-b9de-65d46c0bed81} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13870 | 2025.05.22 21:27:07.486425 [ 261 ] {aaf52c90-4982-418e-b9de-65d46c0bed81} <Debug> executeQuery: Read 565 rows, 43.03 KiB in 0.001381 sec., 409123.82331643737 rows/sec., 30.43 MiB/sec. | ||
13871 | 2025.05.22 21:27:07.486462 [ 261 ] {aaf52c90-4982-418e-b9de-65d46c0bed81} <Debug> TCPHandler: Processed in 0.001540733 sec. | ||
13872 | 2025.05.22 21:27:07.486571 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13873 | 2025.05.22 21:27:07.486665 [ 261 ] {c9bb5692-04c3-4878-acae-22fa579ed88b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
13874 | 2025.05.22 21:27:07.486708 [ 261 ] {c9bb5692-04c3-4878-acae-22fa579ed88b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13875 | 2025.05.22 21:27:07.487313 [ 261 ] {c9bb5692-04c3-4878-acae-22fa579ed88b} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13876 | 2025.05.22 21:27:07.487346 [ 261 ] {c9bb5692-04c3-4878-acae-22fa579ed88b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
13877 | 2025.05.22 21:27:07.487711 [ 261 ] {c9bb5692-04c3-4878-acae-22fa579ed88b} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
13878 | 2025.05.22 21:27:07.487916 [ 261 ] {c9bb5692-04c3-4878-acae-22fa579ed88b} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13879 | 2025.05.22 21:27:07.488045 [ 261 ] {c9bb5692-04c3-4878-acae-22fa579ed88b} <Debug> executeQuery: Read 886 rows, 61.05 KiB in 0.001399 sec., 633309.5067905646 rows/sec., 42.62 MiB/sec. | ||
13880 | 2025.05.22 21:27:07.488081 [ 261 ] {c9bb5692-04c3-4878-acae-22fa579ed88b} <Debug> TCPHandler: Processed in 0.001558533 sec. | ||
13881 | 2025.05.22 21:27:07.488188 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13882 | 2025.05.22 21:27:07.488280 [ 261 ] {9f1bb2ef-1801-4f12-9c0e-b0ce290bf88f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
13883 | 2025.05.22 21:27:07.488334 [ 261 ] {9f1bb2ef-1801-4f12-9c0e-b0ce290bf88f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
13884 | 2025.05.22 21:27:07.489177 [ 261 ] {9f1bb2ef-1801-4f12-9c0e-b0ce290bf88f} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13885 | 2025.05.22 21:27:07.489212 [ 261 ] {9f1bb2ef-1801-4f12-9c0e-b0ce290bf88f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
13886 | 2025.05.22 21:27:07.489760 [ 261 ] {9f1bb2ef-1801-4f12-9c0e-b0ce290bf88f} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
13887 | 2025.05.22 21:27:07.489972 [ 261 ] {9f1bb2ef-1801-4f12-9c0e-b0ce290bf88f} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13888 | 2025.05.22 21:27:07.490106 [ 261 ] {9f1bb2ef-1801-4f12-9c0e-b0ce290bf88f} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001844 sec., 17895.878524945772 rows/sec., 32.07 MiB/sec. | ||
13889 | 2025.05.22 21:27:07.490158 [ 261 ] {9f1bb2ef-1801-4f12-9c0e-b0ce290bf88f} <Debug> TCPHandler: Processed in 0.00201805 sec. | ||
13890 | 2025.05.22 21:27:07.490278 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13891 | 2025.05.22 21:27:07.490371 [ 261 ] {f0135d44-55ee-4c25-b1cd-409ad7bc42cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
13892 | 2025.05.22 21:27:07.490412 [ 261 ] {f0135d44-55ee-4c25-b1cd-409ad7bc42cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13893 | 2025.05.22 21:27:07.490755 [ 261 ] {f0135d44-55ee-4c25-b1cd-409ad7bc42cc} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13894 | 2025.05.22 21:27:07.490788 [ 261 ] {f0135d44-55ee-4c25-b1cd-409ad7bc42cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
13895 | 2025.05.22 21:27:07.491073 [ 261 ] {f0135d44-55ee-4c25-b1cd-409ad7bc42cc} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
13896 | 2025.05.22 21:27:07.491271 [ 261 ] {f0135d44-55ee-4c25-b1cd-409ad7bc42cc} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13897 | 2025.05.22 21:27:07.491395 [ 261 ] {f0135d44-55ee-4c25-b1cd-409ad7bc42cc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001042 sec., 57581.57389635317 rows/sec., 3.88 MiB/sec. | ||
13898 | 2025.05.22 21:27:07.491429 [ 261 ] {f0135d44-55ee-4c25-b1cd-409ad7bc42cc} <Debug> TCPHandler: Processed in 0.001200028 sec. | ||
13899 | 2025.05.22 21:27:08.211372 [ 223 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): 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] | ||
13900 | 2025.05.22 21:27:08.211419 [ 223 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): 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] | ||
13901 | 2025.05.22 21:27:08.213111 [ 223 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): 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] | ||
13902 | 2025.05.22 21:27:08.870967 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35258 | ||
13903 | 2025.05.22 21:27:08.871472 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13904 | 2025.05.22 21:27:08.871522 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
13905 | 2025.05.22 21:27:08.872035 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
13906 | 2025.05.22 21:27:08.872327 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13907 | 2025.05.22 21:27:08.872473 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35258 | ||
13908 | 2025.05.22 21:27:10.759061 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 580 | ||
13909 | 2025.05.22 21:27:10.775322 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13910 | 2025.05.22 21:27:10.775387 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13911 | 2025.05.22 21:27:10.781348 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
13912 | 2025.05.22 21:27:10.782029 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13913 | 2025.05.22 21:27:10.785099 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 580 | ||
13914 | 2025.05.22 21:27:11.469345 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1908 | ||
13915 | 2025.05.22 21:27:11.471874 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13916 | 2025.05.22 21:27:11.471919 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13917 | 2025.05.22 21:27:11.473171 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
13918 | 2025.05.22 21:27:11.473447 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13919 | 2025.05.22 21:27:11.473736 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1908 | ||
13920 | 2025.05.22 21:27:12.454258 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13921 | 2025.05.22 21:27:12.454459 [ 261 ] {35b1f7d0-f862-41b1-b15d-e881bdbec8a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
13922 | 2025.05.22 21:27:12.454534 [ 261 ] {35b1f7d0-f862-41b1-b15d-e881bdbec8a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
13923 | 2025.05.22 21:27:12.455260 [ 261 ] {35b1f7d0-f862-41b1-b15d-e881bdbec8a2} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13924 | 2025.05.22 21:27:12.455304 [ 261 ] {35b1f7d0-f862-41b1-b15d-e881bdbec8a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13925 | 2025.05.22 21:27:12.455704 [ 261 ] {35b1f7d0-f862-41b1-b15d-e881bdbec8a2} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
13926 | 2025.05.22 21:27:12.455931 [ 261 ] {35b1f7d0-f862-41b1-b15d-e881bdbec8a2} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13927 | 2025.05.22 21:27:12.456090 [ 261 ] {35b1f7d0-f862-41b1-b15d-e881bdbec8a2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001685 sec., 125816.02373887239 rows/sec., 8.00 MiB/sec. | ||
13928 | 2025.05.22 21:27:12.456134 [ 261 ] {35b1f7d0-f862-41b1-b15d-e881bdbec8a2} <Debug> TCPHandler: Processed in 0.0020144 sec. | ||
13929 | 2025.05.22 21:27:12.456252 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13930 | 2025.05.22 21:27:12.456348 [ 261 ] {c3cf662a-4ecc-4e28-8385-2da1af2a3697} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
13931 | 2025.05.22 21:27:12.456390 [ 261 ] {c3cf662a-4ecc-4e28-8385-2da1af2a3697} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13932 | 2025.05.22 21:27:12.457036 [ 261 ] {c3cf662a-4ecc-4e28-8385-2da1af2a3697} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13933 | 2025.05.22 21:27:12.457073 [ 261 ] {c3cf662a-4ecc-4e28-8385-2da1af2a3697} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13934 | 2025.05.22 21:27:12.457444 [ 261 ] {c3cf662a-4ecc-4e28-8385-2da1af2a3697} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
13935 | 2025.05.22 21:27:12.457656 [ 261 ] {c3cf662a-4ecc-4e28-8385-2da1af2a3697} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13936 | 2025.05.22 21:27:12.457794 [ 261 ] {c3cf662a-4ecc-4e28-8385-2da1af2a3697} <Debug> executeQuery: Read 633 rows, 50.88 KiB in 0.001464 sec., 432377.04918032786 rows/sec., 33.94 MiB/sec. | ||
13937 | 2025.05.22 21:27:12.457832 [ 261 ] {c3cf662a-4ecc-4e28-8385-2da1af2a3697} <Debug> TCPHandler: Processed in 0.001630244 sec. | ||
13938 | 2025.05.22 21:27:12.457944 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13939 | 2025.05.22 21:27:12.458039 [ 261 ] {a1d1d640-5135-4fe3-ac8e-7a7e5b220cc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
13940 | 2025.05.22 21:27:12.458079 [ 261 ] {a1d1d640-5135-4fe3-ac8e-7a7e5b220cc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13941 | 2025.05.22 21:27:12.458499 [ 261 ] {a1d1d640-5135-4fe3-ac8e-7a7e5b220cc3} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13942 | 2025.05.22 21:27:12.458535 [ 261 ] {a1d1d640-5135-4fe3-ac8e-7a7e5b220cc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13943 | 2025.05.22 21:27:12.458832 [ 261 ] {a1d1d640-5135-4fe3-ac8e-7a7e5b220cc3} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
13944 | 2025.05.22 21:27:12.459043 [ 261 ] {a1d1d640-5135-4fe3-ac8e-7a7e5b220cc3} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13945 | 2025.05.22 21:27:12.459171 [ 261 ] {a1d1d640-5135-4fe3-ac8e-7a7e5b220cc3} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.00115 sec., 99130.4347826087 rows/sec., 5.93 MiB/sec. | ||
13946 | 2025.05.22 21:27:12.459210 [ 261 ] {a1d1d640-5135-4fe3-ac8e-7a7e5b220cc3} <Debug> TCPHandler: Processed in 0.00131677 sec. | ||
13947 | 2025.05.22 21:27:12.459335 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13948 | 2025.05.22 21:27:12.459429 [ 261 ] {cc5f3ed0-c863-4f3f-ac36-0c708d980ac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
13949 | 2025.05.22 21:27:12.459468 [ 261 ] {cc5f3ed0-c863-4f3f-ac36-0c708d980ac8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13950 | 2025.05.22 21:27:12.459870 [ 261 ] {cc5f3ed0-c863-4f3f-ac36-0c708d980ac8} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13951 | 2025.05.22 21:27:12.459906 [ 261 ] {cc5f3ed0-c863-4f3f-ac36-0c708d980ac8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13952 | 2025.05.22 21:27:12.460203 [ 261 ] {cc5f3ed0-c863-4f3f-ac36-0c708d980ac8} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
13953 | 2025.05.22 21:27:12.460414 [ 261 ] {cc5f3ed0-c863-4f3f-ac36-0c708d980ac8} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13954 | 2025.05.22 21:27:12.460541 [ 261 ] {cc5f3ed0-c863-4f3f-ac36-0c708d980ac8} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00113 sec., 100000 rows/sec., 6.47 MiB/sec. | ||
13955 | 2025.05.22 21:27:12.460578 [ 261 ] {cc5f3ed0-c863-4f3f-ac36-0c708d980ac8} <Debug> TCPHandler: Processed in 0.00129314 sec. | ||
13956 | 2025.05.22 21:27:12.460687 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13957 | 2025.05.22 21:27:12.460780 [ 261 ] {bdb48a87-f0be-48f3-b2db-b6a939ef5ab0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
13958 | 2025.05.22 21:27:12.460819 [ 261 ] {bdb48a87-f0be-48f3-b2db-b6a939ef5ab0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13959 | 2025.05.22 21:27:12.461225 [ 261 ] {bdb48a87-f0be-48f3-b2db-b6a939ef5ab0} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13960 | 2025.05.22 21:27:12.461262 [ 261 ] {bdb48a87-f0be-48f3-b2db-b6a939ef5ab0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13961 | 2025.05.22 21:27:12.461559 [ 261 ] {bdb48a87-f0be-48f3-b2db-b6a939ef5ab0} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
13962 | 2025.05.22 21:27:12.461791 [ 261 ] {bdb48a87-f0be-48f3-b2db-b6a939ef5ab0} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13963 | 2025.05.22 21:27:12.461924 [ 261 ] {bdb48a87-f0be-48f3-b2db-b6a939ef5ab0} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001161 sec., 96468.56158484066 rows/sec., 5.50 MiB/sec. | ||
13964 | 2025.05.22 21:27:12.461962 [ 261 ] {bdb48a87-f0be-48f3-b2db-b6a939ef5ab0} <Debug> TCPHandler: Processed in 0.00132409 sec. | ||
13965 | 2025.05.22 21:27:12.462070 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13966 | 2025.05.22 21:27:12.462163 [ 261 ] {638a6787-581e-4890-86ff-b8e99f2b0968} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
13967 | 2025.05.22 21:27:12.462201 [ 261 ] {638a6787-581e-4890-86ff-b8e99f2b0968} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13968 | 2025.05.22 21:27:12.462693 [ 261 ] {638a6787-581e-4890-86ff-b8e99f2b0968} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13969 | 2025.05.22 21:27:12.462729 [ 261 ] {638a6787-581e-4890-86ff-b8e99f2b0968} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13970 | 2025.05.22 21:27:12.463057 [ 261 ] {638a6787-581e-4890-86ff-b8e99f2b0968} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
13971 | 2025.05.22 21:27:12.463278 [ 261 ] {638a6787-581e-4890-86ff-b8e99f2b0968} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13972 | 2025.05.22 21:27:12.463405 [ 261 ] {638a6787-581e-4890-86ff-b8e99f2b0968} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.00126 sec., 309523.8095238095 rows/sec., 21.88 MiB/sec. | ||
13973 | 2025.05.22 21:27:12.463443 [ 261 ] {638a6787-581e-4890-86ff-b8e99f2b0968} <Debug> TCPHandler: Processed in 0.001421661 sec. | ||
13974 | 2025.05.22 21:27:12.463551 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13975 | 2025.05.22 21:27:12.463645 [ 261 ] {4e46ef58-580f-4e54-a1ad-2605463a0f20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
13976 | 2025.05.22 21:27:12.463686 [ 261 ] {4e46ef58-580f-4e54-a1ad-2605463a0f20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13977 | 2025.05.22 21:27:12.464013 [ 261 ] {4e46ef58-580f-4e54-a1ad-2605463a0f20} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13978 | 2025.05.22 21:27:12.464048 [ 261 ] {4e46ef58-580f-4e54-a1ad-2605463a0f20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13979 | 2025.05.22 21:27:12.464344 [ 261 ] {4e46ef58-580f-4e54-a1ad-2605463a0f20} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
13980 | 2025.05.22 21:27:12.464555 [ 261 ] {4e46ef58-580f-4e54-a1ad-2605463a0f20} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13981 | 2025.05.22 21:27:12.464681 [ 261 ] {4e46ef58-580f-4e54-a1ad-2605463a0f20} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001054 sec., 5692.599620493358 rows/sec., 297.42 KiB/sec. | ||
13982 | 2025.05.22 21:27:12.464717 [ 261 ] {4e46ef58-580f-4e54-a1ad-2605463a0f20} <Debug> TCPHandler: Processed in 0.001215369 sec. | ||
13983 | 2025.05.22 21:27:12.464817 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13984 | 2025.05.22 21:27:12.464910 [ 261 ] {587699be-291e-4e7d-95d9-909b8567fbdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
13985 | 2025.05.22 21:27:12.464951 [ 261 ] {587699be-291e-4e7d-95d9-909b8567fbdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13986 | 2025.05.22 21:27:12.465333 [ 261 ] {587699be-291e-4e7d-95d9-909b8567fbdf} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13987 | 2025.05.22 21:27:12.465369 [ 261 ] {587699be-291e-4e7d-95d9-909b8567fbdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13988 | 2025.05.22 21:27:12.465703 [ 261 ] {587699be-291e-4e7d-95d9-909b8567fbdf} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
13989 | 2025.05.22 21:27:12.465929 [ 261 ] {587699be-291e-4e7d-95d9-909b8567fbdf} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13990 | 2025.05.22 21:27:12.466057 [ 261 ] {587699be-291e-4e7d-95d9-909b8567fbdf} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001164 sec., 203608.2474226804 rows/sec., 13.65 MiB/sec. | ||
13991 | 2025.05.22 21:27:12.466093 [ 261 ] {587699be-291e-4e7d-95d9-909b8567fbdf} <Debug> TCPHandler: Processed in 0.00132595 sec. | ||
13992 | 2025.05.22 21:27:12.466126 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): 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] | ||
13993 | 2025.05.22 21:27:12.466157 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): 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] | ||
13994 | 2025.05.22 21:27:12.466203 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13995 | 2025.05.22 21:27:12.466297 [ 261 ] {07d53ea8-27ce-4b9a-8183-6e7941fa38e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
13996 | 2025.05.22 21:27:12.466338 [ 261 ] {07d53ea8-27ce-4b9a-8183-6e7941fa38e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13997 | 2025.05.22 21:27:12.466643 [ 261 ] {07d53ea8-27ce-4b9a-8183-6e7941fa38e9} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13998 | 2025.05.22 21:27:12.466677 [ 261 ] {07d53ea8-27ce-4b9a-8183-6e7941fa38e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
13999 | 2025.05.22 21:27:12.466969 [ 261 ] {07d53ea8-27ce-4b9a-8183-6e7941fa38e9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
14000 | 2025.05.22 21:27:12.467189 [ 261 ] {07d53ea8-27ce-4b9a-8183-6e7941fa38e9} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14001 | 2025.05.22 21:27:12.467315 [ 261 ] {07d53ea8-27ce-4b9a-8183-6e7941fa38e9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001036 sec., 965.2509652509652 rows/sec., 65.04 KiB/sec. | ||
14002 | 2025.05.22 21:27:12.467351 [ 261 ] {07d53ea8-27ce-4b9a-8183-6e7941fa38e9} <Debug> TCPHandler: Processed in 0.001199138 sec. | ||
14003 | 2025.05.22 21:27:12.467457 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14004 | 2025.05.22 21:27:12.467551 [ 261 ] {833d9377-f029-4a69-ac91-63a86efeab43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
14005 | 2025.05.22 21:27:12.467605 [ 261 ] {833d9377-f029-4a69-ac91-63a86efeab43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
14006 | 2025.05.22 21:27:12.468107 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): 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] | ||
14007 | 2025.05.22 21:27:12.468350 [ 261 ] {833d9377-f029-4a69-ac91-63a86efeab43} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14008 | 2025.05.22 21:27:12.468386 [ 261 ] {833d9377-f029-4a69-ac91-63a86efeab43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14009 | 2025.05.22 21:27:12.468894 [ 261 ] {833d9377-f029-4a69-ac91-63a86efeab43} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
14010 | 2025.05.22 21:27:12.469118 [ 261 ] {833d9377-f029-4a69-ac91-63a86efeab43} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14011 | 2025.05.22 21:27:12.469253 [ 261 ] {833d9377-f029-4a69-ac91-63a86efeab43} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001719 sec., 4653.868528214078 rows/sec., 8.34 MiB/sec. | ||
14012 | 2025.05.22 21:27:12.469306 [ 261 ] {833d9377-f029-4a69-ac91-63a86efeab43} <Debug> TCPHandler: Processed in 0.001900148 sec. | ||
14013 | 2025.05.22 21:27:12.469416 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14014 | 2025.05.22 21:27:12.469510 [ 261 ] {58be24d2-08b2-4f80-be6f-33b919f3f8c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
14015 | 2025.05.22 21:27:12.469550 [ 261 ] {58be24d2-08b2-4f80-be6f-33b919f3f8c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14016 | 2025.05.22 21:27:12.469866 [ 261 ] {58be24d2-08b2-4f80-be6f-33b919f3f8c0} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14017 | 2025.05.22 21:27:12.469901 [ 261 ] {58be24d2-08b2-4f80-be6f-33b919f3f8c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14018 | 2025.05.22 21:27:12.470214 [ 261 ] {58be24d2-08b2-4f80-be6f-33b919f3f8c0} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
14019 | 2025.05.22 21:27:12.470449 [ 261 ] {58be24d2-08b2-4f80-be6f-33b919f3f8c0} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14020 | 2025.05.22 21:27:12.470573 [ 261 ] {58be24d2-08b2-4f80-be6f-33b919f3f8c0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001081 sec., 75855.68917668826 rows/sec., 4.82 MiB/sec. | ||
14021 | 2025.05.22 21:27:12.470608 [ 261 ] {58be24d2-08b2-4f80-be6f-33b919f3f8c0} <Debug> TCPHandler: Processed in 0.001242658 sec. | ||
14022 | 2025.05.22 21:27:12.470641 [ 218 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): 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] | ||
14023 | 2025.05.22 21:27:12.470663 [ 218 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): 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] | ||
14024 | 2025.05.22 21:27:12.472624 [ 218 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): 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] | ||
14025 | 2025.05.22 21:27:16.190718 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14026 | 2025.05.22 21:27:16.190787 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14027 | 2025.05.22 21:27:16.372673 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35746 | ||
14028 | 2025.05.22 21:27:16.373324 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14029 | 2025.05.22 21:27:16.373362 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14030 | 2025.05.22 21:27:16.373851 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14031 | 2025.05.22 21:27:16.374093 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14032 | 2025.05.22 21:27:16.374233 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746 | ||
14033 | 2025.05.22 21:27:17.448481 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14034 | 2025.05.22 21:27:17.448683 [ 261 ] {76ba23d0-b5fd-41bb-9d40-c189a1852581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
14035 | 2025.05.22 21:27:17.448757 [ 261 ] {76ba23d0-b5fd-41bb-9d40-c189a1852581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14036 | 2025.05.22 21:27:17.449451 [ 261 ] {76ba23d0-b5fd-41bb-9d40-c189a1852581} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14037 | 2025.05.22 21:27:17.449495 [ 261 ] {76ba23d0-b5fd-41bb-9d40-c189a1852581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14038 | 2025.05.22 21:27:17.449892 [ 261 ] {76ba23d0-b5fd-41bb-9d40-c189a1852581} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
14039 | 2025.05.22 21:27:17.450124 [ 261 ] {76ba23d0-b5fd-41bb-9d40-c189a1852581} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14040 | 2025.05.22 21:27:17.450295 [ 261 ] {76ba23d0-b5fd-41bb-9d40-c189a1852581} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.001668 sec., 73141.48681055156 rows/sec., 6.24 MiB/sec. | ||
14041 | 2025.05.22 21:27:17.450345 [ 261 ] {76ba23d0-b5fd-41bb-9d40-c189a1852581} <Debug> TCPHandler: Processed in 0.0020093 sec. | ||
14042 | 2025.05.22 21:27:17.450465 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14043 | 2025.05.22 21:27:17.450569 [ 261 ] {20b34689-af9b-4860-88ff-1fb9a9bb8f4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
14044 | 2025.05.22 21:27:17.450613 [ 261 ] {20b34689-af9b-4860-88ff-1fb9a9bb8f4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14045 | 2025.05.22 21:27:17.451037 [ 261 ] {20b34689-af9b-4860-88ff-1fb9a9bb8f4b} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14046 | 2025.05.22 21:27:17.451074 [ 261 ] {20b34689-af9b-4860-88ff-1fb9a9bb8f4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14047 | 2025.05.22 21:27:17.451380 [ 261 ] {20b34689-af9b-4860-88ff-1fb9a9bb8f4b} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
14048 | 2025.05.22 21:27:17.451586 [ 261 ] {20b34689-af9b-4860-88ff-1fb9a9bb8f4b} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14049 | 2025.05.22 21:27:17.451720 [ 261 ] {20b34689-af9b-4860-88ff-1fb9a9bb8f4b} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001174 sec., 28109.02896081772 rows/sec., 2.06 MiB/sec. | ||
14050 | 2025.05.22 21:27:17.451758 [ 261 ] {20b34689-af9b-4860-88ff-1fb9a9bb8f4b} <Debug> TCPHandler: Processed in 0.00134551 sec. | ||
14051 | 2025.05.22 21:27:17.451861 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14052 | 2025.05.22 21:27:17.451955 [ 261 ] {e4d3c064-1648-45e9-933d-17233f257f96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
14053 | 2025.05.22 21:27:17.451995 [ 261 ] {e4d3c064-1648-45e9-933d-17233f257f96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14054 | 2025.05.22 21:27:17.452413 [ 261 ] {e4d3c064-1648-45e9-933d-17233f257f96} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14055 | 2025.05.22 21:27:17.452449 [ 261 ] {e4d3c064-1648-45e9-933d-17233f257f96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14056 | 2025.05.22 21:27:17.452749 [ 261 ] {e4d3c064-1648-45e9-933d-17233f257f96} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
14057 | 2025.05.22 21:27:17.452951 [ 261 ] {e4d3c064-1648-45e9-933d-17233f257f96} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14058 | 2025.05.22 21:27:17.453080 [ 261 ] {e4d3c064-1648-45e9-933d-17233f257f96} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001143 sec., 84864.39195100612 rows/sec., 6.63 MiB/sec. | ||
14059 | 2025.05.22 21:27:17.453117 [ 261 ] {e4d3c064-1648-45e9-933d-17233f257f96} <Debug> TCPHandler: Processed in 0.001307709 sec. | ||
14060 | 2025.05.22 21:27:17.453228 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14061 | 2025.05.22 21:27:17.453323 [ 261 ] {e338b9b3-c7fe-4bf2-8849-b15aa55c014b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
14062 | 2025.05.22 21:27:17.453367 [ 261 ] {e338b9b3-c7fe-4bf2-8849-b15aa55c014b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14063 | 2025.05.22 21:27:17.453761 [ 261 ] {e338b9b3-c7fe-4bf2-8849-b15aa55c014b} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14064 | 2025.05.22 21:27:17.453796 [ 261 ] {e338b9b3-c7fe-4bf2-8849-b15aa55c014b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14065 | 2025.05.22 21:27:17.454122 [ 261 ] {e338b9b3-c7fe-4bf2-8849-b15aa55c014b} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
14066 | 2025.05.22 21:27:17.454324 [ 261 ] {e338b9b3-c7fe-4bf2-8849-b15aa55c014b} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14067 | 2025.05.22 21:27:17.454455 [ 261 ] {e338b9b3-c7fe-4bf2-8849-b15aa55c014b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001149 sec., 139251.5230635335 rows/sec., 9.70 MiB/sec. | ||
14068 | 2025.05.22 21:27:17.454491 [ 261 ] {e338b9b3-c7fe-4bf2-8849-b15aa55c014b} <Debug> TCPHandler: Processed in 0.001313759 sec. | ||
14069 | 2025.05.22 21:27:17.454599 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14070 | 2025.05.22 21:27:17.454693 [ 261 ] {9b1bdeb6-f5c6-42d8-8d42-4f3fc6c10f4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
14071 | 2025.05.22 21:27:17.454747 [ 261 ] {9b1bdeb6-f5c6-42d8-8d42-4f3fc6c10f4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
14072 | 2025.05.22 21:27:17.455554 [ 261 ] {9b1bdeb6-f5c6-42d8-8d42-4f3fc6c10f4d} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14073 | 2025.05.22 21:27:17.455591 [ 261 ] {9b1bdeb6-f5c6-42d8-8d42-4f3fc6c10f4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14074 | 2025.05.22 21:27:17.456145 [ 261 ] {9b1bdeb6-f5c6-42d8-8d42-4f3fc6c10f4d} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
14075 | 2025.05.22 21:27:17.456364 [ 261 ] {9b1bdeb6-f5c6-42d8-8d42-4f3fc6c10f4d} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14076 | 2025.05.22 21:27:17.456503 [ 261 ] {9b1bdeb6-f5c6-42d8-8d42-4f3fc6c10f4d} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001827 sec., 18062.397372742198 rows/sec., 32.37 MiB/sec. | ||
14077 | 2025.05.22 21:27:17.456570 [ 261 ] {9b1bdeb6-f5c6-42d8-8d42-4f3fc6c10f4d} <Debug> TCPHandler: Processed in 0.00202106 sec. | ||
14078 | 2025.05.22 21:27:17.456684 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14079 | 2025.05.22 21:27:17.456780 [ 261 ] {28b9fb8b-01cc-4d9b-abc4-03fccd1e8952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
14080 | 2025.05.22 21:27:17.456822 [ 261 ] {28b9fb8b-01cc-4d9b-abc4-03fccd1e8952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14081 | 2025.05.22 21:27:17.457179 [ 261 ] {28b9fb8b-01cc-4d9b-abc4-03fccd1e8952} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14082 | 2025.05.22 21:27:17.457216 [ 261 ] {28b9fb8b-01cc-4d9b-abc4-03fccd1e8952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14083 | 2025.05.22 21:27:17.457515 [ 261 ] {28b9fb8b-01cc-4d9b-abc4-03fccd1e8952} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
14084 | 2025.05.22 21:27:17.457720 [ 261 ] {28b9fb8b-01cc-4d9b-abc4-03fccd1e8952} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14085 | 2025.05.22 21:27:17.457852 [ 261 ] {28b9fb8b-01cc-4d9b-abc4-03fccd1e8952} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00109 sec., 55045.87155963302 rows/sec., 3.71 MiB/sec. | ||
14086 | 2025.05.22 21:27:17.457888 [ 261 ] {28b9fb8b-01cc-4d9b-abc4-03fccd1e8952} <Debug> TCPHandler: Processed in 0.001253608 sec. | ||
14087 | 2025.05.22 21:27:18.285256 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 588 | ||
14088 | 2025.05.22 21:27:18.301730 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14089 | 2025.05.22 21:27:18.301781 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14090 | 2025.05.22 21:27:18.307940 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14091 | 2025.05.22 21:27:18.308620 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14092 | 2025.05.22 21:27:18.311468 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588 | ||
14093 | 2025.05.22 21:27:20.003993 [ 36 ] {} <Debug> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
14094 | 2025.05.22 21:27:20.004076 [ 36 ] {} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14095 | 2025.05.22 21:27:20.004103 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14096 | 2025.05.22 21:27:20.004268 [ 199 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::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 | ||
14097 | 2025.05.22 21:27:20.004489 [ 199 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14098 | 2025.05.22 21:27:20.004546 [ 199 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::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 | ||
14099 | 2025.05.22 21:27:20.004656 [ 199 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 12 rows starting from the beginning of the part | ||
14100 | 2025.05.22 21:27:20.004736 [ 199 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::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 | ||
14101 | 2025.05.22 21:27:20.004810 [ 199 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::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 | ||
14102 | 2025.05.22 21:27:20.004879 [ 199 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 12 rows starting from the beginning of the part | ||
14103 | 2025.05.22 21:27:20.005728 [ 187 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 5 columns (5 merged, 0 gathered) in 0.001543352 sec., 32397.016364380906 rows/sec., 2.70 MiB/sec. | ||
14104 | 2025.05.22 21:27:20.005849 [ 199 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
14105 | 2025.05.22 21:27:20.006096 [ 199 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_25_6} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14106 | 2025.05.22 21:27:20.006169 [ 199 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_25_6} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
14107 | 2025.05.22 21:27:20.006241 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
14108 | 2025.05.22 21:27:21.474018 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1942 | ||
14109 | 2025.05.22 21:27:21.476450 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14110 | 2025.05.22 21:27:21.476497 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14111 | 2025.05.22 21:27:21.477699 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
14112 | 2025.05.22 21:27:21.477957 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14113 | 2025.05.22 21:27:21.478110 [ 54 ] {} <Debug> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
14114 | 2025.05.22 21:27:21.478145 [ 54 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14115 | 2025.05.22 21:27:21.478191 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14116 | 2025.05.22 21:27:21.478219 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1942 | ||
14117 | 2025.05.22 21:27:21.478310 [ 192 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::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 | ||
14118 | 2025.05.22 21:27:21.478898 [ 192 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14119 | 2025.05.22 21:27:21.479048 [ 192 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1764 rows starting from the beginning of the part | ||
14120 | 2025.05.22 21:27:21.479406 [ 192 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 36 rows starting from the beginning of the part | ||
14121 | 2025.05.22 21:27:21.479719 [ 192 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 34 rows starting from the beginning of the part | ||
14122 | 2025.05.22 21:27:21.480027 [ 192 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 36 rows starting from the beginning of the part | ||
14123 | 2025.05.22 21:27:21.480434 [ 192 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 38 rows starting from the beginning of the part | ||
14124 | 2025.05.22 21:27:21.480916 [ 192 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 34 rows starting from the beginning of the part | ||
14125 | 2025.05.22 21:27:21.488492 [ 198 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1942 rows, containing 72 columns (72 merged, 0 gathered) in 0.010238283 sec., 189680.24228281245 rows/sec., 147.06 MiB/sec. | ||
14126 | 2025.05.22 21:27:21.490321 [ 186 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
14127 | 2025.05.22 21:27:21.490903 [ 186 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_56_11} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14128 | 2025.05.22 21:27:21.490975 [ 186 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_56_11} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
14129 | 2025.05.22 21:27:21.491296 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.07 MiB. | ||
14130 | 2025.05.22 21:27:22.455008 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14131 | 2025.05.22 21:27:22.455191 [ 261 ] {c3acba61-a76e-4fd5-a37c-49f28ac7e7ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
14132 | 2025.05.22 21:27:22.455257 [ 261 ] {c3acba61-a76e-4fd5-a37c-49f28ac7e7ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
14133 | 2025.05.22 21:27:22.455967 [ 261 ] {c3acba61-a76e-4fd5-a37c-49f28ac7e7ef} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14134 | 2025.05.22 21:27:22.456015 [ 261 ] {c3acba61-a76e-4fd5-a37c-49f28ac7e7ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14135 | 2025.05.22 21:27:22.456433 [ 261 ] {c3acba61-a76e-4fd5-a37c-49f28ac7e7ef} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
14136 | 2025.05.22 21:27:22.456652 [ 261 ] {c3acba61-a76e-4fd5-a37c-49f28ac7e7ef} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14137 | 2025.05.22 21:27:22.456796 [ 40 ] {} <Debug> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
14138 | 2025.05.22 21:27:22.456807 [ 261 ] {c3acba61-a76e-4fd5-a37c-49f28ac7e7ef} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001667 sec., 127174.56508698259 rows/sec., 8.09 MiB/sec. | ||
14139 | 2025.05.22 21:27:22.456864 [ 40 ] {} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14140 | 2025.05.22 21:27:22.456879 [ 261 ] {c3acba61-a76e-4fd5-a37c-49f28ac7e7ef} <Debug> TCPHandler: Processed in 0.002005089 sec. | ||
14141 | 2025.05.22 21:27:22.456892 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14142 | 2025.05.22 21:27:22.456999 [ 198 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
14143 | 2025.05.22 21:27:22.457000 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14144 | 2025.05.22 21:27:22.457108 [ 198 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14145 | 2025.05.22 21:27:22.457131 [ 261 ] {3504bd45-d2c2-47ff-87ab-9d59ecea68dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
14146 | 2025.05.22 21:27:22.457142 [ 198 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 236 rows starting from the beginning of the part | ||
14147 | 2025.05.22 21:27:22.457174 [ 261 ] {3504bd45-d2c2-47ff-87ab-9d59ecea68dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14148 | 2025.05.22 21:27:22.457208 [ 198 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 212 rows starting from the beginning of the part | ||
14149 | 2025.05.22 21:27:22.457259 [ 198 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 212 rows starting from the beginning of the part | ||
14150 | 2025.05.22 21:27:22.457312 [ 198 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 212 rows starting from the beginning of the part | ||
14151 | 2025.05.22 21:27:22.457357 [ 198 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 212 rows starting from the beginning of the part | ||
14152 | 2025.05.22 21:27:22.457401 [ 198 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 212 rows starting from the beginning of the part | ||
14153 | 2025.05.22 21:27:22.457571 [ 261 ] {3504bd45-d2c2-47ff-87ab-9d59ecea68dd} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14154 | 2025.05.22 21:27:22.457606 [ 261 ] {3504bd45-d2c2-47ff-87ab-9d59ecea68dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14155 | 2025.05.22 21:27:22.457892 [ 261 ] {3504bd45-d2c2-47ff-87ab-9d59ecea68dd} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
14156 | 2025.05.22 21:27:22.458097 [ 261 ] {3504bd45-d2c2-47ff-87ab-9d59ecea68dd} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14157 | 2025.05.22 21:27:22.458229 [ 261 ] {3504bd45-d2c2-47ff-87ab-9d59ecea68dd} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001117 sec., 1790.510295434199 rows/sec., 146.00 KiB/sec. | ||
14158 | 2025.05.22 21:27:22.458268 [ 261 ] {3504bd45-d2c2-47ff-87ab-9d59ecea68dd} <Debug> TCPHandler: Processed in 0.001318519 sec. | ||
14159 | 2025.05.22 21:27:22.458370 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14160 | 2025.05.22 21:27:22.458401 [ 189 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1296 rows, containing 5 columns (5 merged, 0 gathered) in 0.001441752 sec., 898906.3306310655 rows/sec., 60.92 MiB/sec. | ||
14161 | 2025.05.22 21:27:22.458464 [ 261 ] {8864d8bf-025d-41cc-831d-459ce1d0c05c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
14162 | 2025.05.22 21:27:22.458508 [ 261 ] {8864d8bf-025d-41cc-831d-459ce1d0c05c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14163 | 2025.05.22 21:27:22.458593 [ 189 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
14164 | 2025.05.22 21:27:22.458948 [ 189 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_40_8} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14165 | 2025.05.22 21:27:22.459032 [ 189 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_40_8} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
14166 | 2025.05.22 21:27:22.459145 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
14167 | 2025.05.22 21:27:22.459163 [ 261 ] {8864d8bf-025d-41cc-831d-459ce1d0c05c} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14168 | 2025.05.22 21:27:22.459205 [ 261 ] {8864d8bf-025d-41cc-831d-459ce1d0c05c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14169 | 2025.05.22 21:27:22.459547 [ 261 ] {8864d8bf-025d-41cc-831d-459ce1d0c05c} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
14170 | 2025.05.22 21:27:22.459750 [ 261 ] {8864d8bf-025d-41cc-831d-459ce1d0c05c} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14171 | 2025.05.22 21:27:22.459884 [ 261 ] {8864d8bf-025d-41cc-831d-459ce1d0c05c} <Debug> executeQuery: Read 634 rows, 50.95 KiB in 0.001438 sec., 440890.12517385255 rows/sec., 34.60 MiB/sec. | ||
14172 | 2025.05.22 21:27:22.459904 [ 39 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
14173 | 2025.05.22 21:27:22.459922 [ 261 ] {8864d8bf-025d-41cc-831d-459ce1d0c05c} <Debug> TCPHandler: Processed in 0.001601554 sec. | ||
14174 | 2025.05.22 21:27:22.459972 [ 39 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14175 | 2025.05.22 21:27:22.459998 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14176 | 2025.05.22 21:27:22.460062 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14177 | 2025.05.22 21:27:22.460092 [ 201 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
14178 | 2025.05.22 21:27:22.460162 [ 261 ] {d954f799-bfc1-47aa-a1a4-2500864fc18d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
14179 | 2025.05.22 21:27:22.460202 [ 201 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14180 | 2025.05.22 21:27:22.460206 [ 261 ] {d954f799-bfc1-47aa-a1a4-2500864fc18d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14181 | 2025.05.22 21:27:22.460241 [ 201 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1970 rows starting from the beginning of the part | ||
14182 | 2025.05.22 21:27:22.460309 [ 201 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 633 rows starting from the beginning of the part | ||
14183 | 2025.05.22 21:27:22.460354 [ 201 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 1268 rows starting from the beginning of the part | ||
14184 | 2025.05.22 21:27:22.460395 [ 201 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 633 rows starting from the beginning of the part | ||
14185 | 2025.05.22 21:27:22.460432 [ 201 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 122 rows starting from the beginning of the part | ||
14186 | 2025.05.22 21:27:22.460501 [ 201 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 634 rows starting from the beginning of the part | ||
14187 | 2025.05.22 21:27:22.460652 [ 261 ] {d954f799-bfc1-47aa-a1a4-2500864fc18d} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14188 | 2025.05.22 21:27:22.460697 [ 261 ] {d954f799-bfc1-47aa-a1a4-2500864fc18d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14189 | 2025.05.22 21:27:22.461024 [ 261 ] {d954f799-bfc1-47aa-a1a4-2500864fc18d} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
14190 | 2025.05.22 21:27:22.461251 [ 261 ] {d954f799-bfc1-47aa-a1a4-2500864fc18d} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14191 | 2025.05.22 21:27:22.461384 [ 261 ] {d954f799-bfc1-47aa-a1a4-2500864fc18d} <Debug> executeQuery: Read 116 rows, 7.13 KiB in 0.001241 sec., 93473.00564061242 rows/sec., 5.61 MiB/sec. | ||
14192 | 2025.05.22 21:27:22.461398 [ 39 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
14193 | 2025.05.22 21:27:22.461423 [ 261 ] {d954f799-bfc1-47aa-a1a4-2500864fc18d} <Debug> TCPHandler: Processed in 0.001412161 sec. | ||
14194 | 2025.05.22 21:27:22.461438 [ 39 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14195 | 2025.05.22 21:27:22.461464 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14196 | 2025.05.22 21:27:22.461537 [ 189 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::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 | ||
14197 | 2025.05.22 21:27:22.461541 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14198 | 2025.05.22 21:27:22.461629 [ 189 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14199 | 2025.05.22 21:27:22.461655 [ 261 ] {2e603686-04b4-4529-bc67-17e7370b4afb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
14200 | 2025.05.22 21:27:22.461658 [ 189 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 179 rows starting from the beginning of the part | ||
14201 | 2025.05.22 21:27:22.461703 [ 261 ] {2e603686-04b4-4529-bc67-17e7370b4afb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14202 | 2025.05.22 21:27:22.461727 [ 189 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 114 rows starting from the beginning of the part | ||
14203 | 2025.05.22 21:27:22.461773 [ 189 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 45 rows starting from the beginning of the part | ||
14204 | 2025.05.22 21:27:22.461812 [ 189 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 114 rows starting from the beginning of the part | ||
14205 | 2025.05.22 21:27:22.461848 [ 189 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 33 rows starting from the beginning of the part | ||
14206 | 2025.05.22 21:27:22.461883 [ 189 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 116 rows starting from the beginning of the part | ||
14207 | 2025.05.22 21:27:22.462126 [ 261 ] {2e603686-04b4-4529-bc67-17e7370b4afb} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14208 | 2025.05.22 21:27:22.462167 [ 261 ] {2e603686-04b4-4529-bc67-17e7370b4afb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14209 | 2025.05.22 21:27:22.462496 [ 261 ] {2e603686-04b4-4529-bc67-17e7370b4afb} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
14210 | 2025.05.22 21:27:22.462500 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5260 rows, containing 5 columns (5 merged, 0 gathered) in 0.002449527 sec., 2147353.3461766294 rows/sec., 182.05 MiB/sec. | ||
14211 | 2025.05.22 21:27:22.462648 [ 189 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 601 rows, containing 5 columns (5 merged, 0 gathered) in 0.001141447 sec., 526524.6656217941 rows/sec., 35.14 MiB/sec. | ||
14212 | 2025.05.22 21:27:22.462715 [ 261 ] {2e603686-04b4-4529-bc67-17e7370b4afb} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14213 | 2025.05.22 21:27:22.462751 [ 194 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
14214 | 2025.05.22 21:27:22.462771 [ 189 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
14215 | 2025.05.22 21:27:22.462854 [ 261 ] {2e603686-04b4-4529-bc67-17e7370b4afb} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001217 sec., 92851.27362366475 rows/sec., 6.01 MiB/sec. | ||
14216 | 2025.05.22 21:27:22.462899 [ 261 ] {2e603686-04b4-4529-bc67-17e7370b4afb} <Debug> TCPHandler: Processed in 0.001408661 sec. | ||
14217 | 2025.05.22 21:27:22.463017 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14218 | 2025.05.22 21:27:22.463059 [ 194 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_111_22} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14219 | 2025.05.22 21:27:22.463113 [ 189 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_106_21} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14220 | 2025.05.22 21:27:22.463121 [ 261 ] {0e99206d-5702-472e-bc40-3fe437138025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
14221 | 2025.05.22 21:27:22.463133 [ 194 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_111_22} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
14222 | 2025.05.22 21:27:22.463177 [ 261 ] {0e99206d-5702-472e-bc40-3fe437138025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
14223 | 2025.05.22 21:27:22.463193 [ 189 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_106_21} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
14224 | 2025.05.22 21:27:22.463238 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.02 MiB. | ||
14225 | 2025.05.22 21:27:22.463291 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
14226 | 2025.05.22 21:27:22.463613 [ 261 ] {0e99206d-5702-472e-bc40-3fe437138025} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14227 | 2025.05.22 21:27:22.463654 [ 261 ] {0e99206d-5702-472e-bc40-3fe437138025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14228 | 2025.05.22 21:27:22.463967 [ 261 ] {0e99206d-5702-472e-bc40-3fe437138025} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
14229 | 2025.05.22 21:27:22.464178 [ 261 ] {0e99206d-5702-472e-bc40-3fe437138025} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14230 | 2025.05.22 21:27:22.464304 [ 261 ] {0e99206d-5702-472e-bc40-3fe437138025} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001202 sec., 93178.03660565724 rows/sec., 5.31 MiB/sec. | ||
14231 | 2025.05.22 21:27:22.464309 [ 39 ] {} <Debug> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
14232 | 2025.05.22 21:27:22.464343 [ 261 ] {0e99206d-5702-472e-bc40-3fe437138025} <Debug> TCPHandler: Processed in 0.001376611 sec. | ||
14233 | 2025.05.22 21:27:22.464355 [ 39 ] {} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14234 | 2025.05.22 21:27:22.464379 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14235 | 2025.05.22 21:27:22.464453 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
14236 | 2025.05.22 21:27:22.464464 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14237 | 2025.05.22 21:27:22.464548 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14238 | 2025.05.22 21:27:22.464569 [ 261 ] {5b35a4ee-a874-4185-8264-3c23118d05f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
14239 | 2025.05.22 21:27:22.464577 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 124 rows starting from the beginning of the part | ||
14240 | 2025.05.22 21:27:22.464609 [ 261 ] {5b35a4ee-a874-4185-8264-3c23118d05f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14241 | 2025.05.22 21:27:22.464640 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 112 rows starting from the beginning of the part | ||
14242 | 2025.05.22 21:27:22.464690 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 112 rows starting from the beginning of the part | ||
14243 | 2025.05.22 21:27:22.464737 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 112 rows starting from the beginning of the part | ||
14244 | 2025.05.22 21:27:22.464782 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 112 rows starting from the beginning of the part | ||
14245 | 2025.05.22 21:27:22.464826 [ 194 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 112 rows starting from the beginning of the part | ||
14246 | 2025.05.22 21:27:22.465125 [ 261 ] {5b35a4ee-a874-4185-8264-3c23118d05f8} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14247 | 2025.05.22 21:27:22.465161 [ 261 ] {5b35a4ee-a874-4185-8264-3c23118d05f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14248 | 2025.05.22 21:27:22.465485 [ 261 ] {5b35a4ee-a874-4185-8264-3c23118d05f8} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
14249 | 2025.05.22 21:27:22.465600 [ 195 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 684 rows, containing 5 columns (5 merged, 0 gathered) in 0.001179838 sec., 579740.6084564152 rows/sec., 35.43 MiB/sec. | ||
14250 | 2025.05.22 21:27:22.465698 [ 261 ] {5b35a4ee-a874-4185-8264-3c23118d05f8} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14251 | 2025.05.22 21:27:22.465734 [ 189 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
14252 | 2025.05.22 21:27:22.465831 [ 39 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
14253 | 2025.05.22 21:27:22.465835 [ 261 ] {5b35a4ee-a874-4185-8264-3c23118d05f8} <Debug> executeQuery: Read 392 rows, 28.39 KiB in 0.001283 sec., 305533.9049103663 rows/sec., 21.61 MiB/sec. | ||
14254 | 2025.05.22 21:27:22.465863 [ 39 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14255 | 2025.05.22 21:27:22.465888 [ 261 ] {5b35a4ee-a874-4185-8264-3c23118d05f8} <Debug> TCPHandler: Processed in 0.001472613 sec. | ||
14256 | 2025.05.22 21:27:22.465890 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14257 | 2025.05.22 21:27:22.465970 [ 194 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
14258 | 2025.05.22 21:27:22.466011 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14259 | 2025.05.22 21:27:22.466048 [ 194 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14260 | 2025.05.22 21:27:22.466070 [ 194 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 953 rows starting from the beginning of the part | ||
14261 | 2025.05.22 21:27:22.466080 [ 189 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_40_8} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14262 | 2025.05.22 21:27:22.466107 [ 261 ] {74574bb0-03ba-46aa-82ff-bfa333ca8a25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
14263 | 2025.05.22 21:27:22.466113 [ 194 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 390 rows starting from the beginning of the part | ||
14264 | 2025.05.22 21:27:22.466154 [ 261 ] {74574bb0-03ba-46aa-82ff-bfa333ca8a25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14265 | 2025.05.22 21:27:22.466157 [ 194 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 565 rows starting from the beginning of the part | ||
14266 | 2025.05.22 21:27:22.466166 [ 189 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_40_8} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
14267 | 2025.05.22 21:27:22.466199 [ 194 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 390 rows starting from the beginning of the part | ||
14268 | 2025.05.22 21:27:22.466237 [ 194 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 97 rows starting from the beginning of the part | ||
14269 | 2025.05.22 21:27:22.466271 [ 194 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 392 rows starting from the beginning of the part | ||
14270 | 2025.05.22 21:27:22.466271 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
14271 | 2025.05.22 21:27:22.466485 [ 261 ] {74574bb0-03ba-46aa-82ff-bfa333ca8a25} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14272 | 2025.05.22 21:27:22.466524 [ 261 ] {74574bb0-03ba-46aa-82ff-bfa333ca8a25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14273 | 2025.05.22 21:27:22.466813 [ 261 ] {74574bb0-03ba-46aa-82ff-bfa333ca8a25} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14274 | 2025.05.22 21:27:22.467011 [ 261 ] {74574bb0-03ba-46aa-82ff-bfa333ca8a25} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14275 | 2025.05.22 21:27:22.467137 [ 261 ] {74574bb0-03ba-46aa-82ff-bfa333ca8a25} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001047 sec., 5730.659025787966 rows/sec., 299.40 KiB/sec. | ||
14276 | 2025.05.22 21:27:22.467172 [ 261 ] {74574bb0-03ba-46aa-82ff-bfa333ca8a25} <Debug> TCPHandler: Processed in 0.001208769 sec. | ||
14277 | 2025.05.22 21:27:22.467278 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14278 | 2025.05.22 21:27:22.467349 [ 195 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2787 rows, containing 5 columns (5 merged, 0 gathered) in 0.001405991 sec., 1982231.7497053677 rows/sec., 151.42 MiB/sec. | ||
14279 | 2025.05.22 21:27:22.467371 [ 261 ] {221c5518-8fc6-4935-ac20-806a2e5c1f49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
14280 | 2025.05.22 21:27:22.467416 [ 261 ] {221c5518-8fc6-4935-ac20-806a2e5c1f49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14281 | 2025.05.22 21:27:22.467533 [ 201 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
14282 | 2025.05.22 21:27:22.467800 [ 261 ] {221c5518-8fc6-4935-ac20-806a2e5c1f49} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14283 | 2025.05.22 21:27:22.467814 [ 201 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_111_22} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14284 | 2025.05.22 21:27:22.467844 [ 261 ] {221c5518-8fc6-4935-ac20-806a2e5c1f49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14285 | 2025.05.22 21:27:22.467911 [ 201 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_111_22} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
14286 | 2025.05.22 21:27:22.468012 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
14287 | 2025.05.22 21:27:22.468179 [ 261 ] {221c5518-8fc6-4935-ac20-806a2e5c1f49} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
14288 | 2025.05.22 21:27:22.468388 [ 261 ] {221c5518-8fc6-4935-ac20-806a2e5c1f49} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14289 | 2025.05.22 21:27:22.468513 [ 261 ] {221c5518-8fc6-4935-ac20-806a2e5c1f49} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.00116 sec., 205172.41379310345 rows/sec., 13.75 MiB/sec. | ||
14290 | 2025.05.22 21:27:22.468548 [ 261 ] {221c5518-8fc6-4935-ac20-806a2e5c1f49} <Debug> TCPHandler: Processed in 0.00131854 sec. | ||
14291 | 2025.05.22 21:27:22.468713 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14292 | 2025.05.22 21:27:22.468804 [ 261 ] {f76870d6-bd90-427c-9f98-9badfb51f121} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
14293 | 2025.05.22 21:27:22.468844 [ 261 ] {f76870d6-bd90-427c-9f98-9badfb51f121} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
14294 | 2025.05.22 21:27:22.469147 [ 261 ] {f76870d6-bd90-427c-9f98-9badfb51f121} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14295 | 2025.05.22 21:27:22.469183 [ 261 ] {f76870d6-bd90-427c-9f98-9badfb51f121} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14296 | 2025.05.22 21:27:22.469471 [ 261 ] {f76870d6-bd90-427c-9f98-9badfb51f121} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14297 | 2025.05.22 21:27:22.469677 [ 261 ] {f76870d6-bd90-427c-9f98-9badfb51f121} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14298 | 2025.05.22 21:27:22.469779 [ 39 ] {} <Debug> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
14299 | 2025.05.22 21:27:22.469802 [ 261 ] {f76870d6-bd90-427c-9f98-9badfb51f121} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001015 sec., 985.2216748768473 rows/sec., 66.39 KiB/sec. | ||
14300 | 2025.05.22 21:27:22.469807 [ 39 ] {} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14301 | 2025.05.22 21:27:22.469841 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14302 | 2025.05.22 21:27:22.469845 [ 261 ] {f76870d6-bd90-427c-9f98-9badfb51f121} <Debug> TCPHandler: Processed in 0.001179437 sec. | ||
14303 | 2025.05.22 21:27:22.469909 [ 194 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
14304 | 2025.05.22 21:27:22.469961 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14305 | 2025.05.22 21:27:22.469985 [ 194 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14306 | 2025.05.22 21:27:22.470008 [ 194 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 30 rows starting from the beginning of the part | ||
14307 | 2025.05.22 21:27:22.470049 [ 194 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
14308 | 2025.05.22 21:27:22.470053 [ 261 ] {37a1f01f-b843-4c3b-a34b-5aea8d985465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
14309 | 2025.05.22 21:27:22.470088 [ 194 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
14310 | 2025.05.22 21:27:22.470110 [ 261 ] {37a1f01f-b843-4c3b-a34b-5aea8d985465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
14311 | 2025.05.22 21:27:22.470121 [ 194 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
14312 | 2025.05.22 21:27:22.470160 [ 194 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
14313 | 2025.05.22 21:27:22.470197 [ 194 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
14314 | 2025.05.22 21:27:22.470864 [ 261 ] {37a1f01f-b843-4c3b-a34b-5aea8d985465} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14315 | 2025.05.22 21:27:22.470898 [ 261 ] {37a1f01f-b843-4c3b-a34b-5aea8d985465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14316 | 2025.05.22 21:27:22.470951 [ 200 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 4 columns (4 merged, 0 gathered) in 0.001063906 sec., 32897.64321284023 rows/sec., 2.16 MiB/sec. | ||
14317 | 2025.05.22 21:27:22.471079 [ 194 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
14318 | 2025.05.22 21:27:22.471323 [ 194 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_35_7} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14319 | 2025.05.22 21:27:22.471383 [ 194 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_35_7} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
14320 | 2025.05.22 21:27:22.471395 [ 261 ] {37a1f01f-b843-4c3b-a34b-5aea8d985465} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
14321 | 2025.05.22 21:27:22.471437 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
14322 | 2025.05.22 21:27:22.471608 [ 261 ] {37a1f01f-b843-4c3b-a34b-5aea8d985465} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14323 | 2025.05.22 21:27:22.471727 [ 39 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
14324 | 2025.05.22 21:27:22.471742 [ 261 ] {37a1f01f-b843-4c3b-a34b-5aea8d985465} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001707 sec., 4686.584651435267 rows/sec., 8.40 MiB/sec. | ||
14325 | 2025.05.22 21:27:22.471757 [ 39 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14326 | 2025.05.22 21:27:22.471780 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14327 | 2025.05.22 21:27:22.471803 [ 261 ] {37a1f01f-b843-4c3b-a34b-5aea8d985465} <Debug> TCPHandler: Processed in 0.001890919 sec. | ||
14328 | 2025.05.22 21:27:22.471864 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::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 | ||
14329 | 2025.05.22 21:27:22.471917 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14330 | 2025.05.22 21:27:22.472015 [ 261 ] {87c8d94a-dbf0-43ad-adb8-5831996a9b0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
14331 | 2025.05.22 21:27:22.472055 [ 261 ] {87c8d94a-dbf0-43ad-adb8-5831996a9b0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14332 | 2025.05.22 21:27:22.472075 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14333 | 2025.05.22 21:27:22.472135 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2129 rows starting from the beginning of the part | ||
14334 | 2025.05.22 21:27:22.472265 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 8 rows starting from the beginning of the part | ||
14335 | 2025.05.22 21:27:22.472373 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 33 rows starting from the beginning of the part | ||
14336 | 2025.05.22 21:27:22.472379 [ 261 ] {87c8d94a-dbf0-43ad-adb8-5831996a9b0f} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14337 | 2025.05.22 21:27:22.472421 [ 261 ] {87c8d94a-dbf0-43ad-adb8-5831996a9b0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14338 | 2025.05.22 21:27:22.472473 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 8 rows starting from the beginning of the part | ||
14339 | 2025.05.22 21:27:22.472571 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 33 rows starting from the beginning of the part | ||
14340 | 2025.05.22 21:27:22.472668 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 8 rows starting from the beginning of the part | ||
14341 | 2025.05.22 21:27:22.472732 [ 261 ] {87c8d94a-dbf0-43ad-adb8-5831996a9b0f} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
14342 | 2025.05.22 21:27:22.472945 [ 261 ] {87c8d94a-dbf0-43ad-adb8-5831996a9b0f} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14343 | 2025.05.22 21:27:22.473079 [ 261 ] {87c8d94a-dbf0-43ad-adb8-5831996a9b0f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001082 sec., 75785.58225508318 rows/sec., 4.81 MiB/sec. | ||
14344 | 2025.05.22 21:27:22.473114 [ 261 ] {87c8d94a-dbf0-43ad-adb8-5831996a9b0f} <Debug> TCPHandler: Processed in 0.001246188 sec. | ||
14345 | 2025.05.22 21:27:22.480513 [ 200 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2219 rows, containing 19 columns (19 merged, 0 gathered) in 0.008681229 sec., 255608.96965164723 rows/sec., 458.04 MiB/sec. | ||
14346 | 2025.05.22 21:27:22.482512 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
14347 | 2025.05.22 21:27:22.482888 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14348 | 2025.05.22 21:27:22.482973 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
14349 | 2025.05.22 21:27:22.483154 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.31 MiB. | ||
14350 | 2025.05.22 21:27:23.000157 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 355.82 MiB, peak 374.09 MiB, free memory in arenas 0.00 B, will set to 357.54 MiB (RSS), difference: 1.71 MiB | ||
14351 | 2025.05.22 21:27:23.874413 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36173 | ||
14352 | 2025.05.22 21:27:23.874916 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14353 | 2025.05.22 21:27:23.874964 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14354 | 2025.05.22 21:27:23.875450 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14355 | 2025.05.22 21:27:23.875679 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14356 | 2025.05.22 21:27:23.875811 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36173 | ||
14357 | 2025.05.22 21:27:25.811549 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 595 | ||
14358 | 2025.05.22 21:27:25.828598 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14359 | 2025.05.22 21:27:25.828649 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14360 | 2025.05.22 21:27:25.835188 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14361 | 2025.05.22 21:27:25.835927 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14362 | 2025.05.22 21:27:25.839011 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 595 | ||
14363 | 2025.05.22 21:27:27.268023 [ 219 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): 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] | ||
14364 | 2025.05.22 21:27:27.268104 [ 219 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): 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] | ||
14365 | 2025.05.22 21:27:27.270342 [ 219 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): 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] | ||
14366 | 2025.05.22 21:27:27.449911 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14367 | 2025.05.22 21:27:27.450099 [ 261 ] {570642c3-2722-4761-80ba-c565ceeff1ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
14368 | 2025.05.22 21:27:27.450170 [ 261 ] {570642c3-2722-4761-80ba-c565ceeff1ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14369 | 2025.05.22 21:27:27.450845 [ 261 ] {570642c3-2722-4761-80ba-c565ceeff1ac} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14370 | 2025.05.22 21:27:27.450897 [ 261 ] {570642c3-2722-4761-80ba-c565ceeff1ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14371 | 2025.05.22 21:27:27.451323 [ 261 ] {570642c3-2722-4761-80ba-c565ceeff1ac} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
14372 | 2025.05.22 21:27:27.451573 [ 261 ] {570642c3-2722-4761-80ba-c565ceeff1ac} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14373 | 2025.05.22 21:27:27.451734 [ 261 ] {570642c3-2722-4761-80ba-c565ceeff1ac} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.001687 sec., 72317.72377000593 rows/sec., 6.17 MiB/sec. | ||
14374 | 2025.05.22 21:27:27.451784 [ 261 ] {570642c3-2722-4761-80ba-c565ceeff1ac} <Debug> TCPHandler: Processed in 0.00200985 sec. | ||
14375 | 2025.05.22 21:27:27.451908 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14376 | 2025.05.22 21:27:27.452011 [ 261 ] {2edbe4cc-6e87-4caa-974b-b7fea97269cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
14377 | 2025.05.22 21:27:27.452054 [ 261 ] {2edbe4cc-6e87-4caa-974b-b7fea97269cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14378 | 2025.05.22 21:27:27.452489 [ 261 ] {2edbe4cc-6e87-4caa-974b-b7fea97269cc} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14379 | 2025.05.22 21:27:27.452526 [ 261 ] {2edbe4cc-6e87-4caa-974b-b7fea97269cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14380 | 2025.05.22 21:27:27.452828 [ 261 ] {2edbe4cc-6e87-4caa-974b-b7fea97269cc} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
14381 | 2025.05.22 21:27:27.453041 [ 261 ] {2edbe4cc-6e87-4caa-974b-b7fea97269cc} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14382 | 2025.05.22 21:27:27.453176 [ 261 ] {2edbe4cc-6e87-4caa-974b-b7fea97269cc} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001189 sec., 27754.415475189235 rows/sec., 2.04 MiB/sec. | ||
14383 | 2025.05.22 21:27:27.453215 [ 261 ] {2edbe4cc-6e87-4caa-974b-b7fea97269cc} <Debug> TCPHandler: Processed in 0.001361181 sec. | ||
14384 | 2025.05.22 21:27:27.453318 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14385 | 2025.05.22 21:27:27.453416 [ 261 ] {83747e81-3ca9-48af-a88e-50466e77d7bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
14386 | 2025.05.22 21:27:27.453456 [ 261 ] {83747e81-3ca9-48af-a88e-50466e77d7bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14387 | 2025.05.22 21:27:27.453878 [ 261 ] {83747e81-3ca9-48af-a88e-50466e77d7bf} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14388 | 2025.05.22 21:27:27.453914 [ 261 ] {83747e81-3ca9-48af-a88e-50466e77d7bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14389 | 2025.05.22 21:27:27.454226 [ 261 ] {83747e81-3ca9-48af-a88e-50466e77d7bf} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
14390 | 2025.05.22 21:27:27.454436 [ 261 ] {83747e81-3ca9-48af-a88e-50466e77d7bf} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14391 | 2025.05.22 21:27:27.454566 [ 261 ] {83747e81-3ca9-48af-a88e-50466e77d7bf} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001169 sec., 82976.90333618478 rows/sec., 6.48 MiB/sec. | ||
14392 | 2025.05.22 21:27:27.454603 [ 261 ] {83747e81-3ca9-48af-a88e-50466e77d7bf} <Debug> TCPHandler: Processed in 0.00133486 sec. | ||
14393 | 2025.05.22 21:27:27.454714 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14394 | 2025.05.22 21:27:27.454809 [ 261 ] {3fad4200-8124-4446-932b-0988654b049d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
14395 | 2025.05.22 21:27:27.454852 [ 261 ] {3fad4200-8124-4446-932b-0988654b049d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14396 | 2025.05.22 21:27:27.455249 [ 261 ] {3fad4200-8124-4446-932b-0988654b049d} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14397 | 2025.05.22 21:27:27.455284 [ 261 ] {3fad4200-8124-4446-932b-0988654b049d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14398 | 2025.05.22 21:27:27.455619 [ 261 ] {3fad4200-8124-4446-932b-0988654b049d} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
14399 | 2025.05.22 21:27:27.455851 [ 261 ] {3fad4200-8124-4446-932b-0988654b049d} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14400 | 2025.05.22 21:27:27.455975 [ 49 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Selected 5 parts from all_1_106_21 to all_110_110_0 | ||
14401 | 2025.05.22 21:27:27.455983 [ 261 ] {3fad4200-8124-4446-932b-0988654b049d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001193 sec., 134115.6747694887 rows/sec., 9.34 MiB/sec. | ||
14402 | 2025.05.22 21:27:27.456044 [ 49 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14403 | 2025.05.22 21:27:27.456060 [ 261 ] {3fad4200-8124-4446-932b-0988654b049d} <Debug> TCPHandler: Processed in 0.001397401 sec. | ||
14404 | 2025.05.22 21:27:27.456069 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14405 | 2025.05.22 21:27:27.456179 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14406 | 2025.05.22 21:27:27.456206 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_110_22} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_106_21 to all_110_110_0 into Compact with storage Full | ||
14407 | 2025.05.22 21:27:27.456281 [ 261 ] {23056ca1-91bb-428f-a091-8633c39fd425} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
14408 | 2025.05.22 21:27:27.456339 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_110_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14409 | 2025.05.22 21:27:27.456341 [ 261 ] {23056ca1-91bb-428f-a091-8633c39fd425} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
14410 | 2025.05.22 21:27:27.456385 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_106_21, total 32265 rows starting from the beginning of the part | ||
14411 | 2025.05.22 21:27:27.456463 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 886 rows starting from the beginning of the part | ||
14412 | 2025.05.22 21:27:27.456514 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 237 rows starting from the beginning of the part | ||
14413 | 2025.05.22 21:27:27.456562 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 160 rows starting from the beginning of the part | ||
14414 | 2025.05.22 21:27:27.456613 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 238 rows starting from the beginning of the part | ||
14415 | 2025.05.22 21:27:27.457184 [ 261 ] {23056ca1-91bb-428f-a091-8633c39fd425} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14416 | 2025.05.22 21:27:27.457226 [ 261 ] {23056ca1-91bb-428f-a091-8633c39fd425} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14417 | 2025.05.22 21:27:27.457813 [ 261 ] {23056ca1-91bb-428f-a091-8633c39fd425} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
14418 | 2025.05.22 21:27:27.458065 [ 261 ] {23056ca1-91bb-428f-a091-8633c39fd425} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14419 | 2025.05.22 21:27:27.458206 [ 261 ] {23056ca1-91bb-428f-a091-8633c39fd425} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001943 sec., 16984.045290787442 rows/sec., 30.43 MiB/sec. | ||
14420 | 2025.05.22 21:27:27.458282 [ 261 ] {23056ca1-91bb-428f-a091-8633c39fd425} <Debug> TCPHandler: Processed in 0.002152582 sec. | ||
14421 | 2025.05.22 21:27:27.458398 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14422 | 2025.05.22 21:27:27.458494 [ 261 ] {ed25a1bf-cdca-4067-90af-9cac96ce83f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
14423 | 2025.05.22 21:27:27.458535 [ 261 ] {ed25a1bf-cdca-4067-90af-9cac96ce83f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14424 | 2025.05.22 21:27:27.458869 [ 261 ] {ed25a1bf-cdca-4067-90af-9cac96ce83f8} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14425 | 2025.05.22 21:27:27.458902 [ 261 ] {ed25a1bf-cdca-4067-90af-9cac96ce83f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14426 | 2025.05.22 21:27:27.459213 [ 261 ] {ed25a1bf-cdca-4067-90af-9cac96ce83f8} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
14427 | 2025.05.22 21:27:27.459431 [ 261 ] {ed25a1bf-cdca-4067-90af-9cac96ce83f8} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14428 | 2025.05.22 21:27:27.459562 [ 261 ] {ed25a1bf-cdca-4067-90af-9cac96ce83f8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. | ||
14429 | 2025.05.22 21:27:27.459562 [ 46 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
14430 | 2025.05.22 21:27:27.459598 [ 261 ] {ed25a1bf-cdca-4067-90af-9cac96ce83f8} <Debug> TCPHandler: Processed in 0.001251878 sec. | ||
14431 | 2025.05.22 21:27:27.459609 [ 46 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14432 | 2025.05.22 21:27:27.459628 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14433 | 2025.05.22 21:27:27.459733 [ 188 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
14434 | 2025.05.22 21:27:27.459888 [ 188 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14435 | 2025.05.22 21:27:27.459924 [ 188 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6384 rows starting from the beginning of the part | ||
14436 | 2025.05.22 21:27:27.460000 [ 188 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part | ||
14437 | 2025.05.22 21:27:27.460050 [ 188 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 82 rows starting from the beginning of the part | ||
14438 | 2025.05.22 21:27:27.460096 [ 188 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part | ||
14439 | 2025.05.22 21:27:27.460140 [ 188 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 82 rows starting from the beginning of the part | ||
14440 | 2025.05.22 21:27:27.460186 [ 188 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part | ||
14441 | 2025.05.22 21:27:27.462136 [ 196 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6728 rows, containing 4 columns (4 merged, 0 gathered) in 0.002452106 sec., 2743763.931901802 rows/sec., 180.65 MiB/sec. | ||
14442 | 2025.05.22 21:27:27.462536 [ 196 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
14443 | 2025.05.22 21:27:27.462790 [ 196 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_111_22} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14444 | 2025.05.22 21:27:27.462864 [ 196 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_111_22} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
14445 | 2025.05.22 21:27:27.462946 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
14446 | 2025.05.22 21:27:27.463040 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_110_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33786 rows, containing 5 columns (5 merged, 0 gathered) in 0.006872333 sec., 4916234.414135637 rows/sec., 333.98 MiB/sec. | ||
14447 | 2025.05.22 21:27:27.463579 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_110_22} <Trace> MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary) | ||
14448 | 2025.05.22 21:27:27.463864 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14449 | 2025.05.22 21:27:27.463941 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Merged 5 parts: [all_1_106_21, all_110_110_0] -> all_1_110_22 | ||
14450 | 2025.05.22 21:27:27.464047 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. | ||
14451 | 2025.05.22 21:27:28.658360 [ 218 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): 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] | ||
14452 | 2025.05.22 21:27:28.658414 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): 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] | ||
14453 | 2025.05.22 21:27:28.660109 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): 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] | ||
14454 | 2025.05.22 21:27:31.190831 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14455 | 2025.05.22 21:27:31.190902 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14456 | 2025.05.22 21:27:31.375969 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36661 | ||
14457 | 2025.05.22 21:27:31.376655 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14458 | 2025.05.22 21:27:31.376690 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14459 | 2025.05.22 21:27:31.377160 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14460 | 2025.05.22 21:27:31.377485 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14461 | 2025.05.22 21:27:31.377655 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661 | ||
14462 | 2025.05.22 21:27:31.377741 [ 222 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14463 | 2025.05.22 21:27:31.377819 [ 222 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14464 | 2025.05.22 21:27:31.379731 [ 222 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14465 | 2025.05.22 21:27:31.478426 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1978 | ||
14466 | 2025.05.22 21:27:31.481033 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14467 | 2025.05.22 21:27:31.481087 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14468 | 2025.05.22 21:27:31.482326 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
14469 | 2025.05.22 21:27:31.482610 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14470 | 2025.05.22 21:27:31.482917 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1978 | ||
14471 | 2025.05.22 21:27:32.001391 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001047465 sec. | ||
14472 | 2025.05.22 21:27:32.269564 [ 219 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14473 | 2025.05.22 21:27:32.269632 [ 219 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14474 | 2025.05.22 21:27:32.271656 [ 219 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14475 | 2025.05.22 21:27:32.282319 [ 225 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14476 | 2025.05.22 21:27:32.282375 [ 225 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14477 | 2025.05.22 21:27:32.284334 [ 225 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14478 | 2025.05.22 21:27:32.453879 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14479 | 2025.05.22 21:27:32.454084 [ 261 ] {842e8454-a69e-4189-973e-b8bf888b58b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
14480 | 2025.05.22 21:27:32.454161 [ 261 ] {842e8454-a69e-4189-973e-b8bf888b58b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
14481 | 2025.05.22 21:27:32.454932 [ 261 ] {842e8454-a69e-4189-973e-b8bf888b58b0} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14482 | 2025.05.22 21:27:32.454972 [ 261 ] {842e8454-a69e-4189-973e-b8bf888b58b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14483 | 2025.05.22 21:27:32.455384 [ 261 ] {842e8454-a69e-4189-973e-b8bf888b58b0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
14484 | 2025.05.22 21:27:32.455614 [ 261 ] {842e8454-a69e-4189-973e-b8bf888b58b0} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14485 | 2025.05.22 21:27:32.455775 [ 261 ] {842e8454-a69e-4189-973e-b8bf888b58b0} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001749 sec., 121212.12121212122 rows/sec., 7.71 MiB/sec. | ||
14486 | 2025.05.22 21:27:32.455828 [ 261 ] {842e8454-a69e-4189-973e-b8bf888b58b0} <Debug> TCPHandler: Processed in 0.002086971 sec. | ||
14487 | 2025.05.22 21:27:32.455953 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14488 | 2025.05.22 21:27:32.456057 [ 261 ] {64425f40-c392-4dbb-b2a9-951220166af4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
14489 | 2025.05.22 21:27:32.456102 [ 261 ] {64425f40-c392-4dbb-b2a9-951220166af4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14490 | 2025.05.22 21:27:32.456877 [ 261 ] {64425f40-c392-4dbb-b2a9-951220166af4} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14491 | 2025.05.22 21:27:32.456912 [ 261 ] {64425f40-c392-4dbb-b2a9-951220166af4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14492 | 2025.05.22 21:27:32.457275 [ 261 ] {64425f40-c392-4dbb-b2a9-951220166af4} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
14493 | 2025.05.22 21:27:32.457498 [ 261 ] {64425f40-c392-4dbb-b2a9-951220166af4} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14494 | 2025.05.22 21:27:32.457634 [ 261 ] {64425f40-c392-4dbb-b2a9-951220166af4} <Debug> executeQuery: Read 633 rows, 50.88 KiB in 0.001602 sec., 395131.0861423221 rows/sec., 31.01 MiB/sec. | ||
14495 | 2025.05.22 21:27:32.457674 [ 261 ] {64425f40-c392-4dbb-b2a9-951220166af4} <Debug> TCPHandler: Processed in 0.001775476 sec. | ||
14496 | 2025.05.22 21:27:32.457786 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14497 | 2025.05.22 21:27:32.457884 [ 261 ] {c556b626-bea3-43b3-90ad-4c7be98ed40c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
14498 | 2025.05.22 21:27:32.457926 [ 261 ] {c556b626-bea3-43b3-90ad-4c7be98ed40c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14499 | 2025.05.22 21:27:32.458373 [ 261 ] {c556b626-bea3-43b3-90ad-4c7be98ed40c} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14500 | 2025.05.22 21:27:32.458408 [ 261 ] {c556b626-bea3-43b3-90ad-4c7be98ed40c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14501 | 2025.05.22 21:27:32.458716 [ 261 ] {c556b626-bea3-43b3-90ad-4c7be98ed40c} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
14502 | 2025.05.22 21:27:32.458929 [ 261 ] {c556b626-bea3-43b3-90ad-4c7be98ed40c} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14503 | 2025.05.22 21:27:32.459065 [ 261 ] {c556b626-bea3-43b3-90ad-4c7be98ed40c} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001199 sec., 95079.23269391159 rows/sec., 5.69 MiB/sec. | ||
14504 | 2025.05.22 21:27:32.459103 [ 261 ] {c556b626-bea3-43b3-90ad-4c7be98ed40c} <Debug> TCPHandler: Processed in 0.00136783 sec. | ||
14505 | 2025.05.22 21:27:32.459235 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14506 | 2025.05.22 21:27:32.459362 [ 261 ] {2dc45439-7b0f-481d-a9a4-ba57a7c4577d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
14507 | 2025.05.22 21:27:32.459403 [ 261 ] {2dc45439-7b0f-481d-a9a4-ba57a7c4577d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14508 | 2025.05.22 21:27:32.459929 [ 261 ] {2dc45439-7b0f-481d-a9a4-ba57a7c4577d} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14509 | 2025.05.22 21:27:32.459971 [ 261 ] {2dc45439-7b0f-481d-a9a4-ba57a7c4577d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14510 | 2025.05.22 21:27:32.460292 [ 261 ] {2dc45439-7b0f-481d-a9a4-ba57a7c4577d} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
14511 | 2025.05.22 21:27:32.460514 [ 261 ] {2dc45439-7b0f-481d-a9a4-ba57a7c4577d} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14512 | 2025.05.22 21:27:32.460642 [ 261 ] {2dc45439-7b0f-481d-a9a4-ba57a7c4577d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.0013 sec., 86923.07692307692 rows/sec., 5.63 MiB/sec. | ||
14513 | 2025.05.22 21:27:32.460680 [ 261 ] {2dc45439-7b0f-481d-a9a4-ba57a7c4577d} <Debug> TCPHandler: Processed in 0.001499753 sec. | ||
14514 | 2025.05.22 21:27:32.460801 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14515 | 2025.05.22 21:27:32.460897 [ 261 ] {0b761221-ca74-43cb-9add-a5ba306207e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
14516 | 2025.05.22 21:27:32.460936 [ 261 ] {0b761221-ca74-43cb-9add-a5ba306207e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
14517 | 2025.05.22 21:27:32.461362 [ 261 ] {0b761221-ca74-43cb-9add-a5ba306207e2} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14518 | 2025.05.22 21:27:32.461398 [ 261 ] {0b761221-ca74-43cb-9add-a5ba306207e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14519 | 2025.05.22 21:27:32.461691 [ 261 ] {0b761221-ca74-43cb-9add-a5ba306207e2} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
14520 | 2025.05.22 21:27:32.461896 [ 261 ] {0b761221-ca74-43cb-9add-a5ba306207e2} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14521 | 2025.05.22 21:27:32.462021 [ 261 ] {0b761221-ca74-43cb-9add-a5ba306207e2} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001144 sec., 97902.0979020979 rows/sec., 5.58 MiB/sec. | ||
14522 | 2025.05.22 21:27:32.462059 [ 261 ] {0b761221-ca74-43cb-9add-a5ba306207e2} <Debug> TCPHandler: Processed in 0.001308449 sec. | ||
14523 | 2025.05.22 21:27:32.462168 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14524 | 2025.05.22 21:27:32.462267 [ 261 ] {05a8cb5f-263e-44be-b240-4940e9dcf53f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
14525 | 2025.05.22 21:27:32.462307 [ 261 ] {05a8cb5f-263e-44be-b240-4940e9dcf53f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14526 | 2025.05.22 21:27:32.462825 [ 261 ] {05a8cb5f-263e-44be-b240-4940e9dcf53f} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14527 | 2025.05.22 21:27:32.462859 [ 261 ] {05a8cb5f-263e-44be-b240-4940e9dcf53f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14528 | 2025.05.22 21:27:32.463177 [ 261 ] {05a8cb5f-263e-44be-b240-4940e9dcf53f} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
14529 | 2025.05.22 21:27:32.463382 [ 261 ] {05a8cb5f-263e-44be-b240-4940e9dcf53f} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14530 | 2025.05.22 21:27:32.463507 [ 261 ] {05a8cb5f-263e-44be-b240-4940e9dcf53f} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001257 sec., 310262.52983293554 rows/sec., 21.93 MiB/sec. | ||
14531 | 2025.05.22 21:27:32.463544 [ 261 ] {05a8cb5f-263e-44be-b240-4940e9dcf53f} <Debug> TCPHandler: Processed in 0.001424671 sec. | ||
14532 | 2025.05.22 21:27:32.463652 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14533 | 2025.05.22 21:27:32.463746 [ 261 ] {150390fa-410d-4259-ba2b-4d9918caf647} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
14534 | 2025.05.22 21:27:32.463787 [ 261 ] {150390fa-410d-4259-ba2b-4d9918caf647} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14535 | 2025.05.22 21:27:32.464112 [ 261 ] {150390fa-410d-4259-ba2b-4d9918caf647} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14536 | 2025.05.22 21:27:32.464146 [ 261 ] {150390fa-410d-4259-ba2b-4d9918caf647} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14537 | 2025.05.22 21:27:32.464444 [ 261 ] {150390fa-410d-4259-ba2b-4d9918caf647} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
14538 | 2025.05.22 21:27:32.464640 [ 261 ] {150390fa-410d-4259-ba2b-4d9918caf647} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14539 | 2025.05.22 21:27:32.464732 [ 38 ] {} <Debug> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
14540 | 2025.05.22 21:27:32.464764 [ 261 ] {150390fa-410d-4259-ba2b-4d9918caf647} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001036 sec., 5791.505791505791 rows/sec., 302.58 KiB/sec. | ||
14541 | 2025.05.22 21:27:32.464769 [ 38 ] {} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14542 | 2025.05.22 21:27:32.464794 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14543 | 2025.05.22 21:27:32.464800 [ 261 ] {150390fa-410d-4259-ba2b-4d9918caf647} <Debug> TCPHandler: Processed in 0.001196378 sec. | ||
14544 | 2025.05.22 21:27:32.464903 [ 199 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::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 | ||
14545 | 2025.05.22 21:27:32.464913 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14546 | 2025.05.22 21:27:32.465037 [ 261 ] {cd352317-4394-4722-8f03-4a165df69e9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
14547 | 2025.05.22 21:27:32.465050 [ 199 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14548 | 2025.05.22 21:27:32.465079 [ 261 ] {cd352317-4394-4722-8f03-4a165df69e9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14549 | 2025.05.22 21:27:32.465094 [ 199 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 186 rows starting from the beginning of the part | ||
14550 | 2025.05.22 21:27:32.465173 [ 199 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
14551 | 2025.05.22 21:27:32.465224 [ 199 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
14552 | 2025.05.22 21:27:32.465275 [ 199 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
14553 | 2025.05.22 21:27:32.465323 [ 199 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
14554 | 2025.05.22 21:27:32.465367 [ 199 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
14555 | 2025.05.22 21:27:32.465508 [ 261 ] {cd352317-4394-4722-8f03-4a165df69e9b} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14556 | 2025.05.22 21:27:32.465548 [ 261 ] {cd352317-4394-4722-8f03-4a165df69e9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14557 | 2025.05.22 21:27:32.465913 [ 261 ] {cd352317-4394-4722-8f03-4a165df69e9b} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
14558 | 2025.05.22 21:27:32.466135 [ 261 ] {cd352317-4394-4722-8f03-4a165df69e9b} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14559 | 2025.05.22 21:27:32.466155 [ 186 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.001305529 sec., 165450.1738375785 rows/sec., 8.44 MiB/sec. | ||
14560 | 2025.05.22 21:27:32.466267 [ 261 ] {cd352317-4394-4722-8f03-4a165df69e9b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001249 sec., 189751.80144115293 rows/sec., 12.72 MiB/sec. | ||
14561 | 2025.05.22 21:27:32.466284 [ 187 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
14562 | 2025.05.22 21:27:32.466308 [ 261 ] {cd352317-4394-4722-8f03-4a165df69e9b} <Debug> TCPHandler: Processed in 0.001447401 sec. | ||
14563 | 2025.05.22 21:27:32.466563 [ 187 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_36_7} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14564 | 2025.05.22 21:27:32.466636 [ 187 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_36_7} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
14565 | 2025.05.22 21:27:32.466699 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14566 | 2025.05.22 21:27:32.466706 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
14567 | 2025.05.22 21:27:32.466802 [ 261 ] {63df6ed9-26e8-4b34-88e5-dd2c0811f806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
14568 | 2025.05.22 21:27:32.466847 [ 261 ] {63df6ed9-26e8-4b34-88e5-dd2c0811f806} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
14569 | 2025.05.22 21:27:32.467184 [ 261 ] {63df6ed9-26e8-4b34-88e5-dd2c0811f806} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14570 | 2025.05.22 21:27:32.467219 [ 261 ] {63df6ed9-26e8-4b34-88e5-dd2c0811f806} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14571 | 2025.05.22 21:27:32.467513 [ 261 ] {63df6ed9-26e8-4b34-88e5-dd2c0811f806} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
14572 | 2025.05.22 21:27:32.467726 [ 261 ] {63df6ed9-26e8-4b34-88e5-dd2c0811f806} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14573 | 2025.05.22 21:27:32.467854 [ 261 ] {63df6ed9-26e8-4b34-88e5-dd2c0811f806} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00107 sec., 934.5794392523364 rows/sec., 62.97 KiB/sec. | ||
14574 | 2025.05.22 21:27:32.467888 [ 261 ] {63df6ed9-26e8-4b34-88e5-dd2c0811f806} <Debug> TCPHandler: Processed in 0.001241349 sec. | ||
14575 | 2025.05.22 21:27:32.468023 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14576 | 2025.05.22 21:27:32.468146 [ 261 ] {ff309ac4-2fb5-4728-b641-937dbbdcb564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
14577 | 2025.05.22 21:27:32.468211 [ 261 ] {ff309ac4-2fb5-4728-b641-937dbbdcb564} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
14578 | 2025.05.22 21:27:32.469001 [ 261 ] {ff309ac4-2fb5-4728-b641-937dbbdcb564} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14579 | 2025.05.22 21:27:32.469036 [ 261 ] {ff309ac4-2fb5-4728-b641-937dbbdcb564} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14580 | 2025.05.22 21:27:32.469550 [ 261 ] {ff309ac4-2fb5-4728-b641-937dbbdcb564} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
14581 | 2025.05.22 21:27:32.469767 [ 261 ] {ff309ac4-2fb5-4728-b641-937dbbdcb564} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14582 | 2025.05.22 21:27:32.469904 [ 261 ] {ff309ac4-2fb5-4728-b641-937dbbdcb564} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001784 sec., 4484.304932735426 rows/sec., 8.04 MiB/sec. | ||
14583 | 2025.05.22 21:27:32.469972 [ 261 ] {ff309ac4-2fb5-4728-b641-937dbbdcb564} <Debug> TCPHandler: Processed in 0.00201566 sec. | ||
14584 | 2025.05.22 21:27:32.470087 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14585 | 2025.05.22 21:27:32.470182 [ 261 ] {3bdd01db-12b7-4a90-b602-5c3510c404ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
14586 | 2025.05.22 21:27:32.470224 [ 261 ] {3bdd01db-12b7-4a90-b602-5c3510c404ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14587 | 2025.05.22 21:27:32.470545 [ 261 ] {3bdd01db-12b7-4a90-b602-5c3510c404ca} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14588 | 2025.05.22 21:27:32.470579 [ 261 ] {3bdd01db-12b7-4a90-b602-5c3510c404ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14589 | 2025.05.22 21:27:32.470871 [ 261 ] {3bdd01db-12b7-4a90-b602-5c3510c404ca} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
14590 | 2025.05.22 21:27:32.471074 [ 261 ] {3bdd01db-12b7-4a90-b602-5c3510c404ca} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14591 | 2025.05.22 21:27:32.471198 [ 261 ] {3bdd01db-12b7-4a90-b602-5c3510c404ca} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001035 sec., 79227.05314009663 rows/sec., 5.03 MiB/sec. | ||
14592 | 2025.05.22 21:27:32.471233 [ 261 ] {3bdd01db-12b7-4a90-b602-5c3510c404ca} <Debug> TCPHandler: Processed in 0.001196658 sec. | ||
14593 | 2025.05.22 21:27:33.000155 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 354.33 MiB, peak 374.09 MiB, free memory in arenas 0.00 B, will set to 357.54 MiB (RSS), difference: 3.20 MiB | ||
14594 | 2025.05.22 21:27:33.069813 [ 220 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14595 | 2025.05.22 21:27:33.069862 [ 220 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14596 | 2025.05.22 21:27:33.071848 [ 220 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14597 | 2025.05.22 21:27:33.339085 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 603 | ||
14598 | 2025.05.22 21:27:33.355579 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14599 | 2025.05.22 21:27:33.355632 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14600 | 2025.05.22 21:27:33.361707 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14601 | 2025.05.22 21:27:33.362408 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14602 | 2025.05.22 21:27:33.365289 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603 | ||
14603 | 2025.05.22 21:27:33.620551 [ 222 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14604 | 2025.05.22 21:27:33.620605 [ 222 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14605 | 2025.05.22 21:27:33.622330 [ 222 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14606 | 2025.05.22 21:27:33.848630 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14607 | 2025.05.22 21:27:33.848726 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14608 | 2025.05.22 21:27:33.850806 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14609 | 2025.05.22 21:27:37.476588 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14610 | 2025.05.22 21:27:37.476786 [ 261 ] {054ca9ab-751e-4b02-801d-140cbf126270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
14611 | 2025.05.22 21:27:37.476852 [ 261 ] {054ca9ab-751e-4b02-801d-140cbf126270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14612 | 2025.05.22 21:27:37.478157 [ 261 ] {054ca9ab-751e-4b02-801d-140cbf126270} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14613 | 2025.05.22 21:27:37.478198 [ 261 ] {054ca9ab-751e-4b02-801d-140cbf126270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14614 | 2025.05.22 21:27:37.478663 [ 261 ] {054ca9ab-751e-4b02-801d-140cbf126270} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
14615 | 2025.05.22 21:27:37.478879 [ 261 ] {054ca9ab-751e-4b02-801d-140cbf126270} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14616 | 2025.05.22 21:27:37.479028 [ 261 ] {054ca9ab-751e-4b02-801d-140cbf126270} <Debug> executeQuery: Read 1262 rows, 106.78 KiB in 0.002294 sec., 550130.7759372275 rows/sec., 45.46 MiB/sec. | ||
14617 | 2025.05.22 21:27:37.479070 [ 261 ] {054ca9ab-751e-4b02-801d-140cbf126270} <Debug> TCPHandler: Processed in 0.002613338 sec. | ||
14618 | 2025.05.22 21:27:37.479196 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14619 | 2025.05.22 21:27:37.479291 [ 261 ] {d84fc6ff-db57-4563-bc61-1c3348be75a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
14620 | 2025.05.22 21:27:37.479333 [ 261 ] {d84fc6ff-db57-4563-bc61-1c3348be75a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14621 | 2025.05.22 21:27:37.479748 [ 261 ] {d84fc6ff-db57-4563-bc61-1c3348be75a1} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14622 | 2025.05.22 21:27:37.479787 [ 261 ] {d84fc6ff-db57-4563-bc61-1c3348be75a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14623 | 2025.05.22 21:27:37.480076 [ 261 ] {d84fc6ff-db57-4563-bc61-1c3348be75a1} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
14624 | 2025.05.22 21:27:37.480285 [ 261 ] {d84fc6ff-db57-4563-bc61-1c3348be75a1} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14625 | 2025.05.22 21:27:37.480419 [ 261 ] {d84fc6ff-db57-4563-bc61-1c3348be75a1} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001147 sec., 28770.706190061028 rows/sec., 2.11 MiB/sec. | ||
14626 | 2025.05.22 21:27:37.480458 [ 261 ] {d84fc6ff-db57-4563-bc61-1c3348be75a1} <Debug> TCPHandler: Processed in 0.001313999 sec. | ||
14627 | 2025.05.22 21:27:37.480570 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14628 | 2025.05.22 21:27:37.480664 [ 261 ] {88f28825-a089-4ccd-8b86-10b91f85a0a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
14629 | 2025.05.22 21:27:37.480703 [ 261 ] {88f28825-a089-4ccd-8b86-10b91f85a0a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14630 | 2025.05.22 21:27:37.481177 [ 261 ] {88f28825-a089-4ccd-8b86-10b91f85a0a6} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14631 | 2025.05.22 21:27:37.481214 [ 261 ] {88f28825-a089-4ccd-8b86-10b91f85a0a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14632 | 2025.05.22 21:27:37.481508 [ 261 ] {88f28825-a089-4ccd-8b86-10b91f85a0a6} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
14633 | 2025.05.22 21:27:37.481721 [ 261 ] {88f28825-a089-4ccd-8b86-10b91f85a0a6} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14634 | 2025.05.22 21:27:37.481841 [ 31 ] {} <Debug> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 | ||
14635 | 2025.05.22 21:27:37.481851 [ 261 ] {88f28825-a089-4ccd-8b86-10b91f85a0a6} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001205 sec., 189211.61825726143 rows/sec., 12.81 MiB/sec. | ||
14636 | 2025.05.22 21:27:37.481916 [ 31 ] {} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14637 | 2025.05.22 21:27:37.481930 [ 261 ] {88f28825-a089-4ccd-8b86-10b91f85a0a6} <Debug> TCPHandler: Processed in 0.001411591 sec. | ||
14638 | 2025.05.22 21:27:37.481944 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14639 | 2025.05.22 21:27:37.482040 [ 190 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_55_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full | ||
14640 | 2025.05.22 21:27:37.482048 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14641 | 2025.05.22 21:27:37.482134 [ 190 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14642 | 2025.05.22 21:27:37.482155 [ 261 ] {179fd528-52f9-4d3c-a640-72537c5df71c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
14643 | 2025.05.22 21:27:37.482163 [ 190 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 365 rows starting from the beginning of the part | ||
14644 | 2025.05.22 21:27:37.482196 [ 261 ] {179fd528-52f9-4d3c-a640-72537c5df71c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14645 | 2025.05.22 21:27:37.482228 [ 190 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 228 rows starting from the beginning of the part | ||
14646 | 2025.05.22 21:27:37.482272 [ 190 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 113 rows starting from the beginning of the part | ||
14647 | 2025.05.22 21:27:37.482312 [ 190 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 113 rows starting from the beginning of the part | ||
14648 | 2025.05.22 21:27:37.482354 [ 190 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 113 rows starting from the beginning of the part | ||
14649 | 2025.05.22 21:27:37.482391 [ 190 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 228 rows starting from the beginning of the part | ||
14650 | 2025.05.22 21:27:37.482795 [ 261 ] {179fd528-52f9-4d3c-a640-72537c5df71c} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14651 | 2025.05.22 21:27:37.482830 [ 261 ] {179fd528-52f9-4d3c-a640-72537c5df71c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14652 | 2025.05.22 21:27:37.483160 [ 261 ] {179fd528-52f9-4d3c-a640-72537c5df71c} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
14653 | 2025.05.22 21:27:37.483231 [ 186 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1160 rows, containing 5 columns (5 merged, 0 gathered) in 0.001230618 sec., 942615.8239193641 rows/sec., 66.62 MiB/sec. | ||
14654 | 2025.05.22 21:27:37.483362 [ 190 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) | ||
14655 | 2025.05.22 21:27:37.483378 [ 261 ] {179fd528-52f9-4d3c-a640-72537c5df71c} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14656 | 2025.05.22 21:27:37.483506 [ 261 ] {179fd528-52f9-4d3c-a640-72537c5df71c} <Debug> executeQuery: Read 553 rows, 42.05 KiB in 0.001369 sec., 403944.48502556613 rows/sec., 29.99 MiB/sec. | ||
14657 | 2025.05.22 21:27:37.483544 [ 261 ] {179fd528-52f9-4d3c-a640-72537c5df71c} <Debug> TCPHandler: Processed in 0.001546993 sec. | ||
14658 | 2025.05.22 21:27:37.483593 [ 190 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_55_11} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14659 | 2025.05.22 21:27:37.483656 [ 190 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_55_11} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 | ||
14660 | 2025.05.22 21:27:37.483666 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14661 | 2025.05.22 21:27:37.483715 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
14662 | 2025.05.22 21:27:37.483761 [ 261 ] {e7553433-fdb9-41c5-be60-a2326859c74e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
14663 | 2025.05.22 21:27:37.483805 [ 261 ] {e7553433-fdb9-41c5-be60-a2326859c74e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14664 | 2025.05.22 21:27:37.484400 [ 261 ] {e7553433-fdb9-41c5-be60-a2326859c74e} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14665 | 2025.05.22 21:27:37.484433 [ 261 ] {e7553433-fdb9-41c5-be60-a2326859c74e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14666 | 2025.05.22 21:27:37.484800 [ 261 ] {e7553433-fdb9-41c5-be60-a2326859c74e} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
14667 | 2025.05.22 21:27:37.485013 [ 261 ] {e7553433-fdb9-41c5-be60-a2326859c74e} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14668 | 2025.05.22 21:27:37.485142 [ 261 ] {e7553433-fdb9-41c5-be60-a2326859c74e} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.001399 sec., 629020.7290922087 rows/sec., 42.32 MiB/sec. | ||
14669 | 2025.05.22 21:27:37.485179 [ 261 ] {e7553433-fdb9-41c5-be60-a2326859c74e} <Debug> TCPHandler: Processed in 0.001563113 sec. | ||
14670 | 2025.05.22 21:27:37.485290 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14671 | 2025.05.22 21:27:37.485386 [ 261 ] {5d8b9e23-ff2a-4b06-90d9-5044e0446523} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
14672 | 2025.05.22 21:27:37.485440 [ 261 ] {5d8b9e23-ff2a-4b06-90d9-5044e0446523} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
14673 | 2025.05.22 21:27:37.486287 [ 261 ] {5d8b9e23-ff2a-4b06-90d9-5044e0446523} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14674 | 2025.05.22 21:27:37.486326 [ 261 ] {5d8b9e23-ff2a-4b06-90d9-5044e0446523} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14675 | 2025.05.22 21:27:37.486850 [ 261 ] {5d8b9e23-ff2a-4b06-90d9-5044e0446523} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
14676 | 2025.05.22 21:27:37.487073 [ 261 ] {5d8b9e23-ff2a-4b06-90d9-5044e0446523} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14677 | 2025.05.22 21:27:37.487214 [ 261 ] {5d8b9e23-ff2a-4b06-90d9-5044e0446523} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001847 sec., 17866.81104493774 rows/sec., 32.02 MiB/sec. | ||
14678 | 2025.05.22 21:27:37.487269 [ 261 ] {5d8b9e23-ff2a-4b06-90d9-5044e0446523} <Debug> TCPHandler: Processed in 0.00202849 sec. | ||
14679 | 2025.05.22 21:27:37.487406 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14680 | 2025.05.22 21:27:37.487501 [ 261 ] {721b77f1-71aa-441e-b14f-33ebb31f6d51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
14681 | 2025.05.22 21:27:37.487542 [ 261 ] {721b77f1-71aa-441e-b14f-33ebb31f6d51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14682 | 2025.05.22 21:27:37.487886 [ 261 ] {721b77f1-71aa-441e-b14f-33ebb31f6d51} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14683 | 2025.05.22 21:27:37.487922 [ 261 ] {721b77f1-71aa-441e-b14f-33ebb31f6d51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14684 | 2025.05.22 21:27:37.488222 [ 261 ] {721b77f1-71aa-441e-b14f-33ebb31f6d51} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
14685 | 2025.05.22 21:27:37.488444 [ 261 ] {721b77f1-71aa-441e-b14f-33ebb31f6d51} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14686 | 2025.05.22 21:27:37.488569 [ 261 ] {721b77f1-71aa-441e-b14f-33ebb31f6d51} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. | ||
14687 | 2025.05.22 21:27:37.488604 [ 261 ] {721b77f1-71aa-441e-b14f-33ebb31f6d51} <Debug> TCPHandler: Processed in 0.001248728 sec. | ||
14688 | 2025.05.22 21:27:38.878773 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37088 | ||
14689 | 2025.05.22 21:27:38.879294 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14690 | 2025.05.22 21:27:38.879346 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14691 | 2025.05.22 21:27:38.879847 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14692 | 2025.05.22 21:27:38.880095 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14693 | 2025.05.22 21:27:38.880245 [ 30 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14694 | 2025.05.22 21:27:38.880253 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37088 | ||
14695 | 2025.05.22 21:27:38.880322 [ 30 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14696 | 2025.05.22 21:27:38.880349 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
14697 | 2025.05.22 21:27:38.880460 [ 197 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
14698 | 2025.05.22 21:27:38.880592 [ 197 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14699 | 2025.05.22 21:27:38.880629 [ 197 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 34831 rows starting from the beginning of the part | ||
14700 | 2025.05.22 21:27:38.880694 [ 197 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 427 rows starting from the beginning of the part | ||
14701 | 2025.05.22 21:27:38.880737 [ 197 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 488 rows starting from the beginning of the part | ||
14702 | 2025.05.22 21:27:38.880777 [ 197 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 427 rows starting from the beginning of the part | ||
14703 | 2025.05.22 21:27:38.880815 [ 197 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 488 rows starting from the beginning of the part | ||
14704 | 2025.05.22 21:27:38.880854 [ 197 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 427 rows starting from the beginning of the part | ||
14705 | 2025.05.22 21:27:38.883275 [ 186 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37088 rows, containing 4 columns (4 merged, 0 gathered) in 0.002867873 sec., 12932232.354780005 rows/sec., 185.00 MiB/sec. | ||
14706 | 2025.05.22 21:27:38.883646 [ 186 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14707 | 2025.05.22 21:27:38.883948 [ 186 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_81_16} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14708 | 2025.05.22 21:27:38.884026 [ 186 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_81_16} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14709 | 2025.05.22 21:27:38.884142 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.09 MiB. | ||
14710 | 2025.05.22 21:27:40.866335 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 610 | ||
14711 | 2025.05.22 21:27:40.884137 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14712 | 2025.05.22 21:27:40.884208 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14713 | 2025.05.22 21:27:40.890375 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14714 | 2025.05.22 21:27:40.891128 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14715 | 2025.05.22 21:27:40.891429 [ 27 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14716 | 2025.05.22 21:27:40.891491 [ 27 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14717 | 2025.05.22 21:27:40.891512 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14718 | 2025.05.22 21:27:40.891641 [ 189 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
14719 | 2025.05.22 21:27:40.895546 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 610 | ||
14720 | 2025.05.22 21:27:40.895712 [ 189 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14721 | 2025.05.22 21:27:40.897265 [ 189 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part | ||
14722 | 2025.05.22 21:27:40.901847 [ 189 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 7 rows starting from the beginning of the part | ||
14723 | 2025.05.22 21:27:40.906382 [ 189 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 8 rows starting from the beginning of the part | ||
14724 | 2025.05.22 21:27:40.910880 [ 189 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 7 rows starting from the beginning of the part | ||
14725 | 2025.05.22 21:27:40.915807 [ 189 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 8 rows starting from the beginning of the part | ||
14726 | 2025.05.22 21:27:40.920474 [ 189 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 7 rows starting from the beginning of the part | ||
14727 | 2025.05.22 21:27:40.981372 [ 186 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 610 rows, containing 679 columns (679 merged, 0 gathered) in 0.089789567 sec., 6793.662341639313 rows/sec., 35.13 MiB/sec. | ||
14728 | 2025.05.22 21:27:40.984067 [ 201 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14729 | 2025.05.22 21:27:40.985879 [ 201 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_81_16} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14730 | 2025.05.22 21:27:40.985972 [ 201 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_81_16} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14731 | 2025.05.22 21:27:40.987726 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
14732 | 2025.05.22 21:27:41.484102 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2014 | ||
14733 | 2025.05.22 21:27:41.486756 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14734 | 2025.05.22 21:27:41.486819 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14735 | 2025.05.22 21:27:41.488062 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
14736 | 2025.05.22 21:27:41.488362 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14737 | 2025.05.22 21:27:41.488668 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2014 | ||
14738 | 2025.05.22 21:27:42.453696 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14739 | 2025.05.22 21:27:42.453902 [ 261 ] {883152e0-e090-4446-9e98-d9e1065c43b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
14740 | 2025.05.22 21:27:42.453981 [ 261 ] {883152e0-e090-4446-9e98-d9e1065c43b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
14741 | 2025.05.22 21:27:42.454759 [ 261 ] {883152e0-e090-4446-9e98-d9e1065c43b0} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14742 | 2025.05.22 21:27:42.454810 [ 261 ] {883152e0-e090-4446-9e98-d9e1065c43b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14743 | 2025.05.22 21:27:42.455210 [ 261 ] {883152e0-e090-4446-9e98-d9e1065c43b0} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
14744 | 2025.05.22 21:27:42.455439 [ 261 ] {883152e0-e090-4446-9e98-d9e1065c43b0} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14745 | 2025.05.22 21:27:42.455606 [ 261 ] {883152e0-e090-4446-9e98-d9e1065c43b0} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00176 sec., 120454.54545454546 rows/sec., 7.66 MiB/sec. | ||
14746 | 2025.05.22 21:27:42.455658 [ 261 ] {883152e0-e090-4446-9e98-d9e1065c43b0} <Debug> TCPHandler: Processed in 0.002105561 sec. | ||
14747 | 2025.05.22 21:27:42.455780 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14748 | 2025.05.22 21:27:42.455884 [ 261 ] {f4d1b805-3693-4bc8-85c3-db12edcd7f2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
14749 | 2025.05.22 21:27:42.455929 [ 261 ] {f4d1b805-3693-4bc8-85c3-db12edcd7f2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14750 | 2025.05.22 21:27:42.456576 [ 261 ] {f4d1b805-3693-4bc8-85c3-db12edcd7f2e} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14751 | 2025.05.22 21:27:42.456614 [ 261 ] {f4d1b805-3693-4bc8-85c3-db12edcd7f2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14752 | 2025.05.22 21:27:42.456961 [ 261 ] {f4d1b805-3693-4bc8-85c3-db12edcd7f2e} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
14753 | 2025.05.22 21:27:42.457169 [ 261 ] {f4d1b805-3693-4bc8-85c3-db12edcd7f2e} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14754 | 2025.05.22 21:27:42.457309 [ 261 ] {f4d1b805-3693-4bc8-85c3-db12edcd7f2e} <Debug> executeQuery: Read 633 rows, 50.88 KiB in 0.001449 sec., 436853.00207039336 rows/sec., 34.29 MiB/sec. | ||
14755 | 2025.05.22 21:27:42.457347 [ 261 ] {f4d1b805-3693-4bc8-85c3-db12edcd7f2e} <Debug> TCPHandler: Processed in 0.001621604 sec. | ||
14756 | 2025.05.22 21:27:42.457450 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14757 | 2025.05.22 21:27:42.457547 [ 261 ] {96102c2a-eea9-452f-9007-591d154556c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
14758 | 2025.05.22 21:27:42.457589 [ 261 ] {96102c2a-eea9-452f-9007-591d154556c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14759 | 2025.05.22 21:27:42.458014 [ 261 ] {96102c2a-eea9-452f-9007-591d154556c4} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14760 | 2025.05.22 21:27:42.458049 [ 261 ] {96102c2a-eea9-452f-9007-591d154556c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14761 | 2025.05.22 21:27:42.458354 [ 261 ] {96102c2a-eea9-452f-9007-591d154556c4} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
14762 | 2025.05.22 21:27:42.458576 [ 261 ] {96102c2a-eea9-452f-9007-591d154556c4} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14763 | 2025.05.22 21:27:42.458707 [ 261 ] {96102c2a-eea9-452f-9007-591d154556c4} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.00118 sec., 96610.16949152542 rows/sec., 5.78 MiB/sec. | ||
14764 | 2025.05.22 21:27:42.458744 [ 261 ] {96102c2a-eea9-452f-9007-591d154556c4} <Debug> TCPHandler: Processed in 0.00134362 sec. | ||
14765 | 2025.05.22 21:27:42.458857 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14766 | 2025.05.22 21:27:42.458952 [ 261 ] {8bc2f2a5-c4e8-434d-b32f-8b40c100087f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
14767 | 2025.05.22 21:27:42.458992 [ 261 ] {8bc2f2a5-c4e8-434d-b32f-8b40c100087f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14768 | 2025.05.22 21:27:42.459395 [ 261 ] {8bc2f2a5-c4e8-434d-b32f-8b40c100087f} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14769 | 2025.05.22 21:27:42.459430 [ 261 ] {8bc2f2a5-c4e8-434d-b32f-8b40c100087f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14770 | 2025.05.22 21:27:42.459715 [ 261 ] {8bc2f2a5-c4e8-434d-b32f-8b40c100087f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
14771 | 2025.05.22 21:27:42.459916 [ 261 ] {8bc2f2a5-c4e8-434d-b32f-8b40c100087f} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14772 | 2025.05.22 21:27:42.460044 [ 261 ] {8bc2f2a5-c4e8-434d-b32f-8b40c100087f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001109 sec., 101893.5978358882 rows/sec., 6.60 MiB/sec. | ||
14773 | 2025.05.22 21:27:42.460079 [ 261 ] {8bc2f2a5-c4e8-434d-b32f-8b40c100087f} <Debug> TCPHandler: Processed in 0.001272639 sec. | ||
14774 | 2025.05.22 21:27:42.460191 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14775 | 2025.05.22 21:27:42.460286 [ 261 ] {5c644478-78fa-46ca-973e-bbf78262cb00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
14776 | 2025.05.22 21:27:42.460325 [ 261 ] {5c644478-78fa-46ca-973e-bbf78262cb00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
14777 | 2025.05.22 21:27:42.460729 [ 261 ] {5c644478-78fa-46ca-973e-bbf78262cb00} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14778 | 2025.05.22 21:27:42.460763 [ 261 ] {5c644478-78fa-46ca-973e-bbf78262cb00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14779 | 2025.05.22 21:27:42.461056 [ 261 ] {5c644478-78fa-46ca-973e-bbf78262cb00} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
14780 | 2025.05.22 21:27:42.461258 [ 261 ] {5c644478-78fa-46ca-973e-bbf78262cb00} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14781 | 2025.05.22 21:27:42.461384 [ 261 ] {5c644478-78fa-46ca-973e-bbf78262cb00} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001117 sec., 100268.57654431513 rows/sec., 5.71 MiB/sec. | ||
14782 | 2025.05.22 21:27:42.461420 [ 261 ] {5c644478-78fa-46ca-973e-bbf78262cb00} <Debug> TCPHandler: Processed in 0.001279849 sec. | ||
14783 | 2025.05.22 21:27:42.461530 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14784 | 2025.05.22 21:27:42.461623 [ 261 ] {934cc4dc-764b-4190-bf50-500e786b6828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
14785 | 2025.05.22 21:27:42.461687 [ 261 ] {934cc4dc-764b-4190-bf50-500e786b6828} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14786 | 2025.05.22 21:27:42.462183 [ 261 ] {934cc4dc-764b-4190-bf50-500e786b6828} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14787 | 2025.05.22 21:27:42.462217 [ 261 ] {934cc4dc-764b-4190-bf50-500e786b6828} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14788 | 2025.05.22 21:27:42.462526 [ 261 ] {934cc4dc-764b-4190-bf50-500e786b6828} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
14789 | 2025.05.22 21:27:42.462737 [ 261 ] {934cc4dc-764b-4190-bf50-500e786b6828} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14790 | 2025.05.22 21:27:42.462861 [ 261 ] {934cc4dc-764b-4190-bf50-500e786b6828} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001256 sec., 310509.5541401274 rows/sec., 21.95 MiB/sec. | ||
14791 | 2025.05.22 21:27:42.462898 [ 261 ] {934cc4dc-764b-4190-bf50-500e786b6828} <Debug> TCPHandler: Processed in 0.001417381 sec. | ||
14792 | 2025.05.22 21:27:42.463009 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14793 | 2025.05.22 21:27:42.463129 [ 261 ] {996509d6-ffd7-4d23-aca7-54ff3b06a330} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
14794 | 2025.05.22 21:27:42.463172 [ 261 ] {996509d6-ffd7-4d23-aca7-54ff3b06a330} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14795 | 2025.05.22 21:27:42.463503 [ 261 ] {996509d6-ffd7-4d23-aca7-54ff3b06a330} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14796 | 2025.05.22 21:27:42.463537 [ 261 ] {996509d6-ffd7-4d23-aca7-54ff3b06a330} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14797 | 2025.05.22 21:27:42.463824 [ 261 ] {996509d6-ffd7-4d23-aca7-54ff3b06a330} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
14798 | 2025.05.22 21:27:42.464026 [ 261 ] {996509d6-ffd7-4d23-aca7-54ff3b06a330} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14799 | 2025.05.22 21:27:42.464150 [ 261 ] {996509d6-ffd7-4d23-aca7-54ff3b06a330} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001039 sec., 5774.783445620789 rows/sec., 301.71 KiB/sec. | ||
14800 | 2025.05.22 21:27:42.464184 [ 261 ] {996509d6-ffd7-4d23-aca7-54ff3b06a330} <Debug> TCPHandler: Processed in 0.001226178 sec. | ||
14801 | 2025.05.22 21:27:42.464293 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14802 | 2025.05.22 21:27:42.464389 [ 261 ] {1f6b5bff-aaef-42fd-8db0-cc03ee75e840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
14803 | 2025.05.22 21:27:42.464430 [ 261 ] {1f6b5bff-aaef-42fd-8db0-cc03ee75e840} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14804 | 2025.05.22 21:27:42.464816 [ 261 ] {1f6b5bff-aaef-42fd-8db0-cc03ee75e840} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14805 | 2025.05.22 21:27:42.464850 [ 261 ] {1f6b5bff-aaef-42fd-8db0-cc03ee75e840} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14806 | 2025.05.22 21:27:42.465172 [ 261 ] {1f6b5bff-aaef-42fd-8db0-cc03ee75e840} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
14807 | 2025.05.22 21:27:42.465372 [ 261 ] {1f6b5bff-aaef-42fd-8db0-cc03ee75e840} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14808 | 2025.05.22 21:27:42.465495 [ 261 ] {1f6b5bff-aaef-42fd-8db0-cc03ee75e840} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001125 sec., 210666.6666666667 rows/sec., 14.12 MiB/sec. | ||
14809 | 2025.05.22 21:27:42.465531 [ 261 ] {1f6b5bff-aaef-42fd-8db0-cc03ee75e840} <Debug> TCPHandler: Processed in 0.001288799 sec. | ||
14810 | 2025.05.22 21:27:42.465642 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14811 | 2025.05.22 21:27:42.465735 [ 261 ] {98a1b7e9-48f1-46ab-8500-ff85afb76c44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
14812 | 2025.05.22 21:27:42.465776 [ 261 ] {98a1b7e9-48f1-46ab-8500-ff85afb76c44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
14813 | 2025.05.22 21:27:42.466081 [ 261 ] {98a1b7e9-48f1-46ab-8500-ff85afb76c44} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14814 | 2025.05.22 21:27:42.466115 [ 261 ] {98a1b7e9-48f1-46ab-8500-ff85afb76c44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14815 | 2025.05.22 21:27:42.466401 [ 261 ] {98a1b7e9-48f1-46ab-8500-ff85afb76c44} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
14816 | 2025.05.22 21:27:42.466597 [ 261 ] {98a1b7e9-48f1-46ab-8500-ff85afb76c44} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14817 | 2025.05.22 21:27:42.466719 [ 261 ] {98a1b7e9-48f1-46ab-8500-ff85afb76c44} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001002 sec., 998.003992015968 rows/sec., 67.25 KiB/sec. | ||
14818 | 2025.05.22 21:27:42.466754 [ 261 ] {98a1b7e9-48f1-46ab-8500-ff85afb76c44} <Debug> TCPHandler: Processed in 0.001163147 sec. | ||
14819 | 2025.05.22 21:27:42.466877 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14820 | 2025.05.22 21:27:42.466999 [ 261 ] {e90c4b92-d0f8-4ab8-8a95-4f87dfb86acf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
14821 | 2025.05.22 21:27:42.467066 [ 261 ] {e90c4b92-d0f8-4ab8-8a95-4f87dfb86acf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
14822 | 2025.05.22 21:27:42.467902 [ 261 ] {e90c4b92-d0f8-4ab8-8a95-4f87dfb86acf} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14823 | 2025.05.22 21:27:42.467938 [ 261 ] {e90c4b92-d0f8-4ab8-8a95-4f87dfb86acf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14824 | 2025.05.22 21:27:42.468449 [ 261 ] {e90c4b92-d0f8-4ab8-8a95-4f87dfb86acf} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
14825 | 2025.05.22 21:27:42.468667 [ 261 ] {e90c4b92-d0f8-4ab8-8a95-4f87dfb86acf} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14826 | 2025.05.22 21:27:42.468804 [ 261 ] {e90c4b92-d0f8-4ab8-8a95-4f87dfb86acf} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001829 sec., 4373.974849644615 rows/sec., 7.84 MiB/sec. | ||
14827 | 2025.05.22 21:27:42.468859 [ 261 ] {e90c4b92-d0f8-4ab8-8a95-4f87dfb86acf} <Debug> TCPHandler: Processed in 0.002044881 sec. | ||
14828 | 2025.05.22 21:27:42.468971 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14829 | 2025.05.22 21:27:42.469065 [ 261 ] {cf0f2909-6fbc-4768-bf59-88ccc8372809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
14830 | 2025.05.22 21:27:42.469107 [ 261 ] {cf0f2909-6fbc-4768-bf59-88ccc8372809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14831 | 2025.05.22 21:27:42.469437 [ 261 ] {cf0f2909-6fbc-4768-bf59-88ccc8372809} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14832 | 2025.05.22 21:27:42.469471 [ 261 ] {cf0f2909-6fbc-4768-bf59-88ccc8372809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14833 | 2025.05.22 21:27:42.469774 [ 261 ] {cf0f2909-6fbc-4768-bf59-88ccc8372809} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
14834 | 2025.05.22 21:27:42.469984 [ 261 ] {cf0f2909-6fbc-4768-bf59-88ccc8372809} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14835 | 2025.05.22 21:27:42.470108 [ 261 ] {cf0f2909-6fbc-4768-bf59-88ccc8372809} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001062 sec., 77212.80602636535 rows/sec., 4.90 MiB/sec. | ||
14836 | 2025.05.22 21:27:42.470143 [ 261 ] {cf0f2909-6fbc-4768-bf59-88ccc8372809} <Debug> TCPHandler: Processed in 0.001222969 sec. | ||
14837 | 2025.05.22 21:27:46.190944 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14838 | 2025.05.22 21:27:46.191025 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14839 | 2025.05.22 21:27:46.381404 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37576 | ||
14840 | 2025.05.22 21:27:46.381938 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14841 | 2025.05.22 21:27:46.381982 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14842 | 2025.05.22 21:27:46.382493 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14843 | 2025.05.22 21:27:46.382730 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14844 | 2025.05.22 21:27:46.382878 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37576 | ||
14845 | 2025.05.22 21:27:47.449704 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14846 | 2025.05.22 21:27:47.449911 [ 261 ] {7915a768-26db-43fc-a8b1-8893e1082ae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
14847 | 2025.05.22 21:27:47.449988 [ 261 ] {7915a768-26db-43fc-a8b1-8893e1082ae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14848 | 2025.05.22 21:27:47.450672 [ 261 ] {7915a768-26db-43fc-a8b1-8893e1082ae3} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14849 | 2025.05.22 21:27:47.450715 [ 261 ] {7915a768-26db-43fc-a8b1-8893e1082ae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14850 | 2025.05.22 21:27:47.451164 [ 261 ] {7915a768-26db-43fc-a8b1-8893e1082ae3} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
14851 | 2025.05.22 21:27:47.451406 [ 261 ] {7915a768-26db-43fc-a8b1-8893e1082ae3} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14852 | 2025.05.22 21:27:47.451562 [ 261 ] {7915a768-26db-43fc-a8b1-8893e1082ae3} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.001709 sec., 71386.7758923347 rows/sec., 6.09 MiB/sec. | ||
14853 | 2025.05.22 21:27:47.451591 [ 84 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
14854 | 2025.05.22 21:27:47.451606 [ 261 ] {7915a768-26db-43fc-a8b1-8893e1082ae3} <Debug> TCPHandler: Processed in 0.00203758 sec. | ||
14855 | 2025.05.22 21:27:47.451673 [ 84 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14856 | 2025.05.22 21:27:47.451705 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14857 | 2025.05.22 21:27:47.451766 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14858 | 2025.05.22 21:27:47.451800 [ 186 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
14859 | 2025.05.22 21:27:47.451874 [ 261 ] {86eb507a-a4c0-40d6-adaf-7d16aaea7923} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
14860 | 2025.05.22 21:27:47.451902 [ 186 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14861 | 2025.05.22 21:27:47.451917 [ 261 ] {86eb507a-a4c0-40d6-adaf-7d16aaea7923} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14862 | 2025.05.22 21:27:47.451934 [ 186 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1970 rows starting from the beginning of the part | ||
14863 | 2025.05.22 21:27:47.452002 [ 186 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 122 rows starting from the beginning of the part | ||
14864 | 2025.05.22 21:27:47.452052 [ 186 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 633 rows starting from the beginning of the part | ||
14865 | 2025.05.22 21:27:47.452099 [ 186 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 1262 rows starting from the beginning of the part | ||
14866 | 2025.05.22 21:27:47.452145 [ 186 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 633 rows starting from the beginning of the part | ||
14867 | 2025.05.22 21:27:47.452187 [ 186 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 122 rows starting from the beginning of the part | ||
14868 | 2025.05.22 21:27:47.452352 [ 261 ] {86eb507a-a4c0-40d6-adaf-7d16aaea7923} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14869 | 2025.05.22 21:27:47.452388 [ 261 ] {86eb507a-a4c0-40d6-adaf-7d16aaea7923} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14870 | 2025.05.22 21:27:47.452694 [ 261 ] {86eb507a-a4c0-40d6-adaf-7d16aaea7923} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
14871 | 2025.05.22 21:27:47.452899 [ 261 ] {86eb507a-a4c0-40d6-adaf-7d16aaea7923} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14872 | 2025.05.22 21:27:47.453036 [ 261 ] {86eb507a-a4c0-40d6-adaf-7d16aaea7923} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001185 sec., 27848.101265822785 rows/sec., 2.04 MiB/sec. | ||
14873 | 2025.05.22 21:27:47.453024 [ 84 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
14874 | 2025.05.22 21:27:47.453078 [ 261 ] {86eb507a-a4c0-40d6-adaf-7d16aaea7923} <Debug> TCPHandler: Processed in 0.001364831 sec. | ||
14875 | 2025.05.22 21:27:47.453084 [ 84 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14876 | 2025.05.22 21:27:47.453137 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14877 | 2025.05.22 21:27:47.453200 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14878 | 2025.05.22 21:27:47.453236 [ 201 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
14879 | 2025.05.22 21:27:47.453303 [ 261 ] {78d27688-9888-4df5-8ff2-336250290105} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
14880 | 2025.05.22 21:27:47.453347 [ 261 ] {78d27688-9888-4df5-8ff2-336250290105} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14881 | 2025.05.22 21:27:47.453367 [ 201 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14882 | 2025.05.22 21:27:47.453403 [ 201 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 179 rows starting from the beginning of the part | ||
14883 | 2025.05.22 21:27:47.453465 [ 201 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 33 rows starting from the beginning of the part | ||
14884 | 2025.05.22 21:27:47.453507 [ 201 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 114 rows starting from the beginning of the part | ||
14885 | 2025.05.22 21:27:47.453547 [ 201 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 33 rows starting from the beginning of the part | ||
14886 | 2025.05.22 21:27:47.453585 [ 201 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 114 rows starting from the beginning of the part | ||
14887 | 2025.05.22 21:27:47.453624 [ 201 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 33 rows starting from the beginning of the part | ||
14888 | 2025.05.22 21:27:47.453777 [ 261 ] {78d27688-9888-4df5-8ff2-336250290105} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14889 | 2025.05.22 21:27:47.453819 [ 261 ] {78d27688-9888-4df5-8ff2-336250290105} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14890 | 2025.05.22 21:27:47.453874 [ 192 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4742 rows, containing 5 columns (5 merged, 0 gathered) in 0.002117912 sec., 2238997.654293474 rows/sec., 190.85 MiB/sec. | ||
14891 | 2025.05.22 21:27:47.454188 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
14892 | 2025.05.22 21:27:47.454293 [ 261 ] {78d27688-9888-4df5-8ff2-336250290105} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
14893 | 2025.05.22 21:27:47.454499 [ 198 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 506 rows, containing 5 columns (5 merged, 0 gathered) in 0.00131146 sec., 385829.5334970186 rows/sec., 26.23 MiB/sec. | ||
14894 | 2025.05.22 21:27:47.454620 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_116_23} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14895 | 2025.05.22 21:27:47.454649 [ 261 ] {78d27688-9888-4df5-8ff2-336250290105} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14896 | 2025.05.22 21:27:47.454678 [ 192 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
14897 | 2025.05.22 21:27:47.454725 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_116_23} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
14898 | 2025.05.22 21:27:47.454816 [ 261 ] {78d27688-9888-4df5-8ff2-336250290105} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001532 sec., 63315.926892950396 rows/sec., 4.95 MiB/sec. | ||
14899 | 2025.05.22 21:27:47.454802 [ 84 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
14900 | 2025.05.22 21:27:47.454836 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
14901 | 2025.05.22 21:27:47.454868 [ 261 ] {78d27688-9888-4df5-8ff2-336250290105} <Debug> TCPHandler: Processed in 0.001718735 sec. | ||
14902 | 2025.05.22 21:27:47.454880 [ 84 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14903 | 2025.05.22 21:27:47.454921 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14904 | 2025.05.22 21:27:47.455001 [ 192 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_111_22} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14905 | 2025.05.22 21:27:47.455007 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14906 | 2025.05.22 21:27:47.455013 [ 200 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
14907 | 2025.05.22 21:27:47.455079 [ 192 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_111_22} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
14908 | 2025.05.22 21:27:47.455120 [ 261 ] {c6c054ea-20d0-44e4-8aab-07d84e488941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
14909 | 2025.05.22 21:27:47.455139 [ 200 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14910 | 2025.05.22 21:27:47.455168 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
14911 | 2025.05.22 21:27:47.455175 [ 200 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 953 rows starting from the beginning of the part | ||
14912 | 2025.05.22 21:27:47.455171 [ 261 ] {c6c054ea-20d0-44e4-8aab-07d84e488941} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14913 | 2025.05.22 21:27:47.455243 [ 200 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 97 rows starting from the beginning of the part | ||
14914 | 2025.05.22 21:27:47.455295 [ 200 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 390 rows starting from the beginning of the part | ||
14915 | 2025.05.22 21:27:47.455339 [ 200 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 553 rows starting from the beginning of the part | ||
14916 | 2025.05.22 21:27:47.455382 [ 200 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 390 rows starting from the beginning of the part | ||
14917 | 2025.05.22 21:27:47.455423 [ 200 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 97 rows starting from the beginning of the part | ||
14918 | 2025.05.22 21:27:47.455629 [ 261 ] {c6c054ea-20d0-44e4-8aab-07d84e488941} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14919 | 2025.05.22 21:27:47.455673 [ 261 ] {c6c054ea-20d0-44e4-8aab-07d84e488941} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14920 | 2025.05.22 21:27:47.456064 [ 261 ] {c6c054ea-20d0-44e4-8aab-07d84e488941} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
14921 | 2025.05.22 21:27:47.456305 [ 261 ] {c6c054ea-20d0-44e4-8aab-07d84e488941} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14922 | 2025.05.22 21:27:47.456432 [ 84 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Selected 5 parts from all_1_110_22 to all_114_114_0 | ||
14923 | 2025.05.22 21:27:47.456443 [ 261 ] {c6c054ea-20d0-44e4-8aab-07d84e488941} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001346 sec., 118870.72808320951 rows/sec., 8.28 MiB/sec. | ||
14924 | 2025.05.22 21:27:47.456470 [ 84 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14925 | 2025.05.22 21:27:47.456494 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14926 | 2025.05.22 21:27:47.456496 [ 261 ] {c6c054ea-20d0-44e4-8aab-07d84e488941} <Debug> TCPHandler: Processed in 0.001542943 sec. | ||
14927 | 2025.05.22 21:27:47.456554 [ 200 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_114_23} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_110_22 to all_114_114_0 into Compact with storage Full | ||
14928 | 2025.05.22 21:27:47.456631 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14929 | 2025.05.22 21:27:47.456654 [ 200 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_114_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14930 | 2025.05.22 21:27:47.456696 [ 200 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_110_22, total 33786 rows starting from the beginning of the part | ||
14931 | 2025.05.22 21:27:47.456712 [ 198 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2480 rows, containing 5 columns (5 merged, 0 gathered) in 0.001737276 sec., 1427522.166886551 rows/sec., 109.72 MiB/sec. | ||
14932 | 2025.05.22 21:27:47.456741 [ 261 ] {1b26fcce-b877-465e-b44d-3a6baa87ca47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
14933 | 2025.05.22 21:27:47.456756 [ 200 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part | ||
14934 | 2025.05.22 21:27:47.456809 [ 261 ] {1b26fcce-b877-465e-b44d-3a6baa87ca47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
14935 | 2025.05.22 21:27:47.456811 [ 200 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 237 rows starting from the beginning of the part | ||
14936 | 2025.05.22 21:27:47.456871 [ 200 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 880 rows starting from the beginning of the part | ||
14937 | 2025.05.22 21:27:47.456910 [ 200 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 237 rows starting from the beginning of the part | ||
14938 | 2025.05.22 21:27:47.456952 [ 196 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
14939 | 2025.05.22 21:27:47.457229 [ 196 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_116_23} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14940 | 2025.05.22 21:27:47.457304 [ 196 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_116_23} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
14941 | 2025.05.22 21:27:47.457381 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
14942 | 2025.05.22 21:27:47.457679 [ 261 ] {1b26fcce-b877-465e-b44d-3a6baa87ca47} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14943 | 2025.05.22 21:27:47.457721 [ 261 ] {1b26fcce-b877-465e-b44d-3a6baa87ca47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14944 | 2025.05.22 21:27:47.458317 [ 261 ] {1b26fcce-b877-465e-b44d-3a6baa87ca47} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
14945 | 2025.05.22 21:27:47.458558 [ 261 ] {1b26fcce-b877-465e-b44d-3a6baa87ca47} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14946 | 2025.05.22 21:27:47.458687 [ 84 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
14947 | 2025.05.22 21:27:47.458709 [ 261 ] {1b26fcce-b877-465e-b44d-3a6baa87ca47} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001991 sec., 16574.585635359115 rows/sec., 29.70 MiB/sec. | ||
14948 | 2025.05.22 21:27:47.458722 [ 84 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14949 | 2025.05.22 21:27:47.458749 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14950 | 2025.05.22 21:27:47.458774 [ 261 ] {1b26fcce-b877-465e-b44d-3a6baa87ca47} <Debug> TCPHandler: Processed in 0.002193103 sec. | ||
14951 | 2025.05.22 21:27:47.458821 [ 192 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
14952 | 2025.05.22 21:27:47.458901 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14953 | 2025.05.22 21:27:47.459003 [ 261 ] {f0904654-6fe5-4f89-a73f-5b085af919db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
14954 | 2025.05.22 21:27:47.459018 [ 192 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14955 | 2025.05.22 21:27:47.459046 [ 261 ] {f0904654-6fe5-4f89-a73f-5b085af919db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14956 | 2025.05.22 21:27:47.459077 [ 192 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2219 rows starting from the beginning of the part | ||
14957 | 2025.05.22 21:27:47.459201 [ 192 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 33 rows starting from the beginning of the part | ||
14958 | 2025.05.22 21:27:47.459344 [ 192 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 8 rows starting from the beginning of the part | ||
14959 | 2025.05.22 21:27:47.459407 [ 261 ] {f0904654-6fe5-4f89-a73f-5b085af919db} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14960 | 2025.05.22 21:27:47.459448 [ 261 ] {f0904654-6fe5-4f89-a73f-5b085af919db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14961 | 2025.05.22 21:27:47.459455 [ 192 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 33 rows starting from the beginning of the part | ||
14962 | 2025.05.22 21:27:47.459560 [ 192 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 8 rows starting from the beginning of the part | ||
14963 | 2025.05.22 21:27:47.459656 [ 192 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 33 rows starting from the beginning of the part | ||
14964 | 2025.05.22 21:27:47.459798 [ 261 ] {f0904654-6fe5-4f89-a73f-5b085af919db} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
14965 | 2025.05.22 21:27:47.460048 [ 261 ] {f0904654-6fe5-4f89-a73f-5b085af919db} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14966 | 2025.05.22 21:27:47.460201 [ 261 ] {f0904654-6fe5-4f89-a73f-5b085af919db} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001217 sec., 49301.561216105176 rows/sec., 3.32 MiB/sec. | ||
14967 | 2025.05.22 21:27:47.460240 [ 261 ] {f0904654-6fe5-4f89-a73f-5b085af919db} <Debug> TCPHandler: Processed in 0.001390631 sec. | ||
14968 | 2025.05.22 21:27:47.463982 [ 198 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_114_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35300 rows, containing 5 columns (5 merged, 0 gathered) in 0.007450601 sec., 4737872.823950712 rows/sec., 321.77 MiB/sec. | ||
14969 | 2025.05.22 21:27:47.464406 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_114_23} <Trace> MergedBlockOutputStream: filled checksums all_1_114_23 (state Temporary) | ||
14970 | 2025.05.22 21:27:47.464729 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_114_23} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_merge_all_1_114_23 to all_1_114_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14971 | 2025.05.22 21:27:47.464804 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_114_23} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Merged 5 parts: [all_1_110_22, all_114_114_0] -> all_1_114_23 | ||
14972 | 2025.05.22 21:27:47.464896 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. | ||
14973 | 2025.05.22 21:27:47.470606 [ 193 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2334 rows, containing 19 columns (19 merged, 0 gathered) in 0.011807525 sec., 197670.55331240036 rows/sec., 354.22 MiB/sec. | ||
14974 | 2025.05.22 21:27:47.473124 [ 191 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
14975 | 2025.05.22 21:27:47.473469 [ 191 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_111_22} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14976 | 2025.05.22 21:27:47.473542 [ 191 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_111_22} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
14977 | 2025.05.22 21:27:47.473714 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.53 MiB. | ||
14978 | 2025.05.22 21:27:48.000190 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 359.19 MiB, peak 377.68 MiB, free memory in arenas 0.00 B, will set to 367.17 MiB (RSS), difference: 7.98 MiB | ||
14979 | 2025.05.22 21:27:48.396596 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 618 | ||
14980 | 2025.05.22 21:27:48.413016 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14981 | 2025.05.22 21:27:48.413071 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14982 | 2025.05.22 21:27:48.419184 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14983 | 2025.05.22 21:27:48.419921 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14984 | 2025.05.22 21:27:48.422855 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 618 | ||
14985 | 2025.05.22 21:27:51.489869 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2048 | ||
14986 | 2025.05.22 21:27:51.492408 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14987 | 2025.05.22 21:27:51.492467 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
14988 | 2025.05.22 21:27:51.493750 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
14989 | 2025.05.22 21:27:51.494038 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14990 | 2025.05.22 21:27:51.494442 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2048 | ||
14991 | 2025.05.22 21:27:52.293611 [ 221 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
14992 | 2025.05.22 21:27:52.293672 [ 221 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
14993 | 2025.05.22 21:27:52.295656 [ 221 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
14994 | 2025.05.22 21:27:52.372196 [ 218 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14995 | 2025.05.22 21:27:52.372277 [ 218 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14996 | 2025.05.22 21:27:52.374826 [ 218 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14997 | 2025.05.22 21:27:52.454392 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14998 | 2025.05.22 21:27:52.454658 [ 261 ] {41d4ad6b-9529-4d2d-9c07-3cdbb794826a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
14999 | 2025.05.22 21:27:52.454768 [ 261 ] {41d4ad6b-9529-4d2d-9c07-3cdbb794826a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
15000 | 2025.05.22 21:27:52.455586 [ 261 ] {41d4ad6b-9529-4d2d-9c07-3cdbb794826a} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15001 | 2025.05.22 21:27:52.455629 [ 261 ] {41d4ad6b-9529-4d2d-9c07-3cdbb794826a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15002 | 2025.05.22 21:27:52.456037 [ 261 ] {41d4ad6b-9529-4d2d-9c07-3cdbb794826a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
15003 | 2025.05.22 21:27:52.456279 [ 261 ] {41d4ad6b-9529-4d2d-9c07-3cdbb794826a} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15004 | 2025.05.22 21:27:52.456442 [ 261 ] {41d4ad6b-9529-4d2d-9c07-3cdbb794826a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001863 sec., 113794.95437466452 rows/sec., 7.24 MiB/sec. | ||
15005 | 2025.05.22 21:27:52.456496 [ 261 ] {41d4ad6b-9529-4d2d-9c07-3cdbb794826a} <Debug> TCPHandler: Processed in 0.002287724 sec. | ||
15006 | 2025.05.22 21:27:52.456634 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15007 | 2025.05.22 21:27:52.456745 [ 261 ] {5440d6b1-0a46-4792-be94-23596d0bd338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
15008 | 2025.05.22 21:27:52.456791 [ 261 ] {5440d6b1-0a46-4792-be94-23596d0bd338} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15009 | 2025.05.22 21:27:52.457220 [ 261 ] {5440d6b1-0a46-4792-be94-23596d0bd338} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15010 | 2025.05.22 21:27:52.457257 [ 261 ] {5440d6b1-0a46-4792-be94-23596d0bd338} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15011 | 2025.05.22 21:27:52.457575 [ 261 ] {5440d6b1-0a46-4792-be94-23596d0bd338} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
15012 | 2025.05.22 21:27:52.457821 [ 261 ] {5440d6b1-0a46-4792-be94-23596d0bd338} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15013 | 2025.05.22 21:27:52.457965 [ 261 ] {5440d6b1-0a46-4792-be94-23596d0bd338} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001246 sec., 3210.2728731942216 rows/sec., 261.78 KiB/sec. | ||
15014 | 2025.05.22 21:27:52.458008 [ 261 ] {5440d6b1-0a46-4792-be94-23596d0bd338} <Debug> TCPHandler: Processed in 0.001432581 sec. | ||
15015 | 2025.05.22 21:27:52.458116 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15016 | 2025.05.22 21:27:52.458221 [ 261 ] {e188b06a-ce28-4896-815c-788695a61cfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
15017 | 2025.05.22 21:27:52.458263 [ 261 ] {e188b06a-ce28-4896-815c-788695a61cfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15018 | 2025.05.22 21:27:52.459011 [ 261 ] {e188b06a-ce28-4896-815c-788695a61cfe} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15019 | 2025.05.22 21:27:52.459050 [ 261 ] {e188b06a-ce28-4896-815c-788695a61cfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15020 | 2025.05.22 21:27:52.459406 [ 261 ] {e188b06a-ce28-4896-815c-788695a61cfe} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
15021 | 2025.05.22 21:27:52.459626 [ 261 ] {e188b06a-ce28-4896-815c-788695a61cfe} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15022 | 2025.05.22 21:27:52.459770 [ 261 ] {e188b06a-ce28-4896-815c-788695a61cfe} <Debug> executeQuery: Read 635 rows, 51.02 KiB in 0.001569 sec., 404716.3798597833 rows/sec., 31.76 MiB/sec. | ||
15023 | 2025.05.22 21:27:52.459810 [ 261 ] {e188b06a-ce28-4896-815c-788695a61cfe} <Debug> TCPHandler: Processed in 0.001744396 sec. | ||
15024 | 2025.05.22 21:27:52.459913 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15025 | 2025.05.22 21:27:52.460016 [ 261 ] {8059cfd5-457a-4e59-bbd7-5f88ac1584c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
15026 | 2025.05.22 21:27:52.460059 [ 261 ] {8059cfd5-457a-4e59-bbd7-5f88ac1584c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15027 | 2025.05.22 21:27:52.460502 [ 261 ] {8059cfd5-457a-4e59-bbd7-5f88ac1584c4} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15028 | 2025.05.22 21:27:52.460541 [ 261 ] {8059cfd5-457a-4e59-bbd7-5f88ac1584c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15029 | 2025.05.22 21:27:52.460851 [ 261 ] {8059cfd5-457a-4e59-bbd7-5f88ac1584c4} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
15030 | 2025.05.22 21:27:52.461078 [ 261 ] {8059cfd5-457a-4e59-bbd7-5f88ac1584c4} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15031 | 2025.05.22 21:27:52.461209 [ 261 ] {8059cfd5-457a-4e59-bbd7-5f88ac1584c4} <Debug> executeQuery: Read 118 rows, 7.27 KiB in 0.001214 sec., 97199.3410214168 rows/sec., 5.85 MiB/sec. | ||
15032 | 2025.05.22 21:27:52.461248 [ 261 ] {8059cfd5-457a-4e59-bbd7-5f88ac1584c4} <Debug> TCPHandler: Processed in 0.001385451 sec. | ||
15033 | 2025.05.22 21:27:52.461369 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15034 | 2025.05.22 21:27:52.461466 [ 261 ] {509ca71a-daa3-4654-831f-365a6e754bbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
15035 | 2025.05.22 21:27:52.461506 [ 261 ] {509ca71a-daa3-4654-831f-365a6e754bbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15036 | 2025.05.22 21:27:52.461952 [ 261 ] {509ca71a-daa3-4654-831f-365a6e754bbf} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15037 | 2025.05.22 21:27:52.461989 [ 261 ] {509ca71a-daa3-4654-831f-365a6e754bbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15038 | 2025.05.22 21:27:52.462306 [ 261 ] {509ca71a-daa3-4654-831f-365a6e754bbf} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
15039 | 2025.05.22 21:27:52.462534 [ 261 ] {509ca71a-daa3-4654-831f-365a6e754bbf} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15040 | 2025.05.22 21:27:52.462664 [ 261 ] {509ca71a-daa3-4654-831f-365a6e754bbf} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001218 sec., 92775.04105090312 rows/sec., 6.01 MiB/sec. | ||
15041 | 2025.05.22 21:27:52.462703 [ 261 ] {509ca71a-daa3-4654-831f-365a6e754bbf} <Debug> TCPHandler: Processed in 0.00139297 sec. | ||
15042 | 2025.05.22 21:27:52.462820 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15043 | 2025.05.22 21:27:52.462920 [ 261 ] {5c9d860b-5fb3-4f12-8d0f-2193a965520b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
15044 | 2025.05.22 21:27:52.462960 [ 261 ] {5c9d860b-5fb3-4f12-8d0f-2193a965520b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15045 | 2025.05.22 21:27:52.463407 [ 261 ] {5c9d860b-5fb3-4f12-8d0f-2193a965520b} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15046 | 2025.05.22 21:27:52.463444 [ 261 ] {5c9d860b-5fb3-4f12-8d0f-2193a965520b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15047 | 2025.05.22 21:27:52.463753 [ 261 ] {5c9d860b-5fb3-4f12-8d0f-2193a965520b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
15048 | 2025.05.22 21:27:52.463970 [ 261 ] {5c9d860b-5fb3-4f12-8d0f-2193a965520b} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15049 | 2025.05.22 21:27:52.464099 [ 261 ] {5c9d860b-5fb3-4f12-8d0f-2193a965520b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001197 sec., 93567.25146198831 rows/sec., 5.33 MiB/sec. | ||
15050 | 2025.05.22 21:27:52.464138 [ 261 ] {5c9d860b-5fb3-4f12-8d0f-2193a965520b} <Debug> TCPHandler: Processed in 0.001372251 sec. | ||
15051 | 2025.05.22 21:27:52.464252 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15052 | 2025.05.22 21:27:52.464353 [ 261 ] {1407a1b6-8f3e-451e-b3c1-b71683c08e60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
15053 | 2025.05.22 21:27:52.464392 [ 261 ] {1407a1b6-8f3e-451e-b3c1-b71683c08e60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15054 | 2025.05.22 21:27:52.464982 [ 261 ] {1407a1b6-8f3e-451e-b3c1-b71683c08e60} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15055 | 2025.05.22 21:27:52.465018 [ 261 ] {1407a1b6-8f3e-451e-b3c1-b71683c08e60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15056 | 2025.05.22 21:27:52.465365 [ 261 ] {1407a1b6-8f3e-451e-b3c1-b71683c08e60} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
15057 | 2025.05.22 21:27:52.465587 [ 261 ] {1407a1b6-8f3e-451e-b3c1-b71683c08e60} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15058 | 2025.05.22 21:27:52.465718 [ 261 ] {1407a1b6-8f3e-451e-b3c1-b71683c08e60} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.001383 sec., 284887.9248011569 rows/sec., 20.16 MiB/sec. | ||
15059 | 2025.05.22 21:27:52.465757 [ 261 ] {1407a1b6-8f3e-451e-b3c1-b71683c08e60} <Debug> TCPHandler: Processed in 0.001559374 sec. | ||
15060 | 2025.05.22 21:27:52.465845 [ 219 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
15061 | 2025.05.22 21:27:52.465870 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15062 | 2025.05.22 21:27:52.465931 [ 219 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
15063 | 2025.05.22 21:27:52.466022 [ 261 ] {bac11dfc-3b39-4244-8204-75475662fc18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
15064 | 2025.05.22 21:27:52.466072 [ 261 ] {bac11dfc-3b39-4244-8204-75475662fc18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15065 | 2025.05.22 21:27:52.466410 [ 261 ] {bac11dfc-3b39-4244-8204-75475662fc18} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15066 | 2025.05.22 21:27:52.466450 [ 261 ] {bac11dfc-3b39-4244-8204-75475662fc18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15067 | 2025.05.22 21:27:52.466781 [ 261 ] {bac11dfc-3b39-4244-8204-75475662fc18} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
15068 | 2025.05.22 21:27:52.467071 [ 261 ] {bac11dfc-3b39-4244-8204-75475662fc18} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15069 | 2025.05.22 21:27:52.467216 [ 261 ] {bac11dfc-3b39-4244-8204-75475662fc18} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001211 sec., 4954.58298926507 rows/sec., 258.86 KiB/sec. | ||
15070 | 2025.05.22 21:27:52.467252 [ 261 ] {bac11dfc-3b39-4244-8204-75475662fc18} <Debug> TCPHandler: Processed in 0.001434192 sec. | ||
15071 | 2025.05.22 21:27:52.467356 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15072 | 2025.05.22 21:27:52.467461 [ 261 ] {9791029f-b231-411a-8be7-959c92a484cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
15073 | 2025.05.22 21:27:52.467506 [ 261 ] {9791029f-b231-411a-8be7-959c92a484cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15074 | 2025.05.22 21:27:52.467931 [ 261 ] {9791029f-b231-411a-8be7-959c92a484cc} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15075 | 2025.05.22 21:27:52.467969 [ 261 ] {9791029f-b231-411a-8be7-959c92a484cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15076 | 2025.05.22 21:27:52.469041 [ 261 ] {9791029f-b231-411a-8be7-959c92a484cc} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
15077 | 2025.05.22 21:27:52.469307 [ 261 ] {9791029f-b231-411a-8be7-959c92a484cc} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15078 | 2025.05.22 21:27:52.469345 [ 219 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
15079 | 2025.05.22 21:27:52.469445 [ 261 ] {9791029f-b231-411a-8be7-959c92a484cc} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.002002 sec., 119380.61938061939 rows/sec., 8.00 MiB/sec. | ||
15080 | 2025.05.22 21:27:52.469487 [ 261 ] {9791029f-b231-411a-8be7-959c92a484cc} <Debug> TCPHandler: Processed in 0.002181952 sec. | ||
15081 | 2025.05.22 21:27:52.469600 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15082 | 2025.05.22 21:27:52.469706 [ 261 ] {12bbbd84-bcd4-4145-bdce-301f8cd28754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
15083 | 2025.05.22 21:27:52.469749 [ 261 ] {12bbbd84-bcd4-4145-bdce-301f8cd28754} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15084 | 2025.05.22 21:27:52.470058 [ 261 ] {12bbbd84-bcd4-4145-bdce-301f8cd28754} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15085 | 2025.05.22 21:27:52.470094 [ 261 ] {12bbbd84-bcd4-4145-bdce-301f8cd28754} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15086 | 2025.05.22 21:27:52.470404 [ 261 ] {12bbbd84-bcd4-4145-bdce-301f8cd28754} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
15087 | 2025.05.22 21:27:52.470623 [ 261 ] {12bbbd84-bcd4-4145-bdce-301f8cd28754} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15088 | 2025.05.22 21:27:52.470761 [ 261 ] {12bbbd84-bcd4-4145-bdce-301f8cd28754} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001073 sec., 931.9664492078285 rows/sec., 62.80 KiB/sec. | ||
15089 | 2025.05.22 21:27:52.470799 [ 261 ] {12bbbd84-bcd4-4145-bdce-301f8cd28754} <Debug> TCPHandler: Processed in 0.001248319 sec. | ||
15090 | 2025.05.22 21:27:52.470901 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15091 | 2025.05.22 21:27:52.471003 [ 261 ] {7412b75b-2c9a-47cd-b0e6-10239033640c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
15092 | 2025.05.22 21:27:52.471058 [ 261 ] {7412b75b-2c9a-47cd-b0e6-10239033640c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
15093 | 2025.05.22 21:27:52.471847 [ 261 ] {7412b75b-2c9a-47cd-b0e6-10239033640c} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15094 | 2025.05.22 21:27:52.471885 [ 261 ] {7412b75b-2c9a-47cd-b0e6-10239033640c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15095 | 2025.05.22 21:27:52.472406 [ 261 ] {7412b75b-2c9a-47cd-b0e6-10239033640c} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
15096 | 2025.05.22 21:27:52.472634 [ 261 ] {7412b75b-2c9a-47cd-b0e6-10239033640c} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15097 | 2025.05.22 21:27:52.472776 [ 261 ] {7412b75b-2c9a-47cd-b0e6-10239033640c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00179 sec., 4469.27374301676 rows/sec., 8.01 MiB/sec. | ||
15098 | 2025.05.22 21:27:52.472827 [ 220 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
15099 | 2025.05.22 21:27:52.472842 [ 261 ] {7412b75b-2c9a-47cd-b0e6-10239033640c} <Debug> TCPHandler: Processed in 0.00199082 sec. | ||
15100 | 2025.05.22 21:27:52.472879 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
15101 | 2025.05.22 21:27:52.472999 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15102 | 2025.05.22 21:27:52.473102 [ 261 ] {a488d77a-5815-4caa-b941-428eb03c141a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
15103 | 2025.05.22 21:27:52.473147 [ 261 ] {a488d77a-5815-4caa-b941-428eb03c141a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15104 | 2025.05.22 21:27:52.473496 [ 261 ] {a488d77a-5815-4caa-b941-428eb03c141a} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15105 | 2025.05.22 21:27:52.473535 [ 261 ] {a488d77a-5815-4caa-b941-428eb03c141a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15106 | 2025.05.22 21:27:52.473890 [ 261 ] {a488d77a-5815-4caa-b941-428eb03c141a} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
15107 | 2025.05.22 21:27:52.474152 [ 261 ] {a488d77a-5815-4caa-b941-428eb03c141a} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15108 | 2025.05.22 21:27:52.474282 [ 261 ] {a488d77a-5815-4caa-b941-428eb03c141a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001198 sec., 68447.4123539232 rows/sec., 4.35 MiB/sec. | ||
15109 | 2025.05.22 21:27:52.474284 [ 120 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
15110 | 2025.05.22 21:27:52.474323 [ 261 ] {a488d77a-5815-4caa-b941-428eb03c141a} <Debug> TCPHandler: Processed in 0.001381871 sec. | ||
15111 | 2025.05.22 21:27:52.474341 [ 120 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15112 | 2025.05.22 21:27:52.474367 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15113 | 2025.05.22 21:27:52.474481 [ 193 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
15114 | 2025.05.22 21:27:52.474637 [ 193 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15115 | 2025.05.22 21:27:52.474676 [ 193 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6728 rows starting from the beginning of the part | ||
15116 | 2025.05.22 21:27:52.474748 [ 193 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 82 rows starting from the beginning of the part | ||
15117 | 2025.05.22 21:27:52.474799 [ 193 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 60 rows starting from the beginning of the part | ||
15118 | 2025.05.22 21:27:52.474853 [ 193 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 82 rows starting from the beginning of the part | ||
15119 | 2025.05.22 21:27:52.474897 [ 193 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 60 rows starting from the beginning of the part | ||
15120 | 2025.05.22 21:27:52.474937 [ 193 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 82 rows starting from the beginning of the part | ||
15121 | 2025.05.22 21:27:52.474963 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
15122 | 2025.05.22 21:27:52.476619 [ 191 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7094 rows, containing 4 columns (4 merged, 0 gathered) in 0.002193593 sec., 3233963.63865129 rows/sec., 212.75 MiB/sec. | ||
15123 | 2025.05.22 21:27:52.477121 [ 188 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
15124 | 2025.05.22 21:27:52.477467 [ 188 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_116_23} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15125 | 2025.05.22 21:27:52.477551 [ 188 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_116_23} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
15126 | 2025.05.22 21:27:52.477644 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. | ||
15127 | 2025.05.22 21:27:52.495360 [ 219 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): 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] | ||
15128 | 2025.05.22 21:27:52.495403 [ 219 ] {} <Debug> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): 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] | ||
15129 | 2025.05.22 21:27:52.497413 [ 219 ] {} <Debug> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): 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] | ||
15130 | 2025.05.22 21:27:53.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 364.12 MiB, peak 377.68 MiB, free memory in arenas 0.00 B, will set to 367.25 MiB (RSS), difference: 3.12 MiB | ||
15131 | 2025.05.22 21:27:53.883035 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38003 | ||
15132 | 2025.05.22 21:27:53.883842 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15133 | 2025.05.22 21:27:53.883921 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15134 | 2025.05.22 21:27:53.884426 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
15135 | 2025.05.22 21:27:53.884661 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15136 | 2025.05.22 21:27:53.884795 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38003 | ||
15137 | 2025.05.22 21:27:55.922911 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 625 | ||
15138 | 2025.05.22 21:27:55.940753 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15139 | 2025.05.22 21:27:55.940817 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15140 | 2025.05.22 21:27:55.947196 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
15141 | 2025.05.22 21:27:55.947936 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15142 | 2025.05.22 21:27:55.951643 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 625 | ||
15143 | 2025.05.22 21:27:57.448473 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15144 | 2025.05.22 21:27:57.448683 [ 261 ] {2eef8571-3771-41f7-84b6-bd816b851bb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
15145 | 2025.05.22 21:27:57.448762 [ 261 ] {2eef8571-3771-41f7-84b6-bd816b851bb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15146 | 2025.05.22 21:27:57.449496 [ 261 ] {2eef8571-3771-41f7-84b6-bd816b851bb4} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15147 | 2025.05.22 21:27:57.449544 [ 261 ] {2eef8571-3771-41f7-84b6-bd816b851bb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15148 | 2025.05.22 21:27:57.449968 [ 261 ] {2eef8571-3771-41f7-84b6-bd816b851bb4} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
15149 | 2025.05.22 21:27:57.450208 [ 261 ] {2eef8571-3771-41f7-84b6-bd816b851bb4} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15150 | 2025.05.22 21:27:57.450386 [ 261 ] {2eef8571-3771-41f7-84b6-bd816b851bb4} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.00176 sec., 69318.18181818181 rows/sec., 5.92 MiB/sec. | ||
15151 | 2025.05.22 21:27:57.450441 [ 261 ] {2eef8571-3771-41f7-84b6-bd816b851bb4} <Debug> TCPHandler: Processed in 0.002112702 sec. | ||
15152 | 2025.05.22 21:27:57.450568 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15153 | 2025.05.22 21:27:57.450673 [ 261 ] {7f41ebbe-0715-413e-9920-f3c85de4fa90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
15154 | 2025.05.22 21:27:57.450719 [ 261 ] {7f41ebbe-0715-413e-9920-f3c85de4fa90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15155 | 2025.05.22 21:27:57.451159 [ 261 ] {7f41ebbe-0715-413e-9920-f3c85de4fa90} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15156 | 2025.05.22 21:27:57.451197 [ 261 ] {7f41ebbe-0715-413e-9920-f3c85de4fa90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15157 | 2025.05.22 21:27:57.451520 [ 261 ] {7f41ebbe-0715-413e-9920-f3c85de4fa90} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
15158 | 2025.05.22 21:27:57.451733 [ 261 ] {7f41ebbe-0715-413e-9920-f3c85de4fa90} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15159 | 2025.05.22 21:27:57.451875 [ 261 ] {7f41ebbe-0715-413e-9920-f3c85de4fa90} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001226 sec., 26916.80261011419 rows/sec., 1.98 MiB/sec. | ||
15160 | 2025.05.22 21:27:57.451915 [ 261 ] {7f41ebbe-0715-413e-9920-f3c85de4fa90} <Debug> TCPHandler: Processed in 0.001402401 sec. | ||
15161 | 2025.05.22 21:27:57.452026 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15162 | 2025.05.22 21:27:57.452123 [ 261 ] {08d299aa-f6b1-4c2b-8047-6b02abf718f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
15163 | 2025.05.22 21:27:57.452166 [ 261 ] {08d299aa-f6b1-4c2b-8047-6b02abf718f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15164 | 2025.05.22 21:27:57.452594 [ 261 ] {08d299aa-f6b1-4c2b-8047-6b02abf718f6} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15165 | 2025.05.22 21:27:57.452632 [ 261 ] {08d299aa-f6b1-4c2b-8047-6b02abf718f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15166 | 2025.05.22 21:27:57.452956 [ 261 ] {08d299aa-f6b1-4c2b-8047-6b02abf718f6} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
15167 | 2025.05.22 21:27:57.453169 [ 261 ] {08d299aa-f6b1-4c2b-8047-6b02abf718f6} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15168 | 2025.05.22 21:27:57.453306 [ 261 ] {08d299aa-f6b1-4c2b-8047-6b02abf718f6} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001201 sec., 80766.02830974189 rows/sec., 6.31 MiB/sec. | ||
15169 | 2025.05.22 21:27:57.453344 [ 261 ] {08d299aa-f6b1-4c2b-8047-6b02abf718f6} <Debug> TCPHandler: Processed in 0.00137025 sec. | ||
15170 | 2025.05.22 21:27:57.453456 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15171 | 2025.05.22 21:27:57.453550 [ 261 ] {81069517-dc2e-4eb2-86a2-fbc887cd8dcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
15172 | 2025.05.22 21:27:57.453596 [ 261 ] {81069517-dc2e-4eb2-86a2-fbc887cd8dcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15173 | 2025.05.22 21:27:57.454012 [ 261 ] {81069517-dc2e-4eb2-86a2-fbc887cd8dcd} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15174 | 2025.05.22 21:27:57.454048 [ 261 ] {81069517-dc2e-4eb2-86a2-fbc887cd8dcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15175 | 2025.05.22 21:27:57.454384 [ 261 ] {81069517-dc2e-4eb2-86a2-fbc887cd8dcd} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
15176 | 2025.05.22 21:27:57.454595 [ 261 ] {81069517-dc2e-4eb2-86a2-fbc887cd8dcd} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15177 | 2025.05.22 21:27:57.454728 [ 261 ] {81069517-dc2e-4eb2-86a2-fbc887cd8dcd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001196 sec., 133779.26421404682 rows/sec., 9.32 MiB/sec. | ||
15178 | 2025.05.22 21:27:57.454765 [ 261 ] {81069517-dc2e-4eb2-86a2-fbc887cd8dcd} <Debug> TCPHandler: Processed in 0.00136047 sec. | ||
15179 | 2025.05.22 21:27:57.454818 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
15180 | 2025.05.22 21:27:57.454874 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
15181 | 2025.05.22 21:27:57.454887 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15182 | 2025.05.22 21:27:57.455013 [ 261 ] {7f5e58eb-fb0f-40f9-a08e-36c5c0dd5c99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
15183 | 2025.05.22 21:27:57.455080 [ 261 ] {7f5e58eb-fb0f-40f9-a08e-36c5c0dd5c99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
15184 | 2025.05.22 21:27:57.456051 [ 261 ] {7f5e58eb-fb0f-40f9-a08e-36c5c0dd5c99} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15185 | 2025.05.22 21:27:57.456090 [ 261 ] {7f5e58eb-fb0f-40f9-a08e-36c5c0dd5c99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15186 | 2025.05.22 21:27:57.456701 [ 261 ] {7f5e58eb-fb0f-40f9-a08e-36c5c0dd5c99} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
15187 | 2025.05.22 21:27:57.456712 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
15188 | 2025.05.22 21:27:57.456934 [ 261 ] {7f5e58eb-fb0f-40f9-a08e-36c5c0dd5c99} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15189 | 2025.05.22 21:27:57.457083 [ 261 ] {7f5e58eb-fb0f-40f9-a08e-36c5c0dd5c99} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002095 sec., 15751.78997613365 rows/sec., 28.23 MiB/sec. | ||
15190 | 2025.05.22 21:27:57.457149 [ 261 ] {7f5e58eb-fb0f-40f9-a08e-36c5c0dd5c99} <Debug> TCPHandler: Processed in 0.002322525 sec. | ||
15191 | 2025.05.22 21:27:57.457259 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15192 | 2025.05.22 21:27:57.457353 [ 261 ] {a9b9791f-05aa-41eb-82d3-6c17f0817d9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
15193 | 2025.05.22 21:27:57.457394 [ 261 ] {a9b9791f-05aa-41eb-82d3-6c17f0817d9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15194 | 2025.05.22 21:27:57.457725 [ 261 ] {a9b9791f-05aa-41eb-82d3-6c17f0817d9b} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15195 | 2025.05.22 21:27:57.457760 [ 261 ] {a9b9791f-05aa-41eb-82d3-6c17f0817d9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15196 | 2025.05.22 21:27:57.458056 [ 261 ] {a9b9791f-05aa-41eb-82d3-6c17f0817d9b} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
15197 | 2025.05.22 21:27:57.458256 [ 261 ] {a9b9791f-05aa-41eb-82d3-6c17f0817d9b} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15198 | 2025.05.22 21:27:57.458382 [ 261 ] {a9b9791f-05aa-41eb-82d3-6c17f0817d9b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001047 sec., 57306.59025787966 rows/sec., 3.86 MiB/sec. | ||
15199 | 2025.05.22 21:27:57.458416 [ 261 ] {a9b9791f-05aa-41eb-82d3-6c17f0817d9b} <Debug> TCPHandler: Processed in 0.001204889 sec. | ||
15200 | 2025.05.22 21:27:57.458469 [ 221 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
15201 | 2025.05.22 21:27:57.458519 [ 221 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
15202 | 2025.05.22 21:27:57.460148 [ 221 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
15203 | 2025.05.22 21:28:01.191269 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache | ||
15204 | 2025.05.22 21:28:01.191336 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache | ||
15205 | 2025.05.22 21:28:01.384941 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38491 | ||
15206 | 2025.05.22 21:28:01.385543 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15207 | 2025.05.22 21:28:01.385586 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15208 | 2025.05.22 21:28:01.386073 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15209 | 2025.05.22 21:28:01.386306 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15210 | 2025.05.22 21:28:01.386436 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38491 | ||
15211 | 2025.05.22 21:28:01.494622 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2084 | ||
15212 | 2025.05.22 21:28:01.497232 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15213 | 2025.05.22 21:28:01.497296 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15214 | 2025.05.22 21:28:01.498571 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
15215 | 2025.05.22 21:28:01.498855 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15216 | 2025.05.22 21:28:01.499232 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2084 | ||
15217 | 2025.05.22 21:28:02.453720 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15218 | 2025.05.22 21:28:02.453919 [ 261 ] {9ca2a7c2-3de1-43d5-a610-3cebba51d9ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
15219 | 2025.05.22 21:28:02.453993 [ 261 ] {9ca2a7c2-3de1-43d5-a610-3cebba51d9ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
15220 | 2025.05.22 21:28:02.454700 [ 261 ] {9ca2a7c2-3de1-43d5-a610-3cebba51d9ec} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15221 | 2025.05.22 21:28:02.454747 [ 261 ] {9ca2a7c2-3de1-43d5-a610-3cebba51d9ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15222 | 2025.05.22 21:28:02.455137 [ 261 ] {9ca2a7c2-3de1-43d5-a610-3cebba51d9ec} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
15223 | 2025.05.22 21:28:02.455368 [ 261 ] {9ca2a7c2-3de1-43d5-a610-3cebba51d9ec} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15224 | 2025.05.22 21:28:02.455522 [ 261 ] {9ca2a7c2-3de1-43d5-a610-3cebba51d9ec} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00166 sec., 127710.84337349398 rows/sec., 8.12 MiB/sec. | ||
15225 | 2025.05.22 21:28:02.455564 [ 261 ] {9ca2a7c2-3de1-43d5-a610-3cebba51d9ec} <Debug> TCPHandler: Processed in 0.001977969 sec. | ||
15226 | 2025.05.22 21:28:02.455674 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15227 | 2025.05.22 21:28:02.455767 [ 261 ] {52e2e152-bde4-4a74-9452-dd6e4056f895} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
15228 | 2025.05.22 21:28:02.455808 [ 261 ] {52e2e152-bde4-4a74-9452-dd6e4056f895} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15229 | 2025.05.22 21:28:02.456471 [ 261 ] {52e2e152-bde4-4a74-9452-dd6e4056f895} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15230 | 2025.05.22 21:28:02.456507 [ 261 ] {52e2e152-bde4-4a74-9452-dd6e4056f895} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15231 | 2025.05.22 21:28:02.456836 [ 261 ] {52e2e152-bde4-4a74-9452-dd6e4056f895} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
15232 | 2025.05.22 21:28:02.457036 [ 261 ] {52e2e152-bde4-4a74-9452-dd6e4056f895} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15233 | 2025.05.22 21:28:02.457162 [ 261 ] {52e2e152-bde4-4a74-9452-dd6e4056f895} <Debug> executeQuery: Read 633 rows, 50.88 KiB in 0.001413 sec., 447983.01486199576 rows/sec., 35.16 MiB/sec. | ||
15234 | 2025.05.22 21:28:02.457199 [ 261 ] {52e2e152-bde4-4a74-9452-dd6e4056f895} <Debug> TCPHandler: Processed in 0.001572373 sec. | ||
15235 | 2025.05.22 21:28:02.457305 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15236 | 2025.05.22 21:28:02.457397 [ 261 ] {1877788e-d3f4-46f4-b09d-146fa9b78a53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
15237 | 2025.05.22 21:28:02.457436 [ 261 ] {1877788e-d3f4-46f4-b09d-146fa9b78a53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15238 | 2025.05.22 21:28:02.457857 [ 261 ] {1877788e-d3f4-46f4-b09d-146fa9b78a53} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15239 | 2025.05.22 21:28:02.457891 [ 261 ] {1877788e-d3f4-46f4-b09d-146fa9b78a53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15240 | 2025.05.22 21:28:02.458178 [ 261 ] {1877788e-d3f4-46f4-b09d-146fa9b78a53} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
15241 | 2025.05.22 21:28:02.458382 [ 261 ] {1877788e-d3f4-46f4-b09d-146fa9b78a53} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15242 | 2025.05.22 21:28:02.458508 [ 261 ] {1877788e-d3f4-46f4-b09d-146fa9b78a53} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001129 sec., 100974.31355181577 rows/sec., 6.04 MiB/sec. | ||
15243 | 2025.05.22 21:28:02.458544 [ 261 ] {1877788e-d3f4-46f4-b09d-146fa9b78a53} <Debug> TCPHandler: Processed in 0.001287249 sec. | ||
15244 | 2025.05.22 21:28:02.458653 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15245 | 2025.05.22 21:28:02.458745 [ 261 ] {ffd23414-3ef8-4c56-9d00-275d5c9c7e57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
15246 | 2025.05.22 21:28:02.458783 [ 261 ] {ffd23414-3ef8-4c56-9d00-275d5c9c7e57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15247 | 2025.05.22 21:28:02.459191 [ 261 ] {ffd23414-3ef8-4c56-9d00-275d5c9c7e57} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15248 | 2025.05.22 21:28:02.459225 [ 261 ] {ffd23414-3ef8-4c56-9d00-275d5c9c7e57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15249 | 2025.05.22 21:28:02.459515 [ 261 ] {ffd23414-3ef8-4c56-9d00-275d5c9c7e57} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
15250 | 2025.05.22 21:28:02.459723 [ 261 ] {ffd23414-3ef8-4c56-9d00-275d5c9c7e57} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15251 | 2025.05.22 21:28:02.459851 [ 261 ] {ffd23414-3ef8-4c56-9d00-275d5c9c7e57} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001124 sec., 100533.80782918149 rows/sec., 6.51 MiB/sec. | ||
15252 | 2025.05.22 21:28:02.459887 [ 261 ] {ffd23414-3ef8-4c56-9d00-275d5c9c7e57} <Debug> TCPHandler: Processed in 0.001281209 sec. | ||
15253 | 2025.05.22 21:28:02.459996 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15254 | 2025.05.22 21:28:02.460089 [ 261 ] {4694f83e-0fd8-493f-a131-30179b6c13e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
15255 | 2025.05.22 21:28:02.460127 [ 261 ] {4694f83e-0fd8-493f-a131-30179b6c13e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15256 | 2025.05.22 21:28:02.460542 [ 261 ] {4694f83e-0fd8-493f-a131-30179b6c13e5} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15257 | 2025.05.22 21:28:02.460577 [ 261 ] {4694f83e-0fd8-493f-a131-30179b6c13e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15258 | 2025.05.22 21:28:02.460871 [ 261 ] {4694f83e-0fd8-493f-a131-30179b6c13e5} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
15259 | 2025.05.22 21:28:02.461075 [ 261 ] {4694f83e-0fd8-493f-a131-30179b6c13e5} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15260 | 2025.05.22 21:28:02.461200 [ 261 ] {4694f83e-0fd8-493f-a131-30179b6c13e5} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001128 sec., 99290.78014184396 rows/sec., 5.66 MiB/sec. | ||
15261 | 2025.05.22 21:28:02.461236 [ 261 ] {4694f83e-0fd8-493f-a131-30179b6c13e5} <Debug> TCPHandler: Processed in 0.001288199 sec. | ||
15262 | 2025.05.22 21:28:02.461346 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15263 | 2025.05.22 21:28:02.461437 [ 261 ] {bac460cf-5a90-4a3a-9643-7cad73fc30f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
15264 | 2025.05.22 21:28:02.461474 [ 261 ] {bac460cf-5a90-4a3a-9643-7cad73fc30f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15265 | 2025.05.22 21:28:02.461994 [ 261 ] {bac460cf-5a90-4a3a-9643-7cad73fc30f6} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15266 | 2025.05.22 21:28:02.462029 [ 261 ] {bac460cf-5a90-4a3a-9643-7cad73fc30f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15267 | 2025.05.22 21:28:02.462334 [ 261 ] {bac460cf-5a90-4a3a-9643-7cad73fc30f6} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
15268 | 2025.05.22 21:28:02.462533 [ 261 ] {bac460cf-5a90-4a3a-9643-7cad73fc30f6} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15269 | 2025.05.22 21:28:02.462656 [ 261 ] {bac460cf-5a90-4a3a-9643-7cad73fc30f6} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001237 sec., 315278.9005658852 rows/sec., 22.28 MiB/sec. | ||
15270 | 2025.05.22 21:28:02.462693 [ 261 ] {bac460cf-5a90-4a3a-9643-7cad73fc30f6} <Debug> TCPHandler: Processed in 0.001396261 sec. | ||
15271 | 2025.05.22 21:28:02.462801 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15272 | 2025.05.22 21:28:02.462892 [ 261 ] {1819079d-f284-4479-aacd-63eb61bea61e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
15273 | 2025.05.22 21:28:02.462933 [ 261 ] {1819079d-f284-4479-aacd-63eb61bea61e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15274 | 2025.05.22 21:28:02.463258 [ 261 ] {1819079d-f284-4479-aacd-63eb61bea61e} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15275 | 2025.05.22 21:28:02.463293 [ 261 ] {1819079d-f284-4479-aacd-63eb61bea61e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15276 | 2025.05.22 21:28:02.463581 [ 261 ] {1819079d-f284-4479-aacd-63eb61bea61e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
15277 | 2025.05.22 21:28:02.463781 [ 261 ] {1819079d-f284-4479-aacd-63eb61bea61e} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15278 | 2025.05.22 21:28:02.463903 [ 261 ] {1819079d-f284-4479-aacd-63eb61bea61e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001028 sec., 5836.575875486381 rows/sec., 304.94 KiB/sec. | ||
15279 | 2025.05.22 21:28:02.463937 [ 261 ] {1819079d-f284-4479-aacd-63eb61bea61e} <Debug> TCPHandler: Processed in 0.001184557 sec. | ||
15280 | 2025.05.22 21:28:02.464042 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15281 | 2025.05.22 21:28:02.464134 [ 261 ] {1e0dee46-478a-47ee-a374-8e65ba15c418} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
15282 | 2025.05.22 21:28:02.464174 [ 261 ] {1e0dee46-478a-47ee-a374-8e65ba15c418} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15283 | 2025.05.22 21:28:02.464570 [ 261 ] {1e0dee46-478a-47ee-a374-8e65ba15c418} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15284 | 2025.05.22 21:28:02.464604 [ 261 ] {1e0dee46-478a-47ee-a374-8e65ba15c418} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15285 | 2025.05.22 21:28:02.464922 [ 261 ] {1e0dee46-478a-47ee-a374-8e65ba15c418} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
15286 | 2025.05.22 21:28:02.465125 [ 261 ] {1e0dee46-478a-47ee-a374-8e65ba15c418} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15287 | 2025.05.22 21:28:02.465247 [ 261 ] {1e0dee46-478a-47ee-a374-8e65ba15c418} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001131 sec., 209549.07161803712 rows/sec., 14.05 MiB/sec. | ||
15288 | 2025.05.22 21:28:02.465282 [ 261 ] {1e0dee46-478a-47ee-a374-8e65ba15c418} <Debug> TCPHandler: Processed in 0.001288029 sec. | ||
15289 | 2025.05.22 21:28:02.465393 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15290 | 2025.05.22 21:28:02.465484 [ 261 ] {963836ae-eb3c-4774-862f-7949f61abdaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
15291 | 2025.05.22 21:28:02.465523 [ 261 ] {963836ae-eb3c-4774-862f-7949f61abdaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15292 | 2025.05.22 21:28:02.465828 [ 261 ] {963836ae-eb3c-4774-862f-7949f61abdaa} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15293 | 2025.05.22 21:28:02.465862 [ 261 ] {963836ae-eb3c-4774-862f-7949f61abdaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15294 | 2025.05.22 21:28:02.466141 [ 261 ] {963836ae-eb3c-4774-862f-7949f61abdaa} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
15295 | 2025.05.22 21:28:02.466344 [ 261 ] {963836ae-eb3c-4774-862f-7949f61abdaa} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15296 | 2025.05.22 21:28:02.466468 [ 261 ] {963836ae-eb3c-4774-862f-7949f61abdaa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001002 sec., 998.003992015968 rows/sec., 67.25 KiB/sec. | ||
15297 | 2025.05.22 21:28:02.466503 [ 261 ] {963836ae-eb3c-4774-862f-7949f61abdaa} <Debug> TCPHandler: Processed in 0.001157947 sec. | ||
15298 | 2025.05.22 21:28:02.466608 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15299 | 2025.05.22 21:28:02.466700 [ 261 ] {62ab2035-c513-4677-9cf0-67394e4d2e04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
15300 | 2025.05.22 21:28:02.466756 [ 261 ] {62ab2035-c513-4677-9cf0-67394e4d2e04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
15301 | 2025.05.22 21:28:02.467507 [ 261 ] {62ab2035-c513-4677-9cf0-67394e4d2e04} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15302 | 2025.05.22 21:28:02.467542 [ 261 ] {62ab2035-c513-4677-9cf0-67394e4d2e04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15303 | 2025.05.22 21:28:02.468031 [ 261 ] {62ab2035-c513-4677-9cf0-67394e4d2e04} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
15304 | 2025.05.22 21:28:02.468245 [ 261 ] {62ab2035-c513-4677-9cf0-67394e4d2e04} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15305 | 2025.05.22 21:28:02.468378 [ 261 ] {62ab2035-c513-4677-9cf0-67394e4d2e04} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001695 sec., 4719.764011799411 rows/sec., 8.46 MiB/sec. | ||
15306 | 2025.05.22 21:28:02.468431 [ 261 ] {62ab2035-c513-4677-9cf0-67394e4d2e04} <Debug> TCPHandler: Processed in 0.001870117 sec. | ||
15307 | 2025.05.22 21:28:02.468541 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15308 | 2025.05.22 21:28:02.468633 [ 261 ] {20fcb4ca-e8a1-45cf-b0d4-765de9ee3419} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
15309 | 2025.05.22 21:28:02.468673 [ 261 ] {20fcb4ca-e8a1-45cf-b0d4-765de9ee3419} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15310 | 2025.05.22 21:28:02.468994 [ 261 ] {20fcb4ca-e8a1-45cf-b0d4-765de9ee3419} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15311 | 2025.05.22 21:28:02.469030 [ 261 ] {20fcb4ca-e8a1-45cf-b0d4-765de9ee3419} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15312 | 2025.05.22 21:28:02.469328 [ 261 ] {20fcb4ca-e8a1-45cf-b0d4-765de9ee3419} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
15313 | 2025.05.22 21:28:02.469532 [ 261 ] {20fcb4ca-e8a1-45cf-b0d4-765de9ee3419} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15314 | 2025.05.22 21:28:02.469657 [ 261 ] {20fcb4ca-e8a1-45cf-b0d4-765de9ee3419} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001042 sec., 78694.81765834933 rows/sec., 5.00 MiB/sec. | ||
15315 | 2025.05.22 21:28:02.469693 [ 261 ] {20fcb4ca-e8a1-45cf-b0d4-765de9ee3419} <Debug> TCPHandler: Processed in 0.001199478 sec. | ||
15316 | 2025.05.22 21:28:03.451710 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 633 | ||
15317 | 2025.05.22 21:28:03.469933 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15318 | 2025.05.22 21:28:03.470000 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15319 | 2025.05.22 21:28:03.476607 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15320 | 2025.05.22 21:28:03.477390 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15321 | 2025.05.22 21:28:03.481283 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 633 | ||
15322 | 2025.05.22 21:28:07.477354 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15323 | 2025.05.22 21:28:07.477634 [ 261 ] {001086af-ab4a-41c2-8974-058ab878338f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
15324 | 2025.05.22 21:28:07.477730 [ 261 ] {001086af-ab4a-41c2-8974-058ab878338f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15325 | 2025.05.22 21:28:07.478538 [ 261 ] {001086af-ab4a-41c2-8974-058ab878338f} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15326 | 2025.05.22 21:28:07.478584 [ 261 ] {001086af-ab4a-41c2-8974-058ab878338f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15327 | 2025.05.22 21:28:07.478953 [ 261 ] {001086af-ab4a-41c2-8974-058ab878338f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
15328 | 2025.05.22 21:28:07.479176 [ 261 ] {001086af-ab4a-41c2-8974-058ab878338f} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15329 | 2025.05.22 21:28:07.479325 [ 261 ] {001086af-ab4a-41c2-8974-058ab878338f} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001761 sec., 6814.310051107325 rows/sec., 555.66 KiB/sec. | ||
15330 | 2025.05.22 21:28:07.479365 [ 261 ] {001086af-ab4a-41c2-8974-058ab878338f} <Debug> TCPHandler: Processed in 0.002161182 sec. | ||
15331 | 2025.05.22 21:28:07.479488 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15332 | 2025.05.22 21:28:07.479581 [ 261 ] {9d205653-ad5e-4fbc-bc8a-b08aa516d2a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
15333 | 2025.05.22 21:28:07.479620 [ 261 ] {9d205653-ad5e-4fbc-bc8a-b08aa516d2a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15334 | 2025.05.22 21:28:07.480753 [ 261 ] {9d205653-ad5e-4fbc-bc8a-b08aa516d2a6} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15335 | 2025.05.22 21:28:07.480790 [ 261 ] {9d205653-ad5e-4fbc-bc8a-b08aa516d2a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15336 | 2025.05.22 21:28:07.481173 [ 261 ] {9d205653-ad5e-4fbc-bc8a-b08aa516d2a6} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
15337 | 2025.05.22 21:28:07.481386 [ 261 ] {9d205653-ad5e-4fbc-bc8a-b08aa516d2a6} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15338 | 2025.05.22 21:28:07.481513 [ 261 ] {9d205653-ad5e-4fbc-bc8a-b08aa516d2a6} <Debug> executeQuery: Read 1268 rows, 107.22 KiB in 0.00195 sec., 650256.4102564103 rows/sec., 53.70 MiB/sec. | ||
15339 | 2025.05.22 21:28:07.481550 [ 261 ] {9d205653-ad5e-4fbc-bc8a-b08aa516d2a6} <Debug> TCPHandler: Processed in 0.002113712 sec. | ||
15340 | 2025.05.22 21:28:07.481667 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15341 | 2025.05.22 21:28:07.481761 [ 261 ] {a83ada18-3886-408d-9885-e1f3563e10c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
15342 | 2025.05.22 21:28:07.481800 [ 261 ] {a83ada18-3886-408d-9885-e1f3563e10c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15343 | 2025.05.22 21:28:07.482217 [ 261 ] {a83ada18-3886-408d-9885-e1f3563e10c7} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15344 | 2025.05.22 21:28:07.482253 [ 261 ] {a83ada18-3886-408d-9885-e1f3563e10c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15345 | 2025.05.22 21:28:07.482542 [ 261 ] {a83ada18-3886-408d-9885-e1f3563e10c7} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
15346 | 2025.05.22 21:28:07.482757 [ 261 ] {a83ada18-3886-408d-9885-e1f3563e10c7} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15347 | 2025.05.22 21:28:07.482885 [ 261 ] {a83ada18-3886-408d-9885-e1f3563e10c7} <Debug> executeQuery: Read 45 rows, 3.32 KiB in 0.001142 sec., 39404.553415061295 rows/sec., 2.84 MiB/sec. | ||
15348 | 2025.05.22 21:28:07.482921 [ 261 ] {a83ada18-3886-408d-9885-e1f3563e10c7} <Debug> TCPHandler: Processed in 0.001303839 sec. | ||
15349 | 2025.05.22 21:28:07.483028 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15350 | 2025.05.22 21:28:07.483121 [ 261 ] {5ffe4f7c-932e-4d2d-b717-a3aebebeca6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
15351 | 2025.05.22 21:28:07.483160 [ 261 ] {5ffe4f7c-932e-4d2d-b717-a3aebebeca6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15352 | 2025.05.22 21:28:07.483680 [ 261 ] {5ffe4f7c-932e-4d2d-b717-a3aebebeca6c} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15353 | 2025.05.22 21:28:07.483716 [ 261 ] {5ffe4f7c-932e-4d2d-b717-a3aebebeca6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15354 | 2025.05.22 21:28:07.484017 [ 261 ] {5ffe4f7c-932e-4d2d-b717-a3aebebeca6c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
15355 | 2025.05.22 21:28:07.484218 [ 261 ] {5ffe4f7c-932e-4d2d-b717-a3aebebeca6c} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15356 | 2025.05.22 21:28:07.484345 [ 261 ] {5ffe4f7c-932e-4d2d-b717-a3aebebeca6c} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001242 sec., 183574.87922705314 rows/sec., 12.43 MiB/sec. | ||
15357 | 2025.05.22 21:28:07.484386 [ 261 ] {5ffe4f7c-932e-4d2d-b717-a3aebebeca6c} <Debug> TCPHandler: Processed in 0.001405931 sec. | ||
15358 | 2025.05.22 21:28:07.484496 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15359 | 2025.05.22 21:28:07.484590 [ 261 ] {b8c7238e-77ac-468b-a007-4025dc49d385} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
15360 | 2025.05.22 21:28:07.484630 [ 261 ] {b8c7238e-77ac-468b-a007-4025dc49d385} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15361 | 2025.05.22 21:28:07.485242 [ 261 ] {b8c7238e-77ac-468b-a007-4025dc49d385} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15362 | 2025.05.22 21:28:07.485277 [ 261 ] {b8c7238e-77ac-468b-a007-4025dc49d385} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15363 | 2025.05.22 21:28:07.485596 [ 261 ] {b8c7238e-77ac-468b-a007-4025dc49d385} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
15364 | 2025.05.22 21:28:07.485796 [ 261 ] {b8c7238e-77ac-468b-a007-4025dc49d385} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15365 | 2025.05.22 21:28:07.485927 [ 261 ] {b8c7238e-77ac-468b-a007-4025dc49d385} <Debug> executeQuery: Read 565 rows, 43.03 KiB in 0.001355 sec., 416974.1697416974 rows/sec., 31.01 MiB/sec. | ||
15366 | 2025.05.22 21:28:07.485964 [ 261 ] {b8c7238e-77ac-468b-a007-4025dc49d385} <Debug> TCPHandler: Processed in 0.001515873 sec. | ||
15367 | 2025.05.22 21:28:07.486074 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15368 | 2025.05.22 21:28:07.486167 [ 261 ] {63c82804-2954-4ec6-b166-d10740c1dd34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
15369 | 2025.05.22 21:28:07.486209 [ 261 ] {63c82804-2954-4ec6-b166-d10740c1dd34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15370 | 2025.05.22 21:28:07.486824 [ 261 ] {63c82804-2954-4ec6-b166-d10740c1dd34} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15371 | 2025.05.22 21:28:07.486858 [ 261 ] {63c82804-2954-4ec6-b166-d10740c1dd34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15372 | 2025.05.22 21:28:07.487214 [ 261 ] {63c82804-2954-4ec6-b166-d10740c1dd34} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
15373 | 2025.05.22 21:28:07.487431 [ 261 ] {63c82804-2954-4ec6-b166-d10740c1dd34} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15374 | 2025.05.22 21:28:07.487556 [ 261 ] {63c82804-2954-4ec6-b166-d10740c1dd34} <Debug> executeQuery: Read 886 rows, 61.05 KiB in 0.001407 sec., 629708.5998578536 rows/sec., 42.37 MiB/sec. | ||
15375 | 2025.05.22 21:28:07.487573 [ 136 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Selected 6 parts from all_1_114_23 to all_119_119_0 | ||
15376 | 2025.05.22 21:28:07.487592 [ 261 ] {63c82804-2954-4ec6-b166-d10740c1dd34} <Debug> TCPHandler: Processed in 0.001565753 sec. | ||
15377 | 2025.05.22 21:28:07.487643 [ 136 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15378 | 2025.05.22 21:28:07.487669 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15379 | 2025.05.22 21:28:07.487730 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15380 | 2025.05.22 21:28:07.487778 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_119_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_114_23 to all_119_119_0 into Compact with storage Full | ||
15381 | 2025.05.22 21:28:07.487827 [ 261 ] {40fe2aa1-c35c-4bb2-be1a-59df4420d79b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
15382 | 2025.05.22 21:28:07.487885 [ 261 ] {40fe2aa1-c35c-4bb2-be1a-59df4420d79b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
15383 | 2025.05.22 21:28:07.487934 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_119_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15384 | 2025.05.22 21:28:07.487974 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_114_23, total 35300 rows starting from the beginning of the part | ||
15385 | 2025.05.22 21:28:07.488037 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 160 rows starting from the beginning of the part | ||
15386 | 2025.05.22 21:28:07.488080 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 239 rows starting from the beginning of the part | ||
15387 | 2025.05.22 21:28:07.488128 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 160 rows starting from the beginning of the part | ||
15388 | 2025.05.22 21:28:07.488165 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 237 rows starting from the beginning of the part | ||
15389 | 2025.05.22 21:28:07.488203 [ 193 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 886 rows starting from the beginning of the part | ||
15390 | 2025.05.22 21:28:07.488734 [ 261 ] {40fe2aa1-c35c-4bb2-be1a-59df4420d79b} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15391 | 2025.05.22 21:28:07.488775 [ 261 ] {40fe2aa1-c35c-4bb2-be1a-59df4420d79b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15392 | 2025.05.22 21:28:07.489319 [ 261 ] {40fe2aa1-c35c-4bb2-be1a-59df4420d79b} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
15393 | 2025.05.22 21:28:07.489552 [ 261 ] {40fe2aa1-c35c-4bb2-be1a-59df4420d79b} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15394 | 2025.05.22 21:28:07.489690 [ 261 ] {40fe2aa1-c35c-4bb2-be1a-59df4420d79b} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001881 sec., 17543.859649122805 rows/sec., 31.44 MiB/sec. | ||
15395 | 2025.05.22 21:28:07.489744 [ 261 ] {40fe2aa1-c35c-4bb2-be1a-59df4420d79b} <Debug> TCPHandler: Processed in 0.002062081 sec. | ||
15396 | 2025.05.22 21:28:07.489858 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15397 | 2025.05.22 21:28:07.489952 [ 261 ] {1b6b58a0-dff1-485c-b8c9-2193fe4a3166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
15398 | 2025.05.22 21:28:07.489992 [ 261 ] {1b6b58a0-dff1-485c-b8c9-2193fe4a3166} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15399 | 2025.05.22 21:28:07.490328 [ 261 ] {1b6b58a0-dff1-485c-b8c9-2193fe4a3166} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15400 | 2025.05.22 21:28:07.490364 [ 261 ] {1b6b58a0-dff1-485c-b8c9-2193fe4a3166} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15401 | 2025.05.22 21:28:07.490653 [ 261 ] {1b6b58a0-dff1-485c-b8c9-2193fe4a3166} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
15402 | 2025.05.22 21:28:07.490850 [ 261 ] {1b6b58a0-dff1-485c-b8c9-2193fe4a3166} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15403 | 2025.05.22 21:28:07.490974 [ 261 ] {1b6b58a0-dff1-485c-b8c9-2193fe4a3166} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00104 sec., 57692.307692307695 rows/sec., 3.89 MiB/sec. | ||
15404 | 2025.05.22 21:28:07.491009 [ 261 ] {1b6b58a0-dff1-485c-b8c9-2193fe4a3166} <Debug> TCPHandler: Processed in 0.001198418 sec. | ||
15405 | 2025.05.22 21:28:07.494863 [ 187 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_119_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36982 rows, containing 5 columns (5 merged, 0 gathered) in 0.007131496 sec., 5185728.211864663 rows/sec., 352.12 MiB/sec. | ||
15406 | 2025.05.22 21:28:07.495363 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_119_24} <Trace> MergedBlockOutputStream: filled checksums all_1_119_24 (state Temporary) | ||
15407 | 2025.05.22 21:28:07.495674 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_merge_all_1_119_24 to all_1_119_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15408 | 2025.05.22 21:28:07.495759 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Merged 6 parts: [all_1_114_23, all_119_119_0] -> all_1_119_24 | ||
15409 | 2025.05.22 21:28:07.495855 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
15410 | 2025.05.22 21:28:08.886622 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38918 | ||
15411 | 2025.05.22 21:28:08.887182 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15412 | 2025.05.22 21:28:08.887225 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15413 | 2025.05.22 21:28:08.887772 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15414 | 2025.05.22 21:28:08.887999 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15415 | 2025.05.22 21:28:08.888125 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38918 | ||
15416 | 2025.05.22 21:28:08.888222 [ 225 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
15417 | 2025.05.22 21:28:08.888281 [ 225 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
15418 | 2025.05.22 21:28:08.890230 [ 225 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
15419 | 2025.05.22 21:28:09.444552 [ 221 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
15420 | 2025.05.22 21:28:09.444598 [ 221 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
15421 | 2025.05.22 21:28:09.446210 [ 221 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
15422 | 2025.05.22 21:28:10.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 363.25 MiB, peak 377.68 MiB, free memory in arenas 0.00 B, will set to 367.25 MiB (RSS), difference: 4.00 MiB | ||
15423 | 2025.05.22 21:28:10.981381 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 640 | ||
15424 | 2025.05.22 21:28:10.998142 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15425 | 2025.05.22 21:28:10.998197 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15426 | 2025.05.22 21:28:11.004375 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15427 | 2025.05.22 21:28:11.005075 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15428 | 2025.05.22 21:28:11.008474 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 640 | ||
15429 | 2025.05.22 21:28:11.499514 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 2122 | ||
15430 | 2025.05.22 21:28:11.502357 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15431 | 2025.05.22 21:28:11.502406 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15432 | 2025.05.22 21:28:11.503637 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
15433 | 2025.05.22 21:28:11.503924 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15434 | 2025.05.22 21:28:11.504088 [ 132 ] {} <Debug> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
15435 | 2025.05.22 21:28:11.504161 [ 132 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15436 | 2025.05.22 21:28:11.504189 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15437 | 2025.05.22 21:28:11.504196 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2122 | ||
15438 | 2025.05.22 21:28:11.504342 [ 191 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::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 | ||
15439 | 2025.05.22 21:28:11.505258 [ 191 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15440 | 2025.05.22 21:28:11.505486 [ 191 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1942 rows starting from the beginning of the part | ||
15441 | 2025.05.22 21:28:11.505881 [ 191 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 36 rows starting from the beginning of the part | ||
15442 | 2025.05.22 21:28:11.506260 [ 191 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 36 rows starting from the beginning of the part | ||
15443 | 2025.05.22 21:28:11.506623 [ 191 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 34 rows starting from the beginning of the part | ||
15444 | 2025.05.22 21:28:11.506970 [ 191 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 36 rows starting from the beginning of the part | ||
15445 | 2025.05.22 21:28:11.507307 [ 191 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 38 rows starting from the beginning of the part | ||
15446 | 2025.05.22 21:28:11.514196 [ 190 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2122 rows, containing 72 columns (72 merged, 0 gathered) in 0.009929987 sec., 213696.15086102328 rows/sec., 164.44 MiB/sec. | ||
15447 | 2025.05.22 21:28:11.516375 [ 190 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
15448 | 2025.05.22 21:28:11.516931 [ 190 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_61_12} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15449 | 2025.05.22 21:28:11.516999 [ 190 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_61_12} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
15450 | 2025.05.22 21:28:11.517307 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.78 MiB. | ||
15451 | 2025.05.22 21:28:12.448518 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15452 | 2025.05.22 21:28:12.448725 [ 261 ] {e2821b32-3edf-493d-b595-e297a1e97b6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
15453 | 2025.05.22 21:28:12.448805 [ 261 ] {e2821b32-3edf-493d-b595-e297a1e97b6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15454 | 2025.05.22 21:28:12.449535 [ 261 ] {e2821b32-3edf-493d-b595-e297a1e97b6c} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15455 | 2025.05.22 21:28:12.449582 [ 261 ] {e2821b32-3edf-493d-b595-e297a1e97b6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15456 | 2025.05.22 21:28:12.449975 [ 261 ] {e2821b32-3edf-493d-b595-e297a1e97b6c} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
15457 | 2025.05.22 21:28:12.450229 [ 261 ] {e2821b32-3edf-493d-b595-e297a1e97b6c} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15458 | 2025.05.22 21:28:12.450381 [ 131 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
15459 | 2025.05.22 21:28:12.450386 [ 261 ] {e2821b32-3edf-493d-b595-e297a1e97b6c} <Debug> executeQuery: Read 72 rows, 5.90 KiB in 0.001718 sec., 41909.19674039581 rows/sec., 3.36 MiB/sec. | ||
15460 | 2025.05.22 21:28:12.450456 [ 131 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15461 | 2025.05.22 21:28:12.450476 [ 261 ] {e2821b32-3edf-493d-b595-e297a1e97b6c} <Debug> TCPHandler: Processed in 0.002103911 sec. | ||
15462 | 2025.05.22 21:28:12.450504 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15463 | 2025.05.22 21:28:12.450614 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15464 | 2025.05.22 21:28:12.450639 [ 197 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
15465 | 2025.05.22 21:28:12.450715 [ 261 ] {adb3c29e-0b4d-4e92-be25-63396fae30e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
15466 | 2025.05.22 21:28:12.450763 [ 261 ] {adb3c29e-0b4d-4e92-be25-63396fae30e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15467 | 2025.05.22 21:28:12.450812 [ 197 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15468 | 2025.05.22 21:28:12.450852 [ 197 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1970 rows starting from the beginning of the part | ||
15469 | 2025.05.22 21:28:12.450922 [ 197 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 635 rows starting from the beginning of the part | ||
15470 | 2025.05.22 21:28:12.450966 [ 197 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 122 rows starting from the beginning of the part | ||
15471 | 2025.05.22 21:28:12.451011 [ 197 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 633 rows starting from the beginning of the part | ||
15472 | 2025.05.22 21:28:12.451054 [ 197 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 1268 rows starting from the beginning of the part | ||
15473 | 2025.05.22 21:28:12.451094 [ 197 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 72 rows starting from the beginning of the part | ||
15474 | 2025.05.22 21:28:12.451177 [ 261 ] {adb3c29e-0b4d-4e92-be25-63396fae30e3} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15475 | 2025.05.22 21:28:12.451219 [ 261 ] {adb3c29e-0b4d-4e92-be25-63396fae30e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15476 | 2025.05.22 21:28:12.451543 [ 261 ] {adb3c29e-0b4d-4e92-be25-63396fae30e3} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
15477 | 2025.05.22 21:28:12.451760 [ 261 ] {adb3c29e-0b4d-4e92-be25-63396fae30e3} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15478 | 2025.05.22 21:28:12.451880 [ 131 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
15479 | 2025.05.22 21:28:12.451895 [ 261 ] {adb3c29e-0b4d-4e92-be25-63396fae30e3} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001197 sec., 6683.375104427736 rows/sec., 502.56 KiB/sec. | ||
15480 | 2025.05.22 21:28:12.451913 [ 131 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15481 | 2025.05.22 21:28:12.451937 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15482 | 2025.05.22 21:28:12.451939 [ 261 ] {adb3c29e-0b4d-4e92-be25-63396fae30e3} <Debug> TCPHandler: Processed in 0.0013778 sec. | ||
15483 | 2025.05.22 21:28:12.452028 [ 187 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
15484 | 2025.05.22 21:28:12.452063 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15485 | 2025.05.22 21:28:12.452148 [ 187 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15486 | 2025.05.22 21:28:12.452163 [ 261 ] {f4b87d81-0d5c-424d-87d1-52a6e1155cde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
15487 | 2025.05.22 21:28:12.452185 [ 187 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 179 rows starting from the beginning of the part | ||
15488 | 2025.05.22 21:28:12.452208 [ 261 ] {f4b87d81-0d5c-424d-87d1-52a6e1155cde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15489 | 2025.05.22 21:28:12.452259 [ 187 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 118 rows starting from the beginning of the part | ||
15490 | 2025.05.22 21:28:12.452314 [ 187 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 33 rows starting from the beginning of the part | ||
15491 | 2025.05.22 21:28:12.452358 [ 187 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 114 rows starting from the beginning of the part | ||
15492 | 2025.05.22 21:28:12.452398 [ 187 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 45 rows starting from the beginning of the part | ||
15493 | 2025.05.22 21:28:12.452445 [ 187 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 8 rows starting from the beginning of the part | ||
15494 | 2025.05.22 21:28:12.452632 [ 261 ] {f4b87d81-0d5c-424d-87d1-52a6e1155cde} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15495 | 2025.05.22 21:28:12.452674 [ 261 ] {f4b87d81-0d5c-424d-87d1-52a6e1155cde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15496 | 2025.05.22 21:28:12.452790 [ 195 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4700 rows, containing 5 columns (5 merged, 0 gathered) in 0.002204003 sec., 2132483.4857302825 rows/sec., 181.47 MiB/sec. | ||
15497 | 2025.05.22 21:28:12.453003 [ 261 ] {f4b87d81-0d5c-424d-87d1-52a6e1155cde} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
15498 | 2025.05.22 21:28:12.453084 [ 201 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
15499 | 2025.05.22 21:28:12.453260 [ 261 ] {f4b87d81-0d5c-424d-87d1-52a6e1155cde} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15500 | 2025.05.22 21:28:12.453315 [ 196 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 5 columns (5 merged, 0 gathered) in 0.0013254 sec., 374981.1377697299 rows/sec., 25.36 MiB/sec. | ||
15501 | 2025.05.22 21:28:12.453381 [ 131 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
15502 | 2025.05.22 21:28:12.453404 [ 261 ] {f4b87d81-0d5c-424d-87d1-52a6e1155cde} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001258 sec., 57233.70429252782 rows/sec., 4.47 MiB/sec. | ||
15503 | 2025.05.22 21:28:12.453413 [ 131 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15504 | 2025.05.22 21:28:12.453433 [ 201 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_121_24} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15505 | 2025.05.22 21:28:12.453446 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15506 | 2025.05.22 21:28:12.453448 [ 261 ] {f4b87d81-0d5c-424d-87d1-52a6e1155cde} <Debug> TCPHandler: Processed in 0.001436011 sec. | ||
15507 | 2025.05.22 21:28:12.453527 [ 201 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_121_24} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
15508 | 2025.05.22 21:28:12.453528 [ 196 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
15509 | 2025.05.22 21:28:12.453545 [ 189 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
15510 | 2025.05.22 21:28:12.453593 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15511 | 2025.05.22 21:28:12.453610 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. | ||
15512 | 2025.05.22 21:28:12.453657 [ 189 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15513 | 2025.05.22 21:28:12.453686 [ 189 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 953 rows starting from the beginning of the part | ||
15514 | 2025.05.22 21:28:12.453696 [ 261 ] {75363746-d315-4ccd-ae22-fdc941c68834} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
15515 | 2025.05.22 21:28:12.453746 [ 261 ] {75363746-d315-4ccd-ae22-fdc941c68834} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15516 | 2025.05.22 21:28:12.453750 [ 189 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 394 rows starting from the beginning of the part | ||
15517 | 2025.05.22 21:28:12.453811 [ 189 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 97 rows starting from the beginning of the part | ||
15518 | 2025.05.22 21:28:12.453855 [ 189 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 390 rows starting from the beginning of the part | ||
15519 | 2025.05.22 21:28:12.453877 [ 196 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_116_23} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15520 | 2025.05.22 21:28:12.453895 [ 189 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 565 rows starting from the beginning of the part | ||
15521 | 2025.05.22 21:28:12.453946 [ 189 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 72 rows starting from the beginning of the part | ||
15522 | 2025.05.22 21:28:12.453983 [ 196 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_116_23} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
15523 | 2025.05.22 21:28:12.454105 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
15524 | 2025.05.22 21:28:12.454170 [ 261 ] {75363746-d315-4ccd-ae22-fdc941c68834} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15525 | 2025.05.22 21:28:12.454212 [ 261 ] {75363746-d315-4ccd-ae22-fdc941c68834} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15526 | 2025.05.22 21:28:12.454548 [ 261 ] {75363746-d315-4ccd-ae22-fdc941c68834} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
15527 | 2025.05.22 21:28:12.454760 [ 261 ] {75363746-d315-4ccd-ae22-fdc941c68834} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15528 | 2025.05.22 21:28:12.454893 [ 261 ] {75363746-d315-4ccd-ae22-fdc941c68834} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001215 sec., 131687.24279835392 rows/sec., 9.17 MiB/sec. | ||
15529 | 2025.05.22 21:28:12.454930 [ 261 ] {75363746-d315-4ccd-ae22-fdc941c68834} <Debug> TCPHandler: Processed in 0.00138783 sec. | ||
15530 | 2025.05.22 21:28:12.455036 [ 196 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2471 rows, containing 5 columns (5 merged, 0 gathered) in 0.001530273 sec., 1614744.5586506461 rows/sec., 124.10 MiB/sec. | ||
15531 | 2025.05.22 21:28:12.455038 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15532 | 2025.05.22 21:28:12.455150 [ 261 ] {e6058233-2c12-4235-9e81-981f5567e422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
15533 | 2025.05.22 21:28:12.455187 [ 189 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
15534 | 2025.05.22 21:28:12.455207 [ 261 ] {e6058233-2c12-4235-9e81-981f5567e422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
15535 | 2025.05.22 21:28:12.455425 [ 189 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_121_24} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15536 | 2025.05.22 21:28:12.455490 [ 189 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_121_24} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
15537 | 2025.05.22 21:28:12.455559 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
15538 | 2025.05.22 21:28:12.455974 [ 261 ] {e6058233-2c12-4235-9e81-981f5567e422} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15539 | 2025.05.22 21:28:12.456015 [ 261 ] {e6058233-2c12-4235-9e81-981f5567e422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15540 | 2025.05.22 21:28:12.456538 [ 261 ] {e6058233-2c12-4235-9e81-981f5567e422} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
15541 | 2025.05.22 21:28:12.456757 [ 261 ] {e6058233-2c12-4235-9e81-981f5567e422} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15542 | 2025.05.22 21:28:12.456879 [ 131 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
15543 | 2025.05.22 21:28:12.456893 [ 261 ] {e6058233-2c12-4235-9e81-981f5567e422} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001759 sec., 4548.038658328596 rows/sec., 8.15 MiB/sec. | ||
15544 | 2025.05.22 21:28:12.456915 [ 131 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15545 | 2025.05.22 21:28:12.456939 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15546 | 2025.05.22 21:28:12.456956 [ 261 ] {e6058233-2c12-4235-9e81-981f5567e422} <Debug> TCPHandler: Processed in 0.00196779 sec. | ||
15547 | 2025.05.22 21:28:12.457000 [ 187 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
15548 | 2025.05.22 21:28:12.457076 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15549 | 2025.05.22 21:28:12.457176 [ 261 ] {3dc1e477-7e74-4c1f-8556-075788e1d63f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
15550 | 2025.05.22 21:28:12.457178 [ 187 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15551 | 2025.05.22 21:28:12.457220 [ 261 ] {3dc1e477-7e74-4c1f-8556-075788e1d63f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15552 | 2025.05.22 21:28:12.457242 [ 187 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2334 rows starting from the beginning of the part | ||
15553 | 2025.05.22 21:28:12.457358 [ 187 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 8 rows starting from the beginning of the part | ||
15554 | 2025.05.22 21:28:12.457458 [ 187 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 33 rows starting from the beginning of the part | ||
15555 | 2025.05.22 21:28:12.457549 [ 187 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 8 rows starting from the beginning of the part | ||
15556 | 2025.05.22 21:28:12.457567 [ 261 ] {3dc1e477-7e74-4c1f-8556-075788e1d63f} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15557 | 2025.05.22 21:28:12.457607 [ 261 ] {3dc1e477-7e74-4c1f-8556-075788e1d63f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15558 | 2025.05.22 21:28:12.457638 [ 187 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 33 rows starting from the beginning of the part | ||
15559 | 2025.05.22 21:28:12.457736 [ 187 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 8 rows starting from the beginning of the part | ||
15560 | 2025.05.22 21:28:12.457920 [ 261 ] {3dc1e477-7e74-4c1f-8556-075788e1d63f} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
15561 | 2025.05.22 21:28:12.458181 [ 261 ] {3dc1e477-7e74-4c1f-8556-075788e1d63f} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15562 | 2025.05.22 21:28:12.458328 [ 261 ] {3dc1e477-7e74-4c1f-8556-075788e1d63f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001163 sec., 51590.713671539124 rows/sec., 3.48 MiB/sec. | ||
15563 | 2025.05.22 21:28:12.458365 [ 261 ] {3dc1e477-7e74-4c1f-8556-075788e1d63f} <Debug> TCPHandler: Processed in 0.00133927 sec. | ||
15564 | 2025.05.22 21:28:12.466924 [ 189 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2424 rows, containing 19 columns (19 merged, 0 gathered) in 0.009945958 sec., 243717.09592982396 rows/sec., 436.73 MiB/sec. | ||
15565 | 2025.05.22 21:28:12.469242 [ 201 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
15566 | 2025.05.22 21:28:12.469587 [ 201 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_116_23} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15567 | 2025.05.22 21:28:12.469668 [ 201 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_116_23} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
15568 | 2025.05.22 21:28:12.469837 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.59 MiB. | ||
15569 | 2025.05.22 21:28:13.000189 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 367.82 MiB, peak 386.38 MiB, free memory in arenas 0.00 B, will set to 371.52 MiB (RSS), difference: 3.70 MiB | ||
15570 | 2025.05.22 21:28:14.146560 [ 129 ] {} <Debug> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db) (MergerMutator): Selected 5 parts from all_1_35_7 to all_39_39_0 | ||
15571 | 2025.05.22 21:28:14.146628 [ 129 ] {} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15572 | 2025.05.22 21:28:14.146652 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
15573 | 2025.05.22 21:28:14.146755 [ 189 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_39_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_35_7 to all_39_39_0 into Compact with storage Full | ||
15574 | 2025.05.22 21:28:14.146888 [ 189 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_39_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15575 | 2025.05.22 21:28:14.146926 [ 189 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 35 rows starting from the beginning of the part | ||
15576 | 2025.05.22 21:28:14.146996 [ 189 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
15577 | 2025.05.22 21:28:14.147050 [ 189 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
15578 | 2025.05.22 21:28:14.147096 [ 189 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
15579 | 2025.05.22 21:28:14.147140 [ 189 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
15580 | 2025.05.22 21:28:14.147898 [ 198 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_39_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39 rows, containing 4 columns (4 merged, 0 gathered) in 0.001181728 sec., 33002.51834601533 rows/sec., 2.17 MiB/sec. | ||
15581 | 2025.05.22 21:28:14.148097 [ 192 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_39_8} <Trace> MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary) | ||
15582 | 2025.05.22 21:28:14.148414 [ 192 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_39_8} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15583 | 2025.05.22 21:28:14.148489 [ 192 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_39_8} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db) (MergerMutator): Merged 5 parts: [all_1_35_7, all_39_39_0] -> all_1_39_8 | ||
15584 | 2025.05.22 21:28:14.148577 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
15585 | 2025.05.22 21:28:14.545684 [ 129 ] {} <Debug> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd) (MergerMutator): Selected 5 parts from all_1_40_8 to all_44_44_0 | ||
15586 | 2025.05.22 21:28:14.545759 [ 129 ] {} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15587 | 2025.05.22 21:28:14.545783 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15588 | 2025.05.22 21:28:14.545902 [ 192 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_44_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_40_8 to all_44_44_0 into Compact with storage Full | ||
15589 | 2025.05.22 21:28:14.546031 [ 192 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_44_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15590 | 2025.05.22 21:28:14.546067 [ 192 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 236 rows starting from the beginning of the part | ||
15591 | 2025.05.22 21:28:14.546139 [ 192 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 212 rows starting from the beginning of the part | ||
15592 | 2025.05.22 21:28:14.546198 [ 192 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 212 rows starting from the beginning of the part | ||
15593 | 2025.05.22 21:28:14.546247 [ 192 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 212 rows starting from the beginning of the part | ||
15594 | 2025.05.22 21:28:14.546288 [ 192 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 212 rows starting from the beginning of the part | ||
15595 | 2025.05.22 21:28:14.547150 [ 198 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_44_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1084 rows, containing 5 columns (5 merged, 0 gathered) in 0.00129823 sec., 834983.0153362656 rows/sec., 56.65 MiB/sec. | ||
15596 | 2025.05.22 21:28:14.547311 [ 200 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_44_9} <Trace> MergedBlockOutputStream: filled checksums all_1_44_9 (state Temporary) | ||
15597 | 2025.05.22 21:28:14.547571 [ 200 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_44_9} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_merge_all_1_44_9 to all_1_44_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15598 | 2025.05.22 21:28:14.547648 [ 200 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_44_9} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd) (MergerMutator): Merged 5 parts: [all_1_40_8, all_44_44_0] -> all_1_44_9 | ||
15599 | 2025.05.22 21:28:14.547717 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
15600 | 2025.05.22 21:28:14.976462 [ 126 ] {} <Debug> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1) (MergerMutator): Selected 5 parts from all_1_40_8 to all_44_44_0 | ||
15601 | 2025.05.22 21:28:14.976530 [ 126 ] {} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15602 | 2025.05.22 21:28:14.976554 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15603 | 2025.05.22 21:28:14.976661 [ 192 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_44_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_40_8 to all_44_44_0 into Compact with storage Full | ||
15604 | 2025.05.22 21:28:14.976792 [ 192 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_44_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15605 | 2025.05.22 21:28:14.976824 [ 192 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 124 rows starting from the beginning of the part | ||
15606 | 2025.05.22 21:28:14.976887 [ 192 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 112 rows starting from the beginning of the part | ||
15607 | 2025.05.22 21:28:14.976934 [ 192 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 112 rows starting from the beginning of the part | ||
15608 | 2025.05.22 21:28:14.976984 [ 192 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 112 rows starting from the beginning of the part | ||
15609 | 2025.05.22 21:28:14.977026 [ 192 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 112 rows starting from the beginning of the part | ||
15610 | 2025.05.22 21:28:14.977824 [ 198 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_44_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 572 rows, containing 5 columns (5 merged, 0 gathered) in 0.001208818 sec., 473189.5123997161 rows/sec., 28.95 MiB/sec. | ||
15611 | 2025.05.22 21:28:14.978014 [ 198 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_44_9} <Trace> MergedBlockOutputStream: filled checksums all_1_44_9 (state Temporary) | ||
15612 | 2025.05.22 21:28:14.978342 [ 198 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_44_9} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_merge_all_1_44_9 to all_1_44_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15613 | 2025.05.22 21:28:14.978441 [ 198 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_44_9} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1) (MergerMutator): Merged 5 parts: [all_1_40_8, all_44_44_0] -> all_1_44_9 | ||
15614 | 2025.05.22 21:28:14.978541 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
15615 | 2025.05.22 21:28:16.191380 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
15616 | 2025.05.22 21:28:16.191451 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
15617 | 2025.05.22 21:28:16.388276 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39406 | ||
15618 | 2025.05.22 21:28:16.388841 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15619 | 2025.05.22 21:28:16.388881 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15620 | 2025.05.22 21:28:16.389359 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
15621 | 2025.05.22 21:28:16.389596 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15622 | 2025.05.22 21:28:16.389723 [ 128 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
15623 | 2025.05.22 21:28:16.389727 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39406 | ||
15624 | 2025.05.22 21:28:16.389794 [ 128 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15625 | 2025.05.22 21:28:16.389824 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15626 | 2025.05.22 21:28:16.389983 [ 186 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
15627 | 2025.05.22 21:28:16.390190 [ 186 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15628 | 2025.05.22 21:28:16.390248 [ 186 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 37088 rows starting from the beginning of the part | ||
15629 | 2025.05.22 21:28:16.390351 [ 186 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 488 rows starting from the beginning of the part | ||
15630 | 2025.05.22 21:28:16.390421 [ 186 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 427 rows starting from the beginning of the part | ||
15631 | 2025.05.22 21:28:16.390484 [ 186 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 488 rows starting from the beginning of the part | ||
15632 | 2025.05.22 21:28:16.390545 [ 186 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 427 rows starting from the beginning of the part | ||
15633 | 2025.05.22 21:28:16.390604 [ 186 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 488 rows starting from the beginning of the part | ||
15634 | 2025.05.22 21:28:16.393033 [ 200 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39406 rows, containing 4 columns (4 merged, 0 gathered) in 0.003132487 sec., 12579780.857829576 rows/sec., 179.96 MiB/sec. | ||
15635 | 2025.05.22 21:28:16.393492 [ 188 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
15636 | 2025.05.22 21:28:16.393794 [ 188 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_86_17} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15637 | 2025.05.22 21:28:16.393870 [ 188 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_86_17} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
15638 | 2025.05.22 21:28:16.393987 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
15639 | 2025.05.22 21:28:17.449669 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15640 | 2025.05.22 21:28:17.449869 [ 261 ] {227d37c8-1b44-41bc-a8b2-892d28c9b569} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
15641 | 2025.05.22 21:28:17.449943 [ 261 ] {227d37c8-1b44-41bc-a8b2-892d28c9b569} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15642 | 2025.05.22 21:28:17.450704 [ 261 ] {227d37c8-1b44-41bc-a8b2-892d28c9b569} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15643 | 2025.05.22 21:28:17.450751 [ 261 ] {227d37c8-1b44-41bc-a8b2-892d28c9b569} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15644 | 2025.05.22 21:28:17.451144 [ 261 ] {227d37c8-1b44-41bc-a8b2-892d28c9b569} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
15645 | 2025.05.22 21:28:17.451363 [ 261 ] {227d37c8-1b44-41bc-a8b2-892d28c9b569} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15646 | 2025.05.22 21:28:17.451521 [ 261 ] {227d37c8-1b44-41bc-a8b2-892d28c9b569} <Debug> executeQuery: Read 122 rows, 10.66 KiB in 0.001707 sec., 71470.41593438781 rows/sec., 6.10 MiB/sec. | ||
15647 | 2025.05.22 21:28:17.451562 [ 261 ] {227d37c8-1b44-41bc-a8b2-892d28c9b569} <Debug> TCPHandler: Processed in 0.00203296 sec. | ||
15648 | 2025.05.22 21:28:17.451707 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15649 | 2025.05.22 21:28:17.451801 [ 261 ] {7dd3bd9e-5d9e-4d03-a415-daa4c6c71bd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
15650 | 2025.05.22 21:28:17.451841 [ 261 ] {7dd3bd9e-5d9e-4d03-a415-daa4c6c71bd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15651 | 2025.05.22 21:28:17.452255 [ 261 ] {7dd3bd9e-5d9e-4d03-a415-daa4c6c71bd9} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15652 | 2025.05.22 21:28:17.452290 [ 261 ] {7dd3bd9e-5d9e-4d03-a415-daa4c6c71bd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15653 | 2025.05.22 21:28:17.452594 [ 261 ] {7dd3bd9e-5d9e-4d03-a415-daa4c6c71bd9} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
15654 | 2025.05.22 21:28:17.452795 [ 261 ] {7dd3bd9e-5d9e-4d03-a415-daa4c6c71bd9} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15655 | 2025.05.22 21:28:17.452921 [ 261 ] {7dd3bd9e-5d9e-4d03-a415-daa4c6c71bd9} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001139 sec., 28972.783143107987 rows/sec., 2.13 MiB/sec. | ||
15656 | 2025.05.22 21:28:17.452958 [ 261 ] {7dd3bd9e-5d9e-4d03-a415-daa4c6c71bd9} <Debug> TCPHandler: Processed in 0.001299159 sec. | ||
15657 | 2025.05.22 21:28:17.453023 [ 223 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
15658 | 2025.05.22 21:28:17.453070 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15659 | 2025.05.22 21:28:17.453080 [ 223 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
15660 | 2025.05.22 21:28:17.453170 [ 261 ] {a960d873-3111-4917-99da-0df05cd92e0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
15661 | 2025.05.22 21:28:17.453214 [ 261 ] {a960d873-3111-4917-99da-0df05cd92e0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15662 | 2025.05.22 21:28:17.453642 [ 261 ] {a960d873-3111-4917-99da-0df05cd92e0f} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15663 | 2025.05.22 21:28:17.453681 [ 261 ] {a960d873-3111-4917-99da-0df05cd92e0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15664 | 2025.05.22 21:28:17.454004 [ 261 ] {a960d873-3111-4917-99da-0df05cd92e0f} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
15665 | 2025.05.22 21:28:17.454233 [ 261 ] {a960d873-3111-4917-99da-0df05cd92e0f} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15666 | 2025.05.22 21:28:17.454371 [ 261 ] {a960d873-3111-4917-99da-0df05cd92e0f} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001217 sec., 79704.19063270336 rows/sec., 6.23 MiB/sec. | ||
15667 | 2025.05.22 21:28:17.454407 [ 261 ] {a960d873-3111-4917-99da-0df05cd92e0f} <Debug> TCPHandler: Processed in 0.00138578 sec. | ||
15668 | 2025.05.22 21:28:17.454454 [ 222 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
15669 | 2025.05.22 21:28:17.454483 [ 222 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
15670 | 2025.05.22 21:28:17.454520 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15671 | 2025.05.22 21:28:17.454615 [ 261 ] {32689b9f-bbb3-4b9a-867d-a0067ee6288f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
15672 | 2025.05.22 21:28:17.454660 [ 261 ] {32689b9f-bbb3-4b9a-867d-a0067ee6288f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15673 | 2025.05.22 21:28:17.454980 [ 223 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
15674 | 2025.05.22 21:28:17.455075 [ 261 ] {32689b9f-bbb3-4b9a-867d-a0067ee6288f} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15675 | 2025.05.22 21:28:17.455115 [ 261 ] {32689b9f-bbb3-4b9a-867d-a0067ee6288f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15676 | 2025.05.22 21:28:17.455447 [ 261 ] {32689b9f-bbb3-4b9a-867d-a0067ee6288f} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
15677 | 2025.05.22 21:28:17.455658 [ 261 ] {32689b9f-bbb3-4b9a-867d-a0067ee6288f} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15678 | 2025.05.22 21:28:17.455786 [ 261 ] {32689b9f-bbb3-4b9a-867d-a0067ee6288f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001188 sec., 134680.13468013468 rows/sec., 9.38 MiB/sec. | ||
15679 | 2025.05.22 21:28:17.455821 [ 261 ] {32689b9f-bbb3-4b9a-867d-a0067ee6288f} <Debug> TCPHandler: Processed in 0.00134862 sec. | ||
15680 | 2025.05.22 21:28:17.455930 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15681 | 2025.05.22 21:28:17.456022 [ 261 ] {f3d6e415-3661-4242-941c-5ef62e773e05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
15682 | 2025.05.22 21:28:17.456076 [ 261 ] {f3d6e415-3661-4242-941c-5ef62e773e05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
15683 | 2025.05.22 21:28:17.456365 [ 222 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
15684 | 2025.05.22 21:28:17.456953 [ 261 ] {f3d6e415-3661-4242-941c-5ef62e773e05} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15685 | 2025.05.22 21:28:17.456989 [ 261 ] {f3d6e415-3661-4242-941c-5ef62e773e05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15686 | 2025.05.22 21:28:17.457519 [ 261 ] {f3d6e415-3661-4242-941c-5ef62e773e05} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
15687 | 2025.05.22 21:28:17.457739 [ 261 ] {f3d6e415-3661-4242-941c-5ef62e773e05} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15688 | 2025.05.22 21:28:17.457872 [ 261 ] {f3d6e415-3661-4242-941c-5ef62e773e05} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.001868 sec., 17665.95289079229 rows/sec., 31.66 MiB/sec. | ||
15689 | 2025.05.22 21:28:17.457925 [ 261 ] {f3d6e415-3661-4242-941c-5ef62e773e05} <Debug> TCPHandler: Processed in 0.00204322 sec. | ||
15690 | 2025.05.22 21:28:17.458043 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15691 | 2025.05.22 21:28:17.458136 [ 261 ] {a36deb13-651e-4311-96c3-64c164017b9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
15692 | 2025.05.22 21:28:17.458177 [ 261 ] {a36deb13-651e-4311-96c3-64c164017b9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15693 | 2025.05.22 21:28:17.458517 [ 261 ] {a36deb13-651e-4311-96c3-64c164017b9a} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15694 | 2025.05.22 21:28:17.458552 [ 261 ] {a36deb13-651e-4311-96c3-64c164017b9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15695 | 2025.05.22 21:28:17.458841 [ 261 ] {a36deb13-651e-4311-96c3-64c164017b9a} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
15696 | 2025.05.22 21:28:17.459046 [ 261 ] {a36deb13-651e-4311-96c3-64c164017b9a} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15697 | 2025.05.22 21:28:17.459170 [ 261 ] {a36deb13-651e-4311-96c3-64c164017b9a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. | ||
15698 | 2025.05.22 21:28:17.459205 [ 261 ] {a36deb13-651e-4311-96c3-64c164017b9a} <Debug> TCPHandler: Processed in 0.001209768 sec. | ||
15699 | 2025.05.22 21:28:17.459207 [ 121 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
15700 | 2025.05.22 21:28:17.459277 [ 121 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15701 | 2025.05.22 21:28:17.459300 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15702 | 2025.05.22 21:28:17.459393 [ 186 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
15703 | 2025.05.22 21:28:17.459486 [ 186 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15704 | 2025.05.22 21:28:17.459514 [ 186 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 7094 rows starting from the beginning of the part | ||
15705 | 2025.05.22 21:28:17.459567 [ 186 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 60 rows starting from the beginning of the part | ||
15706 | 2025.05.22 21:28:17.459609 [ 186 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 82 rows starting from the beginning of the part | ||
15707 | 2025.05.22 21:28:17.459646 [ 186 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 60 rows starting from the beginning of the part | ||
15708 | 2025.05.22 21:28:17.459682 [ 186 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 60 rows starting from the beginning of the part | ||
15709 | 2025.05.22 21:28:17.459719 [ 186 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 60 rows starting from the beginning of the part | ||
15710 | 2025.05.22 21:28:17.461443 [ 200 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7416 rows, containing 4 columns (4 merged, 0 gathered) in 0.002085681 sec., 3555673.1830035374 rows/sec., 234.01 MiB/sec. | ||
15711 | 2025.05.22 21:28:17.461994 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
15712 | 2025.05.22 21:28:17.462343 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_121_24} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15713 | 2025.05.22 21:28:17.462434 [ 199 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_121_24} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
15714 | 2025.05.22 21:28:17.462538 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. | ||
15715 | 2025.05.22 21:28:18.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 367.99 MiB, peak 386.38 MiB, free memory in arenas 0.00 B, will set to 371.53 MiB (RSS), difference: 3.54 MiB | ||
15716 | 2025.05.22 21:28:18.109248 [ 223 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
15717 | 2025.05.22 21:28:18.109303 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
15718 | 2025.05.22 21:28:18.111235 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
15719 | 2025.05.22 21:28:18.130881 [ 220 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
15720 | 2025.05.22 21:28:18.130929 [ 220 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
15721 | 2025.05.22 21:28:18.132664 [ 220 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
15722 | 2025.05.22 21:28:18.508566 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 648 | ||
15723 | 2025.05.22 21:28:18.526016 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15724 | 2025.05.22 21:28:18.526070 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15725 | 2025.05.22 21:28:18.532496 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
15726 | 2025.05.22 21:28:18.533222 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15727 | 2025.05.22 21:28:18.533546 [ 119 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
15728 | 2025.05.22 21:28:18.533610 [ 119 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15729 | 2025.05.22 21:28:18.533636 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15730 | 2025.05.22 21:28:18.533755 [ 193 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
15731 | 2025.05.22 21:28:18.536867 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 648 | ||
15732 | 2025.05.22 21:28:18.537708 [ 193 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15733 | 2025.05.22 21:28:18.539159 [ 193 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 610 rows starting from the beginning of the part | ||
15734 | 2025.05.22 21:28:18.543810 [ 193 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 8 rows starting from the beginning of the part | ||
15735 | 2025.05.22 21:28:18.548711 [ 193 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 7 rows starting from the beginning of the part | ||
15736 | 2025.05.22 21:28:18.553338 [ 193 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 8 rows starting from the beginning of the part | ||
15737 | 2025.05.22 21:28:18.558154 [ 193 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 7 rows starting from the beginning of the part | ||
15738 | 2025.05.22 21:28:18.562855 [ 193 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part | ||
15739 | 2025.05.22 21:28:18.623921 [ 190 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 679 columns (679 merged, 0 gathered) in 0.090213773 sec., 7182.938684983279 rows/sec., 37.14 MiB/sec. | ||
15740 | 2025.05.22 21:28:18.627235 [ 190 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
15741 | 2025.05.22 21:28:18.629421 [ 190 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_86_17} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15742 | 2025.05.22 21:28:18.629532 [ 190 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_86_17} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
15743 | 2025.05.22 21:28:18.632674 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
15744 | 2025.05.22 21:28:19.000156 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 372.60 MiB, peak 390.03 MiB, free memory in arenas 0.00 B, will set to 371.55 MiB (RSS), difference: -1.06 MiB | ||
15745 | 2025.05.22 21:28:19.327873 [ 118 ] {} <Debug> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf) (MergerMutator): Selected 5 parts from all_1_55_11 to all_59_59_0 | ||
15746 | 2025.05.22 21:28:19.327970 [ 118 ] {} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15747 | 2025.05.22 21:28:19.328015 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15748 | 2025.05.22 21:28:19.328169 [ 194 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_59_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_55_11 to all_59_59_0 into Compact with storage Full | ||
15749 | 2025.05.22 21:28:19.328362 [ 194 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_59_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15750 | 2025.05.22 21:28:19.328429 [ 194 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 365 rows starting from the beginning of the part | ||
15751 | 2025.05.22 21:28:19.328552 [ 194 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 113 rows starting from the beginning of the part | ||
15752 | 2025.05.22 21:28:19.328630 [ 194 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 113 rows starting from the beginning of the part | ||
15753 | 2025.05.22 21:28:19.328707 [ 194 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 113 rows starting from the beginning of the part | ||
15754 | 2025.05.22 21:28:19.328764 [ 194 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 228 rows starting from the beginning of the part | ||
15755 | 2025.05.22 21:28:19.329635 [ 195 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_59_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 932 rows, containing 5 columns (5 merged, 0 gathered) in 0.001528462 sec., 609763.2783804897 rows/sec., 42.97 MiB/sec. | ||
15756 | 2025.05.22 21:28:19.329874 [ 200 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_59_12} <Trace> MergedBlockOutputStream: filled checksums all_1_59_12 (state Temporary) | ||
15757 | 2025.05.22 21:28:19.330185 [ 200 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_59_12} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_merge_all_1_59_12 to all_1_59_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15758 | 2025.05.22 21:28:19.330266 [ 200 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_59_12} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf) (MergerMutator): Merged 5 parts: [all_1_55_11, all_59_59_0] -> all_1_59_12 | ||
15759 | 2025.05.22 21:28:19.330362 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
15760 | 2025.05.22 21:28:21.504699 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 2146 | ||
15761 | 2025.05.22 21:28:21.507555 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15762 | 2025.05.22 21:28:21.507599 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15763 | 2025.05.22 21:28:21.508780 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
15764 | 2025.05.22 21:28:21.509045 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15765 | 2025.05.22 21:28:21.509316 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2146 | ||
15766 | 2025.05.22 21:28:22.071019 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
15767 | 2025.05.22 21:28:22.071098 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
15768 | 2025.05.22 21:28:22.073204 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
15769 | 2025.05.22 21:28:22.089037 [ 219 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
15770 | 2025.05.22 21:28:22.089065 [ 219 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
15771 | 2025.05.22 21:28:22.090816 [ 219 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
15772 | 2025.05.22 21:28:22.448433 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15773 | 2025.05.22 21:28:22.448635 [ 261 ] {706d83ef-ddea-4a64-b1ab-dfccef655a03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
15774 | 2025.05.22 21:28:22.448708 [ 261 ] {706d83ef-ddea-4a64-b1ab-dfccef655a03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15775 | 2025.05.22 21:28:22.449395 [ 261 ] {706d83ef-ddea-4a64-b1ab-dfccef655a03} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15776 | 2025.05.22 21:28:22.449439 [ 261 ] {706d83ef-ddea-4a64-b1ab-dfccef655a03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15777 | 2025.05.22 21:28:22.449810 [ 261 ] {706d83ef-ddea-4a64-b1ab-dfccef655a03} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
15778 | 2025.05.22 21:28:22.450037 [ 261 ] {706d83ef-ddea-4a64-b1ab-dfccef655a03} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15779 | 2025.05.22 21:28:22.450188 [ 261 ] {706d83ef-ddea-4a64-b1ab-dfccef655a03} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001607 sec., 1244.5550715619167 rows/sec., 101.48 KiB/sec. | ||
15780 | 2025.05.22 21:28:22.450230 [ 261 ] {706d83ef-ddea-4a64-b1ab-dfccef655a03} <Debug> TCPHandler: Processed in 0.001938999 sec. | ||
15781 | 2025.05.22 21:28:22.450347 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15782 | 2025.05.22 21:28:22.450440 [ 261 ] {98b24026-2699-4e18-a834-68347da8de08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
15783 | 2025.05.22 21:28:22.450479 [ 261 ] {98b24026-2699-4e18-a834-68347da8de08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15784 | 2025.05.22 21:28:22.450923 [ 261 ] {98b24026-2699-4e18-a834-68347da8de08} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15785 | 2025.05.22 21:28:22.450957 [ 261 ] {98b24026-2699-4e18-a834-68347da8de08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15786 | 2025.05.22 21:28:22.451251 [ 261 ] {98b24026-2699-4e18-a834-68347da8de08} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
15787 | 2025.05.22 21:28:22.451470 [ 261 ] {98b24026-2699-4e18-a834-68347da8de08} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15788 | 2025.05.22 21:28:22.451595 [ 261 ] {98b24026-2699-4e18-a834-68347da8de08} <Debug> executeQuery: Read 73 rows, 5.98 KiB in 0.001173 sec., 62233.589087809036 rows/sec., 4.98 MiB/sec. | ||
15789 | 2025.05.22 21:28:22.451631 [ 261 ] {98b24026-2699-4e18-a834-68347da8de08} <Debug> TCPHandler: Processed in 0.00133228 sec. | ||
15790 | 2025.05.22 21:28:22.451746 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15791 | 2025.05.22 21:28:22.451837 [ 261 ] {597c98cc-0df6-4b8a-b832-98e7f849839d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
15792 | 2025.05.22 21:28:22.451876 [ 261 ] {597c98cc-0df6-4b8a-b832-98e7f849839d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15793 | 2025.05.22 21:28:22.452307 [ 261 ] {597c98cc-0df6-4b8a-b832-98e7f849839d} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15794 | 2025.05.22 21:28:22.452342 [ 261 ] {597c98cc-0df6-4b8a-b832-98e7f849839d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15795 | 2025.05.22 21:28:22.452620 [ 261 ] {597c98cc-0df6-4b8a-b832-98e7f849839d} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
15796 | 2025.05.22 21:28:22.452821 [ 261 ] {597c98cc-0df6-4b8a-b832-98e7f849839d} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15797 | 2025.05.22 21:28:22.452948 [ 261 ] {597c98cc-0df6-4b8a-b832-98e7f849839d} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001129 sec., 8857.395925597873 rows/sec., 656.52 KiB/sec. | ||
15798 | 2025.05.22 21:28:22.452983 [ 261 ] {597c98cc-0df6-4b8a-b832-98e7f849839d} <Debug> TCPHandler: Processed in 0.001285879 sec. | ||
15799 | 2025.05.22 21:28:22.453087 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15800 | 2025.05.22 21:28:22.453179 [ 261 ] {a862eeec-0d07-46ed-92e2-68d4e91c0ee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
15801 | 2025.05.22 21:28:22.453217 [ 261 ] {a862eeec-0d07-46ed-92e2-68d4e91c0ee7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15802 | 2025.05.22 21:28:22.453609 [ 261 ] {a862eeec-0d07-46ed-92e2-68d4e91c0ee7} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15803 | 2025.05.22 21:28:22.453642 [ 261 ] {a862eeec-0d07-46ed-92e2-68d4e91c0ee7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15804 | 2025.05.22 21:28:22.453926 [ 261 ] {a862eeec-0d07-46ed-92e2-68d4e91c0ee7} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
15805 | 2025.05.22 21:28:22.454126 [ 261 ] {a862eeec-0d07-46ed-92e2-68d4e91c0ee7} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15806 | 2025.05.22 21:28:22.454247 [ 261 ] {a862eeec-0d07-46ed-92e2-68d4e91c0ee7} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001086 sec., 68139.96316758748 rows/sec., 5.32 MiB/sec. | ||
15807 | 2025.05.22 21:28:22.454282 [ 261 ] {a862eeec-0d07-46ed-92e2-68d4e91c0ee7} <Debug> TCPHandler: Processed in 0.001242528 sec. | ||
15808 | 2025.05.22 21:28:22.454393 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15809 | 2025.05.22 21:28:22.454485 [ 261 ] {0c069adb-176e-4c1a-9da7-3886ec1e546f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
15810 | 2025.05.22 21:28:22.454527 [ 261 ] {0c069adb-176e-4c1a-9da7-3886ec1e546f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15811 | 2025.05.22 21:28:22.454922 [ 261 ] {0c069adb-176e-4c1a-9da7-3886ec1e546f} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15812 | 2025.05.22 21:28:22.454955 [ 261 ] {0c069adb-176e-4c1a-9da7-3886ec1e546f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15813 | 2025.05.22 21:28:22.455272 [ 261 ] {0c069adb-176e-4c1a-9da7-3886ec1e546f} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
15814 | 2025.05.22 21:28:22.455494 [ 261 ] {0c069adb-176e-4c1a-9da7-3886ec1e546f} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15815 | 2025.05.22 21:28:22.455620 [ 261 ] {0c069adb-176e-4c1a-9da7-3886ec1e546f} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001153 sec., 139635.7328707719 rows/sec., 9.72 MiB/sec. | ||
15816 | 2025.05.22 21:28:22.455655 [ 261 ] {0c069adb-176e-4c1a-9da7-3886ec1e546f} <Debug> TCPHandler: Processed in 0.00131378 sec. | ||
15817 | 2025.05.22 21:28:22.455759 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15818 | 2025.05.22 21:28:22.455850 [ 261 ] {5e53f08d-104c-4e55-ab30-4d6d0415ed6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
15819 | 2025.05.22 21:28:22.455903 [ 261 ] {5e53f08d-104c-4e55-ab30-4d6d0415ed6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
15820 | 2025.05.22 21:28:22.456646 [ 261 ] {5e53f08d-104c-4e55-ab30-4d6d0415ed6a} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15821 | 2025.05.22 21:28:22.456679 [ 261 ] {5e53f08d-104c-4e55-ab30-4d6d0415ed6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15822 | 2025.05.22 21:28:22.457169 [ 261 ] {5e53f08d-104c-4e55-ab30-4d6d0415ed6a} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
15823 | 2025.05.22 21:28:22.457388 [ 261 ] {5e53f08d-104c-4e55-ab30-4d6d0415ed6a} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15824 | 2025.05.22 21:28:22.457519 [ 261 ] {5e53f08d-104c-4e55-ab30-4d6d0415ed6a} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001686 sec., 4744.958481613286 rows/sec., 8.50 MiB/sec. | ||
15825 | 2025.05.22 21:28:22.457572 [ 261 ] {5e53f08d-104c-4e55-ab30-4d6d0415ed6a} <Debug> TCPHandler: Processed in 0.001859788 sec. | ||
15826 | 2025.05.22 21:28:22.457679 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15827 | 2025.05.22 21:28:22.457771 [ 261 ] {cc18c8fe-122f-4a52-8e67-82b0dc4ad0a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
15828 | 2025.05.22 21:28:22.457811 [ 261 ] {cc18c8fe-122f-4a52-8e67-82b0dc4ad0a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15829 | 2025.05.22 21:28:22.458142 [ 261 ] {cc18c8fe-122f-4a52-8e67-82b0dc4ad0a1} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15830 | 2025.05.22 21:28:22.458177 [ 261 ] {cc18c8fe-122f-4a52-8e67-82b0dc4ad0a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15831 | 2025.05.22 21:28:22.458465 [ 261 ] {cc18c8fe-122f-4a52-8e67-82b0dc4ad0a1} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
15832 | 2025.05.22 21:28:22.458669 [ 261 ] {cc18c8fe-122f-4a52-8e67-82b0dc4ad0a1} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15833 | 2025.05.22 21:28:22.458793 [ 261 ] {cc18c8fe-122f-4a52-8e67-82b0dc4ad0a1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00104 sec., 57692.307692307695 rows/sec., 3.89 MiB/sec. | ||
15834 | 2025.05.22 21:28:22.458827 [ 261 ] {cc18c8fe-122f-4a52-8e67-82b0dc4ad0a1} <Debug> TCPHandler: Processed in 0.001195488 sec. | ||
15835 | 2025.05.22 21:28:23.889949 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39833 | ||
15836 | 2025.05.22 21:28:23.890612 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15837 | 2025.05.22 21:28:23.890684 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15838 | 2025.05.22 21:28:23.891342 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15839 | 2025.05.22 21:28:23.891695 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15840 | 2025.05.22 21:28:23.891927 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39833 | ||
15841 | 2025.05.22 21:28:26.037922 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 655 | ||
15842 | 2025.05.22 21:28:26.056913 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15843 | 2025.05.22 21:28:26.056984 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15844 | 2025.05.22 21:28:26.063169 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15845 | 2025.05.22 21:28:26.063921 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15846 | 2025.05.22 21:28:26.068219 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 655 | ||
15847 | 2025.05.22 21:28:27.449278 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15848 | 2025.05.22 21:28:27.449457 [ 261 ] {5a1d028d-f608-43e4-8ce7-74fd778d03c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
15849 | 2025.05.22 21:28:27.449523 [ 261 ] {5a1d028d-f608-43e4-8ce7-74fd778d03c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15850 | 2025.05.22 21:28:27.450221 [ 261 ] {5a1d028d-f608-43e4-8ce7-74fd778d03c4} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15851 | 2025.05.22 21:28:27.450264 [ 261 ] {5a1d028d-f608-43e4-8ce7-74fd778d03c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15852 | 2025.05.22 21:28:27.450658 [ 261 ] {5a1d028d-f608-43e4-8ce7-74fd778d03c4} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
15853 | 2025.05.22 21:28:27.450882 [ 261 ] {5a1d028d-f608-43e4-8ce7-74fd778d03c4} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15854 | 2025.05.22 21:28:27.451035 [ 261 ] {5a1d028d-f608-43e4-8ce7-74fd778d03c4} <Debug> executeQuery: Read 124 rows, 10.86 KiB in 0.001627 sec., 76213.8905961893 rows/sec., 6.52 MiB/sec. | ||
15855 | 2025.05.22 21:28:27.451076 [ 261 ] {5a1d028d-f608-43e4-8ce7-74fd778d03c4} <Debug> TCPHandler: Processed in 0.001927569 sec. | ||
15856 | 2025.05.22 21:28:27.451198 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15857 | 2025.05.22 21:28:27.451293 [ 261 ] {02740488-2656-4290-b43b-35145652641c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
15858 | 2025.05.22 21:28:27.451332 [ 261 ] {02740488-2656-4290-b43b-35145652641c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15859 | 2025.05.22 21:28:27.451746 [ 261 ] {02740488-2656-4290-b43b-35145652641c} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15860 | 2025.05.22 21:28:27.451781 [ 261 ] {02740488-2656-4290-b43b-35145652641c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15861 | 2025.05.22 21:28:27.452080 [ 261 ] {02740488-2656-4290-b43b-35145652641c} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
15862 | 2025.05.22 21:28:27.452282 [ 261 ] {02740488-2656-4290-b43b-35145652641c} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15863 | 2025.05.22 21:28:27.452409 [ 261 ] {02740488-2656-4290-b43b-35145652641c} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001135 sec., 29955.94713656388 rows/sec., 2.20 MiB/sec. | ||
15864 | 2025.05.22 21:28:27.452446 [ 261 ] {02740488-2656-4290-b43b-35145652641c} <Debug> TCPHandler: Processed in 0.001295729 sec. | ||
15865 | 2025.05.22 21:28:27.452554 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15866 | 2025.05.22 21:28:27.452646 [ 261 ] {45c4702c-edec-4105-810a-f98b22cfba7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
15867 | 2025.05.22 21:28:27.452684 [ 261 ] {45c4702c-edec-4105-810a-f98b22cfba7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15868 | 2025.05.22 21:28:27.453112 [ 261 ] {45c4702c-edec-4105-810a-f98b22cfba7c} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15869 | 2025.05.22 21:28:27.453149 [ 261 ] {45c4702c-edec-4105-810a-f98b22cfba7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15870 | 2025.05.22 21:28:27.453439 [ 261 ] {45c4702c-edec-4105-810a-f98b22cfba7c} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
15871 | 2025.05.22 21:28:27.453641 [ 261 ] {45c4702c-edec-4105-810a-f98b22cfba7c} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15872 | 2025.05.22 21:28:27.453763 [ 261 ] {45c4702c-edec-4105-810a-f98b22cfba7c} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001135 sec., 86343.61233480177 rows/sec., 6.74 MiB/sec. | ||
15873 | 2025.05.22 21:28:27.453800 [ 261 ] {45c4702c-edec-4105-810a-f98b22cfba7c} <Debug> TCPHandler: Processed in 0.001293039 sec. | ||
15874 | 2025.05.22 21:28:27.453910 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15875 | 2025.05.22 21:28:27.454002 [ 261 ] {3ed09c1d-4389-49cc-9b8a-a0373e8b30f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
15876 | 2025.05.22 21:28:27.454044 [ 261 ] {3ed09c1d-4389-49cc-9b8a-a0373e8b30f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15877 | 2025.05.22 21:28:27.454451 [ 261 ] {3ed09c1d-4389-49cc-9b8a-a0373e8b30f7} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15878 | 2025.05.22 21:28:27.454486 [ 261 ] {3ed09c1d-4389-49cc-9b8a-a0373e8b30f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15879 | 2025.05.22 21:28:27.454796 [ 261 ] {3ed09c1d-4389-49cc-9b8a-a0373e8b30f7} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
15880 | 2025.05.22 21:28:27.454998 [ 261 ] {3ed09c1d-4389-49cc-9b8a-a0373e8b30f7} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15881 | 2025.05.22 21:28:27.455123 [ 261 ] {3ed09c1d-4389-49cc-9b8a-a0373e8b30f7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001139 sec., 140474.1000877963 rows/sec., 9.78 MiB/sec. | ||
15882 | 2025.05.22 21:28:27.455159 [ 261 ] {3ed09c1d-4389-49cc-9b8a-a0373e8b30f7} <Debug> TCPHandler: Processed in 0.001296419 sec. | ||
15883 | 2025.05.22 21:28:27.455267 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15884 | 2025.05.22 21:28:27.455359 [ 261 ] {a8c15b00-b977-4562-929e-9601e5f0c173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
15885 | 2025.05.22 21:28:27.455417 [ 261 ] {a8c15b00-b977-4562-929e-9601e5f0c173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
15886 | 2025.05.22 21:28:27.456265 [ 261 ] {a8c15b00-b977-4562-929e-9601e5f0c173} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15887 | 2025.05.22 21:28:27.456300 [ 261 ] {a8c15b00-b977-4562-929e-9601e5f0c173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15888 | 2025.05.22 21:28:27.456841 [ 261 ] {a8c15b00-b977-4562-929e-9601e5f0c173} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
15889 | 2025.05.22 21:28:27.457056 [ 261 ] {a8c15b00-b977-4562-929e-9601e5f0c173} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15890 | 2025.05.22 21:28:27.457188 [ 261 ] {a8c15b00-b977-4562-929e-9601e5f0c173} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.001847 sec., 18408.229561451004 rows/sec., 32.99 MiB/sec. | ||
15891 | 2025.05.22 21:28:27.457241 [ 261 ] {a8c15b00-b977-4562-929e-9601e5f0c173} <Debug> TCPHandler: Processed in 0.002021401 sec. | ||
15892 | 2025.05.22 21:28:27.457352 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15893 | 2025.05.22 21:28:27.457447 [ 261 ] {d5fe4dcc-97aa-4555-aa53-662a8c8b70e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
15894 | 2025.05.22 21:28:27.457487 [ 261 ] {d5fe4dcc-97aa-4555-aa53-662a8c8b70e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15895 | 2025.05.22 21:28:27.457820 [ 261 ] {d5fe4dcc-97aa-4555-aa53-662a8c8b70e6} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15896 | 2025.05.22 21:28:27.457854 [ 261 ] {d5fe4dcc-97aa-4555-aa53-662a8c8b70e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15897 | 2025.05.22 21:28:27.458142 [ 261 ] {d5fe4dcc-97aa-4555-aa53-662a8c8b70e6} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
15898 | 2025.05.22 21:28:27.458341 [ 261 ] {d5fe4dcc-97aa-4555-aa53-662a8c8b70e6} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15899 | 2025.05.22 21:28:27.458465 [ 261 ] {d5fe4dcc-97aa-4555-aa53-662a8c8b70e6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001037 sec., 57859.209257473485 rows/sec., 3.90 MiB/sec. | ||
15900 | 2025.05.22 21:28:27.458500 [ 261 ] {d5fe4dcc-97aa-4555-aa53-662a8c8b70e6} <Debug> TCPHandler: Processed in 0.001196337 sec. | ||
15901 | 2025.05.22 21:28:31.191514 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache | ||
15902 | 2025.05.22 21:28:31.191582 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache | ||
15903 | 2025.05.22 21:28:31.392053 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40321 | ||
15904 | 2025.05.22 21:28:31.392593 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15905 | 2025.05.22 21:28:31.392644 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15906 | 2025.05.22 21:28:31.393156 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
15907 | 2025.05.22 21:28:31.393405 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15908 | 2025.05.22 21:28:31.393556 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40321 | ||
15909 | 2025.05.22 21:28:31.510446 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 2172 | ||
15910 | 2025.05.22 21:28:31.512738 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15911 | 2025.05.22 21:28:31.512790 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15912 | 2025.05.22 21:28:31.514005 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
15913 | 2025.05.22 21:28:31.514271 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15914 | 2025.05.22 21:28:31.514563 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2172 | ||
15915 | 2025.05.22 21:28:32.453718 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15916 | 2025.05.22 21:28:32.453901 [ 261 ] {814336a2-58e8-436d-9580-cf60772b2a86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
15917 | 2025.05.22 21:28:32.453967 [ 261 ] {814336a2-58e8-436d-9580-cf60772b2a86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
15918 | 2025.05.22 21:28:32.454736 [ 261 ] {814336a2-58e8-436d-9580-cf60772b2a86} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15919 | 2025.05.22 21:28:32.454780 [ 261 ] {814336a2-58e8-436d-9580-cf60772b2a86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15920 | 2025.05.22 21:28:32.455178 [ 261 ] {814336a2-58e8-436d-9580-cf60772b2a86} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
15921 | 2025.05.22 21:28:32.455413 [ 261 ] {814336a2-58e8-436d-9580-cf60772b2a86} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15922 | 2025.05.22 21:28:32.455575 [ 261 ] {814336a2-58e8-436d-9580-cf60772b2a86} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001726 sec., 122827.34646581691 rows/sec., 7.81 MiB/sec. | ||
15923 | 2025.05.22 21:28:32.455629 [ 261 ] {814336a2-58e8-436d-9580-cf60772b2a86} <Debug> TCPHandler: Processed in 0.002043661 sec. | ||
15924 | 2025.05.22 21:28:32.455771 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15925 | 2025.05.22 21:28:32.455878 [ 261 ] {9b588d3c-4518-4d94-8c5f-442cb0a021bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
15926 | 2025.05.22 21:28:32.455922 [ 261 ] {9b588d3c-4518-4d94-8c5f-442cb0a021bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15927 | 2025.05.22 21:28:32.456701 [ 261 ] {9b588d3c-4518-4d94-8c5f-442cb0a021bd} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15928 | 2025.05.22 21:28:32.456736 [ 261 ] {9b588d3c-4518-4d94-8c5f-442cb0a021bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15929 | 2025.05.22 21:28:32.457083 [ 261 ] {9b588d3c-4518-4d94-8c5f-442cb0a021bd} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
15930 | 2025.05.22 21:28:32.457309 [ 261 ] {9b588d3c-4518-4d94-8c5f-442cb0a021bd} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15931 | 2025.05.22 21:28:32.457448 [ 261 ] {9b588d3c-4518-4d94-8c5f-442cb0a021bd} <Debug> executeQuery: Read 633 rows, 50.88 KiB in 0.001595 sec., 396865.2037617555 rows/sec., 31.15 MiB/sec. | ||
15932 | 2025.05.22 21:28:32.457487 [ 261 ] {9b588d3c-4518-4d94-8c5f-442cb0a021bd} <Debug> TCPHandler: Processed in 0.001774866 sec. | ||
15933 | 2025.05.22 21:28:32.457602 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15934 | 2025.05.22 21:28:32.457701 [ 261 ] {4afa29b3-adfe-49ae-a3d0-0343202bf498} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
15935 | 2025.05.22 21:28:32.457743 [ 261 ] {4afa29b3-adfe-49ae-a3d0-0343202bf498} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15936 | 2025.05.22 21:28:32.458184 [ 261 ] {4afa29b3-adfe-49ae-a3d0-0343202bf498} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15937 | 2025.05.22 21:28:32.458219 [ 261 ] {4afa29b3-adfe-49ae-a3d0-0343202bf498} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15938 | 2025.05.22 21:28:32.458526 [ 261 ] {4afa29b3-adfe-49ae-a3d0-0343202bf498} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
15939 | 2025.05.22 21:28:32.458746 [ 261 ] {4afa29b3-adfe-49ae-a3d0-0343202bf498} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15940 | 2025.05.22 21:28:32.458882 [ 261 ] {4afa29b3-adfe-49ae-a3d0-0343202bf498} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001201 sec., 94920.89925062448 rows/sec., 5.68 MiB/sec. | ||
15941 | 2025.05.22 21:28:32.458920 [ 261 ] {4afa29b3-adfe-49ae-a3d0-0343202bf498} <Debug> TCPHandler: Processed in 0.00136923 sec. | ||
15942 | 2025.05.22 21:28:32.459035 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15943 | 2025.05.22 21:28:32.459131 [ 261 ] {9de4b336-1645-42a0-a2c4-51561fd86972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
15944 | 2025.05.22 21:28:32.459169 [ 261 ] {9de4b336-1645-42a0-a2c4-51561fd86972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15945 | 2025.05.22 21:28:32.459678 [ 261 ] {9de4b336-1645-42a0-a2c4-51561fd86972} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15946 | 2025.05.22 21:28:32.459714 [ 261 ] {9de4b336-1645-42a0-a2c4-51561fd86972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15947 | 2025.05.22 21:28:32.460018 [ 261 ] {9de4b336-1645-42a0-a2c4-51561fd86972} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
15948 | 2025.05.22 21:28:32.460223 [ 261 ] {9de4b336-1645-42a0-a2c4-51561fd86972} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15949 | 2025.05.22 21:28:32.460361 [ 261 ] {9de4b336-1645-42a0-a2c4-51561fd86972} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001247 sec., 90617.48195669607 rows/sec., 5.87 MiB/sec. | ||
15950 | 2025.05.22 21:28:32.460417 [ 261 ] {9de4b336-1645-42a0-a2c4-51561fd86972} <Debug> TCPHandler: Processed in 0.001431301 sec. | ||
15951 | 2025.05.22 21:28:32.460612 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15952 | 2025.05.22 21:28:32.460710 [ 261 ] {c041e807-5136-4b83-a51b-d6e0559db5ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
15953 | 2025.05.22 21:28:32.460750 [ 261 ] {c041e807-5136-4b83-a51b-d6e0559db5ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15954 | 2025.05.22 21:28:32.461186 [ 261 ] {c041e807-5136-4b83-a51b-d6e0559db5ad} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15955 | 2025.05.22 21:28:32.461222 [ 261 ] {c041e807-5136-4b83-a51b-d6e0559db5ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15956 | 2025.05.22 21:28:32.461532 [ 261 ] {c041e807-5136-4b83-a51b-d6e0559db5ad} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
15957 | 2025.05.22 21:28:32.461747 [ 261 ] {c041e807-5136-4b83-a51b-d6e0559db5ad} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15958 | 2025.05.22 21:28:32.461872 [ 261 ] {c041e807-5136-4b83-a51b-d6e0559db5ad} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00118 sec., 94915.25423728813 rows/sec., 5.41 MiB/sec. | ||
15959 | 2025.05.22 21:28:32.461910 [ 261 ] {c041e807-5136-4b83-a51b-d6e0559db5ad} <Debug> TCPHandler: Processed in 0.00135238 sec. | ||
15960 | 2025.05.22 21:28:32.462038 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15961 | 2025.05.22 21:28:32.462135 [ 261 ] {b5ea1355-c2a2-407c-bd90-ecb6106fee55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
15962 | 2025.05.22 21:28:32.462177 [ 261 ] {b5ea1355-c2a2-407c-bd90-ecb6106fee55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15963 | 2025.05.22 21:28:32.462727 [ 261 ] {b5ea1355-c2a2-407c-bd90-ecb6106fee55} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15964 | 2025.05.22 21:28:32.462763 [ 261 ] {b5ea1355-c2a2-407c-bd90-ecb6106fee55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15965 | 2025.05.22 21:28:32.463086 [ 261 ] {b5ea1355-c2a2-407c-bd90-ecb6106fee55} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
15966 | 2025.05.22 21:28:32.463304 [ 261 ] {b5ea1355-c2a2-407c-bd90-ecb6106fee55} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15967 | 2025.05.22 21:28:32.463435 [ 261 ] {b5ea1355-c2a2-407c-bd90-ecb6106fee55} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001318 sec., 295902.88315629744 rows/sec., 20.91 MiB/sec. | ||
15968 | 2025.05.22 21:28:32.463473 [ 261 ] {b5ea1355-c2a2-407c-bd90-ecb6106fee55} <Debug> TCPHandler: Processed in 0.001489872 sec. | ||
15969 | 2025.05.22 21:28:32.463590 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15970 | 2025.05.22 21:28:32.463687 [ 261 ] {08d7ed8d-9232-489c-8f32-a090b832bc48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
15971 | 2025.05.22 21:28:32.463729 [ 261 ] {08d7ed8d-9232-489c-8f32-a090b832bc48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15972 | 2025.05.22 21:28:32.464071 [ 261 ] {08d7ed8d-9232-489c-8f32-a090b832bc48} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15973 | 2025.05.22 21:28:32.464106 [ 261 ] {08d7ed8d-9232-489c-8f32-a090b832bc48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15974 | 2025.05.22 21:28:32.464419 [ 261 ] {08d7ed8d-9232-489c-8f32-a090b832bc48} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
15975 | 2025.05.22 21:28:32.464632 [ 261 ] {08d7ed8d-9232-489c-8f32-a090b832bc48} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15976 | 2025.05.22 21:28:32.464761 [ 261 ] {08d7ed8d-9232-489c-8f32-a090b832bc48} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001092 sec., 5494.505494505494 rows/sec., 287.07 KiB/sec. | ||
15977 | 2025.05.22 21:28:32.464799 [ 261 ] {08d7ed8d-9232-489c-8f32-a090b832bc48} <Debug> TCPHandler: Processed in 0.001258699 sec. | ||
15978 | 2025.05.22 21:28:32.464909 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15979 | 2025.05.22 21:28:32.465004 [ 261 ] {d0ad8667-2ef0-4f68-9049-2203cf040732} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
15980 | 2025.05.22 21:28:32.465045 [ 261 ] {d0ad8667-2ef0-4f68-9049-2203cf040732} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15981 | 2025.05.22 21:28:32.465460 [ 261 ] {d0ad8667-2ef0-4f68-9049-2203cf040732} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15982 | 2025.05.22 21:28:32.465497 [ 261 ] {d0ad8667-2ef0-4f68-9049-2203cf040732} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15983 | 2025.05.22 21:28:32.465824 [ 261 ] {d0ad8667-2ef0-4f68-9049-2203cf040732} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
15984 | 2025.05.22 21:28:32.466041 [ 261 ] {d0ad8667-2ef0-4f68-9049-2203cf040732} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15985 | 2025.05.22 21:28:32.466166 [ 76 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Selected 6 parts from all_1_119_24 to all_124_124_0 | ||
15986 | 2025.05.22 21:28:32.466175 [ 261 ] {d0ad8667-2ef0-4f68-9049-2203cf040732} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001184 sec., 200168.91891891893 rows/sec., 13.42 MiB/sec. | ||
15987 | 2025.05.22 21:28:32.466237 [ 76 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15988 | 2025.05.22 21:28:32.466259 [ 261 ] {d0ad8667-2ef0-4f68-9049-2203cf040732} <Debug> TCPHandler: Processed in 0.001398491 sec. | ||
15989 | 2025.05.22 21:28:32.466266 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
15990 | 2025.05.22 21:28:32.466394 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15991 | 2025.05.22 21:28:32.466406 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_124_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_119_24 to all_124_124_0 into Compact with storage Full | ||
15992 | 2025.05.22 21:28:32.466497 [ 261 ] {95c929a2-b70a-4a81-b41f-3210661960ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
15993 | 2025.05.22 21:28:32.466545 [ 261 ] {95c929a2-b70a-4a81-b41f-3210661960ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15994 | 2025.05.22 21:28:32.466566 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_124_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15995 | 2025.05.22 21:28:32.466607 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_119_24, total 36982 rows starting from the beginning of the part | ||
15996 | 2025.05.22 21:28:32.466683 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 160 rows starting from the beginning of the part | ||
15997 | 2025.05.22 21:28:32.466730 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 160 rows starting from the beginning of the part | ||
15998 | 2025.05.22 21:28:32.466780 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 161 rows starting from the beginning of the part | ||
15999 | 2025.05.22 21:28:32.466824 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 160 rows starting from the beginning of the part | ||
16000 | 2025.05.22 21:28:32.466865 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 237 rows starting from the beginning of the part | ||
16001 | 2025.05.22 21:28:32.466887 [ 261 ] {95c929a2-b70a-4a81-b41f-3210661960ae} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16002 | 2025.05.22 21:28:32.466931 [ 261 ] {95c929a2-b70a-4a81-b41f-3210661960ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
16003 | 2025.05.22 21:28:32.467290 [ 261 ] {95c929a2-b70a-4a81-b41f-3210661960ae} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
16004 | 2025.05.22 21:28:32.467505 [ 261 ] {95c929a2-b70a-4a81-b41f-3210661960ae} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16005 | 2025.05.22 21:28:32.467641 [ 261 ] {95c929a2-b70a-4a81-b41f-3210661960ae} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001163 sec., 859.8452278589854 rows/sec., 57.94 KiB/sec. | ||
16006 | 2025.05.22 21:28:32.467680 [ 261 ] {95c929a2-b70a-4a81-b41f-3210661960ae} <Debug> TCPHandler: Processed in 0.00133906 sec. | ||
16007 | 2025.05.22 21:28:32.467800 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16008 | 2025.05.22 21:28:32.467896 [ 261 ] {f35b1efc-577c-4331-8b15-a81f62c0c781} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
16009 | 2025.05.22 21:28:32.467951 [ 261 ] {f35b1efc-577c-4331-8b15-a81f62c0c781} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
16010 | 2025.05.22 21:28:32.468797 [ 261 ] {f35b1efc-577c-4331-8b15-a81f62c0c781} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16011 | 2025.05.22 21:28:32.468834 [ 261 ] {f35b1efc-577c-4331-8b15-a81f62c0c781} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
16012 | 2025.05.22 21:28:32.469370 [ 261 ] {f35b1efc-577c-4331-8b15-a81f62c0c781} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
16013 | 2025.05.22 21:28:32.469608 [ 261 ] {f35b1efc-577c-4331-8b15-a81f62c0c781} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16014 | 2025.05.22 21:28:32.469762 [ 261 ] {f35b1efc-577c-4331-8b15-a81f62c0c781} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001885 sec., 4244.031830238727 rows/sec., 7.61 MiB/sec. | ||
16015 | 2025.05.22 21:28:32.469836 [ 261 ] {f35b1efc-577c-4331-8b15-a81f62c0c781} <Debug> TCPHandler: Processed in 0.002087861 sec. | ||
16016 | 2025.05.22 21:28:32.469971 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16017 | 2025.05.22 21:28:32.470069 [ 261 ] {46b549bb-ee7d-45f9-8d97-0843a59de1a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
16018 | 2025.05.22 21:28:32.470111 [ 261 ] {46b549bb-ee7d-45f9-8d97-0843a59de1a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16019 | 2025.05.22 21:28:32.470463 [ 261 ] {46b549bb-ee7d-45f9-8d97-0843a59de1a6} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16020 | 2025.05.22 21:28:32.470500 [ 261 ] {46b549bb-ee7d-45f9-8d97-0843a59de1a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
16021 | 2025.05.22 21:28:32.470812 [ 261 ] {46b549bb-ee7d-45f9-8d97-0843a59de1a6} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
16022 | 2025.05.22 21:28:32.471029 [ 261 ] {46b549bb-ee7d-45f9-8d97-0843a59de1a6} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16023 | 2025.05.22 21:28:32.471161 [ 261 ] {46b549bb-ee7d-45f9-8d97-0843a59de1a6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001111 sec., 73807.3807380738 rows/sec., 4.69 MiB/sec. | ||
16024 | 2025.05.22 21:28:32.471198 [ 261 ] {46b549bb-ee7d-45f9-8d97-0843a59de1a6} <Debug> TCPHandler: Processed in 0.001279289 sec. | ||
16025 | 2025.05.22 21:28:32.473592 [ 191 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_124_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37860 rows, containing 5 columns (5 merged, 0 gathered) in 0.007239978 sec., 5229297.658086807 rows/sec., 355.21 MiB/sec. | ||
16026 | 2025.05.22 21:28:32.474054 [ 189 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_124_25} <Trace> MergedBlockOutputStream: filled checksums all_1_124_25 (state Temporary) | ||
16027 | 2025.05.22 21:28:32.474337 [ 189 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_merge_all_1_124_25 to all_1_124_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16028 | 2025.05.22 21:28:32.474417 [ 189 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Merged 6 parts: [all_1_119_24, all_124_124_0] -> all_1_124_25 | ||
16029 | 2025.05.22 21:28:32.474499 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
16030 | 2025.05.22 21:28:33.568289 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 663 | ||
16031 | 2025.05.22 21:28:33.586649 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16032 | 2025.05.22 21:28:33.586720 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
16033 | 2025.05.22 21:28:33.592964 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
16034 | 2025.05.22 21:28:33.593667 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16035 | 2025.05.22 21:28:33.597115 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 663 | ||
16036 | 2025.05.22 21:28:34.337382 [ 111 ] {} <Debug> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
16037 | 2025.05.22 21:28:34.337452 [ 111 ] {} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16038 | 2025.05.22 21:28:34.337478 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
16039 | 2025.05.22 21:28:34.337589 [ 187 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::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 | ||
16040 | 2025.05.22 21:28:34.337593 [ 222 ] {} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
16041 | 2025.05.22 21:28:34.337671 [ 222 ] {} <Debug> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
16042 | 2025.05.22 21:28:34.337713 [ 187 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16043 | 2025.05.22 21:28:34.337758 [ 187 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::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 | ||
16044 | 2025.05.22 21:28:34.337837 [ 187 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::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 | ||
16045 | 2025.05.22 21:28:34.337899 [ 187 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 4 rows starting from the beginning of the part | ||
16046 | 2025.05.22 21:28:34.337949 [ 187 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 12 rows starting from the beginning of the part | ||
16047 | 2025.05.22 21:28:34.337999 [ 187 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
16048 | 2025.05.22 21:28:34.338879 [ 189 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.00133666 sec., 29925.336285966514 rows/sec., 2.50 MiB/sec. | ||
16049 | 2025.05.22 21:28:34.339041 [ 191 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
16050 | 2025.05.22 21:28:34.339326 [ 191 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_29_7} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16051 | 2025.05.22 21:28:34.339407 [ 191 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_29_7} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
16052 | 2025.05.22 21:28:34.339450 [ 222 ] {} <Debug> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
16053 | 2025.05.22 21:28:34.339483 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
16054 | 2025.05.22 21:28:37.479576 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16055 | 2025.05.22 21:28:37.479776 [ 261 ] {b57c321d-2c29-4a2c-ad74-39aa71b7755f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
16056 | 2025.05.22 21:28:37.479846 [ 261 ] {b57c321d-2c29-4a2c-ad74-39aa71b7755f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16057 | 2025.05.22 21:28:37.480993 [ 261 ] {b57c321d-2c29-4a2c-ad74-39aa71b7755f} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16058 | 2025.05.22 21:28:37.481035 [ 261 ] {b57c321d-2c29-4a2c-ad74-39aa71b7755f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
16059 | 2025.05.22 21:28:37.481518 [ 261 ] {b57c321d-2c29-4a2c-ad74-39aa71b7755f} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
16060 | 2025.05.22 21:28:37.481753 [ 261 ] {b57c321d-2c29-4a2c-ad74-39aa71b7755f} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16061 | 2025.05.22 21:28:37.481908 [ 261 ] {b57c321d-2c29-4a2c-ad74-39aa71b7755f} <Debug> executeQuery: Read 1284 rows, 108.86 KiB in 0.002185 sec., 587643.0205949657 rows/sec., 48.65 MiB/sec. | ||
16062 | 2025.05.22 21:28:37.481905 [ 108 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
16063 | 2025.05.22 21:28:37.481954 [ 261 ] {b57c321d-2c29-4a2c-ad74-39aa71b7755f} <Debug> TCPHandler: Processed in 0.002511478 sec. | ||
16064 | 2025.05.22 21:28:37.481984 [ 108 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16065 | 2025.05.22 21:28:37.482010 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
16066 | 2025.05.22 21:28:37.482093 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16067 | 2025.05.22 21:28:37.482118 [ 189 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
16068 | 2025.05.22 21:28:37.482197 [ 261 ] {af92cb29-c521-4435-b482-81001c3e3873} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
16069 | 2025.05.22 21:28:37.482243 [ 261 ] {af92cb29-c521-4435-b482-81001c3e3873} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16070 | 2025.05.22 21:28:37.482250 [ 189 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16071 | 2025.05.22 21:28:37.482292 [ 189 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1970 rows starting from the beginning of the part | ||
16072 | 2025.05.22 21:28:37.482360 [ 189 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 122 rows starting from the beginning of the part | ||
16073 | 2025.05.22 21:28:37.482410 [ 189 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 73 rows starting from the beginning of the part | ||
16074 | 2025.05.22 21:28:37.482453 [ 189 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 124 rows starting from the beginning of the part | ||
16075 | 2025.05.22 21:28:37.482493 [ 189 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 633 rows starting from the beginning of the part | ||
16076 | 2025.05.22 21:28:37.482535 [ 189 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 1284 rows starting from the beginning of the part | ||
16077 | 2025.05.22 21:28:37.482688 [ 261 ] {af92cb29-c521-4435-b482-81001c3e3873} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16078 | 2025.05.22 21:28:37.482732 [ 261 ] {af92cb29-c521-4435-b482-81001c3e3873} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16079 | 2025.05.22 21:28:37.483071 [ 261 ] {af92cb29-c521-4435-b482-81001c3e3873} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
16080 | 2025.05.22 21:28:37.483324 [ 261 ] {af92cb29-c521-4435-b482-81001c3e3873} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16081 | 2025.05.22 21:28:37.483445 [ 108 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
16082 | 2025.05.22 21:28:37.483465 [ 261 ] {af92cb29-c521-4435-b482-81001c3e3873} <Debug> executeQuery: Read 44 rows, 3.31 KiB in 0.001289 sec., 34134.98836307215 rows/sec., 2.51 MiB/sec. | ||
16083 | 2025.05.22 21:28:37.483485 [ 108 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16084 | 2025.05.22 21:28:37.483510 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16085 | 2025.05.22 21:28:37.483510 [ 261 ] {af92cb29-c521-4435-b482-81001c3e3873} <Debug> TCPHandler: Processed in 0.001470052 sec. | ||
16086 | 2025.05.22 21:28:37.483619 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
16087 | 2025.05.22 21:28:37.483644 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16088 | 2025.05.22 21:28:37.483752 [ 261 ] {91e9b509-7b97-48b0-be79-80466e68cc41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
16089 | 2025.05.22 21:28:37.483760 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16090 | 2025.05.22 21:28:37.483795 [ 261 ] {91e9b509-7b97-48b0-be79-80466e68cc41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16091 | 2025.05.22 21:28:37.483805 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 179 rows starting from the beginning of the part | ||
16092 | 2025.05.22 21:28:37.483898 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 33 rows starting from the beginning of the part | ||
16093 | 2025.05.22 21:28:37.483972 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 10 rows starting from the beginning of the part | ||
16094 | 2025.05.22 21:28:37.484042 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 34 rows starting from the beginning of the part | ||
16095 | 2025.05.22 21:28:37.484111 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 114 rows starting from the beginning of the part | ||
16096 | 2025.05.22 21:28:37.484180 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 44 rows starting from the beginning of the part | ||
16097 | 2025.05.22 21:28:37.484191 [ 192 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4206 rows, containing 5 columns (5 merged, 0 gathered) in 0.002124562 sec., 1979702.1692000516 rows/sec., 169.70 MiB/sec. | ||
16098 | 2025.05.22 21:28:37.484298 [ 261 ] {91e9b509-7b97-48b0-be79-80466e68cc41} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16099 | 2025.05.22 21:28:37.484341 [ 261 ] {91e9b509-7b97-48b0-be79-80466e68cc41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16100 | 2025.05.22 21:28:37.484489 [ 198 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
16101 | 2025.05.22 21:28:37.484716 [ 261 ] {91e9b509-7b97-48b0-be79-80466e68cc41} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
16102 | 2025.05.22 21:28:37.484833 [ 198 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_126_25} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16103 | 2025.05.22 21:28:37.484922 [ 198 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_126_25} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
16104 | 2025.05.22 21:28:37.484970 [ 261 ] {91e9b509-7b97-48b0-be79-80466e68cc41} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16105 | 2025.05.22 21:28:37.485032 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
16106 | 2025.05.22 21:28:37.485107 [ 261 ] {91e9b509-7b97-48b0-be79-80466e68cc41} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001373 sec., 166059.7232337946 rows/sec., 11.24 MiB/sec. | ||
16107 | 2025.05.22 21:28:37.485146 [ 261 ] {91e9b509-7b97-48b0-be79-80466e68cc41} <Debug> TCPHandler: Processed in 0.001554013 sec. | ||
16108 | 2025.05.22 21:28:37.485162 [ 189 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 414 rows, containing 5 columns (5 merged, 0 gathered) in 0.001597603 sec., 259138.2214480068 rows/sec., 18.04 MiB/sec. | ||
16109 | 2025.05.22 21:28:37.485258 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16110 | 2025.05.22 21:28:37.485300 [ 198 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
16111 | 2025.05.22 21:28:37.485359 [ 261 ] {d10fb1f6-2267-455f-9798-a500281f686a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
16112 | 2025.05.22 21:28:37.485400 [ 261 ] {d10fb1f6-2267-455f-9798-a500281f686a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16113 | 2025.05.22 21:28:37.485549 [ 198 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_121_24} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16114 | 2025.05.22 21:28:37.485614 [ 198 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_121_24} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
16115 | 2025.05.22 21:28:37.485698 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
16116 | 2025.05.22 21:28:37.485999 [ 261 ] {d10fb1f6-2267-455f-9798-a500281f686a} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16117 | 2025.05.22 21:28:37.486035 [ 261 ] {d10fb1f6-2267-455f-9798-a500281f686a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
16118 | 2025.05.22 21:28:37.486377 [ 261 ] {d10fb1f6-2267-455f-9798-a500281f686a} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
16119 | 2025.05.22 21:28:37.486594 [ 261 ] {d10fb1f6-2267-455f-9798-a500281f686a} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16120 | 2025.05.22 21:28:37.486730 [ 261 ] {d10fb1f6-2267-455f-9798-a500281f686a} <Debug> executeQuery: Read 570 rows, 43.44 KiB in 0.001389 sec., 410367.17062634986 rows/sec., 30.54 MiB/sec. | ||
16121 | 2025.05.22 21:28:37.486741 [ 108 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
16122 | 2025.05.22 21:28:37.486770 [ 261 ] {d10fb1f6-2267-455f-9798-a500281f686a} <Debug> TCPHandler: Processed in 0.001561143 sec. | ||
16123 | 2025.05.22 21:28:37.486794 [ 108 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16124 | 2025.05.22 21:28:37.486824 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
16125 | 2025.05.22 21:28:37.486894 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16126 | 2025.05.22 21:28:37.486908 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
16127 | 2025.05.22 21:28:37.487027 [ 261 ] {2bb3ca92-8a32-445e-807a-b0d10c75d0f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
16128 | 2025.05.22 21:28:37.487049 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16129 | 2025.05.22 21:28:37.487076 [ 261 ] {2bb3ca92-8a32-445e-807a-b0d10c75d0f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16130 | 2025.05.22 21:28:37.487078 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 953 rows starting from the beginning of the part | ||
16131 | 2025.05.22 21:28:37.487147 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 97 rows starting from the beginning of the part | ||
16132 | 2025.05.22 21:28:37.487187 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 74 rows starting from the beginning of the part | ||
16133 | 2025.05.22 21:28:37.487254 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 98 rows starting from the beginning of the part | ||
16134 | 2025.05.22 21:28:37.487293 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 390 rows starting from the beginning of the part | ||
16135 | 2025.05.22 21:28:37.487329 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 570 rows starting from the beginning of the part | ||
16136 | 2025.05.22 21:28:37.487670 [ 261 ] {2bb3ca92-8a32-445e-807a-b0d10c75d0f3} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16137 | 2025.05.22 21:28:37.487714 [ 261 ] {2bb3ca92-8a32-445e-807a-b0d10c75d0f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16138 | 2025.05.22 21:28:37.488146 [ 261 ] {2bb3ca92-8a32-445e-807a-b0d10c75d0f3} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
16139 | 2025.05.22 21:28:37.488387 [ 261 ] {2bb3ca92-8a32-445e-807a-b0d10c75d0f3} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16140 | 2025.05.22 21:28:37.488401 [ 198 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2182 rows, containing 5 columns (5 merged, 0 gathered) in 0.001526403 sec., 1429504.5279654195 rows/sec., 110.81 MiB/sec. | ||
16141 | 2025.05.22 21:28:37.488525 [ 261 ] {2bb3ca92-8a32-445e-807a-b0d10c75d0f3} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.001517 sec., 580092.2874093606 rows/sec., 39.03 MiB/sec. | ||
16142 | 2025.05.22 21:28:37.488565 [ 261 ] {2bb3ca92-8a32-445e-807a-b0d10c75d0f3} <Debug> TCPHandler: Processed in 0.001722215 sec. | ||
16143 | 2025.05.22 21:28:37.488578 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
16144 | 2025.05.22 21:28:37.488681 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16145 | 2025.05.22 21:28:37.488782 [ 261 ] {50ee124f-86a5-4c20-96aa-bb6534cd5f12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
16146 | 2025.05.22 21:28:37.488841 [ 261 ] {50ee124f-86a5-4c20-96aa-bb6534cd5f12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
16147 | 2025.05.22 21:28:37.488858 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_126_25} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16148 | 2025.05.22 21:28:37.488940 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_126_25} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
16149 | 2025.05.22 21:28:37.489017 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
16150 | 2025.05.22 21:28:37.489871 [ 261 ] {50ee124f-86a5-4c20-96aa-bb6534cd5f12} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16151 | 2025.05.22 21:28:37.489925 [ 261 ] {50ee124f-86a5-4c20-96aa-bb6534cd5f12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
16152 | 2025.05.22 21:28:37.490793 [ 261 ] {50ee124f-86a5-4c20-96aa-bb6534cd5f12} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
16153 | 2025.05.22 21:28:37.491134 [ 261 ] {50ee124f-86a5-4c20-96aa-bb6534cd5f12} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16154 | 2025.05.22 21:28:37.491290 [ 107 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
16155 | 2025.05.22 21:28:37.491316 [ 261 ] {50ee124f-86a5-4c20-96aa-bb6534cd5f12} <Debug> executeQuery: Read 44 rows, 80.74 KiB in 0.00255 sec., 17254.90196078431 rows/sec., 30.92 MiB/sec. | ||
16156 | 2025.05.22 21:28:37.491333 [ 107 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16157 | 2025.05.22 21:28:37.491364 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
16158 | 2025.05.22 21:28:37.491403 [ 261 ] {50ee124f-86a5-4c20-96aa-bb6534cd5f12} <Debug> TCPHandler: Processed in 0.002773271 sec. | ||
16159 | 2025.05.22 21:28:37.491459 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
16160 | 2025.05.22 21:28:37.491551 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16161 | 2025.05.22 21:28:37.491671 [ 261 ] {d1c50427-4579-46d6-985f-e249104300b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
16162 | 2025.05.22 21:28:37.491694 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16163 | 2025.05.22 21:28:37.491725 [ 261 ] {d1c50427-4579-46d6-985f-e249104300b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
16164 | 2025.05.22 21:28:37.491755 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2424 rows starting from the beginning of the part | ||
16165 | 2025.05.22 21:28:37.491895 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 33 rows starting from the beginning of the part | ||
16166 | 2025.05.22 21:28:37.492003 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 8 rows starting from the beginning of the part | ||
16167 | 2025.05.22 21:28:37.492113 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 34 rows starting from the beginning of the part | ||
16168 | 2025.05.22 21:28:37.492137 [ 261 ] {d1c50427-4579-46d6-985f-e249104300b2} <Trace> oximeter.measurements_i64 (a562d16c-6ec6-4d47-ba75-634183f2881f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16169 | 2025.05.22 21:28:37.492185 [ 261 ] {d1c50427-4579-46d6-985f-e249104300b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16170 | 2025.05.22 21:28:37.492214 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 8 rows starting from the beginning of the part | ||
16171 | 2025.05.22 21:28:37.492321 [ 188 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 44 rows starting from the beginning of the part | ||
16172 | 2025.05.22 21:28:37.492615 [ 261 ] {d1c50427-4579-46d6-985f-e249104300b2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
16173 | 2025.05.22 21:28:37.492966 [ 261 ] {d1c50427-4579-46d6-985f-e249104300b2} <Trace> oximeter.measurements_i64 (a562d16c-6ec6-4d47-ba75-634183f2881f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16174 | 2025.05.22 21:28:37.493130 [ 261 ] {d1c50427-4579-46d6-985f-e249104300b2} <Debug> executeQuery: Read 9 rows, 709.00 B in 0.001482 sec., 6072.8744939271255 rows/sec., 467.19 KiB/sec. | ||
16175 | 2025.05.22 21:28:37.493179 [ 261 ] {d1c50427-4579-46d6-985f-e249104300b2} <Debug> TCPHandler: Processed in 0.001690195 sec. | ||
16176 | 2025.05.22 21:28:37.493312 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16177 | 2025.05.22 21:28:37.493437 [ 261 ] {2e5932ac-63b6-478d-8a34-3eb552a9e6c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
16178 | 2025.05.22 21:28:37.493487 [ 261 ] {2e5932ac-63b6-478d-8a34-3eb552a9e6c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16179 | 2025.05.22 21:28:37.493831 [ 261 ] {2e5932ac-63b6-478d-8a34-3eb552a9e6c6} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16180 | 2025.05.22 21:28:37.493869 [ 261 ] {2e5932ac-63b6-478d-8a34-3eb552a9e6c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16181 | 2025.05.22 21:28:37.494200 [ 261 ] {2e5932ac-63b6-478d-8a34-3eb552a9e6c6} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
16182 | 2025.05.22 21:28:37.494424 [ 261 ] {2e5932ac-63b6-478d-8a34-3eb552a9e6c6} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16183 | 2025.05.22 21:28:37.494559 [ 261 ] {2e5932ac-63b6-478d-8a34-3eb552a9e6c6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001154 sec., 51993.06759098786 rows/sec., 3.50 MiB/sec. | ||
16184 | 2025.05.22 21:28:37.494597 [ 261 ] {2e5932ac-63b6-478d-8a34-3eb552a9e6c6} <Debug> TCPHandler: Processed in 0.00134783 sec. | ||
16185 | 2025.05.22 21:28:37.500077 [ 191 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2551 rows, containing 19 columns (19 merged, 0 gathered) in 0.008657898 sec., 294644.26584836177 rows/sec., 527.99 MiB/sec. | ||
16186 | 2025.05.22 21:28:37.502180 [ 198 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
16187 | 2025.05.22 21:28:37.502524 [ 198 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_121_24} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16188 | 2025.05.22 21:28:37.502593 [ 198 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_121_24} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
16189 | 2025.05.22 21:28:37.502732 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.81 MiB. | ||
16190 | 2025.05.22 21:28:37.548469 [ 225 ] {} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
16191 | 2025.05.22 21:28:37.548505 [ 225 ] {} <Debug> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
16192 | 2025.05.22 21:28:37.550745 [ 225 ] {} <Debug> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
16193 | 2025.05.22 21:28:38.030420 [ 223 ] {} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
16194 | 2025.05.22 21:28:38.030481 [ 223 ] {} <Debug> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
16195 | 2025.05.22 21:28:38.032466 [ 223 ] {} <Debug> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
16196 | 2025.05.22 21:28:38.893724 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40748 | ||
16197 | 2025.05.22 21:28:38.894219 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16198 | 2025.05.22 21:28:38.894256 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
16199 | 2025.05.22 21:28:38.894737 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16200 | 2025.05.22 21:28:38.894963 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16201 | 2025.05.22 21:28:38.895086 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40748 | ||
16202 | 2025.05.22 21:28:41.097197 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 670 | ||
16203 | 2025.05.22 21:28:41.116285 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16204 | 2025.05.22 21:28:41.116337 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
16205 | 2025.05.22 21:28:41.122980 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16206 | 2025.05.22 21:28:41.123677 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16207 | 2025.05.22 21:28:41.127467 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 670 | ||
16208 | 2025.05.22 21:28:41.514754 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 2210 | ||
16209 | 2025.05.22 21:28:41.517251 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16210 | 2025.05.22 21:28:41.517306 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
16211 | 2025.05.22 21:28:41.518533 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
16212 | 2025.05.22 21:28:41.518801 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16213 | 2025.05.22 21:28:41.519066 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2210 | ||
16214 | 2025.05.22 21:28:42.069731 [ 220 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
16215 | 2025.05.22 21:28:42.069779 [ 220 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
16216 | 2025.05.22 21:28:42.072243 [ 220 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
16217 | 2025.05.22 21:28:42.094320 [ 225 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
16218 | 2025.05.22 21:28:42.094372 [ 225 ] {} <Debug> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
16219 | 2025.05.22 21:28:42.096944 [ 225 ] {} <Debug> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
16220 | 2025.05.22 21:28:42.453607 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16221 | 2025.05.22 21:28:42.453874 [ 261 ] {c3cecbc9-d2d4-4fe6-bf0d-e6d37e7acd7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
16222 | 2025.05.22 21:28:42.453968 [ 261 ] {c3cecbc9-d2d4-4fe6-bf0d-e6d37e7acd7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
16223 | 2025.05.22 21:28:42.454848 [ 261 ] {c3cecbc9-d2d4-4fe6-bf0d-e6d37e7acd7d} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16224 | 2025.05.22 21:28:42.454884 [ 261 ] {c3cecbc9-d2d4-4fe6-bf0d-e6d37e7acd7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
16225 | 2025.05.22 21:28:42.455279 [ 261 ] {c3cecbc9-d2d4-4fe6-bf0d-e6d37e7acd7d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
16226 | 2025.05.22 21:28:42.455497 [ 261 ] {c3cecbc9-d2d4-4fe6-bf0d-e6d37e7acd7d} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16227 | 2025.05.22 21:28:42.455650 [ 261 ] {c3cecbc9-d2d4-4fe6-bf0d-e6d37e7acd7d} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001847 sec., 114780.72550081213 rows/sec., 7.30 MiB/sec. | ||
16228 | 2025.05.22 21:28:42.455691 [ 261 ] {c3cecbc9-d2d4-4fe6-bf0d-e6d37e7acd7d} <Debug> TCPHandler: Processed in 0.002255434 sec. | ||
16229 | 2025.05.22 21:28:42.455823 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16230 | 2025.05.22 21:28:42.455919 [ 261 ] {ada38845-ab49-426e-b93f-34bbb37b2294} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
16231 | 2025.05.22 21:28:42.455960 [ 261 ] {ada38845-ab49-426e-b93f-34bbb37b2294} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16232 | 2025.05.22 21:28:42.456707 [ 261 ] {ada38845-ab49-426e-b93f-34bbb37b2294} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16233 | 2025.05.22 21:28:42.456741 [ 261 ] {ada38845-ab49-426e-b93f-34bbb37b2294} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
16234 | 2025.05.22 21:28:42.457072 [ 261 ] {ada38845-ab49-426e-b93f-34bbb37b2294} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
16235 | 2025.05.22 21:28:42.457276 [ 261 ] {ada38845-ab49-426e-b93f-34bbb37b2294} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16236 | 2025.05.22 21:28:42.457405 [ 261 ] {ada38845-ab49-426e-b93f-34bbb37b2294} <Debug> executeQuery: Read 633 rows, 50.88 KiB in 0.001504 sec., 420877.6595744681 rows/sec., 33.03 MiB/sec. | ||
16237 | 2025.05.22 21:28:42.457443 [ 261 ] {ada38845-ab49-426e-b93f-34bbb37b2294} <Debug> TCPHandler: Processed in 0.001679155 sec. | ||
16238 | 2025.05.22 21:28:42.457508 [ 221 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
16239 | 2025.05.22 21:28:42.457547 [ 221 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
16240 | 2025.05.22 21:28:42.457573 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16241 | 2025.05.22 21:28:42.457673 [ 261 ] {e3fbe3bb-a4e9-46f6-a03e-f80108ba1379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
16242 | 2025.05.22 21:28:42.457713 [ 261 ] {e3fbe3bb-a4e9-46f6-a03e-f80108ba1379} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16243 | 2025.05.22 21:28:42.458161 [ 261 ] {e3fbe3bb-a4e9-46f6-a03e-f80108ba1379} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16244 | 2025.05.22 21:28:42.458199 [ 261 ] {e3fbe3bb-a4e9-46f6-a03e-f80108ba1379} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
16245 | 2025.05.22 21:28:42.458535 [ 261 ] {e3fbe3bb-a4e9-46f6-a03e-f80108ba1379} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
16246 | 2025.05.22 21:28:42.458825 [ 261 ] {e3fbe3bb-a4e9-46f6-a03e-f80108ba1379} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16247 | 2025.05.22 21:28:42.458957 [ 261 ] {e3fbe3bb-a4e9-46f6-a03e-f80108ba1379} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001301 sec., 87624.9039200615 rows/sec., 5.24 MiB/sec. | ||
16248 | 2025.05.22 21:28:42.458997 [ 261 ] {e3fbe3bb-a4e9-46f6-a03e-f80108ba1379} <Debug> TCPHandler: Processed in 0.001483102 sec. | ||
16249 | 2025.05.22 21:28:42.459125 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16250 | 2025.05.22 21:28:42.459220 [ 261 ] {7018187a-e05b-4239-bba5-4b12cf3969ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
16251 | 2025.05.22 21:28:42.459260 [ 261 ] {7018187a-e05b-4239-bba5-4b12cf3969ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16252 | 2025.05.22 21:28:42.459682 [ 261 ] {7018187a-e05b-4239-bba5-4b12cf3969ea} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16253 | 2025.05.22 21:28:42.459720 [ 261 ] {7018187a-e05b-4239-bba5-4b12cf3969ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
16254 | 2025.05.22 21:28:42.460017 [ 221 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
16255 | 2025.05.22 21:28:42.460057 [ 261 ] {7018187a-e05b-4239-bba5-4b12cf3969ea} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
16256 | 2025.05.22 21:28:42.460274 [ 261 ] {7018187a-e05b-4239-bba5-4b12cf3969ea} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16257 | 2025.05.22 21:28:42.460404 [ 261 ] {7018187a-e05b-4239-bba5-4b12cf3969ea} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001202 sec., 94009.9833610649 rows/sec., 6.09 MiB/sec. | ||
16258 | 2025.05.22 21:28:42.460441 [ 261 ] {7018187a-e05b-4239-bba5-4b12cf3969ea} <Debug> TCPHandler: Processed in 0.001365501 sec. | ||
16259 | 2025.05.22 21:28:42.460557 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16260 | 2025.05.22 21:28:42.460651 [ 261 ] {277ea51b-aa15-4009-966d-b17f2facacd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
16261 | 2025.05.22 21:28:42.460691 [ 261 ] {277ea51b-aa15-4009-966d-b17f2facacd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
16262 | 2025.05.22 21:28:42.461111 [ 261 ] {277ea51b-aa15-4009-966d-b17f2facacd3} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16263 | 2025.05.22 21:28:42.461144 [ 261 ] {277ea51b-aa15-4009-966d-b17f2facacd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
16264 | 2025.05.22 21:28:42.461438 [ 261 ] {277ea51b-aa15-4009-966d-b17f2facacd3} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
16265 | 2025.05.22 21:28:42.461644 [ 261 ] {277ea51b-aa15-4009-966d-b17f2facacd3} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16266 | 2025.05.22 21:28:42.461770 [ 261 ] {277ea51b-aa15-4009-966d-b17f2facacd3} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001136 sec., 98591.54929577465 rows/sec., 5.62 MiB/sec. | ||
16267 | 2025.05.22 21:28:42.461807 [ 261 ] {277ea51b-aa15-4009-966d-b17f2facacd3} <Debug> TCPHandler: Processed in 0.00130014 sec. | ||
16268 | 2025.05.22 21:28:42.461921 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16269 | 2025.05.22 21:28:42.462015 [ 261 ] {dfdfe616-6c80-48e4-9387-ed44df7df2e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
16270 | 2025.05.22 21:28:42.462053 [ 261 ] {dfdfe616-6c80-48e4-9387-ed44df7df2e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16271 | 2025.05.22 21:28:42.462576 [ 261 ] {dfdfe616-6c80-48e4-9387-ed44df7df2e0} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16272 | 2025.05.22 21:28:42.462610 [ 261 ] {dfdfe616-6c80-48e4-9387-ed44df7df2e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
16273 | 2025.05.22 21:28:42.462928 [ 261 ] {dfdfe616-6c80-48e4-9387-ed44df7df2e0} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
16274 | 2025.05.22 21:28:42.463143 [ 261 ] {dfdfe616-6c80-48e4-9387-ed44df7df2e0} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16275 | 2025.05.22 21:28:42.463268 [ 261 ] {dfdfe616-6c80-48e4-9387-ed44df7df2e0} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.00127 sec., 307086.6141732283 rows/sec., 21.70 MiB/sec. | ||
16276 | 2025.05.22 21:28:42.463304 [ 261 ] {dfdfe616-6c80-48e4-9387-ed44df7df2e0} <Debug> TCPHandler: Processed in 0.001433751 sec. | ||
16277 | 2025.05.22 21:28:42.463421 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16278 | 2025.05.22 21:28:42.463517 [ 261 ] {2a4f0811-eee0-4845-9f8c-628dac52ead1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
16279 | 2025.05.22 21:28:42.463558 [ 261 ] {2a4f0811-eee0-4845-9f8c-628dac52ead1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16280 | 2025.05.22 21:28:42.463897 [ 261 ] {2a4f0811-eee0-4845-9f8c-628dac52ead1} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16281 | 2025.05.22 21:28:42.463931 [ 261 ] {2a4f0811-eee0-4845-9f8c-628dac52ead1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
16282 | 2025.05.22 21:28:42.464245 [ 261 ] {2a4f0811-eee0-4845-9f8c-628dac52ead1} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
16283 | 2025.05.22 21:28:42.464463 [ 261 ] {2a4f0811-eee0-4845-9f8c-628dac52ead1} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16284 | 2025.05.22 21:28:42.464559 [ 102 ] {} <Debug> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
16285 | 2025.05.22 21:28:42.464590 [ 261 ] {2a4f0811-eee0-4845-9f8c-628dac52ead1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001091 sec., 5499.541704857928 rows/sec., 287.33 KiB/sec. | ||
16286 | 2025.05.22 21:28:42.464593 [ 102 ] {} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16287 | 2025.05.22 21:28:42.464620 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
16288 | 2025.05.22 21:28:42.464627 [ 261 ] {2a4f0811-eee0-4845-9f8c-628dac52ead1} <Debug> TCPHandler: Processed in 0.001256409 sec. | ||
16289 | 2025.05.22 21:28:42.464741 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16290 | 2025.05.22 21:28:42.464741 [ 191 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::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 | ||
16291 | 2025.05.22 21:28:42.464836 [ 261 ] {c6742a10-7840-4575-84d9-5c13a94f4dce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
16292 | 2025.05.22 21:28:42.464883 [ 261 ] {c6742a10-7840-4575-84d9-5c13a94f4dce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16293 | 2025.05.22 21:28:42.464906 [ 191 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16294 | 2025.05.22 21:28:42.464946 [ 191 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 216 rows starting from the beginning of the part | ||
16295 | 2025.05.22 21:28:42.465012 [ 191 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
16296 | 2025.05.22 21:28:42.465058 [ 191 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
16297 | 2025.05.22 21:28:42.465100 [ 191 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
16298 | 2025.05.22 21:28:42.465137 [ 191 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
16299 | 2025.05.22 21:28:42.465177 [ 191 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
16300 | 2025.05.22 21:28:42.465283 [ 261 ] {c6742a10-7840-4575-84d9-5c13a94f4dce} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16301 | 2025.05.22 21:28:42.465324 [ 261 ] {c6742a10-7840-4575-84d9-5c13a94f4dce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16302 | 2025.05.22 21:28:42.465682 [ 261 ] {c6742a10-7840-4575-84d9-5c13a94f4dce} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
16303 | 2025.05.22 21:28:42.465920 [ 261 ] {c6742a10-7840-4575-84d9-5c13a94f4dce} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16304 | 2025.05.22 21:28:42.466052 [ 261 ] {c6742a10-7840-4575-84d9-5c13a94f4dce} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001234 sec., 192058.34683954617 rows/sec., 12.87 MiB/sec. | ||
16305 | 2025.05.22 21:28:42.466086 [ 198 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.001408641 sec., 174636.4048753373 rows/sec., 8.91 MiB/sec. | ||
16306 | 2025.05.22 21:28:42.466089 [ 261 ] {c6742a10-7840-4575-84d9-5c13a94f4dce} <Debug> TCPHandler: Processed in 0.001398161 sec. | ||
16307 | 2025.05.22 21:28:42.466227 [ 199 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
16308 | 2025.05.22 21:28:42.466228 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16309 | 2025.05.22 21:28:42.466341 [ 261 ] {6ab29220-a451-44d8-8cbb-62740f112981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
16310 | 2025.05.22 21:28:42.466385 [ 261 ] {6ab29220-a451-44d8-8cbb-62740f112981} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
16311 | 2025.05.22 21:28:42.466502 [ 199 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_41_8} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16312 | 2025.05.22 21:28:42.466583 [ 199 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_41_8} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
16313 | 2025.05.22 21:28:42.466664 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
16314 | 2025.05.22 21:28:42.466710 [ 261 ] {6ab29220-a451-44d8-8cbb-62740f112981} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16315 | 2025.05.22 21:28:42.466751 [ 261 ] {6ab29220-a451-44d8-8cbb-62740f112981} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
16316 | 2025.05.22 21:28:42.467046 [ 261 ] {6ab29220-a451-44d8-8cbb-62740f112981} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
16317 | 2025.05.22 21:28:42.467248 [ 261 ] {6ab29220-a451-44d8-8cbb-62740f112981} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16318 | 2025.05.22 21:28:42.467376 [ 261 ] {6ab29220-a451-44d8-8cbb-62740f112981} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001053 sec., 949.6676163342831 rows/sec., 63.99 KiB/sec. | ||
16319 | 2025.05.22 21:28:42.467412 [ 261 ] {6ab29220-a451-44d8-8cbb-62740f112981} <Debug> TCPHandler: Processed in 0.001235078 sec. | ||
16320 | 2025.05.22 21:28:42.467539 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16321 | 2025.05.22 21:28:42.467633 [ 261 ] {e838718f-b6d5-4e98-a8f4-3068daea1141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
16322 | 2025.05.22 21:28:42.467687 [ 261 ] {e838718f-b6d5-4e98-a8f4-3068daea1141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
16323 | 2025.05.22 21:28:42.468537 [ 261 ] {e838718f-b6d5-4e98-a8f4-3068daea1141} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16324 | 2025.05.22 21:28:42.468572 [ 261 ] {e838718f-b6d5-4e98-a8f4-3068daea1141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
16325 | 2025.05.22 21:28:42.469087 [ 261 ] {e838718f-b6d5-4e98-a8f4-3068daea1141} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
16326 | 2025.05.22 21:28:42.469312 [ 261 ] {e838718f-b6d5-4e98-a8f4-3068daea1141} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16327 | 2025.05.22 21:28:42.469448 [ 261 ] {e838718f-b6d5-4e98-a8f4-3068daea1141} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.001832 sec., 4366.812227074236 rows/sec., 7.83 MiB/sec. | ||
16328 | 2025.05.22 21:28:42.469502 [ 261 ] {e838718f-b6d5-4e98-a8f4-3068daea1141} <Debug> TCPHandler: Processed in 0.0020131 sec. | ||
16329 | 2025.05.22 21:28:42.469621 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16330 | 2025.05.22 21:28:42.469717 [ 261 ] {6959c557-73ce-44b4-a8ed-a35a9189f16e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
16331 | 2025.05.22 21:28:42.469758 [ 261 ] {6959c557-73ce-44b4-a8ed-a35a9189f16e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16332 | 2025.05.22 21:28:42.470091 [ 261 ] {6959c557-73ce-44b4-a8ed-a35a9189f16e} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16333 | 2025.05.22 21:28:42.470127 [ 261 ] {6959c557-73ce-44b4-a8ed-a35a9189f16e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
16334 | 2025.05.22 21:28:42.470430 [ 261 ] {6959c557-73ce-44b4-a8ed-a35a9189f16e} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
16335 | 2025.05.22 21:28:42.470645 [ 261 ] {6959c557-73ce-44b4-a8ed-a35a9189f16e} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16336 | 2025.05.22 21:28:42.470764 [ 101 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
16337 | 2025.05.22 21:28:42.470771 [ 261 ] {6959c557-73ce-44b4-a8ed-a35a9189f16e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001071 sec., 76563.9589169001 rows/sec., 4.86 MiB/sec. | ||
16338 | 2025.05.22 21:28:42.470810 [ 101 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16339 | 2025.05.22 21:28:42.470830 [ 261 ] {6959c557-73ce-44b4-a8ed-a35a9189f16e} <Debug> TCPHandler: Processed in 0.001258729 sec. | ||
16340 | 2025.05.22 21:28:42.470835 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
16341 | 2025.05.22 21:28:42.470928 [ 191 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
16342 | 2025.05.22 21:28:42.471033 [ 191 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16343 | 2025.05.22 21:28:42.471061 [ 191 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 7416 rows starting from the beginning of the part | ||
16344 | 2025.05.22 21:28:42.471112 [ 191 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 60 rows starting from the beginning of the part | ||
16345 | 2025.05.22 21:28:42.471156 [ 191 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 60 rows starting from the beginning of the part | ||
16346 | 2025.05.22 21:28:42.471195 [ 191 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 82 rows starting from the beginning of the part | ||
16347 | 2025.05.22 21:28:42.471233 [ 191 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 60 rows starting from the beginning of the part | ||
16348 | 2025.05.22 21:28:42.471269 [ 191 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 82 rows starting from the beginning of the part | ||
16349 | 2025.05.22 21:28:42.472995 [ 198 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7760 rows, containing 4 columns (4 merged, 0 gathered) in 0.002100991 sec., 3693495.1173041672 rows/sec., 243.04 MiB/sec. | ||
16350 | 2025.05.22 21:28:42.473374 [ 191 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
16351 | 2025.05.22 21:28:42.473612 [ 191 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_126_25} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16352 | 2025.05.22 21:28:42.473676 [ 191 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_126_25} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
16353 | 2025.05.22 21:28:42.473734 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. | ||
16354 | 2025.05.22 21:28:43.162626 [ 221 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
16355 | 2025.05.22 21:28:43.162691 [ 221 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
16356 | 2025.05.22 21:28:43.166992 [ 221 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
16357 | 2025.05.22 21:28:43.224715 [ 223 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
16358 | 2025.05.22 21:28:43.224788 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
16359 | 2025.05.22 21:28:43.228627 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
16360 | 2025.05.22 21:28:46.191631 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
16361 | 2025.05.22 21:28:46.191694 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
16362 | 2025.05.22 21:28:46.395239 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 41236 | ||
16363 | 2025.05.22 21:28:46.395821 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16364 | 2025.05.22 21:28:46.395878 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16365 | 2025.05.22 21:28:46.396419 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
16366 | 2025.05.22 21:28:46.396658 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16367 | 2025.05.22 21:28:46.396808 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41236 | ||
16368 | 2025.05.22 21:28:46.902081 [ 220 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
16369 | 2025.05.22 21:28:46.902137 [ 220 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
16370 | 2025.05.22 21:28:46.905308 [ 220 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
16371 | 2025.05.22 21:28:47.445198 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16372 | 2025.05.22 21:28:47.445473 [ 261 ] {b0d005a8-17cb-4039-9fc2-015a6644bb59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) 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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) | ||
16373 | 2025.05.22 21:28:47.445854 [ 261 ] {b0d005a8-17cb-4039-9fc2-015a6644bb59} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
16374 | 2025.05.22 21:28:47.445895 [ 261 ] {b0d005a8-17cb-4039-9fc2-015a6644bb59} <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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 | ||
16375 | 2025.05.22 21:28:47.446180 [ 261 ] {b0d005a8-17cb-4039-9fc2-015a6644bb59} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
16376 | 2025.05.22 21:28:47.446248 [ 261 ] {b0d005a8-17cb-4039-9fc2-015a6644bb59} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
16377 | 2025.05.22 21:28:47.446392 [ 261 ] {b0d005a8-17cb-4039-9fc2-015a6644bb59} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Key condition: (column 0 notIn 48-element set) | ||
16378 | 2025.05.22 21:28:47.446549 [ 293 ] {b0d005a8-17cb-4039-9fc2-015a6644bb59} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
16379 | 2025.05.22 21:28:47.446591 [ 292 ] {b0d005a8-17cb-4039-9fc2-015a6644bb59} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
16380 | 2025.05.22 21:28:47.446598 [ 295 ] {b0d005a8-17cb-4039-9fc2-015a6644bb59} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
16381 | 2025.05.22 21:28:47.446835 [ 261 ] {b0d005a8-17cb-4039-9fc2-015a6644bb59} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
16382 | 2025.05.22 21:28:47.446877 [ 261 ] {b0d005a8-17cb-4039-9fc2-015a6644bb59} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
16383 | 2025.05.22 21:28:47.447006 [ 261 ] {b0d005a8-17cb-4039-9fc2-015a6644bb59} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
16384 | 2025.05.22 21:28:47.447005 [ 224 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
16385 | 2025.05.22 21:28:47.447051 [ 261 ] {b0d005a8-17cb-4039-9fc2-015a6644bb59} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b) (SelectExecutor): Reading approx. 48 rows with 3 streams | ||
16386 | 2025.05.22 21:28:47.447068 [ 224 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
16387 | 2025.05.22 21:28:47.447129 [ 261 ] {b0d005a8-17cb-4039-9fc2-015a6644bb59} <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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
16388 | 2025.05.22 21:28:47.447202 [ 261 ] {b0d005a8-17cb-4039-9fc2-015a6644bb59} <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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
16389 | 2025.05.22 21:28:47.447266 [ 261 ] {b0d005a8-17cb-4039-9fc2-015a6644bb59} <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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
16390 | 2025.05.22 21:28:47.449054 [ 261 ] {b0d005a8-17cb-4039-9fc2-015a6644bb59} <Debug> executeQuery: Read 48 rows, 1.91 KiB in 0.003704 sec., 12958.963282937366 rows/sec., 514.38 KiB/sec. | ||
16391 | 2025.05.22 21:28:47.449222 [ 261 ] {b0d005a8-17cb-4039-9fc2-015a6644bb59} <Debug> TCPHandler: Processed in 0.004170862 sec. | ||
16392 | 2025.05.22 21:28:47.449875 [ 224 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
16393 | 2025.05.22 21:28:47.455540 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16394 | 2025.05.22 21:28:47.455677 [ 261 ] {3519e465-933f-408f-92b6-0096f891c153} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
16395 | 2025.05.22 21:28:47.455732 [ 261 ] {3519e465-933f-408f-92b6-0096f891c153} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
16396 | 2025.05.22 21:28:47.456416 [ 261 ] {3519e465-933f-408f-92b6-0096f891c153} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16397 | 2025.05.22 21:28:47.456464 [ 261 ] {3519e465-933f-408f-92b6-0096f891c153} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16398 | 2025.05.22 21:28:47.456898 [ 261 ] {3519e465-933f-408f-92b6-0096f891c153} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
16399 | 2025.05.22 21:28:47.457103 [ 261 ] {3519e465-933f-408f-92b6-0096f891c153} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16400 | 2025.05.22 21:28:47.457258 [ 261 ] {3519e465-933f-408f-92b6-0096f891c153} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.00162 sec., 617.283950617284 rows/sec., 171.80 KiB/sec. | ||
16401 | 2025.05.22 21:28:47.457264 [ 225 ] {} <Trace> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
16402 | 2025.05.22 21:28:47.457304 [ 261 ] {3519e465-933f-408f-92b6-0096f891c153} <Debug> TCPHandler: Processed in 0.001828277 sec. | ||
16403 | 2025.05.22 21:28:47.457310 [ 225 ] {} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
16404 | 2025.05.22 21:28:47.457433 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16405 | 2025.05.22 21:28:47.457535 [ 261 ] {dd47168f-48fc-474a-a9ec-462cb3373f95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
16406 | 2025.05.22 21:28:47.457577 [ 261 ] {dd47168f-48fc-474a-a9ec-462cb3373f95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16407 | 2025.05.22 21:28:47.457986 [ 261 ] {dd47168f-48fc-474a-a9ec-462cb3373f95} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16408 | 2025.05.22 21:28:47.458024 [ 261 ] {dd47168f-48fc-474a-a9ec-462cb3373f95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16409 | 2025.05.22 21:28:47.458326 [ 261 ] {dd47168f-48fc-474a-a9ec-462cb3373f95} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
16410 | 2025.05.22 21:28:47.458540 [ 261 ] {dd47168f-48fc-474a-a9ec-462cb3373f95} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16411 | 2025.05.22 21:28:47.458677 [ 261 ] {dd47168f-48fc-474a-a9ec-462cb3373f95} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.001163 sec., 859.8452278589854 rows/sec., 63.82 KiB/sec. | ||
16412 | 2025.05.22 21:28:47.458716 [ 261 ] {dd47168f-48fc-474a-a9ec-462cb3373f95} <Debug> TCPHandler: Processed in 0.001334799 sec. | ||
16413 | 2025.05.22 21:28:47.458839 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16414 | 2025.05.22 21:28:47.458935 [ 261 ] {34c049ff-30a9-4b35-96ac-96e1fdfaf61e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
16415 | 2025.05.22 21:28:47.458976 [ 261 ] {34c049ff-30a9-4b35-96ac-96e1fdfaf61e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16416 | 2025.05.22 21:28:47.459476 [ 261 ] {34c049ff-30a9-4b35-96ac-96e1fdfaf61e} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16417 | 2025.05.22 21:28:47.459514 [ 261 ] {34c049ff-30a9-4b35-96ac-96e1fdfaf61e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16418 | 2025.05.22 21:28:47.459828 [ 261 ] {34c049ff-30a9-4b35-96ac-96e1fdfaf61e} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
16419 | 2025.05.22 21:28:47.460066 [ 261 ] {34c049ff-30a9-4b35-96ac-96e1fdfaf61e} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16420 | 2025.05.22 21:28:47.460213 [ 261 ] {34c049ff-30a9-4b35-96ac-96e1fdfaf61e} <Debug> executeQuery: Read 152 rows, 13.44 KiB in 0.001296 sec., 117283.95061728395 rows/sec., 10.13 MiB/sec. | ||
16421 | 2025.05.22 21:28:47.460252 [ 261 ] {34c049ff-30a9-4b35-96ac-96e1fdfaf61e} <Debug> TCPHandler: Processed in 0.001463752 sec. | ||
16422 | 2025.05.22 21:28:47.460369 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16423 | 2025.05.22 21:28:47.460464 [ 261 ] {0786a2e3-8264-46de-8736-ee61a6f629ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
16424 | 2025.05.22 21:28:47.460503 [ 261 ] {0786a2e3-8264-46de-8736-ee61a6f629ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16425 | 2025.05.22 21:28:47.460915 [ 261 ] {0786a2e3-8264-46de-8736-ee61a6f629ee} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16426 | 2025.05.22 21:28:47.460927 [ 225 ] {} <Debug> oximeter.timeseries_schema (40943065-4486-4d64-afd9-175c239a868b): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
16427 | 2025.05.22 21:28:47.460955 [ 261 ] {0786a2e3-8264-46de-8736-ee61a6f629ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16428 | 2025.05.22 21:28:47.461255 [ 261 ] {0786a2e3-8264-46de-8736-ee61a6f629ee} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
16429 | 2025.05.22 21:28:47.461473 [ 261 ] {0786a2e3-8264-46de-8736-ee61a6f629ee} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16430 | 2025.05.22 21:28:47.461606 [ 261 ] {0786a2e3-8264-46de-8736-ee61a6f629ee} <Debug> executeQuery: Read 48 rows, 3.60 KiB in 0.001161 sec., 41343.669250645995 rows/sec., 3.03 MiB/sec. | ||
16431 | 2025.05.22 21:28:47.461644 [ 261 ] {0786a2e3-8264-46de-8736-ee61a6f629ee} <Debug> TCPHandler: Processed in 0.00132496 sec. | ||
16432 | 2025.05.22 21:28:47.461755 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16433 | 2025.05.22 21:28:47.461848 [ 261 ] {9de2ca52-782e-49b2-be74-60ddc198f347} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
16434 | 2025.05.22 21:28:47.461887 [ 261 ] {9de2ca52-782e-49b2-be74-60ddc198f347} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16435 | 2025.05.22 21:28:47.462321 [ 261 ] {9de2ca52-782e-49b2-be74-60ddc198f347} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16436 | 2025.05.22 21:28:47.462357 [ 261 ] {9de2ca52-782e-49b2-be74-60ddc198f347} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16437 | 2025.05.22 21:28:47.462663 [ 261 ] {9de2ca52-782e-49b2-be74-60ddc198f347} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
16438 | 2025.05.22 21:28:47.462879 [ 261 ] {9de2ca52-782e-49b2-be74-60ddc198f347} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16439 | 2025.05.22 21:28:47.463012 [ 261 ] {9de2ca52-782e-49b2-be74-60ddc198f347} <Debug> executeQuery: Read 124 rows, 9.82 KiB in 0.001182 sec., 104906.93739424703 rows/sec., 8.12 MiB/sec. | ||
16440 | 2025.05.22 21:28:47.463050 [ 261 ] {9de2ca52-782e-49b2-be74-60ddc198f347} <Debug> TCPHandler: Processed in 0.0013447 sec. | ||
16441 | 2025.05.22 21:28:47.463163 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16442 | 2025.05.22 21:28:47.463255 [ 261 ] {8790c625-0564-4ae8-8cab-b7eaf2fdad5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
16443 | 2025.05.22 21:28:47.463297 [ 261 ] {8790c625-0564-4ae8-8cab-b7eaf2fdad5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16444 | 2025.05.22 21:28:47.463705 [ 261 ] {8790c625-0564-4ae8-8cab-b7eaf2fdad5d} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16445 | 2025.05.22 21:28:47.463740 [ 261 ] {8790c625-0564-4ae8-8cab-b7eaf2fdad5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16446 | 2025.05.22 21:28:47.464061 [ 261 ] {8790c625-0564-4ae8-8cab-b7eaf2fdad5d} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
16447 | 2025.05.22 21:28:47.464283 [ 261 ] {8790c625-0564-4ae8-8cab-b7eaf2fdad5d} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16448 | 2025.05.22 21:28:47.464415 [ 261 ] {8790c625-0564-4ae8-8cab-b7eaf2fdad5d} <Debug> executeQuery: Read 161 rows, 11.47 KiB in 0.001176 sec., 136904.76190476192 rows/sec., 9.53 MiB/sec. | ||
16449 | 2025.05.22 21:28:47.464452 [ 261 ] {8790c625-0564-4ae8-8cab-b7eaf2fdad5d} <Debug> TCPHandler: Processed in 0.00133895 sec. | ||
16450 | 2025.05.22 21:28:47.464561 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16451 | 2025.05.22 21:28:47.464654 [ 261 ] {b7d46ca2-d66a-4657-9185-33e0343b2941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
16452 | 2025.05.22 21:28:47.464709 [ 261 ] {b7d46ca2-d66a-4657-9185-33e0343b2941} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
16453 | 2025.05.22 21:28:47.465591 [ 261 ] {b7d46ca2-d66a-4657-9185-33e0343b2941} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16454 | 2025.05.22 21:28:47.465626 [ 261 ] {b7d46ca2-d66a-4657-9185-33e0343b2941} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16455 | 2025.05.22 21:28:47.466180 [ 261 ] {b7d46ca2-d66a-4657-9185-33e0343b2941} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
16456 | 2025.05.22 21:28:47.466408 [ 261 ] {b7d46ca2-d66a-4657-9185-33e0343b2941} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16457 | 2025.05.22 21:28:47.466549 [ 261 ] {b7d46ca2-d66a-4657-9185-33e0343b2941} <Debug> executeQuery: Read 47 rows, 86.24 KiB in 0.001912 sec., 24581.589958158995 rows/sec., 44.05 MiB/sec. | ||
16458 | 2025.05.22 21:28:47.466614 [ 261 ] {b7d46ca2-d66a-4657-9185-33e0343b2941} <Debug> TCPHandler: Processed in 0.002102622 sec. | ||
16459 | 2025.05.22 21:28:47.466730 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16460 | 2025.05.22 21:28:47.466825 [ 261 ] {1ba72d2f-709c-47d9-892a-2b144c93dc5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
16461 | 2025.05.22 21:28:47.466867 [ 261 ] {1ba72d2f-709c-47d9-892a-2b144c93dc5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
16462 | 2025.05.22 21:28:47.467183 [ 261 ] {1ba72d2f-709c-47d9-892a-2b144c93dc5a} <Trace> oximeter.measurements_i64 (a562d16c-6ec6-4d47-ba75-634183f2881f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16463 | 2025.05.22 21:28:47.467218 [ 261 ] {1ba72d2f-709c-47d9-892a-2b144c93dc5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16464 | 2025.05.22 21:28:47.467508 [ 261 ] {1ba72d2f-709c-47d9-892a-2b144c93dc5a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
16465 | 2025.05.22 21:28:47.467717 [ 261 ] {1ba72d2f-709c-47d9-892a-2b144c93dc5a} <Trace> oximeter.measurements_i64 (a562d16c-6ec6-4d47-ba75-634183f2881f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16466 | 2025.05.22 21:28:47.467843 [ 261 ] {1ba72d2f-709c-47d9-892a-2b144c93dc5a} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.001036 sec., 5791.505791505791 rows/sec., 381.76 KiB/sec. | ||
16467 | 2025.05.22 21:28:47.467879 [ 261 ] {1ba72d2f-709c-47d9-892a-2b144c93dc5a} <Debug> TCPHandler: Processed in 0.001199618 sec. | ||
16468 | 2025.05.22 21:28:47.467987 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16469 | 2025.05.22 21:28:47.468080 [ 261 ] {23389293-f8ce-4ac5-8ae6-79bde451fa98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
16470 | 2025.05.22 21:28:47.468119 [ 261 ] {23389293-f8ce-4ac5-8ae6-79bde451fa98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16471 | 2025.05.22 21:28:47.468448 [ 261 ] {23389293-f8ce-4ac5-8ae6-79bde451fa98} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16472 | 2025.05.22 21:28:47.468484 [ 261 ] {23389293-f8ce-4ac5-8ae6-79bde451fa98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16473 | 2025.05.22 21:28:47.468784 [ 261 ] {23389293-f8ce-4ac5-8ae6-79bde451fa98} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
16474 | 2025.05.22 21:28:47.469007 [ 261 ] {23389293-f8ce-4ac5-8ae6-79bde451fa98} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16475 | 2025.05.22 21:28:47.469139 [ 261 ] {23389293-f8ce-4ac5-8ae6-79bde451fa98} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. | ||
16476 | 2025.05.22 21:28:47.469176 [ 261 ] {23389293-f8ce-4ac5-8ae6-79bde451fa98} <Debug> TCPHandler: Processed in 0.001238238 sec. | ||
16477 | 2025.05.22 21:28:47.469208 [ 223 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
16478 | 2025.05.22 21:28:47.469253 [ 223 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
16479 | 2025.05.22 21:28:47.471932 [ 223 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
16480 | 2025.05.22 21:28:48.457618 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
16481 | 2025.05.22 21:28:48.457690 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
16482 | 2025.05.22 21:28:48.460339 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
16483 | 2025.05.22 21:28:48.627561 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 678 | ||
16484 | 2025.05.22 21:28:48.643969 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16485 | 2025.05.22 21:28:48.644027 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16486 | 2025.05.22 21:28:48.650334 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
16487 | 2025.05.22 21:28:48.651019 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16488 | 2025.05.22 21:28:48.654102 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 678 | ||
16489 | 2025.05.22 21:28:50.071155 [ 220 ] {} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
16490 | 2025.05.22 21:28:50.071216 [ 220 ] {} <Debug> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
16491 | 2025.05.22 21:28:50.074342 [ 220 ] {} <Debug> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
16492 | 2025.05.22 21:28:51.519329 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 2252 | ||
16493 | 2025.05.22 21:28:51.522268 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16494 | 2025.05.22 21:28:51.522317 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16495 | 2025.05.22 21:28:51.523533 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
16496 | 2025.05.22 21:28:51.523807 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16497 | 2025.05.22 21:28:51.524076 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2252 | ||
16498 | 2025.05.22 21:28:52.454823 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16499 | 2025.05.22 21:28:52.455054 [ 261 ] {d1667f04-2106-45ca-b92f-8214af582b38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
16500 | 2025.05.22 21:28:52.455144 [ 261 ] {d1667f04-2106-45ca-b92f-8214af582b38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
16501 | 2025.05.22 21:28:52.455984 [ 261 ] {d1667f04-2106-45ca-b92f-8214af582b38} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16502 | 2025.05.22 21:28:52.456034 [ 261 ] {d1667f04-2106-45ca-b92f-8214af582b38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16503 | 2025.05.22 21:28:52.456558 [ 261 ] {d1667f04-2106-45ca-b92f-8214af582b38} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
16504 | 2025.05.22 21:28:52.457000 [ 261 ] {d1667f04-2106-45ca-b92f-8214af582b38} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16505 | 2025.05.22 21:28:52.457161 [ 261 ] {d1667f04-2106-45ca-b92f-8214af582b38} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00217 sec., 97695.8525345622 rows/sec., 6.21 MiB/sec. | ||
16506 | 2025.05.22 21:28:52.457212 [ 261 ] {d1667f04-2106-45ca-b92f-8214af582b38} <Debug> TCPHandler: Processed in 0.002549398 sec. | ||
16507 | 2025.05.22 21:28:52.457333 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16508 | 2025.05.22 21:28:52.457437 [ 261 ] {34277875-5d33-43f1-a6f8-fd741c380ad0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
16509 | 2025.05.22 21:28:52.457482 [ 261 ] {34277875-5d33-43f1-a6f8-fd741c380ad0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16510 | 2025.05.22 21:28:52.457893 [ 261 ] {34277875-5d33-43f1-a6f8-fd741c380ad0} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16511 | 2025.05.22 21:28:52.457931 [ 261 ] {34277875-5d33-43f1-a6f8-fd741c380ad0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16512 | 2025.05.22 21:28:52.458339 [ 261 ] {34277875-5d33-43f1-a6f8-fd741c380ad0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
16513 | 2025.05.22 21:28:52.458824 [ 261 ] {34277875-5d33-43f1-a6f8-fd741c380ad0} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16514 | 2025.05.22 21:28:52.458959 [ 261 ] {34277875-5d33-43f1-a6f8-fd741c380ad0} <Debug> executeQuery: Read 6 rows, 486.00 B in 0.001546 sec., 3880.9831824062094 rows/sec., 306.99 KiB/sec. | ||
16515 | 2025.05.22 21:28:52.458998 [ 261 ] {34277875-5d33-43f1-a6f8-fd741c380ad0} <Debug> TCPHandler: Processed in 0.001719406 sec. | ||
16516 | 2025.05.22 21:28:52.459104 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16517 | 2025.05.22 21:28:52.459200 [ 261 ] {cd259e50-489d-41ae-a402-e92fc90e9954} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
16518 | 2025.05.22 21:28:52.459241 [ 261 ] {cd259e50-489d-41ae-a402-e92fc90e9954} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16519 | 2025.05.22 21:28:52.459962 [ 261 ] {cd259e50-489d-41ae-a402-e92fc90e9954} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16520 | 2025.05.22 21:28:52.459998 [ 261 ] {cd259e50-489d-41ae-a402-e92fc90e9954} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16521 | 2025.05.22 21:28:52.460450 [ 261 ] {cd259e50-489d-41ae-a402-e92fc90e9954} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
16522 | 2025.05.22 21:28:52.460884 [ 261 ] {cd259e50-489d-41ae-a402-e92fc90e9954} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16523 | 2025.05.22 21:28:52.461019 [ 261 ] {cd259e50-489d-41ae-a402-e92fc90e9954} <Debug> executeQuery: Read 641 rows, 51.48 KiB in 0.001838 sec., 348748.6398258977 rows/sec., 27.35 MiB/sec. | ||
16524 | 2025.05.22 21:28:52.461058 [ 261 ] {cd259e50-489d-41ae-a402-e92fc90e9954} <Debug> TCPHandler: Processed in 0.00200533 sec. | ||
16525 | 2025.05.22 21:28:52.461167 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16526 | 2025.05.22 21:28:52.461263 [ 261 ] {e45e10ba-d4f3-43bd-91b2-99b394a9a53e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
16527 | 2025.05.22 21:28:52.461306 [ 261 ] {e45e10ba-d4f3-43bd-91b2-99b394a9a53e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16528 | 2025.05.22 21:28:52.461729 [ 261 ] {e45e10ba-d4f3-43bd-91b2-99b394a9a53e} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16529 | 2025.05.22 21:28:52.461765 [ 261 ] {e45e10ba-d4f3-43bd-91b2-99b394a9a53e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16530 | 2025.05.22 21:28:52.462235 [ 261 ] {e45e10ba-d4f3-43bd-91b2-99b394a9a53e} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
16531 | 2025.05.22 21:28:52.462668 [ 261 ] {e45e10ba-d4f3-43bd-91b2-99b394a9a53e} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16532 | 2025.05.22 21:28:52.462801 [ 261 ] {e45e10ba-d4f3-43bd-91b2-99b394a9a53e} <Debug> executeQuery: Read 121 rows, 7.47 KiB in 0.001556 sec., 77763.49614395887 rows/sec., 4.69 MiB/sec. | ||
16533 | 2025.05.22 21:28:52.462840 [ 261 ] {e45e10ba-d4f3-43bd-91b2-99b394a9a53e} <Debug> TCPHandler: Processed in 0.001723106 sec. | ||
16534 | 2025.05.22 21:28:52.462950 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16535 | 2025.05.22 21:28:52.463044 [ 261 ] {cd365dfe-64bf-4d72-84c1-0c87e45fa17a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
16536 | 2025.05.22 21:28:52.463085 [ 261 ] {cd365dfe-64bf-4d72-84c1-0c87e45fa17a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16537 | 2025.05.22 21:28:52.463499 [ 261 ] {cd365dfe-64bf-4d72-84c1-0c87e45fa17a} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16538 | 2025.05.22 21:28:52.463536 [ 261 ] {cd365dfe-64bf-4d72-84c1-0c87e45fa17a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16539 | 2025.05.22 21:28:52.463941 [ 261 ] {cd365dfe-64bf-4d72-84c1-0c87e45fa17a} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
16540 | 2025.05.22 21:28:52.464366 [ 261 ] {cd365dfe-64bf-4d72-84c1-0c87e45fa17a} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16541 | 2025.05.22 21:28:52.464497 [ 261 ] {cd365dfe-64bf-4d72-84c1-0c87e45fa17a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00147 sec., 76870.74829931973 rows/sec., 4.98 MiB/sec. | ||
16542 | 2025.05.22 21:28:52.464535 [ 261 ] {cd365dfe-64bf-4d72-84c1-0c87e45fa17a} <Debug> TCPHandler: Processed in 0.001636445 sec. | ||
16543 | 2025.05.22 21:28:52.464645 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16544 | 2025.05.22 21:28:52.464739 [ 261 ] {0bd09c79-6970-4b14-ba75-4ec60121965a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
16545 | 2025.05.22 21:28:52.464779 [ 261 ] {0bd09c79-6970-4b14-ba75-4ec60121965a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
16546 | 2025.05.22 21:28:52.465187 [ 261 ] {0bd09c79-6970-4b14-ba75-4ec60121965a} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16547 | 2025.05.22 21:28:52.465224 [ 261 ] {0bd09c79-6970-4b14-ba75-4ec60121965a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16548 | 2025.05.22 21:28:52.465639 [ 261 ] {0bd09c79-6970-4b14-ba75-4ec60121965a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
16549 | 2025.05.22 21:28:52.466064 [ 261 ] {0bd09c79-6970-4b14-ba75-4ec60121965a} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16550 | 2025.05.22 21:28:52.466193 [ 261 ] {0bd09c79-6970-4b14-ba75-4ec60121965a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001472 sec., 76086.95652173914 rows/sec., 4.33 MiB/sec. | ||
16551 | 2025.05.22 21:28:52.466232 [ 261 ] {0bd09c79-6970-4b14-ba75-4ec60121965a} <Debug> TCPHandler: Processed in 0.001638264 sec. | ||
16552 | 2025.05.22 21:28:52.466342 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16553 | 2025.05.22 21:28:52.466437 [ 261 ] {476be94e-105d-4bae-b99d-b3c4d2bbe76a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
16554 | 2025.05.22 21:28:52.466477 [ 261 ] {476be94e-105d-4bae-b99d-b3c4d2bbe76a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16555 | 2025.05.22 21:28:52.467046 [ 261 ] {476be94e-105d-4bae-b99d-b3c4d2bbe76a} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16556 | 2025.05.22 21:28:52.467083 [ 261 ] {476be94e-105d-4bae-b99d-b3c4d2bbe76a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16557 | 2025.05.22 21:28:52.467601 [ 261 ] {476be94e-105d-4bae-b99d-b3c4d2bbe76a} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
16558 | 2025.05.22 21:28:52.468151 [ 261 ] {476be94e-105d-4bae-b99d-b3c4d2bbe76a} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16559 | 2025.05.22 21:28:52.468294 [ 261 ] {476be94e-105d-4bae-b99d-b3c4d2bbe76a} <Debug> executeQuery: Read 409 rows, 29.61 KiB in 0.001875 sec., 218133.33333333334 rows/sec., 15.42 MiB/sec. | ||
16560 | 2025.05.22 21:28:52.468334 [ 261 ] {476be94e-105d-4bae-b99d-b3c4d2bbe76a} <Debug> TCPHandler: Processed in 0.002042851 sec. | ||
16561 | 2025.05.22 21:28:52.468448 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16562 | 2025.05.22 21:28:52.468553 [ 261 ] {9e25543b-6cac-4f81-815c-cfac367f9461} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
16563 | 2025.05.22 21:28:52.468597 [ 261 ] {9e25543b-6cac-4f81-815c-cfac367f9461} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16564 | 2025.05.22 21:28:52.468974 [ 261 ] {9e25543b-6cac-4f81-815c-cfac367f9461} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16565 | 2025.05.22 21:28:52.469012 [ 261 ] {9e25543b-6cac-4f81-815c-cfac367f9461} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16566 | 2025.05.22 21:28:52.469516 [ 261 ] {9e25543b-6cac-4f81-815c-cfac367f9461} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
16567 | 2025.05.22 21:28:52.469989 [ 261 ] {9e25543b-6cac-4f81-815c-cfac367f9461} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16568 | 2025.05.22 21:28:52.470128 [ 261 ] {9e25543b-6cac-4f81-815c-cfac367f9461} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001594 sec., 3764.115432873275 rows/sec., 196.66 KiB/sec. | ||
16569 | 2025.05.22 21:28:52.470165 [ 261 ] {9e25543b-6cac-4f81-815c-cfac367f9461} <Debug> TCPHandler: Processed in 0.001768247 sec. | ||
16570 | 2025.05.22 21:28:52.470276 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16571 | 2025.05.22 21:28:52.470373 [ 261 ] {fc7920c8-d1f0-4a8c-b301-02cc3bd464a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
16572 | 2025.05.22 21:28:52.470418 [ 261 ] {fc7920c8-d1f0-4a8c-b301-02cc3bd464a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16573 | 2025.05.22 21:28:52.470845 [ 261 ] {fc7920c8-d1f0-4a8c-b301-02cc3bd464a4} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16574 | 2025.05.22 21:28:52.470882 [ 261 ] {fc7920c8-d1f0-4a8c-b301-02cc3bd464a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16575 | 2025.05.22 21:28:52.471356 [ 261 ] {fc7920c8-d1f0-4a8c-b301-02cc3bd464a4} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
16576 | 2025.05.22 21:28:52.471833 [ 261 ] {fc7920c8-d1f0-4a8c-b301-02cc3bd464a4} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16577 | 2025.05.22 21:28:52.471973 [ 261 ] {fc7920c8-d1f0-4a8c-b301-02cc3bd464a4} <Debug> executeQuery: Read 241 rows, 16.53 KiB in 0.001619 sec., 148857.31933292156 rows/sec., 9.97 MiB/sec. | ||
16578 | 2025.05.22 21:28:52.472012 [ 261 ] {fc7920c8-d1f0-4a8c-b301-02cc3bd464a4} <Debug> TCPHandler: Processed in 0.001786287 sec. | ||
16579 | 2025.05.22 21:28:52.472124 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16580 | 2025.05.22 21:28:52.472219 [ 261 ] {dda14307-caad-4202-84b3-b8f668e0b1f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
16581 | 2025.05.22 21:28:52.472261 [ 261 ] {dda14307-caad-4202-84b3-b8f668e0b1f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
16582 | 2025.05.22 21:28:52.472577 [ 261 ] {dda14307-caad-4202-84b3-b8f668e0b1f5} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16583 | 2025.05.22 21:28:52.472613 [ 261 ] {dda14307-caad-4202-84b3-b8f668e0b1f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16584 | 2025.05.22 21:28:52.473047 [ 261 ] {dda14307-caad-4202-84b3-b8f668e0b1f5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
16585 | 2025.05.22 21:28:52.473515 [ 261 ] {dda14307-caad-4202-84b3-b8f668e0b1f5} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16586 | 2025.05.22 21:28:52.473649 [ 261 ] {dda14307-caad-4202-84b3-b8f668e0b1f5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001448 sec., 690.6077348066298 rows/sec., 46.54 KiB/sec. | ||
16587 | 2025.05.22 21:28:52.473686 [ 261 ] {dda14307-caad-4202-84b3-b8f668e0b1f5} <Debug> TCPHandler: Processed in 0.001613034 sec. | ||
16588 | 2025.05.22 21:28:52.473786 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16589 | 2025.05.22 21:28:52.473881 [ 261 ] {3cfe46cf-706e-4629-b74f-6f40718d8f00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
16590 | 2025.05.22 21:28:52.473936 [ 261 ] {3cfe46cf-706e-4629-b74f-6f40718d8f00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
16591 | 2025.05.22 21:28:52.474716 [ 261 ] {3cfe46cf-706e-4629-b74f-6f40718d8f00} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16592 | 2025.05.22 21:28:52.474753 [ 261 ] {3cfe46cf-706e-4629-b74f-6f40718d8f00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16593 | 2025.05.22 21:28:52.475427 [ 261 ] {3cfe46cf-706e-4629-b74f-6f40718d8f00} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
16594 | 2025.05.22 21:28:52.475894 [ 261 ] {3cfe46cf-706e-4629-b74f-6f40718d8f00} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16595 | 2025.05.22 21:28:52.476037 [ 261 ] {3cfe46cf-706e-4629-b74f-6f40718d8f00} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002175 sec., 4137.931034482759 rows/sec., 7.41 MiB/sec. | ||
16596 | 2025.05.22 21:28:52.476104 [ 261 ] {3cfe46cf-706e-4629-b74f-6f40718d8f00} <Debug> TCPHandler: Processed in 0.002368215 sec. | ||
16597 | 2025.05.22 21:28:52.476216 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16598 | 2025.05.22 21:28:52.476313 [ 261 ] {a40857cd-a4b7-4201-9535-142d44e94f2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
16599 | 2025.05.22 21:28:52.476355 [ 261 ] {a40857cd-a4b7-4201-9535-142d44e94f2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16600 | 2025.05.22 21:28:52.476705 [ 261 ] {a40857cd-a4b7-4201-9535-142d44e94f2d} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16601 | 2025.05.22 21:28:52.476742 [ 261 ] {a40857cd-a4b7-4201-9535-142d44e94f2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16602 | 2025.05.22 21:28:52.477173 [ 261 ] {a40857cd-a4b7-4201-9535-142d44e94f2d} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
16603 | 2025.05.22 21:28:52.477691 [ 261 ] {a40857cd-a4b7-4201-9535-142d44e94f2d} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16604 | 2025.05.22 21:28:52.477821 [ 261 ] {a40857cd-a4b7-4201-9535-142d44e94f2d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001527 sec., 53700.06548788474 rows/sec., 3.41 MiB/sec. | ||
16605 | 2025.05.22 21:28:52.477857 [ 261 ] {a40857cd-a4b7-4201-9535-142d44e94f2d} <Debug> TCPHandler: Processed in 0.001692005 sec. | ||
16606 | 2025.05.22 21:28:53.896956 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 41663 | ||
16607 | 2025.05.22 21:28:53.897508 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16608 | 2025.05.22 21:28:53.897570 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16609 | 2025.05.22 21:28:53.898154 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
16610 | 2025.05.22 21:28:53.898458 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16611 | 2025.05.22 21:28:53.898631 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41663 | ||
16612 | 2025.05.22 21:28:53.898651 [ 86 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
16613 | 2025.05.22 21:28:53.898731 [ 86 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16614 | 2025.05.22 21:28:53.898760 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16615 | 2025.05.22 21:28:53.898896 [ 196 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
16616 | 2025.05.22 21:28:53.899042 [ 196 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16617 | 2025.05.22 21:28:53.899086 [ 196 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 39406 rows starting from the beginning of the part | ||
16618 | 2025.05.22 21:28:53.899153 [ 196 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 427 rows starting from the beginning of the part | ||
16619 | 2025.05.22 21:28:53.899203 [ 196 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 488 rows starting from the beginning of the part | ||
16620 | 2025.05.22 21:28:53.899251 [ 196 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 427 rows starting from the beginning of the part | ||
16621 | 2025.05.22 21:28:53.899294 [ 196 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 488 rows starting from the beginning of the part | ||
16622 | 2025.05.22 21:28:53.899337 [ 196 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 427 rows starting from the beginning of the part | ||
16623 | 2025.05.22 21:28:53.902215 [ 198 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41663 rows, containing 4 columns (4 merged, 0 gathered) in 0.00337561 sec., 12342361.824973857 rows/sec., 176.56 MiB/sec. | ||
16624 | 2025.05.22 21:28:53.902607 [ 198 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
16625 | 2025.05.22 21:28:53.902976 [ 198 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_91_18} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16626 | 2025.05.22 21:28:53.903059 [ 198 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_91_18} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
16627 | 2025.05.22 21:28:53.903182 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
16628 | 2025.05.22 21:28:56.154170 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 685 | ||
16629 | 2025.05.22 21:28:56.173242 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16630 | 2025.05.22 21:28:56.173309 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16631 | 2025.05.22 21:28:56.179966 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
16632 | 2025.05.22 21:28:56.180774 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16633 | 2025.05.22 21:28:56.181115 [ 83 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
16634 | 2025.05.22 21:28:56.181178 [ 83 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16635 | 2025.05.22 21:28:56.181199 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16636 | 2025.05.22 21:28:56.181295 [ 200 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
16637 | 2025.05.22 21:28:56.184302 [ 200 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16638 | 2025.05.22 21:28:56.185171 [ 200 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 648 rows starting from the beginning of the part | ||
16639 | 2025.05.22 21:28:56.185278 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 685 | ||
16640 | 2025.05.22 21:28:56.188820 [ 200 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 7 rows starting from the beginning of the part | ||
16641 | 2025.05.22 21:28:56.192599 [ 200 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part | ||
16642 | 2025.05.22 21:28:56.196760 [ 200 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 7 rows starting from the beginning of the part | ||
16643 | 2025.05.22 21:28:56.201476 [ 200 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 8 rows starting from the beginning of the part | ||
16644 | 2025.05.22 21:28:56.206224 [ 200 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 7 rows starting from the beginning of the part | ||
16645 | 2025.05.22 21:28:56.268172 [ 194 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 685 rows, containing 679 columns (679 merged, 0 gathered) in 0.086913623 sec., 7881.3881685728375 rows/sec., 40.75 MiB/sec. | ||
16646 | 2025.05.22 21:28:56.271271 [ 190 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
16647 | 2025.05.22 21:28:56.273259 [ 190 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_91_18} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16648 | 2025.05.22 21:28:56.273364 [ 190 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_91_18} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
16649 | 2025.05.22 21:28:56.275968 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
16650 | 2025.05.22 21:28:57.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 374.23 MiB, peak 391.65 MiB, free memory in arenas 0.00 B, will set to 373.17 MiB (RSS), difference: -1.06 MiB | ||
16651 | 2025.05.22 21:28:57.450767 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16652 | 2025.05.22 21:28:57.450974 [ 261 ] {33bb1741-1806-4df3-95d0-315412b5f79c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
16653 | 2025.05.22 21:28:57.451052 [ 261 ] {33bb1741-1806-4df3-95d0-315412b5f79c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16654 | 2025.05.22 21:28:57.451748 [ 261 ] {33bb1741-1806-4df3-95d0-315412b5f79c} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16655 | 2025.05.22 21:28:57.451797 [ 261 ] {33bb1741-1806-4df3-95d0-315412b5f79c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16656 | 2025.05.22 21:28:57.452172 [ 261 ] {33bb1741-1806-4df3-95d0-315412b5f79c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
16657 | 2025.05.22 21:28:57.452396 [ 261 ] {33bb1741-1806-4df3-95d0-315412b5f79c} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16658 | 2025.05.22 21:28:57.452551 [ 261 ] {33bb1741-1806-4df3-95d0-315412b5f79c} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.001634 sec., 611.9951040391677 rows/sec., 45.42 KiB/sec. | ||
16659 | 2025.05.22 21:28:57.452594 [ 261 ] {33bb1741-1806-4df3-95d0-315412b5f79c} <Debug> TCPHandler: Processed in 0.001974959 sec. | ||
16660 | 2025.05.22 21:28:57.452721 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16661 | 2025.05.22 21:28:57.452818 [ 261 ] {67382f56-6af8-4e32-b106-6d9748f719b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
16662 | 2025.05.22 21:28:57.452860 [ 261 ] {67382f56-6af8-4e32-b106-6d9748f719b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16663 | 2025.05.22 21:28:57.453370 [ 261 ] {67382f56-6af8-4e32-b106-6d9748f719b9} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16664 | 2025.05.22 21:28:57.453405 [ 261 ] {67382f56-6af8-4e32-b106-6d9748f719b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16665 | 2025.05.22 21:28:57.453715 [ 261 ] {67382f56-6af8-4e32-b106-6d9748f719b9} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
16666 | 2025.05.22 21:28:57.453937 [ 261 ] {67382f56-6af8-4e32-b106-6d9748f719b9} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16667 | 2025.05.22 21:28:57.454071 [ 261 ] {67382f56-6af8-4e32-b106-6d9748f719b9} <Debug> executeQuery: Read 158 rows, 14.01 KiB in 0.001271 sec., 124311.56569630213 rows/sec., 10.76 MiB/sec. | ||
16668 | 2025.05.22 21:28:57.454110 [ 261 ] {67382f56-6af8-4e32-b106-6d9748f719b9} <Debug> TCPHandler: Processed in 0.001440642 sec. | ||
16669 | 2025.05.22 21:28:57.454223 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16670 | 2025.05.22 21:28:57.454318 [ 261 ] {5b4fdd4d-4e58-40bb-9a82-f06ea0e93e0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
16671 | 2025.05.22 21:28:57.454359 [ 261 ] {5b4fdd4d-4e58-40bb-9a82-f06ea0e93e0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16672 | 2025.05.22 21:28:57.454774 [ 261 ] {5b4fdd4d-4e58-40bb-9a82-f06ea0e93e0a} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16673 | 2025.05.22 21:28:57.454810 [ 261 ] {5b4fdd4d-4e58-40bb-9a82-f06ea0e93e0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16674 | 2025.05.22 21:28:57.455102 [ 261 ] {5b4fdd4d-4e58-40bb-9a82-f06ea0e93e0a} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
16675 | 2025.05.22 21:28:57.455313 [ 261 ] {5b4fdd4d-4e58-40bb-9a82-f06ea0e93e0a} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16676 | 2025.05.22 21:28:57.455441 [ 261 ] {5b4fdd4d-4e58-40bb-9a82-f06ea0e93e0a} <Debug> executeQuery: Read 51 rows, 3.82 KiB in 0.001141 sec., 44697.63365468886 rows/sec., 3.27 MiB/sec. | ||
16677 | 2025.05.22 21:28:57.455483 [ 261 ] {5b4fdd4d-4e58-40bb-9a82-f06ea0e93e0a} <Debug> TCPHandler: Processed in 0.00131102 sec. | ||
16678 | 2025.05.22 21:28:57.455586 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16679 | 2025.05.22 21:28:57.455683 [ 261 ] {ff93e336-8f1a-45d9-8da6-dbe0b41e2657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
16680 | 2025.05.22 21:28:57.455722 [ 261 ] {ff93e336-8f1a-45d9-8da6-dbe0b41e2657} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16681 | 2025.05.22 21:28:57.456156 [ 261 ] {ff93e336-8f1a-45d9-8da6-dbe0b41e2657} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16682 | 2025.05.22 21:28:57.456192 [ 261 ] {ff93e336-8f1a-45d9-8da6-dbe0b41e2657} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16683 | 2025.05.22 21:28:57.456494 [ 261 ] {ff93e336-8f1a-45d9-8da6-dbe0b41e2657} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
16684 | 2025.05.22 21:28:57.456700 [ 261 ] {ff93e336-8f1a-45d9-8da6-dbe0b41e2657} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16685 | 2025.05.22 21:28:57.456833 [ 261 ] {ff93e336-8f1a-45d9-8da6-dbe0b41e2657} <Debug> executeQuery: Read 121 rows, 9.61 KiB in 0.001169 sec., 103507.27117194184 rows/sec., 8.03 MiB/sec. | ||
16686 | 2025.05.22 21:28:57.456871 [ 261 ] {ff93e336-8f1a-45d9-8da6-dbe0b41e2657} <Debug> TCPHandler: Processed in 0.00133458 sec. | ||
16687 | 2025.05.22 21:28:57.456984 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16688 | 2025.05.22 21:28:57.457080 [ 261 ] {cac71775-673d-43fd-b5ef-ae7fa318df4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
16689 | 2025.05.22 21:28:57.457123 [ 261 ] {cac71775-673d-43fd-b5ef-ae7fa318df4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16690 | 2025.05.22 21:28:57.457535 [ 261 ] {cac71775-673d-43fd-b5ef-ae7fa318df4a} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16691 | 2025.05.22 21:28:57.457571 [ 261 ] {cac71775-673d-43fd-b5ef-ae7fa318df4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16692 | 2025.05.22 21:28:57.457894 [ 261 ] {cac71775-673d-43fd-b5ef-ae7fa318df4a} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
16693 | 2025.05.22 21:28:57.458106 [ 261 ] {cac71775-673d-43fd-b5ef-ae7fa318df4a} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16694 | 2025.05.22 21:28:57.458211 [ 78 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Selected 5 parts from all_1_124_25 to all_128_128_0 | ||
16695 | 2025.05.22 21:28:57.458234 [ 261 ] {cac71775-673d-43fd-b5ef-ae7fa318df4a} <Debug> executeQuery: Read 161 rows, 11.47 KiB in 0.001172 sec., 137372.01365187712 rows/sec., 9.56 MiB/sec. | ||
16696 | 2025.05.22 21:28:57.458247 [ 78 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16697 | 2025.05.22 21:28:57.458268 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16698 | 2025.05.22 21:28:57.458273 [ 261 ] {cac71775-673d-43fd-b5ef-ae7fa318df4a} <Debug> TCPHandler: Processed in 0.001339559 sec. | ||
16699 | 2025.05.22 21:28:57.458347 [ 190 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_128_26} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_124_25 to all_128_128_0 into Compact with storage Full | ||
16700 | 2025.05.22 21:28:57.458384 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16701 | 2025.05.22 21:28:57.458433 [ 190 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_128_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16702 | 2025.05.22 21:28:57.458461 [ 190 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_128_26} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_124_25, total 37860 rows starting from the beginning of the part | ||
16703 | 2025.05.22 21:28:57.458480 [ 261 ] {cf2bb3bf-e375-4559-8e71-10e924dff06f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
16704 | 2025.05.22 21:28:57.458523 [ 190 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_128_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 880 rows starting from the beginning of the part | ||
16705 | 2025.05.22 21:28:57.458536 [ 261 ] {cf2bb3bf-e375-4559-8e71-10e924dff06f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
16706 | 2025.05.22 21:28:57.458568 [ 190 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_128_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 237 rows starting from the beginning of the part | ||
16707 | 2025.05.22 21:28:57.458609 [ 190 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_128_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 161 rows starting from the beginning of the part | ||
16708 | 2025.05.22 21:28:57.458647 [ 190 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_128_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 241 rows starting from the beginning of the part | ||
16709 | 2025.05.22 21:28:57.459447 [ 261 ] {cf2bb3bf-e375-4559-8e71-10e924dff06f} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16710 | 2025.05.22 21:28:57.459484 [ 261 ] {cf2bb3bf-e375-4559-8e71-10e924dff06f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16711 | 2025.05.22 21:28:57.460048 [ 261 ] {cf2bb3bf-e375-4559-8e71-10e924dff06f} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
16712 | 2025.05.22 21:28:57.460268 [ 261 ] {cf2bb3bf-e375-4559-8e71-10e924dff06f} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16713 | 2025.05.22 21:28:57.460405 [ 261 ] {cf2bb3bf-e375-4559-8e71-10e924dff06f} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.001943 sec., 25733.401955738547 rows/sec., 46.11 MiB/sec. | ||
16714 | 2025.05.22 21:28:57.460463 [ 261 ] {cf2bb3bf-e375-4559-8e71-10e924dff06f} <Debug> TCPHandler: Processed in 0.002129632 sec. | ||
16715 | 2025.05.22 21:28:57.460582 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16716 | 2025.05.22 21:28:57.460678 [ 261 ] {89c20137-dc90-43af-ae32-74c7f256e04e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
16717 | 2025.05.22 21:28:57.460721 [ 261 ] {89c20137-dc90-43af-ae32-74c7f256e04e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16718 | 2025.05.22 21:28:57.461064 [ 261 ] {89c20137-dc90-43af-ae32-74c7f256e04e} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16719 | 2025.05.22 21:28:57.461100 [ 261 ] {89c20137-dc90-43af-ae32-74c7f256e04e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16720 | 2025.05.22 21:28:57.461400 [ 261 ] {89c20137-dc90-43af-ae32-74c7f256e04e} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
16721 | 2025.05.22 21:28:57.461622 [ 261 ] {89c20137-dc90-43af-ae32-74c7f256e04e} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16722 | 2025.05.22 21:28:57.461754 [ 261 ] {89c20137-dc90-43af-ae32-74c7f256e04e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001095 sec., 54794.520547945205 rows/sec., 3.69 MiB/sec. | ||
16723 | 2025.05.22 21:28:57.461791 [ 261 ] {89c20137-dc90-43af-ae32-74c7f256e04e} <Debug> TCPHandler: Processed in 0.001262009 sec. | ||
16724 | 2025.05.22 21:28:57.465791 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_128_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39379 rows, containing 5 columns (5 merged, 0 gathered) in 0.007467731 sec., 5273221.544803903 rows/sec., 358.09 MiB/sec. | ||
16725 | 2025.05.22 21:28:57.466720 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_128_26} <Trace> MergedBlockOutputStream: filled checksums all_1_128_26 (state Temporary) | ||
16726 | 2025.05.22 21:28:57.467016 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_128_26} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_merge_all_1_128_26 to all_1_128_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16727 | 2025.05.22 21:28:57.467096 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_128_26} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Merged 5 parts: [all_1_124_25, all_128_128_0] -> all_1_128_26 | ||
16728 | 2025.05.22 21:28:57.467190 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
16729 | 2025.05.22 21:29:01.191734 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache | ||
16730 | 2025.05.22 21:29:01.191808 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache | ||
16731 | 2025.05.22 21:29:01.398749 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 42151 | ||
16732 | 2025.05.22 21:29:01.399306 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16733 | 2025.05.22 21:29:01.399350 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16734 | 2025.05.22 21:29:01.399873 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
16735 | 2025.05.22 21:29:01.400106 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16736 | 2025.05.22 21:29:01.400232 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42151 | ||
16737 | 2025.05.22 21:29:01.524304 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 2290 | ||
16738 | 2025.05.22 21:29:01.526982 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16739 | 2025.05.22 21:29:01.527030 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16740 | 2025.05.22 21:29:01.528239 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
16741 | 2025.05.22 21:29:01.528515 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16742 | 2025.05.22 21:29:01.528686 [ 72 ] {} <Debug> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
16743 | 2025.05.22 21:29:01.528757 [ 72 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16744 | 2025.05.22 21:29:01.528781 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16745 | 2025.05.22 21:29:01.528784 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2290 | ||
16746 | 2025.05.22 21:29:01.528914 [ 197 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::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 | ||
16747 | 2025.05.22 21:29:01.529542 [ 197 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16748 | 2025.05.22 21:29:01.529687 [ 197 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2122 rows starting from the beginning of the part | ||
16749 | 2025.05.22 21:29:01.530039 [ 197 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 24 rows starting from the beginning of the part | ||
16750 | 2025.05.22 21:29:01.530340 [ 197 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 26 rows starting from the beginning of the part | ||
16751 | 2025.05.22 21:29:01.530629 [ 197 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 38 rows starting from the beginning of the part | ||
16752 | 2025.05.22 21:29:01.530914 [ 197 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 42 rows starting from the beginning of the part | ||
16753 | 2025.05.22 21:29:01.531241 [ 197 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 38 rows starting from the beginning of the part | ||
16754 | 2025.05.22 21:29:01.539262 [ 195 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2290 rows, containing 72 columns (72 merged, 0 gathered) in 0.010408195 sec., 220018.93700108424 rows/sec., 168.64 MiB/sec. | ||
16755 | 2025.05.22 21:29:01.541352 [ 187 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
16756 | 2025.05.22 21:29:01.541978 [ 187 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_66_13} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16757 | 2025.05.22 21:29:01.542061 [ 187 ] {d90469e7-fab5-4d02-8f9e-1e77aa57f3b6::all_1_66_13} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
16758 | 2025.05.22 21:29:01.542344 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.02 MiB. | ||
16759 | 2025.05.22 21:29:02.454295 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16760 | 2025.05.22 21:29:02.454482 [ 261 ] {5d9eed5d-4975-40d9-ba99-7bd05971cd57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
16761 | 2025.05.22 21:29:02.454633 [ 261 ] {5d9eed5d-4975-40d9-ba99-7bd05971cd57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
16762 | 2025.05.22 21:29:02.455322 [ 261 ] {5d9eed5d-4975-40d9-ba99-7bd05971cd57} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16763 | 2025.05.22 21:29:02.455363 [ 261 ] {5d9eed5d-4975-40d9-ba99-7bd05971cd57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16764 | 2025.05.22 21:29:02.455894 [ 261 ] {5d9eed5d-4975-40d9-ba99-7bd05971cd57} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
16765 | 2025.05.22 21:29:02.456438 [ 261 ] {5d9eed5d-4975-40d9-ba99-7bd05971cd57} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16766 | 2025.05.22 21:29:02.456595 [ 261 ] {5d9eed5d-4975-40d9-ba99-7bd05971cd57} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002168 sec., 97785.9778597786 rows/sec., 6.22 MiB/sec. | ||
16767 | 2025.05.22 21:29:02.456638 [ 261 ] {5d9eed5d-4975-40d9-ba99-7bd05971cd57} <Debug> TCPHandler: Processed in 0.002470727 sec. | ||
16768 | 2025.05.22 21:29:02.456751 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16769 | 2025.05.22 21:29:02.456848 [ 261 ] {0d43988b-8e28-4b02-b1c8-e2c721820114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
16770 | 2025.05.22 21:29:02.456889 [ 261 ] {0d43988b-8e28-4b02-b1c8-e2c721820114} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16771 | 2025.05.22 21:29:02.457291 [ 261 ] {0d43988b-8e28-4b02-b1c8-e2c721820114} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16772 | 2025.05.22 21:29:02.457327 [ 261 ] {0d43988b-8e28-4b02-b1c8-e2c721820114} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16773 | 2025.05.22 21:29:02.457751 [ 261 ] {0d43988b-8e28-4b02-b1c8-e2c721820114} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
16774 | 2025.05.22 21:29:02.458213 [ 261 ] {0d43988b-8e28-4b02-b1c8-e2c721820114} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16775 | 2025.05.22 21:29:02.458347 [ 261 ] {0d43988b-8e28-4b02-b1c8-e2c721820114} <Debug> executeQuery: Read 2 rows, 152.00 B in 0.001517 sec., 1318.3915622940015 rows/sec., 97.85 KiB/sec. | ||
16776 | 2025.05.22 21:29:02.458384 [ 261 ] {0d43988b-8e28-4b02-b1c8-e2c721820114} <Debug> TCPHandler: Processed in 0.001683765 sec. | ||
16777 | 2025.05.22 21:29:02.458495 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16778 | 2025.05.22 21:29:02.458590 [ 261 ] {4cf419f8-42ef-43fc-ac25-90185c4513fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
16779 | 2025.05.22 21:29:02.458628 [ 261 ] {4cf419f8-42ef-43fc-ac25-90185c4513fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16780 | 2025.05.22 21:29:02.459274 [ 261 ] {4cf419f8-42ef-43fc-ac25-90185c4513fd} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16781 | 2025.05.22 21:29:02.459310 [ 261 ] {4cf419f8-42ef-43fc-ac25-90185c4513fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16782 | 2025.05.22 21:29:02.459773 [ 261 ] {4cf419f8-42ef-43fc-ac25-90185c4513fd} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
16783 | 2025.05.22 21:29:02.460235 [ 261 ] {4cf419f8-42ef-43fc-ac25-90185c4513fd} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16784 | 2025.05.22 21:29:02.460345 [ 73 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
16785 | 2025.05.22 21:29:02.460367 [ 261 ] {4cf419f8-42ef-43fc-ac25-90185c4513fd} <Debug> executeQuery: Read 639 rows, 51.34 KiB in 0.001795 sec., 355988.8579387187 rows/sec., 27.93 MiB/sec. | ||
16786 | 2025.05.22 21:29:02.460412 [ 73 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16787 | 2025.05.22 21:29:02.460422 [ 261 ] {4cf419f8-42ef-43fc-ac25-90185c4513fd} <Debug> TCPHandler: Processed in 0.001977699 sec. | ||
16788 | 2025.05.22 21:29:02.460443 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16789 | 2025.05.22 21:29:02.460542 [ 201 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
16790 | 2025.05.22 21:29:02.460546 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16791 | 2025.05.22 21:29:02.460653 [ 201 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16792 | 2025.05.22 21:29:02.460662 [ 261 ] {c46ee53c-b3b5-4bb7-aec2-0edbb6525b91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
16793 | 2025.05.22 21:29:02.460693 [ 201 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1992 rows starting from the beginning of the part | ||
16794 | 2025.05.22 21:29:02.460711 [ 261 ] {c46ee53c-b3b5-4bb7-aec2-0edbb6525b91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16795 | 2025.05.22 21:29:02.460764 [ 201 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 633 rows starting from the beginning of the part | ||
16796 | 2025.05.22 21:29:02.460816 [ 201 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 152 rows starting from the beginning of the part | ||
16797 | 2025.05.22 21:29:02.460857 [ 201 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 641 rows starting from the beginning of the part | ||
16798 | 2025.05.22 21:29:02.460896 [ 201 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 158 rows starting from the beginning of the part | ||
16799 | 2025.05.22 21:29:02.460935 [ 201 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 639 rows starting from the beginning of the part | ||
16800 | 2025.05.22 21:29:02.461143 [ 261 ] {c46ee53c-b3b5-4bb7-aec2-0edbb6525b91} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16801 | 2025.05.22 21:29:02.461185 [ 261 ] {c46ee53c-b3b5-4bb7-aec2-0edbb6525b91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16802 | 2025.05.22 21:29:02.461657 [ 261 ] {c46ee53c-b3b5-4bb7-aec2-0edbb6525b91} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
16803 | 2025.05.22 21:29:02.462128 [ 261 ] {c46ee53c-b3b5-4bb7-aec2-0edbb6525b91} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16804 | 2025.05.22 21:29:02.462261 [ 261 ] {c46ee53c-b3b5-4bb7-aec2-0edbb6525b91} <Debug> executeQuery: Read 117 rows, 7.19 KiB in 0.001617 sec., 72356.21521335807 rows/sec., 4.34 MiB/sec. | ||
16805 | 2025.05.22 21:29:02.462272 [ 73 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
16806 | 2025.05.22 21:29:02.462299 [ 261 ] {c46ee53c-b3b5-4bb7-aec2-0edbb6525b91} <Debug> TCPHandler: Processed in 0.001803956 sec. | ||
16807 | 2025.05.22 21:29:02.462312 [ 73 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16808 | 2025.05.22 21:29:02.462336 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16809 | 2025.05.22 21:29:02.462422 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16810 | 2025.05.22 21:29:02.462442 [ 195 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
16811 | 2025.05.22 21:29:02.462527 [ 261 ] {e4b6ea99-2794-4acd-ab69-a81e7e3b98e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
16812 | 2025.05.22 21:29:02.462571 [ 261 ] {e4b6ea99-2794-4acd-ab69-a81e7e3b98e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16813 | 2025.05.22 21:29:02.462585 [ 195 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16814 | 2025.05.22 21:29:02.462587 [ 192 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4215 rows, containing 5 columns (5 merged, 0 gathered) in 0.002080451 sec., 2026003.0156922706 rows/sec., 171.43 MiB/sec. | ||
16815 | 2025.05.22 21:29:02.462624 [ 195 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 190 rows starting from the beginning of the part | ||
16816 | 2025.05.22 21:29:02.462709 [ 195 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 114 rows starting from the beginning of the part | ||
16817 | 2025.05.22 21:29:02.462756 [ 195 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 48 rows starting from the beginning of the part | ||
16818 | 2025.05.22 21:29:02.462798 [ 195 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 121 rows starting from the beginning of the part | ||
16819 | 2025.05.22 21:29:02.462839 [ 195 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 51 rows starting from the beginning of the part | ||
16820 | 2025.05.22 21:29:02.462881 [ 195 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 117 rows starting from the beginning of the part | ||
16821 | 2025.05.22 21:29:02.462956 [ 189 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
16822 | 2025.05.22 21:29:02.462999 [ 261 ] {e4b6ea99-2794-4acd-ab69-a81e7e3b98e5} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16823 | 2025.05.22 21:29:02.463043 [ 261 ] {e4b6ea99-2794-4acd-ab69-a81e7e3b98e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16824 | 2025.05.22 21:29:02.463509 [ 189 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_131_26} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16825 | 2025.05.22 21:29:02.463532 [ 261 ] {e4b6ea99-2794-4acd-ab69-a81e7e3b98e5} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
16826 | 2025.05.22 21:29:02.463597 [ 189 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_131_26} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
16827 | 2025.05.22 21:29:02.463673 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB. | ||
16828 | 2025.05.22 21:29:02.463872 [ 186 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 641 rows, containing 5 columns (5 merged, 0 gathered) in 0.001482672 sec., 432327.58155546203 rows/sec., 29.12 MiB/sec. | ||
16829 | 2025.05.22 21:29:02.464018 [ 261 ] {e4b6ea99-2794-4acd-ab69-a81e7e3b98e5} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16830 | 2025.05.22 21:29:02.464157 [ 261 ] {e4b6ea99-2794-4acd-ab69-a81e7e3b98e5} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001648 sec., 68567.96116504855 rows/sec., 4.44 MiB/sec. | ||
16831 | 2025.05.22 21:29:02.464157 [ 73 ] {} <Debug> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf) (MergerMutator): Selected 6 parts from all_1_59_12 to all_64_64_0 | ||
16832 | 2025.05.22 21:29:02.464187 [ 195 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
16833 | 2025.05.22 21:29:02.464197 [ 261 ] {e4b6ea99-2794-4acd-ab69-a81e7e3b98e5} <Debug> TCPHandler: Processed in 0.001826327 sec. | ||
16834 | 2025.05.22 21:29:02.464212 [ 73 ] {} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16835 | 2025.05.22 21:29:02.464247 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16836 | 2025.05.22 21:29:02.464330 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16837 | 2025.05.22 21:29:02.464332 [ 192 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_64_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_59_12 to all_64_64_0 into Compact with storage Full | ||
16838 | 2025.05.22 21:29:02.464434 [ 261 ] {c673fa57-1196-4e9f-94ae-c1593228f576} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
16839 | 2025.05.22 21:29:02.464460 [ 192 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_64_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16840 | 2025.05.22 21:29:02.464478 [ 261 ] {c673fa57-1196-4e9f-94ae-c1593228f576} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
16841 | 2025.05.22 21:29:02.464501 [ 192 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_59_12, total 365 rows starting from the beginning of the part | ||
16842 | 2025.05.22 21:29:02.464571 [ 192 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 113 rows starting from the beginning of the part | ||
16843 | 2025.05.22 21:29:02.464617 [ 192 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 228 rows starting from the beginning of the part | ||
16844 | 2025.05.22 21:29:02.464662 [ 192 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 113 rows starting from the beginning of the part | ||
16845 | 2025.05.22 21:29:02.464701 [ 192 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 113 rows starting from the beginning of the part | ||
16846 | 2025.05.22 21:29:02.464742 [ 192 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 113 rows starting from the beginning of the part | ||
16847 | 2025.05.22 21:29:02.464815 [ 195 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_126_25} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16848 | 2025.05.22 21:29:02.464904 [ 195 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_126_25} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
16849 | 2025.05.22 21:29:02.464907 [ 261 ] {c673fa57-1196-4e9f-94ae-c1593228f576} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16850 | 2025.05.22 21:29:02.464956 [ 261 ] {c673fa57-1196-4e9f-94ae-c1593228f576} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16851 | 2025.05.22 21:29:02.464983 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
16852 | 2025.05.22 21:29:02.465415 [ 261 ] {c673fa57-1196-4e9f-94ae-c1593228f576} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
16853 | 2025.05.22 21:29:02.465796 [ 195 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_64_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1045 rows, containing 5 columns (5 merged, 0 gathered) in 0.001502462 sec., 695525.0781716942 rows/sec., 48.87 MiB/sec. | ||
16854 | 2025.05.22 21:29:02.465912 [ 261 ] {c673fa57-1196-4e9f-94ae-c1593228f576} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16855 | 2025.05.22 21:29:02.466021 [ 186 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_64_13} <Trace> MergedBlockOutputStream: filled checksums all_1_64_13 (state Temporary) | ||
16856 | 2025.05.22 21:29:02.466045 [ 261 ] {c673fa57-1196-4e9f-94ae-c1593228f576} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001628 sec., 68796.0687960688 rows/sec., 3.92 MiB/sec. | ||
16857 | 2025.05.22 21:29:02.466084 [ 261 ] {c673fa57-1196-4e9f-94ae-c1593228f576} <Debug> TCPHandler: Processed in 0.001804367 sec. | ||
16858 | 2025.05.22 21:29:02.466196 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16859 | 2025.05.22 21:29:02.466291 [ 261 ] {f82c6c6e-5de4-42ce-be08-e225fccbc08c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
16860 | 2025.05.22 21:29:02.466331 [ 261 ] {f82c6c6e-5de4-42ce-be08-e225fccbc08c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16861 | 2025.05.22 21:29:02.466474 [ 186 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_64_13} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_merge_all_1_64_13 to all_1_64_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16862 | 2025.05.22 21:29:02.466539 [ 186 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_64_13} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf) (MergerMutator): Merged 6 parts: [all_1_59_12, all_64_64_0] -> all_1_64_13 | ||
16863 | 2025.05.22 21:29:02.466610 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
16864 | 2025.05.22 21:29:02.466853 [ 261 ] {f82c6c6e-5de4-42ce-be08-e225fccbc08c} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16865 | 2025.05.22 21:29:02.466888 [ 261 ] {f82c6c6e-5de4-42ce-be08-e225fccbc08c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16866 | 2025.05.22 21:29:02.467436 [ 261 ] {f82c6c6e-5de4-42ce-be08-e225fccbc08c} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
16867 | 2025.05.22 21:29:02.467880 [ 261 ] {f82c6c6e-5de4-42ce-be08-e225fccbc08c} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16868 | 2025.05.22 21:29:02.468011 [ 261 ] {f82c6c6e-5de4-42ce-be08-e225fccbc08c} <Debug> executeQuery: Read 411 rows, 29.74 KiB in 0.001737 sec., 236614.85319516406 rows/sec., 16.72 MiB/sec. | ||
16869 | 2025.05.22 21:29:02.468014 [ 73 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
16870 | 2025.05.22 21:29:02.468050 [ 261 ] {f82c6c6e-5de4-42ce-be08-e225fccbc08c} <Debug> TCPHandler: Processed in 0.001903339 sec. | ||
16871 | 2025.05.22 21:29:02.468067 [ 73 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16872 | 2025.05.22 21:29:02.468095 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16873 | 2025.05.22 21:29:02.468169 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16874 | 2025.05.22 21:29:02.468178 [ 199 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
16875 | 2025.05.22 21:29:02.468272 [ 261 ] {2ac5fe62-35a8-4298-afa3-dfe9456b5d25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
16876 | 2025.05.22 21:29:02.468284 [ 199 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16877 | 2025.05.22 21:29:02.468321 [ 199 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 967 rows starting from the beginning of the part | ||
16878 | 2025.05.22 21:29:02.468321 [ 261 ] {2ac5fe62-35a8-4298-afa3-dfe9456b5d25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16879 | 2025.05.22 21:29:02.468377 [ 199 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 390 rows starting from the beginning of the part | ||
16880 | 2025.05.22 21:29:02.468428 [ 199 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 124 rows starting from the beginning of the part | ||
16881 | 2025.05.22 21:29:02.468467 [ 199 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 409 rows starting from the beginning of the part | ||
16882 | 2025.05.22 21:29:02.468514 [ 199 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 121 rows starting from the beginning of the part | ||
16883 | 2025.05.22 21:29:02.468560 [ 199 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 411 rows starting from the beginning of the part | ||
16884 | 2025.05.22 21:29:02.468674 [ 261 ] {2ac5fe62-35a8-4298-afa3-dfe9456b5d25} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16885 | 2025.05.22 21:29:02.468714 [ 261 ] {2ac5fe62-35a8-4298-afa3-dfe9456b5d25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16886 | 2025.05.22 21:29:02.469138 [ 261 ] {2ac5fe62-35a8-4298-afa3-dfe9456b5d25} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
16887 | 2025.05.22 21:29:02.469548 [ 261 ] {2ac5fe62-35a8-4298-afa3-dfe9456b5d25} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16888 | 2025.05.22 21:29:02.469681 [ 261 ] {2ac5fe62-35a8-4298-afa3-dfe9456b5d25} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001426 sec., 4207.57363253857 rows/sec., 219.83 KiB/sec. | ||
16889 | 2025.05.22 21:29:02.469717 [ 261 ] {2ac5fe62-35a8-4298-afa3-dfe9456b5d25} <Debug> TCPHandler: Processed in 0.001599234 sec. | ||
16890 | 2025.05.22 21:29:02.469721 [ 186 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2422 rows, containing 5 columns (5 merged, 0 gathered) in 0.001579154 sec., 1533732.6188579455 rows/sec., 116.94 MiB/sec. | ||
16891 | 2025.05.22 21:29:02.469818 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16892 | 2025.05.22 21:29:02.469914 [ 261 ] {3c99b1fa-20a3-489a-a5d0-e64d05ad47ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
16893 | 2025.05.22 21:29:02.469957 [ 261 ] {3c99b1fa-20a3-489a-a5d0-e64d05ad47ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16894 | 2025.05.22 21:29:02.470013 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
16895 | 2025.05.22 21:29:02.470355 [ 261 ] {3c99b1fa-20a3-489a-a5d0-e64d05ad47ac} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16896 | 2025.05.22 21:29:02.470395 [ 261 ] {3c99b1fa-20a3-489a-a5d0-e64d05ad47ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16897 | 2025.05.22 21:29:02.470621 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_131_26} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16898 | 2025.05.22 21:29:02.470697 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_131_26} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
16899 | 2025.05.22 21:29:02.470759 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
16900 | 2025.05.22 21:29:02.470857 [ 261 ] {3c99b1fa-20a3-489a-a5d0-e64d05ad47ac} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
16901 | 2025.05.22 21:29:02.471272 [ 261 ] {3c99b1fa-20a3-489a-a5d0-e64d05ad47ac} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16902 | 2025.05.22 21:29:02.471408 [ 261 ] {3c99b1fa-20a3-489a-a5d0-e64d05ad47ac} <Debug> executeQuery: Read 239 rows, 16.39 KiB in 0.001512 sec., 158068.78306878306 rows/sec., 10.59 MiB/sec. | ||
16903 | 2025.05.22 21:29:02.471444 [ 261 ] {3c99b1fa-20a3-489a-a5d0-e64d05ad47ac} <Debug> TCPHandler: Processed in 0.001675134 sec. | ||
16904 | 2025.05.22 21:29:02.471556 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16905 | 2025.05.22 21:29:02.471649 [ 261 ] {5fc6e0e7-6586-4540-9349-2af9c06e2e09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
16906 | 2025.05.22 21:29:02.471691 [ 261 ] {5fc6e0e7-6586-4540-9349-2af9c06e2e09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
16907 | 2025.05.22 21:29:02.471996 [ 261 ] {5fc6e0e7-6586-4540-9349-2af9c06e2e09} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16908 | 2025.05.22 21:29:02.472029 [ 261 ] {5fc6e0e7-6586-4540-9349-2af9c06e2e09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16909 | 2025.05.22 21:29:02.472424 [ 261 ] {5fc6e0e7-6586-4540-9349-2af9c06e2e09} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
16910 | 2025.05.22 21:29:02.472863 [ 261 ] {5fc6e0e7-6586-4540-9349-2af9c06e2e09} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16911 | 2025.05.22 21:29:02.472992 [ 261 ] {5fc6e0e7-6586-4540-9349-2af9c06e2e09} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00136 sec., 735.2941176470588 rows/sec., 49.55 KiB/sec. | ||
16912 | 2025.05.22 21:29:02.473027 [ 261 ] {5fc6e0e7-6586-4540-9349-2af9c06e2e09} <Debug> TCPHandler: Processed in 0.001521733 sec. | ||
16913 | 2025.05.22 21:29:02.473128 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16914 | 2025.05.22 21:29:02.473222 [ 261 ] {b7632702-0f89-41a3-b26b-74c26be147c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
16915 | 2025.05.22 21:29:02.473276 [ 261 ] {b7632702-0f89-41a3-b26b-74c26be147c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
16916 | 2025.05.22 21:29:02.474033 [ 261 ] {b7632702-0f89-41a3-b26b-74c26be147c3} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16917 | 2025.05.22 21:29:02.474066 [ 261 ] {b7632702-0f89-41a3-b26b-74c26be147c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16918 | 2025.05.22 21:29:02.474727 [ 261 ] {b7632702-0f89-41a3-b26b-74c26be147c3} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
16919 | 2025.05.22 21:29:02.475132 [ 261 ] {b7632702-0f89-41a3-b26b-74c26be147c3} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16920 | 2025.05.22 21:29:02.475247 [ 74 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
16921 | 2025.05.22 21:29:02.475272 [ 261 ] {b7632702-0f89-41a3-b26b-74c26be147c3} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002067 sec., 4354.136429608128 rows/sec., 7.80 MiB/sec. | ||
16922 | 2025.05.22 21:29:02.475286 [ 74 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16923 | 2025.05.22 21:29:02.475309 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16924 | 2025.05.22 21:29:02.475326 [ 261 ] {b7632702-0f89-41a3-b26b-74c26be147c3} <Debug> TCPHandler: Processed in 0.002248083 sec. | ||
16925 | 2025.05.22 21:29:02.475386 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
16926 | 2025.05.22 21:29:02.475441 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16927 | 2025.05.22 21:29:02.475540 [ 261 ] {3e27442f-6d58-4152-880c-b96cbcbda5e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
16928 | 2025.05.22 21:29:02.475581 [ 261 ] {3e27442f-6d58-4152-880c-b96cbcbda5e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
16929 | 2025.05.22 21:29:02.475593 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16930 | 2025.05.22 21:29:02.475651 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 2551 rows starting from the beginning of the part | ||
16931 | 2025.05.22 21:29:02.475773 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 8 rows starting from the beginning of the part | ||
16932 | 2025.05.22 21:29:02.475877 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 47 rows starting from the beginning of the part | ||
16933 | 2025.05.22 21:29:02.475892 [ 261 ] {3e27442f-6d58-4152-880c-b96cbcbda5e1} <Trace> oximeter.measurements_i64 (a562d16c-6ec6-4d47-ba75-634183f2881f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16934 | 2025.05.22 21:29:02.475931 [ 261 ] {3e27442f-6d58-4152-880c-b96cbcbda5e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16935 | 2025.05.22 21:29:02.475971 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 9 rows starting from the beginning of the part | ||
16936 | 2025.05.22 21:29:02.476064 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 50 rows starting from the beginning of the part | ||
16937 | 2025.05.22 21:29:02.476160 [ 195 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 9 rows starting from the beginning of the part | ||
16938 | 2025.05.22 21:29:02.476335 [ 261 ] {3e27442f-6d58-4152-880c-b96cbcbda5e1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
16939 | 2025.05.22 21:29:02.476787 [ 261 ] {3e27442f-6d58-4152-880c-b96cbcbda5e1} <Trace> oximeter.measurements_i64 (a562d16c-6ec6-4d47-ba75-634183f2881f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16940 | 2025.05.22 21:29:02.476918 [ 261 ] {3e27442f-6d58-4152-880c-b96cbcbda5e1} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.001396 sec., 4297.994269340974 rows/sec., 283.32 KiB/sec. | ||
16941 | 2025.05.22 21:29:02.476954 [ 261 ] {3e27442f-6d58-4152-880c-b96cbcbda5e1} <Debug> TCPHandler: Processed in 0.001563824 sec. | ||
16942 | 2025.05.22 21:29:02.477069 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16943 | 2025.05.22 21:29:02.477164 [ 261 ] {e5c2bb69-8c43-4dce-97bb-7413eaaab282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
16944 | 2025.05.22 21:29:02.477204 [ 261 ] {e5c2bb69-8c43-4dce-97bb-7413eaaab282} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16945 | 2025.05.22 21:29:02.477533 [ 261 ] {e5c2bb69-8c43-4dce-97bb-7413eaaab282} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16946 | 2025.05.22 21:29:02.477566 [ 261 ] {e5c2bb69-8c43-4dce-97bb-7413eaaab282} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16947 | 2025.05.22 21:29:02.477966 [ 261 ] {e5c2bb69-8c43-4dce-97bb-7413eaaab282} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
16948 | 2025.05.22 21:29:02.478408 [ 261 ] {e5c2bb69-8c43-4dce-97bb-7413eaaab282} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16949 | 2025.05.22 21:29:02.478547 [ 261 ] {e5c2bb69-8c43-4dce-97bb-7413eaaab282} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001401 sec., 58529.621698786585 rows/sec., 3.72 MiB/sec. | ||
16950 | 2025.05.22 21:29:02.478583 [ 261 ] {e5c2bb69-8c43-4dce-97bb-7413eaaab282} <Debug> TCPHandler: Processed in 0.001564734 sec. | ||
16951 | 2025.05.22 21:29:02.484204 [ 196 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2674 rows, containing 19 columns (19 merged, 0 gathered) in 0.008848562 sec., 302195.99523628806 rows/sec., 541.52 MiB/sec. | ||
16952 | 2025.05.22 21:29:02.486635 [ 196 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
16953 | 2025.05.22 21:29:02.487284 [ 196 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_126_25} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16954 | 2025.05.22 21:29:02.487375 [ 196 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_126_25} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
16955 | 2025.05.22 21:29:02.487559 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.02 MiB. | ||
16956 | 2025.05.22 21:29:03.685347 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 693 | ||
16957 | 2025.05.22 21:29:03.703546 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16958 | 2025.05.22 21:29:03.703601 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16959 | 2025.05.22 21:29:03.710083 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
16960 | 2025.05.22 21:29:03.711273 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16961 | 2025.05.22 21:29:03.714888 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 693 | ||
16962 | 2025.05.22 21:29:07.208115 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16963 | 2025.05.22 21:29:07.208309 [ 261 ] {dfe95b4c-d260-4082-9334-d69324930066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
16964 | 2025.05.22 21:29:07.208375 [ 261 ] {dfe95b4c-d260-4082-9334-d69324930066} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16965 | 2025.05.22 21:29:07.209061 [ 261 ] {dfe95b4c-d260-4082-9334-d69324930066} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16966 | 2025.05.22 21:29:07.209100 [ 261 ] {dfe95b4c-d260-4082-9334-d69324930066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16967 | 2025.05.22 21:29:07.209498 [ 261 ] {dfe95b4c-d260-4082-9334-d69324930066} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
16968 | 2025.05.22 21:29:07.209735 [ 261 ] {dfe95b4c-d260-4082-9334-d69324930066} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16969 | 2025.05.22 21:29:07.209864 [ 66 ] {} <Debug> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd) (MergerMutator): Selected 6 parts from all_1_29_7 to all_34_34_0 | ||
16970 | 2025.05.22 21:29:07.209901 [ 261 ] {dfe95b4c-d260-4082-9334-d69324930066} <Debug> executeQuery: Read 13 rows, 1.05 KiB in 0.001641 sec., 7921.998781230956 rows/sec., 641.52 KiB/sec. | ||
16971 | 2025.05.22 21:29:07.209903 [ 66 ] {} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16972 | 2025.05.22 21:29:07.209933 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
16973 | 2025.05.22 21:29:07.209956 [ 261 ] {dfe95b4c-d260-4082-9334-d69324930066} <Debug> TCPHandler: Processed in 0.00197296 sec. | ||
16974 | 2025.05.22 21:29:07.210024 [ 198 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_34_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_29_7 to all_34_34_0 into Compact with storage Full | ||
16975 | 2025.05.22 21:29:07.210087 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16976 | 2025.05.22 21:29:07.210112 [ 198 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_34_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16977 | 2025.05.22 21:29:07.210143 [ 198 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 20 rows starting from the beginning of the part | ||
16978 | 2025.05.22 21:29:07.210192 [ 261 ] {7e0016d2-f606-49ba-bbe1-f60387a1779f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
16979 | 2025.05.22 21:29:07.210203 [ 198 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
16980 | 2025.05.22 21:29:07.210238 [ 261 ] {7e0016d2-f606-49ba-bbe1-f60387a1779f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16981 | 2025.05.22 21:29:07.210249 [ 198 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
16982 | 2025.05.22 21:29:07.210308 [ 198 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
16983 | 2025.05.22 21:29:07.210374 [ 198 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2 rows starting from the beginning of the part | ||
16984 | 2025.05.22 21:29:07.210441 [ 198 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 13 rows starting from the beginning of the part | ||
16985 | 2025.05.22 21:29:07.211267 [ 193 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_34_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43 rows, containing 5 columns (5 merged, 0 gathered) in 0.001278959 sec., 33621.09340487068 rows/sec., 2.77 MiB/sec. | ||
16986 | 2025.05.22 21:29:07.211491 [ 200 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_34_8} <Trace> MergedBlockOutputStream: filled checksums all_1_34_8 (state Temporary) | ||
16987 | 2025.05.22 21:29:07.211828 [ 200 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_34_8} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_merge_all_1_34_8 to all_1_34_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16988 | 2025.05.22 21:29:07.211845 [ 261 ] {7e0016d2-f606-49ba-bbe1-f60387a1779f} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16989 | 2025.05.22 21:29:07.211886 [ 261 ] {7e0016d2-f606-49ba-bbe1-f60387a1779f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
16990 | 2025.05.22 21:29:07.211938 [ 200 ] {0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd::all_1_34_8} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd) (MergerMutator): Merged 6 parts: [all_1_29_7, all_34_34_0] -> all_1_34_8 | ||
16991 | 2025.05.22 21:29:07.212067 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
16992 | 2025.05.22 21:29:07.212334 [ 261 ] {7e0016d2-f606-49ba-bbe1-f60387a1779f} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
16993 | 2025.05.22 21:29:07.212565 [ 261 ] {7e0016d2-f606-49ba-bbe1-f60387a1779f} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16994 | 2025.05.22 21:29:07.212721 [ 261 ] {7e0016d2-f606-49ba-bbe1-f60387a1779f} <Debug> executeQuery: Read 1306 rows, 110.75 KiB in 0.002552 sec., 511755.4858934169 rows/sec., 42.38 MiB/sec. | ||
16995 | 2025.05.22 21:29:07.212763 [ 261 ] {7e0016d2-f606-49ba-bbe1-f60387a1779f} <Debug> TCPHandler: Processed in 0.00272938 sec. | ||
16996 | 2025.05.22 21:29:07.212884 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16997 | 2025.05.22 21:29:07.212984 [ 261 ] {3448145b-8f55-4644-9999-a8c66c2de051} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
16998 | 2025.05.22 21:29:07.213026 [ 261 ] {3448145b-8f55-4644-9999-a8c66c2de051} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16999 | 2025.05.22 21:29:07.213495 [ 261 ] {3448145b-8f55-4644-9999-a8c66c2de051} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17000 | 2025.05.22 21:29:07.213529 [ 261 ] {3448145b-8f55-4644-9999-a8c66c2de051} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
17001 | 2025.05.22 21:29:07.213837 [ 261 ] {3448145b-8f55-4644-9999-a8c66c2de051} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
17002 | 2025.05.22 21:29:07.214064 [ 261 ] {3448145b-8f55-4644-9999-a8c66c2de051} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17003 | 2025.05.22 21:29:07.214200 [ 261 ] {3448145b-8f55-4644-9999-a8c66c2de051} <Debug> executeQuery: Read 64 rows, 4.74 KiB in 0.001238 sec., 51696.284329563816 rows/sec., 3.74 MiB/sec. | ||
17004 | 2025.05.22 21:29:07.214239 [ 261 ] {3448145b-8f55-4644-9999-a8c66c2de051} <Debug> TCPHandler: Processed in 0.001408561 sec. | ||
17005 | 2025.05.22 21:29:07.214301 [ 223 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
17006 | 2025.05.22 21:29:07.214353 [ 223 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
17007 | 2025.05.22 21:29:07.214365 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17008 | 2025.05.22 21:29:07.214466 [ 261 ] {cfbdd295-6021-4625-92b3-781f8350ee92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
17009 | 2025.05.22 21:29:07.214510 [ 261 ] {cfbdd295-6021-4625-92b3-781f8350ee92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
17010 | 2025.05.22 21:29:07.215061 [ 261 ] {cfbdd295-6021-4625-92b3-781f8350ee92} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17011 | 2025.05.22 21:29:07.215098 [ 261 ] {cfbdd295-6021-4625-92b3-781f8350ee92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
17012 | 2025.05.22 21:29:07.215452 [ 261 ] {cfbdd295-6021-4625-92b3-781f8350ee92} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
17013 | 2025.05.22 21:29:07.215686 [ 261 ] {cfbdd295-6021-4625-92b3-781f8350ee92} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17014 | 2025.05.22 21:29:07.215823 [ 261 ] {cfbdd295-6021-4625-92b3-781f8350ee92} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001377 sec., 165577.3420479303 rows/sec., 11.21 MiB/sec. | ||
17015 | 2025.05.22 21:29:07.215864 [ 261 ] {cfbdd295-6021-4625-92b3-781f8350ee92} <Debug> TCPHandler: Processed in 0.001550784 sec. | ||
17016 | 2025.05.22 21:29:07.215996 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17017 | 2025.05.22 21:29:07.216093 [ 261 ] {c6722a50-5a64-4b4b-9c0c-152798cd38c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
17018 | 2025.05.22 21:29:07.216134 [ 261 ] {c6722a50-5a64-4b4b-9c0c-152798cd38c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17019 | 2025.05.22 21:29:07.216965 [ 261 ] {c6722a50-5a64-4b4b-9c0c-152798cd38c5} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17020 | 2025.05.22 21:29:07.217011 [ 261 ] {c6722a50-5a64-4b4b-9c0c-152798cd38c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
17021 | 2025.05.22 21:29:07.217373 [ 261 ] {c6722a50-5a64-4b4b-9c0c-152798cd38c5} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
17022 | 2025.05.22 21:29:07.217646 [ 261 ] {c6722a50-5a64-4b4b-9c0c-152798cd38c5} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17023 | 2025.05.22 21:29:07.217786 [ 261 ] {c6722a50-5a64-4b4b-9c0c-152798cd38c5} <Debug> executeQuery: Read 593 rows, 45.23 KiB in 0.001712 sec., 346378.5046728972 rows/sec., 25.80 MiB/sec. | ||
17024 | 2025.05.22 21:29:07.217826 [ 261 ] {c6722a50-5a64-4b4b-9c0c-152798cd38c5} <Debug> TCPHandler: Processed in 0.001881198 sec. | ||
17025 | 2025.05.22 21:29:07.217948 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17026 | 2025.05.22 21:29:07.218045 [ 261 ] {6e09d222-dcfb-4c99-b675-ce5197a30142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
17027 | 2025.05.22 21:29:07.218091 [ 261 ] {6e09d222-dcfb-4c99-b675-ce5197a30142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17028 | 2025.05.22 21:29:07.218331 [ 223 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
17029 | 2025.05.22 21:29:07.218929 [ 261 ] {6e09d222-dcfb-4c99-b675-ce5197a30142} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17030 | 2025.05.22 21:29:07.218968 [ 261 ] {6e09d222-dcfb-4c99-b675-ce5197a30142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
17031 | 2025.05.22 21:29:07.219347 [ 261 ] {6e09d222-dcfb-4c99-b675-ce5197a30142} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
17032 | 2025.05.22 21:29:07.219562 [ 261 ] {6e09d222-dcfb-4c99-b675-ce5197a30142} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17033 | 2025.05.22 21:29:07.219697 [ 261 ] {6e09d222-dcfb-4c99-b675-ce5197a30142} <Debug> executeQuery: Read 887 rows, 61.11 KiB in 0.001671 sec., 530819.86834231 rows/sec., 35.72 MiB/sec. | ||
17034 | 2025.05.22 21:29:07.219734 [ 261 ] {6e09d222-dcfb-4c99-b675-ce5197a30142} <Debug> TCPHandler: Processed in 0.001835857 sec. | ||
17035 | 2025.05.22 21:29:07.219856 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17036 | 2025.05.22 21:29:07.219951 [ 261 ] {eaa97c3d-e172-4274-b14a-3fe999897c27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
17037 | 2025.05.22 21:29:07.220008 [ 261 ] {eaa97c3d-e172-4274-b14a-3fe999897c27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
17038 | 2025.05.22 21:29:07.221067 [ 261 ] {eaa97c3d-e172-4274-b14a-3fe999897c27} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17039 | 2025.05.22 21:29:07.221102 [ 261 ] {eaa97c3d-e172-4274-b14a-3fe999897c27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
17040 | 2025.05.22 21:29:07.221713 [ 261 ] {eaa97c3d-e172-4274-b14a-3fe999897c27} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
17041 | 2025.05.22 21:29:07.221951 [ 261 ] {eaa97c3d-e172-4274-b14a-3fe999897c27} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17042 | 2025.05.22 21:29:07.222102 [ 261 ] {eaa97c3d-e172-4274-b14a-3fe999897c27} <Debug> executeQuery: Read 51 rows, 93.58 KiB in 0.002169 sec., 23513.13969571231 rows/sec., 42.13 MiB/sec. | ||
17043 | 2025.05.22 21:29:07.222175 [ 261 ] {eaa97c3d-e172-4274-b14a-3fe999897c27} <Debug> TCPHandler: Processed in 0.002370736 sec. | ||
17044 | 2025.05.22 21:29:07.222300 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17045 | 2025.05.22 21:29:07.222398 [ 261 ] {d16b6d08-a5d3-47de-aa67-063c5b471221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
17046 | 2025.05.22 21:29:07.222439 [ 261 ] {d16b6d08-a5d3-47de-aa67-063c5b471221} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
17047 | 2025.05.22 21:29:07.222792 [ 261 ] {d16b6d08-a5d3-47de-aa67-063c5b471221} <Trace> oximeter.measurements_i64 (a562d16c-6ec6-4d47-ba75-634183f2881f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17048 | 2025.05.22 21:29:07.222826 [ 261 ] {d16b6d08-a5d3-47de-aa67-063c5b471221} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
17049 | 2025.05.22 21:29:07.223143 [ 261 ] {d16b6d08-a5d3-47de-aa67-063c5b471221} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
17050 | 2025.05.22 21:29:07.223347 [ 261 ] {d16b6d08-a5d3-47de-aa67-063c5b471221} <Trace> oximeter.measurements_i64 (a562d16c-6ec6-4d47-ba75-634183f2881f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17051 | 2025.05.22 21:29:07.223476 [ 261 ] {d16b6d08-a5d3-47de-aa67-063c5b471221} <Debug> executeQuery: Read 3 rows, 246.00 B in 0.001097 sec., 2734.7310847766635 rows/sec., 218.99 KiB/sec. | ||
17052 | 2025.05.22 21:29:07.223514 [ 261 ] {d16b6d08-a5d3-47de-aa67-063c5b471221} <Debug> TCPHandler: Processed in 0.001266068 sec. | ||
17053 | 2025.05.22 21:29:07.223635 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17054 | 2025.05.22 21:29:07.223732 [ 261 ] {50b07419-9291-454c-b87a-0de6225b1ea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
17055 | 2025.05.22 21:29:07.223772 [ 261 ] {50b07419-9291-454c-b87a-0de6225b1ea0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17056 | 2025.05.22 21:29:07.224140 [ 261 ] {50b07419-9291-454c-b87a-0de6225b1ea0} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17057 | 2025.05.22 21:29:07.224175 [ 261 ] {50b07419-9291-454c-b87a-0de6225b1ea0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
17058 | 2025.05.22 21:29:07.224471 [ 261 ] {50b07419-9291-454c-b87a-0de6225b1ea0} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
17059 | 2025.05.22 21:29:07.224678 [ 261 ] {50b07419-9291-454c-b87a-0de6225b1ea0} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17060 | 2025.05.22 21:29:07.224806 [ 261 ] {50b07419-9291-454c-b87a-0de6225b1ea0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001092 sec., 54945.05494505494 rows/sec., 3.70 MiB/sec. | ||
17061 | 2025.05.22 21:29:07.224826 [ 67 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
17062 | 2025.05.22 21:29:07.224841 [ 261 ] {50b07419-9291-454c-b87a-0de6225b1ea0} <Debug> TCPHandler: Processed in 0.001258169 sec. | ||
17063 | 2025.05.22 21:29:07.224885 [ 67 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17064 | 2025.05.22 21:29:07.224911 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
17065 | 2025.05.22 21:29:07.224987 [ 198 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
17066 | 2025.05.22 21:29:07.225074 [ 198 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17067 | 2025.05.22 21:29:07.225098 [ 198 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 7760 rows starting from the beginning of the part | ||
17068 | 2025.05.22 21:29:07.225142 [ 198 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 60 rows starting from the beginning of the part | ||
17069 | 2025.05.22 21:29:07.225180 [ 198 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 82 rows starting from the beginning of the part | ||
17070 | 2025.05.22 21:29:07.225212 [ 198 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 60 rows starting from the beginning of the part | ||
17071 | 2025.05.22 21:29:07.225242 [ 198 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 82 rows starting from the beginning of the part | ||
17072 | 2025.05.22 21:29:07.225274 [ 198 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 60 rows starting from the beginning of the part | ||
17073 | 2025.05.22 21:29:07.227307 [ 200 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8104 rows, containing 4 columns (4 merged, 0 gathered) in 0.002347025 sec., 3452881.8397758864 rows/sec., 227.17 MiB/sec. | ||
17074 | 2025.05.22 21:29:07.227756 [ 198 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
17075 | 2025.05.22 21:29:07.228004 [ 198 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_131_26} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17076 | 2025.05.22 21:29:07.228066 [ 198 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_131_26} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
17077 | 2025.05.22 21:29:07.228130 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.57 MiB. | ||
17078 | 2025.05.22 21:29:07.788922 [ 220 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
17079 | 2025.05.22 21:29:07.788977 [ 220 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
17080 | 2025.05.22 21:29:07.792418 [ 220 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
17081 | 2025.05.22 21:29:08.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 371.57 MiB, peak 393.23 MiB, free memory in arenas 0.00 B, will set to 374.86 MiB (RSS), difference: 3.29 MiB | ||
17082 | 2025.05.22 21:29:08.110869 [ 219 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
17083 | 2025.05.22 21:29:08.110934 [ 219 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
17084 | 2025.05.22 21:29:08.113918 [ 219 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
17085 | 2025.05.22 21:29:08.126277 [ 218 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
17086 | 2025.05.22 21:29:08.126331 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
17087 | 2025.05.22 21:29:08.128646 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
17088 | 2025.05.22 21:29:08.900400 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 42578 | ||
17089 | 2025.05.22 21:29:08.900973 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17090 | 2025.05.22 21:29:08.901023 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
17091 | 2025.05.22 21:29:08.901648 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
17092 | 2025.05.22 21:29:08.902155 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17093 | 2025.05.22 21:29:08.902286 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42578 | ||
17094 | 2025.05.22 21:29:11.214964 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 701 | ||
17095 | 2025.05.22 21:29:11.233579 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17096 | 2025.05.22 21:29:11.233630 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17097 | 2025.05.22 21:29:11.240003 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
17098 | 2025.05.22 21:29:11.241136 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17099 | 2025.05.22 21:29:11.244525 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 701 | ||
17100 | 2025.05.22 21:29:11.529049 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 2334 | ||
17101 | 2025.05.22 21:29:11.531857 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17102 | 2025.05.22 21:29:11.531907 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17103 | 2025.05.22 21:29:11.533284 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
17104 | 2025.05.22 21:29:11.533845 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17105 | 2025.05.22 21:29:11.534222 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2334 | ||
17106 | 2025.05.22 21:29:12.454578 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17107 | 2025.05.22 21:29:12.454764 [ 261 ] {f4b3ac1d-d6bb-4d10-896d-29182a352509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
17108 | 2025.05.22 21:29:12.454832 [ 261 ] {f4b3ac1d-d6bb-4d10-896d-29182a352509} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
17109 | 2025.05.22 21:29:12.455634 [ 261 ] {f4b3ac1d-d6bb-4d10-896d-29182a352509} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17110 | 2025.05.22 21:29:12.455683 [ 261 ] {f4b3ac1d-d6bb-4d10-896d-29182a352509} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17111 | 2025.05.22 21:29:12.456239 [ 261 ] {f4b3ac1d-d6bb-4d10-896d-29182a352509} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
17112 | 2025.05.22 21:29:12.456757 [ 261 ] {f4b3ac1d-d6bb-4d10-896d-29182a352509} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17113 | 2025.05.22 21:29:12.456914 [ 261 ] {f4b3ac1d-d6bb-4d10-896d-29182a352509} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002203 sec., 96232.41034952337 rows/sec., 6.12 MiB/sec. | ||
17114 | 2025.05.22 21:29:12.456918 [ 47 ] {} <Debug> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd) (MergerMutator): Selected 6 parts from all_1_44_9 to all_49_49_0 | ||
17115 | 2025.05.22 21:29:12.456959 [ 261 ] {f4b3ac1d-d6bb-4d10-896d-29182a352509} <Debug> TCPHandler: Processed in 0.002516057 sec. | ||
17116 | 2025.05.22 21:29:12.457002 [ 47 ] {} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17117 | 2025.05.22 21:29:12.457032 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17118 | 2025.05.22 21:29:12.457098 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17119 | 2025.05.22 21:29:12.457135 [ 186 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_49_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_44_9 to all_49_49_0 into Compact with storage Full | ||
17120 | 2025.05.22 21:29:12.457201 [ 261 ] {70791b82-44cb-4bc3-b97d-e14b8f7e09ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
17121 | 2025.05.22 21:29:12.457241 [ 186 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_49_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17122 | 2025.05.22 21:29:12.457244 [ 261 ] {70791b82-44cb-4bc3-b97d-e14b8f7e09ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17123 | 2025.05.22 21:29:12.457276 [ 186 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_44_9, total 236 rows starting from the beginning of the part | ||
17124 | 2025.05.22 21:29:12.457347 [ 186 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 212 rows starting from the beginning of the part | ||
17125 | 2025.05.22 21:29:12.457399 [ 186 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 212 rows starting from the beginning of the part | ||
17126 | 2025.05.22 21:29:12.457446 [ 186 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 212 rows starting from the beginning of the part | ||
17127 | 2025.05.22 21:29:12.457494 [ 186 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 212 rows starting from the beginning of the part | ||
17128 | 2025.05.22 21:29:12.457541 [ 186 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 212 rows starting from the beginning of the part | ||
17129 | 2025.05.22 21:29:12.458074 [ 261 ] {70791b82-44cb-4bc3-b97d-e14b8f7e09ea} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17130 | 2025.05.22 21:29:12.458110 [ 261 ] {70791b82-44cb-4bc3-b97d-e14b8f7e09ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17131 | 2025.05.22 21:29:12.458614 [ 261 ] {70791b82-44cb-4bc3-b97d-e14b8f7e09ea} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
17132 | 2025.05.22 21:29:12.458630 [ 200 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_49_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1296 rows, containing 5 columns (5 merged, 0 gathered) in 0.001535973 sec., 843764.8318036841 rows/sec., 57.18 MiB/sec. | ||
17133 | 2025.05.22 21:29:12.459002 [ 200 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_49_10} <Trace> MergedBlockOutputStream: filled checksums all_1_49_10 (state Temporary) | ||
17134 | 2025.05.22 21:29:12.459250 [ 261 ] {70791b82-44cb-4bc3-b97d-e14b8f7e09ea} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17135 | 2025.05.22 21:29:12.459402 [ 261 ] {70791b82-44cb-4bc3-b97d-e14b8f7e09ea} <Debug> executeQuery: Read 635 rows, 51.07 KiB in 0.00222 sec., 286036.03603603604 rows/sec., 22.46 MiB/sec. | ||
17136 | 2025.05.22 21:29:12.459443 [ 261 ] {70791b82-44cb-4bc3-b97d-e14b8f7e09ea} <Debug> TCPHandler: Processed in 0.002396615 sec. | ||
17137 | 2025.05.22 21:29:12.459561 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17138 | 2025.05.22 21:29:12.459601 [ 200 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_49_10} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_merge_all_1_49_10 to all_1_49_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17139 | 2025.05.22 21:29:12.459656 [ 261 ] {240c4822-b3cf-42ca-8ec3-7fa906e8c42e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
17140 | 2025.05.22 21:29:12.459690 [ 200 ] {5459cd67-cd08-4950-a682-7ce7e59accbd::all_1_49_10} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd) (MergerMutator): Merged 6 parts: [all_1_44_9, all_49_49_0] -> all_1_49_10 | ||
17141 | 2025.05.22 21:29:12.459702 [ 261 ] {240c4822-b3cf-42ca-8ec3-7fa906e8c42e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17142 | 2025.05.22 21:29:12.459809 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
17143 | 2025.05.22 21:29:12.460147 [ 261 ] {240c4822-b3cf-42ca-8ec3-7fa906e8c42e} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17144 | 2025.05.22 21:29:12.460187 [ 261 ] {240c4822-b3cf-42ca-8ec3-7fa906e8c42e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17145 | 2025.05.22 21:29:12.460630 [ 261 ] {240c4822-b3cf-42ca-8ec3-7fa906e8c42e} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
17146 | 2025.05.22 21:29:12.461055 [ 261 ] {240c4822-b3cf-42ca-8ec3-7fa906e8c42e} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17147 | 2025.05.22 21:29:12.461188 [ 261 ] {240c4822-b3cf-42ca-8ec3-7fa906e8c42e} <Debug> executeQuery: Read 115 rows, 7.06 KiB in 0.001548 sec., 74289.40568475453 rows/sec., 4.46 MiB/sec. | ||
17148 | 2025.05.22 21:29:12.461225 [ 261 ] {240c4822-b3cf-42ca-8ec3-7fa906e8c42e} <Debug> TCPHandler: Processed in 0.001715626 sec. | ||
17149 | 2025.05.22 21:29:12.461344 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17150 | 2025.05.22 21:29:12.461440 [ 261 ] {2bc665a4-da1b-46b0-a6a8-cf51b8f524c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
17151 | 2025.05.22 21:29:12.461478 [ 261 ] {2bc665a4-da1b-46b0-a6a8-cf51b8f524c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
17152 | 2025.05.22 21:29:12.461902 [ 261 ] {2bc665a4-da1b-46b0-a6a8-cf51b8f524c1} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17153 | 2025.05.22 21:29:12.461937 [ 261 ] {2bc665a4-da1b-46b0-a6a8-cf51b8f524c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17154 | 2025.05.22 21:29:12.462343 [ 261 ] {2bc665a4-da1b-46b0-a6a8-cf51b8f524c1} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
17155 | 2025.05.22 21:29:12.462767 [ 261 ] {2bc665a4-da1b-46b0-a6a8-cf51b8f524c1} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17156 | 2025.05.22 21:29:12.462900 [ 261 ] {2bc665a4-da1b-46b0-a6a8-cf51b8f524c1} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001477 sec., 76506.43195666892 rows/sec., 4.95 MiB/sec. | ||
17157 | 2025.05.22 21:29:12.462939 [ 261 ] {2bc665a4-da1b-46b0-a6a8-cf51b8f524c1} <Debug> TCPHandler: Processed in 0.001646294 sec. | ||
17158 | 2025.05.22 21:29:12.463056 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17159 | 2025.05.22 21:29:12.463150 [ 261 ] {6d96e9ad-2c2c-4267-b8fa-419195268bfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
17160 | 2025.05.22 21:29:12.463190 [ 261 ] {6d96e9ad-2c2c-4267-b8fa-419195268bfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
17161 | 2025.05.22 21:29:12.463614 [ 261 ] {6d96e9ad-2c2c-4267-b8fa-419195268bfd} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17162 | 2025.05.22 21:29:12.463650 [ 261 ] {6d96e9ad-2c2c-4267-b8fa-419195268bfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17163 | 2025.05.22 21:29:12.464092 [ 261 ] {6d96e9ad-2c2c-4267-b8fa-419195268bfd} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
17164 | 2025.05.22 21:29:12.464671 [ 261 ] {6d96e9ad-2c2c-4267-b8fa-419195268bfd} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17165 | 2025.05.22 21:29:12.464803 [ 261 ] {6d96e9ad-2c2c-4267-b8fa-419195268bfd} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00167 sec., 67065.86826347305 rows/sec., 3.82 MiB/sec. | ||
17166 | 2025.05.22 21:29:12.464803 [ 55 ] {} <Debug> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1) (MergerMutator): Selected 6 parts from all_1_44_9 to all_49_49_0 | ||
17167 | 2025.05.22 21:29:12.464843 [ 261 ] {6d96e9ad-2c2c-4267-b8fa-419195268bfd} <Debug> TCPHandler: Processed in 0.001838467 sec. | ||
17168 | 2025.05.22 21:29:12.464855 [ 55 ] {} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17169 | 2025.05.22 21:29:12.464879 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17170 | 2025.05.22 21:29:12.464958 [ 198 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_49_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_44_9 to all_49_49_0 into Compact with storage Full | ||
17171 | 2025.05.22 21:29:12.464964 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17172 | 2025.05.22 21:29:12.465063 [ 198 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_49_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17173 | 2025.05.22 21:29:12.465077 [ 261 ] {277ee087-70f3-4d60-b92d-677d5d279fc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
17174 | 2025.05.22 21:29:12.465093 [ 198 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_44_9, total 124 rows starting from the beginning of the part | ||
17175 | 2025.05.22 21:29:12.465118 [ 261 ] {277ee087-70f3-4d60-b92d-677d5d279fc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17176 | 2025.05.22 21:29:12.465151 [ 198 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 112 rows starting from the beginning of the part | ||
17177 | 2025.05.22 21:29:12.465199 [ 198 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 112 rows starting from the beginning of the part | ||
17178 | 2025.05.22 21:29:12.465246 [ 198 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 112 rows starting from the beginning of the part | ||
17179 | 2025.05.22 21:29:12.465287 [ 198 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 112 rows starting from the beginning of the part | ||
17180 | 2025.05.22 21:29:12.465331 [ 198 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 112 rows starting from the beginning of the part | ||
17181 | 2025.05.22 21:29:12.465658 [ 261 ] {277ee087-70f3-4d60-b92d-677d5d279fc2} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17182 | 2025.05.22 21:29:12.465693 [ 261 ] {277ee087-70f3-4d60-b92d-677d5d279fc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17183 | 2025.05.22 21:29:12.466158 [ 261 ] {277ee087-70f3-4d60-b92d-677d5d279fc2} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
17184 | 2025.05.22 21:29:12.466235 [ 190 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_49_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 684 rows, containing 5 columns (5 merged, 0 gathered) in 0.001312959 sec., 520960.66975434875 rows/sec., 31.84 MiB/sec. | ||
17185 | 2025.05.22 21:29:12.466529 [ 187 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_49_10} <Trace> MergedBlockOutputStream: filled checksums all_1_49_10 (state Temporary) | ||
17186 | 2025.05.22 21:29:12.466672 [ 261 ] {277ee087-70f3-4d60-b92d-677d5d279fc2} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17187 | 2025.05.22 21:29:12.466818 [ 261 ] {277ee087-70f3-4d60-b92d-677d5d279fc2} <Debug> executeQuery: Read 391 rows, 28.31 KiB in 0.001758 sec., 222411.8316268487 rows/sec., 15.72 MiB/sec. | ||
17188 | 2025.05.22 21:29:12.466856 [ 261 ] {277ee087-70f3-4d60-b92d-677d5d279fc2} <Debug> TCPHandler: Processed in 0.001944129 sec. | ||
17189 | 2025.05.22 21:29:12.466985 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17190 | 2025.05.22 21:29:12.467081 [ 261 ] {96c24fcb-b0cb-4968-b45b-ab585337de65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
17191 | 2025.05.22 21:29:12.467126 [ 261 ] {96c24fcb-b0cb-4968-b45b-ab585337de65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
17192 | 2025.05.22 21:29:12.467148 [ 187 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_49_10} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_merge_all_1_49_10 to all_1_49_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17193 | 2025.05.22 21:29:12.467238 [ 187 ] {1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1::all_1_49_10} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1) (MergerMutator): Merged 6 parts: [all_1_44_9, all_49_49_0] -> all_1_49_10 | ||
17194 | 2025.05.22 21:29:12.467346 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
17195 | 2025.05.22 21:29:12.467495 [ 261 ] {96c24fcb-b0cb-4968-b45b-ab585337de65} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17196 | 2025.05.22 21:29:12.467536 [ 261 ] {96c24fcb-b0cb-4968-b45b-ab585337de65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17197 | 2025.05.22 21:29:12.467990 [ 261 ] {96c24fcb-b0cb-4968-b45b-ab585337de65} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
17198 | 2025.05.22 21:29:12.468466 [ 261 ] {96c24fcb-b0cb-4968-b45b-ab585337de65} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17199 | 2025.05.22 21:29:12.468599 [ 261 ] {96c24fcb-b0cb-4968-b45b-ab585337de65} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001535 sec., 3908.7947882736157 rows/sec., 204.22 KiB/sec. | ||
17200 | 2025.05.22 21:29:12.468635 [ 261 ] {96c24fcb-b0cb-4968-b45b-ab585337de65} <Debug> TCPHandler: Processed in 0.001701815 sec. | ||
17201 | 2025.05.22 21:29:12.468757 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17202 | 2025.05.22 21:29:12.468852 [ 261 ] {ffe96e4f-a91b-415a-a1b6-56d57da84d20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
17203 | 2025.05.22 21:29:12.468894 [ 261 ] {ffe96e4f-a91b-415a-a1b6-56d57da84d20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17204 | 2025.05.22 21:29:12.469315 [ 261 ] {ffe96e4f-a91b-415a-a1b6-56d57da84d20} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17205 | 2025.05.22 21:29:12.469351 [ 261 ] {ffe96e4f-a91b-415a-a1b6-56d57da84d20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17206 | 2025.05.22 21:29:12.469791 [ 261 ] {ffe96e4f-a91b-415a-a1b6-56d57da84d20} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
17207 | 2025.05.22 21:29:12.470251 [ 261 ] {ffe96e4f-a91b-415a-a1b6-56d57da84d20} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17208 | 2025.05.22 21:29:12.470385 [ 261 ] {ffe96e4f-a91b-415a-a1b6-56d57da84d20} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001551 sec., 152804.64216634427 rows/sec., 10.24 MiB/sec. | ||
17209 | 2025.05.22 21:29:12.470422 [ 261 ] {ffe96e4f-a91b-415a-a1b6-56d57da84d20} <Debug> TCPHandler: Processed in 0.001715605 sec. | ||
17210 | 2025.05.22 21:29:12.470480 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
17211 | 2025.05.22 21:29:12.470516 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
17212 | 2025.05.22 21:29:12.470553 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17213 | 2025.05.22 21:29:12.470648 [ 261 ] {737bbf3e-cdb0-4909-9e91-f2bafd30c195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
17214 | 2025.05.22 21:29:12.470690 [ 261 ] {737bbf3e-cdb0-4909-9e91-f2bafd30c195} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
17215 | 2025.05.22 21:29:12.471018 [ 261 ] {737bbf3e-cdb0-4909-9e91-f2bafd30c195} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17216 | 2025.05.22 21:29:12.471052 [ 261 ] {737bbf3e-cdb0-4909-9e91-f2bafd30c195} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17217 | 2025.05.22 21:29:12.471473 [ 261 ] {737bbf3e-cdb0-4909-9e91-f2bafd30c195} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
17218 | 2025.05.22 21:29:12.471946 [ 261 ] {737bbf3e-cdb0-4909-9e91-f2bafd30c195} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17219 | 2025.05.22 21:29:12.472074 [ 55 ] {} <Debug> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db) (MergerMutator): Selected 6 parts from all_1_39_8 to all_44_44_0 | ||
17220 | 2025.05.22 21:29:12.472082 [ 261 ] {737bbf3e-cdb0-4909-9e91-f2bafd30c195} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001451 sec., 689.1798759476223 rows/sec., 46.44 KiB/sec. | ||
17221 | 2025.05.22 21:29:12.472120 [ 55 ] {} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17222 | 2025.05.22 21:29:12.472136 [ 261 ] {737bbf3e-cdb0-4909-9e91-f2bafd30c195} <Debug> TCPHandler: Processed in 0.001634854 sec. | ||
17223 | 2025.05.22 21:29:12.472151 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17224 | 2025.05.22 21:29:12.472239 [ 194 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_44_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_39_8 to all_44_44_0 into Compact with storage Full | ||
17225 | 2025.05.22 21:29:12.472258 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17226 | 2025.05.22 21:29:12.472331 [ 194 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_44_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17227 | 2025.05.22 21:29:12.472354 [ 261 ] {f6f0325e-a0ae-4f59-9dd4-a91214d086ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
17228 | 2025.05.22 21:29:12.472358 [ 194 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_39_8, total 39 rows starting from the beginning of the part | ||
17229 | 2025.05.22 21:29:12.472410 [ 261 ] {f6f0325e-a0ae-4f59-9dd4-a91214d086ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
17230 | 2025.05.22 21:29:12.472415 [ 194 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
17231 | 2025.05.22 21:29:12.472461 [ 194 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
17232 | 2025.05.22 21:29:12.472501 [ 194 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part | ||
17233 | 2025.05.22 21:29:12.472547 [ 194 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part | ||
17234 | 2025.05.22 21:29:12.472586 [ 194 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part | ||
17235 | 2025.05.22 21:29:12.472775 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
17236 | 2025.05.22 21:29:12.473180 [ 261 ] {f6f0325e-a0ae-4f59-9dd4-a91214d086ba} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17237 | 2025.05.22 21:29:12.473216 [ 261 ] {f6f0325e-a0ae-4f59-9dd4-a91214d086ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17238 | 2025.05.22 21:29:12.473351 [ 190 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_44_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44 rows, containing 4 columns (4 merged, 0 gathered) in 0.001146847 sec., 38366.05929125681 rows/sec., 2.52 MiB/sec. | ||
17239 | 2025.05.22 21:29:12.473602 [ 201 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_44_9} <Trace> MergedBlockOutputStream: filled checksums all_1_44_9 (state Temporary) | ||
17240 | 2025.05.22 21:29:12.473893 [ 261 ] {f6f0325e-a0ae-4f59-9dd4-a91214d086ba} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
17241 | 2025.05.22 21:29:12.474222 [ 201 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_44_9} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_merge_all_1_44_9 to all_1_44_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17242 | 2025.05.22 21:29:12.474351 [ 201 ] {5fb0009b-28fa-4a33-8791-84c9861d86db::all_1_44_9} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db) (MergerMutator): Merged 6 parts: [all_1_39_8, all_44_44_0] -> all_1_44_9 | ||
17243 | 2025.05.22 21:29:12.474374 [ 261 ] {f6f0325e-a0ae-4f59-9dd4-a91214d086ba} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17244 | 2025.05.22 21:29:12.474450 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
17245 | 2025.05.22 21:29:12.474526 [ 261 ] {f6f0325e-a0ae-4f59-9dd4-a91214d086ba} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.00219 sec., 4109.58904109589 rows/sec., 7.36 MiB/sec. | ||
17246 | 2025.05.22 21:29:12.474586 [ 261 ] {f6f0325e-a0ae-4f59-9dd4-a91214d086ba} <Debug> TCPHandler: Processed in 0.002380446 sec. | ||
17247 | 2025.05.22 21:29:12.474701 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17248 | 2025.05.22 21:29:12.474798 [ 261 ] {b1da940f-3a91-44f7-9971-94adb8545744} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
17249 | 2025.05.22 21:29:12.474838 [ 261 ] {b1da940f-3a91-44f7-9971-94adb8545744} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17250 | 2025.05.22 21:29:12.475167 [ 261 ] {b1da940f-3a91-44f7-9971-94adb8545744} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17251 | 2025.05.22 21:29:12.475203 [ 261 ] {b1da940f-3a91-44f7-9971-94adb8545744} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17252 | 2025.05.22 21:29:12.475624 [ 261 ] {b1da940f-3a91-44f7-9971-94adb8545744} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
17253 | 2025.05.22 21:29:12.476076 [ 261 ] {b1da940f-3a91-44f7-9971-94adb8545744} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17254 | 2025.05.22 21:29:12.476206 [ 261 ] {b1da940f-3a91-44f7-9971-94adb8545744} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001427 sec., 57463.20953048353 rows/sec., 3.65 MiB/sec. | ||
17255 | 2025.05.22 21:29:12.476242 [ 261 ] {b1da940f-3a91-44f7-9971-94adb8545744} <Debug> TCPHandler: Processed in 0.001591224 sec. | ||
17256 | 2025.05.22 21:29:12.891400 [ 225 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
17257 | 2025.05.22 21:29:12.891452 [ 225 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
17258 | 2025.05.22 21:29:12.894324 [ 225 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
17259 | 2025.05.22 21:29:16.192056 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache | ||
17260 | 2025.05.22 21:29:16.192154 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache | ||
17261 | 2025.05.22 21:29:16.402434 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43066 | ||
17262 | 2025.05.22 21:29:16.403028 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17263 | 2025.05.22 21:29:16.403073 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17264 | 2025.05.22 21:29:16.403860 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
17265 | 2025.05.22 21:29:16.404405 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17266 | 2025.05.22 21:29:16.404537 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43066 | ||
17267 | 2025.05.22 21:29:17.450238 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17268 | 2025.05.22 21:29:17.450427 [ 261 ] {226e3ec5-b640-4ca0-a992-67217c6e9199} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
17269 | 2025.05.22 21:29:17.450495 [ 261 ] {226e3ec5-b640-4ca0-a992-67217c6e9199} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17270 | 2025.05.22 21:29:17.451244 [ 261 ] {226e3ec5-b640-4ca0-a992-67217c6e9199} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17271 | 2025.05.22 21:29:17.451287 [ 261 ] {226e3ec5-b640-4ca0-a992-67217c6e9199} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17272 | 2025.05.22 21:29:17.451861 [ 261 ] {226e3ec5-b640-4ca0-a992-67217c6e9199} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
17273 | 2025.05.22 21:29:17.452303 [ 261 ] {226e3ec5-b640-4ca0-a992-67217c6e9199} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17274 | 2025.05.22 21:29:17.452470 [ 261 ] {226e3ec5-b640-4ca0-a992-67217c6e9199} <Debug> executeQuery: Read 158 rows, 14.06 KiB in 0.002093 sec., 75489.72766364072 rows/sec., 6.56 MiB/sec. | ||
17275 | 2025.05.22 21:29:17.452519 [ 261 ] {226e3ec5-b640-4ca0-a992-67217c6e9199} <Debug> TCPHandler: Processed in 0.002413346 sec. | ||
17276 | 2025.05.22 21:29:17.452647 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17277 | 2025.05.22 21:29:17.452751 [ 261 ] {d92eaad1-06b3-4892-aa78-50b0d22b8f1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
17278 | 2025.05.22 21:29:17.452795 [ 261 ] {d92eaad1-06b3-4892-aa78-50b0d22b8f1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17279 | 2025.05.22 21:29:17.453225 [ 261 ] {d92eaad1-06b3-4892-aa78-50b0d22b8f1d} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17280 | 2025.05.22 21:29:17.453259 [ 261 ] {d92eaad1-06b3-4892-aa78-50b0d22b8f1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17281 | 2025.05.22 21:29:17.453659 [ 261 ] {d92eaad1-06b3-4892-aa78-50b0d22b8f1d} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
17282 | 2025.05.22 21:29:17.454074 [ 261 ] {d92eaad1-06b3-4892-aa78-50b0d22b8f1d} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17283 | 2025.05.22 21:29:17.454211 [ 261 ] {d92eaad1-06b3-4892-aa78-50b0d22b8f1d} <Debug> executeQuery: Read 51 rows, 3.83 KiB in 0.001484 sec., 34366.576819407004 rows/sec., 2.52 MiB/sec. | ||
17284 | 2025.05.22 21:29:17.454248 [ 261 ] {d92eaad1-06b3-4892-aa78-50b0d22b8f1d} <Debug> TCPHandler: Processed in 0.001655525 sec. | ||
17285 | 2025.05.22 21:29:17.454367 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17286 | 2025.05.22 21:29:17.454464 [ 261 ] {996cabe7-cac1-4461-85f5-05f230991cbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
17287 | 2025.05.22 21:29:17.454504 [ 261 ] {996cabe7-cac1-4461-85f5-05f230991cbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17288 | 2025.05.22 21:29:17.454945 [ 261 ] {996cabe7-cac1-4461-85f5-05f230991cbf} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17289 | 2025.05.22 21:29:17.454980 [ 261 ] {996cabe7-cac1-4461-85f5-05f230991cbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17290 | 2025.05.22 21:29:17.455406 [ 261 ] {996cabe7-cac1-4461-85f5-05f230991cbf} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
17291 | 2025.05.22 21:29:17.455837 [ 261 ] {996cabe7-cac1-4461-85f5-05f230991cbf} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17292 | 2025.05.22 21:29:17.455973 [ 261 ] {996cabe7-cac1-4461-85f5-05f230991cbf} <Debug> executeQuery: Read 115 rows, 9.20 KiB in 0.001529 sec., 75212.55722694572 rows/sec., 5.88 MiB/sec. | ||
17293 | 2025.05.22 21:29:17.456011 [ 261 ] {996cabe7-cac1-4461-85f5-05f230991cbf} <Debug> TCPHandler: Processed in 0.001695455 sec. | ||
17294 | 2025.05.22 21:29:17.456127 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17295 | 2025.05.22 21:29:17.456224 [ 261 ] {ac667996-e34d-4126-9ab4-14b7f352ac4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
17296 | 2025.05.22 21:29:17.456266 [ 261 ] {ac667996-e34d-4126-9ab4-14b7f352ac4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17297 | 2025.05.22 21:29:17.456679 [ 261 ] {ac667996-e34d-4126-9ab4-14b7f352ac4d} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17298 | 2025.05.22 21:29:17.456713 [ 261 ] {ac667996-e34d-4126-9ab4-14b7f352ac4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17299 | 2025.05.22 21:29:17.457222 [ 261 ] {ac667996-e34d-4126-9ab4-14b7f352ac4d} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
17300 | 2025.05.22 21:29:17.457690 [ 261 ] {ac667996-e34d-4126-9ab4-14b7f352ac4d} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17301 | 2025.05.22 21:29:17.457816 [ 54 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Selected 5 parts from all_1_128_26 to all_132_132_0 | ||
17302 | 2025.05.22 21:29:17.457830 [ 261 ] {ac667996-e34d-4126-9ab4-14b7f352ac4d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001624 sec., 98522.16748768472 rows/sec., 6.86 MiB/sec. | ||
17303 | 2025.05.22 21:29:17.457851 [ 54 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17304 | 2025.05.22 21:29:17.457871 [ 261 ] {ac667996-e34d-4126-9ab4-14b7f352ac4d} <Debug> TCPHandler: Processed in 0.001794967 sec. | ||
17305 | 2025.05.22 21:29:17.457871 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17306 | 2025.05.22 21:29:17.457965 [ 194 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_132_27} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_128_26 to all_132_132_0 into Compact with storage Full | ||
17307 | 2025.05.22 21:29:17.457975 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17308 | 2025.05.22 21:29:17.458059 [ 194 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_132_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17309 | 2025.05.22 21:29:17.458079 [ 261 ] {bd81165d-4bb6-429b-9d56-9ddf0e02cb42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
17310 | 2025.05.22 21:29:17.458090 [ 194 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_132_27} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_128_26, total 39379 rows starting from the beginning of the part | ||
17311 | 2025.05.22 21:29:17.458135 [ 261 ] {bd81165d-4bb6-429b-9d56-9ddf0e02cb42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
17312 | 2025.05.22 21:29:17.458153 [ 194 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_132_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 161 rows starting from the beginning of the part | ||
17313 | 2025.05.22 21:29:17.458205 [ 194 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_132_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 239 rows starting from the beginning of the part | ||
17314 | 2025.05.22 21:29:17.458259 [ 194 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_132_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 887 rows starting from the beginning of the part | ||
17315 | 2025.05.22 21:29:17.458302 [ 194 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_132_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 237 rows starting from the beginning of the part | ||
17316 | 2025.05.22 21:29:17.459073 [ 261 ] {bd81165d-4bb6-429b-9d56-9ddf0e02cb42} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17317 | 2025.05.22 21:29:17.459108 [ 261 ] {bd81165d-4bb6-429b-9d56-9ddf0e02cb42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17318 | 2025.05.22 21:29:17.459833 [ 261 ] {bd81165d-4bb6-429b-9d56-9ddf0e02cb42} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
17319 | 2025.05.22 21:29:17.460248 [ 261 ] {bd81165d-4bb6-429b-9d56-9ddf0e02cb42} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17320 | 2025.05.22 21:29:17.460399 [ 261 ] {bd81165d-4bb6-429b-9d56-9ddf0e02cb42} <Debug> executeQuery: Read 51 rows, 93.58 KiB in 0.002339 sec., 21804.189824711415 rows/sec., 39.07 MiB/sec. | ||
17321 | 2025.05.22 21:29:17.460483 [ 261 ] {bd81165d-4bb6-429b-9d56-9ddf0e02cb42} <Debug> TCPHandler: Processed in 0.002557767 sec. | ||
17322 | 2025.05.22 21:29:17.460596 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17323 | 2025.05.22 21:29:17.460692 [ 261 ] {d5f03efd-e7bd-4306-8eaf-2670ba9713a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
17324 | 2025.05.22 21:29:17.460733 [ 261 ] {d5f03efd-e7bd-4306-8eaf-2670ba9713a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17325 | 2025.05.22 21:29:17.461082 [ 261 ] {d5f03efd-e7bd-4306-8eaf-2670ba9713a0} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17326 | 2025.05.22 21:29:17.461116 [ 261 ] {d5f03efd-e7bd-4306-8eaf-2670ba9713a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17327 | 2025.05.22 21:29:17.461521 [ 261 ] {d5f03efd-e7bd-4306-8eaf-2670ba9713a0} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
17328 | 2025.05.22 21:29:17.461941 [ 261 ] {d5f03efd-e7bd-4306-8eaf-2670ba9713a0} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17329 | 2025.05.22 21:29:17.462077 [ 261 ] {d5f03efd-e7bd-4306-8eaf-2670ba9713a0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 2.88 MiB/sec. | ||
17330 | 2025.05.22 21:29:17.462113 [ 261 ] {d5f03efd-e7bd-4306-8eaf-2670ba9713a0} <Debug> TCPHandler: Processed in 0.001568424 sec. | ||
17331 | 2025.05.22 21:29:17.465350 [ 197 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_132_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40903 rows, containing 5 columns (5 merged, 0 gathered) in 0.007416171 sec., 5515379.836845726 rows/sec., 374.44 MiB/sec. | ||
17332 | 2025.05.22 21:29:17.466497 [ 188 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_132_27} <Trace> MergedBlockOutputStream: filled checksums all_1_132_27 (state Temporary) | ||
17333 | 2025.05.22 21:29:17.467092 [ 188 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_132_27} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_merge_all_1_132_27 to all_1_132_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17334 | 2025.05.22 21:29:17.467177 [ 188 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_132_27} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Merged 5 parts: [all_1_128_26, all_132_132_0] -> all_1_132_27 | ||
17335 | 2025.05.22 21:29:17.467279 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
17336 | 2025.05.22 21:29:18.409552 [ 39 ] {} <Debug> oximeter.measurements_i64 (a562d16c-6ec6-4d47-ba75-634183f2881f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
17337 | 2025.05.22 21:29:18.409626 [ 39 ] {} <Trace> oximeter.measurements_i64 (a562d16c-6ec6-4d47-ba75-634183f2881f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17338 | 2025.05.22 21:29:18.409651 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17339 | 2025.05.22 21:29:18.409801 [ 190 ] {a562d16c-6ec6-4d47-ba75-634183f2881f::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 | ||
17340 | 2025.05.22 21:29:18.410017 [ 190 ] {a562d16c-6ec6-4d47-ba75-634183f2881f::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17341 | 2025.05.22 21:29:18.410074 [ 190 ] {a562d16c-6ec6-4d47-ba75-634183f2881f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 27 rows starting from the beginning of the part | ||
17342 | 2025.05.22 21:29:18.410184 [ 190 ] {a562d16c-6ec6-4d47-ba75-634183f2881f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 9 rows starting from the beginning of the part | ||
17343 | 2025.05.22 21:29:18.410257 [ 190 ] {a562d16c-6ec6-4d47-ba75-634183f2881f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
17344 | 2025.05.22 21:29:18.410323 [ 190 ] {a562d16c-6ec6-4d47-ba75-634183f2881f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
17345 | 2025.05.22 21:29:18.410361 [ 190 ] {a562d16c-6ec6-4d47-ba75-634183f2881f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 3 rows starting from the beginning of the part | ||
17346 | 2025.05.22 21:29:18.411866 [ 197 ] {a562d16c-6ec6-4d47-ba75-634183f2881f::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.002135972 sec., 23876.717485060668 rows/sec., 1.70 MiB/sec. | ||
17347 | 2025.05.22 21:29:18.412199 [ 195 ] {a562d16c-6ec6-4d47-ba75-634183f2881f::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
17348 | 2025.05.22 21:29:18.412827 [ 195 ] {a562d16c-6ec6-4d47-ba75-634183f2881f::all_1_5_1} <Trace> oximeter.measurements_i64 (a562d16c-6ec6-4d47-ba75-634183f2881f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17349 | 2025.05.22 21:29:18.412903 [ 195 ] {a562d16c-6ec6-4d47-ba75-634183f2881f::all_1_5_1} <Trace> oximeter.measurements_i64 (a562d16c-6ec6-4d47-ba75-634183f2881f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
17350 | 2025.05.22 21:29:18.412992 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
17351 | 2025.05.22 21:29:18.744593 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 708 | ||
17352 | 2025.05.22 21:29:18.763182 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17353 | 2025.05.22 21:29:18.763239 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17354 | 2025.05.22 21:29:18.769771 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
17355 | 2025.05.22 21:29:18.770881 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17356 | 2025.05.22 21:29:18.774357 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 708 | ||
17357 | 2025.05.22 21:29:21.534466 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2368 | ||
17358 | 2025.05.22 21:29:21.537040 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17359 | 2025.05.22 21:29:21.537081 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17360 | 2025.05.22 21:29:21.538391 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
17361 | 2025.05.22 21:29:21.538883 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17362 | 2025.05.22 21:29:21.539156 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2368 | ||
17363 | 2025.05.22 21:29:22.455842 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17364 | 2025.05.22 21:29:22.456121 [ 261 ] {091ad993-d12b-48fd-ac82-d303a7f503c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
17365 | 2025.05.22 21:29:22.456224 [ 261 ] {091ad993-d12b-48fd-ac82-d303a7f503c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
17366 | 2025.05.22 21:29:22.457138 [ 261 ] {091ad993-d12b-48fd-ac82-d303a7f503c4} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17367 | 2025.05.22 21:29:22.457177 [ 261 ] {091ad993-d12b-48fd-ac82-d303a7f503c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17368 | 2025.05.22 21:29:22.457731 [ 261 ] {091ad993-d12b-48fd-ac82-d303a7f503c4} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
17369 | 2025.05.22 21:29:22.458146 [ 261 ] {091ad993-d12b-48fd-ac82-d303a7f503c4} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17370 | 2025.05.22 21:29:22.458305 [ 261 ] {091ad993-d12b-48fd-ac82-d303a7f503c4} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002263 sec., 93680.95448519665 rows/sec., 5.96 MiB/sec. | ||
17371 | 2025.05.22 21:29:22.458346 [ 261 ] {091ad993-d12b-48fd-ac82-d303a7f503c4} <Debug> TCPHandler: Processed in 0.002686651 sec. | ||
17372 | 2025.05.22 21:29:22.458463 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17373 | 2025.05.22 21:29:22.458567 [ 261 ] {b44303a6-9c0e-48a0-bdbb-ef775353e9e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
17374 | 2025.05.22 21:29:22.458608 [ 261 ] {b44303a6-9c0e-48a0-bdbb-ef775353e9e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
17375 | 2025.05.22 21:29:22.459066 [ 261 ] {b44303a6-9c0e-48a0-bdbb-ef775353e9e5} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17376 | 2025.05.22 21:29:22.459100 [ 261 ] {b44303a6-9c0e-48a0-bdbb-ef775353e9e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17377 | 2025.05.22 21:29:22.459493 [ 261 ] {b44303a6-9c0e-48a0-bdbb-ef775353e9e5} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
17378 | 2025.05.22 21:29:22.459897 [ 261 ] {b44303a6-9c0e-48a0-bdbb-ef775353e9e5} <Trace> oximeter.fields_ipaddr (0544cb07-3f42-4e8d-b94b-8cfc8e86ccbd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17379 | 2025.05.22 21:29:22.460027 [ 261 ] {b44303a6-9c0e-48a0-bdbb-ef775353e9e5} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001478 sec., 1353.1799729364006 rows/sec., 110.34 KiB/sec. | ||
17380 | 2025.05.22 21:29:22.460063 [ 261 ] {b44303a6-9c0e-48a0-bdbb-ef775353e9e5} <Debug> TCPHandler: Processed in 0.001647674 sec. | ||
17381 | 2025.05.22 21:29:22.460174 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17382 | 2025.05.22 21:29:22.460275 [ 261 ] {8a40f010-bbc7-482b-96af-444fd8fa9765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
17383 | 2025.05.22 21:29:22.460313 [ 261 ] {8a40f010-bbc7-482b-96af-444fd8fa9765} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17384 | 2025.05.22 21:29:22.461150 [ 261 ] {8a40f010-bbc7-482b-96af-444fd8fa9765} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17385 | 2025.05.22 21:29:22.461184 [ 261 ] {8a40f010-bbc7-482b-96af-444fd8fa9765} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17386 | 2025.05.22 21:29:22.461625 [ 261 ] {8a40f010-bbc7-482b-96af-444fd8fa9765} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
17387 | 2025.05.22 21:29:22.462035 [ 261 ] {8a40f010-bbc7-482b-96af-444fd8fa9765} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17388 | 2025.05.22 21:29:22.462164 [ 261 ] {8a40f010-bbc7-482b-96af-444fd8fa9765} <Debug> executeQuery: Read 636 rows, 51.14 KiB in 0.001906 sec., 333683.1059811123 rows/sec., 26.20 MiB/sec. | ||
17389 | 2025.05.22 21:29:22.462201 [ 261 ] {8a40f010-bbc7-482b-96af-444fd8fa9765} <Debug> TCPHandler: Processed in 0.002074551 sec. | ||
17390 | 2025.05.22 21:29:22.462309 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17391 | 2025.05.22 21:29:22.462410 [ 261 ] {f6a2b2ea-8825-483a-9730-e9df767504d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
17392 | 2025.05.22 21:29:22.462450 [ 261 ] {f6a2b2ea-8825-483a-9730-e9df767504d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17393 | 2025.05.22 21:29:22.462932 [ 261 ] {f6a2b2ea-8825-483a-9730-e9df767504d3} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17394 | 2025.05.22 21:29:22.462966 [ 261 ] {f6a2b2ea-8825-483a-9730-e9df767504d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17395 | 2025.05.22 21:29:22.463369 [ 261 ] {f6a2b2ea-8825-483a-9730-e9df767504d3} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
17396 | 2025.05.22 21:29:22.463838 [ 261 ] {f6a2b2ea-8825-483a-9730-e9df767504d3} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17397 | 2025.05.22 21:29:22.463968 [ 261 ] {f6a2b2ea-8825-483a-9730-e9df767504d3} <Debug> executeQuery: Read 117 rows, 7.20 KiB in 0.001575 sec., 74285.71428571429 rows/sec., 4.47 MiB/sec. | ||
17398 | 2025.05.22 21:29:22.464005 [ 261 ] {f6a2b2ea-8825-483a-9730-e9df767504d3} <Debug> TCPHandler: Processed in 0.001743716 sec. | ||
17399 | 2025.05.22 21:29:22.464116 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17400 | 2025.05.22 21:29:22.464215 [ 261 ] {c6aa8415-eaf8-430c-a990-70ad09292e47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
17401 | 2025.05.22 21:29:22.464254 [ 261 ] {c6aa8415-eaf8-430c-a990-70ad09292e47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
17402 | 2025.05.22 21:29:22.464686 [ 261 ] {c6aa8415-eaf8-430c-a990-70ad09292e47} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17403 | 2025.05.22 21:29:22.464720 [ 261 ] {c6aa8415-eaf8-430c-a990-70ad09292e47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17404 | 2025.05.22 21:29:22.465134 [ 261 ] {c6aa8415-eaf8-430c-a990-70ad09292e47} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
17405 | 2025.05.22 21:29:22.465552 [ 261 ] {c6aa8415-eaf8-430c-a990-70ad09292e47} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17406 | 2025.05.22 21:29:22.465682 [ 261 ] {c6aa8415-eaf8-430c-a990-70ad09292e47} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001484 sec., 76145.5525606469 rows/sec., 4.93 MiB/sec. | ||
17407 | 2025.05.22 21:29:22.465719 [ 261 ] {c6aa8415-eaf8-430c-a990-70ad09292e47} <Debug> TCPHandler: Processed in 0.001652784 sec. | ||
17408 | 2025.05.22 21:29:22.465831 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17409 | 2025.05.22 21:29:22.465931 [ 261 ] {0749e3e3-2b2f-4214-aa75-cf6546adb2d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
17410 | 2025.05.22 21:29:22.465970 [ 261 ] {0749e3e3-2b2f-4214-aa75-cf6546adb2d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
17411 | 2025.05.22 21:29:22.466403 [ 261 ] {0749e3e3-2b2f-4214-aa75-cf6546adb2d2} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17412 | 2025.05.22 21:29:22.466438 [ 261 ] {0749e3e3-2b2f-4214-aa75-cf6546adb2d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17413 | 2025.05.22 21:29:22.466851 [ 261 ] {0749e3e3-2b2f-4214-aa75-cf6546adb2d2} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
17414 | 2025.05.22 21:29:22.467324 [ 261 ] {0749e3e3-2b2f-4214-aa75-cf6546adb2d2} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17415 | 2025.05.22 21:29:22.467452 [ 261 ] {0749e3e3-2b2f-4214-aa75-cf6546adb2d2} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001538 sec., 72821.84655396618 rows/sec., 4.15 MiB/sec. | ||
17416 | 2025.05.22 21:29:22.467489 [ 261 ] {0749e3e3-2b2f-4214-aa75-cf6546adb2d2} <Debug> TCPHandler: Processed in 0.001707986 sec. | ||
17417 | 2025.05.22 21:29:22.467601 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17418 | 2025.05.22 21:29:22.467701 [ 261 ] {2a39c5c9-2880-4250-b732-f51e840361a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
17419 | 2025.05.22 21:29:22.467739 [ 261 ] {2a39c5c9-2880-4250-b732-f51e840361a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17420 | 2025.05.22 21:29:22.468317 [ 261 ] {2a39c5c9-2880-4250-b732-f51e840361a1} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17421 | 2025.05.22 21:29:22.468352 [ 261 ] {2a39c5c9-2880-4250-b732-f51e840361a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17422 | 2025.05.22 21:29:22.468775 [ 261 ] {2a39c5c9-2880-4250-b732-f51e840361a1} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
17423 | 2025.05.22 21:29:22.469367 [ 261 ] {2a39c5c9-2880-4250-b732-f51e840361a1} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17424 | 2025.05.22 21:29:22.469495 [ 261 ] {2a39c5c9-2880-4250-b732-f51e840361a1} <Debug> executeQuery: Read 393 rows, 28.47 KiB in 0.001811 sec., 217007.1783545003 rows/sec., 15.35 MiB/sec. | ||
17425 | 2025.05.22 21:29:22.469532 [ 261 ] {2a39c5c9-2880-4250-b732-f51e840361a1} <Debug> TCPHandler: Processed in 0.001980059 sec. | ||
17426 | 2025.05.22 21:29:22.469644 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17427 | 2025.05.22 21:29:22.469746 [ 261 ] {6cfc4afd-6e32-488a-8a4e-b061c9df3dbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
17428 | 2025.05.22 21:29:22.469787 [ 261 ] {6cfc4afd-6e32-488a-8a4e-b061c9df3dbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
17429 | 2025.05.22 21:29:22.470115 [ 261 ] {6cfc4afd-6e32-488a-8a4e-b061c9df3dbd} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17430 | 2025.05.22 21:29:22.470151 [ 261 ] {6cfc4afd-6e32-488a-8a4e-b061c9df3dbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17431 | 2025.05.22 21:29:22.470689 [ 261 ] {6cfc4afd-6e32-488a-8a4e-b061c9df3dbd} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
17432 | 2025.05.22 21:29:22.471106 [ 261 ] {6cfc4afd-6e32-488a-8a4e-b061c9df3dbd} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17433 | 2025.05.22 21:29:22.471274 [ 261 ] {6cfc4afd-6e32-488a-8a4e-b061c9df3dbd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001545 sec., 3883.495145631068 rows/sec., 202.90 KiB/sec. | ||
17434 | 2025.05.22 21:29:22.471312 [ 261 ] {6cfc4afd-6e32-488a-8a4e-b061c9df3dbd} <Debug> TCPHandler: Processed in 0.001717985 sec. | ||
17435 | 2025.05.22 21:29:22.471420 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17436 | 2025.05.22 21:29:22.471522 [ 261 ] {b4e64f2b-8036-4e96-b74c-87aab80db22f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
17437 | 2025.05.22 21:29:22.471564 [ 261 ] {b4e64f2b-8036-4e96-b74c-87aab80db22f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17438 | 2025.05.22 21:29:22.472025 [ 261 ] {b4e64f2b-8036-4e96-b74c-87aab80db22f} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17439 | 2025.05.22 21:29:22.472060 [ 261 ] {b4e64f2b-8036-4e96-b74c-87aab80db22f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17440 | 2025.05.22 21:29:22.472499 [ 261 ] {b4e64f2b-8036-4e96-b74c-87aab80db22f} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
17441 | 2025.05.22 21:29:22.472922 [ 261 ] {b4e64f2b-8036-4e96-b74c-87aab80db22f} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17442 | 2025.05.22 21:29:22.473051 [ 261 ] {b4e64f2b-8036-4e96-b74c-87aab80db22f} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001547 sec., 153846.15384615384 rows/sec., 10.31 MiB/sec. | ||
17443 | 2025.05.22 21:29:22.473088 [ 261 ] {b4e64f2b-8036-4e96-b74c-87aab80db22f} <Debug> TCPHandler: Processed in 0.001717146 sec. | ||
17444 | 2025.05.22 21:29:22.473198 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17445 | 2025.05.22 21:29:22.473298 [ 261 ] {30e8c34a-dc4c-4821-9d56-6222214223a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
17446 | 2025.05.22 21:29:22.473339 [ 261 ] {30e8c34a-dc4c-4821-9d56-6222214223a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
17447 | 2025.05.22 21:29:22.473648 [ 261 ] {30e8c34a-dc4c-4821-9d56-6222214223a6} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17448 | 2025.05.22 21:29:22.473683 [ 261 ] {30e8c34a-dc4c-4821-9d56-6222214223a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17449 | 2025.05.22 21:29:22.474075 [ 261 ] {30e8c34a-dc4c-4821-9d56-6222214223a6} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
17450 | 2025.05.22 21:29:22.474534 [ 261 ] {30e8c34a-dc4c-4821-9d56-6222214223a6} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17451 | 2025.05.22 21:29:22.474665 [ 261 ] {30e8c34a-dc4c-4821-9d56-6222214223a6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001384 sec., 722.543352601156 rows/sec., 48.69 KiB/sec. | ||
17452 | 2025.05.22 21:29:22.474700 [ 261 ] {30e8c34a-dc4c-4821-9d56-6222214223a6} <Debug> TCPHandler: Processed in 0.001551423 sec. | ||
17453 | 2025.05.22 21:29:22.474807 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17454 | 2025.05.22 21:29:22.474899 [ 261 ] {9a122cc9-c9da-4288-b001-21df95d548f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
17455 | 2025.05.22 21:29:22.474953 [ 261 ] {9a122cc9-c9da-4288-b001-21df95d548f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
17456 | 2025.05.22 21:29:22.475729 [ 261 ] {9a122cc9-c9da-4288-b001-21df95d548f0} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17457 | 2025.05.22 21:29:22.475765 [ 261 ] {9a122cc9-c9da-4288-b001-21df95d548f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17458 | 2025.05.22 21:29:22.476393 [ 261 ] {9a122cc9-c9da-4288-b001-21df95d548f0} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
17459 | 2025.05.22 21:29:22.476813 [ 261 ] {9a122cc9-c9da-4288-b001-21df95d548f0} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17460 | 2025.05.22 21:29:22.476954 [ 261 ] {9a122cc9-c9da-4288-b001-21df95d548f0} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002072 sec., 4343.629343629344 rows/sec., 7.78 MiB/sec. | ||
17461 | 2025.05.22 21:29:22.477019 [ 261 ] {9a122cc9-c9da-4288-b001-21df95d548f0} <Debug> TCPHandler: Processed in 0.002260763 sec. | ||
17462 | 2025.05.22 21:29:22.477130 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17463 | 2025.05.22 21:29:22.477223 [ 261 ] {717adeb0-9ab3-400a-9fe2-10c124965836} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
17464 | 2025.05.22 21:29:22.477269 [ 261 ] {717adeb0-9ab3-400a-9fe2-10c124965836} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17465 | 2025.05.22 21:29:22.477603 [ 261 ] {717adeb0-9ab3-400a-9fe2-10c124965836} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17466 | 2025.05.22 21:29:22.477637 [ 261 ] {717adeb0-9ab3-400a-9fe2-10c124965836} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17467 | 2025.05.22 21:29:22.478048 [ 261 ] {717adeb0-9ab3-400a-9fe2-10c124965836} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
17468 | 2025.05.22 21:29:22.478462 [ 261 ] {717adeb0-9ab3-400a-9fe2-10c124965836} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17469 | 2025.05.22 21:29:22.478594 [ 261 ] {717adeb0-9ab3-400a-9fe2-10c124965836} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001389 sec., 59035.277177825774 rows/sec., 3.75 MiB/sec. | ||
17470 | 2025.05.22 21:29:22.478630 [ 261 ] {717adeb0-9ab3-400a-9fe2-10c124965836} <Debug> TCPHandler: Processed in 0.001548723 sec. | ||
17471 | 2025.05.22 21:29:23.904735 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43493 | ||
17472 | 2025.05.22 21:29:23.905524 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17473 | 2025.05.22 21:29:23.905559 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17474 | 2025.05.22 21:29:23.906179 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
17475 | 2025.05.22 21:29:23.906785 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17476 | 2025.05.22 21:29:23.906910 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43493 | ||
17477 | 2025.05.22 21:29:23.906978 [ 224 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
17478 | 2025.05.22 21:29:23.907036 [ 224 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
17479 | 2025.05.22 21:29:23.909568 [ 224 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
17480 | 2025.05.22 21:29:26.103708 [ 221 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
17481 | 2025.05.22 21:29:26.103779 [ 221 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
17482 | 2025.05.22 21:29:26.105814 [ 221 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
17483 | 2025.05.22 21:29:26.274427 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 716 | ||
17484 | 2025.05.22 21:29:26.293507 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17485 | 2025.05.22 21:29:26.293574 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17486 | 2025.05.22 21:29:26.299935 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
17487 | 2025.05.22 21:29:26.301025 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17488 | 2025.05.22 21:29:26.304879 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 716 | ||
17489 | 2025.05.22 21:29:27.450484 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17490 | 2025.05.22 21:29:27.450679 [ 261 ] {f8a37d35-5caa-400b-a1b6-21d11febc142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
17491 | 2025.05.22 21:29:27.450752 [ 261 ] {f8a37d35-5caa-400b-a1b6-21d11febc142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17492 | 2025.05.22 21:29:27.451551 [ 261 ] {f8a37d35-5caa-400b-a1b6-21d11febc142} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17493 | 2025.05.22 21:29:27.451593 [ 261 ] {f8a37d35-5caa-400b-a1b6-21d11febc142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17494 | 2025.05.22 21:29:27.452098 [ 261 ] {f8a37d35-5caa-400b-a1b6-21d11febc142} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
17495 | 2025.05.22 21:29:27.452546 [ 261 ] {f8a37d35-5caa-400b-a1b6-21d11febc142} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17496 | 2025.05.22 21:29:27.452701 [ 261 ] {f8a37d35-5caa-400b-a1b6-21d11febc142} <Debug> executeQuery: Read 158 rows, 14.06 KiB in 0.002077 sec., 76071.25662012519 rows/sec., 6.61 MiB/sec. | ||
17497 | 2025.05.22 21:29:27.452705 [ 44 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
17498 | 2025.05.22 21:29:27.452743 [ 261 ] {f8a37d35-5caa-400b-a1b6-21d11febc142} <Debug> TCPHandler: Processed in 0.002395236 sec. | ||
17499 | 2025.05.22 21:29:27.452778 [ 44 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17500 | 2025.05.22 21:29:27.452808 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17501 | 2025.05.22 21:29:27.452872 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17502 | 2025.05.22 21:29:27.452908 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
17503 | 2025.05.22 21:29:27.452972 [ 261 ] {022acad8-5c5b-44e2-a0de-70277cb50b20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
17504 | 2025.05.22 21:29:27.453011 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17505 | 2025.05.22 21:29:27.453013 [ 261 ] {022acad8-5c5b-44e2-a0de-70277cb50b20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17506 | 2025.05.22 21:29:27.453045 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 2012 rows starting from the beginning of the part | ||
17507 | 2025.05.22 21:29:27.453116 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 1306 rows starting from the beginning of the part | ||
17508 | 2025.05.22 21:29:27.453167 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 635 rows starting from the beginning of the part | ||
17509 | 2025.05.22 21:29:27.453213 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 158 rows starting from the beginning of the part | ||
17510 | 2025.05.22 21:29:27.453258 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 636 rows starting from the beginning of the part | ||
17511 | 2025.05.22 21:29:27.453304 [ 190 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 158 rows starting from the beginning of the part | ||
17512 | 2025.05.22 21:29:27.453438 [ 261 ] {022acad8-5c5b-44e2-a0de-70277cb50b20} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17513 | 2025.05.22 21:29:27.453473 [ 261 ] {022acad8-5c5b-44e2-a0de-70277cb50b20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17514 | 2025.05.22 21:29:27.453916 [ 261 ] {022acad8-5c5b-44e2-a0de-70277cb50b20} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
17515 | 2025.05.22 21:29:27.454343 [ 261 ] {022acad8-5c5b-44e2-a0de-70277cb50b20} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17516 | 2025.05.22 21:29:27.454474 [ 261 ] {022acad8-5c5b-44e2-a0de-70277cb50b20} <Debug> executeQuery: Read 51 rows, 3.83 KiB in 0.001521 sec., 33530.571992110454 rows/sec., 2.46 MiB/sec. | ||
17517 | 2025.05.22 21:29:27.454501 [ 43 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
17518 | 2025.05.22 21:29:27.454513 [ 261 ] {022acad8-5c5b-44e2-a0de-70277cb50b20} <Debug> TCPHandler: Processed in 0.001688995 sec. | ||
17519 | 2025.05.22 21:29:27.454574 [ 43 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17520 | 2025.05.22 21:29:27.454600 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17521 | 2025.05.22 21:29:27.454656 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17522 | 2025.05.22 21:29:27.454704 [ 197 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
17523 | 2025.05.22 21:29:27.454753 [ 261 ] {540e88b3-21fe-45a0-84f0-a348e609544b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
17524 | 2025.05.22 21:29:27.454797 [ 261 ] {540e88b3-21fe-45a0-84f0-a348e609544b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17525 | 2025.05.22 21:29:27.454836 [ 197 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17526 | 2025.05.22 21:29:27.454873 [ 197 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 200 rows starting from the beginning of the part | ||
17527 | 2025.05.22 21:29:27.454932 [ 197 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 64 rows starting from the beginning of the part | ||
17528 | 2025.05.22 21:29:27.454976 [ 197 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 115 rows starting from the beginning of the part | ||
17529 | 2025.05.22 21:29:27.454978 [ 199 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4905 rows, containing 5 columns (5 merged, 0 gathered) in 0.002115201 sec., 2318928.55572591 rows/sec., 198.33 MiB/sec. | ||
17530 | 2025.05.22 21:29:27.455017 [ 197 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 51 rows starting from the beginning of the part | ||
17531 | 2025.05.22 21:29:27.455059 [ 197 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 117 rows starting from the beginning of the part | ||
17532 | 2025.05.22 21:29:27.455105 [ 197 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 51 rows starting from the beginning of the part | ||
17533 | 2025.05.22 21:29:27.455245 [ 261 ] {540e88b3-21fe-45a0-84f0-a348e609544b} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17534 | 2025.05.22 21:29:27.455287 [ 261 ] {540e88b3-21fe-45a0-84f0-a348e609544b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17535 | 2025.05.22 21:29:27.455358 [ 199 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
17536 | 2025.05.22 21:29:27.455764 [ 261 ] {540e88b3-21fe-45a0-84f0-a348e609544b} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
17537 | 2025.05.22 21:29:27.455987 [ 191 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 598 rows, containing 5 columns (5 merged, 0 gathered) in 0.00133149 sec., 449120.9096576016 rows/sec., 31.08 MiB/sec. | ||
17538 | 2025.05.22 21:29:27.455991 [ 199 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_136_27} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17539 | 2025.05.22 21:29:27.456101 [ 199 ] {dfd02beb-016e-4d10-9fb4-bfc86db43868::all_1_136_27} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
17540 | 2025.05.22 21:29:27.456198 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.99 MiB. | ||
17541 | 2025.05.22 21:29:27.456225 [ 197 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
17542 | 2025.05.22 21:29:27.456251 [ 261 ] {540e88b3-21fe-45a0-84f0-a348e609544b} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17543 | 2025.05.22 21:29:27.456387 [ 43 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
17544 | 2025.05.22 21:29:27.456396 [ 261 ] {540e88b3-21fe-45a0-84f0-a348e609544b} <Debug> executeQuery: Read 115 rows, 9.20 KiB in 0.00166 sec., 69277.10843373495 rows/sec., 5.41 MiB/sec. | ||
17545 | 2025.05.22 21:29:27.456438 [ 43 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17546 | 2025.05.22 21:29:27.456453 [ 261 ] {540e88b3-21fe-45a0-84f0-a348e609544b} <Debug> TCPHandler: Processed in 0.001847137 sec. | ||
17547 | 2025.05.22 21:29:27.456471 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17548 | 2025.05.22 21:29:27.456568 [ 189 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
17549 | 2025.05.22 21:29:27.456576 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17550 | 2025.05.22 21:29:27.456670 [ 189 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17551 | 2025.05.22 21:29:27.456689 [ 261 ] {07aa869f-54e3-4d80-b881-84b70ee53b2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
17552 | 2025.05.22 21:29:27.456701 [ 189 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 995 rows starting from the beginning of the part | ||
17553 | 2025.05.22 21:29:27.456733 [ 197 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_131_26} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17554 | 2025.05.22 21:29:27.456739 [ 261 ] {07aa869f-54e3-4d80-b881-84b70ee53b2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17555 | 2025.05.22 21:29:27.456765 [ 189 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 593 rows starting from the beginning of the part | ||
17556 | 2025.05.22 21:29:27.456812 [ 197 ] {cff6901a-38bd-4578-b36e-6c0e2dbbc965::all_1_131_26} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
17557 | 2025.05.22 21:29:27.456815 [ 189 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 391 rows starting from the beginning of the part | ||
17558 | 2025.05.22 21:29:27.456862 [ 189 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 115 rows starting from the beginning of the part | ||
17559 | 2025.05.22 21:29:27.456884 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
17560 | 2025.05.22 21:29:27.456901 [ 189 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 393 rows starting from the beginning of the part | ||
17561 | 2025.05.22 21:29:27.456965 [ 189 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 115 rows starting from the beginning of the part | ||
17562 | 2025.05.22 21:29:27.457167 [ 261 ] {07aa869f-54e3-4d80-b881-84b70ee53b2d} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17563 | 2025.05.22 21:29:27.457209 [ 261 ] {07aa869f-54e3-4d80-b881-84b70ee53b2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17564 | 2025.05.22 21:29:27.457674 [ 261 ] {07aa869f-54e3-4d80-b881-84b70ee53b2d} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
17565 | 2025.05.22 21:29:27.458114 [ 261 ] {07aa869f-54e3-4d80-b881-84b70ee53b2d} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17566 | 2025.05.22 21:29:27.458153 [ 191 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2602 rows, containing 5 columns (5 merged, 0 gathered) in 0.001621015 sec., 1605167.1329383133 rows/sec., 123.63 MiB/sec. | ||
17567 | 2025.05.22 21:29:27.458248 [ 261 ] {07aa869f-54e3-4d80-b881-84b70ee53b2d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001577 sec., 101458.4654407102 rows/sec., 7.07 MiB/sec. | ||
17568 | 2025.05.22 21:29:27.458290 [ 261 ] {07aa869f-54e3-4d80-b881-84b70ee53b2d} <Debug> TCPHandler: Processed in 0.001762337 sec. | ||
17569 | 2025.05.22 21:29:27.458399 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17570 | 2025.05.22 21:29:27.458432 [ 197 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
17571 | 2025.05.22 21:29:27.458493 [ 261 ] {a84186d1-bac6-4eea-ad56-678b038e46d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
17572 | 2025.05.22 21:29:27.458553 [ 261 ] {a84186d1-bac6-4eea-ad56-678b038e46d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
17573 | 2025.05.22 21:29:27.458909 [ 197 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_136_27} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17574 | 2025.05.22 21:29:27.458980 [ 197 ] {8b7493f6-a502-4f2e-9b38-7af1546e48d8::all_1_136_27} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
17575 | 2025.05.22 21:29:27.459041 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
17576 | 2025.05.22 21:29:27.459476 [ 261 ] {a84186d1-bac6-4eea-ad56-678b038e46d6} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17577 | 2025.05.22 21:29:27.459517 [ 261 ] {a84186d1-bac6-4eea-ad56-678b038e46d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17578 | 2025.05.22 21:29:27.460257 [ 261 ] {a84186d1-bac6-4eea-ad56-678b038e46d6} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
17579 | 2025.05.22 21:29:27.460755 [ 261 ] {a84186d1-bac6-4eea-ad56-678b038e46d6} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17580 | 2025.05.22 21:29:27.460887 [ 43 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
17581 | 2025.05.22 21:29:27.460900 [ 261 ] {a84186d1-bac6-4eea-ad56-678b038e46d6} <Debug> executeQuery: Read 51 rows, 93.58 KiB in 0.002424 sec., 21039.60396039604 rows/sec., 37.70 MiB/sec. | ||
17582 | 2025.05.22 21:29:27.460928 [ 43 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17583 | 2025.05.22 21:29:27.460952 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17584 | 2025.05.22 21:29:27.460980 [ 261 ] {a84186d1-bac6-4eea-ad56-678b038e46d6} <Debug> TCPHandler: Processed in 0.002628268 sec. | ||
17585 | 2025.05.22 21:29:27.461035 [ 189 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
17586 | 2025.05.22 21:29:27.461099 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17587 | 2025.05.22 21:29:27.461199 [ 261 ] {15254713-c7bf-414a-84b1-b96fa43abae0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
17588 | 2025.05.22 21:29:27.461240 [ 261 ] {15254713-c7bf-414a-84b1-b96fa43abae0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17589 | 2025.05.22 21:29:27.461278 [ 189 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17590 | 2025.05.22 21:29:27.461346 [ 189 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 2674 rows starting from the beginning of the part | ||
17591 | 2025.05.22 21:29:27.461486 [ 189 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 51 rows starting from the beginning of the part | ||
17592 | 2025.05.22 21:29:27.461584 [ 261 ] {15254713-c7bf-414a-84b1-b96fa43abae0} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17593 | 2025.05.22 21:29:27.461600 [ 189 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 9 rows starting from the beginning of the part | ||
17594 | 2025.05.22 21:29:27.461628 [ 261 ] {15254713-c7bf-414a-84b1-b96fa43abae0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17595 | 2025.05.22 21:29:27.461705 [ 189 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 51 rows starting from the beginning of the part | ||
17596 | 2025.05.22 21:29:27.461804 [ 189 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 9 rows starting from the beginning of the part | ||
17597 | 2025.05.22 21:29:27.461905 [ 189 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 51 rows starting from the beginning of the part | ||
17598 | 2025.05.22 21:29:27.462053 [ 261 ] {15254713-c7bf-414a-84b1-b96fa43abae0} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
17599 | 2025.05.22 21:29:27.462542 [ 261 ] {15254713-c7bf-414a-84b1-b96fa43abae0} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17600 | 2025.05.22 21:29:27.462680 [ 261 ] {15254713-c7bf-414a-84b1-b96fa43abae0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001499 sec., 40026.6844563042 rows/sec., 2.70 MiB/sec. | ||
17601 | 2025.05.22 21:29:27.462716 [ 261 ] {15254713-c7bf-414a-84b1-b96fa43abae0} <Debug> TCPHandler: Processed in 0.001666464 sec. | ||
17602 | 2025.05.22 21:29:27.468380 [ 196 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2845 rows, containing 19 columns (19 merged, 0 gathered) in 0.00738059 sec., 385470.5382632012 rows/sec., 690.75 MiB/sec. | ||
17603 | 2025.05.22 21:29:27.470831 [ 193 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
17604 | 2025.05.22 21:29:27.471472 [ 193 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_131_26} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17605 | 2025.05.22 21:29:27.471546 [ 193 ] {4bcfaa8a-554c-47d9-bf57-721194340cfe::all_1_131_26} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
17606 | 2025.05.22 21:29:27.471650 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.67 MiB. | ||
17607 | 2025.05.22 21:29:31.192205 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache | ||
17608 | 2025.05.22 21:29:31.192277 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache | ||
17609 | 2025.05.22 21:29:31.408176 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43981 | ||
17610 | 2025.05.22 21:29:31.408938 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17611 | 2025.05.22 21:29:31.408993 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17612 | 2025.05.22 21:29:31.409737 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
17613 | 2025.05.22 21:29:31.410250 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17614 | 2025.05.22 21:29:31.410401 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43981 | ||
17615 | 2025.05.22 21:29:31.410408 [ 34 ] {} <Debug> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
17616 | 2025.05.22 21:29:31.410491 [ 34 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17617 | 2025.05.22 21:29:31.410527 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17618 | 2025.05.22 21:29:31.410634 [ 191 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::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 | ||
17619 | 2025.05.22 21:29:31.410730 [ 191 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17620 | 2025.05.22 21:29:31.410764 [ 191 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_91_18, total 41663 rows starting from the beginning of the part | ||
17621 | 2025.05.22 21:29:31.410829 [ 191 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 488 rows starting from the beginning of the part | ||
17622 | 2025.05.22 21:29:31.410882 [ 191 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 427 rows starting from the beginning of the part | ||
17623 | 2025.05.22 21:29:31.410928 [ 191 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 488 rows starting from the beginning of the part | ||
17624 | 2025.05.22 21:29:31.410972 [ 191 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 427 rows starting from the beginning of the part | ||
17625 | 2025.05.22 21:29:31.411014 [ 191 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 488 rows starting from the beginning of the part | ||
17626 | 2025.05.22 21:29:31.413782 [ 196 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43981 rows, containing 4 columns (4 merged, 0 gathered) in 0.003182257 sec., 13820693.928868724 rows/sec., 197.71 MiB/sec. | ||
17627 | 2025.05.22 21:29:31.414460 [ 200 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
17628 | 2025.05.22 21:29:31.415132 [ 200 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_96_19} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17629 | 2025.05.22 21:29:31.415218 [ 200 ] {58d953fe-513c-4d89-a05c-ebebbd532d52::all_1_96_19} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
17630 | 2025.05.22 21:29:31.415341 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
17631 | 2025.05.22 21:29:31.540458 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2404 | ||
17632 | 2025.05.22 21:29:31.542923 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17633 | 2025.05.22 21:29:31.542962 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17634 | 2025.05.22 21:29:31.544250 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
17635 | 2025.05.22 21:29:31.544743 [ 242 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17636 | 2025.05.22 21:29:31.545013 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2404 | ||
17637 | 2025.05.22 21:29:32.005680 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.005258388 sec. | ||
17638 | 2025.05.22 21:29:32.166234 [ 221 ] {} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
17639 | 2025.05.22 21:29:32.166284 [ 221 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
17640 | 2025.05.22 21:29:32.169164 [ 221 ] {} <Debug> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
17641 | 2025.05.22 21:29:32.455463 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17642 | 2025.05.22 21:29:32.455659 [ 261 ] {2bfae9be-70ec-44ae-927e-9506bce10ab5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
17643 | 2025.05.22 21:29:32.455733 [ 261 ] {2bfae9be-70ec-44ae-927e-9506bce10ab5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
17644 | 2025.05.22 21:29:32.456499 [ 261 ] {2bfae9be-70ec-44ae-927e-9506bce10ab5} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17645 | 2025.05.22 21:29:32.456544 [ 261 ] {2bfae9be-70ec-44ae-927e-9506bce10ab5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17646 | 2025.05.22 21:29:32.457056 [ 261 ] {2bfae9be-70ec-44ae-927e-9506bce10ab5} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
17647 | 2025.05.22 21:29:32.457478 [ 261 ] {2bfae9be-70ec-44ae-927e-9506bce10ab5} <Trace> oximeter.fields_i16 (5459cd67-cd08-4950-a682-7ce7e59accbd): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17648 | 2025.05.22 21:29:32.457633 [ 261 ] {2bfae9be-70ec-44ae-927e-9506bce10ab5} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002029 sec., 104484.96796451454 rows/sec., 6.65 MiB/sec. | ||
17649 | 2025.05.22 21:29:32.457676 [ 261 ] {2bfae9be-70ec-44ae-927e-9506bce10ab5} <Debug> TCPHandler: Processed in 0.002353475 sec. | ||
17650 | 2025.05.22 21:29:32.457799 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17651 | 2025.05.22 21:29:32.457899 [ 261 ] {e48531b8-8b35-4562-b5de-0efbf152e98a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
17652 | 2025.05.22 21:29:32.457940 [ 261 ] {e48531b8-8b35-4562-b5de-0efbf152e98a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17653 | 2025.05.22 21:29:32.458674 [ 261 ] {e48531b8-8b35-4562-b5de-0efbf152e98a} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17654 | 2025.05.22 21:29:32.458710 [ 261 ] {e48531b8-8b35-4562-b5de-0efbf152e98a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17655 | 2025.05.22 21:29:32.459168 [ 261 ] {e48531b8-8b35-4562-b5de-0efbf152e98a} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
17656 | 2025.05.22 21:29:32.459636 [ 261 ] {e48531b8-8b35-4562-b5de-0efbf152e98a} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17657 | 2025.05.22 21:29:32.459773 [ 261 ] {e48531b8-8b35-4562-b5de-0efbf152e98a} <Debug> executeQuery: Read 635 rows, 51.07 KiB in 0.001895 sec., 335092.34828496043 rows/sec., 26.32 MiB/sec. | ||
17658 | 2025.05.22 21:29:32.459812 [ 261 ] {e48531b8-8b35-4562-b5de-0efbf152e98a} <Debug> TCPHandler: Processed in 0.002064431 sec. | ||
17659 | 2025.05.22 21:29:32.459925 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17660 | 2025.05.22 21:29:32.460021 [ 261 ] {2c29f252-881d-4809-867f-4c9b9ad4a5f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
17661 | 2025.05.22 21:29:32.460060 [ 261 ] {2c29f252-881d-4809-867f-4c9b9ad4a5f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17662 | 2025.05.22 21:29:32.460492 [ 261 ] {2c29f252-881d-4809-867f-4c9b9ad4a5f5} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17663 | 2025.05.22 21:29:32.460528 [ 261 ] {2c29f252-881d-4809-867f-4c9b9ad4a5f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17664 | 2025.05.22 21:29:32.460953 [ 261 ] {2c29f252-881d-4809-867f-4c9b9ad4a5f5} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
17665 | 2025.05.22 21:29:32.461436 [ 261 ] {2c29f252-881d-4809-867f-4c9b9ad4a5f5} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17666 | 2025.05.22 21:29:32.461575 [ 261 ] {2c29f252-881d-4809-867f-4c9b9ad4a5f5} <Debug> executeQuery: Read 115 rows, 7.06 KiB in 0.001574 sec., 73062.26175349428 rows/sec., 4.38 MiB/sec. | ||
17667 | 2025.05.22 21:29:32.461613 [ 261 ] {2c29f252-881d-4809-867f-4c9b9ad4a5f5} <Debug> TCPHandler: Processed in 0.001740626 sec. | ||
17668 | 2025.05.22 21:29:32.461663 [ 218 ] {} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
17669 | 2025.05.22 21:29:32.461696 [ 218 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
17670 | 2025.05.22 21:29:32.461793 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17671 | 2025.05.22 21:29:32.461889 [ 261 ] {8d800b7d-535d-439d-8d77-b933c2bdb49e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
17672 | 2025.05.22 21:29:32.461928 [ 261 ] {8d800b7d-535d-439d-8d77-b933c2bdb49e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
17673 | 2025.05.22 21:29:32.462356 [ 261 ] {8d800b7d-535d-439d-8d77-b933c2bdb49e} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17674 | 2025.05.22 21:29:32.462391 [ 261 ] {8d800b7d-535d-439d-8d77-b933c2bdb49e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17675 | 2025.05.22 21:29:32.462809 [ 261 ] {8d800b7d-535d-439d-8d77-b933c2bdb49e} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
17676 | 2025.05.22 21:29:32.463390 [ 261 ] {8d800b7d-535d-439d-8d77-b933c2bdb49e} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17677 | 2025.05.22 21:29:32.463557 [ 261 ] {8d800b7d-535d-439d-8d77-b933c2bdb49e} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001684 sec., 67102.1377672209 rows/sec., 4.34 MiB/sec. | ||
17678 | 2025.05.22 21:29:32.463603 [ 261 ] {8d800b7d-535d-439d-8d77-b933c2bdb49e} <Debug> TCPHandler: Processed in 0.001860818 sec. | ||
17679 | 2025.05.22 21:29:32.463649 [ 219 ] {} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
17680 | 2025.05.22 21:29:32.463699 [ 219 ] {} <Debug> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
17681 | 2025.05.22 21:29:32.463753 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17682 | 2025.05.22 21:29:32.463856 [ 261 ] {90f28a86-d694-43c4-98bf-b341d5c35223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
17683 | 2025.05.22 21:29:32.463897 [ 261 ] {90f28a86-d694-43c4-98bf-b341d5c35223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
17684 | 2025.05.22 21:29:32.464051 [ 218 ] {} <Debug> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
17685 | 2025.05.22 21:29:32.464344 [ 261 ] {90f28a86-d694-43c4-98bf-b341d5c35223} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17686 | 2025.05.22 21:29:32.464382 [ 261 ] {90f28a86-d694-43c4-98bf-b341d5c35223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17687 | 2025.05.22 21:29:32.464826 [ 261 ] {90f28a86-d694-43c4-98bf-b341d5c35223} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
17688 | 2025.05.22 21:29:32.465287 [ 261 ] {90f28a86-d694-43c4-98bf-b341d5c35223} <Trace> oximeter.fields_u8 (1ab0e1a0-7cf0-4d7e-a2d5-8d67319298a1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17689 | 2025.05.22 21:29:32.465421 [ 261 ] {90f28a86-d694-43c4-98bf-b341d5c35223} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001583 sec., 70751.73720783323 rows/sec., 4.03 MiB/sec. | ||
17690 | 2025.05.22 21:29:32.465460 [ 261 ] {90f28a86-d694-43c4-98bf-b341d5c35223} <Debug> TCPHandler: Processed in 0.001769207 sec. | ||
17691 | 2025.05.22 21:29:32.465576 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17692 | 2025.05.22 21:29:32.465672 [ 261 ] {6c3fb01f-27df-453c-a970-8166ff6e0bac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
17693 | 2025.05.22 21:29:32.465712 [ 261 ] {6c3fb01f-27df-453c-a970-8166ff6e0bac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17694 | 2025.05.22 21:29:32.466236 [ 261 ] {6c3fb01f-27df-453c-a970-8166ff6e0bac} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17695 | 2025.05.22 21:29:32.466247 [ 219 ] {} <Debug> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
17696 | 2025.05.22 21:29:32.466277 [ 261 ] {6c3fb01f-27df-453c-a970-8166ff6e0bac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17697 | 2025.05.22 21:29:32.466755 [ 261 ] {6c3fb01f-27df-453c-a970-8166ff6e0bac} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
17698 | 2025.05.22 21:29:32.467166 [ 261 ] {6c3fb01f-27df-453c-a970-8166ff6e0bac} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17699 | 2025.05.22 21:29:32.467297 [ 261 ] {6c3fb01f-27df-453c-a970-8166ff6e0bac} <Debug> executeQuery: Read 391 rows, 28.31 KiB in 0.001643 sec., 237979.30614729156 rows/sec., 16.82 MiB/sec. | ||
17700 | 2025.05.22 21:29:32.467335 [ 261 ] {6c3fb01f-27df-453c-a970-8166ff6e0bac} <Debug> TCPHandler: Processed in 0.001808456 sec. | ||
17701 | 2025.05.22 21:29:32.467446 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17702 | 2025.05.22 21:29:32.467541 [ 261 ] {975e0b89-2487-4079-9092-c543b4a23d62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
17703 | 2025.05.22 21:29:32.467582 [ 261 ] {975e0b89-2487-4079-9092-c543b4a23d62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
17704 | 2025.05.22 21:29:32.467913 [ 261 ] {975e0b89-2487-4079-9092-c543b4a23d62} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17705 | 2025.05.22 21:29:32.467948 [ 261 ] {975e0b89-2487-4079-9092-c543b4a23d62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17706 | 2025.05.22 21:29:32.468344 [ 261 ] {975e0b89-2487-4079-9092-c543b4a23d62} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
17707 | 2025.05.22 21:29:32.468749 [ 261 ] {975e0b89-2487-4079-9092-c543b4a23d62} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17708 | 2025.05.22 21:29:32.468860 [ 33 ] {} <Debug> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
17709 | 2025.05.22 21:29:32.468880 [ 261 ] {975e0b89-2487-4079-9092-c543b4a23d62} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001356 sec., 4424.778761061947 rows/sec., 231.18 KiB/sec. | ||
17710 | 2025.05.22 21:29:32.468916 [ 33 ] {} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17711 | 2025.05.22 21:29:32.468928 [ 261 ] {975e0b89-2487-4079-9092-c543b4a23d62} <Debug> TCPHandler: Processed in 0.001532863 sec. | ||
17712 | 2025.05.22 21:29:32.468950 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17713 | 2025.05.22 21:29:32.469041 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17714 | 2025.05.22 21:29:32.469079 [ 200 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::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 | ||
17715 | 2025.05.22 21:29:32.469140 [ 261 ] {1b0103ea-c121-4c3c-9d8c-1b108553d125} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
17716 | 2025.05.22 21:29:32.469186 [ 261 ] {1b0103ea-c121-4c3c-9d8c-1b108553d125} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17717 | 2025.05.22 21:29:32.469231 [ 200 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17718 | 2025.05.22 21:29:32.469274 [ 200 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 246 rows starting from the beginning of the part | ||
17719 | 2025.05.22 21:29:32.469349 [ 200 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part | ||
17720 | 2025.05.22 21:29:32.469405 [ 200 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
17721 | 2025.05.22 21:29:32.469452 [ 200 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
17722 | 2025.05.22 21:29:32.469498 [ 200 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
17723 | 2025.05.22 21:29:32.469546 [ 200 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part | ||
17724 | 2025.05.22 21:29:32.469580 [ 261 ] {1b0103ea-c121-4c3c-9d8c-1b108553d125} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17725 | 2025.05.22 21:29:32.469620 [ 261 ] {1b0103ea-c121-4c3c-9d8c-1b108553d125} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17726 | 2025.05.22 21:29:32.470094 [ 261 ] {1b0103ea-c121-4c3c-9d8c-1b108553d125} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
17727 | 2025.05.22 21:29:32.470414 [ 196 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 4 columns (4 merged, 0 gathered) in 0.001395491 sec., 197779.84952966374 rows/sec., 10.09 MiB/sec. | ||
17728 | 2025.05.22 21:29:32.470634 [ 261 ] {1b0103ea-c121-4c3c-9d8c-1b108553d125} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17729 | 2025.05.22 21:29:32.470644 [ 200 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
17730 | 2025.05.22 21:29:32.470780 [ 261 ] {1b0103ea-c121-4c3c-9d8c-1b108553d125} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001658 sec., 142943.30518697225 rows/sec., 9.58 MiB/sec. | ||
17731 | 2025.05.22 21:29:32.470823 [ 261 ] {1b0103ea-c121-4c3c-9d8c-1b108553d125} <Debug> TCPHandler: Processed in 0.001833417 sec. | ||
17732 | 2025.05.22 21:29:32.470934 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17733 | 2025.05.22 21:29:32.471029 [ 261 ] {c9590cb0-9361-4ba7-8ad9-8a390dabe151} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
17734 | 2025.05.22 21:29:32.471072 [ 261 ] {c9590cb0-9361-4ba7-8ad9-8a390dabe151} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
17735 | 2025.05.22 21:29:32.471201 [ 200 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_46_9} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17736 | 2025.05.22 21:29:32.471280 [ 200 ] {03b64776-57bc-4b03-aaf4-f3d5ac98bfaa::all_1_46_9} <Trace> oximeter.measurements_bool (03b64776-57bc-4b03-aaf4-f3d5ac98bfaa) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
17737 | 2025.05.22 21:29:32.471357 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
17738 | 2025.05.22 21:29:32.471383 [ 261 ] {c9590cb0-9361-4ba7-8ad9-8a390dabe151} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17739 | 2025.05.22 21:29:32.471424 [ 261 ] {c9590cb0-9361-4ba7-8ad9-8a390dabe151} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17740 | 2025.05.22 21:29:32.471834 [ 261 ] {c9590cb0-9361-4ba7-8ad9-8a390dabe151} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
17741 | 2025.05.22 21:29:32.472276 [ 261 ] {c9590cb0-9361-4ba7-8ad9-8a390dabe151} <Trace> oximeter.measurements_f64 (5fb0009b-28fa-4a33-8791-84c9861d86db): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17742 | 2025.05.22 21:29:32.472408 [ 261 ] {c9590cb0-9361-4ba7-8ad9-8a390dabe151} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001395 sec., 716.8458781362008 rows/sec., 48.30 KiB/sec. | ||
17743 | 2025.05.22 21:29:32.472444 [ 261 ] {c9590cb0-9361-4ba7-8ad9-8a390dabe151} <Debug> TCPHandler: Processed in 0.001559883 sec. | ||
17744 | 2025.05.22 21:29:32.472545 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17745 | 2025.05.22 21:29:32.472638 [ 261 ] {82dbee19-12f5-4821-9736-c0cde04c8980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
17746 | 2025.05.22 21:29:32.472692 [ 261 ] {82dbee19-12f5-4821-9736-c0cde04c8980} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
17747 | 2025.05.22 21:29:32.473453 [ 261 ] {82dbee19-12f5-4821-9736-c0cde04c8980} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17748 | 2025.05.22 21:29:32.473489 [ 261 ] {82dbee19-12f5-4821-9736-c0cde04c8980} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17749 | 2025.05.22 21:29:32.474089 [ 261 ] {82dbee19-12f5-4821-9736-c0cde04c8980} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
17750 | 2025.05.22 21:29:32.474500 [ 261 ] {82dbee19-12f5-4821-9736-c0cde04c8980} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17751 | 2025.05.22 21:29:32.474638 [ 261 ] {82dbee19-12f5-4821-9736-c0cde04c8980} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002016 sec., 4464.285714285715 rows/sec., 8.00 MiB/sec. | ||
17752 | 2025.05.22 21:29:32.474692 [ 261 ] {82dbee19-12f5-4821-9736-c0cde04c8980} <Debug> TCPHandler: Processed in 0.002196553 sec. | ||
17753 | 2025.05.22 21:29:32.474805 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17754 | 2025.05.22 21:29:32.474899 [ 261 ] {fada17d1-1a73-49ed-a85c-12873c71130f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
17755 | 2025.05.22 21:29:32.474940 [ 261 ] {fada17d1-1a73-49ed-a85c-12873c71130f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17756 | 2025.05.22 21:29:32.475268 [ 261 ] {fada17d1-1a73-49ed-a85c-12873c71130f} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17757 | 2025.05.22 21:29:32.475304 [ 261 ] {fada17d1-1a73-49ed-a85c-12873c71130f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17758 | 2025.05.22 21:29:32.475757 [ 261 ] {fada17d1-1a73-49ed-a85c-12873c71130f} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
17759 | 2025.05.22 21:29:32.476170 [ 261 ] {fada17d1-1a73-49ed-a85c-12873c71130f} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17760 | 2025.05.22 21:29:32.476285 [ 33 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
17761 | 2025.05.22 21:29:32.476300 [ 261 ] {fada17d1-1a73-49ed-a85c-12873c71130f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001418 sec., 57827.92665726375 rows/sec., 3.67 MiB/sec. | ||
17762 | 2025.05.22 21:29:32.476320 [ 33 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17763 | 2025.05.22 21:29:32.476343 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17764 | 2025.05.22 21:29:32.476345 [ 261 ] {fada17d1-1a73-49ed-a85c-12873c71130f} <Debug> TCPHandler: Processed in 0.001591814 sec. | ||
17765 | 2025.05.22 21:29:32.476437 [ 198 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
17766 | 2025.05.22 21:29:32.476539 [ 198 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17767 | 2025.05.22 21:29:32.476572 [ 198 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 8104 rows starting from the beginning of the part | ||
17768 | 2025.05.22 21:29:32.476634 [ 198 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 82 rows starting from the beginning of the part | ||
17769 | 2025.05.22 21:29:32.476685 [ 198 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 60 rows starting from the beginning of the part | ||
17770 | 2025.05.22 21:29:32.476731 [ 198 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 82 rows starting from the beginning of the part | ||
17771 | 2025.05.22 21:29:32.476776 [ 198 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 60 rows starting from the beginning of the part | ||
17772 | 2025.05.22 21:29:32.476823 [ 198 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 82 rows starting from the beginning of the part | ||
17773 | 2025.05.22 21:29:32.478866 [ 196 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8470 rows, containing 4 columns (4 merged, 0 gathered) in 0.002477497 sec., 3418773.060068287 rows/sec., 224.78 MiB/sec. | ||
17774 | 2025.05.22 21:29:32.479143 [ 186 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
17775 | 2025.05.22 21:29:32.479689 [ 186 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_136_27} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17776 | 2025.05.22 21:29:32.479766 [ 186 ] {2081590f-6cf0-4deb-87f8-191953fa6241::all_1_136_27} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
17777 | 2025.05.22 21:29:32.479828 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. | ||
17778 | 2025.05.22 21:29:32.859255 [ 220 ] {} <Trace> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
17779 | 2025.05.22 21:29:32.859314 [ 220 ] {} <Debug> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
17780 | 2025.05.22 21:29:32.862002 [ 220 ] {} <Debug> system.query_log (d90469e7-fab5-4d02-8f9e-1e77aa57f3b6): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
17781 | 2025.05.22 21:29:32.896704 [ 219 ] {} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
17782 | 2025.05.22 21:29:32.896765 [ 219 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
17783 | 2025.05.22 21:29:32.899768 [ 219 ] {} <Debug> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
17784 | 2025.05.22 21:29:33.600818 [ 222 ] {} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
17785 | 2025.05.22 21:29:33.600869 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
17786 | 2025.05.22 21:29:33.603310 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
17787 | 2025.05.22 21:29:33.806049 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 723 | ||
17788 | 2025.05.22 21:29:33.823906 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17789 | 2025.05.22 21:29:33.823959 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17790 | 2025.05.22 21:29:33.830566 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
17791 | 2025.05.22 21:29:33.831786 [ 244 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17792 | 2025.05.22 21:29:33.832123 [ 31 ] {} <Debug> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
17793 | 2025.05.22 21:29:33.832219 [ 31 ] {} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17794 | 2025.05.22 21:29:33.832257 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17795 | 2025.05.22 21:29:33.832448 [ 198 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::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 | ||
17796 | 2025.05.22 21:29:33.835210 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 723 | ||
17797 | 2025.05.22 21:29:33.836194 [ 198 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17798 | 2025.05.22 21:29:33.837711 [ 198 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 685 rows starting from the beginning of the part | ||
17799 | 2025.05.22 21:29:33.842358 [ 198 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 8 rows starting from the beginning of the part | ||
17800 | 2025.05.22 21:29:33.847104 [ 198 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 8 rows starting from the beginning of the part | ||
17801 | 2025.05.22 21:29:33.851829 [ 198 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 7 rows starting from the beginning of the part | ||
17802 | 2025.05.22 21:29:33.856748 [ 198 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 8 rows starting from the beginning of the part | ||
17803 | 2025.05.22 21:29:33.861177 [ 198 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 7 rows starting from the beginning of the part | ||
17804 | 2025.05.22 21:29:33.917845 [ 196 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 723 rows, containing 679 columns (679 merged, 0 gathered) in 0.085470652 sec., 8459.043930073214 rows/sec., 43.74 MiB/sec. | ||
17805 | 2025.05.22 21:29:33.921299 [ 201 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
17806 | 2025.05.22 21:29:33.923707 [ 201 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_96_19} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17807 | 2025.05.22 21:29:33.923813 [ 201 ] {a0c1b386-d739-4c4c-bfdf-602d4137479d::all_1_96_19} <Trace> system.metric_log (a0c1b386-d739-4c4c-bfdf-602d4137479d) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
17808 | 2025.05.22 21:29:33.926804 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
17809 | 2025.05.22 21:29:34.000144 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 375.94 MiB, peak 393.37 MiB, free memory in arenas 0.00 B, will set to 374.88 MiB (RSS), difference: -1.07 MiB | ||
17810 | 2025.05.22 21:29:37.478407 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17811 | 2025.05.22 21:29:37.478619 [ 261 ] {bf125c6e-18bb-400c-adca-6228c89cc0d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
17812 | 2025.05.22 21:29:37.478690 [ 261 ] {bf125c6e-18bb-400c-adca-6228c89cc0d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17813 | 2025.05.22 21:29:37.480063 [ 261 ] {bf125c6e-18bb-400c-adca-6228c89cc0d7} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17814 | 2025.05.22 21:29:37.480104 [ 261 ] {bf125c6e-18bb-400c-adca-6228c89cc0d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17815 | 2025.05.22 21:29:37.480686 [ 261 ] {bf125c6e-18bb-400c-adca-6228c89cc0d7} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
17816 | 2025.05.22 21:29:37.481155 [ 261 ] {bf125c6e-18bb-400c-adca-6228c89cc0d7} <Trace> oximeter.fields_string (dfd02beb-016e-4d10-9fb4-bfc86db43868): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17817 | 2025.05.22 21:29:37.481309 [ 261 ] {bf125c6e-18bb-400c-adca-6228c89cc0d7} <Debug> executeQuery: Read 1298 rows, 110.18 KiB in 0.002746 sec., 472687.54552075744 rows/sec., 39.18 MiB/sec. | ||
17818 | 2025.05.22 21:29:37.481351 [ 261 ] {bf125c6e-18bb-400c-adca-6228c89cc0d7} <Debug> TCPHandler: Processed in 0.003079686 sec. | ||
17819 | 2025.05.22 21:29:37.481464 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17820 | 2025.05.22 21:29:37.481558 [ 261 ] {64cafa56-33ad-403d-b4ea-dac292651b7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
17821 | 2025.05.22 21:29:37.481598 [ 261 ] {64cafa56-33ad-403d-b4ea-dac292651b7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17822 | 2025.05.22 21:29:37.482018 [ 261 ] {64cafa56-33ad-403d-b4ea-dac292651b7a} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17823 | 2025.05.22 21:29:37.482054 [ 261 ] {64cafa56-33ad-403d-b4ea-dac292651b7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17824 | 2025.05.22 21:29:37.482444 [ 261 ] {64cafa56-33ad-403d-b4ea-dac292651b7a} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
17825 | 2025.05.22 21:29:37.482853 [ 261 ] {64cafa56-33ad-403d-b4ea-dac292651b7a} <Trace> oximeter.fields_u16 (cff6901a-38bd-4578-b36e-6c0e2dbbc965): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17826 | 2025.05.22 21:29:37.482984 [ 261 ] {64cafa56-33ad-403d-b4ea-dac292651b7a} <Debug> executeQuery: Read 51 rows, 3.83 KiB in 0.001445 sec., 35294.11764705882 rows/sec., 2.59 MiB/sec. | ||
17827 | 2025.05.22 21:29:37.483020 [ 261 ] {64cafa56-33ad-403d-b4ea-dac292651b7a} <Debug> TCPHandler: Processed in 0.001605473 sec. | ||
17828 | 2025.05.22 21:29:37.483128 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17829 | 2025.05.22 21:29:37.483220 [ 261 ] {905d279f-53cc-4349-b8df-763bf3dfdcff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
17830 | 2025.05.22 21:29:37.483261 [ 261 ] {905d279f-53cc-4349-b8df-763bf3dfdcff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
17831 | 2025.05.22 21:29:37.483735 [ 261 ] {905d279f-53cc-4349-b8df-763bf3dfdcff} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17832 | 2025.05.22 21:29:37.483771 [ 261 ] {905d279f-53cc-4349-b8df-763bf3dfdcff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17833 | 2025.05.22 21:29:37.484179 [ 261 ] {905d279f-53cc-4349-b8df-763bf3dfdcff} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
17834 | 2025.05.22 21:29:37.484591 [ 261 ] {905d279f-53cc-4349-b8df-763bf3dfdcff} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17835 | 2025.05.22 21:29:37.484698 [ 25 ] {} <Debug> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf) (MergerMutator): Selected 6 parts from all_1_64_13 to all_69_69_0 | ||
17836 | 2025.05.22 21:29:37.484722 [ 261 ] {905d279f-53cc-4349-b8df-763bf3dfdcff} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001519 sec., 150098.74917709018 rows/sec., 10.16 MiB/sec. | ||
17837 | 2025.05.22 21:29:37.484763 [ 25 ] {} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17838 | 2025.05.22 21:29:37.484773 [ 261 ] {905d279f-53cc-4349-b8df-763bf3dfdcff} <Debug> TCPHandler: Processed in 0.001692946 sec. | ||
17839 | 2025.05.22 21:29:37.484794 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17840 | 2025.05.22 21:29:37.484890 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17841 | 2025.05.22 21:29:37.484922 [ 188 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_69_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_64_13 to all_69_69_0 into Compact with storage Full | ||
17842 | 2025.05.22 21:29:37.484987 [ 261 ] {d713fbe8-6981-4bac-9f1e-ca6491c78d7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
17843 | 2025.05.22 21:29:37.485031 [ 261 ] {d713fbe8-6981-4bac-9f1e-ca6491c78d7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17844 | 2025.05.22 21:29:37.485062 [ 188 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_69_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17845 | 2025.05.22 21:29:37.485103 [ 188 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_64_13, total 365 rows starting from the beginning of the part | ||
17846 | 2025.05.22 21:29:37.485171 [ 188 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 228 rows starting from the beginning of the part | ||
17847 | 2025.05.22 21:29:37.485217 [ 188 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 113 rows starting from the beginning of the part | ||
17848 | 2025.05.22 21:29:37.485268 [ 188 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 113 rows starting from the beginning of the part | ||
17849 | 2025.05.22 21:29:37.485311 [ 188 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 113 rows starting from the beginning of the part | ||
17850 | 2025.05.22 21:29:37.485354 [ 188 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 228 rows starting from the beginning of the part | ||
17851 | 2025.05.22 21:29:37.485637 [ 261 ] {d713fbe8-6981-4bac-9f1e-ca6491c78d7c} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17852 | 2025.05.22 21:29:37.485679 [ 261 ] {d713fbe8-6981-4bac-9f1e-ca6491c78d7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17853 | 2025.05.22 21:29:37.486119 [ 261 ] {d713fbe8-6981-4bac-9f1e-ca6491c78d7c} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
17854 | 2025.05.22 21:29:37.486413 [ 196 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_69_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1160 rows, containing 5 columns (5 merged, 0 gathered) in 0.001552323 sec., 747267.16024951 rows/sec., 52.82 MiB/sec. | ||
17855 | 2025.05.22 21:29:37.486576 [ 261 ] {d713fbe8-6981-4bac-9f1e-ca6491c78d7c} <Trace> oximeter.fields_uuid (8b7493f6-a502-4f2e-9b38-7af1546e48d8): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17856 | 2025.05.22 21:29:37.486718 [ 261 ] {d713fbe8-6981-4bac-9f1e-ca6491c78d7c} <Debug> executeQuery: Read 571 rows, 43.49 KiB in 0.001748 sec., 326659.03890160186 rows/sec., 24.30 MiB/sec. | ||
17857 | 2025.05.22 21:29:37.486745 [ 195 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_69_14} <Trace> MergedBlockOutputStream: filled checksums all_1_69_14 (state Temporary) | ||
17858 | 2025.05.22 21:29:37.486755 [ 261 ] {d713fbe8-6981-4bac-9f1e-ca6491c78d7c} <Debug> TCPHandler: Processed in 0.001913348 sec. | ||
17859 | 2025.05.22 21:29:37.486891 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17860 | 2025.05.22 21:29:37.486984 [ 261 ] {934b5dac-834f-45f9-b648-b6e9b2748db3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
17861 | 2025.05.22 21:29:37.487028 [ 261 ] {934b5dac-834f-45f9-b648-b6e9b2748db3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17862 | 2025.05.22 21:29:37.487331 [ 195 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_69_14} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf): Renaming temporary part tmp_merge_all_1_69_14 to all_1_69_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17863 | 2025.05.22 21:29:37.487418 [ 195 ] {e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf::all_1_69_14} <Trace> oximeter.fields_u32 (e2a4e66b-ff74-4897-9c30-2d4ccf9d5eaf) (MergerMutator): Merged 6 parts: [all_1_64_13, all_69_69_0] -> all_1_69_14 | ||
17864 | 2025.05.22 21:29:37.487518 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
17865 | 2025.05.22 21:29:37.487638 [ 261 ] {934b5dac-834f-45f9-b648-b6e9b2748db3} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17866 | 2025.05.22 21:29:37.487678 [ 261 ] {934b5dac-834f-45f9-b648-b6e9b2748db3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17867 | 2025.05.22 21:29:37.488165 [ 261 ] {934b5dac-834f-45f9-b648-b6e9b2748db3} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
17868 | 2025.05.22 21:29:37.488584 [ 261 ] {934b5dac-834f-45f9-b648-b6e9b2748db3} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17869 | 2025.05.22 21:29:37.488715 [ 261 ] {934b5dac-834f-45f9-b648-b6e9b2748db3} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.001748 sec., 503432.49427917623 rows/sec., 33.87 MiB/sec. | ||
17870 | 2025.05.22 21:29:37.488716 [ 25 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Selected 6 parts from all_1_132_27 to all_137_137_0 | ||
17871 | 2025.05.22 21:29:37.488768 [ 261 ] {934b5dac-834f-45f9-b648-b6e9b2748db3} <Debug> TCPHandler: Processed in 0.001924409 sec. | ||
17872 | 2025.05.22 21:29:37.488770 [ 25 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17873 | 2025.05.22 21:29:37.488804 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17874 | 2025.05.22 21:29:37.488882 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17875 | 2025.05.22 21:29:37.488886 [ 194 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_137_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_132_27 to all_137_137_0 into Compact with storage Full | ||
17876 | 2025.05.22 21:29:37.488916 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
17877 | 2025.05.22 21:29:37.488947 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
17878 | 2025.05.22 21:29:37.488980 [ 261 ] {dd55c649-33bd-4428-9bee-63969eb19cee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
17879 | 2025.05.22 21:29:37.489010 [ 194 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_137_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17880 | 2025.05.22 21:29:37.489034 [ 261 ] {dd55c649-33bd-4428-9bee-63969eb19cee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
17881 | 2025.05.22 21:29:37.489046 [ 194 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_137_28} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_132_27, total 40903 rows starting from the beginning of the part | ||
17882 | 2025.05.22 21:29:37.489115 [ 194 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_137_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 160 rows starting from the beginning of the part | ||
17883 | 2025.05.22 21:29:37.489174 [ 194 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_137_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 238 rows starting from the beginning of the part | ||
17884 | 2025.05.22 21:29:37.489225 [ 194 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_137_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 160 rows starting from the beginning of the part | ||
17885 | 2025.05.22 21:29:37.489273 [ 194 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_137_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 237 rows starting from the beginning of the part | ||
17886 | 2025.05.22 21:29:37.489322 [ 194 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_137_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 880 rows starting from the beginning of the part | ||
17887 | 2025.05.22 21:29:37.489951 [ 261 ] {dd55c649-33bd-4428-9bee-63969eb19cee} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17888 | 2025.05.22 21:29:37.489986 [ 261 ] {dd55c649-33bd-4428-9bee-63969eb19cee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17889 | 2025.05.22 21:29:37.490696 [ 261 ] {dd55c649-33bd-4428-9bee-63969eb19cee} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
17890 | 2025.05.22 21:29:37.491120 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
17891 | 2025.05.22 21:29:37.491136 [ 261 ] {dd55c649-33bd-4428-9bee-63969eb19cee} <Trace> oximeter.measurements_histogramu64 (4bcfaa8a-554c-47d9-bf57-721194340cfe): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17892 | 2025.05.22 21:29:37.491274 [ 261 ] {dd55c649-33bd-4428-9bee-63969eb19cee} <Debug> executeQuery: Read 51 rows, 93.58 KiB in 0.002312 sec., 22058.823529411766 rows/sec., 39.53 MiB/sec. | ||
17893 | 2025.05.22 21:29:37.491333 [ 261 ] {dd55c649-33bd-4428-9bee-63969eb19cee} <Debug> TCPHandler: Processed in 0.002497997 sec. | ||
17894 | 2025.05.22 21:29:37.491444 [ 261 ] {} <Trace> TCP-Session: e4c38df6-4adf-4f8a-9ad3-b59fce31e525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17895 | 2025.05.22 21:29:37.491538 [ 261 ] {a97dd093-2e26-4dcc-8cf2-eaef5105db0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52301) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
17896 | 2025.05.22 21:29:37.491578 [ 261 ] {a97dd093-2e26-4dcc-8cf2-eaef5105db0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17897 | 2025.05.22 21:29:37.491909 [ 261 ] {a97dd093-2e26-4dcc-8cf2-eaef5105db0e} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17898 | 2025.05.22 21:29:37.491945 [ 261 ] {a97dd093-2e26-4dcc-8cf2-eaef5105db0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17899 | 2025.05.22 21:29:37.492361 [ 261 ] {a97dd093-2e26-4dcc-8cf2-eaef5105db0e} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
17900 | 2025.05.22 21:29:37.492829 [ 261 ] {a97dd093-2e26-4dcc-8cf2-eaef5105db0e} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17901 | 2025.05.22 21:29:37.492956 [ 261 ] {a97dd093-2e26-4dcc-8cf2-eaef5105db0e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001437 sec., 41753.65344467641 rows/sec., 2.81 MiB/sec. | ||
17902 | 2025.05.22 21:29:37.492991 [ 261 ] {a97dd093-2e26-4dcc-8cf2-eaef5105db0e} <Debug> TCPHandler: Processed in 0.001595654 sec. | ||
17903 | 2025.05.22 21:29:37.503400 [ 190 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_137_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42578 rows, containing 5 columns (5 merged, 0 gathered) in 0.014552197 sec., 2925881.226044425 rows/sec., 198.61 MiB/sec. | ||
17904 | 2025.05.22 21:29:37.503948 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_137_28} <Trace> MergedBlockOutputStream: filled checksums all_1_137_28 (state Temporary) | ||
17905 | 2025.05.22 21:29:37.504548 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_137_28} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f): Renaming temporary part tmp_merge_all_1_137_28 to all_1_137_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17906 | 2025.05.22 21:29:37.504626 [ 199 ] {8bd403ee-b19c-4af0-b901-55c5fcd46a7f::all_1_137_28} <Trace> oximeter.measurements_cumulativeu64 (8bd403ee-b19c-4af0-b901-55c5fcd46a7f) (MergerMutator): Merged 6 parts: [all_1_132_27, all_137_137_0] -> all_1_137_28 | ||
17907 | 2025.05.22 21:29:37.504718 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. | ||
17908 | 2025.05.22 21:29:38.254309 [ 218 ] {} <Trace> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
17909 | 2025.05.22 21:29:38.254365 [ 218 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
17910 | 2025.05.22 21:29:38.256232 [ 218 ] {} <Debug> oximeter.measurements_u64 (2081590f-6cf0-4deb-87f8-191953fa6241): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
17911 | 2025.05.22 21:29:38.910580 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 44408 | ||
17912 | 2025.05.22 21:29:38.911073 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17913 | 2025.05.22 21:29:38.911106 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
17914 | 2025.05.22 21:29:38.911733 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
17915 | 2025.05.22 21:29:38.912267 [ 243 ] {} <Trace> system.asynchronous_metric_log (58d953fe-513c-4d89-a05c-ebebbd532d52): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17916 | 2025.05.22 21:29:38.912395 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44408 |