Max level shown:
1 [ Nov 19 05:53:01 Enabled. ]
2 [ Nov 19 05:53:01 Rereading configuration. ]
3 [ Nov 19 05:53:04 Rereading configuration. ]
4 [ Nov 19 05:53:07 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ]
5 + set -o errexit
6 + set -o pipefail
7 + . /lib/svc/share/smf_include.sh
8 ++ SMF_EXIT_OK=0
9 ++ SMF_EXIT_NODAEMON=94
10 ++ SMF_EXIT_ERR_FATAL=95
11 ++ SMF_EXIT_ERR_CONFIG=96
12 ++ SMF_EXIT_MON_DEGRADE=97
13 ++ SMF_EXIT_MON_OFFLINE=98
14 ++ SMF_EXIT_ERR_NOSMF=99
15 ++ SMF_EXIT_ERR_PERM=100
16 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default
17 + LISTEN_ADDR=fd00:1122:3344:101::e
18 ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default
19 + LISTEN_PORT=8123
20 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default
21 + DATASTORE=/data
22 + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT")
23 + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123
24 [ Nov 19 05:53:07 Method "start" exited with status 0. ]
25 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
26 Logging trace to /var/tmp/clickhouse-server.log
27 Logging errors to /var/tmp/clickhouse-server.errlog
28 2024.11.19 05:53:08.139984 [ 1 ] {} <Information> Application: Will watch for the process with pid 23400
29 2024.11.19 05:53:08.140762 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2024.11.19 05:53:08.378113 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23400
31 2024.11.19 05:53:08.378846 [ 1 ] {} <Information> Application: starting up
32 2024.11.19 05:53:08.379533 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2024.11.19 05:53:08.466153 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2024.11.19 05:53:08.499381 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2024.11.19 05:53:08.499454 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2024.11.19 05:53:08.499477 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2024.11.19 05:53:08.499575 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2024.11.19 05:53:08.500123 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2024.11.19 05:53:08.501194 [ 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 2024.11.19 05:53:08.501909 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2024.11.19 05:53:08.502729 [ 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 2024.11.19 05:53:08.502751 [ 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 2024.11.19 05:53:08.502766 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2024.11.19 05:53:08.502937 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2024.11.19 05:53:08.504047 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2024.11.19 05:53:08.509328 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2024.11.19 05:53:08.510203 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2024.11.19 05:53:08.511529 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2024.11.19 05:53:08.511598 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2024.11.19 05:53:08.513098 [ 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 2024.11.19 05:53:08.513549 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2024.11.19 05:53:08.517721 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2024.11.19 05:53:08.517999 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2024.11.19 05:53:08.519495 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2024.11.19 05:53:08.520028 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2024.11.19 05:53:08.520416 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2024.11.19 05:53:08.520737 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2024.11.19 05:53:08.522095 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2024.11.19 05:53:08.522120 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2024.11.19 05:53:08.522179 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache
65 2024.11.19 05:53:08.522276 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache
66 2024.11.19 05:53:08.545640 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2024.11.19 05:53:08.545680 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000227442 sec
68 2024.11.19 05:53:08.545746 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2024.11.19 05:53:08.545772 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2024.11.19 05:53:08.547013 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2024.11.19 05:53:08.548021 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2024.11.19 05:53:08.560971 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2024.11.19 05:53:08.561015 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2024.11.19 05:53:08.561036 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2024.11.19 05:53:08.561048 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2024.11.19 05:53:08.561077 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2024.11.19 05:53:08.561097 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2024.11.19 05:53:08.563596 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2024.11.19 05:53:08.563639 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2024.11.19 05:53:08.563661 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2024.11.19 05:53:08.563845 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2024.11.19 05:53:08.563864 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2024.11.19 05:53:08.563899 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2024.11.19 05:53:08.563917 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2024.11.19 05:53:08.563931 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2024.11.19 05:53:08.563958 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2024.11.19 05:53:08.563975 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2024.11.19 05:53:08.589761 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2024.11.19 05:53:08.597888 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2024.11.19 05:53:08.597917 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.835e-05 sec
91 2024.11.19 05:53:08.597930 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2024.11.19 05:53:08.597942 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2024.11.19 05:53:08.597965 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2024.11.19 05:53:08.598230 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2024.11.19 05:53:08.598307 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2024.11.19 05:53:08.598332 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2024.11.19 05:53:08.598353 [ 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 2024.11.19 05:53:08.598375 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2024.11.19 05:53:08.611606 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2024.11.19 05:53:08.611819 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.10 MiB (RSS), difference: 92.32 MiB
101 2024.11.19 05:53:08.612714 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.456e-05 sec.
102 2024.11.19 05:53:08.613666 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2024.11.19 05:53:08.613751 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2024.11.19 05:53:08.613768 [ 1 ] {} <Information> Application: Ready for connections.
105 2024.11.19 05:53:09.639759 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49826
106 2024.11.19 05:53:09.640829 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2024.11.19 05:53:09.640895 [ 3 ] {} <Debug> TCP-Session: a47350f4-06e0-4956-a971-8ebe7d92f0ad Authenticating user 'default' from [fd00:1122:3344:101::c]:49826
108 2024.11.19 05:53:09.640928 [ 3 ] {} <Debug> TCP-Session: a47350f4-06e0-4956-a971-8ebe7d92f0ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2024.11.19 05:53:09.640950 [ 3 ] {} <Debug> TCP-Session: a47350f4-06e0-4956-a971-8ebe7d92f0ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2024.11.19 05:53:09.641036 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2024.11.19 05:53:09.641065 [ 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 2024.11.19 05:53:09.641089 [ 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 2024.11.19 05:53:09.642637 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34169
114 2024.11.19 05:53:09.642689 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57451
115 2024.11.19 05:53:09.642758 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
116 2024.11.19 05:53:09.642792 [ 4 ] {} <Debug> TCP-Session: cdb87cb6-9941-4d62-b8c5-ed8660945293 Authenticating user 'default' from [fd00:1122:3344:101::c]:34169
117 2024.11.19 05:53:09.642836 [ 4 ] {} <Debug> TCP-Session: cdb87cb6-9941-4d62-b8c5-ed8660945293 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
118 2024.11.19 05:53:09.642843 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
119 2024.11.19 05:53:09.642857 [ 4 ] {} <Debug> TCP-Session: cdb87cb6-9941-4d62-b8c5-ed8660945293 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
120 2024.11.19 05:53:09.642897 [ 5 ] {} <Debug> TCP-Session: 5953011b-c81f-4875-bc83-7157e92e869d Authenticating user 'default' from [fd00:1122:3344:101::c]:57451
121 2024.11.19 05:53:09.642944 [ 5 ] {} <Debug> TCP-Session: 5953011b-c81f-4875-bc83-7157e92e869d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
122 2024.11.19 05:53:09.642963 [ 5 ] {} <Debug> TCP-Session: 5953011b-c81f-4875-bc83-7157e92e869d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
123 2024.11.19 05:53:09.643468 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44772
124 2024.11.19 05:53:09.643524 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45250
125 2024.11.19 05:53:09.643810 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
126 2024.11.19 05:53:09.643822 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36282
127 2024.11.19 05:53:09.643870 [ 253 ] {} <Debug> TCP-Session: 16c60b29-bbc6-4dab-bfe7-d6bce2054cc2 Authenticating user 'default' from [fd00:1122:3344:101::c]:44772
128 2024.11.19 05:53:09.643906 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47200
129 2024.11.19 05:53:09.643926 [ 253 ] {} <Debug> TCP-Session: 16c60b29-bbc6-4dab-bfe7-d6bce2054cc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
130 2024.11.19 05:53:09.644069 [ 253 ] {} <Debug> TCP-Session: 16c60b29-bbc6-4dab-bfe7-d6bce2054cc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
131 2024.11.19 05:53:09.644071 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39665
132 2024.11.19 05:53:09.644165 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
133 2024.11.19 05:53:09.644346 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
134 2024.11.19 05:53:09.644365 [ 255 ] {} <Debug> TCP-Session: fbcb8ebc-9358-44b3-a7a2-8db638e9edd1 Authenticating user 'default' from [fd00:1122:3344:101::c]:36282
135 2024.11.19 05:53:09.644416 [ 254 ] {} <Debug> TCP-Session: e93527c0-c957-425d-baf7-26201a571666 Authenticating user 'default' from [fd00:1122:3344:101::c]:45250
136 2024.11.19 05:53:09.644428 [ 255 ] {} <Debug> TCP-Session: fbcb8ebc-9358-44b3-a7a2-8db638e9edd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
137 2024.11.19 05:53:09.644453 [ 254 ] {} <Debug> TCP-Session: e93527c0-c957-425d-baf7-26201a571666 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
138 2024.11.19 05:53:09.644483 [ 255 ] {} <Debug> TCP-Session: fbcb8ebc-9358-44b3-a7a2-8db638e9edd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
139 2024.11.19 05:53:09.644489 [ 254 ] {} <Debug> TCP-Session: e93527c0-c957-425d-baf7-26201a571666 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
140 2024.11.19 05:53:09.661766 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
141 2024.11.19 05:53:09.661834 [ 256 ] {} <Debug> TCP-Session: ac48dfa2-678a-4fcc-8b63-e489f294d6bb Authenticating user 'default' from [fd00:1122:3344:101::c]:47200
142 2024.11.19 05:53:09.661861 [ 256 ] {} <Debug> TCP-Session: ac48dfa2-678a-4fcc-8b63-e489f294d6bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
143 2024.11.19 05:53:09.661890 [ 256 ] {} <Debug> TCP-Session: ac48dfa2-678a-4fcc-8b63-e489f294d6bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
144 2024.11.19 05:53:09.666214 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
145 2024.11.19 05:53:09.666261 [ 257 ] {} <Debug> TCP-Session: e57d1fb9-d3c5-45ff-a4ef-b38da685ceec Authenticating user 'default' from [fd00:1122:3344:101::c]:39665
146 2024.11.19 05:53:09.666283 [ 257 ] {} <Debug> TCP-Session: e57d1fb9-d3c5-45ff-a4ef-b38da685ceec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
147 2024.11.19 05:53:09.666315 [ 257 ] {} <Debug> TCP-Session: e57d1fb9-d3c5-45ff-a4ef-b38da685ceec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
148 2024.11.19 05:53:09.695230 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:32967
149 2024.11.19 05:53:09.695345 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
150 2024.11.19 05:53:09.695386 [ 258 ] {} <Debug> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Authenticating user 'default' from [fd00:1122:3344:101::d]:32967
151 2024.11.19 05:53:09.695406 [ 258 ] {} <Debug> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
152 2024.11.19 05:53:09.695422 [ 258 ] {} <Debug> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
153 2024.11.19 05:53:09.695479 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
154 2024.11.19 05:53:09.695504 [ 258 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
155 2024.11.19 05:53:09.695528 [ 258 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
156 2024.11.19 05:53:09.696801 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47547
157 2024.11.19 05:53:09.696946 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36494
158 2024.11.19 05:53:09.696954 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
159 2024.11.19 05:53:09.697012 [ 259 ] {} <Debug> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:47547
160 2024.11.19 05:53:09.697024 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33955
161 2024.11.19 05:53:09.697142 [ 259 ] {} <Debug> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
162 2024.11.19 05:53:09.697296 [ 259 ] {} <Debug> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
163 2024.11.19 05:53:09.697357 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
164 2024.11.19 05:53:09.697409 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51648
165 2024.11.19 05:53:09.697408 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
166 2024.11.19 05:53:09.697397 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36890
167 2024.11.19 05:53:09.697503 [ 260 ] {} <Debug> TCP-Session: 6d0e3290-e829-4b67-9dce-c65c753d7d75 Authenticating user 'default' from [fd00:1122:3344:101::d]:36494
168 2024.11.19 05:53:09.697478 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61376
169 2024.11.19 05:53:09.697532 [ 261 ] {} <Debug> TCP-Session: 35205f06-2e57-4ee0-a746-dc96854d69e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:33955
170 2024.11.19 05:53:09.697664 [ 260 ] {} <Debug> TCP-Session: 6d0e3290-e829-4b67-9dce-c65c753d7d75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
171 2024.11.19 05:53:09.697823 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44138
172 2024.11.19 05:53:09.697750 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
173 2024.11.19 05:53:09.697904 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34479
174 2024.11.19 05:53:09.697937 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
175 2024.11.19 05:53:09.697900 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
176 2024.11.19 05:53:09.698126 [ 260 ] {} <Debug> TCP-Session: 6d0e3290-e829-4b67-9dce-c65c753d7d75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
177 2024.11.19 05:53:09.698168 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
178 2024.11.19 05:53:09.698187 [ 261 ] {} <Debug> TCP-Session: 35205f06-2e57-4ee0-a746-dc96854d69e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
179 2024.11.19 05:53:09.698217 [ 263 ] {} <Debug> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Authenticating user 'default' from [fd00:1122:3344:101::d]:51648
180 2024.11.19 05:53:09.698131 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
181 2024.11.19 05:53:09.698893 [ 263 ] {} <Debug> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
182 2024.11.19 05:53:09.698922 [ 262 ] {} <Debug> TCP-Session: 5895e9ff-4b33-4f39-bb0c-3527f91dc6a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36890
183 2024.11.19 05:53:09.698916 [ 266 ] {} <Debug> TCP-Session: 5a1e4425-0261-4d06-b831-f869e2e82ca0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34479
184 2024.11.19 05:53:09.698978 [ 263 ] {} <Debug> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
185 2024.11.19 05:53:09.698993 [ 265 ] {} <Debug> TCP-Session: b8ad0761-dc96-4c76-9733-5fb759036df3 Authenticating user 'default' from [fd00:1122:3344:101::d]:44138
186 2024.11.19 05:53:09.699042 [ 266 ] {} <Debug> TCP-Session: 5a1e4425-0261-4d06-b831-f869e2e82ca0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
187 2024.11.19 05:53:09.699031 [ 262 ] {} <Debug> TCP-Session: 5895e9ff-4b33-4f39-bb0c-3527f91dc6a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
188 2024.11.19 05:53:09.699157 [ 266 ] {} <Debug> TCP-Session: 5a1e4425-0261-4d06-b831-f869e2e82ca0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
189 2024.11.19 05:53:09.699152 [ 261 ] {} <Debug> TCP-Session: 35205f06-2e57-4ee0-a746-dc96854d69e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
190 2024.11.19 05:53:09.699177 [ 265 ] {} <Debug> TCP-Session: b8ad0761-dc96-4c76-9733-5fb759036df3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
191 2024.11.19 05:53:09.699201 [ 262 ] {} <Debug> TCP-Session: 5895e9ff-4b33-4f39-bb0c-3527f91dc6a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
192 2024.11.19 05:53:09.699211 [ 264 ] {} <Debug> TCP-Session: 2f36017b-1c8d-42df-9ada-bca088a166f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61376
193 2024.11.19 05:53:09.699939 [ 265 ] {} <Debug> TCP-Session: b8ad0761-dc96-4c76-9733-5fb759036df3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
194 2024.11.19 05:53:09.699938 [ 264 ] {} <Debug> TCP-Session: 2f36017b-1c8d-42df-9ada-bca088a166f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
195 2024.11.19 05:53:09.699988 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
196 2024.11.19 05:53:09.700012 [ 264 ] {} <Debug> TCP-Session: 2f36017b-1c8d-42df-9ada-bca088a166f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
197 2024.11.19 05:53:09.703172 [ 258 ] {2312f38a-c4b4-4a9f-9dff-065f62f6d984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
198 2024.11.19 05:53:09.759252 [ 258 ] {2312f38a-c4b4-4a9f-9dff-065f62f6d984} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:32967) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
199 
200 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
201 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
202 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
203 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
204 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
205 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
206 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
207 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
208 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
209 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
210 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
211 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
212 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
213 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
214 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
215 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
216 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
217 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
218 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
219 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
220 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1
221 
222 2024.11.19 05:53:09.760583 [ 258 ] {2312f38a-c4b4-4a9f-9dff-065f62f6d984} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
223 
224 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
225 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
226 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
227 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
228 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
229 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
230 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
231 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
232 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
233 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
234 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
235 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
236 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
237 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
238 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
239 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
240 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
241 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
242 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
243 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
244 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1
245 
246 2024.11.19 05:53:09.760697 [ 258 ] {2312f38a-c4b4-4a9f-9dff-065f62f6d984} <Debug> TCPHandler: Processed in 0.062704061 sec.
247 2024.11.19 05:53:09.761041 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
248 2024.11.19 05:53:09.761238 [ 259 ] {0ca30a17-3317-48e9-b99a-eb660e5e8892} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
249 2024.11.19 05:53:09.761581 [ 259 ] {0ca30a17-3317-48e9-b99a-eb660e5e8892} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:47547) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
250 
251 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
252 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
253 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
254 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
255 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
256 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
257 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
258 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
259 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
260 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
261 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
262 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
263 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
264 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
265 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
266 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
267 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
268 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
269 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
270 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
271 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1
272 
273 2024.11.19 05:53:09.761726 [ 259 ] {0ca30a17-3317-48e9-b99a-eb660e5e8892} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
274 
275 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
276 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
277 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
278 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
279 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
280 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
281 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
282 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
283 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
284 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
285 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
286 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
287 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
288 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
289 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
290 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
291 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
292 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
293 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
294 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
295 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1
296 
297 2024.11.19 05:53:09.761822 [ 259 ] {0ca30a17-3317-48e9-b99a-eb660e5e8892} <Debug> TCPHandler: Processed in 0.000922029 sec.
298 2024.11.19 05:53:09.762169 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
299 2024.11.19 05:53:09.763487 [ 258 ] {5a5e2bae-4566-479a-ad6e-2170cc2da5e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) DROP DATABASE IF EXISTS oximeter (stage: Complete)
300 2024.11.19 05:53:09.764155 [ 258 ] {5a5e2bae-4566-479a-ad6e-2170cc2da5e1} <Debug> TCPHandler: Processed in 0.002111742 sec.
301 2024.11.19 05:53:09.764374 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
302 2024.11.19 05:53:09.764541 [ 259 ] {f34e8c8f-2db9-4de1-a83e-c91bc9732cc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
303 2024.11.19 05:53:09.764658 [ 259 ] {f34e8c8f-2db9-4de1-a83e-c91bc9732cc9} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
304 2024.11.19 05:53:09.769537 [ 259 ] {f34e8c8f-2db9-4de1-a83e-c91bc9732cc9} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
305 2024.11.19 05:53:09.769579 [ 259 ] {f34e8c8f-2db9-4de1-a83e-c91bc9732cc9} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.9241e-05 sec
306 2024.11.19 05:53:09.769597 [ 259 ] {f34e8c8f-2db9-4de1-a83e-c91bc9732cc9} <Trace> ReferentialDeps: No tables
307 2024.11.19 05:53:09.769611 [ 259 ] {f34e8c8f-2db9-4de1-a83e-c91bc9732cc9} <Trace> LoadingDeps: No tables
308 2024.11.19 05:53:09.769647 [ 259 ] {f34e8c8f-2db9-4de1-a83e-c91bc9732cc9} <Information> DatabaseAtomic (oximeter): Starting up tables.
309 2024.11.19 05:53:09.769711 [ 259 ] {f34e8c8f-2db9-4de1-a83e-c91bc9732cc9} <Debug> TCPHandler: Processed in 0.005416996 sec.
310 2024.11.19 05:53:09.769925 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
311 2024.11.19 05:53:09.770151 [ 258 ] {34910310-26f6-46eb-a1b0-db70d90c45f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) /* The version table contains metadata about the `oximeter` database */
312 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
313 2024.11.19 05:53:09.770215 [ 258 ] {34910310-26f6-46eb-a1b0-db70d90c45f9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
314 2024.11.19 05:53:09.778523 [ 258 ] {34910310-26f6-46eb-a1b0-db70d90c45f9} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
315 2024.11.19 05:53:09.781030 [ 258 ] {34910310-26f6-46eb-a1b0-db70d90c45f9} <Debug> oximeter.version (20791634-e564-4360-8b58-2ca791847420): Loading data parts
316 2024.11.19 05:53:09.781527 [ 258 ] {34910310-26f6-46eb-a1b0-db70d90c45f9} <Debug> oximeter.version (20791634-e564-4360-8b58-2ca791847420): There are no data parts
317 2024.11.19 05:53:09.785627 [ 258 ] {34910310-26f6-46eb-a1b0-db70d90c45f9} <Debug> TCPHandler: Processed in 0.015775984 sec.
318 2024.11.19 05:53:09.785873 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
319 2024.11.19 05:53:09.786137 [ 259 ] {3f325273-4a58-4411-8c6f-4c8b41332527} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) /* The measurement tables contain all individual samples from each timeseries.
320 *
321 * Each table stores a single datum type, and otherwise contains nearly the same
322 * structure. The primary sorting key is on the timeseries name, key, and then
323 * timestamp, so that all timeseries from the same schema are grouped, followed
324 * by all samples from the same timeseries.
325 *
326 * This reflects that one usually looks up the _key_ in one or more field table,
327 * and then uses that to index quickly into the measurements tables.
328 */
329 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)
330 2024.11.19 05:53:09.786233 [ 259 ] {3f325273-4a58-4411-8c6f-4c8b41332527} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
331 2024.11.19 05:53:09.808504 [ 259 ] {3f325273-4a58-4411-8c6f-4c8b41332527} <Debug> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Loading data parts
332 2024.11.19 05:53:09.808764 [ 259 ] {3f325273-4a58-4411-8c6f-4c8b41332527} <Debug> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): There are no data parts
333 2024.11.19 05:53:09.814247 [ 259 ] {3f325273-4a58-4411-8c6f-4c8b41332527} <Debug> TCPHandler: Processed in 0.028442045 sec.
334 2024.11.19 05:53:09.814508 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
335 2024.11.19 05:53:09.814779 [ 258 ] {b0f4bc6f-4fd9-4634-85a6-1221b0c5edcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) 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)
336 2024.11.19 05:53:09.814839 [ 258 ] {b0f4bc6f-4fd9-4634-85a6-1221b0c5edcb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
337 2024.11.19 05:53:09.818417 [ 258 ] {b0f4bc6f-4fd9-4634-85a6-1221b0c5edcb} <Debug> oximeter.measurements_i8 (913a3ba3-5e14-4ae0-82b4-743ae766feec): Loading data parts
338 2024.11.19 05:53:09.818649 [ 258 ] {b0f4bc6f-4fd9-4634-85a6-1221b0c5edcb} <Debug> oximeter.measurements_i8 (913a3ba3-5e14-4ae0-82b4-743ae766feec): There are no data parts
339 2024.11.19 05:53:09.837099 [ 258 ] {b0f4bc6f-4fd9-4634-85a6-1221b0c5edcb} <Debug> TCPHandler: Processed in 0.022689516 sec.
340 2024.11.19 05:53:09.837332 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
341 2024.11.19 05:53:09.837551 [ 259 ] {31b63dad-89ee-428a-9659-b90691bc85a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) 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)
342 2024.11.19 05:53:09.837625 [ 259 ] {31b63dad-89ee-428a-9659-b90691bc85a6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
343 2024.11.19 05:53:09.844257 [ 259 ] {31b63dad-89ee-428a-9659-b90691bc85a6} <Debug> oximeter.measurements_u8 (45faa3b5-8f53-4c65-bd10-eeb1aeae3704): Loading data parts
344 2024.11.19 05:53:09.844517 [ 259 ] {31b63dad-89ee-428a-9659-b90691bc85a6} <Debug> oximeter.measurements_u8 (45faa3b5-8f53-4c65-bd10-eeb1aeae3704): There are no data parts
345 2024.11.19 05:53:09.852457 [ 259 ] {31b63dad-89ee-428a-9659-b90691bc85a6} <Debug> TCPHandler: Processed in 0.015191137 sec.
346 2024.11.19 05:53:09.852693 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
347 2024.11.19 05:53:09.852956 [ 258 ] {d20d8381-0cef-47d9-a145-3423984eeddc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) 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)
348 2024.11.19 05:53:09.853014 [ 258 ] {d20d8381-0cef-47d9-a145-3423984eeddc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
349 2024.11.19 05:53:09.867671 [ 258 ] {d20d8381-0cef-47d9-a145-3423984eeddc} <Debug> oximeter.measurements_i16 (39cb790c-0f31-4492-8985-d2b739cfb06a): Loading data parts
350 2024.11.19 05:53:09.867960 [ 258 ] {d20d8381-0cef-47d9-a145-3423984eeddc} <Debug> oximeter.measurements_i16 (39cb790c-0f31-4492-8985-d2b739cfb06a): There are no data parts
351 2024.11.19 05:53:09.879668 [ 258 ] {d20d8381-0cef-47d9-a145-3423984eeddc} <Debug> TCPHandler: Processed in 0.027045251 sec.
352 2024.11.19 05:53:09.879908 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
353 2024.11.19 05:53:09.880136 [ 259 ] {c750236c-246a-4c00-a5ca-9f32d9ac8cbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) 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)
354 2024.11.19 05:53:09.880232 [ 259 ] {c750236c-246a-4c00-a5ca-9f32d9ac8cbb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
355 2024.11.19 05:53:09.884943 [ 259 ] {c750236c-246a-4c00-a5ca-9f32d9ac8cbb} <Debug> oximeter.measurements_u16 (b0091388-4e2c-487d-9827-8ddf338a8131): Loading data parts
356 2024.11.19 05:53:09.885170 [ 259 ] {c750236c-246a-4c00-a5ca-9f32d9ac8cbb} <Debug> oximeter.measurements_u16 (b0091388-4e2c-487d-9827-8ddf338a8131): There are no data parts
357 2024.11.19 05:53:09.896474 [ 259 ] {c750236c-246a-4c00-a5ca-9f32d9ac8cbb} <Debug> TCPHandler: Processed in 0.016626923 sec.
358 2024.11.19 05:53:09.896718 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
359 2024.11.19 05:53:09.897009 [ 258 ] {3004d5fe-b6df-419d-9e76-5395c46bd18e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) 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)
360 2024.11.19 05:53:09.897075 [ 258 ] {3004d5fe-b6df-419d-9e76-5395c46bd18e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
361 2024.11.19 05:53:09.900973 [ 258 ] {3004d5fe-b6df-419d-9e76-5395c46bd18e} <Debug> oximeter.measurements_i32 (645e5d9d-48d5-4ed8-ab66-c663bb2c14e9): Loading data parts
362 2024.11.19 05:53:09.901150 [ 258 ] {3004d5fe-b6df-419d-9e76-5395c46bd18e} <Debug> oximeter.measurements_i32 (645e5d9d-48d5-4ed8-ab66-c663bb2c14e9): There are no data parts
363 2024.11.19 05:53:09.911164 [ 258 ] {3004d5fe-b6df-419d-9e76-5395c46bd18e} <Debug> TCPHandler: Processed in 0.014527181 sec.
364 2024.11.19 05:53:09.911395 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
365 2024.11.19 05:53:09.911656 [ 259 ] {e66b0a43-a478-43a1-8a19-978cf608e2a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) 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)
366 2024.11.19 05:53:09.911741 [ 259 ] {e66b0a43-a478-43a1-8a19-978cf608e2a9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
367 2024.11.19 05:53:09.918473 [ 259 ] {e66b0a43-a478-43a1-8a19-978cf608e2a9} <Debug> oximeter.measurements_u32 (ee388796-641a-45ee-a94c-f85a39f61564): Loading data parts
368 2024.11.19 05:53:09.918676 [ 259 ] {e66b0a43-a478-43a1-8a19-978cf608e2a9} <Debug> oximeter.measurements_u32 (ee388796-641a-45ee-a94c-f85a39f61564): There are no data parts
369 2024.11.19 05:53:09.927241 [ 259 ] {e66b0a43-a478-43a1-8a19-978cf608e2a9} <Debug> TCPHandler: Processed in 0.015913185 sec.
370 2024.11.19 05:53:09.927471 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
371 2024.11.19 05:53:09.927760 [ 258 ] {851e82e5-12ab-46f2-a9aa-0e281ce022a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) 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)
372 2024.11.19 05:53:09.927821 [ 258 ] {851e82e5-12ab-46f2-a9aa-0e281ce022a3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
373 2024.11.19 05:53:09.931801 [ 258 ] {851e82e5-12ab-46f2-a9aa-0e281ce022a3} <Debug> oximeter.measurements_i64 (15a1e262-d2de-4fd3-ae3b-7045ee4b1b7d): Loading data parts
374 2024.11.19 05:53:09.931979 [ 258 ] {851e82e5-12ab-46f2-a9aa-0e281ce022a3} <Debug> oximeter.measurements_i64 (15a1e262-d2de-4fd3-ae3b-7045ee4b1b7d): There are no data parts
375 2024.11.19 05:53:09.939955 [ 258 ] {851e82e5-12ab-46f2-a9aa-0e281ce022a3} <Debug> TCPHandler: Processed in 0.012555551 sec.
376 2024.11.19 05:53:09.940246 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
377 2024.11.19 05:53:09.940550 [ 259 ] {a2562b9d-4efc-46a9-9f8e-5dc6d681549c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) 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)
378 2024.11.19 05:53:09.940647 [ 259 ] {a2562b9d-4efc-46a9-9f8e-5dc6d681549c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
379 2024.11.19 05:53:09.944749 [ 259 ] {a2562b9d-4efc-46a9-9f8e-5dc6d681549c} <Debug> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Loading data parts
380 2024.11.19 05:53:09.944962 [ 259 ] {a2562b9d-4efc-46a9-9f8e-5dc6d681549c} <Debug> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): There are no data parts
381 2024.11.19 05:53:09.954696 [ 259 ] {a2562b9d-4efc-46a9-9f8e-5dc6d681549c} <Debug> TCPHandler: Processed in 0.014561412 sec.
382 2024.11.19 05:53:09.954910 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
383 2024.11.19 05:53:09.955197 [ 258 ] {187e92a1-d865-41b6-9377-2d94f90539e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) 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)
384 2024.11.19 05:53:09.955261 [ 258 ] {187e92a1-d865-41b6-9377-2d94f90539e7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
385 2024.11.19 05:53:09.961296 [ 258 ] {187e92a1-d865-41b6-9377-2d94f90539e7} <Debug> oximeter.measurements_f32 (faca5294-bbd5-4f24-b7c7-937d14a3654c): Loading data parts
386 2024.11.19 05:53:09.961482 [ 258 ] {187e92a1-d865-41b6-9377-2d94f90539e7} <Debug> oximeter.measurements_f32 (faca5294-bbd5-4f24-b7c7-937d14a3654c): There are no data parts
387 2024.11.19 05:53:09.964081 [ 258 ] {187e92a1-d865-41b6-9377-2d94f90539e7} <Debug> TCPHandler: Processed in 0.009241356 sec.
388 2024.11.19 05:53:09.964349 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
389 2024.11.19 05:53:09.964640 [ 259 ] {c92a96f0-a5a5-4cf2-b940-d186d702370d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) 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)
390 2024.11.19 05:53:09.964733 [ 259 ] {c92a96f0-a5a5-4cf2-b940-d186d702370d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
391 2024.11.19 05:53:09.968303 [ 259 ] {c92a96f0-a5a5-4cf2-b940-d186d702370d} <Debug> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Loading data parts
392 2024.11.19 05:53:09.968484 [ 259 ] {c92a96f0-a5a5-4cf2-b940-d186d702370d} <Debug> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): There are no data parts
393 2024.11.19 05:53:09.973977 [ 259 ] {c92a96f0-a5a5-4cf2-b940-d186d702370d} <Debug> TCPHandler: Processed in 0.009715441 sec.
394 2024.11.19 05:53:09.974195 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
395 2024.11.19 05:53:09.974436 [ 258 ] {914ce0d9-d4f3-4a45-b653-c6625f804917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) 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)
396 2024.11.19 05:53:09.974502 [ 258 ] {914ce0d9-d4f3-4a45-b653-c6625f804917} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
397 2024.11.19 05:53:09.979890 [ 258 ] {914ce0d9-d4f3-4a45-b653-c6625f804917} <Debug> oximeter.measurements_string (6db38839-cb06-4110-8051-7067b64221f9): Loading data parts
398 2024.11.19 05:53:09.980078 [ 258 ] {914ce0d9-d4f3-4a45-b653-c6625f804917} <Debug> oximeter.measurements_string (6db38839-cb06-4110-8051-7067b64221f9): There are no data parts
399 2024.11.19 05:53:09.983020 [ 258 ] {914ce0d9-d4f3-4a45-b653-c6625f804917} <Debug> TCPHandler: Processed in 0.008887952 sec.
400 2024.11.19 05:53:09.983250 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
401 2024.11.19 05:53:09.983511 [ 259 ] {5b79a40b-8f64-46df-8486-33984eb215a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
402 * NOTE: Right now we can't unambiguously record a nullable byte array.
403 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
404 * a string isn't palatable for a few reasons.
405 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
406 * details.
407 */
408 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
409 2024.11.19 05:53:09.983982 [ 259 ] {5b79a40b-8f64-46df-8486-33984eb215a8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
410 2024.11.19 05:53:09.992897 [ 259 ] {5b79a40b-8f64-46df-8486-33984eb215a8} <Debug> oximeter.measurements_bytes (5cc212ac-5105-4778-aba9-f48f9b645c9c): Loading data parts
411 2024.11.19 05:53:09.993096 [ 259 ] {5b79a40b-8f64-46df-8486-33984eb215a8} <Debug> oximeter.measurements_bytes (5cc212ac-5105-4778-aba9-f48f9b645c9c): There are no data parts
412 2024.11.19 05:53:09.996021 [ 259 ] {5b79a40b-8f64-46df-8486-33984eb215a8} <Debug> TCPHandler: Processed in 0.012841444 sec.
413 2024.11.19 05:53:09.996279 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
414 2024.11.19 05:53:09.996507 [ 258 ] {74f01ac4-5a60-4e70-bed8-d511ddc22a42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) 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)
415 2024.11.19 05:53:09.996590 [ 258 ] {74f01ac4-5a60-4e70-bed8-d511ddc22a42} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
416 2024.11.19 05:53:10.000203 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 122.93 MiB, peak 122.93 MiB, free memory in arenas 0.00 B, will set to 134.05 MiB (RSS), difference: 11.13 MiB
417 2024.11.19 05:53:10.005682 [ 258 ] {74f01ac4-5a60-4e70-bed8-d511ddc22a42} <Debug> oximeter.measurements_cumulativei64 (1508be07-d378-4843-b9e0-113d512e1c7c): Loading data parts
418 2024.11.19 05:53:10.005853 [ 258 ] {74f01ac4-5a60-4e70-bed8-d511ddc22a42} <Debug> oximeter.measurements_cumulativei64 (1508be07-d378-4843-b9e0-113d512e1c7c): There are no data parts
419 2024.11.19 05:53:10.010976 [ 258 ] {74f01ac4-5a60-4e70-bed8-d511ddc22a42} <Debug> TCPHandler: Processed in 0.014794643 sec.
420 2024.11.19 05:53:10.011229 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
421 2024.11.19 05:53:10.011617 [ 259 ] {a8200461-9909-4111-8716-3bc00852ba10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) 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)
422 2024.11.19 05:53:10.011727 [ 259 ] {a8200461-9909-4111-8716-3bc00852ba10} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
423 2024.11.19 05:53:10.015612 [ 259 ] {a8200461-9909-4111-8716-3bc00852ba10} <Debug> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Loading data parts
424 2024.11.19 05:53:10.015823 [ 259 ] {a8200461-9909-4111-8716-3bc00852ba10} <Debug> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): There are no data parts
425 2024.11.19 05:53:10.029078 [ 259 ] {a8200461-9909-4111-8716-3bc00852ba10} <Debug> TCPHandler: Processed in 0.017942346 sec.
426 2024.11.19 05:53:10.029288 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
427 2024.11.19 05:53:10.029663 [ 258 ] {c91f8d1b-b1cf-497c-8e5d-0aa133cac6a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) 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)
428 2024.11.19 05:53:10.029776 [ 258 ] {c91f8d1b-b1cf-497c-8e5d-0aa133cac6a2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
429 2024.11.19 05:53:10.033834 [ 258 ] {c91f8d1b-b1cf-497c-8e5d-0aa133cac6a2} <Debug> oximeter.measurements_cumulativef32 (d0a8cee2-745a-45cd-a7b1-1458959a40c1): Loading data parts
430 2024.11.19 05:53:10.033996 [ 258 ] {c91f8d1b-b1cf-497c-8e5d-0aa133cac6a2} <Debug> oximeter.measurements_cumulativef32 (d0a8cee2-745a-45cd-a7b1-1458959a40c1): There are no data parts
431 2024.11.19 05:53:10.036781 [ 258 ] {c91f8d1b-b1cf-497c-8e5d-0aa133cac6a2} <Debug> TCPHandler: Processed in 0.007523928 sec.
432 2024.11.19 05:53:10.036999 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
433 2024.11.19 05:53:10.037391 [ 259 ] {aff192b0-d11c-423e-93c6-bbe92df557dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) 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)
434 2024.11.19 05:53:10.037512 [ 259 ] {aff192b0-d11c-423e-93c6-bbe92df557dd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
435 2024.11.19 05:53:10.044300 [ 259 ] {aff192b0-d11c-423e-93c6-bbe92df557dd} <Debug> oximeter.measurements_cumulativef64 (25f9dffa-ce09-46fa-80eb-9f08e663f013): Loading data parts
436 2024.11.19 05:53:10.044499 [ 259 ] {aff192b0-d11c-423e-93c6-bbe92df557dd} <Debug> oximeter.measurements_cumulativef64 (25f9dffa-ce09-46fa-80eb-9f08e663f013): There are no data parts
437 2024.11.19 05:53:10.049599 [ 259 ] {aff192b0-d11c-423e-93c6-bbe92df557dd} <Debug> TCPHandler: Processed in 0.012647962 sec.
438 2024.11.19 05:53:10.049846 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
439 2024.11.19 05:53:10.050137 [ 258 ] {09ed2636-d363-45b2-978d-6ce238f570cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
440 * NOTE: Array types cannot be Nullable, see
441 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
442 * for more details.
443 *
444 * This means we need to use empty arrays to indicate a missing value. This
445 * is unfortunate, and at this point relies on the fact that an
446 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
447 * to figure out another way to represent missing samples here.
448 */
449 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)
450 2024.11.19 05:53:10.050270 [ 258 ] {09ed2636-d363-45b2-978d-6ce238f570cf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
451 2024.11.19 05:53:10.056328 [ 258 ] {09ed2636-d363-45b2-978d-6ce238f570cf} <Debug> oximeter.measurements_histogrami8 (b365fb47-acf4-4c5c-987b-0b15d20a32be): Loading data parts
452 2024.11.19 05:53:10.056557 [ 258 ] {09ed2636-d363-45b2-978d-6ce238f570cf} <Debug> oximeter.measurements_histogrami8 (b365fb47-acf4-4c5c-987b-0b15d20a32be): There are no data parts
453 2024.11.19 05:53:10.059612 [ 258 ] {09ed2636-d363-45b2-978d-6ce238f570cf} <Debug> TCPHandler: Processed in 0.009807981 sec.
454 2024.11.19 05:53:10.059825 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
455 2024.11.19 05:53:10.060266 [ 259 ] {a94ced01-d1d4-4572-9fba-ca2cab962c60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) 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)
456 2024.11.19 05:53:10.060485 [ 259 ] {a94ced01-d1d4-4572-9fba-ca2cab962c60} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
457 2024.11.19 05:53:10.066488 [ 259 ] {a94ced01-d1d4-4572-9fba-ca2cab962c60} <Debug> oximeter.measurements_histogramu8 (17059afd-bb13-4d28-b45e-31b46e9f76c8): Loading data parts
458 2024.11.19 05:53:10.066676 [ 259 ] {a94ced01-d1d4-4572-9fba-ca2cab962c60} <Debug> oximeter.measurements_histogramu8 (17059afd-bb13-4d28-b45e-31b46e9f76c8): There are no data parts
459 2024.11.19 05:53:10.071626 [ 259 ] {a94ced01-d1d4-4572-9fba-ca2cab962c60} <Debug> TCPHandler: Processed in 0.011839223 sec.
460 2024.11.19 05:53:10.071930 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
461 2024.11.19 05:53:10.072231 [ 258 ] {6df4dc82-ba32-4a69-8efb-e74481c93e6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) 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)
462 2024.11.19 05:53:10.072373 [ 258 ] {6df4dc82-ba32-4a69-8efb-e74481c93e6b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
463 2024.11.19 05:53:10.076685 [ 258 ] {6df4dc82-ba32-4a69-8efb-e74481c93e6b} <Debug> oximeter.measurements_histogrami16 (e5922ed1-c715-4d4a-b763-8b52ae4abbf0): Loading data parts
464 2024.11.19 05:53:10.076916 [ 258 ] {6df4dc82-ba32-4a69-8efb-e74481c93e6b} <Debug> oximeter.measurements_histogrami16 (e5922ed1-c715-4d4a-b763-8b52ae4abbf0): There are no data parts
465 2024.11.19 05:53:10.079768 [ 258 ] {6df4dc82-ba32-4a69-8efb-e74481c93e6b} <Debug> TCPHandler: Processed in 0.007895753 sec.
466 2024.11.19 05:53:10.079983 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
467 2024.11.19 05:53:10.080361 [ 259 ] {2d9c2d16-9682-44b3-8693-b2288f6de282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) 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)
468 2024.11.19 05:53:10.080540 [ 259 ] {2d9c2d16-9682-44b3-8693-b2288f6de282} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
469 2024.11.19 05:53:10.086314 [ 259 ] {2d9c2d16-9682-44b3-8693-b2288f6de282} <Debug> oximeter.measurements_histogramu16 (063479a3-791d-4c93-9dbb-ad2c1c3b7b9e): Loading data parts
470 2024.11.19 05:53:10.086549 [ 259 ] {2d9c2d16-9682-44b3-8693-b2288f6de282} <Debug> oximeter.measurements_histogramu16 (063479a3-791d-4c93-9dbb-ad2c1c3b7b9e): There are no data parts
471 2024.11.19 05:53:10.091441 [ 259 ] {2d9c2d16-9682-44b3-8693-b2288f6de282} <Debug> TCPHandler: Processed in 0.01151663 sec.
472 2024.11.19 05:53:10.091708 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
473 2024.11.19 05:53:10.092012 [ 258 ] {4a8522af-ef83-4438-a36d-c356e8ebfa0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) 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)
474 2024.11.19 05:53:10.092107 [ 258 ] {4a8522af-ef83-4438-a36d-c356e8ebfa0f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
475 2024.11.19 05:53:10.095597 [ 258 ] {4a8522af-ef83-4438-a36d-c356e8ebfa0f} <Debug> oximeter.measurements_histogrami32 (86b463e8-0e94-4784-8eb0-ab75b3d5ec62): Loading data parts
476 2024.11.19 05:53:10.095797 [ 258 ] {4a8522af-ef83-4438-a36d-c356e8ebfa0f} <Debug> oximeter.measurements_histogrami32 (86b463e8-0e94-4784-8eb0-ab75b3d5ec62): There are no data parts
477 2024.11.19 05:53:10.098583 [ 258 ] {4a8522af-ef83-4438-a36d-c356e8ebfa0f} <Debug> TCPHandler: Processed in 0.006945582 sec.
478 2024.11.19 05:53:10.098796 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
479 2024.11.19 05:53:10.099154 [ 259 ] {bafdef05-d0b5-4c14-bdc2-93d0952b22f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) 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)
480 2024.11.19 05:53:10.099240 [ 259 ] {bafdef05-d0b5-4c14-bdc2-93d0952b22f9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
481 2024.11.19 05:53:10.104856 [ 259 ] {bafdef05-d0b5-4c14-bdc2-93d0952b22f9} <Debug> oximeter.measurements_histogramu32 (14035fc1-7a34-4c59-b851-1357d5487338): Loading data parts
482 2024.11.19 05:53:10.105043 [ 259 ] {bafdef05-d0b5-4c14-bdc2-93d0952b22f9} <Debug> oximeter.measurements_histogramu32 (14035fc1-7a34-4c59-b851-1357d5487338): There are no data parts
483 2024.11.19 05:53:10.109923 [ 259 ] {bafdef05-d0b5-4c14-bdc2-93d0952b22f9} <Debug> TCPHandler: Processed in 0.011207607 sec.
484 2024.11.19 05:53:10.110157 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
485 2024.11.19 05:53:10.110570 [ 258 ] {2f23481d-eab5-4e09-8419-38f20400fd90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) 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)
486 2024.11.19 05:53:10.110681 [ 258 ] {2f23481d-eab5-4e09-8419-38f20400fd90} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
487 2024.11.19 05:53:10.115487 [ 258 ] {2f23481d-eab5-4e09-8419-38f20400fd90} <Debug> oximeter.measurements_histogrami64 (b8197feb-27c4-4f91-8569-1a3525593f90): Loading data parts
488 2024.11.19 05:53:10.115666 [ 258 ] {2f23481d-eab5-4e09-8419-38f20400fd90} <Debug> oximeter.measurements_histogrami64 (b8197feb-27c4-4f91-8569-1a3525593f90): There are no data parts
489 2024.11.19 05:53:10.118581 [ 258 ] {2f23481d-eab5-4e09-8419-38f20400fd90} <Debug> TCPHandler: Processed in 0.008438897 sec.
490 2024.11.19 05:53:10.118791 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
491 2024.11.19 05:53:10.119161 [ 259 ] {9b1123a9-f6d7-486b-93bd-81fc9b3c72be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) 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)
492 2024.11.19 05:53:10.119270 [ 259 ] {9b1123a9-f6d7-486b-93bd-81fc9b3c72be} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
493 2024.11.19 05:53:10.124965 [ 259 ] {9b1123a9-f6d7-486b-93bd-81fc9b3c72be} <Debug> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Loading data parts
494 2024.11.19 05:53:10.125132 [ 259 ] {9b1123a9-f6d7-486b-93bd-81fc9b3c72be} <Debug> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): There are no data parts
495 2024.11.19 05:53:10.130032 [ 259 ] {9b1123a9-f6d7-486b-93bd-81fc9b3c72be} <Debug> TCPHandler: Processed in 0.011346967 sec.
496 2024.11.19 05:53:10.130255 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
497 2024.11.19 05:53:10.130648 [ 258 ] {4307d3d8-7f60-44f0-ae4e-7b319a54627f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) 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)
498 2024.11.19 05:53:10.130752 [ 258 ] {4307d3d8-7f60-44f0-ae4e-7b319a54627f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
499 2024.11.19 05:53:10.134246 [ 258 ] {4307d3d8-7f60-44f0-ae4e-7b319a54627f} <Debug> oximeter.measurements_histogramf32 (308ba466-ac7a-4f67-8e8c-b6592cfbc869): Loading data parts
500 2024.11.19 05:53:10.134433 [ 258 ] {4307d3d8-7f60-44f0-ae4e-7b319a54627f} <Debug> oximeter.measurements_histogramf32 (308ba466-ac7a-4f67-8e8c-b6592cfbc869): There are no data parts
501 2024.11.19 05:53:10.137299 [ 258 ] {4307d3d8-7f60-44f0-ae4e-7b319a54627f} <Debug> TCPHandler: Processed in 0.007057893 sec.
502 2024.11.19 05:53:10.137513 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
503 2024.11.19 05:53:10.137873 [ 259 ] {9f9160d6-12b7-4867-8f7e-58c293dafea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) 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)
504 2024.11.19 05:53:10.137983 [ 259 ] {9f9160d6-12b7-4867-8f7e-58c293dafea2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
505 2024.11.19 05:53:10.143550 [ 259 ] {9f9160d6-12b7-4867-8f7e-58c293dafea2} <Debug> oximeter.measurements_histogramf64 (6955b07d-ad0d-4134-9a3e-deb9aee0f90b): Loading data parts
506 2024.11.19 05:53:10.143727 [ 259 ] {9f9160d6-12b7-4867-8f7e-58c293dafea2} <Debug> oximeter.measurements_histogramf64 (6955b07d-ad0d-4134-9a3e-deb9aee0f90b): There are no data parts
507 2024.11.19 05:53:10.148563 [ 259 ] {9f9160d6-12b7-4867-8f7e-58c293dafea2} <Debug> TCPHandler: Processed in 0.011114885 sec.
508 2024.11.19 05:53:10.148814 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
509 2024.11.19 05:53:10.149078 [ 258 ] {5b950923-c775-4658-a35c-b66a885fc43a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) /* The field tables store named dimensions of each timeseries.
510 *
511 * As with the measurement tables, there is one field table for each field data
512 * type. Fields are deduplicated by using the "replacing merge tree", though
513 * this behavior **must not** be relied upon for query correctness.
514 *
515 * The index for the fields differs from the measurements, however. Rows are
516 * sorted by timeseries name, then field name, field value, and finally
517 * timeseries key. This reflects the most common pattern for looking them up:
518 * by field name and possibly value, within a timeseries. The resulting keys are
519 * usually then used to look up measurements.
520 *
521 * NOTE: We may want to consider a secondary index on these tables, sorting by
522 * timeseries name and then key, since it would improve lookups where one
523 * already has the key. Realistically though, these tables are quite small and
524 * so performance benefits will be low in absolute terms.
525 *
526 * TTL: We use a materialized column to expire old field table records. This
527 * column is generated automatically by the database whenever a new row is
528 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
529 * query. Since these tables are `ReplacingMergeTree`s, that means the last
530 * record will remain during a deduplication, which will have the last
531 * timestamp. ClickHouse will then expire old data for us, similar to the
532 * measurement tables.
533 */
534 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)
535 2024.11.19 05:53:10.149185 [ 258 ] {5b950923-c775-4658-a35c-b66a885fc43a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
536 2024.11.19 05:53:10.154061 [ 258 ] {5b950923-c775-4658-a35c-b66a885fc43a} <Debug> oximeter.fields_bool (046893e5-58e9-48d2-8211-2db5af99cf43): Loading data parts
537 2024.11.19 05:53:10.154264 [ 258 ] {5b950923-c775-4658-a35c-b66a885fc43a} <Debug> oximeter.fields_bool (046893e5-58e9-48d2-8211-2db5af99cf43): There are no data parts
538 2024.11.19 05:53:10.157085 [ 258 ] {5b950923-c775-4658-a35c-b66a885fc43a} <Debug> TCPHandler: Processed in 0.008342217 sec.
539 2024.11.19 05:53:10.157310 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
540 2024.11.19 05:53:10.157566 [ 259 ] {f07cb6a7-a5d3-40df-b234-992e1b12e63c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) 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)
541 2024.11.19 05:53:10.157658 [ 259 ] {f07cb6a7-a5d3-40df-b234-992e1b12e63c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
542 2024.11.19 05:53:10.163203 [ 259 ] {f07cb6a7-a5d3-40df-b234-992e1b12e63c} <Debug> oximeter.fields_i8 (dffed3dd-70e5-4c73-bc38-7dfe2d916654): Loading data parts
543 2024.11.19 05:53:10.163390 [ 259 ] {f07cb6a7-a5d3-40df-b234-992e1b12e63c} <Debug> oximeter.fields_i8 (dffed3dd-70e5-4c73-bc38-7dfe2d916654): There are no data parts
544 2024.11.19 05:53:10.168663 [ 259 ] {f07cb6a7-a5d3-40df-b234-992e1b12e63c} <Debug> TCPHandler: Processed in 0.011439419 sec.
545 2024.11.19 05:53:10.168878 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
546 2024.11.19 05:53:10.169146 [ 258 ] {6afee686-1205-4127-b981-c558f0309d22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) 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)
547 2024.11.19 05:53:10.169215 [ 258 ] {6afee686-1205-4127-b981-c558f0309d22} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
548 2024.11.19 05:53:10.172715 [ 258 ] {6afee686-1205-4127-b981-c558f0309d22} <Debug> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Loading data parts
549 2024.11.19 05:53:10.172891 [ 258 ] {6afee686-1205-4127-b981-c558f0309d22} <Debug> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): There are no data parts
550 2024.11.19 05:53:10.175647 [ 258 ] {6afee686-1205-4127-b981-c558f0309d22} <Debug> TCPHandler: Processed in 0.00680248 sec.
551 2024.11.19 05:53:10.175862 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
552 2024.11.19 05:53:10.176087 [ 259 ] {4b30595d-5548-4cd1-bfaf-e392c4c9d302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) 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)
553 2024.11.19 05:53:10.176177 [ 259 ] {4b30595d-5548-4cd1-bfaf-e392c4c9d302} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
554 2024.11.19 05:53:10.181433 [ 259 ] {4b30595d-5548-4cd1-bfaf-e392c4c9d302} <Debug> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Loading data parts
555 2024.11.19 05:53:10.181606 [ 259 ] {4b30595d-5548-4cd1-bfaf-e392c4c9d302} <Debug> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): There are no data parts
556 2024.11.19 05:53:10.186378 [ 259 ] {4b30595d-5548-4cd1-bfaf-e392c4c9d302} <Debug> TCPHandler: Processed in 0.01058125 sec.
557 2024.11.19 05:53:10.186588 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
558 2024.11.19 05:53:10.186867 [ 258 ] {d74c0f5c-7ebb-46e7-884c-a2a326b8dc1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) 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)
559 2024.11.19 05:53:10.186941 [ 258 ] {d74c0f5c-7ebb-46e7-884c-a2a326b8dc1b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
560 2024.11.19 05:53:10.191794 [ 258 ] {d74c0f5c-7ebb-46e7-884c-a2a326b8dc1b} <Debug> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Loading data parts
561 2024.11.19 05:53:10.191959 [ 258 ] {d74c0f5c-7ebb-46e7-884c-a2a326b8dc1b} <Debug> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): There are no data parts
562 2024.11.19 05:53:10.194800 [ 258 ] {d74c0f5c-7ebb-46e7-884c-a2a326b8dc1b} <Debug> TCPHandler: Processed in 0.008290366 sec.
563 2024.11.19 05:53:10.194992 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
564 2024.11.19 05:53:10.195195 [ 259 ] {69ee6730-1626-4f3a-a1f2-2e4152a3ecdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) 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)
565 2024.11.19 05:53:10.195277 [ 259 ] {69ee6730-1626-4f3a-a1f2-2e4152a3ecdc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
566 2024.11.19 05:53:10.200642 [ 259 ] {69ee6730-1626-4f3a-a1f2-2e4152a3ecdc} <Debug> oximeter.fields_i32 (e9dd7c96-f66c-421e-9aba-c835b627ee60): Loading data parts
567 2024.11.19 05:53:10.200827 [ 259 ] {69ee6730-1626-4f3a-a1f2-2e4152a3ecdc} <Debug> oximeter.fields_i32 (e9dd7c96-f66c-421e-9aba-c835b627ee60): There are no data parts
568 2024.11.19 05:53:10.205651 [ 259 ] {69ee6730-1626-4f3a-a1f2-2e4152a3ecdc} <Debug> TCPHandler: Processed in 0.010678851 sec.
569 2024.11.19 05:53:10.205899 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
570 2024.11.19 05:53:10.206179 [ 258 ] {d0f406d1-0ebf-4718-9770-7312e767d1f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) 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)
571 2024.11.19 05:53:10.206269 [ 258 ] {d0f406d1-0ebf-4718-9770-7312e767d1f3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
572 2024.11.19 05:53:10.209560 [ 258 ] {d0f406d1-0ebf-4718-9770-7312e767d1f3} <Debug> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Loading data parts
573 2024.11.19 05:53:10.209734 [ 258 ] {d0f406d1-0ebf-4718-9770-7312e767d1f3} <Debug> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): There are no data parts
574 2024.11.19 05:53:10.212474 [ 258 ] {d0f406d1-0ebf-4718-9770-7312e767d1f3} <Debug> TCPHandler: Processed in 0.006646849 sec.
575 2024.11.19 05:53:10.212679 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
576 2024.11.19 05:53:10.212890 [ 259 ] {a168f72e-47cb-4f3a-a8ef-6ac4c0a760ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) 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)
577 2024.11.19 05:53:10.212974 [ 259 ] {a168f72e-47cb-4f3a-a8ef-6ac4c0a760ea} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
578 2024.11.19 05:53:10.218232 [ 259 ] {a168f72e-47cb-4f3a-a8ef-6ac4c0a760ea} <Debug> oximeter.fields_i64 (bbf68a93-0194-4471-9029-fb7633c7da71): Loading data parts
579 2024.11.19 05:53:10.218486 [ 259 ] {a168f72e-47cb-4f3a-a8ef-6ac4c0a760ea} <Debug> oximeter.fields_i64 (bbf68a93-0194-4471-9029-fb7633c7da71): There are no data parts
580 2024.11.19 05:53:10.223204 [ 259 ] {a168f72e-47cb-4f3a-a8ef-6ac4c0a760ea} <Debug> TCPHandler: Processed in 0.01062009 sec.
581 2024.11.19 05:53:10.223501 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
582 2024.11.19 05:53:10.223763 [ 258 ] {9001e9b6-08db-49f2-b90c-706ac2db16c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) 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)
583 2024.11.19 05:53:10.223870 [ 258 ] {9001e9b6-08db-49f2-b90c-706ac2db16c2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
584 2024.11.19 05:53:10.229630 [ 258 ] {9001e9b6-08db-49f2-b90c-706ac2db16c2} <Debug> oximeter.fields_u64 (9ac558c6-6008-4230-ac3d-cc080dc0df01): Loading data parts
585 2024.11.19 05:53:10.229855 [ 258 ] {9001e9b6-08db-49f2-b90c-706ac2db16c2} <Debug> oximeter.fields_u64 (9ac558c6-6008-4230-ac3d-cc080dc0df01): There are no data parts
586 2024.11.19 05:53:10.234873 [ 258 ] {9001e9b6-08db-49f2-b90c-706ac2db16c2} <Debug> TCPHandler: Processed in 0.011442239 sec.
587 2024.11.19 05:53:10.235100 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
588 2024.11.19 05:53:10.235394 [ 259 ] {e5856a22-82cb-40c8-9b62-172c48d67d31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) 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)
589 2024.11.19 05:53:10.235474 [ 259 ] {e5856a22-82cb-40c8-9b62-172c48d67d31} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
590 2024.11.19 05:53:10.243640 [ 259 ] {e5856a22-82cb-40c8-9b62-172c48d67d31} <Debug> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9): Loading data parts
591 2024.11.19 05:53:10.243822 [ 259 ] {e5856a22-82cb-40c8-9b62-172c48d67d31} <Debug> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9): There are no data parts
592 2024.11.19 05:53:10.249125 [ 259 ] {e5856a22-82cb-40c8-9b62-172c48d67d31} <Debug> TCPHandler: Processed in 0.014146516 sec.
593 2024.11.19 05:53:10.249548 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
594 2024.11.19 05:53:10.249811 [ 258 ] {cc8df90e-f1b1-478a-a359-d45189fac287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) 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)
595 2024.11.19 05:53:10.249916 [ 258 ] {cc8df90e-f1b1-478a-a359-d45189fac287} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
596 2024.11.19 05:53:10.255468 [ 258 ] {cc8df90e-f1b1-478a-a359-d45189fac287} <Debug> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Loading data parts
597 2024.11.19 05:53:10.255712 [ 258 ] {cc8df90e-f1b1-478a-a359-d45189fac287} <Debug> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): There are no data parts
598 2024.11.19 05:53:10.258735 [ 258 ] {cc8df90e-f1b1-478a-a359-d45189fac287} <Debug> TCPHandler: Processed in 0.009345257 sec.
599 2024.11.19 05:53:10.258963 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
600 2024.11.19 05:53:10.259276 [ 259 ] {ff971cc1-b6bb-4529-a2a1-e19d6d6e0b41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) 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)
601 2024.11.19 05:53:10.259382 [ 259 ] {ff971cc1-b6bb-4529-a2a1-e19d6d6e0b41} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
602 2024.11.19 05:53:10.266280 [ 259 ] {ff971cc1-b6bb-4529-a2a1-e19d6d6e0b41} <Debug> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Loading data parts
603 2024.11.19 05:53:10.266497 [ 259 ] {ff971cc1-b6bb-4529-a2a1-e19d6d6e0b41} <Debug> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): There are no data parts
604 2024.11.19 05:53:10.271708 [ 259 ] {ff971cc1-b6bb-4529-a2a1-e19d6d6e0b41} <Debug> TCPHandler: Processed in 0.012811853 sec.
605 2024.11.19 05:53:10.271982 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
606 2024.11.19 05:53:10.272328 [ 258 ] {febf58c5-ad05-412e-809c-f53b1e0ebdbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) /* The timeseries schema table stores the extracted schema for the samples
607 * oximeter collects.
608 */
609 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)
610 2024.11.19 05:53:10.272433 [ 258 ] {febf58c5-ad05-412e-809c-f53b1e0ebdbe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
611 2024.11.19 05:53:10.277831 [ 258 ] {febf58c5-ad05-412e-809c-f53b1e0ebdbe} <Debug> oximeter.timeseries_schema (24bb68fd-0473-4756-a1e3-b2f3868a1c8f): Loading data parts
612 2024.11.19 05:53:10.278006 [ 258 ] {febf58c5-ad05-412e-809c-f53b1e0ebdbe} <Debug> oximeter.timeseries_schema (24bb68fd-0473-4756-a1e3-b2f3868a1c8f): There are no data parts
613 2024.11.19 05:53:10.281304 [ 258 ] {febf58c5-ad05-412e-809c-f53b1e0ebdbe} <Debug> TCPHandler: Processed in 0.009397728 sec.
614 2024.11.19 05:53:10.281556 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
615 2024.11.19 05:53:10.281787 [ 259 ] {9f93940e-b6be-491d-9586-fb653c2697d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
616 2024.11.19 05:53:10.283159 [ 259 ] {9f93940e-b6be-491d-9586-fb653c2697d9} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
617 2024.11.19 05:53:10.292747 [ 268 ] {9f93940e-b6be-491d-9586-fb653c2697d9} <Trace> oximeter.version (20791634-e564-4360-8b58-2ca791847420): Trying to reserve 1.00 MiB using storage policy from min volume index 0
618 2024.11.19 05:53:10.292815 [ 268 ] {9f93940e-b6be-491d-9586-fb653c2697d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
619 2024.11.19 05:53:10.298226 [ 268 ] {9f93940e-b6be-491d-9586-fb653c2697d9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
620 2024.11.19 05:53:10.298778 [ 268 ] {9f93940e-b6be-491d-9586-fb653c2697d9} <Trace> oximeter.version (20791634-e564-4360-8b58-2ca791847420): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
621 2024.11.19 05:53:10.299180 [ 259 ] {9f93940e-b6be-491d-9586-fb653c2697d9} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.017474 sec., 57.22788142382969 rows/sec., 915.65 B/sec.
622 2024.11.19 05:53:10.299569 [ 259 ] {9f93940e-b6be-491d-9586-fb653c2697d9} <Debug> TCPHandler: Processed in 0.018074267 sec.
623 2024.11.19 05:53:10.796148 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35916
624 2024.11.19 05:53:10.797091 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
625 2024.11.19 05:53:10.797125 [ 269 ] {} <Debug> TCP-Session: c0e06365-28c3-4882-84a8-14081bcd8e20 Authenticating user 'default' from [fd00:1122:3344:101::b]:35916
626 2024.11.19 05:53:10.797193 [ 269 ] {} <Debug> TCP-Session: c0e06365-28c3-4882-84a8-14081bcd8e20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
627 2024.11.19 05:53:10.797208 [ 269 ] {} <Debug> TCP-Session: c0e06365-28c3-4882-84a8-14081bcd8e20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
628 2024.11.19 05:53:10.797260 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
629 2024.11.19 05:53:10.797312 [ 269 ] {} <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
630 2024.11.19 05:53:10.797331 [ 269 ] {} <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
631 2024.11.19 05:53:10.798980 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50336
632 2024.11.19 05:53:10.799068 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51567
633 2024.11.19 05:53:10.799178 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
634 2024.11.19 05:53:10.799207 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52258
635 2024.11.19 05:53:10.799252 [ 270 ] {} <Debug> TCP-Session: 614c43b5-573e-49d3-92e7-d648ca6bd2cd Authenticating user 'default' from [fd00:1122:3344:101::b]:50336
636 2024.11.19 05:53:10.799367 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36423
637 2024.11.19 05:53:10.799552 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
638 2024.11.19 05:53:10.799554 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
639 2024.11.19 05:53:10.799678 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58354
640 2024.11.19 05:53:10.799717 [ 271 ] {} <Debug> TCP-Session: d426fabf-aebe-4ec0-bf89-b08a2e056963 Authenticating user 'default' from [fd00:1122:3344:101::b]:51567
641 2024.11.19 05:53:10.799590 [ 270 ] {} <Debug> TCP-Session: 614c43b5-573e-49d3-92e7-d648ca6bd2cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
642 2024.11.19 05:53:10.799707 [ 272 ] {} <Debug> TCP-Session: 3671dfb7-e8cf-43f7-9d74-d58b59ef7917 Authenticating user 'default' from [fd00:1122:3344:101::b]:52258
643 2024.11.19 05:53:10.799892 [ 271 ] {} <Debug> TCP-Session: d426fabf-aebe-4ec0-bf89-b08a2e056963 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
644 2024.11.19 05:53:10.799937 [ 272 ] {} <Debug> TCP-Session: 3671dfb7-e8cf-43f7-9d74-d58b59ef7917 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
645 2024.11.19 05:53:10.799956 [ 270 ] {} <Debug> TCP-Session: 614c43b5-573e-49d3-92e7-d648ca6bd2cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
646 2024.11.19 05:53:10.799979 [ 271 ] {} <Debug> TCP-Session: d426fabf-aebe-4ec0-bf89-b08a2e056963 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
647 2024.11.19 05:53:10.800005 [ 272 ] {} <Debug> TCP-Session: 3671dfb7-e8cf-43f7-9d74-d58b59ef7917 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
648 2024.11.19 05:53:10.800006 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
649 2024.11.19 05:53:10.800025 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53376
650 2024.11.19 05:53:10.799960 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43782
651 2024.11.19 05:53:10.799938 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
652 2024.11.19 05:53:10.800114 [ 273 ] {} <Debug> TCP-Session: 522c60c5-6ddd-430e-a2ca-8945e3d8e27c Authenticating user 'default' from [fd00:1122:3344:101::b]:36423
653 2024.11.19 05:53:10.800362 [ 274 ] {} <Debug> TCP-Session: baa4e3e1-c3b4-48d4-96f2-27e3a974c7a8 Authenticating user 'default' from [fd00:1122:3344:101::b]:58354
654 2024.11.19 05:53:10.800468 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
655 2024.11.19 05:53:10.800479 [ 273 ] {} <Debug> TCP-Session: 522c60c5-6ddd-430e-a2ca-8945e3d8e27c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
656 2024.11.19 05:53:10.800513 [ 274 ] {} <Debug> TCP-Session: baa4e3e1-c3b4-48d4-96f2-27e3a974c7a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
657 2024.11.19 05:53:10.800535 [ 276 ] {} <Debug> TCP-Session: d22b23ae-4e94-4f50-b943-e64f1798afa7 Authenticating user 'default' from [fd00:1122:3344:101::b]:53376
658 2024.11.19 05:53:10.800531 [ 273 ] {} <Debug> TCP-Session: 522c60c5-6ddd-430e-a2ca-8945e3d8e27c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
659 2024.11.19 05:53:10.800581 [ 274 ] {} <Debug> TCP-Session: baa4e3e1-c3b4-48d4-96f2-27e3a974c7a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
660 2024.11.19 05:53:10.800680 [ 276 ] {} <Debug> TCP-Session: d22b23ae-4e94-4f50-b943-e64f1798afa7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
661 2024.11.19 05:53:10.800755 [ 276 ] {} <Debug> TCP-Session: d22b23ae-4e94-4f50-b943-e64f1798afa7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
662 2024.11.19 05:53:10.803769 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
663 2024.11.19 05:53:10.803871 [ 275 ] {} <Debug> TCP-Session: f99837ad-b1ab-445f-869a-9ea7bd770332 Authenticating user 'default' from [fd00:1122:3344:101::b]:43782
664 2024.11.19 05:53:10.803896 [ 275 ] {} <Debug> TCP-Session: f99837ad-b1ab-445f-869a-9ea7bd770332 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
665 2024.11.19 05:53:10.803914 [ 275 ] {} <Debug> TCP-Session: f99837ad-b1ab-445f-869a-9ea7bd770332 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
666 2024.11.19 05:53:11.000534 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 136.28 MiB, peak 136.28 MiB, free memory in arenas 0.00 B, will set to 140.33 MiB (RSS), difference: 4.04 MiB
667 2024.11.19 05:53:11.491570 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47468
668 2024.11.19 05:53:11.492567 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
669 2024.11.19 05:53:11.492634 [ 277 ] {} <Debug> TCP-Session: 04373d31-67b5-49ae-998f-d6223822f50c Authenticating user 'default' from [fd00:1122:3344:101::a]:47468
670 2024.11.19 05:53:11.492678 [ 277 ] {} <Debug> TCP-Session: 04373d31-67b5-49ae-998f-d6223822f50c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
671 2024.11.19 05:53:11.492692 [ 277 ] {} <Debug> TCP-Session: 04373d31-67b5-49ae-998f-d6223822f50c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
672 2024.11.19 05:53:11.492766 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
673 2024.11.19 05:53:11.492804 [ 277 ] {} <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
674 2024.11.19 05:53:11.492836 [ 277 ] {} <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
675 2024.11.19 05:53:11.495637 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:65288
676 2024.11.19 05:53:11.495811 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53173
677 2024.11.19 05:53:11.495873 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
678 2024.11.19 05:53:11.495942 [ 278 ] {} <Debug> TCP-Session: 60766e78-6713-439e-b6b4-e1a28500f8cf Authenticating user 'default' from [fd00:1122:3344:101::a]:65288
679 2024.11.19 05:53:11.496030 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46163
680 2024.11.19 05:53:11.496079 [ 278 ] {} <Debug> TCP-Session: 60766e78-6713-439e-b6b4-e1a28500f8cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
681 2024.11.19 05:53:11.496240 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38472
682 2024.11.19 05:53:11.496320 [ 278 ] {} <Debug> TCP-Session: 60766e78-6713-439e-b6b4-e1a28500f8cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
683 2024.11.19 05:53:11.496242 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
684 2024.11.19 05:53:11.496201 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41712
685 2024.11.19 05:53:11.496358 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
686 2024.11.19 05:53:11.496607 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46912
687 2024.11.19 05:53:11.496422 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50154
688 2024.11.19 05:53:11.496653 [ 280 ] {} <Debug> TCP-Session: 1899bb8f-eaf7-4429-9f45-d7a9ff4ec257 Authenticating user 'default' from [fd00:1122:3344:101::a]:46163
689 2024.11.19 05:53:11.496724 [ 279 ] {} <Debug> TCP-Session: b4276b7f-027b-4d8f-80fd-564d0bcd5a79 Authenticating user 'default' from [fd00:1122:3344:101::a]:53173
690 2024.11.19 05:53:11.496864 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
691 2024.11.19 05:53:11.496911 [ 279 ] {} <Debug> TCP-Session: b4276b7f-027b-4d8f-80fd-564d0bcd5a79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
692 2024.11.19 05:53:11.496881 [ 280 ] {} <Debug> TCP-Session: 1899bb8f-eaf7-4429-9f45-d7a9ff4ec257 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
693 2024.11.19 05:53:11.497044 [ 280 ] {} <Debug> TCP-Session: 1899bb8f-eaf7-4429-9f45-d7a9ff4ec257 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
694 2024.11.19 05:53:11.497060 [ 281 ] {} <Debug> TCP-Session: 9156b6fc-da79-4f3c-a937-5372353f6b98 Authenticating user 'default' from [fd00:1122:3344:101::a]:41712
695 2024.11.19 05:53:11.497042 [ 279 ] {} <Debug> TCP-Session: b4276b7f-027b-4d8f-80fd-564d0bcd5a79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
696 2024.11.19 05:53:11.497171 [ 281 ] {} <Debug> TCP-Session: 9156b6fc-da79-4f3c-a937-5372353f6b98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
697 2024.11.19 05:53:11.497239 [ 281 ] {} <Debug> TCP-Session: 9156b6fc-da79-4f3c-a937-5372353f6b98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
698 2024.11.19 05:53:11.499157 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
699 2024.11.19 05:53:11.499200 [ 282 ] {} <Debug> TCP-Session: 337a5b1d-0a19-44cc-a790-0f52c33ee857 Authenticating user 'default' from [fd00:1122:3344:101::a]:38472
700 2024.11.19 05:53:11.499266 [ 282 ] {} <Debug> TCP-Session: 337a5b1d-0a19-44cc-a790-0f52c33ee857 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
701 2024.11.19 05:53:11.499280 [ 282 ] {} <Debug> TCP-Session: 337a5b1d-0a19-44cc-a790-0f52c33ee857 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
702 2024.11.19 05:53:11.501216 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
703 2024.11.19 05:53:11.501285 [ 284 ] {} <Debug> TCP-Session: 1f59e393-efaa-4272-9682-c5d005fcfa47 Authenticating user 'default' from [fd00:1122:3344:101::a]:46912
704 2024.11.19 05:53:11.501327 [ 284 ] {} <Debug> TCP-Session: 1f59e393-efaa-4272-9682-c5d005fcfa47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
705 2024.11.19 05:53:11.501346 [ 284 ] {} <Debug> TCP-Session: 1f59e393-efaa-4272-9682-c5d005fcfa47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
706 2024.11.19 05:53:11.504410 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
707 2024.11.19 05:53:11.504469 [ 283 ] {} <Debug> TCP-Session: d877829a-0482-41e4-bef4-95d3b6763123 Authenticating user 'default' from [fd00:1122:3344:101::a]:50154
708 2024.11.19 05:53:11.504491 [ 283 ] {} <Debug> TCP-Session: d877829a-0482-41e4-bef4-95d3b6763123 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
709 2024.11.19 05:53:11.504517 [ 283 ] {} <Debug> TCP-Session: d877829a-0482-41e4-bef4-95d3b6763123 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
710 2024.11.19 05:53:16.065366 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
711 2024.11.19 05:53:16.065405 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549
712 2024.11.19 05:53:16.065487 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
713 2024.11.19 05:53:16.065527 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
714 2024.11.19 05:53:16.073621 [ 244 ] {} <Debug> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Loading data parts
715 2024.11.19 05:53:16.074160 [ 244 ] {} <Debug> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): There are no data parts
716 2024.11.19 05:53:16.085627 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
717 2024.11.19 05:53:16.085846 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
718 2024.11.19 05:53:16.088032 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
719 2024.11.19 05:53:16.088528 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
720 2024.11.19 05:53:16.088891 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549
721 2024.11.19 05:53:16.094033 [ 243 ] {} <Debug> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Loading data parts
722 2024.11.19 05:53:16.094207 [ 243 ] {} <Debug> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): There are no data parts
723 2024.11.19 05:53:16.125131 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
724 2024.11.19 05:53:16.125334 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
725 2024.11.19 05:53:16.132538 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
726 2024.11.19 05:53:16.133774 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
727 2024.11.19 05:53:16.136156 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
728 2024.11.19 05:53:17.000209 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.84 MiB, peak 149.84 MiB, free memory in arenas 0.00 B, will set to 150.76 MiB (RSS), difference: 4.92 MiB
729 2024.11.19 05:53:18.565444 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90
730 2024.11.19 05:53:18.565669 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
731 2024.11.19 05:53:18.577206 [ 242 ] {} <Debug> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Loading data parts
732 2024.11.19 05:53:18.577421 [ 242 ] {} <Debug> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): There are no data parts
733 2024.11.19 05:53:18.591669 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
734 2024.11.19 05:53:18.591810 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB.
735 2024.11.19 05:53:18.593580 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
736 2024.11.19 05:53:18.594104 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
737 2024.11.19 05:53:18.594668 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90
738 2024.11.19 05:53:19.000246 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.94 MiB, peak 154.94 MiB, free memory in arenas 0.00 B, will set to 151.22 MiB (RSS), difference: -3.72 MiB
739 2024.11.19 05:53:23.522532 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache
740 2024.11.19 05:53:23.522587 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache
741 2024.11.19 05:53:23.589257 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976
742 2024.11.19 05:53:23.592285 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
743 2024.11.19 05:53:23.592341 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
744 2024.11.19 05:53:23.593086 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
745 2024.11.19 05:53:23.593703 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
746 2024.11.19 05:53:23.593959 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
747 2024.11.19 05:53:23.636493 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
748 2024.11.19 05:53:23.658160 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
749 2024.11.19 05:53:23.658214 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
750 2024.11.19 05:53:23.664559 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
751 2024.11.19 05:53:23.665667 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
752 2024.11.19 05:53:23.667999 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
753 2024.11.19 05:53:24.000190 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.89 MiB, peak 155.89 MiB, free memory in arenas 0.00 B, will set to 153.84 MiB (RSS), difference: 1.95 MiB
754 2024.11.19 05:53:26.184611 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
755 2024.11.19 05:53:26.184861 [ 258 ] {7cac7e6e-18c9-450c-8413-0aef92093976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
756 2024.11.19 05:53:26.185258 [ 258 ] {7cac7e6e-18c9-450c-8413-0aef92093976} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
757 2024.11.19 05:53:26.185548 [ 258 ] {7cac7e6e-18c9-450c-8413-0aef92093976} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
758 2024.11.19 05:53:26.186316 [ 258 ] {7cac7e6e-18c9-450c-8413-0aef92093976} <Debug> TCPHandler: Processed in 0.001839039 sec.
759 2024.11.19 05:53:26.190037 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
760 2024.11.19 05:53:26.190267 [ 259 ] {8f04ea74-a92a-4f8e-bc8d-0ec1666a2276} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete)
761 2024.11.19 05:53:26.194146 [ 259 ] {8f04ea74-a92a-4f8e-bc8d-0ec1666a2276} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
762 2024.11.19 05:53:26.194226 [ 259 ] {8f04ea74-a92a-4f8e-bc8d-0ec1666a2276} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
763 2024.11.19 05:53:26.194893 [ 259 ] {8f04ea74-a92a-4f8e-bc8d-0ec1666a2276} <Debug> TCPHandler: Processed in 0.004986741 sec.
764 2024.11.19 05:53:26.195210 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
765 2024.11.19 05:53:26.195366 [ 258 ] {6a222f00-9453-42fb-8749-f7f050502a82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete)
766 2024.11.19 05:53:26.195800 [ 258 ] {6a222f00-9453-42fb-8749-f7f050502a82} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
767 2024.11.19 05:53:26.195855 [ 258 ] {6a222f00-9453-42fb-8749-f7f050502a82} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
768 2024.11.19 05:53:26.196386 [ 258 ] {6a222f00-9453-42fb-8749-f7f050502a82} <Debug> TCPHandler: Processed in 0.001235373 sec.
769 2024.11.19 05:53:26.196729 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
770 2024.11.19 05:53:26.196891 [ 259 ] {9c9a4095-d7ce-4f2e-8a95-ca82c0b62d49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
771 2024.11.19 05:53:26.197266 [ 259 ] {9c9a4095-d7ce-4f2e-8a95-ca82c0b62d49} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
772 2024.11.19 05:53:26.197322 [ 259 ] {9c9a4095-d7ce-4f2e-8a95-ca82c0b62d49} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
773 2024.11.19 05:53:26.197832 [ 259 ] {9c9a4095-d7ce-4f2e-8a95-ca82c0b62d49} <Debug> TCPHandler: Processed in 0.001163782 sec.
774 2024.11.19 05:53:26.198106 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
775 2024.11.19 05:53:26.198293 [ 258 ] {725b0547-818f-4859-bfeb-543950497385} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
776 2024.11.19 05:53:26.198740 [ 258 ] {725b0547-818f-4859-bfeb-543950497385} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
777 2024.11.19 05:53:26.198809 [ 258 ] {725b0547-818f-4859-bfeb-543950497385} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
778 2024.11.19 05:53:26.199389 [ 258 ] {725b0547-818f-4859-bfeb-543950497385} <Debug> TCPHandler: Processed in 0.001349794 sec.
779 2024.11.19 05:53:26.199664 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
780 2024.11.19 05:53:26.199824 [ 259 ] {271c86ee-dae0-4609-8d5b-20aadaa9553c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
781 2024.11.19 05:53:26.200263 [ 259 ] {271c86ee-dae0-4609-8d5b-20aadaa9553c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
782 2024.11.19 05:53:26.200330 [ 259 ] {271c86ee-dae0-4609-8d5b-20aadaa9553c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
783 2024.11.19 05:53:26.200932 [ 259 ] {271c86ee-dae0-4609-8d5b-20aadaa9553c} <Debug> TCPHandler: Processed in 0.001328473 sec.
784 2024.11.19 05:53:26.201183 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
785 2024.11.19 05:53:26.201339 [ 258 ] {0c172138-2243-438e-9175-35f78c848098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
786 2024.11.19 05:53:26.201711 [ 258 ] {0c172138-2243-438e-9175-35f78c848098} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
787 2024.11.19 05:53:26.201767 [ 258 ] {0c172138-2243-438e-9175-35f78c848098} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
788 2024.11.19 05:53:26.202301 [ 258 ] {0c172138-2243-438e-9175-35f78c848098} <Debug> TCPHandler: Processed in 0.001177193 sec.
789 2024.11.19 05:53:26.202559 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
790 2024.11.19 05:53:26.202714 [ 259 ] {ff318849-2499-4d6b-9f37-79e155a4f3a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
791 2024.11.19 05:53:26.203090 [ 259 ] {ff318849-2499-4d6b-9f37-79e155a4f3a7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
792 2024.11.19 05:53:26.203145 [ 259 ] {ff318849-2499-4d6b-9f37-79e155a4f3a7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
793 2024.11.19 05:53:26.203664 [ 259 ] {ff318849-2499-4d6b-9f37-79e155a4f3a7} <Debug> TCPHandler: Processed in 0.001161373 sec.
794 2024.11.19 05:53:26.203912 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
795 2024.11.19 05:53:26.204068 [ 258 ] {cb959f00-bb6a-43f4-8ac7-bada50d71cdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
796 2024.11.19 05:53:26.204449 [ 258 ] {cb959f00-bb6a-43f4-8ac7-bada50d71cdf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
797 2024.11.19 05:53:26.204505 [ 258 ] {cb959f00-bb6a-43f4-8ac7-bada50d71cdf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
798 2024.11.19 05:53:26.205083 [ 258 ] {cb959f00-bb6a-43f4-8ac7-bada50d71cdf} <Debug> TCPHandler: Processed in 0.001229092 sec.
799 2024.11.19 05:53:26.205331 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
800 2024.11.19 05:53:26.205488 [ 259 ] {65bbd84b-109d-4e04-a56e-935dca15aeb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
801 2024.11.19 05:53:26.205870 [ 259 ] {65bbd84b-109d-4e04-a56e-935dca15aeb6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
802 2024.11.19 05:53:26.205926 [ 259 ] {65bbd84b-109d-4e04-a56e-935dca15aeb6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
803 2024.11.19 05:53:26.206445 [ 259 ] {65bbd84b-109d-4e04-a56e-935dca15aeb6} <Debug> TCPHandler: Processed in 0.001170853 sec.
804 2024.11.19 05:53:26.206700 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
805 2024.11.19 05:53:26.206860 [ 258 ] {8c316a34-bec3-41fb-a8d6-342487cdc948} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
806 2024.11.19 05:53:26.207318 [ 258 ] {8c316a34-bec3-41fb-a8d6-342487cdc948} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
807 2024.11.19 05:53:26.207384 [ 258 ] {8c316a34-bec3-41fb-a8d6-342487cdc948} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
808 2024.11.19 05:53:26.207972 [ 258 ] {8c316a34-bec3-41fb-a8d6-342487cdc948} <Debug> TCPHandler: Processed in 0.001330363 sec.
809 2024.11.19 05:53:26.208207 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
810 2024.11.19 05:53:26.208371 [ 259 ] {4ec8e263-6d6c-4135-b00c-b6dbc8d9e87d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
811 2024.11.19 05:53:26.208757 [ 259 ] {4ec8e263-6d6c-4135-b00c-b6dbc8d9e87d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
812 2024.11.19 05:53:26.208812 [ 259 ] {4ec8e263-6d6c-4135-b00c-b6dbc8d9e87d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
813 2024.11.19 05:53:26.209322 [ 259 ] {4ec8e263-6d6c-4135-b00c-b6dbc8d9e87d} <Debug> TCPHandler: Processed in 0.001172242 sec.
814 2024.11.19 05:53:26.209579 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
815 2024.11.19 05:53:26.209742 [ 258 ] {79b1878f-e4ea-46da-8b0b-41c39171d4dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
816 2024.11.19 05:53:26.210141 [ 258 ] {79b1878f-e4ea-46da-8b0b-41c39171d4dc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
817 2024.11.19 05:53:26.210196 [ 258 ] {79b1878f-e4ea-46da-8b0b-41c39171d4dc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
818 2024.11.19 05:53:26.210704 [ 258 ] {79b1878f-e4ea-46da-8b0b-41c39171d4dc} <Debug> TCPHandler: Processed in 0.001181823 sec.
819 2024.11.19 05:53:26.210938 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
820 2024.11.19 05:53:26.211100 [ 259 ] {bed91b12-d353-4a18-9789-0c99e6bea1dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
821 2024.11.19 05:53:26.211493 [ 259 ] {bed91b12-d353-4a18-9789-0c99e6bea1dc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
822 2024.11.19 05:53:26.211549 [ 259 ] {bed91b12-d353-4a18-9789-0c99e6bea1dc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
823 2024.11.19 05:53:26.212066 [ 259 ] {bed91b12-d353-4a18-9789-0c99e6bea1dc} <Debug> TCPHandler: Processed in 0.001185682 sec.
824 2024.11.19 05:53:26.212317 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
825 2024.11.19 05:53:26.212487 [ 258 ] {b993980b-cae7-4c25-a82f-5ce015308b9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
826 2024.11.19 05:53:26.212891 [ 258 ] {b993980b-cae7-4c25-a82f-5ce015308b9f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
827 2024.11.19 05:53:26.212947 [ 258 ] {b993980b-cae7-4c25-a82f-5ce015308b9f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
828 2024.11.19 05:53:26.213451 [ 258 ] {b993980b-cae7-4c25-a82f-5ce015308b9f} <Debug> TCPHandler: Processed in 0.001189862 sec.
829 2024.11.19 05:53:26.213721 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
830 2024.11.19 05:53:26.213887 [ 259 ] {3da32643-219a-4841-9fdb-653f220adab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete)
831 2024.11.19 05:53:26.214293 [ 259 ] {3da32643-219a-4841-9fdb-653f220adab7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
832 2024.11.19 05:53:26.214348 [ 259 ] {3da32643-219a-4841-9fdb-653f220adab7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
833 2024.11.19 05:53:26.214827 [ 259 ] {3da32643-219a-4841-9fdb-653f220adab7} <Debug> TCPHandler: Processed in 0.001161952 sec.
834 2024.11.19 05:53:26.215375 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
835 2024.11.19 05:53:26.215542 [ 258 ] {8e14196f-c7cd-4033-9d1e-d857254bbfe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete)
836 2024.11.19 05:53:26.215951 [ 258 ] {8e14196f-c7cd-4033-9d1e-d857254bbfe1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
837 2024.11.19 05:53:26.216005 [ 258 ] {8e14196f-c7cd-4033-9d1e-d857254bbfe1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
838 2024.11.19 05:53:26.216655 [ 258 ] {8e14196f-c7cd-4033-9d1e-d857254bbfe1} <Debug> TCPHandler: Processed in 0.001338474 sec.
839 2024.11.19 05:53:26.216888 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
840 2024.11.19 05:53:26.217056 [ 259 ] {c887baf9-2b66-4918-a8ff-416b9df38c88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete)
841 2024.11.19 05:53:26.217462 [ 259 ] {c887baf9-2b66-4918-a8ff-416b9df38c88} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
842 2024.11.19 05:53:26.217518 [ 259 ] {c887baf9-2b66-4918-a8ff-416b9df38c88} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
843 2024.11.19 05:53:26.217991 [ 259 ] {c887baf9-2b66-4918-a8ff-416b9df38c88} <Debug> TCPHandler: Processed in 0.001159442 sec.
844 2024.11.19 05:53:26.218237 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
845 2024.11.19 05:53:26.218406 [ 258 ] {d4d0d893-fe6e-4166-8ceb-800b7fc871ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
846 2024.11.19 05:53:26.218818 [ 258 ] {d4d0d893-fe6e-4166-8ceb-800b7fc871ff} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
847 2024.11.19 05:53:26.218873 [ 258 ] {d4d0d893-fe6e-4166-8ceb-800b7fc871ff} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
848 2024.11.19 05:53:26.219380 [ 258 ] {d4d0d893-fe6e-4166-8ceb-800b7fc871ff} <Debug> TCPHandler: Processed in 0.001202433 sec.
849 2024.11.19 05:53:26.219609 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
850 2024.11.19 05:53:26.219776 [ 259 ] {5dbd10d8-85bd-4cce-81b5-917b5cd09386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
851 2024.11.19 05:53:26.220189 [ 259 ] {5dbd10d8-85bd-4cce-81b5-917b5cd09386} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
852 2024.11.19 05:53:26.220244 [ 259 ] {5dbd10d8-85bd-4cce-81b5-917b5cd09386} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
853 2024.11.19 05:53:26.220722 [ 259 ] {5dbd10d8-85bd-4cce-81b5-917b5cd09386} <Debug> TCPHandler: Processed in 0.001168603 sec.
854 2024.11.19 05:53:26.220954 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
855 2024.11.19 05:53:26.221124 [ 258 ] {f54c161e-d8d2-4cd4-8ac6-647ec8c9e9f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
856 2024.11.19 05:53:26.221537 [ 258 ] {f54c161e-d8d2-4cd4-8ac6-647ec8c9e9f4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
857 2024.11.19 05:53:26.221592 [ 258 ] {f54c161e-d8d2-4cd4-8ac6-647ec8c9e9f4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
858 2024.11.19 05:53:26.222137 [ 258 ] {f54c161e-d8d2-4cd4-8ac6-647ec8c9e9f4} <Debug> TCPHandler: Processed in 0.001236403 sec.
859 2024.11.19 05:53:26.222374 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
860 2024.11.19 05:53:26.222543 [ 259 ] {adbcdffa-74a5-43c8-b2ca-e44408772e52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
861 2024.11.19 05:53:26.222963 [ 259 ] {adbcdffa-74a5-43c8-b2ca-e44408772e52} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
862 2024.11.19 05:53:26.223018 [ 259 ] {adbcdffa-74a5-43c8-b2ca-e44408772e52} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
863 2024.11.19 05:53:26.223490 [ 259 ] {adbcdffa-74a5-43c8-b2ca-e44408772e52} <Debug> TCPHandler: Processed in 0.001172392 sec.
864 2024.11.19 05:53:26.223761 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
865 2024.11.19 05:53:26.223934 [ 258 ] {50c220e7-9f7a-4691-9884-04f0c11b6096} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
866 2024.11.19 05:53:26.224365 [ 258 ] {50c220e7-9f7a-4691-9884-04f0c11b6096} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
867 2024.11.19 05:53:26.224422 [ 258 ] {50c220e7-9f7a-4691-9884-04f0c11b6096} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
868 2024.11.19 05:53:26.224912 [ 258 ] {50c220e7-9f7a-4691-9884-04f0c11b6096} <Debug> TCPHandler: Processed in 0.001211912 sec.
869 2024.11.19 05:53:26.225142 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
870 2024.11.19 05:53:26.225302 [ 259 ] {48745b4a-ec53-4154-8dfb-0190205a02f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
871 2024.11.19 05:53:26.225702 [ 259 ] {48745b4a-ec53-4154-8dfb-0190205a02f4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
872 2024.11.19 05:53:26.225753 [ 259 ] {48745b4a-ec53-4154-8dfb-0190205a02f4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
873 2024.11.19 05:53:26.226286 [ 259 ] {48745b4a-ec53-4154-8dfb-0190205a02f4} <Debug> TCPHandler: Processed in 0.001179932 sec.
874 2024.11.19 05:53:26.226523 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
875 2024.11.19 05:53:26.226697 [ 258 ] {b08bb09e-6f3d-4cb9-8728-f9181c62543f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
876 2024.11.19 05:53:26.227125 [ 258 ] {b08bb09e-6f3d-4cb9-8728-f9181c62543f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
877 2024.11.19 05:53:26.227181 [ 258 ] {b08bb09e-6f3d-4cb9-8728-f9181c62543f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
878 2024.11.19 05:53:26.227686 [ 258 ] {b08bb09e-6f3d-4cb9-8728-f9181c62543f} <Debug> TCPHandler: Processed in 0.001217593 sec.
879 2024.11.19 05:53:26.231553 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
880 2024.11.19 05:53:26.231761 [ 259 ] {93fefea6-fceb-4e10-8c62-f29ced9cfa07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
881 2024.11.19 05:53:26.232326 [ 259 ] {93fefea6-fceb-4e10-8c62-f29ced9cfa07} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
882 2024.11.19 05:53:26.232400 [ 259 ] {93fefea6-fceb-4e10-8c62-f29ced9cfa07} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
883 2024.11.19 05:53:26.232984 [ 259 ] {93fefea6-fceb-4e10-8c62-f29ced9cfa07} <Debug> TCPHandler: Processed in 0.001495736 sec.
884 2024.11.19 05:53:26.233241 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
885 2024.11.19 05:53:26.233415 [ 258 ] {a7b30086-d48d-4231-9a50-ba90526ffb94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
886 2024.11.19 05:53:26.233857 [ 258 ] {a7b30086-d48d-4231-9a50-ba90526ffb94} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
887 2024.11.19 05:53:26.233911 [ 258 ] {a7b30086-d48d-4231-9a50-ba90526ffb94} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
888 2024.11.19 05:53:26.234420 [ 258 ] {a7b30086-d48d-4231-9a50-ba90526ffb94} <Debug> TCPHandler: Processed in 0.001232093 sec.
889 2024.11.19 05:53:26.235050 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
890 2024.11.19 05:53:26.235263 [ 259 ] {a0b1feb8-4ba7-4df5-abfe-709f078be4ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
891 2024.11.19 05:53:26.235797 [ 259 ] {a0b1feb8-4ba7-4df5-abfe-709f078be4ff} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
892 2024.11.19 05:53:26.235864 [ 259 ] {a0b1feb8-4ba7-4df5-abfe-709f078be4ff} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
893 2024.11.19 05:53:26.236363 [ 259 ] {a0b1feb8-4ba7-4df5-abfe-709f078be4ff} <Debug> TCPHandler: Processed in 0.001381644 sec.
894 2024.11.19 05:53:26.236602 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
895 2024.11.19 05:53:26.236778 [ 258 ] {075a3a10-7beb-432c-9765-9888c80003e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
896 2024.11.19 05:53:26.237213 [ 258 ] {075a3a10-7beb-432c-9765-9888c80003e7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
897 2024.11.19 05:53:26.237266 [ 258 ] {075a3a10-7beb-432c-9765-9888c80003e7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
898 2024.11.19 05:53:26.237839 [ 258 ] {075a3a10-7beb-432c-9765-9888c80003e7} <Debug> TCPHandler: Processed in 0.001295833 sec.
899 2024.11.19 05:53:26.238085 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
900 2024.11.19 05:53:26.238301 [ 259 ] {bfc748b2-c454-4371-b13d-1d21976bb297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
901 2024.11.19 05:53:26.238840 [ 259 ] {bfc748b2-c454-4371-b13d-1d21976bb297} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
902 2024.11.19 05:53:26.238907 [ 259 ] {bfc748b2-c454-4371-b13d-1d21976bb297} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
903 2024.11.19 05:53:26.239433 [ 259 ] {bfc748b2-c454-4371-b13d-1d21976bb297} <Debug> TCPHandler: Processed in 0.001413525 sec.
904 2024.11.19 05:53:26.239680 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
905 2024.11.19 05:53:26.239904 [ 258 ] {9475820d-89a6-454f-b919-bbde689eb3e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
906 2024.11.19 05:53:26.240369 [ 258 ] {9475820d-89a6-454f-b919-bbde689eb3e8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
907 2024.11.19 05:53:26.240427 [ 258 ] {9475820d-89a6-454f-b919-bbde689eb3e8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
908 2024.11.19 05:53:26.240955 [ 258 ] {9475820d-89a6-454f-b919-bbde689eb3e8} <Debug> TCPHandler: Processed in 0.001344894 sec.
909 2024.11.19 05:53:26.242256 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
910 2024.11.19 05:53:26.242440 [ 259 ] {01016f25-b9c4-4e65-9958-e8e1092a3f4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
911 2024.11.19 05:53:26.242898 [ 259 ] {01016f25-b9c4-4e65-9958-e8e1092a3f4d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
912 2024.11.19 05:53:26.242954 [ 259 ] {01016f25-b9c4-4e65-9958-e8e1092a3f4d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
913 2024.11.19 05:53:26.243490 [ 259 ] {01016f25-b9c4-4e65-9958-e8e1092a3f4d} <Debug> TCPHandler: Processed in 0.001290593 sec.
914 2024.11.19 05:53:26.243752 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
915 2024.11.19 05:53:26.243935 [ 258 ] {4fe43d1d-48d5-4934-b7d4-0417a13e1005} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
916 2024.11.19 05:53:26.244402 [ 258 ] {4fe43d1d-48d5-4934-b7d4-0417a13e1005} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
917 2024.11.19 05:53:26.244459 [ 258 ] {4fe43d1d-48d5-4934-b7d4-0417a13e1005} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
918 2024.11.19 05:53:26.245322 [ 258 ] {4fe43d1d-48d5-4934-b7d4-0417a13e1005} <Debug> TCPHandler: Processed in 0.001629767 sec.
919 2024.11.19 05:53:26.245600 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
920 2024.11.19 05:53:26.245785 [ 259 ] {c38f3fec-99f2-4dd3-9c9f-9ee2afebdf90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
921 2024.11.19 05:53:26.246247 [ 259 ] {c38f3fec-99f2-4dd3-9c9f-9ee2afebdf90} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
922 2024.11.19 05:53:26.246304 [ 259 ] {c38f3fec-99f2-4dd3-9c9f-9ee2afebdf90} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
923 2024.11.19 05:53:26.246842 [ 259 ] {c38f3fec-99f2-4dd3-9c9f-9ee2afebdf90} <Debug> TCPHandler: Processed in 0.001300904 sec.
924 2024.11.19 05:53:26.247170 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
925 2024.11.19 05:53:26.247358 [ 258 ] {30de59ff-c8f5-4f47-9d61-1e6cd37a8bd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
926 2024.11.19 05:53:26.247825 [ 258 ] {30de59ff-c8f5-4f47-9d61-1e6cd37a8bd1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
927 2024.11.19 05:53:26.247881 [ 258 ] {30de59ff-c8f5-4f47-9d61-1e6cd37a8bd1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
928 2024.11.19 05:53:26.248403 [ 258 ] {30de59ff-c8f5-4f47-9d61-1e6cd37a8bd1} <Debug> TCPHandler: Processed in 0.001290383 sec.
929 2024.11.19 05:53:26.248684 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
930 2024.11.19 05:53:26.248880 [ 259 ] {14530d68-7a63-46c7-b3b6-f9e7be7bc9cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
931 2024.11.19 05:53:26.249364 [ 259 ] {14530d68-7a63-46c7-b3b6-f9e7be7bc9cb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
932 2024.11.19 05:53:26.249422 [ 259 ] {14530d68-7a63-46c7-b3b6-f9e7be7bc9cb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
933 2024.11.19 05:53:26.249982 [ 259 ] {14530d68-7a63-46c7-b3b6-f9e7be7bc9cb} <Debug> TCPHandler: Processed in 0.001355415 sec.
934 2024.11.19 05:53:26.250265 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
935 2024.11.19 05:53:26.250452 [ 258 ] {070857ea-9442-4b8f-aba0-e0775797a4d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
936 2024.11.19 05:53:26.250926 [ 258 ] {070857ea-9442-4b8f-aba0-e0775797a4d8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
937 2024.11.19 05:53:26.250981 [ 258 ] {070857ea-9442-4b8f-aba0-e0775797a4d8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
938 2024.11.19 05:53:26.251507 [ 258 ] {070857ea-9442-4b8f-aba0-e0775797a4d8} <Debug> TCPHandler: Processed in 0.001298983 sec.
939 2024.11.19 05:53:26.307346 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
940 2024.11.19 05:53:26.307501 [ 258 ] {1b587d8d-dbdd-4da6-a22d-ed13c5b72401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
941 2024.11.19 05:53:26.307565 [ 258 ] {1b587d8d-dbdd-4da6-a22d-ed13c5b72401} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
942 2024.11.19 05:53:26.308377 [ 258 ] {1b587d8d-dbdd-4da6-a22d-ed13c5b72401} <Trace> oximeter.timeseries_schema (24bb68fd-0473-4756-a1e3-b2f3868a1c8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
943 2024.11.19 05:53:26.308421 [ 258 ] {1b587d8d-dbdd-4da6-a22d-ed13c5b72401} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
944 2024.11.19 05:53:26.309086 [ 258 ] {1b587d8d-dbdd-4da6-a22d-ed13c5b72401} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
945 2024.11.19 05:53:26.309542 [ 258 ] {1b587d8d-dbdd-4da6-a22d-ed13c5b72401} <Trace> oximeter.timeseries_schema (24bb68fd-0473-4756-a1e3-b2f3868a1c8f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
946 2024.11.19 05:53:26.309848 [ 258 ] {1b587d8d-dbdd-4da6-a22d-ed13c5b72401} <Debug> executeQuery: Read 37 rows, 6.49 KiB in 0.002384 sec., 15520.13422818792 rows/sec., 2.66 MiB/sec.
947 2024.11.19 05:53:26.309917 [ 258 ] {1b587d8d-dbdd-4da6-a22d-ed13c5b72401} <Debug> TCPHandler: Processed in 0.002644078 sec.
948 2024.11.19 05:53:26.310164 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
949 2024.11.19 05:53:26.310339 [ 259 ] {cfeba03b-4893-4862-ae99-4bb12465597f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
950 2024.11.19 05:53:26.310405 [ 259 ] {cfeba03b-4893-4862-ae99-4bb12465597f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
951 2024.11.19 05:53:26.312914 [ 259 ] {cfeba03b-4893-4862-ae99-4bb12465597f} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
952 2024.11.19 05:53:26.312955 [ 259 ] {cfeba03b-4893-4862-ae99-4bb12465597f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
953 2024.11.19 05:53:26.313559 [ 259 ] {cfeba03b-4893-4862-ae99-4bb12465597f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
954 2024.11.19 05:53:26.314081 [ 259 ] {cfeba03b-4893-4862-ae99-4bb12465597f} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
955 2024.11.19 05:53:26.314303 [ 259 ] {cfeba03b-4893-4862-ae99-4bb12465597f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.004009 sec., 3492.142678972312 rows/sec., 251.39 KiB/sec.
956 2024.11.19 05:53:26.314368 [ 259 ] {cfeba03b-4893-4862-ae99-4bb12465597f} <Debug> TCPHandler: Processed in 0.004316305 sec.
957 2024.11.19 05:53:26.314521 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
958 2024.11.19 05:53:26.314639 [ 258 ] {a46dcd3e-bf63-4373-91d7-0d5ab2493603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
959 2024.11.19 05:53:26.314689 [ 258 ] {a46dcd3e-bf63-4373-91d7-0d5ab2493603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
960 2024.11.19 05:53:26.315926 [ 258 ] {a46dcd3e-bf63-4373-91d7-0d5ab2493603} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
961 2024.11.19 05:53:26.315965 [ 258 ] {a46dcd3e-bf63-4373-91d7-0d5ab2493603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
962 2024.11.19 05:53:26.316557 [ 258 ] {a46dcd3e-bf63-4373-91d7-0d5ab2493603} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
963 2024.11.19 05:53:26.317007 [ 258 ] {a46dcd3e-bf63-4373-91d7-0d5ab2493603} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
964 2024.11.19 05:53:26.317221 [ 258 ] {a46dcd3e-bf63-4373-91d7-0d5ab2493603} <Debug> executeQuery: Read 1359 rows, 116.14 KiB in 0.002606 sec., 521488.87183422875 rows/sec., 43.52 MiB/sec.
965 2024.11.19 05:53:26.317274 [ 258 ] {a46dcd3e-bf63-4373-91d7-0d5ab2493603} <Debug> TCPHandler: Processed in 0.002810029 sec.
966 2024.11.19 05:53:26.317433 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
967 2024.11.19 05:53:26.317580 [ 259 ] {88ebb83b-4041-44ed-9caf-13603617be81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
968 2024.11.19 05:53:26.317640 [ 259 ] {88ebb83b-4041-44ed-9caf-13603617be81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
969 2024.11.19 05:53:26.318335 [ 259 ] {88ebb83b-4041-44ed-9caf-13603617be81} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
970 2024.11.19 05:53:26.318371 [ 259 ] {88ebb83b-4041-44ed-9caf-13603617be81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
971 2024.11.19 05:53:26.318853 [ 259 ] {88ebb83b-4041-44ed-9caf-13603617be81} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
972 2024.11.19 05:53:26.319313 [ 259 ] {88ebb83b-4041-44ed-9caf-13603617be81} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
973 2024.11.19 05:53:26.319582 [ 259 ] {88ebb83b-4041-44ed-9caf-13603617be81} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.002017 sec., 7436.787307882994 rows/sec., 524.35 KiB/sec.
974 2024.11.19 05:53:26.319647 [ 259 ] {88ebb83b-4041-44ed-9caf-13603617be81} <Debug> TCPHandler: Processed in 0.002283644 sec.
975 2024.11.19 05:53:26.319806 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
976 2024.11.19 05:53:26.319938 [ 258 ] {41ffd7d7-911b-4fd5-99ce-5fbcbc842a8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
977 2024.11.19 05:53:26.319991 [ 258 ] {41ffd7d7-911b-4fd5-99ce-5fbcbc842a8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
978 2024.11.19 05:53:26.320701 [ 258 ] {41ffd7d7-911b-4fd5-99ce-5fbcbc842a8f} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
979 2024.11.19 05:53:26.320745 [ 258 ] {41ffd7d7-911b-4fd5-99ce-5fbcbc842a8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
980 2024.11.19 05:53:26.321301 [ 258 ] {41ffd7d7-911b-4fd5-99ce-5fbcbc842a8f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
981 2024.11.19 05:53:26.321764 [ 258 ] {41ffd7d7-911b-4fd5-99ce-5fbcbc842a8f} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
982 2024.11.19 05:53:26.321950 [ 258 ] {41ffd7d7-911b-4fd5-99ce-5fbcbc842a8f} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002033 sec., 119035.9075258239 rows/sec., 8.06 MiB/sec.
983 2024.11.19 05:53:26.322001 [ 258 ] {41ffd7d7-911b-4fd5-99ce-5fbcbc842a8f} <Debug> TCPHandler: Processed in 0.002259483 sec.
984 2024.11.19 05:53:26.322171 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
985 2024.11.19 05:53:26.322313 [ 259 ] {bb7cb9b3-e506-495e-a21a-3caf8def52d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
986 2024.11.19 05:53:26.322375 [ 259 ] {bb7cb9b3-e506-495e-a21a-3caf8def52d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
987 2024.11.19 05:53:26.323042 [ 259 ] {bb7cb9b3-e506-495e-a21a-3caf8def52d9} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
988 2024.11.19 05:53:26.323082 [ 259 ] {bb7cb9b3-e506-495e-a21a-3caf8def52d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
989 2024.11.19 05:53:26.323563 [ 259 ] {bb7cb9b3-e506-495e-a21a-3caf8def52d9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
990 2024.11.19 05:53:26.324081 [ 259 ] {bb7cb9b3-e506-495e-a21a-3caf8def52d9} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
991 2024.11.19 05:53:26.324320 [ 259 ] {bb7cb9b3-e506-495e-a21a-3caf8def52d9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002038 sec., 6378.802747791953 rows/sec., 397.72 KiB/sec.
992 2024.11.19 05:53:26.324378 [ 259 ] {bb7cb9b3-e506-495e-a21a-3caf8def52d9} <Debug> TCPHandler: Processed in 0.002275214 sec.
993 2024.11.19 05:53:26.324526 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
994 2024.11.19 05:53:26.324645 [ 258 ] {2e8fc3b7-bfdb-4411-9b42-4d2a52e1e0e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
995 2024.11.19 05:53:26.324694 [ 258 ] {2e8fc3b7-bfdb-4411-9b42-4d2a52e1e0e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
996 2024.11.19 05:53:26.325533 [ 258 ] {2e8fc3b7-bfdb-4411-9b42-4d2a52e1e0e4} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
997 2024.11.19 05:53:26.325572 [ 258 ] {2e8fc3b7-bfdb-4411-9b42-4d2a52e1e0e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
998 2024.11.19 05:53:26.326083 [ 258 ] {2e8fc3b7-bfdb-4411-9b42-4d2a52e1e0e4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
999 2024.11.19 05:53:26.326567 [ 258 ] {2e8fc3b7-bfdb-4411-9b42-4d2a52e1e0e4} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1000 2024.11.19 05:53:26.326793 [ 258 ] {2e8fc3b7-bfdb-4411-9b42-4d2a52e1e0e4} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.002171 sec., 389682.1741133118 rows/sec., 28.16 MiB/sec.
1001 2024.11.19 05:53:26.326849 [ 258 ] {2e8fc3b7-bfdb-4411-9b42-4d2a52e1e0e4} <Debug> TCPHandler: Processed in 0.002381485 sec.
1002 2024.11.19 05:53:26.327002 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1003 2024.11.19 05:53:26.327130 [ 259 ] {3a39037d-7123-48d8-acf4-789c1100b146} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1004 2024.11.19 05:53:26.327183 [ 259 ] {3a39037d-7123-48d8-acf4-789c1100b146} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1005 2024.11.19 05:53:26.327712 [ 259 ] {3a39037d-7123-48d8-acf4-789c1100b146} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1006 2024.11.19 05:53:26.327752 [ 259 ] {3a39037d-7123-48d8-acf4-789c1100b146} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1007 2024.11.19 05:53:26.328305 [ 259 ] {3a39037d-7123-48d8-acf4-789c1100b146} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1008 2024.11.19 05:53:26.328776 [ 259 ] {3a39037d-7123-48d8-acf4-789c1100b146} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1009 2024.11.19 05:53:26.328978 [ 259 ] {3a39037d-7123-48d8-acf4-789c1100b146} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001875 sec., 3200 rows/sec., 167.19 KiB/sec.
1010 2024.11.19 05:53:26.329035 [ 259 ] {3a39037d-7123-48d8-acf4-789c1100b146} <Debug> TCPHandler: Processed in 0.002091632 sec.
1011 2024.11.19 05:53:26.329173 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1012 2024.11.19 05:53:26.329289 [ 258 ] {f2292505-96a2-4dd8-b58e-98455ef19bd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1013 2024.11.19 05:53:26.329342 [ 258 ] {f2292505-96a2-4dd8-b58e-98455ef19bd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1014 2024.11.19 05:53:26.330239 [ 258 ] {f2292505-96a2-4dd8-b58e-98455ef19bd5} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1015 2024.11.19 05:53:26.330274 [ 258 ] {f2292505-96a2-4dd8-b58e-98455ef19bd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1016 2024.11.19 05:53:26.330862 [ 258 ] {f2292505-96a2-4dd8-b58e-98455ef19bd5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1017 2024.11.19 05:53:26.331308 [ 258 ] {f2292505-96a2-4dd8-b58e-98455ef19bd5} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1018 2024.11.19 05:53:26.331521 [ 258 ] {f2292505-96a2-4dd8-b58e-98455ef19bd5} <Debug> executeQuery: Read 1603 rows, 109.27 KiB in 0.002257 sec., 710234.8249889234 rows/sec., 47.28 MiB/sec.
1019 2024.11.19 05:53:26.331574 [ 258 ] {f2292505-96a2-4dd8-b58e-98455ef19bd5} <Debug> TCPHandler: Processed in 0.002459565 sec.
1020 2024.11.19 05:53:26.331717 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1021 2024.11.19 05:53:26.331837 [ 259 ] {81bdbf47-3ea8-4d07-b784-ccc8b529742e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1022 2024.11.19 05:53:26.331889 [ 259 ] {81bdbf47-3ea8-4d07-b784-ccc8b529742e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1023 2024.11.19 05:53:26.332443 [ 259 ] {81bdbf47-3ea8-4d07-b784-ccc8b529742e} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1024 2024.11.19 05:53:26.332488 [ 259 ] {81bdbf47-3ea8-4d07-b784-ccc8b529742e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1025 2024.11.19 05:53:26.333022 [ 259 ] {81bdbf47-3ea8-4d07-b784-ccc8b529742e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1026 2024.11.19 05:53:26.333464 [ 259 ] {81bdbf47-3ea8-4d07-b784-ccc8b529742e} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1027 2024.11.19 05:53:26.333689 [ 259 ] {81bdbf47-3ea8-4d07-b784-ccc8b529742e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001875 sec., 533.3333333333334 rows/sec., 35.94 KiB/sec.
1028 2024.11.19 05:53:26.333742 [ 259 ] {81bdbf47-3ea8-4d07-b784-ccc8b529742e} <Debug> TCPHandler: Processed in 0.002082242 sec.
1029 2024.11.19 05:53:26.333874 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1030 2024.11.19 05:53:26.334011 [ 258 ] {206b56eb-87f3-45ab-bc91-9c56cdd36aa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1031 2024.11.19 05:53:26.334102 [ 258 ] {206b56eb-87f3-45ab-bc91-9c56cdd36aa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1032 2024.11.19 05:53:26.335262 [ 258 ] {206b56eb-87f3-45ab-bc91-9c56cdd36aa2} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1033 2024.11.19 05:53:26.335302 [ 258 ] {206b56eb-87f3-45ab-bc91-9c56cdd36aa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1034 2024.11.19 05:53:26.338019 [ 258 ] {206b56eb-87f3-45ab-bc91-9c56cdd36aa2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1035 2024.11.19 05:53:26.338487 [ 258 ] {206b56eb-87f3-45ab-bc91-9c56cdd36aa2} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1036 2024.11.19 05:53:26.338745 [ 258 ] {206b56eb-87f3-45ab-bc91-9c56cdd36aa2} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004765 sec., 1678.9087093389296 rows/sec., 3.01 MiB/sec.
1037 2024.11.19 05:53:26.338848 [ 258 ] {206b56eb-87f3-45ab-bc91-9c56cdd36aa2} <Debug> TCPHandler: Processed in 0.005030062 sec.
1038 2024.11.19 05:53:26.338998 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1039 2024.11.19 05:53:26.339120 [ 259 ] {9e48d3b6-755e-465c-ae1a-6e23dd51e996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1040 2024.11.19 05:53:26.339170 [ 259 ] {9e48d3b6-755e-465c-ae1a-6e23dd51e996} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1041 2024.11.19 05:53:26.339652 [ 259 ] {9e48d3b6-755e-465c-ae1a-6e23dd51e996} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1042 2024.11.19 05:53:26.339691 [ 259 ] {9e48d3b6-755e-465c-ae1a-6e23dd51e996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1043 2024.11.19 05:53:26.340161 [ 259 ] {9e48d3b6-755e-465c-ae1a-6e23dd51e996} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1044 2024.11.19 05:53:26.340650 [ 259 ] {9e48d3b6-755e-465c-ae1a-6e23dd51e996} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1045 2024.11.19 05:53:26.340905 [ 259 ] {9e48d3b6-755e-465c-ae1a-6e23dd51e996} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001793 sec., 18962.632459564975 rows/sec., 1.10 MiB/sec.
1046 2024.11.19 05:53:26.341002 [ 259 ] {9e48d3b6-755e-465c-ae1a-6e23dd51e996} <Debug> TCPHandler: Processed in 0.002063321 sec.
1047 2024.11.19 05:53:28.595362 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 98 entries to flush up to offset 188
1048 2024.11.19 05:53:28.600434 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1049 2024.11.19 05:53:28.600495 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1050 2024.11.19 05:53:28.602224 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1051 2024.11.19 05:53:28.602827 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1052 2024.11.19 05:53:28.603422 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 188
1053 2024.11.19 05:53:29.000179 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.39 MiB, peak 156.25 MiB, free memory in arenas 0.00 B, will set to 155.41 MiB (RSS), difference: 4.02 MiB
1054 2024.11.19 05:53:30.315448 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1055 2024.11.19 05:53:30.315725 [ 258 ] {571bc7c2-4dcf-4431-a31a-66bb21d08baf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1056 2024.11.19 05:53:30.315831 [ 258 ] {571bc7c2-4dcf-4431-a31a-66bb21d08baf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1057 2024.11.19 05:53:30.316679 [ 258 ] {571bc7c2-4dcf-4431-a31a-66bb21d08baf} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1058 2024.11.19 05:53:30.316726 [ 258 ] {571bc7c2-4dcf-4431-a31a-66bb21d08baf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1059 2024.11.19 05:53:30.317367 [ 258 ] {571bc7c2-4dcf-4431-a31a-66bb21d08baf} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1060 2024.11.19 05:53:30.317858 [ 258 ] {571bc7c2-4dcf-4431-a31a-66bb21d08baf} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1061 2024.11.19 05:53:30.318091 [ 258 ] {571bc7c2-4dcf-4431-a31a-66bb21d08baf} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002446 sec., 22894.521668029436 rows/sec., 1.76 MiB/sec.
1062 2024.11.19 05:53:30.318144 [ 258 ] {571bc7c2-4dcf-4431-a31a-66bb21d08baf} <Debug> TCPHandler: Processed in 0.00287093 sec.
1063 2024.11.19 05:53:30.318409 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1064 2024.11.19 05:53:30.318618 [ 259 ] {8eb2d44d-74df-4025-bd8b-24fa39261883} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1065 2024.11.19 05:53:30.318695 [ 259 ] {8eb2d44d-74df-4025-bd8b-24fa39261883} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1066 2024.11.19 05:53:30.319508 [ 259 ] {8eb2d44d-74df-4025-bd8b-24fa39261883} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1067 2024.11.19 05:53:30.319546 [ 259 ] {8eb2d44d-74df-4025-bd8b-24fa39261883} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1068 2024.11.19 05:53:30.320076 [ 259 ] {8eb2d44d-74df-4025-bd8b-24fa39261883} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1069 2024.11.19 05:53:30.320544 [ 259 ] {8eb2d44d-74df-4025-bd8b-24fa39261883} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1070 2024.11.19 05:53:30.320786 [ 259 ] {8eb2d44d-74df-4025-bd8b-24fa39261883} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00222 sec., 28828.828828828828 rows/sec., 2.25 MiB/sec.
1071 2024.11.19 05:53:30.320957 [ 259 ] {8eb2d44d-74df-4025-bd8b-24fa39261883} <Debug> TCPHandler: Processed in 0.002684748 sec.
1072 2024.11.19 05:53:30.321124 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1073 2024.11.19 05:53:30.321254 [ 258 ] {78987326-05e1-429a-88cb-902eeec76e19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1074 2024.11.19 05:53:30.321314 [ 258 ] {78987326-05e1-429a-88cb-902eeec76e19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1075 2024.11.19 05:53:30.321973 [ 258 ] {78987326-05e1-429a-88cb-902eeec76e19} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1076 2024.11.19 05:53:30.322020 [ 258 ] {78987326-05e1-429a-88cb-902eeec76e19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1077 2024.11.19 05:53:30.322535 [ 258 ] {78987326-05e1-429a-88cb-902eeec76e19} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1078 2024.11.19 05:53:30.323020 [ 258 ] {78987326-05e1-429a-88cb-902eeec76e19} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1079 2024.11.19 05:53:30.323282 [ 258 ] {78987326-05e1-429a-88cb-902eeec76e19} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.002032 sec., 62992.12598425197 rows/sec., 4.39 MiB/sec.
1080 2024.11.19 05:53:30.323479 [ 258 ] {78987326-05e1-429a-88cb-902eeec76e19} <Debug> TCPHandler: Processed in 0.002405845 sec.
1081 2024.11.19 05:53:30.323644 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1082 2024.11.19 05:53:30.323762 [ 259 ] {bab247cd-4e4b-4b94-88e7-9a53b0dfff68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1083 2024.11.19 05:53:30.323812 [ 259 ] {bab247cd-4e4b-4b94-88e7-9a53b0dfff68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1084 2024.11.19 05:53:30.324313 [ 259 ] {bab247cd-4e4b-4b94-88e7-9a53b0dfff68} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1085 2024.11.19 05:53:30.324350 [ 259 ] {bab247cd-4e4b-4b94-88e7-9a53b0dfff68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1086 2024.11.19 05:53:30.324819 [ 259 ] {bab247cd-4e4b-4b94-88e7-9a53b0dfff68} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1087 2024.11.19 05:53:30.325257 [ 259 ] {bab247cd-4e4b-4b94-88e7-9a53b0dfff68} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1088 2024.11.19 05:53:30.325457 [ 259 ] {bab247cd-4e4b-4b94-88e7-9a53b0dfff68} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001721 sec., 27890.761185357347 rows/sec., 1.88 MiB/sec.
1089 2024.11.19 05:53:30.325506 [ 259 ] {bab247cd-4e4b-4b94-88e7-9a53b0dfff68} <Debug> TCPHandler: Processed in 0.00192391 sec.
1090 2024.11.19 05:53:31.094249 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464
1091 2024.11.19 05:53:31.094984 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1092 2024.11.19 05:53:31.095036 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1093 2024.11.19 05:53:31.095772 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1094 2024.11.19 05:53:31.096222 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1095 2024.11.19 05:53:31.096459 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464
1096 2024.11.19 05:53:31.168245 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
1097 2024.11.19 05:53:31.187345 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1098 2024.11.19 05:53:31.187394 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1099 2024.11.19 05:53:31.193689 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1100 2024.11.19 05:53:31.194838 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1101 2024.11.19 05:53:31.197620 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
1102 2024.11.19 05:53:35.317119 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1103 2024.11.19 05:53:35.317326 [ 258 ] {c7fb93bb-a102-4416-880a-1544ded29fe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1104 2024.11.19 05:53:35.317402 [ 258 ] {c7fb93bb-a102-4416-880a-1544ded29fe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1105 2024.11.19 05:53:35.318252 [ 258 ] {c7fb93bb-a102-4416-880a-1544ded29fe2} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1106 2024.11.19 05:53:35.318300 [ 258 ] {c7fb93bb-a102-4416-880a-1544ded29fe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1107 2024.11.19 05:53:35.318908 [ 258 ] {c7fb93bb-a102-4416-880a-1544ded29fe2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1108 2024.11.19 05:53:35.319520 [ 258 ] {c7fb93bb-a102-4416-880a-1544ded29fe2} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1109 2024.11.19 05:53:35.319754 [ 258 ] {c7fb93bb-a102-4416-880a-1544ded29fe2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002482 sec., 22562.449637389203 rows/sec., 1.73 MiB/sec.
1110 2024.11.19 05:53:35.319814 [ 258 ] {c7fb93bb-a102-4416-880a-1544ded29fe2} <Debug> TCPHandler: Processed in 0.002832119 sec.
1111 2024.11.19 05:53:35.320118 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1112 2024.11.19 05:53:35.320332 [ 259 ] {d13d9a9d-6641-46c4-9159-dc1e3ed4f81a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1113 2024.11.19 05:53:35.320432 [ 259 ] {d13d9a9d-6641-46c4-9159-dc1e3ed4f81a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1114 2024.11.19 05:53:35.321444 [ 259 ] {d13d9a9d-6641-46c4-9159-dc1e3ed4f81a} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1115 2024.11.19 05:53:35.321502 [ 259 ] {d13d9a9d-6641-46c4-9159-dc1e3ed4f81a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1116 2024.11.19 05:53:35.322156 [ 259 ] {d13d9a9d-6641-46c4-9159-dc1e3ed4f81a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1117 2024.11.19 05:53:35.322767 [ 259 ] {d13d9a9d-6641-46c4-9159-dc1e3ed4f81a} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1118 2024.11.19 05:53:35.323065 [ 259 ] {d13d9a9d-6641-46c4-9159-dc1e3ed4f81a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00277 sec., 23104.693140794225 rows/sec., 1.80 MiB/sec.
1119 2024.11.19 05:53:35.323187 [ 259 ] {d13d9a9d-6641-46c4-9159-dc1e3ed4f81a} <Debug> TCPHandler: Processed in 0.003211653 sec.
1120 2024.11.19 05:53:35.323361 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1121 2024.11.19 05:53:35.323493 [ 258 ] {2c6ad2dd-4587-4dd3-aed5-e9da056c8e14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1122 2024.11.19 05:53:35.323550 [ 258 ] {2c6ad2dd-4587-4dd3-aed5-e9da056c8e14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1123 2024.11.19 05:53:35.324248 [ 258 ] {2c6ad2dd-4587-4dd3-aed5-e9da056c8e14} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1124 2024.11.19 05:53:35.324298 [ 258 ] {2c6ad2dd-4587-4dd3-aed5-e9da056c8e14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1125 2024.11.19 05:53:35.324934 [ 258 ] {2c6ad2dd-4587-4dd3-aed5-e9da056c8e14} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1126 2024.11.19 05:53:35.325440 [ 258 ] {2c6ad2dd-4587-4dd3-aed5-e9da056c8e14} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1127 2024.11.19 05:53:35.325689 [ 258 ] {2c6ad2dd-4587-4dd3-aed5-e9da056c8e14} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00222 sec., 72072.07207207207 rows/sec., 5.02 MiB/sec.
1128 2024.11.19 05:53:35.325753 [ 258 ] {2c6ad2dd-4587-4dd3-aed5-e9da056c8e14} <Debug> TCPHandler: Processed in 0.002448875 sec.
1129 2024.11.19 05:53:35.325928 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1130 2024.11.19 05:53:35.326065 [ 259 ] {506f7318-2abb-4522-8dc9-3935df70f832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1131 2024.11.19 05:53:35.326123 [ 259 ] {506f7318-2abb-4522-8dc9-3935df70f832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1132 2024.11.19 05:53:35.326678 [ 259 ] {506f7318-2abb-4522-8dc9-3935df70f832} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1133 2024.11.19 05:53:35.326720 [ 259 ] {506f7318-2abb-4522-8dc9-3935df70f832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1134 2024.11.19 05:53:35.327283 [ 259 ] {506f7318-2abb-4522-8dc9-3935df70f832} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1135 2024.11.19 05:53:35.327890 [ 259 ] {506f7318-2abb-4522-8dc9-3935df70f832} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1136 2024.11.19 05:53:35.328153 [ 259 ] {506f7318-2abb-4522-8dc9-3935df70f832} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002116 sec., 28355.38752362949 rows/sec., 1.91 MiB/sec.
1137 2024.11.19 05:53:35.328301 [ 259 ] {506f7318-2abb-4522-8dc9-3935df70f832} <Debug> TCPHandler: Processed in 0.002439545 sec.
1138 2024.11.19 05:53:36.573590 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46093, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1139 2024.11.19 05:53:36.788142 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51413, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1140 2024.11.19 05:53:36.836527 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38099, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1141 2024.11.19 05:53:36.840025 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43856, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1142 2024.11.19 05:53:36.980315 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33150, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1143 2024.11.19 05:53:37.001631 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60884, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1144 2024.11.19 05:53:37.009059 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64827, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1145 2024.11.19 05:53:37.009325 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58133, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1146 2024.11.19 05:53:38.522626 [ 92 ] {} <Debug> DNSResolver: Updating DNS cache
1147 2024.11.19 05:53:38.522681 [ 92 ] {} <Debug> DNSResolver: Updated DNS cache
1148 2024.11.19 05:53:38.596725 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891
1149 2024.11.19 05:53:38.597400 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1150 2024.11.19 05:53:38.597441 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1151 2024.11.19 05:53:38.598169 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1152 2024.11.19 05:53:38.598655 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1153 2024.11.19 05:53:38.598881 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
1154 2024.11.19 05:53:38.604169 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 204
1155 2024.11.19 05:53:38.606882 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1156 2024.11.19 05:53:38.606937 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1157 2024.11.19 05:53:38.608535 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1158 2024.11.19 05:53:38.609063 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1159 2024.11.19 05:53:38.609636 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 204
1160 2024.11.19 05:53:38.697824 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
1161 2024.11.19 05:53:38.717106 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1162 2024.11.19 05:53:38.717168 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB.
1163 2024.11.19 05:53:38.723478 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1164 2024.11.19 05:53:38.724601 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1165 2024.11.19 05:53:38.727275 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
1166 2024.11.19 05:53:39.735670 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48734, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1167 2024.11.19 05:53:40.226931 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57051, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1168 2024.11.19 05:53:40.321449 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1169 2024.11.19 05:53:40.321640 [ 258 ] {50ba9a02-588a-4c44-8e34-26a1a5c6ac9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1170 2024.11.19 05:53:40.321715 [ 258 ] {50ba9a02-588a-4c44-8e34-26a1a5c6ac9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1171 2024.11.19 05:53:40.322524 [ 258 ] {50ba9a02-588a-4c44-8e34-26a1a5c6ac9c} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1172 2024.11.19 05:53:40.322575 [ 258 ] {50ba9a02-588a-4c44-8e34-26a1a5c6ac9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1173 2024.11.19 05:53:40.323039 [ 258 ] {50ba9a02-588a-4c44-8e34-26a1a5c6ac9c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1174 2024.11.19 05:53:40.323317 [ 258 ] {50ba9a02-588a-4c44-8e34-26a1a5c6ac9c} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1175 2024.11.19 05:53:40.323528 [ 258 ] {50ba9a02-588a-4c44-8e34-26a1a5c6ac9c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001935 sec., 7235.142118863048 rows/sec., 520.83 KiB/sec.
1176 2024.11.19 05:53:40.323680 [ 258 ] {50ba9a02-588a-4c44-8e34-26a1a5c6ac9c} <Debug> TCPHandler: Processed in 0.002363644 sec.
1177 2024.11.19 05:53:40.323947 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1178 2024.11.19 05:53:40.324133 [ 259 ] {4d860aa0-1bd2-40c6-bfa7-2e7bef7ffa01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1179 2024.11.19 05:53:40.324204 [ 259 ] {4d860aa0-1bd2-40c6-bfa7-2e7bef7ffa01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1180 2024.11.19 05:53:40.325036 [ 259 ] {4d860aa0-1bd2-40c6-bfa7-2e7bef7ffa01} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1181 2024.11.19 05:53:40.325081 [ 259 ] {4d860aa0-1bd2-40c6-bfa7-2e7bef7ffa01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1182 2024.11.19 05:53:40.325515 [ 259 ] {4d860aa0-1bd2-40c6-bfa7-2e7bef7ffa01} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1183 2024.11.19 05:53:40.325774 [ 259 ] {4d860aa0-1bd2-40c6-bfa7-2e7bef7ffa01} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1184 2024.11.19 05:53:40.326011 [ 259 ] {4d860aa0-1bd2-40c6-bfa7-2e7bef7ffa01} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.001989 sec., 110105.580693816 rows/sec., 9.61 MiB/sec.
1185 2024.11.19 05:53:40.326133 [ 259 ] {4d860aa0-1bd2-40c6-bfa7-2e7bef7ffa01} <Debug> TCPHandler: Processed in 0.002316704 sec.
1186 2024.11.19 05:53:40.326336 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1187 2024.11.19 05:53:40.326470 [ 258 ] {b9e3da4d-eb31-40d8-a575-6cafab3a844c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1188 2024.11.19 05:53:40.326529 [ 258 ] {b9e3da4d-eb31-40d8-a575-6cafab3a844c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1189 2024.11.19 05:53:40.327242 [ 258 ] {b9e3da4d-eb31-40d8-a575-6cafab3a844c} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1190 2024.11.19 05:53:40.327281 [ 258 ] {b9e3da4d-eb31-40d8-a575-6cafab3a844c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1191 2024.11.19 05:53:40.327651 [ 258 ] {b9e3da4d-eb31-40d8-a575-6cafab3a844c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1192 2024.11.19 05:53:40.327893 [ 258 ] {b9e3da4d-eb31-40d8-a575-6cafab3a844c} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1193 2024.11.19 05:53:40.328069 [ 258 ] {b9e3da4d-eb31-40d8-a575-6cafab3a844c} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001631 sec., 9196.811771919067 rows/sec., 648.45 KiB/sec.
1194 2024.11.19 05:53:40.328124 [ 258 ] {b9e3da4d-eb31-40d8-a575-6cafab3a844c} <Debug> TCPHandler: Processed in 0.00185385 sec.
1195 2024.11.19 05:53:40.328295 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1196 2024.11.19 05:53:40.328424 [ 259 ] {d461cd35-1acd-48f2-abfb-38f28d7a0857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1197 2024.11.19 05:53:40.328476 [ 259 ] {d461cd35-1acd-48f2-abfb-38f28d7a0857} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1198 2024.11.19 05:53:40.329111 [ 259 ] {d461cd35-1acd-48f2-abfb-38f28d7a0857} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1199 2024.11.19 05:53:40.329153 [ 259 ] {d461cd35-1acd-48f2-abfb-38f28d7a0857} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1200 2024.11.19 05:53:40.329554 [ 259 ] {d461cd35-1acd-48f2-abfb-38f28d7a0857} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1201 2024.11.19 05:53:40.329839 [ 259 ] {d461cd35-1acd-48f2-abfb-38f28d7a0857} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1202 2024.11.19 05:53:40.330048 [ 259 ] {d461cd35-1acd-48f2-abfb-38f28d7a0857} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001651 sec., 8479.709267110842 rows/sec., 593.86 KiB/sec.
1203 2024.11.19 05:53:40.330108 [ 259 ] {d461cd35-1acd-48f2-abfb-38f28d7a0857} <Debug> TCPHandler: Processed in 0.001873119 sec.
1204 2024.11.19 05:53:40.330302 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1205 2024.11.19 05:53:40.330425 [ 258 ] {f45c955c-fcb2-47b5-b067-d4d91fe567e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1206 2024.11.19 05:53:40.330474 [ 258 ] {f45c955c-fcb2-47b5-b067-d4d91fe567e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1207 2024.11.19 05:53:40.331135 [ 258 ] {f45c955c-fcb2-47b5-b067-d4d91fe567e4} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1208 2024.11.19 05:53:40.331175 [ 258 ] {f45c955c-fcb2-47b5-b067-d4d91fe567e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1209 2024.11.19 05:53:40.331551 [ 258 ] {f45c955c-fcb2-47b5-b067-d4d91fe567e4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1210 2024.11.19 05:53:40.331807 [ 258 ] {f45c955c-fcb2-47b5-b067-d4d91fe567e4} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1211 2024.11.19 05:53:40.331981 [ 258 ] {f45c955c-fcb2-47b5-b067-d4d91fe567e4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001582 sec., 8217.446270543614 rows/sec., 512.36 KiB/sec.
1212 2024.11.19 05:53:40.332037 [ 258 ] {f45c955c-fcb2-47b5-b067-d4d91fe567e4} <Debug> TCPHandler: Processed in 0.001801098 sec.
1213 2024.11.19 05:53:40.332192 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1214 2024.11.19 05:53:40.332312 [ 259 ] {0c174d37-7e51-4cbd-951a-ea3e7517f5e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1215 2024.11.19 05:53:40.332364 [ 259 ] {0c174d37-7e51-4cbd-951a-ea3e7517f5e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1216 2024.11.19 05:53:40.333098 [ 259 ] {0c174d37-7e51-4cbd-951a-ea3e7517f5e0} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1217 2024.11.19 05:53:40.333141 [ 259 ] {0c174d37-7e51-4cbd-951a-ea3e7517f5e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1218 2024.11.19 05:53:40.333614 [ 259 ] {0c174d37-7e51-4cbd-951a-ea3e7517f5e0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1219 2024.11.19 05:53:40.333898 [ 259 ] {0c174d37-7e51-4cbd-951a-ea3e7517f5e0} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1220 2024.11.19 05:53:40.334155 [ 259 ] {0c174d37-7e51-4cbd-951a-ea3e7517f5e0} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001867 sec., 208891.2694161757 rows/sec., 14.81 MiB/sec.
1221 2024.11.19 05:53:40.334225 [ 259 ] {0c174d37-7e51-4cbd-951a-ea3e7517f5e0} <Debug> TCPHandler: Processed in 0.002091602 sec.
1222 2024.11.19 05:53:40.334390 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1223 2024.11.19 05:53:40.334521 [ 258 ] {d78ba1cf-927e-42ab-8062-832b2840f2fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1224 2024.11.19 05:53:40.334574 [ 258 ] {d78ba1cf-927e-42ab-8062-832b2840f2fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1225 2024.11.19 05:53:40.335100 [ 258 ] {d78ba1cf-927e-42ab-8062-832b2840f2fb} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1226 2024.11.19 05:53:40.335141 [ 258 ] {d78ba1cf-927e-42ab-8062-832b2840f2fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1227 2024.11.19 05:53:40.335534 [ 258 ] {d78ba1cf-927e-42ab-8062-832b2840f2fb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1228 2024.11.19 05:53:40.335870 [ 258 ] {d78ba1cf-927e-42ab-8062-832b2840f2fb} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1229 2024.11.19 05:53:40.336070 [ 258 ] {d78ba1cf-927e-42ab-8062-832b2840f2fb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00158 sec., 3797.46835443038 rows/sec., 198.40 KiB/sec.
1230 2024.11.19 05:53:40.336123 [ 258 ] {d78ba1cf-927e-42ab-8062-832b2840f2fb} <Debug> TCPHandler: Processed in 0.001797909 sec.
1231 2024.11.19 05:53:40.336292 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1232 2024.11.19 05:53:40.336419 [ 259 ] {3716126e-bb27-4315-899f-02329b89959b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1233 2024.11.19 05:53:40.336475 [ 259 ] {3716126e-bb27-4315-899f-02329b89959b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1234 2024.11.19 05:53:40.337064 [ 259 ] {3716126e-bb27-4315-899f-02329b89959b} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1235 2024.11.19 05:53:40.337105 [ 259 ] {3716126e-bb27-4315-899f-02329b89959b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1236 2024.11.19 05:53:40.337544 [ 259 ] {3716126e-bb27-4315-899f-02329b89959b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1237 2024.11.19 05:53:40.337789 [ 259 ] {3716126e-bb27-4315-899f-02329b89959b} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1238 2024.11.19 05:53:40.337977 [ 259 ] {3716126e-bb27-4315-899f-02329b89959b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001589 sec., 149150.40906230334 rows/sec., 10.00 MiB/sec.
1239 2024.11.19 05:53:40.338033 [ 259 ] {3716126e-bb27-4315-899f-02329b89959b} <Debug> TCPHandler: Processed in 0.001801819 sec.
1240 2024.11.19 05:53:40.338205 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1241 2024.11.19 05:53:40.338342 [ 258 ] {03ee7845-e261-4fac-9d61-af1022dbf480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1242 2024.11.19 05:53:40.338415 [ 258 ] {03ee7845-e261-4fac-9d61-af1022dbf480} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1243 2024.11.19 05:53:40.338892 [ 258 ] {03ee7845-e261-4fac-9d61-af1022dbf480} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1244 2024.11.19 05:53:40.338932 [ 258 ] {03ee7845-e261-4fac-9d61-af1022dbf480} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1245 2024.11.19 05:53:40.339305 [ 258 ] {03ee7845-e261-4fac-9d61-af1022dbf480} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1246 2024.11.19 05:53:40.339553 [ 258 ] {03ee7845-e261-4fac-9d61-af1022dbf480} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1247 2024.11.19 05:53:40.339766 [ 258 ] {03ee7845-e261-4fac-9d61-af1022dbf480} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001457 sec., 686.3417982155113 rows/sec., 46.25 KiB/sec.
1248 2024.11.19 05:53:40.339815 [ 258 ] {03ee7845-e261-4fac-9d61-af1022dbf480} <Debug> TCPHandler: Processed in 0.001677477 sec.
1249 2024.11.19 05:53:40.339953 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1250 2024.11.19 05:53:40.340071 [ 259 ] {34627281-ee28-4b95-a598-660a79008016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1251 2024.11.19 05:53:40.340153 [ 259 ] {34627281-ee28-4b95-a598-660a79008016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1252 2024.11.19 05:53:40.341236 [ 259 ] {34627281-ee28-4b95-a598-660a79008016} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1253 2024.11.19 05:53:40.341277 [ 259 ] {34627281-ee28-4b95-a598-660a79008016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1254 2024.11.19 05:53:40.341894 [ 259 ] {34627281-ee28-4b95-a598-660a79008016} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1255 2024.11.19 05:53:40.342162 [ 259 ] {34627281-ee28-4b95-a598-660a79008016} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1256 2024.11.19 05:53:40.342464 [ 259 ] {34627281-ee28-4b95-a598-660a79008016} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.0024 sec., 3333.3333333333335 rows/sec., 5.97 MiB/sec.
1257 2024.11.19 05:53:40.342611 [ 259 ] {34627281-ee28-4b95-a598-660a79008016} <Debug> TCPHandler: Processed in 0.002716468 sec.
1258 2024.11.19 05:53:40.342752 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1259 2024.11.19 05:53:40.342871 [ 258 ] {5236923e-020f-4e58-8d40-78c9b7551019} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1260 2024.11.19 05:53:40.342923 [ 258 ] {5236923e-020f-4e58-8d40-78c9b7551019} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1261 2024.11.19 05:53:40.343444 [ 258 ] {5236923e-020f-4e58-8d40-78c9b7551019} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1262 2024.11.19 05:53:40.343486 [ 258 ] {5236923e-020f-4e58-8d40-78c9b7551019} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1263 2024.11.19 05:53:40.343924 [ 258 ] {5236923e-020f-4e58-8d40-78c9b7551019} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1264 2024.11.19 05:53:40.344203 [ 258 ] {5236923e-020f-4e58-8d40-78c9b7551019} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1265 2024.11.19 05:53:40.344442 [ 258 ] {5236923e-020f-4e58-8d40-78c9b7551019} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001597 sec., 51346.27426424546 rows/sec., 3.26 MiB/sec.
1266 2024.11.19 05:53:40.344498 [ 258 ] {5236923e-020f-4e58-8d40-78c9b7551019} <Debug> TCPHandler: Processed in 0.001800099 sec.
1267 2024.11.19 05:53:40.467674 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38302, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1268 2024.11.19 05:53:40.470071 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55253, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1269 2024.11.19 05:53:40.523585 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64325, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1270 2024.11.19 05:53:40.645432 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34650, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1271 2024.11.19 05:53:40.652847 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44360, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1272 2024.11.19 05:53:40.673539 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39811, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1273 2024.11.19 05:53:41.056312 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59730, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1274 2024.11.19 05:53:41.290917 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49262, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1275 2024.11.19 05:53:41.404766 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64227, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1276 2024.11.19 05:53:41.489513 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50749, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1277 2024.11.19 05:53:41.496997 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59964, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1278 2024.11.19 05:53:41.505470 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57470, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1279 2024.11.19 05:53:41.614654 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49753, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1280 2024.11.19 05:53:41.654631 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33578, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1281 2024.11.19 05:53:41.658010 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35857, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1282 2024.11.19 05:53:41.865371 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45100, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1283 2024.11.19 05:53:41.905024 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57319, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1284 2024.11.19 05:53:41.930746 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49001, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1285 2024.11.19 05:53:42.221822 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50661, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1286 2024.11.19 05:53:42.284451 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41337, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1287 2024.11.19 05:53:42.299958 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63033, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1288 2024.11.19 05:53:42.365489 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46189, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1289 2024.11.19 05:53:45.310362 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1290 2024.11.19 05:53:45.310724 [ 258 ] {994644b5-21c9-4a46-8e57-b4f3f4e68578} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1291 2024.11.19 05:53:45.313204 [ 258 ] {994644b5-21c9-4a46-8e57-b4f3f4e68578} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1292 2024.11.19 05:53:45.317381 [ 258 ] {994644b5-21c9-4a46-8e57-b4f3f4e68578} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1293 2024.11.19 05:53:45.317815 [ 258 ] {994644b5-21c9-4a46-8e57-b4f3f4e68578} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1294 2024.11.19 05:53:45.320126 [ 258 ] {994644b5-21c9-4a46-8e57-b4f3f4e68578} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1295 2024.11.19 05:53:45.323365 [ 258 ] {994644b5-21c9-4a46-8e57-b4f3f4e68578} <Debug> oximeter.timeseries_schema (24bb68fd-0473-4756-a1e3-b2f3868a1c8f) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
1296 2024.11.19 05:53:45.325081 [ 258 ] {994644b5-21c9-4a46-8e57-b4f3f4e68578} <Trace> oximeter.timeseries_schema (24bb68fd-0473-4756-a1e3-b2f3868a1c8f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1297 2024.11.19 05:53:45.327303 [ 258 ] {994644b5-21c9-4a46-8e57-b4f3f4e68578} <Debug> oximeter.timeseries_schema (24bb68fd-0473-4756-a1e3-b2f3868a1c8f) (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
1298 2024.11.19 05:53:45.327332 [ 258 ] {994644b5-21c9-4a46-8e57-b4f3f4e68578} <Trace> oximeter.timeseries_schema (24bb68fd-0473-4756-a1e3-b2f3868a1c8f) (SelectExecutor): Spreading mark ranges among streams (default reading)
1299 2024.11.19 05:53:45.327456 [ 258 ] {994644b5-21c9-4a46-8e57-b4f3f4e68578} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1300 2024.11.19 05:53:45.327506 [ 258 ] {994644b5-21c9-4a46-8e57-b4f3f4e68578} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 37 rows starting from 0
1301 2024.11.19 05:53:45.343841 [ 258 ] {994644b5-21c9-4a46-8e57-b4f3f4e68578} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.033295 sec., 1111.277969665115 rows/sec., 41.65 KiB/sec.
1302 2024.11.19 05:53:45.344037 [ 258 ] {994644b5-21c9-4a46-8e57-b4f3f4e68578} <Debug> TCPHandler: Processed in 0.033838051 sec.
1303 2024.11.19 05:53:45.344523 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1304 2024.11.19 05:53:45.344833 [ 259 ] {f2d62df4-eaa7-4ac1-bc69-c23a39520ad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1305 2024.11.19 05:53:45.345367 [ 259 ] {f2d62df4-eaa7-4ac1-bc69-c23a39520ad3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1306 2024.11.19 05:53:45.345421 [ 259 ] {f2d62df4-eaa7-4ac1-bc69-c23a39520ad3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1307 2024.11.19 05:53:45.345799 [ 259 ] {f2d62df4-eaa7-4ac1-bc69-c23a39520ad3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1308 2024.11.19 05:53:45.345881 [ 259 ] {f2d62df4-eaa7-4ac1-bc69-c23a39520ad3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1309 2024.11.19 05:53:45.346057 [ 259 ] {f2d62df4-eaa7-4ac1-bc69-c23a39520ad3} <Debug> oximeter.timeseries_schema (24bb68fd-0473-4756-a1e3-b2f3868a1c8f) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
1310 2024.11.19 05:53:45.346097 [ 259 ] {f2d62df4-eaa7-4ac1-bc69-c23a39520ad3} <Trace> oximeter.timeseries_schema (24bb68fd-0473-4756-a1e3-b2f3868a1c8f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1311 2024.11.19 05:53:45.346123 [ 259 ] {f2d62df4-eaa7-4ac1-bc69-c23a39520ad3} <Debug> oximeter.timeseries_schema (24bb68fd-0473-4756-a1e3-b2f3868a1c8f) (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
1312 2024.11.19 05:53:45.346141 [ 259 ] {f2d62df4-eaa7-4ac1-bc69-c23a39520ad3} <Trace> oximeter.timeseries_schema (24bb68fd-0473-4756-a1e3-b2f3868a1c8f) (SelectExecutor): Spreading mark ranges among streams (default reading)
1313 2024.11.19 05:53:45.346193 [ 259 ] {f2d62df4-eaa7-4ac1-bc69-c23a39520ad3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1314 2024.11.19 05:53:45.346225 [ 259 ] {f2d62df4-eaa7-4ac1-bc69-c23a39520ad3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 37 rows starting from 0
1315 2024.11.19 05:53:45.346904 [ 259 ] {f2d62df4-eaa7-4ac1-bc69-c23a39520ad3} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.002225 sec., 16629.213483146068 rows/sec., 623.24 KiB/sec.
1316 2024.11.19 05:53:45.347024 [ 259 ] {f2d62df4-eaa7-4ac1-bc69-c23a39520ad3} <Debug> TCPHandler: Processed in 0.002659267 sec.
1317 2024.11.19 05:53:45.347451 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1318 2024.11.19 05:53:45.347709 [ 258 ] {41559173-d0e5-4b19-87f7-8d26af4e6fc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1319 2024.11.19 05:53:45.348139 [ 258 ] {41559173-d0e5-4b19-87f7-8d26af4e6fc2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1320 2024.11.19 05:53:45.348194 [ 258 ] {41559173-d0e5-4b19-87f7-8d26af4e6fc2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1321 2024.11.19 05:53:45.348571 [ 258 ] {41559173-d0e5-4b19-87f7-8d26af4e6fc2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1322 2024.11.19 05:53:45.348658 [ 258 ] {41559173-d0e5-4b19-87f7-8d26af4e6fc2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1323 2024.11.19 05:53:45.348836 [ 258 ] {41559173-d0e5-4b19-87f7-8d26af4e6fc2} <Debug> oximeter.timeseries_schema (24bb68fd-0473-4756-a1e3-b2f3868a1c8f) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
1324 2024.11.19 05:53:45.348878 [ 258 ] {41559173-d0e5-4b19-87f7-8d26af4e6fc2} <Trace> oximeter.timeseries_schema (24bb68fd-0473-4756-a1e3-b2f3868a1c8f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1325 2024.11.19 05:53:45.348905 [ 258 ] {41559173-d0e5-4b19-87f7-8d26af4e6fc2} <Debug> oximeter.timeseries_schema (24bb68fd-0473-4756-a1e3-b2f3868a1c8f) (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
1326 2024.11.19 05:53:45.348923 [ 258 ] {41559173-d0e5-4b19-87f7-8d26af4e6fc2} <Trace> oximeter.timeseries_schema (24bb68fd-0473-4756-a1e3-b2f3868a1c8f) (SelectExecutor): Spreading mark ranges among streams (default reading)
1327 2024.11.19 05:53:45.348974 [ 258 ] {41559173-d0e5-4b19-87f7-8d26af4e6fc2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1328 2024.11.19 05:53:45.348999 [ 258 ] {41559173-d0e5-4b19-87f7-8d26af4e6fc2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 37 rows starting from 0
1329 2024.11.19 05:53:45.349623 [ 258 ] {41559173-d0e5-4b19-87f7-8d26af4e6fc2} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.002047 sec., 18075.232046897898 rows/sec., 677.44 KiB/sec.
1330 2024.11.19 05:53:45.349755 [ 258 ] {41559173-d0e5-4b19-87f7-8d26af4e6fc2} <Debug> TCPHandler: Processed in 0.002434935 sec.
1331 2024.11.19 05:53:45.357795 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1332 2024.11.19 05:53:45.357964 [ 258 ] {f81df392-11eb-44cd-8445-b1af547fd955} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1333 2024.11.19 05:53:45.358030 [ 258 ] {f81df392-11eb-44cd-8445-b1af547fd955} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1334 2024.11.19 05:53:45.358906 [ 258 ] {f81df392-11eb-44cd-8445-b1af547fd955} <Trace> oximeter.timeseries_schema (24bb68fd-0473-4756-a1e3-b2f3868a1c8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1335 2024.11.19 05:53:45.358958 [ 258 ] {f81df392-11eb-44cd-8445-b1af547fd955} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1336 2024.11.19 05:53:45.359508 [ 258 ] {f81df392-11eb-44cd-8445-b1af547fd955} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1337 2024.11.19 05:53:45.359757 [ 258 ] {f81df392-11eb-44cd-8445-b1af547fd955} <Trace> oximeter.timeseries_schema (24bb68fd-0473-4756-a1e3-b2f3868a1c8f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1338 2024.11.19 05:53:45.360033 [ 258 ] {f81df392-11eb-44cd-8445-b1af547fd955} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.002116 sec., 1417.7693761814746 rows/sec., 129.22 KiB/sec.
1339 2024.11.19 05:53:45.360217 [ 258 ] {f81df392-11eb-44cd-8445-b1af547fd955} <Debug> TCPHandler: Processed in 0.002491966 sec.
1340 2024.11.19 05:53:45.360413 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1341 2024.11.19 05:53:45.360566 [ 259 ] {63476e15-8c66-4946-95ed-dd62878c0371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1342 2024.11.19 05:53:45.360647 [ 259 ] {63476e15-8c66-4946-95ed-dd62878c0371} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1343 2024.11.19 05:53:45.361455 [ 259 ] {63476e15-8c66-4946-95ed-dd62878c0371} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1344 2024.11.19 05:53:45.361502 [ 259 ] {63476e15-8c66-4946-95ed-dd62878c0371} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1345 2024.11.19 05:53:45.361944 [ 259 ] {63476e15-8c66-4946-95ed-dd62878c0371} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1346 2024.11.19 05:53:45.362255 [ 259 ] {63476e15-8c66-4946-95ed-dd62878c0371} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1347 2024.11.19 05:53:45.362522 [ 259 ] {63476e15-8c66-4946-95ed-dd62878c0371} <Debug> executeQuery: Read 82 rows, 6.84 KiB in 0.001999 sec., 41020.51025512756 rows/sec., 3.34 MiB/sec.
1348 2024.11.19 05:53:45.362584 [ 259 ] {63476e15-8c66-4946-95ed-dd62878c0371} <Debug> TCPHandler: Processed in 0.002254514 sec.
1349 2024.11.19 05:53:45.362776 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1350 2024.11.19 05:53:45.362937 [ 258 ] {5946ec2b-7e02-4cd1-b702-7b88dcd0d6f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1351 2024.11.19 05:53:45.363000 [ 258 ] {5946ec2b-7e02-4cd1-b702-7b88dcd0d6f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1352 2024.11.19 05:53:45.363728 [ 258 ] {5946ec2b-7e02-4cd1-b702-7b88dcd0d6f2} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1353 2024.11.19 05:53:45.363773 [ 258 ] {5946ec2b-7e02-4cd1-b702-7b88dcd0d6f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1354 2024.11.19 05:53:45.364177 [ 258 ] {5946ec2b-7e02-4cd1-b702-7b88dcd0d6f2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1355 2024.11.19 05:53:45.364525 [ 258 ] {5946ec2b-7e02-4cd1-b702-7b88dcd0d6f2} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1356 2024.11.19 05:53:45.364810 [ 258 ] {5946ec2b-7e02-4cd1-b702-7b88dcd0d6f2} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001912 sec., 6799.163179916318 rows/sec., 511.27 KiB/sec.
1357 2024.11.19 05:53:45.364893 [ 258 ] {5946ec2b-7e02-4cd1-b702-7b88dcd0d6f2} <Debug> TCPHandler: Processed in 0.002177753 sec.
1358 2024.11.19 05:53:45.365193 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1359 2024.11.19 05:53:45.365350 [ 259 ] {9888c8fd-3719-4b3a-a7ab-966a1a65e9c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1360 2024.11.19 05:53:45.365421 [ 259 ] {9888c8fd-3719-4b3a-a7ab-966a1a65e9c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1361 2024.11.19 05:53:45.366264 [ 259 ] {9888c8fd-3719-4b3a-a7ab-966a1a65e9c5} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1362 2024.11.19 05:53:45.366317 [ 259 ] {9888c8fd-3719-4b3a-a7ab-966a1a65e9c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1363 2024.11.19 05:53:45.366836 [ 259 ] {9888c8fd-3719-4b3a-a7ab-966a1a65e9c5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1364 2024.11.19 05:53:45.367187 [ 259 ] {9888c8fd-3719-4b3a-a7ab-966a1a65e9c5} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1365 2024.11.19 05:53:45.367497 [ 259 ] {9888c8fd-3719-4b3a-a7ab-966a1a65e9c5} <Debug> executeQuery: Read 84 rows, 6.73 KiB in 0.002187 sec., 38408.77914951989 rows/sec., 3.00 MiB/sec.
1366 2024.11.19 05:53:45.367598 [ 259 ] {9888c8fd-3719-4b3a-a7ab-966a1a65e9c5} <Debug> TCPHandler: Processed in 0.002479686 sec.
1367 2024.11.19 05:53:45.367828 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1368 2024.11.19 05:53:45.367983 [ 258 ] {2a570ae5-fb87-4c23-915b-1ce57f552c9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1369 2024.11.19 05:53:45.368052 [ 258 ] {2a570ae5-fb87-4c23-915b-1ce57f552c9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1370 2024.11.19 05:53:45.368826 [ 258 ] {2a570ae5-fb87-4c23-915b-1ce57f552c9d} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1371 2024.11.19 05:53:45.368881 [ 258 ] {2a570ae5-fb87-4c23-915b-1ce57f552c9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1372 2024.11.19 05:53:45.369418 [ 258 ] {2a570ae5-fb87-4c23-915b-1ce57f552c9d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1373 2024.11.19 05:53:45.369754 [ 258 ] {2a570ae5-fb87-4c23-915b-1ce57f552c9d} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1374 2024.11.19 05:53:45.370025 [ 258 ] {2a570ae5-fb87-4c23-915b-1ce57f552c9d} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.002075 sec., 61686.7469879518 rows/sec., 4.30 MiB/sec.
1375 2024.11.19 05:53:45.370111 [ 258 ] {2a570ae5-fb87-4c23-915b-1ce57f552c9d} <Debug> TCPHandler: Processed in 0.002355405 sec.
1376 2024.11.19 05:53:45.370308 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1377 2024.11.19 05:53:45.370441 [ 259 ] {dfbc965a-afe1-4024-b886-0f0f52aceaf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1378 2024.11.19 05:53:45.370534 [ 259 ] {dfbc965a-afe1-4024-b886-0f0f52aceaf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1379 2024.11.19 05:53:45.371830 [ 259 ] {dfbc965a-afe1-4024-b886-0f0f52aceaf0} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1380 2024.11.19 05:53:45.371873 [ 259 ] {dfbc965a-afe1-4024-b886-0f0f52aceaf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1381 2024.11.19 05:53:45.372640 [ 259 ] {dfbc965a-afe1-4024-b886-0f0f52aceaf0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1382 2024.11.19 05:53:45.372927 [ 259 ] {dfbc965a-afe1-4024-b886-0f0f52aceaf0} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1383 2024.11.19 05:53:45.373212 [ 259 ] {dfbc965a-afe1-4024-b886-0f0f52aceaf0} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002801 sec., 4641.199571581577 rows/sec., 8.32 MiB/sec.
1384 2024.11.19 05:53:45.373343 [ 259 ] {dfbc965a-afe1-4024-b886-0f0f52aceaf0} <Debug> TCPHandler: Processed in 0.003099752 sec.
1385 2024.11.19 05:53:45.373537 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1386 2024.11.19 05:53:45.373689 [ 258 ] {9d418df8-7828-466c-a58a-80f3319e6d35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
1387 2024.11.19 05:53:45.373760 [ 258 ] {9d418df8-7828-466c-a58a-80f3319e6d35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
1388 2024.11.19 05:53:45.374368 [ 258 ] {9d418df8-7828-466c-a58a-80f3319e6d35} <Trace> oximeter.measurements_i64 (15a1e262-d2de-4fd3-ae3b-7045ee4b1b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1389 2024.11.19 05:53:45.374417 [ 258 ] {9d418df8-7828-466c-a58a-80f3319e6d35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1390 2024.11.19 05:53:45.374899 [ 258 ] {9d418df8-7828-466c-a58a-80f3319e6d35} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1391 2024.11.19 05:53:45.375247 [ 258 ] {9d418df8-7828-466c-a58a-80f3319e6d35} <Trace> oximeter.measurements_i64 (15a1e262-d2de-4fd3-ae3b-7045ee4b1b7d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1392 2024.11.19 05:53:45.375572 [ 258 ] {9d418df8-7828-466c-a58a-80f3319e6d35} <Debug> executeQuery: Read 9 rows, 680.00 B in 0.001901 sec., 4734.350341925303 rows/sec., 349.32 KiB/sec.
1393 2024.11.19 05:53:45.375705 [ 258 ] {9d418df8-7828-466c-a58a-80f3319e6d35} <Debug> TCPHandler: Processed in 0.002245033 sec.
1394 2024.11.19 05:53:45.375878 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1395 2024.11.19 05:53:45.376006 [ 259 ] {8dd54547-09b8-4406-ae85-1b84bb10f682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1396 2024.11.19 05:53:45.376061 [ 259 ] {8dd54547-09b8-4406-ae85-1b84bb10f682} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1397 2024.11.19 05:53:45.376572 [ 259 ] {8dd54547-09b8-4406-ae85-1b84bb10f682} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1398 2024.11.19 05:53:45.376614 [ 259 ] {8dd54547-09b8-4406-ae85-1b84bb10f682} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1399 2024.11.19 05:53:45.377026 [ 259 ] {8dd54547-09b8-4406-ae85-1b84bb10f682} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1400 2024.11.19 05:53:45.377309 [ 259 ] {8dd54547-09b8-4406-ae85-1b84bb10f682} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1401 2024.11.19 05:53:45.377536 [ 259 ] {8dd54547-09b8-4406-ae85-1b84bb10f682} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001581 sec., 30360.531309297912 rows/sec., 2.05 MiB/sec.
1402 2024.11.19 05:53:45.377594 [ 259 ] {8dd54547-09b8-4406-ae85-1b84bb10f682} <Debug> TCPHandler: Processed in 0.001803669 sec.
1403 2024.11.19 05:53:46.099103 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379
1404 2024.11.19 05:53:46.099809 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1405 2024.11.19 05:53:46.099851 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1406 2024.11.19 05:53:46.100375 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1407 2024.11.19 05:53:46.100636 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1408 2024.11.19 05:53:46.100858 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379
1409 2024.11.19 05:53:46.227461 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1410 2024.11.19 05:53:46.246649 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1411 2024.11.19 05:53:46.246719 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1412 2024.11.19 05:53:46.253591 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1413 2024.11.19 05:53:46.254349 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1414 2024.11.19 05:53:46.257111 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1415 2024.11.19 05:53:47.000189 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.41 MiB, peak 162.41 MiB, free memory in arenas 0.00 B, will set to 159.44 MiB (RSS), difference: 1.04 MiB
1416 2024.11.19 05:53:48.609947 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 248
1417 2024.11.19 05:53:48.613528 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1418 2024.11.19 05:53:48.613585 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1419 2024.11.19 05:53:48.615161 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1420 2024.11.19 05:53:48.615488 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1421 2024.11.19 05:53:48.616550 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 248
1422 2024.11.19 05:53:50.316411 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1423 2024.11.19 05:53:50.316616 [ 258 ] {6ae1e2e3-2586-48bc-a846-23c00a7a3613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1424 2024.11.19 05:53:50.316691 [ 258 ] {6ae1e2e3-2586-48bc-a846-23c00a7a3613} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1425 2024.11.19 05:53:50.317500 [ 258 ] {6ae1e2e3-2586-48bc-a846-23c00a7a3613} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1426 2024.11.19 05:53:50.317554 [ 258 ] {6ae1e2e3-2586-48bc-a846-23c00a7a3613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1427 2024.11.19 05:53:50.318003 [ 258 ] {6ae1e2e3-2586-48bc-a846-23c00a7a3613} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1428 2024.11.19 05:53:50.318260 [ 258 ] {6ae1e2e3-2586-48bc-a846-23c00a7a3613} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1429 2024.11.19 05:53:50.318456 [ 68 ] {} <Debug> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1430 2024.11.19 05:53:50.318501 [ 258 ] {6ae1e2e3-2586-48bc-a846-23c00a7a3613} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001935 sec., 28940.568475452194 rows/sec., 2.22 MiB/sec.
1431 2024.11.19 05:53:50.318549 [ 68 ] {} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1432 2024.11.19 05:53:50.318621 [ 258 ] {6ae1e2e3-2586-48bc-a846-23c00a7a3613} <Debug> TCPHandler: Processed in 0.002343254 sec.
1433 2024.11.19 05:53:50.318626 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1434 2024.11.19 05:53:50.318967 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1435 2024.11.19 05:53:50.319205 [ 259 ] {1c50ec98-f851-473d-976d-c03914a2f20c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1436 2024.11.19 05:53:50.319288 [ 259 ] {1c50ec98-f851-473d-976d-c03914a2f20c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1437 2024.11.19 05:53:50.320103 [ 259 ] {1c50ec98-f851-473d-976d-c03914a2f20c} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1438 2024.11.19 05:53:50.320143 [ 259 ] {1c50ec98-f851-473d-976d-c03914a2f20c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1439 2024.11.19 05:53:50.320580 [ 259 ] {1c50ec98-f851-473d-976d-c03914a2f20c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1440 2024.11.19 05:53:50.320840 [ 259 ] {1c50ec98-f851-473d-976d-c03914a2f20c} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1441 2024.11.19 05:53:50.320980 [ 68 ] {} <Debug> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1442 2024.11.19 05:53:50.321025 [ 68 ] {} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1443 2024.11.19 05:53:50.321066 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1444 2024.11.19 05:53:50.321088 [ 259 ] {1c50ec98-f851-473d-976d-c03914a2f20c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00194 sec., 32989.69072164948 rows/sec., 2.57 MiB/sec.
1445 2024.11.19 05:53:50.321156 [ 189 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::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
1446 2024.11.19 05:53:50.321455 [ 259 ] {1c50ec98-f851-473d-976d-c03914a2f20c} <Debug> TCPHandler: Processed in 0.002679918 sec.
1447 2024.11.19 05:53:50.321473 [ 201 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::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
1448 2024.11.19 05:53:50.321721 [ 189 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1449 2024.11.19 05:53:50.321800 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1450 2024.11.19 05:53:50.321846 [ 201 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1451 2024.11.19 05:53:50.321883 [ 189 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1359 rows starting from the beginning of the part
1452 2024.11.19 05:53:50.321896 [ 201 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 846 rows starting from the beginning of the part
1453 2024.11.19 05:53:50.322232 [ 258 ] {4c66e430-5557-404f-bbc7-dedc520d7334} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1454 2024.11.19 05:53:50.322487 [ 189 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part
1455 2024.11.19 05:53:50.322560 [ 201 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part
1456 2024.11.19 05:53:50.323056 [ 189 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part
1457 2024.11.19 05:53:50.323229 [ 201 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part
1458 2024.11.19 05:53:50.323571 [ 189 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 219 rows starting from the beginning of the part
1459 2024.11.19 05:53:50.323735 [ 201 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 390 rows starting from the beginning of the part
1460 2024.11.19 05:53:50.324167 [ 189 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 82 rows starting from the beginning of the part
1461 2024.11.19 05:53:50.324314 [ 201 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 84 rows starting from the beginning of the part
1462 2024.11.19 05:53:50.324648 [ 189 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part
1463 2024.11.19 05:53:50.324806 [ 201 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part
1464 2024.11.19 05:53:50.325314 [ 258 ] {4c66e430-5557-404f-bbc7-dedc520d7334} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1465 2024.11.19 05:53:50.329365 [ 258 ] {4c66e430-5557-404f-bbc7-dedc520d7334} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1466 2024.11.19 05:53:50.329423 [ 258 ] {4c66e430-5557-404f-bbc7-dedc520d7334} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1467 2024.11.19 05:53:50.330640 [ 201 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1512 rows, containing 5 columns (5 merged, 0 gathered) in 0.009458888 sec., 159849.6567461207 rows/sec., 12.28 MiB/sec.
1468 2024.11.19 05:53:50.330721 [ 188 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1828 rows, containing 5 columns (5 merged, 0 gathered) in 0.011916544 sec., 153400.18045500442 rows/sec., 13.35 MiB/sec.
1469 2024.11.19 05:53:50.331042 [ 192 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1470 2024.11.19 05:53:50.331274 [ 188 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1471 2024.11.19 05:53:50.331633 [ 258 ] {4c66e430-5557-404f-bbc7-dedc520d7334} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1472 2024.11.19 05:53:50.332001 [ 192 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_6_1} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1473 2024.11.19 05:53:50.332021 [ 188 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_6_1} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1474 2024.11.19 05:53:50.332256 [ 192 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_6_1} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1475 2024.11.19 05:53:50.332280 [ 188 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_6_1} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1476 2024.11.19 05:53:50.332550 [ 258 ] {4c66e430-5557-404f-bbc7-dedc520d7334} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1477 2024.11.19 05:53:50.332586 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
1478 2024.11.19 05:53:50.332668 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB.
1479 2024.11.19 05:53:50.332794 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1480 2024.11.19 05:53:50.332866 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1481 2024.11.19 05:53:50.332908 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1482 2024.11.19 05:53:50.332931 [ 258 ] {4c66e430-5557-404f-bbc7-dedc520d7334} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.010943 sec., 14621.219044137806 rows/sec., 1.02 MiB/sec.
1483 2024.11.19 05:53:50.333168 [ 258 ] {4c66e430-5557-404f-bbc7-dedc520d7334} <Debug> TCPHandler: Processed in 0.01159751 sec.
1484 2024.11.19 05:53:50.333183 [ 192 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
1485 2024.11.19 05:53:50.333346 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1486 2024.11.19 05:53:50.333372 [ 192 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1487 2024.11.19 05:53:50.333404 [ 192 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1603 rows starting from the beginning of the part
1488 2024.11.19 05:53:50.333479 [ 259 ] {1e9fe096-2d66-43cc-a3c5-21f47022cb0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1489 2024.11.19 05:53:50.333597 [ 192 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 128 rows starting from the beginning of the part
1490 2024.11.19 05:53:50.333628 [ 259 ] {1e9fe096-2d66-43cc-a3c5-21f47022cb0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1491 2024.11.19 05:53:50.333800 [ 192 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part
1492 2024.11.19 05:53:50.334295 [ 192 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 237 rows starting from the beginning of the part
1493 2024.11.19 05:53:50.334635 [ 192 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 128 rows starting from the beginning of the part
1494 2024.11.19 05:53:50.334957 [ 192 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part
1495 2024.11.19 05:53:50.335668 [ 259 ] {1e9fe096-2d66-43cc-a3c5-21f47022cb0c} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1496 2024.11.19 05:53:50.335706 [ 259 ] {1e9fe096-2d66-43cc-a3c5-21f47022cb0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1497 2024.11.19 05:53:50.336095 [ 259 ] {1e9fe096-2d66-43cc-a3c5-21f47022cb0c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1498 2024.11.19 05:53:50.336352 [ 259 ] {1e9fe096-2d66-43cc-a3c5-21f47022cb0c} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1499 2024.11.19 05:53:50.336477 [ 68 ] {} <Debug> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1500 2024.11.19 05:53:50.336516 [ 68 ] {} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1501 2024.11.19 05:53:50.336541 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1502 2024.11.19 05:53:50.336557 [ 259 ] {1e9fe096-2d66-43cc-a3c5-21f47022cb0c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003107 sec., 19311.23270035404 rows/sec., 1.30 MiB/sec.
1503 2024.11.19 05:53:50.336820 [ 259 ] {1e9fe096-2d66-43cc-a3c5-21f47022cb0c} <Debug> TCPHandler: Processed in 0.003554497 sec.
1504 2024.11.19 05:53:50.336875 [ 188 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
1505 2024.11.19 05:53:50.337025 [ 188 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1506 2024.11.19 05:53:50.337058 [ 188 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 34 rows starting from the beginning of the part
1507 2024.11.19 05:53:50.337179 [ 188 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 48 rows starting from the beginning of the part
1508 2024.11.19 05:53:50.337372 [ 188 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
1509 2024.11.19 05:53:50.337585 [ 188 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 82 rows starting from the beginning of the part
1510 2024.11.19 05:53:50.337987 [ 188 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 48 rows starting from the beginning of the part
1511 2024.11.19 05:53:50.338105 [ 188 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part
1512 2024.11.19 05:53:50.340096 [ 195 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 332 rows, containing 4 columns (4 merged, 0 gathered) in 0.003478916 sec., 95432.02537802006 rows/sec., 6.25 MiB/sec.
1513 2024.11.19 05:53:50.340394 [ 201 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2416 rows, containing 5 columns (5 merged, 0 gathered) in 0.007414687 sec., 325839.7825828656 rows/sec., 21.94 MiB/sec.
1514 2024.11.19 05:53:50.340442 [ 195 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1515 2024.11.19 05:53:50.340787 [ 201 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1516 2024.11.19 05:53:50.340879 [ 195 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_6_1} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1517 2024.11.19 05:53:50.341019 [ 195 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_6_1} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1518 2024.11.19 05:53:50.341178 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
1519 2024.11.19 05:53:50.341299 [ 201 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1520 2024.11.19 05:53:50.341392 [ 201 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1521 2024.11.19 05:53:50.341487 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB.
1522 2024.11.19 05:53:53.522733 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache
1523 2024.11.19 05:53:53.522787 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache
1524 2024.11.19 05:53:53.601111 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806
1525 2024.11.19 05:53:53.602128 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1526 2024.11.19 05:53:53.602218 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1527 2024.11.19 05:53:53.602814 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1528 2024.11.19 05:53:53.603075 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1529 2024.11.19 05:53:53.603315 [ 58 ] {} <Debug> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1530 2024.11.19 05:53:53.603357 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1531 2024.11.19 05:53:53.603417 [ 58 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1532 2024.11.19 05:53:53.603466 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1533 2024.11.19 05:53:53.603676 [ 186 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::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
1534 2024.11.19 05:53:53.603894 [ 186 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1535 2024.11.19 05:53:53.603976 [ 186 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part
1536 2024.11.19 05:53:53.604091 [ 186 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part
1537 2024.11.19 05:53:53.604325 [ 186 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part
1538 2024.11.19 05:53:53.604670 [ 186 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part
1539 2024.11.19 05:53:53.604981 [ 186 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part
1540 2024.11.19 05:53:53.605180 [ 186 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part
1541 2024.11.19 05:53:53.628804 [ 195 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.025214762 sec., 111284.016878684 rows/sec., 1.59 MiB/sec.
1542 2024.11.19 05:53:53.629475 [ 195 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1543 2024.11.19 05:53:53.629817 [ 195 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_6_1} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1544 2024.11.19 05:53:53.629906 [ 195 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_6_1} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1545 2024.11.19 05:53:53.630015 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1546 2024.11.19 05:53:53.757291 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1547 2024.11.19 05:53:53.777892 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1548 2024.11.19 05:53:53.777947 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1549 2024.11.19 05:53:53.784771 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1550 2024.11.19 05:53:53.785534 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1551 2024.11.19 05:53:53.785864 [ 58 ] {} <Debug> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1552 2024.11.19 05:53:53.785992 [ 58 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1553 2024.11.19 05:53:53.786075 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1554 2024.11.19 05:53:53.786379 [ 195 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
1555 2024.11.19 05:53:53.794267 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1556 2024.11.19 05:53:53.795704 [ 195 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1557 2024.11.19 05:53:53.796578 [ 195 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
1558 2024.11.19 05:53:53.800822 [ 195 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
1559 2024.11.19 05:53:53.805029 [ 195 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
1560 2024.11.19 05:53:53.809539 [ 195 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
1561 2024.11.19 05:53:53.816482 [ 195 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
1562 2024.11.19 05:53:53.820932 [ 195 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
1563 2024.11.19 05:53:53.881041 [ 186 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.094833494 sec., 485.0606896335592 rows/sec., 2.51 MiB/sec.
1564 2024.11.19 05:53:53.883504 [ 186 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1565 2024.11.19 05:53:53.886395 [ 186 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_6_1} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1566 2024.11.19 05:53:53.886519 [ 186 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_6_1} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1567 2024.11.19 05:53:53.889028 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1568 2024.11.19 05:53:54.000186 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.20 MiB, peak 170.73 MiB, free memory in arenas 0.00 B, will set to 164.98 MiB (RSS), difference: 3.79 MiB
1569 2024.11.19 05:53:55.323618 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1570 2024.11.19 05:53:55.323823 [ 258 ] {6def4e85-c5ed-4b6a-b3d3-2f27a87f75cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1571 2024.11.19 05:53:55.323898 [ 258 ] {6def4e85-c5ed-4b6a-b3d3-2f27a87f75cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1572 2024.11.19 05:53:55.324616 [ 258 ] {6def4e85-c5ed-4b6a-b3d3-2f27a87f75cc} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1573 2024.11.19 05:53:55.324670 [ 258 ] {6def4e85-c5ed-4b6a-b3d3-2f27a87f75cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1574 2024.11.19 05:53:55.325117 [ 258 ] {6def4e85-c5ed-4b6a-b3d3-2f27a87f75cc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1575 2024.11.19 05:53:55.325374 [ 258 ] {6def4e85-c5ed-4b6a-b3d3-2f27a87f75cc} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1576 2024.11.19 05:53:55.325598 [ 258 ] {6def4e85-c5ed-4b6a-b3d3-2f27a87f75cc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001845 sec., 7588.075880758807 rows/sec., 546.24 KiB/sec.
1577 2024.11.19 05:53:55.325650 [ 258 ] {6def4e85-c5ed-4b6a-b3d3-2f27a87f75cc} <Debug> TCPHandler: Processed in 0.002187752 sec.
1578 2024.11.19 05:53:55.325884 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1579 2024.11.19 05:53:55.326085 [ 259 ] {3dcaf585-ee5f-43f6-b559-1b0e63e75f4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1580 2024.11.19 05:53:55.326161 [ 259 ] {3dcaf585-ee5f-43f6-b559-1b0e63e75f4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1581 2024.11.19 05:53:55.327161 [ 259 ] {3dcaf585-ee5f-43f6-b559-1b0e63e75f4a} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1582 2024.11.19 05:53:55.327207 [ 259 ] {3dcaf585-ee5f-43f6-b559-1b0e63e75f4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1583 2024.11.19 05:53:55.327663 [ 259 ] {3dcaf585-ee5f-43f6-b559-1b0e63e75f4a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1584 2024.11.19 05:53:55.327932 [ 259 ] {3dcaf585-ee5f-43f6-b559-1b0e63e75f4a} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1585 2024.11.19 05:53:55.328134 [ 259 ] {3dcaf585-ee5f-43f6-b559-1b0e63e75f4a} <Debug> executeQuery: Read 261 rows, 23.51 KiB in 0.002059 sec., 126760.56338028169 rows/sec., 11.15 MiB/sec.
1586 2024.11.19 05:53:55.328200 [ 259 ] {3dcaf585-ee5f-43f6-b559-1b0e63e75f4a} <Debug> TCPHandler: Processed in 0.002421585 sec.
1587 2024.11.19 05:53:55.328351 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1588 2024.11.19 05:53:55.328487 [ 258 ] {c2577689-cd97-4570-9270-d2e421667647} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1589 2024.11.19 05:53:55.328545 [ 258 ] {c2577689-cd97-4570-9270-d2e421667647} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1590 2024.11.19 05:53:55.329200 [ 258 ] {c2577689-cd97-4570-9270-d2e421667647} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1591 2024.11.19 05:53:55.329241 [ 258 ] {c2577689-cd97-4570-9270-d2e421667647} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1592 2024.11.19 05:53:55.329607 [ 258 ] {c2577689-cd97-4570-9270-d2e421667647} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1593 2024.11.19 05:53:55.329851 [ 258 ] {c2577689-cd97-4570-9270-d2e421667647} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1594 2024.11.19 05:53:55.330098 [ 258 ] {c2577689-cd97-4570-9270-d2e421667647} <Debug> executeQuery: Read 36 rows, 2.64 KiB in 0.001634 sec., 22031.823745410034 rows/sec., 1.58 MiB/sec.
1595 2024.11.19 05:53:55.330241 [ 258 ] {c2577689-cd97-4570-9270-d2e421667647} <Debug> TCPHandler: Processed in 0.00195597 sec.
1596 2024.11.19 05:53:55.330389 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1597 2024.11.19 05:53:55.330540 [ 259 ] {22be1c6c-8716-479f-9280-36dbdb02fa1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1598 2024.11.19 05:53:55.330602 [ 259 ] {22be1c6c-8716-479f-9280-36dbdb02fa1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1599 2024.11.19 05:53:55.331248 [ 259 ] {22be1c6c-8716-479f-9280-36dbdb02fa1b} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1600 2024.11.19 05:53:55.331286 [ 259 ] {22be1c6c-8716-479f-9280-36dbdb02fa1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1601 2024.11.19 05:53:55.331668 [ 259 ] {22be1c6c-8716-479f-9280-36dbdb02fa1b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1602 2024.11.19 05:53:55.331921 [ 259 ] {22be1c6c-8716-479f-9280-36dbdb02fa1b} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1603 2024.11.19 05:53:55.332144 [ 259 ] {22be1c6c-8716-479f-9280-36dbdb02fa1b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001631 sec., 8583.690987124462 rows/sec., 601.15 KiB/sec.
1604 2024.11.19 05:53:55.332318 [ 259 ] {22be1c6c-8716-479f-9280-36dbdb02fa1b} <Debug> TCPHandler: Processed in 0.00199864 sec.
1605 2024.11.19 05:53:55.332501 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1606 2024.11.19 05:53:55.332637 [ 258 ] {bfd32f6b-0c61-452a-9c8f-12d805cf2293} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1607 2024.11.19 05:53:55.332694 [ 258 ] {bfd32f6b-0c61-452a-9c8f-12d805cf2293} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1608 2024.11.19 05:53:55.333317 [ 258 ] {bfd32f6b-0c61-452a-9c8f-12d805cf2293} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1609 2024.11.19 05:53:55.333357 [ 258 ] {bfd32f6b-0c61-452a-9c8f-12d805cf2293} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1610 2024.11.19 05:53:55.333719 [ 258 ] {bfd32f6b-0c61-452a-9c8f-12d805cf2293} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1611 2024.11.19 05:53:55.333966 [ 258 ] {bfd32f6b-0c61-452a-9c8f-12d805cf2293} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1612 2024.11.19 05:53:55.334188 [ 258 ] {bfd32f6b-0c61-452a-9c8f-12d805cf2293} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001581 sec., 8222.643896268184 rows/sec., 512.68 KiB/sec.
1613 2024.11.19 05:53:55.334240 [ 258 ] {bfd32f6b-0c61-452a-9c8f-12d805cf2293} <Debug> TCPHandler: Processed in 0.001806529 sec.
1614 2024.11.19 05:53:55.334391 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1615 2024.11.19 05:53:55.334533 [ 259 ] {ae14ffdb-068b-4a9d-aafa-16786388aa4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1616 2024.11.19 05:53:55.334590 [ 259 ] {ae14ffdb-068b-4a9d-aafa-16786388aa4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1617 2024.11.19 05:53:55.335363 [ 259 ] {ae14ffdb-068b-4a9d-aafa-16786388aa4d} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1618 2024.11.19 05:53:55.335402 [ 259 ] {ae14ffdb-068b-4a9d-aafa-16786388aa4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1619 2024.11.19 05:53:55.335798 [ 259 ] {ae14ffdb-068b-4a9d-aafa-16786388aa4d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1620 2024.11.19 05:53:55.336045 [ 259 ] {ae14ffdb-068b-4a9d-aafa-16786388aa4d} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1621 2024.11.19 05:53:55.336226 [ 259 ] {ae14ffdb-068b-4a9d-aafa-16786388aa4d} <Debug> executeQuery: Read 414 rows, 30.27 KiB in 0.001724 sec., 240139.21113689095 rows/sec., 17.15 MiB/sec.
1622 2024.11.19 05:53:55.336282 [ 259 ] {ae14ffdb-068b-4a9d-aafa-16786388aa4d} <Debug> TCPHandler: Processed in 0.001961551 sec.
1623 2024.11.19 05:53:55.336426 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1624 2024.11.19 05:53:55.336562 [ 258 ] {a2f50508-3116-4b01-9e1a-c79aa0d84ad8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1625 2024.11.19 05:53:55.336622 [ 258 ] {a2f50508-3116-4b01-9e1a-c79aa0d84ad8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1626 2024.11.19 05:53:55.337150 [ 258 ] {a2f50508-3116-4b01-9e1a-c79aa0d84ad8} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1627 2024.11.19 05:53:55.337189 [ 258 ] {a2f50508-3116-4b01-9e1a-c79aa0d84ad8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1628 2024.11.19 05:53:55.337563 [ 258 ] {a2f50508-3116-4b01-9e1a-c79aa0d84ad8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1629 2024.11.19 05:53:55.337808 [ 258 ] {a2f50508-3116-4b01-9e1a-c79aa0d84ad8} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1630 2024.11.19 05:53:55.338023 [ 258 ] {a2f50508-3116-4b01-9e1a-c79aa0d84ad8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001491 sec., 4024.144869215292 rows/sec., 210.25 KiB/sec.
1631 2024.11.19 05:53:55.338073 [ 258 ] {a2f50508-3116-4b01-9e1a-c79aa0d84ad8} <Debug> TCPHandler: Processed in 0.001712697 sec.
1632 2024.11.19 05:53:55.338217 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1633 2024.11.19 05:53:55.338357 [ 259 ] {a5444165-f81a-46f4-a038-7632b6cf5c1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1634 2024.11.19 05:53:55.338421 [ 259 ] {a5444165-f81a-46f4-a038-7632b6cf5c1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1635 2024.11.19 05:53:55.339084 [ 259 ] {a5444165-f81a-46f4-a038-7632b6cf5c1e} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1636 2024.11.19 05:53:55.339121 [ 259 ] {a5444165-f81a-46f4-a038-7632b6cf5c1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1637 2024.11.19 05:53:55.339531 [ 259 ] {a5444165-f81a-46f4-a038-7632b6cf5c1e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1638 2024.11.19 05:53:55.339781 [ 259 ] {a5444165-f81a-46f4-a038-7632b6cf5c1e} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1639 2024.11.19 05:53:55.339986 [ 259 ] {a5444165-f81a-46f4-a038-7632b6cf5c1e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001656 sec., 143115.9420289855 rows/sec., 9.59 MiB/sec.
1640 2024.11.19 05:53:55.340056 [ 259 ] {a5444165-f81a-46f4-a038-7632b6cf5c1e} <Debug> TCPHandler: Processed in 0.00190616 sec.
1641 2024.11.19 05:53:55.340216 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1642 2024.11.19 05:53:55.340354 [ 258 ] {41e0c520-e8a4-48f8-a815-465fe2cb41b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1643 2024.11.19 05:53:55.340414 [ 258 ] {41e0c520-e8a4-48f8-a815-465fe2cb41b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1644 2024.11.19 05:53:55.340951 [ 258 ] {41e0c520-e8a4-48f8-a815-465fe2cb41b8} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1645 2024.11.19 05:53:55.340997 [ 258 ] {41e0c520-e8a4-48f8-a815-465fe2cb41b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1646 2024.11.19 05:53:55.341376 [ 258 ] {41e0c520-e8a4-48f8-a815-465fe2cb41b8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1647 2024.11.19 05:53:55.341614 [ 258 ] {41e0c520-e8a4-48f8-a815-465fe2cb41b8} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1648 2024.11.19 05:53:55.341910 [ 258 ] {41e0c520-e8a4-48f8-a815-465fe2cb41b8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001562 sec., 640.2048655569782 rows/sec., 43.14 KiB/sec.
1649 2024.11.19 05:53:55.341984 [ 258 ] {41e0c520-e8a4-48f8-a815-465fe2cb41b8} <Debug> TCPHandler: Processed in 0.001837659 sec.
1650 2024.11.19 05:53:55.342129 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1651 2024.11.19 05:53:55.342270 [ 259 ] {540931c6-fab9-40c0-9f48-fc61b57a37e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1652 2024.11.19 05:53:55.342361 [ 259 ] {540931c6-fab9-40c0-9f48-fc61b57a37e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1653 2024.11.19 05:53:55.343593 [ 259 ] {540931c6-fab9-40c0-9f48-fc61b57a37e6} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1654 2024.11.19 05:53:55.343632 [ 259 ] {540931c6-fab9-40c0-9f48-fc61b57a37e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1655 2024.11.19 05:53:55.344277 [ 259 ] {540931c6-fab9-40c0-9f48-fc61b57a37e6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1656 2024.11.19 05:53:55.344553 [ 259 ] {540931c6-fab9-40c0-9f48-fc61b57a37e6} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1657 2024.11.19 05:53:55.344790 [ 259 ] {540931c6-fab9-40c0-9f48-fc61b57a37e6} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.00255 sec., 11372.549019607843 rows/sec., 20.38 MiB/sec.
1658 2024.11.19 05:53:55.344895 [ 259 ] {540931c6-fab9-40c0-9f48-fc61b57a37e6} <Debug> TCPHandler: Processed in 0.002833639 sec.
1659 2024.11.19 05:53:55.345040 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1660 2024.11.19 05:53:55.345175 [ 258 ] {a3ceaa8a-a014-4873-9c9a-d4c85a75352a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
1661 2024.11.19 05:53:55.345235 [ 258 ] {a3ceaa8a-a014-4873-9c9a-d4c85a75352a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
1662 2024.11.19 05:53:55.345768 [ 258 ] {a3ceaa8a-a014-4873-9c9a-d4c85a75352a} <Trace> oximeter.measurements_i64 (15a1e262-d2de-4fd3-ae3b-7045ee4b1b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1663 2024.11.19 05:53:55.345815 [ 258 ] {a3ceaa8a-a014-4873-9c9a-d4c85a75352a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1664 2024.11.19 05:53:55.346213 [ 258 ] {a3ceaa8a-a014-4873-9c9a-d4c85a75352a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1665 2024.11.19 05:53:55.346454 [ 258 ] {a3ceaa8a-a014-4873-9c9a-d4c85a75352a} <Trace> oximeter.measurements_i64 (15a1e262-d2de-4fd3-ae3b-7045ee4b1b7d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1666 2024.11.19 05:53:55.346722 [ 258 ] {a3ceaa8a-a014-4873-9c9a-d4c85a75352a} <Debug> executeQuery: Read 3 rows, 246.00 B in 0.001566 sec., 1915.7088122605364 rows/sec., 153.41 KiB/sec.
1667 2024.11.19 05:53:55.346780 [ 258 ] {a3ceaa8a-a014-4873-9c9a-d4c85a75352a} <Debug> TCPHandler: Processed in 0.001804499 sec.
1668 2024.11.19 05:53:55.346920 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1669 2024.11.19 05:53:55.347049 [ 259 ] {14b11e2b-8cff-4af9-a2f8-21f860a9e0b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1670 2024.11.19 05:53:55.347109 [ 259 ] {14b11e2b-8cff-4af9-a2f8-21f860a9e0b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1671 2024.11.19 05:53:55.347676 [ 259 ] {14b11e2b-8cff-4af9-a2f8-21f860a9e0b5} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1672 2024.11.19 05:53:55.347723 [ 259 ] {14b11e2b-8cff-4af9-a2f8-21f860a9e0b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1673 2024.11.19 05:53:55.348144 [ 259 ] {14b11e2b-8cff-4af9-a2f8-21f860a9e0b5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1674 2024.11.19 05:53:55.348403 [ 259 ] {14b11e2b-8cff-4af9-a2f8-21f860a9e0b5} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1675 2024.11.19 05:53:55.348586 [ 259 ] {14b11e2b-8cff-4af9-a2f8-21f860a9e0b5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001569 sec., 52262.58763543658 rows/sec., 3.32 MiB/sec.
1676 2024.11.19 05:53:55.348638 [ 259 ] {14b11e2b-8cff-4af9-a2f8-21f860a9e0b5} <Debug> TCPHandler: Processed in 0.001775409 sec.
1677 2024.11.19 05:53:58.616975 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 280
1678 2024.11.19 05:53:58.620276 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1679 2024.11.19 05:53:58.620330 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1680 2024.11.19 05:53:58.621814 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1681 2024.11.19 05:53:58.622140 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1682 2024.11.19 05:53:58.622876 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 280
1683 2024.11.19 05:54:00.315734 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1684 2024.11.19 05:54:00.315942 [ 258 ] {c47e5ee7-cd60-4f89-9c9d-cd4ed00432cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1685 2024.11.19 05:54:00.316019 [ 258 ] {c47e5ee7-cd60-4f89-9c9d-cd4ed00432cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1686 2024.11.19 05:54:00.316820 [ 258 ] {c47e5ee7-cd60-4f89-9c9d-cd4ed00432cb} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1687 2024.11.19 05:54:00.316872 [ 258 ] {c47e5ee7-cd60-4f89-9c9d-cd4ed00432cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1688 2024.11.19 05:54:00.317320 [ 258 ] {c47e5ee7-cd60-4f89-9c9d-cd4ed00432cb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1689 2024.11.19 05:54:00.317592 [ 258 ] {c47e5ee7-cd60-4f89-9c9d-cd4ed00432cb} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1690 2024.11.19 05:54:00.317837 [ 258 ] {c47e5ee7-cd60-4f89-9c9d-cd4ed00432cb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00194 sec., 28865.979381443296 rows/sec., 2.22 MiB/sec.
1691 2024.11.19 05:54:00.318032 [ 258 ] {c47e5ee7-cd60-4f89-9c9d-cd4ed00432cb} <Debug> TCPHandler: Processed in 0.002429565 sec.
1692 2024.11.19 05:54:00.318317 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1693 2024.11.19 05:54:00.318511 [ 259 ] {e7b5a3d1-a537-48ed-8555-df81fd30fdc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1694 2024.11.19 05:54:00.318588 [ 259 ] {e7b5a3d1-a537-48ed-8555-df81fd30fdc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1695 2024.11.19 05:54:00.319393 [ 259 ] {e7b5a3d1-a537-48ed-8555-df81fd30fdc9} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1696 2024.11.19 05:54:00.319448 [ 259 ] {e7b5a3d1-a537-48ed-8555-df81fd30fdc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1697 2024.11.19 05:54:00.319888 [ 259 ] {e7b5a3d1-a537-48ed-8555-df81fd30fdc9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1698 2024.11.19 05:54:00.320160 [ 259 ] {e7b5a3d1-a537-48ed-8555-df81fd30fdc9} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1699 2024.11.19 05:54:00.320370 [ 259 ] {e7b5a3d1-a537-48ed-8555-df81fd30fdc9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001912 sec., 33472.803347280336 rows/sec., 2.61 MiB/sec.
1700 2024.11.19 05:54:00.320469 [ 259 ] {e7b5a3d1-a537-48ed-8555-df81fd30fdc9} <Debug> TCPHandler: Processed in 0.002289314 sec.
1701 2024.11.19 05:54:00.320637 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1702 2024.11.19 05:54:00.320767 [ 258 ] {432b9bf1-9482-43b5-b978-56ed80518003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1703 2024.11.19 05:54:00.320825 [ 258 ] {432b9bf1-9482-43b5-b978-56ed80518003} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1704 2024.11.19 05:54:00.321413 [ 258 ] {432b9bf1-9482-43b5-b978-56ed80518003} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1705 2024.11.19 05:54:00.321459 [ 258 ] {432b9bf1-9482-43b5-b978-56ed80518003} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1706 2024.11.19 05:54:00.321871 [ 258 ] {432b9bf1-9482-43b5-b978-56ed80518003} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1707 2024.11.19 05:54:00.322116 [ 258 ] {432b9bf1-9482-43b5-b978-56ed80518003} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1708 2024.11.19 05:54:00.322329 [ 258 ] {432b9bf1-9482-43b5-b978-56ed80518003} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001593 sec., 80351.53797865662 rows/sec., 5.60 MiB/sec.
1709 2024.11.19 05:54:00.322384 [ 258 ] {432b9bf1-9482-43b5-b978-56ed80518003} <Debug> TCPHandler: Processed in 0.001816209 sec.
1710 2024.11.19 05:54:00.322560 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1711 2024.11.19 05:54:00.322705 [ 259 ] {8f232de8-8477-44f8-9e7e-77b7db4a2b3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1712 2024.11.19 05:54:00.322769 [ 259 ] {8f232de8-8477-44f8-9e7e-77b7db4a2b3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1713 2024.11.19 05:54:00.323343 [ 259 ] {8f232de8-8477-44f8-9e7e-77b7db4a2b3b} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1714 2024.11.19 05:54:00.323380 [ 259 ] {8f232de8-8477-44f8-9e7e-77b7db4a2b3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1715 2024.11.19 05:54:00.323768 [ 259 ] {8f232de8-8477-44f8-9e7e-77b7db4a2b3b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1716 2024.11.19 05:54:00.324006 [ 259 ] {8f232de8-8477-44f8-9e7e-77b7db4a2b3b} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1717 2024.11.19 05:54:00.324185 [ 259 ] {8f232de8-8477-44f8-9e7e-77b7db4a2b3b} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001515 sec., 31683.16831683168 rows/sec., 2.14 MiB/sec.
1718 2024.11.19 05:54:00.324237 [ 259 ] {8f232de8-8477-44f8-9e7e-77b7db4a2b3b} <Debug> TCPHandler: Processed in 0.001748198 sec.
1719 2024.11.19 05:54:01.103589 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294
1720 2024.11.19 05:54:01.104232 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1721 2024.11.19 05:54:01.104274 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1722 2024.11.19 05:54:01.104876 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1723 2024.11.19 05:54:01.105156 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1724 2024.11.19 05:54:01.105350 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294
1725 2024.11.19 05:54:01.294454 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1726 2024.11.19 05:54:01.313103 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1727 2024.11.19 05:54:01.313166 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB.
1728 2024.11.19 05:54:01.320077 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1729 2024.11.19 05:54:01.320834 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1730 2024.11.19 05:54:01.323445 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1731 2024.11.19 05:54:05.317339 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1732 2024.11.19 05:54:05.317570 [ 258 ] {83cc07d1-3f01-4a23-a348-7a50a580928e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1733 2024.11.19 05:54:05.317654 [ 258 ] {83cc07d1-3f01-4a23-a348-7a50a580928e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1734 2024.11.19 05:54:05.318493 [ 258 ] {83cc07d1-3f01-4a23-a348-7a50a580928e} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1735 2024.11.19 05:54:05.318549 [ 258 ] {83cc07d1-3f01-4a23-a348-7a50a580928e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
1736 2024.11.19 05:54:05.319015 [ 258 ] {83cc07d1-3f01-4a23-a348-7a50a580928e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1737 2024.11.19 05:54:05.319286 [ 258 ] {83cc07d1-3f01-4a23-a348-7a50a580928e} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1738 2024.11.19 05:54:05.319535 [ 258 ] {83cc07d1-3f01-4a23-a348-7a50a580928e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002025 sec., 27654.320987654322 rows/sec., 2.12 MiB/sec.
1739 2024.11.19 05:54:05.319603 [ 258 ] {83cc07d1-3f01-4a23-a348-7a50a580928e} <Debug> TCPHandler: Processed in 0.002409425 sec.
1740 2024.11.19 05:54:05.319850 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1741 2024.11.19 05:54:05.320047 [ 259 ] {da7cf958-ed78-4308-b12e-2a9f0533fd96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1742 2024.11.19 05:54:05.320123 [ 259 ] {da7cf958-ed78-4308-b12e-2a9f0533fd96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1743 2024.11.19 05:54:05.320905 [ 259 ] {da7cf958-ed78-4308-b12e-2a9f0533fd96} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1744 2024.11.19 05:54:05.320958 [ 259 ] {da7cf958-ed78-4308-b12e-2a9f0533fd96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
1745 2024.11.19 05:54:05.321398 [ 259 ] {da7cf958-ed78-4308-b12e-2a9f0533fd96} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1746 2024.11.19 05:54:05.321661 [ 259 ] {da7cf958-ed78-4308-b12e-2a9f0533fd96} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1747 2024.11.19 05:54:05.321934 [ 259 ] {da7cf958-ed78-4308-b12e-2a9f0533fd96} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001937 sec., 33040.78471863707 rows/sec., 2.58 MiB/sec.
1748 2024.11.19 05:54:05.322133 [ 259 ] {da7cf958-ed78-4308-b12e-2a9f0533fd96} <Debug> TCPHandler: Processed in 0.002420755 sec.
1749 2024.11.19 05:54:05.322289 [ 258 ] {} <Trace> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1750 2024.11.19 05:54:05.322418 [ 258 ] {cf8161ab-a349-4ac2-95b5-a4b79ddf2803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32967) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1751 2024.11.19 05:54:05.322477 [ 258 ] {cf8161ab-a349-4ac2-95b5-a4b79ddf2803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1752 2024.11.19 05:54:05.323075 [ 258 ] {cf8161ab-a349-4ac2-95b5-a4b79ddf2803} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1753 2024.11.19 05:54:05.323118 [ 258 ] {cf8161ab-a349-4ac2-95b5-a4b79ddf2803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
1754 2024.11.19 05:54:05.323544 [ 258 ] {cf8161ab-a349-4ac2-95b5-a4b79ddf2803} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1755 2024.11.19 05:54:05.323790 [ 258 ] {cf8161ab-a349-4ac2-95b5-a4b79ddf2803} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1756 2024.11.19 05:54:05.324022 [ 258 ] {cf8161ab-a349-4ac2-95b5-a4b79ddf2803} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001633 sec., 97979.17942437233 rows/sec., 6.82 MiB/sec.
1757 2024.11.19 05:54:05.324136 [ 258 ] {cf8161ab-a349-4ac2-95b5-a4b79ddf2803} <Debug> TCPHandler: Processed in 0.00190281 sec.
1758 2024.11.19 05:54:05.324277 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1759 2024.11.19 05:54:05.324403 [ 259 ] {8d64f3ef-c669-4673-a74f-3c8d1d0eddf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1760 2024.11.19 05:54:05.324457 [ 259 ] {8d64f3ef-c669-4673-a74f-3c8d1d0eddf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1761 2024.11.19 05:54:05.324983 [ 259 ] {8d64f3ef-c669-4673-a74f-3c8d1d0eddf0} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1762 2024.11.19 05:54:05.325022 [ 259 ] {8d64f3ef-c669-4673-a74f-3c8d1d0eddf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
1763 2024.11.19 05:54:05.325416 [ 259 ] {8d64f3ef-c669-4673-a74f-3c8d1d0eddf0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1764 2024.11.19 05:54:05.325670 [ 259 ] {8d64f3ef-c669-4673-a74f-3c8d1d0eddf0} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1765 2024.11.19 05:54:05.325908 [ 259 ] {8d64f3ef-c669-4673-a74f-3c8d1d0eddf0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001515 sec., 39603.960396039605 rows/sec., 2.67 MiB/sec.
1766 2024.11.19 05:54:05.326045 [ 259 ] {8d64f3ef-c669-4673-a74f-3c8d1d0eddf0} <Debug> TCPHandler: Processed in 0.001826619 sec.
1767 2024.11.19 05:54:06.580446 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43468, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1768 2024.11.19 05:54:06.802574 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38357, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1769 2024.11.19 05:54:06.851881 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46490, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1770 2024.11.19 05:54:06.857161 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60754, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1771 2024.11.19 05:54:06.985613 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38478, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1772 2024.11.19 05:54:07.010929 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58093, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1773 2024.11.19 05:54:07.027225 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48258, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1774 2024.11.19 05:54:07.029468 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60360, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1775 2024.11.19 05:54:08.522822 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache
1776 2024.11.19 05:54:08.522875 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache
1777 2024.11.19 05:54:08.605569 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721
1778 2024.11.19 05:54:08.606185 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1779 2024.11.19 05:54:08.606227 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
1780 2024.11.19 05:54:08.606815 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1781 2024.11.19 05:54:08.607082 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1782 2024.11.19 05:54:08.607402 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
1783 2024.11.19 05:54:08.623217 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 296
1784 2024.11.19 05:54:08.625965 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1785 2024.11.19 05:54:08.626023 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
1786 2024.11.19 05:54:08.627482 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1787 2024.11.19 05:54:08.627798 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1788 2024.11.19 05:54:08.628019 [ 49 ] {} <Debug> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1789 2024.11.19 05:54:08.628138 [ 49 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1790 2024.11.19 05:54:08.628209 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
1791 2024.11.19 05:54:08.628616 [ 193 ] {3d17012a-6c43-4282-98e6-700f65c969c7::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
1792 2024.11.19 05:54:08.629819 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 296
1793 2024.11.19 05:54:08.630193 [ 193 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1794 2024.11.19 05:54:08.630378 [ 193 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 90 rows starting from the beginning of the part
1795 2024.11.19 05:54:08.630897 [ 193 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 98 rows starting from the beginning of the part
1796 2024.11.19 05:54:08.631379 [ 193 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part
1797 2024.11.19 05:54:08.631849 [ 193 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 44 rows starting from the beginning of the part
1798 2024.11.19 05:54:08.632304 [ 193 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 32 rows starting from the beginning of the part
1799 2024.11.19 05:54:08.632947 [ 193 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 16 rows starting from the beginning of the part
1800 2024.11.19 05:54:08.640802 [ 197 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 296 rows, containing 72 columns (72 merged, 0 gathered) in 0.012448209 sec., 23778.52107078215 rows/sec., 24.23 MiB/sec.
1801 2024.11.19 05:54:08.641705 [ 197 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1802 2024.11.19 05:54:08.642417 [ 197 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_6_1} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1803 2024.11.19 05:54:08.642500 [ 197 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_6_1} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1804 2024.11.19 05:54:08.642709 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.59 MiB.
1805 2024.11.19 05:54:08.823624 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
1806 2024.11.19 05:54:08.843408 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1807 2024.11.19 05:54:08.843466 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
1808 2024.11.19 05:54:08.850660 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1809 2024.11.19 05:54:08.851419 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1810 2024.11.19 05:54:08.854441 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
1811 2024.11.19 05:54:09.701129 [ 258 ] {} <Debug> TCPHandler: Done processing connection.
1812 2024.11.19 05:54:09.701225 [ 258 ] {} <Debug> TCP-Session: ea76c9f0-ee2e-4b39-891e-3014fb940d60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1813 2024.11.19 05:54:09.756001 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60670, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1814 2024.11.19 05:54:10.000177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.29 MiB, peak 171.10 MiB, free memory in arenas 0.00 B, will set to 167.38 MiB (RSS), difference: 2.09 MiB
1815 2024.11.19 05:54:10.241601 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40172, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1816 2024.11.19 05:54:10.323611 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1817 2024.11.19 05:54:10.323804 [ 259 ] {1693f57f-6257-449f-9167-8739ab0abacb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1818 2024.11.19 05:54:10.323877 [ 259 ] {1693f57f-6257-449f-9167-8739ab0abacb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1819 2024.11.19 05:54:10.324618 [ 259 ] {1693f57f-6257-449f-9167-8739ab0abacb} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1820 2024.11.19 05:54:10.324672 [ 259 ] {1693f57f-6257-449f-9167-8739ab0abacb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
1821 2024.11.19 05:54:10.325113 [ 259 ] {1693f57f-6257-449f-9167-8739ab0abacb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1822 2024.11.19 05:54:10.325376 [ 259 ] {1693f57f-6257-449f-9167-8739ab0abacb} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1823 2024.11.19 05:54:10.325621 [ 259 ] {1693f57f-6257-449f-9167-8739ab0abacb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001868 sec., 7494.646680942184 rows/sec., 539.51 KiB/sec.
1824 2024.11.19 05:54:10.325685 [ 259 ] {1693f57f-6257-449f-9167-8739ab0abacb} <Debug> TCPHandler: Processed in 0.002207923 sec.
1825 2024.11.19 05:54:10.325899 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1826 2024.11.19 05:54:10.326017 [ 263 ] {bb97495e-8735-474b-bf6d-5d3f11b9f281} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1827 2024.11.19 05:54:10.326088 [ 263 ] {bb97495e-8735-474b-bf6d-5d3f11b9f281} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1828 2024.11.19 05:54:10.326822 [ 263 ] {bb97495e-8735-474b-bf6d-5d3f11b9f281} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1829 2024.11.19 05:54:10.326864 [ 263 ] {bb97495e-8735-474b-bf6d-5d3f11b9f281} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
1830 2024.11.19 05:54:10.327245 [ 263 ] {bb97495e-8735-474b-bf6d-5d3f11b9f281} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1831 2024.11.19 05:54:10.327486 [ 263 ] {bb97495e-8735-474b-bf6d-5d3f11b9f281} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1832 2024.11.19 05:54:10.327703 [ 263 ] {bb97495e-8735-474b-bf6d-5d3f11b9f281} <Debug> executeQuery: Read 261 rows, 23.51 KiB in 0.001714 sec., 152275.37922987164 rows/sec., 13.39 MiB/sec.
1833 2024.11.19 05:54:10.327758 [ 263 ] {bb97495e-8735-474b-bf6d-5d3f11b9f281} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
1834 2024.11.19 05:54:10.327773 [ 263 ] {bb97495e-8735-474b-bf6d-5d3f11b9f281} <Debug> TCPHandler: Processed in 0.001975011 sec.
1835 2024.11.19 05:54:10.327928 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1836 2024.11.19 05:54:10.328040 [ 259 ] {378399fe-e05c-4dcf-be62-91e2f8206c08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1837 2024.11.19 05:54:10.328086 [ 259 ] {378399fe-e05c-4dcf-be62-91e2f8206c08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1838 2024.11.19 05:54:10.328627 [ 259 ] {378399fe-e05c-4dcf-be62-91e2f8206c08} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1839 2024.11.19 05:54:10.328668 [ 259 ] {378399fe-e05c-4dcf-be62-91e2f8206c08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
1840 2024.11.19 05:54:10.329024 [ 259 ] {378399fe-e05c-4dcf-be62-91e2f8206c08} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1841 2024.11.19 05:54:10.329269 [ 259 ] {378399fe-e05c-4dcf-be62-91e2f8206c08} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1842 2024.11.19 05:54:10.329636 [ 259 ] {378399fe-e05c-4dcf-be62-91e2f8206c08} <Debug> executeQuery: Read 36 rows, 2.64 KiB in 0.001583 sec., 22741.62981680354 rows/sec., 1.63 MiB/sec.
1843 2024.11.19 05:54:10.329795 [ 259 ] {378399fe-e05c-4dcf-be62-91e2f8206c08} <Debug> TCPHandler: Processed in 0.00192898 sec.
1844 2024.11.19 05:54:10.329954 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1845 2024.11.19 05:54:10.330061 [ 263 ] {beac056d-4211-4893-9689-0f4f1d565f6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1846 2024.11.19 05:54:10.330104 [ 263 ] {beac056d-4211-4893-9689-0f4f1d565f6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1847 2024.11.19 05:54:10.330630 [ 263 ] {beac056d-4211-4893-9689-0f4f1d565f6d} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1848 2024.11.19 05:54:10.330669 [ 263 ] {beac056d-4211-4893-9689-0f4f1d565f6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
1849 2024.11.19 05:54:10.331009 [ 263 ] {beac056d-4211-4893-9689-0f4f1d565f6d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1850 2024.11.19 05:54:10.331244 [ 263 ] {beac056d-4211-4893-9689-0f4f1d565f6d} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1851 2024.11.19 05:54:10.331597 [ 263 ] {beac056d-4211-4893-9689-0f4f1d565f6d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001526 sec., 9174.311926605504 rows/sec., 642.51 KiB/sec.
1852 2024.11.19 05:54:10.331806 [ 263 ] {beac056d-4211-4893-9689-0f4f1d565f6d} <Debug> TCPHandler: Processed in 0.00191146 sec.
1853 2024.11.19 05:54:10.331951 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1854 2024.11.19 05:54:10.332059 [ 259 ] {449a638b-df9a-4a98-8f6f-010f6f25cf38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1855 2024.11.19 05:54:10.332103 [ 259 ] {449a638b-df9a-4a98-8f6f-010f6f25cf38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1856 2024.11.19 05:54:10.332621 [ 259 ] {449a638b-df9a-4a98-8f6f-010f6f25cf38} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1857 2024.11.19 05:54:10.332687 [ 259 ] {449a638b-df9a-4a98-8f6f-010f6f25cf38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
1858 2024.11.19 05:54:10.333116 [ 259 ] {449a638b-df9a-4a98-8f6f-010f6f25cf38} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1859 2024.11.19 05:54:10.333398 [ 259 ] {449a638b-df9a-4a98-8f6f-010f6f25cf38} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1860 2024.11.19 05:54:10.333811 [ 259 ] {449a638b-df9a-4a98-8f6f-010f6f25cf38} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001756 sec., 7403.189066059225 rows/sec., 461.59 KiB/sec.
1861 2024.11.19 05:54:10.333931 [ 259 ] {449a638b-df9a-4a98-8f6f-010f6f25cf38} <Debug> TCPHandler: Processed in 0.002039791 sec.
1862 2024.11.19 05:54:10.334072 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1863 2024.11.19 05:54:10.334178 [ 263 ] {f7c983fc-4157-452e-b9b8-ccfbbfc19a85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1864 2024.11.19 05:54:10.334222 [ 263 ] {f7c983fc-4157-452e-b9b8-ccfbbfc19a85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1865 2024.11.19 05:54:10.334889 [ 263 ] {f7c983fc-4157-452e-b9b8-ccfbbfc19a85} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1866 2024.11.19 05:54:10.334928 [ 263 ] {f7c983fc-4157-452e-b9b8-ccfbbfc19a85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
1867 2024.11.19 05:54:10.335307 [ 263 ] {f7c983fc-4157-452e-b9b8-ccfbbfc19a85} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1868 2024.11.19 05:54:10.335543 [ 263 ] {f7c983fc-4157-452e-b9b8-ccfbbfc19a85} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1869 2024.11.19 05:54:10.335761 [ 263 ] {f7c983fc-4157-452e-b9b8-ccfbbfc19a85} <Debug> executeQuery: Read 411 rows, 30.00 KiB in 0.001587 sec., 258979.20604914933 rows/sec., 18.46 MiB/sec.
1870 2024.11.19 05:54:10.336150 [ 263 ] {f7c983fc-4157-452e-b9b8-ccfbbfc19a85} <Debug> TCPHandler: Processed in 0.002118982 sec.
1871 2024.11.19 05:54:10.336352 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1872 2024.11.19 05:54:10.336482 [ 259 ] {d02be17c-405f-4301-8d43-2859d3af9313} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1873 2024.11.19 05:54:10.336538 [ 259 ] {d02be17c-405f-4301-8d43-2859d3af9313} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1874 2024.11.19 05:54:10.337081 [ 259 ] {d02be17c-405f-4301-8d43-2859d3af9313} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1875 2024.11.19 05:54:10.337127 [ 259 ] {d02be17c-405f-4301-8d43-2859d3af9313} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
1876 2024.11.19 05:54:10.337555 [ 259 ] {d02be17c-405f-4301-8d43-2859d3af9313} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1877 2024.11.19 05:54:10.337813 [ 259 ] {d02be17c-405f-4301-8d43-2859d3af9313} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1878 2024.11.19 05:54:10.338167 [ 259 ] {d02be17c-405f-4301-8d43-2859d3af9313} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00168 sec., 3571.428571428571 rows/sec., 186.59 KiB/sec.
1879 2024.11.19 05:54:10.338354 [ 259 ] {d02be17c-405f-4301-8d43-2859d3af9313} <Debug> TCPHandler: Processed in 0.002090362 sec.
1880 2024.11.19 05:54:10.338492 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1881 2024.11.19 05:54:10.338605 [ 263 ] {d6a468d2-e1ae-4318-9fc5-0797521eaf1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1882 2024.11.19 05:54:10.338661 [ 263 ] {d6a468d2-e1ae-4318-9fc5-0797521eaf1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1883 2024.11.19 05:54:10.339287 [ 263 ] {d6a468d2-e1ae-4318-9fc5-0797521eaf1c} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1884 2024.11.19 05:54:10.339332 [ 263 ] {d6a468d2-e1ae-4318-9fc5-0797521eaf1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
1885 2024.11.19 05:54:10.339748 [ 263 ] {d6a468d2-e1ae-4318-9fc5-0797521eaf1c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1886 2024.11.19 05:54:10.339984 [ 263 ] {d6a468d2-e1ae-4318-9fc5-0797521eaf1c} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1887 2024.11.19 05:54:10.340235 [ 263 ] {d6a468d2-e1ae-4318-9fc5-0797521eaf1c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001644 sec., 144160.58394160584 rows/sec., 9.66 MiB/sec.
1888 2024.11.19 05:54:10.340342 [ 263 ] {d6a468d2-e1ae-4318-9fc5-0797521eaf1c} <Debug> TCPHandler: Processed in 0.001901689 sec.
1889 2024.11.19 05:54:10.340485 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1890 2024.11.19 05:54:10.340600 [ 259 ] {a9a8e9a9-ed4f-45d0-a6bd-19883c179391} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1891 2024.11.19 05:54:10.340655 [ 259 ] {a9a8e9a9-ed4f-45d0-a6bd-19883c179391} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1892 2024.11.19 05:54:10.341171 [ 259 ] {a9a8e9a9-ed4f-45d0-a6bd-19883c179391} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1893 2024.11.19 05:54:10.341216 [ 259 ] {a9a8e9a9-ed4f-45d0-a6bd-19883c179391} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
1894 2024.11.19 05:54:10.341621 [ 259 ] {a9a8e9a9-ed4f-45d0-a6bd-19883c179391} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1895 2024.11.19 05:54:10.341857 [ 259 ] {a9a8e9a9-ed4f-45d0-a6bd-19883c179391} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1896 2024.11.19 05:54:10.342176 [ 259 ] {a9a8e9a9-ed4f-45d0-a6bd-19883c179391} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001574 sec., 635.3240152477763 rows/sec., 42.81 KiB/sec.
1897 2024.11.19 05:54:10.342344 [ 259 ] {a9a8e9a9-ed4f-45d0-a6bd-19883c179391} <Debug> TCPHandler: Processed in 0.001905609 sec.
1898 2024.11.19 05:54:10.342490 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1899 2024.11.19 05:54:10.342615 [ 263 ] {8fcb0fc9-c11b-464a-a080-38db63f0d389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1900 2024.11.19 05:54:10.342696 [ 263 ] {8fcb0fc9-c11b-464a-a080-38db63f0d389} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1901 2024.11.19 05:54:10.343986 [ 263 ] {8fcb0fc9-c11b-464a-a080-38db63f0d389} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1902 2024.11.19 05:54:10.344025 [ 263 ] {8fcb0fc9-c11b-464a-a080-38db63f0d389} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
1903 2024.11.19 05:54:10.344654 [ 263 ] {8fcb0fc9-c11b-464a-a080-38db63f0d389} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1904 2024.11.19 05:54:10.344909 [ 263 ] {8fcb0fc9-c11b-464a-a080-38db63f0d389} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1905 2024.11.19 05:54:10.345351 [ 263 ] {8fcb0fc9-c11b-464a-a080-38db63f0d389} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002744 sec., 10568.513119533529 rows/sec., 18.94 MiB/sec.
1906 2024.11.19 05:54:10.345549 [ 263 ] {8fcb0fc9-c11b-464a-a080-38db63f0d389} <Debug> TCPHandler: Processed in 0.003110613 sec.
1907 2024.11.19 05:54:10.345700 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1908 2024.11.19 05:54:10.345828 [ 259 ] {13bb65f0-aa0b-4411-b6b1-77b86536e225} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1909 2024.11.19 05:54:10.345905 [ 259 ] {13bb65f0-aa0b-4411-b6b1-77b86536e225} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1910 2024.11.19 05:54:10.346465 [ 259 ] {13bb65f0-aa0b-4411-b6b1-77b86536e225} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1911 2024.11.19 05:54:10.346510 [ 259 ] {13bb65f0-aa0b-4411-b6b1-77b86536e225} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
1912 2024.11.19 05:54:10.346880 [ 259 ] {13bb65f0-aa0b-4411-b6b1-77b86536e225} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1913 2024.11.19 05:54:10.347116 [ 259 ] {13bb65f0-aa0b-4411-b6b1-77b86536e225} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1914 2024.11.19 05:54:10.347330 [ 259 ] {13bb65f0-aa0b-4411-b6b1-77b86536e225} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00153 sec., 53594.77124183007 rows/sec., 3.40 MiB/sec.
1915 2024.11.19 05:54:10.347378 [ 259 ] {13bb65f0-aa0b-4411-b6b1-77b86536e225} <Debug> TCPHandler: Processed in 0.001740569 sec.
1916 2024.11.19 05:54:10.472338 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59137, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1917 2024.11.19 05:54:10.485883 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64370, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1918 2024.11.19 05:54:10.528301 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52116, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1919 2024.11.19 05:54:10.654044 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46487, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1920 2024.11.19 05:54:10.670971 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60605, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1921 2024.11.19 05:54:10.678632 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47225, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1922 2024.11.19 05:54:11.000250 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.30 MiB, peak 171.73 MiB, free memory in arenas 0.00 B, will set to 167.46 MiB (RSS), difference: -2.84 MiB
1923 2024.11.19 05:54:11.060617 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36002, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1924 2024.11.19 05:54:11.297239 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33514, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1925 2024.11.19 05:54:11.418105 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56859, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1926 2024.11.19 05:54:11.493894 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51496, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1927 2024.11.19 05:54:11.508289 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55155, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1928 2024.11.19 05:54:11.522683 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50123, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1929 2024.11.19 05:54:11.629271 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53721, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1930 2024.11.19 05:54:11.666445 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52928, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1931 2024.11.19 05:54:11.678884 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63746, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1932 2024.11.19 05:54:11.879773 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42276, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1933 2024.11.19 05:54:11.913216 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40577, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1934 2024.11.19 05:54:11.936882 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43035, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1935 2024.11.19 05:54:12.235940 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34649, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1936 2024.11.19 05:54:12.286335 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41100, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1937 2024.11.19 05:54:12.307689 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54740, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1938 2024.11.19 05:54:12.368107 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56790, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1939 2024.11.19 05:54:15.318546 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1940 2024.11.19 05:54:15.318762 [ 259 ] {1fdadeb4-4fa1-406c-9313-146fb9f06811} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1941 2024.11.19 05:54:15.318842 [ 259 ] {1fdadeb4-4fa1-406c-9313-146fb9f06811} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1942 2024.11.19 05:54:15.319778 [ 259 ] {1fdadeb4-4fa1-406c-9313-146fb9f06811} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1943 2024.11.19 05:54:15.319836 [ 259 ] {1fdadeb4-4fa1-406c-9313-146fb9f06811} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
1944 2024.11.19 05:54:15.320324 [ 259 ] {1fdadeb4-4fa1-406c-9313-146fb9f06811} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1945 2024.11.19 05:54:15.320683 [ 259 ] {1fdadeb4-4fa1-406c-9313-146fb9f06811} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1946 2024.11.19 05:54:15.320871 [ 36 ] {} <Debug> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1947 2024.11.19 05:54:15.320919 [ 36 ] {} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1948 2024.11.19 05:54:15.320963 [ 259 ] {1fdadeb4-4fa1-406c-9313-146fb9f06811} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002237 sec., 25033.527045149756 rows/sec., 1.92 MiB/sec.
1949 2024.11.19 05:54:15.320970 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
1950 2024.11.19 05:54:15.321101 [ 259 ] {1fdadeb4-4fa1-406c-9313-146fb9f06811} <Debug> TCPHandler: Processed in 0.002702758 sec.
1951 2024.11.19 05:54:15.321290 [ 191 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::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
1952 2024.11.19 05:54:15.321401 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1953 2024.11.19 05:54:15.321636 [ 191 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1954 2024.11.19 05:54:15.321644 [ 263 ] {7b2c050b-b69f-40c5-a7b6-d3157a2e27ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1955 2024.11.19 05:54:15.321713 [ 191 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1385 rows starting from the beginning of the part
1956 2024.11.19 05:54:15.321755 [ 263 ] {7b2c050b-b69f-40c5-a7b6-d3157a2e27ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1957 2024.11.19 05:54:15.322121 [ 191 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 261 rows starting from the beginning of the part
1958 2024.11.19 05:54:15.322451 [ 191 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part
1959 2024.11.19 05:54:15.322811 [ 191 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part
1960 2024.11.19 05:54:15.323091 [ 191 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 261 rows starting from the beginning of the part
1961 2024.11.19 05:54:15.323393 [ 191 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part
1962 2024.11.19 05:54:15.325095 [ 263 ] {7b2c050b-b69f-40c5-a7b6-d3157a2e27ba} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1963 2024.11.19 05:54:15.325187 [ 263 ] {7b2c050b-b69f-40c5-a7b6-d3157a2e27ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
1964 2024.11.19 05:54:15.326242 [ 263 ] {7b2c050b-b69f-40c5-a7b6-d3157a2e27ba} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1965 2024.11.19 05:54:15.326448 [ 191 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2075 rows, containing 5 columns (5 merged, 0 gathered) in 0.005327355 sec., 389499.10415206046 rows/sec., 34.26 MiB/sec.
1966 2024.11.19 05:54:15.326776 [ 191 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1967 2024.11.19 05:54:15.326947 [ 263 ] {7b2c050b-b69f-40c5-a7b6-d3157a2e27ba} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1968 2024.11.19 05:54:15.327256 [ 36 ] {} <Debug> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1969 2024.11.19 05:54:15.327338 [ 36 ] {} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1970 2024.11.19 05:54:15.327402 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
1971 2024.11.19 05:54:15.327448 [ 191 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_11_2} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1972 2024.11.19 05:54:15.327584 [ 263 ] {7b2c050b-b69f-40c5-a7b6-d3157a2e27ba} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005984 sec., 10695.187165775402 rows/sec., 854.82 KiB/sec.
1973 2024.11.19 05:54:15.327947 [ 191 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_11_2} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1974 2024.11.19 05:54:15.328268 [ 263 ] {7b2c050b-b69f-40c5-a7b6-d3157a2e27ba} <Debug> TCPHandler: Processed in 0.006963052 sec.
1975 2024.11.19 05:54:15.328449 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
1976 2024.11.19 05:54:15.328545 [ 197 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::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
1977 2024.11.19 05:54:15.328552 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1978 2024.11.19 05:54:15.328885 [ 259 ] {423844f3-1ff1-4935-abd1-3f869f9c1946} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1979 2024.11.19 05:54:15.328908 [ 197 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1980 2024.11.19 05:54:15.329012 [ 197 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 866 rows starting from the beginning of the part
1981 2024.11.19 05:54:15.329025 [ 259 ] {423844f3-1ff1-4935-abd1-3f869f9c1946} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1982 2024.11.19 05:54:15.329518 [ 197 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 414 rows starting from the beginning of the part
1983 2024.11.19 05:54:15.330003 [ 197 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part
1984 2024.11.19 05:54:15.330430 [ 197 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part
1985 2024.11.19 05:54:15.330989 [ 197 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 411 rows starting from the beginning of the part
1986 2024.11.19 05:54:15.331450 [ 197 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part
1987 2024.11.19 05:54:15.332203 [ 259 ] {423844f3-1ff1-4935-abd1-3f869f9c1946} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1988 2024.11.19 05:54:15.332257 [ 259 ] {423844f3-1ff1-4935-abd1-3f869f9c1946} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
1989 2024.11.19 05:54:15.333316 [ 259 ] {423844f3-1ff1-4935-abd1-3f869f9c1946} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1990 2024.11.19 05:54:15.334020 [ 259 ] {423844f3-1ff1-4935-abd1-3f869f9c1946} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1991 2024.11.19 05:54:15.334419 [ 36 ] {} <Debug> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1992 2024.11.19 05:54:15.334497 [ 36 ] {} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1993 2024.11.19 05:54:15.334542 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
1994 2024.11.19 05:54:15.334645 [ 259 ] {423844f3-1ff1-4935-abd1-3f869f9c1946} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.005854 sec., 21865.391185514178 rows/sec., 1.52 MiB/sec.
1995 2024.11.19 05:54:15.335215 [ 259 ] {423844f3-1ff1-4935-abd1-3f869f9c1946} <Debug> TCPHandler: Processed in 0.00673597 sec.
1996 2024.11.19 05:54:15.335667 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1997 2024.11.19 05:54:15.335809 [ 194 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
1998 2024.11.19 05:54:15.336124 [ 263 ] {2b0d1174-dd94-40e1-9eff-84feb1359bfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1999 2024.11.19 05:54:15.336405 [ 263 ] {2b0d1174-dd94-40e1-9eff-84feb1359bfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2000 2024.11.19 05:54:15.336479 [ 197 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1883 rows, containing 5 columns (5 merged, 0 gathered) in 0.008852331 sec., 212712.33531597498 rows/sec., 16.24 MiB/sec.
2001 2024.11.19 05:54:15.336707 [ 194 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2002 2024.11.19 05:54:15.336892 [ 194 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2416 rows starting from the beginning of the part
2003 2024.11.19 05:54:15.336952 [ 197 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2004 2024.11.19 05:54:15.337689 [ 194 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 237 rows starting from the beginning of the part
2005 2024.11.19 05:54:15.338306 [ 194 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 128 rows starting from the beginning of the part
2006 2024.11.19 05:54:15.338545 [ 197 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_11_2} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2007 2024.11.19 05:54:15.338906 [ 194 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part
2008 2024.11.19 05:54:15.339078 [ 197 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_11_2} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2009 2024.11.19 05:54:15.339442 [ 263 ] {2b0d1174-dd94-40e1-9eff-84feb1359bfe} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2010 2024.11.19 05:54:15.339491 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
2011 2024.11.19 05:54:15.339580 [ 263 ] {2b0d1174-dd94-40e1-9eff-84feb1359bfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
2012 2024.11.19 05:54:15.339600 [ 194 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part
2013 2024.11.19 05:54:15.339934 [ 194 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 128 rows starting from the beginning of the part
2014 2024.11.19 05:54:15.340878 [ 263 ] {2b0d1174-dd94-40e1-9eff-84feb1359bfe} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2015 2024.11.19 05:54:15.341366 [ 263 ] {2b0d1174-dd94-40e1-9eff-84feb1359bfe} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2016 2024.11.19 05:54:15.341618 [ 36 ] {} <Debug> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2017 2024.11.19 05:54:15.341718 [ 36 ] {} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2018 2024.11.19 05:54:15.341786 [ 263 ] {2b0d1174-dd94-40e1-9eff-84feb1359bfe} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.005839 sec., 8220.585716732317 rows/sec., 567.31 KiB/sec.
2019 2024.11.19 05:54:15.341803 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
2020 2024.11.19 05:54:15.342151 [ 263 ] {2b0d1174-dd94-40e1-9eff-84feb1359bfe} <Debug> TCPHandler: Processed in 0.00674528 sec.
2021 2024.11.19 05:54:15.342419 [ 200 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
2022 2024.11.19 05:54:15.342760 [ 200 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2023 2024.11.19 05:54:15.342885 [ 200 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 332 rows starting from the beginning of the part
2024 2024.11.19 05:54:15.343282 [ 200 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 82 rows starting from the beginning of the part
2025 2024.11.19 05:54:15.343694 [ 200 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part
2026 2024.11.19 05:54:15.344071 [ 200 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part
2027 2024.11.19 05:54:15.344333 [ 200 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part
2028 2024.11.19 05:54:15.344546 [ 200 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 48 rows starting from the beginning of the part
2029 2024.11.19 05:54:15.345516 [ 197 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3306 rows, containing 5 columns (5 merged, 0 gathered) in 0.010801792 sec., 306060.32776783704 rows/sec., 20.69 MiB/sec.
2030 2024.11.19 05:54:15.346041 [ 196 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2031 2024.11.19 05:54:15.346520 [ 196 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2032 2024.11.19 05:54:15.346670 [ 196 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2033 2024.11.19 05:54:15.346798 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB.
2034 2024.11.19 05:54:15.347072 [ 200 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 652 rows, containing 4 columns (4 merged, 0 gathered) in 0.005068453 sec., 128638.85686618778 rows/sec., 8.42 MiB/sec.
2035 2024.11.19 05:54:15.347281 [ 200 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2036 2024.11.19 05:54:15.347682 [ 200 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_11_2} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2037 2024.11.19 05:54:15.347793 [ 200 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_11_2} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2038 2024.11.19 05:54:15.347889 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
2039 2024.11.19 05:54:16.107655 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209
2040 2024.11.19 05:54:16.108329 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2041 2024.11.19 05:54:16.108384 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
2042 2024.11.19 05:54:16.108944 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2043 2024.11.19 05:54:16.109229 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2044 2024.11.19 05:54:16.109521 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209
2045 2024.11.19 05:54:16.354619 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
2046 2024.11.19 05:54:16.373853 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2047 2024.11.19 05:54:16.373911 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
2048 2024.11.19 05:54:16.382132 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2049 2024.11.19 05:54:16.382928 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2050 2024.11.19 05:54:16.385911 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
2051 2024.11.19 05:54:18.630122 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 326
2052 2024.11.19 05:54:18.633146 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2053 2024.11.19 05:54:18.633189 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
2054 2024.11.19 05:54:18.634665 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2055 2024.11.19 05:54:18.634964 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2056 2024.11.19 05:54:18.635666 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 326
2057 2024.11.19 05:54:20.318097 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2058 2024.11.19 05:54:20.318294 [ 259 ] {9fcfd5cf-d704-4dca-a945-3a02c18f784d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2059 2024.11.19 05:54:20.318364 [ 259 ] {9fcfd5cf-d704-4dca-a945-3a02c18f784d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2060 2024.11.19 05:54:20.319120 [ 259 ] {9fcfd5cf-d704-4dca-a945-3a02c18f784d} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2061 2024.11.19 05:54:20.319170 [ 259 ] {9fcfd5cf-d704-4dca-a945-3a02c18f784d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
2062 2024.11.19 05:54:20.319604 [ 259 ] {9fcfd5cf-d704-4dca-a945-3a02c18f784d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2063 2024.11.19 05:54:20.319874 [ 259 ] {9fcfd5cf-d704-4dca-a945-3a02c18f784d} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2064 2024.11.19 05:54:20.320063 [ 259 ] {9fcfd5cf-d704-4dca-a945-3a02c18f784d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00182 sec., 30769.23076923077 rows/sec., 2.36 MiB/sec.
2065 2024.11.19 05:54:20.320117 [ 259 ] {9fcfd5cf-d704-4dca-a945-3a02c18f784d} <Debug> TCPHandler: Processed in 0.002146743 sec.
2066 2024.11.19 05:54:20.320299 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2067 2024.11.19 05:54:20.320432 [ 263 ] {426fd49a-e762-4680-a8fe-03da39af7bf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2068 2024.11.19 05:54:20.320486 [ 263 ] {426fd49a-e762-4680-a8fe-03da39af7bf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2069 2024.11.19 05:54:20.321138 [ 263 ] {426fd49a-e762-4680-a8fe-03da39af7bf3} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2070 2024.11.19 05:54:20.321177 [ 263 ] {426fd49a-e762-4680-a8fe-03da39af7bf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
2071 2024.11.19 05:54:20.321548 [ 263 ] {426fd49a-e762-4680-a8fe-03da39af7bf3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2072 2024.11.19 05:54:20.321805 [ 263 ] {426fd49a-e762-4680-a8fe-03da39af7bf3} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2073 2024.11.19 05:54:20.321983 [ 263 ] {426fd49a-e762-4680-a8fe-03da39af7bf3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001581 sec., 40480.708412397216 rows/sec., 3.16 MiB/sec.
2074 2024.11.19 05:54:20.322036 [ 263 ] {426fd49a-e762-4680-a8fe-03da39af7bf3} <Debug> TCPHandler: Processed in 0.001804449 sec.
2075 2024.11.19 05:54:20.322200 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2076 2024.11.19 05:54:20.322321 [ 259 ] {b8e148e4-2bb1-459d-9015-c2a98c0726a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2077 2024.11.19 05:54:20.322376 [ 259 ] {b8e148e4-2bb1-459d-9015-c2a98c0726a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2078 2024.11.19 05:54:20.322952 [ 259 ] {b8e148e4-2bb1-459d-9015-c2a98c0726a2} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2079 2024.11.19 05:54:20.322990 [ 259 ] {b8e148e4-2bb1-459d-9015-c2a98c0726a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
2080 2024.11.19 05:54:20.323407 [ 259 ] {b8e148e4-2bb1-459d-9015-c2a98c0726a2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2081 2024.11.19 05:54:20.323693 [ 259 ] {b8e148e4-2bb1-459d-9015-c2a98c0726a2} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2082 2024.11.19 05:54:20.323872 [ 259 ] {b8e148e4-2bb1-459d-9015-c2a98c0726a2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001577 sec., 101458.4654407102 rows/sec., 7.07 MiB/sec.
2083 2024.11.19 05:54:20.323923 [ 259 ] {b8e148e4-2bb1-459d-9015-c2a98c0726a2} <Debug> TCPHandler: Processed in 0.001784448 sec.
2084 2024.11.19 05:54:20.324066 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2085 2024.11.19 05:54:20.324172 [ 263 ] {52e7882a-3a64-40b2-8f3d-13938559fba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2086 2024.11.19 05:54:20.324219 [ 263 ] {52e7882a-3a64-40b2-8f3d-13938559fba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2087 2024.11.19 05:54:20.324668 [ 263 ] {52e7882a-3a64-40b2-8f3d-13938559fba4} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2088 2024.11.19 05:54:20.324704 [ 263 ] {52e7882a-3a64-40b2-8f3d-13938559fba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
2089 2024.11.19 05:54:20.325070 [ 263 ] {52e7882a-3a64-40b2-8f3d-13938559fba4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2090 2024.11.19 05:54:20.325321 [ 263 ] {52e7882a-3a64-40b2-8f3d-13938559fba4} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2091 2024.11.19 05:54:20.325492 [ 263 ] {52e7882a-3a64-40b2-8f3d-13938559fba4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001343 sec., 44676.09828741623 rows/sec., 3.01 MiB/sec.
2092 2024.11.19 05:54:20.325540 [ 263 ] {52e7882a-3a64-40b2-8f3d-13938559fba4} <Debug> TCPHandler: Processed in 0.001527126 sec.
2093 2024.11.19 05:54:21.143372 [ 27 ] {} <Debug> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2094 2024.11.19 05:54:21.143431 [ 27 ] {} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2095 2024.11.19 05:54:21.143452 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
2096 2024.11.19 05:54:21.143655 [ 196 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::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
2097 2024.11.19 05:54:21.143831 [ 196 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2098 2024.11.19 05:54:21.143869 [ 196 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part
2099 2024.11.19 05:54:21.143983 [ 196 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part
2100 2024.11.19 05:54:21.144184 [ 196 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 13 rows starting from the beginning of the part
2101 2024.11.19 05:54:21.144453 [ 196 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part
2102 2024.11.19 05:54:21.144626 [ 196 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part
2103 2024.11.19 05:54:21.145819 [ 197 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 115 rows, containing 5 columns (5 merged, 0 gathered) in 0.002290213 sec., 50213.67008221506 rows/sec., 3.76 MiB/sec.
2104 2024.11.19 05:54:21.145989 [ 196 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2105 2024.11.19 05:54:21.146300 [ 196 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_5_1} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2106 2024.11.19 05:54:21.146385 [ 196 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_5_1} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2107 2024.11.19 05:54:21.146472 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
2108 2024.11.19 05:54:22.356865 [ 26 ] {} <Debug> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2109 2024.11.19 05:54:22.356935 [ 26 ] {} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2110 2024.11.19 05:54:22.356959 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
2111 2024.11.19 05:54:22.357173 [ 200 ] {e648c1b8-8686-4259-82f9-325f430fe764::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
2112 2024.11.19 05:54:22.357510 [ 200 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2113 2024.11.19 05:54:22.357583 [ 200 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part
2114 2024.11.19 05:54:22.357874 [ 200 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part
2115 2024.11.19 05:54:22.358138 [ 200 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 13 rows starting from the beginning of the part
2116 2024.11.19 05:54:22.358502 [ 200 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 29 rows starting from the beginning of the part
2117 2024.11.19 05:54:22.358810 [ 200 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 29 rows starting from the beginning of the part
2118 2024.11.19 05:54:22.361030 [ 197 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 87 rows, containing 19 columns (19 merged, 0 gathered) in 0.003986131 sec., 21825.67507189302 rows/sec., 39.11 MiB/sec.
2119 2024.11.19 05:54:22.361422 [ 197 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2120 2024.11.19 05:54:22.361972 [ 197 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_5_1} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2121 2024.11.19 05:54:22.362063 [ 197 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_5_1} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2122 2024.11.19 05:54:22.362232 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
2123 2024.11.19 05:54:23.522927 [ 24 ] {} <Debug> DNSResolver: Updating DNS cache
2124 2024.11.19 05:54:23.522983 [ 24 ] {} <Debug> DNSResolver: Updated DNS cache
2125 2024.11.19 05:54:23.609756 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636
2126 2024.11.19 05:54:23.610387 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2127 2024.11.19 05:54:23.610425 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
2128 2024.11.19 05:54:23.610953 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2129 2024.11.19 05:54:23.611215 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2130 2024.11.19 05:54:23.611412 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
2131 2024.11.19 05:54:23.886108 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
2132 2024.11.19 05:54:23.906147 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2133 2024.11.19 05:54:23.906203 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB.
2134 2024.11.19 05:54:23.913159 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2135 2024.11.19 05:54:23.913940 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2136 2024.11.19 05:54:23.916451 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
2137 2024.11.19 05:54:25.323456 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2138 2024.11.19 05:54:25.323661 [ 259 ] {90d9fd3e-a71f-4c16-b143-4e2d95a52801} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2139 2024.11.19 05:54:25.323735 [ 259 ] {90d9fd3e-a71f-4c16-b143-4e2d95a52801} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2140 2024.11.19 05:54:25.324490 [ 259 ] {90d9fd3e-a71f-4c16-b143-4e2d95a52801} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2141 2024.11.19 05:54:25.324544 [ 259 ] {90d9fd3e-a71f-4c16-b143-4e2d95a52801} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2142 2024.11.19 05:54:25.324984 [ 259 ] {90d9fd3e-a71f-4c16-b143-4e2d95a52801} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2143 2024.11.19 05:54:25.325255 [ 259 ] {90d9fd3e-a71f-4c16-b143-4e2d95a52801} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2144 2024.11.19 05:54:25.325462 [ 23 ] {} <Debug> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2145 2024.11.19 05:54:25.325528 [ 259 ] {90d9fd3e-a71f-4c16-b143-4e2d95a52801} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001913 sec., 7318.348144276007 rows/sec., 526.82 KiB/sec.
2146 2024.11.19 05:54:25.325543 [ 23 ] {} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2147 2024.11.19 05:54:25.325621 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2148 2024.11.19 05:54:25.325681 [ 259 ] {90d9fd3e-a71f-4c16-b143-4e2d95a52801} <Debug> TCPHandler: Processed in 0.002360375 sec.
2149 2024.11.19 05:54:25.325868 [ 198 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::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
2150 2024.11.19 05:54:25.325918 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2151 2024.11.19 05:54:25.326129 [ 198 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2152 2024.11.19 05:54:25.326181 [ 263 ] {07c5cc2d-868a-4f27-8102-7feaf69c26c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2153 2024.11.19 05:54:25.326202 [ 198 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part
2154 2024.11.19 05:54:25.326273 [ 263 ] {07c5cc2d-868a-4f27-8102-7feaf69c26c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2155 2024.11.19 05:54:25.326617 [ 198 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::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
2156 2024.11.19 05:54:25.326983 [ 198 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part
2157 2024.11.19 05:54:25.327408 [ 198 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part
2158 2024.11.19 05:54:25.327812 [ 198 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part
2159 2024.11.19 05:54:25.329069 [ 263 ] {07c5cc2d-868a-4f27-8102-7feaf69c26c7} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2160 2024.11.19 05:54:25.329148 [ 263 ] {07c5cc2d-868a-4f27-8102-7feaf69c26c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2161 2024.11.19 05:54:25.330289 [ 198 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004519667 sec., 15487.866694603828 rows/sec., 1.15 MiB/sec.
2162 2024.11.19 05:54:25.330338 [ 263 ] {07c5cc2d-868a-4f27-8102-7feaf69c26c7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2163 2024.11.19 05:54:25.330461 [ 200 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2164 2024.11.19 05:54:25.330685 [ 263 ] {07c5cc2d-868a-4f27-8102-7feaf69c26c7} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2165 2024.11.19 05:54:25.330988 [ 200 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_5_1} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2166 2024.11.19 05:54:25.331131 [ 263 ] {07c5cc2d-868a-4f27-8102-7feaf69c26c7} <Debug> executeQuery: Read 261 rows, 23.51 KiB in 0.005024 sec., 51950.63694267516 rows/sec., 4.57 MiB/sec.
2167 2024.11.19 05:54:25.331317 [ 200 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_5_1} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2168 2024.11.19 05:54:25.331594 [ 263 ] {07c5cc2d-868a-4f27-8102-7feaf69c26c7} <Debug> TCPHandler: Processed in 0.00575447 sec.
2169 2024.11.19 05:54:25.331649 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2170 2024.11.19 05:54:25.331797 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2171 2024.11.19 05:54:25.331913 [ 259 ] {6d8d7ea7-e82f-45d7-ac82-efc6e3526b17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2172 2024.11.19 05:54:25.331964 [ 259 ] {6d8d7ea7-e82f-45d7-ac82-efc6e3526b17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2173 2024.11.19 05:54:25.332557 [ 259 ] {6d8d7ea7-e82f-45d7-ac82-efc6e3526b17} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2174 2024.11.19 05:54:25.332598 [ 259 ] {6d8d7ea7-e82f-45d7-ac82-efc6e3526b17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2175 2024.11.19 05:54:25.333041 [ 259 ] {6d8d7ea7-e82f-45d7-ac82-efc6e3526b17} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2176 2024.11.19 05:54:25.333299 [ 259 ] {6d8d7ea7-e82f-45d7-ac82-efc6e3526b17} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2177 2024.11.19 05:54:25.333521 [ 259 ] {6d8d7ea7-e82f-45d7-ac82-efc6e3526b17} <Debug> executeQuery: Read 36 rows, 2.64 KiB in 0.001634 sec., 22031.823745410034 rows/sec., 1.58 MiB/sec.
2178 2024.11.19 05:54:25.333576 [ 259 ] {6d8d7ea7-e82f-45d7-ac82-efc6e3526b17} <Debug> TCPHandler: Processed in 0.001832859 sec.
2179 2024.11.19 05:54:25.333714 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2180 2024.11.19 05:54:25.333824 [ 263 ] {934babc5-a716-4fd9-a068-b3e05d3cce8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2181 2024.11.19 05:54:25.333870 [ 263 ] {934babc5-a716-4fd9-a068-b3e05d3cce8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2182 2024.11.19 05:54:25.334398 [ 263 ] {934babc5-a716-4fd9-a068-b3e05d3cce8e} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2183 2024.11.19 05:54:25.334439 [ 263 ] {934babc5-a716-4fd9-a068-b3e05d3cce8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2184 2024.11.19 05:54:25.334791 [ 263 ] {934babc5-a716-4fd9-a068-b3e05d3cce8e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2185 2024.11.19 05:54:25.335039 [ 263 ] {934babc5-a716-4fd9-a068-b3e05d3cce8e} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2186 2024.11.19 05:54:25.335314 [ 263 ] {934babc5-a716-4fd9-a068-b3e05d3cce8e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001489 sec., 9402.283411685694 rows/sec., 658.47 KiB/sec.
2187 2024.11.19 05:54:25.335462 [ 263 ] {934babc5-a716-4fd9-a068-b3e05d3cce8e} <Debug> TCPHandler: Processed in 0.001801238 sec.
2188 2024.11.19 05:54:25.335598 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2189 2024.11.19 05:54:25.335714 [ 259 ] {8fbf8c24-a529-4c99-ad46-9837eb5804a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2190 2024.11.19 05:54:25.335761 [ 259 ] {8fbf8c24-a529-4c99-ad46-9837eb5804a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2191 2024.11.19 05:54:25.336319 [ 259 ] {8fbf8c24-a529-4c99-ad46-9837eb5804a0} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2192 2024.11.19 05:54:25.336360 [ 259 ] {8fbf8c24-a529-4c99-ad46-9837eb5804a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2193 2024.11.19 05:54:25.336723 [ 259 ] {8fbf8c24-a529-4c99-ad46-9837eb5804a0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2194 2024.11.19 05:54:25.336967 [ 259 ] {8fbf8c24-a529-4c99-ad46-9837eb5804a0} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2195 2024.11.19 05:54:25.337140 [ 50 ] {} <Debug> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2196 2024.11.19 05:54:25.337203 [ 50 ] {} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2197 2024.11.19 05:54:25.337223 [ 259 ] {8fbf8c24-a529-4c99-ad46-9837eb5804a0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001525 sec., 8524.590163934427 rows/sec., 531.51 KiB/sec.
2198 2024.11.19 05:54:25.337236 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2199 2024.11.19 05:54:25.337367 [ 259 ] {8fbf8c24-a529-4c99-ad46-9837eb5804a0} <Debug> TCPHandler: Processed in 0.001821089 sec.
2200 2024.11.19 05:54:25.337631 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2201 2024.11.19 05:54:25.337693 [ 190 ] {762868e6-1685-41dd-bc30-da37857dff35::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
2202 2024.11.19 05:54:25.337870 [ 263 ] {d83f4256-ab88-4ad5-91c3-9dbd5a4be1d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2203 2024.11.19 05:54:25.337941 [ 190 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2204 2024.11.19 05:54:25.337969 [ 263 ] {d83f4256-ab88-4ad5-91c3-9dbd5a4be1d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2205 2024.11.19 05:54:25.337994 [ 190 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 13 rows starting from the beginning of the part
2206 2024.11.19 05:54:25.338353 [ 190 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part
2207 2024.11.19 05:54:25.338833 [ 190 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 13 rows starting from the beginning of the part
2208 2024.11.19 05:54:25.339179 [ 190 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 13 rows starting from the beginning of the part
2209 2024.11.19 05:54:25.339415 [ 190 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 13 rows starting from the beginning of the part
2210 2024.11.19 05:54:25.340434 [ 263 ] {d83f4256-ab88-4ad5-91c3-9dbd5a4be1d8} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2211 2024.11.19 05:54:25.340494 [ 263 ] {d83f4256-ab88-4ad5-91c3-9dbd5a4be1d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2212 2024.11.19 05:54:25.341502 [ 263 ] {d83f4256-ab88-4ad5-91c3-9dbd5a4be1d8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2213 2024.11.19 05:54:25.341712 [ 200 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004344705 sec., 14960.739566898099 rows/sec., 991.24 KiB/sec.
2214 2024.11.19 05:54:25.341910 [ 198 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2215 2024.11.19 05:54:25.342020 [ 263 ] {d83f4256-ab88-4ad5-91c3-9dbd5a4be1d8} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2216 2024.11.19 05:54:25.342441 [ 263 ] {d83f4256-ab88-4ad5-91c3-9dbd5a4be1d8} <Debug> executeQuery: Read 411 rows, 30.00 KiB in 0.004628 sec., 88807.26015557475 rows/sec., 6.33 MiB/sec.
2217 2024.11.19 05:54:25.342599 [ 198 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_5_1} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2218 2024.11.19 05:54:25.342630 [ 263 ] {d83f4256-ab88-4ad5-91c3-9dbd5a4be1d8} <Debug> TCPHandler: Processed in 0.005135623 sec.
2219 2024.11.19 05:54:25.342789 [ 198 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_5_1} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2220 2024.11.19 05:54:25.342826 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2221 2024.11.19 05:54:25.342927 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2222 2024.11.19 05:54:25.343026 [ 259 ] {c0973299-0c76-4de4-8abc-dfcf4165df3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2223 2024.11.19 05:54:25.343078 [ 259 ] {c0973299-0c76-4de4-8abc-dfcf4165df3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2224 2024.11.19 05:54:25.343558 [ 259 ] {c0973299-0c76-4de4-8abc-dfcf4165df3b} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2225 2024.11.19 05:54:25.343597 [ 259 ] {c0973299-0c76-4de4-8abc-dfcf4165df3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2226 2024.11.19 05:54:25.343965 [ 259 ] {c0973299-0c76-4de4-8abc-dfcf4165df3b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2227 2024.11.19 05:54:25.344212 [ 259 ] {c0973299-0c76-4de4-8abc-dfcf4165df3b} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2228 2024.11.19 05:54:25.344426 [ 259 ] {c0973299-0c76-4de4-8abc-dfcf4165df3b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001426 sec., 4207.57363253857 rows/sec., 219.83 KiB/sec.
2229 2024.11.19 05:54:25.344477 [ 259 ] {c0973299-0c76-4de4-8abc-dfcf4165df3b} <Debug> TCPHandler: Processed in 0.001735778 sec.
2230 2024.11.19 05:54:25.344617 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2231 2024.11.19 05:54:25.344726 [ 263 ] {f2659d6d-bd0d-44b3-bce5-1075a90b065c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2232 2024.11.19 05:54:25.344775 [ 263 ] {f2659d6d-bd0d-44b3-bce5-1075a90b065c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2233 2024.11.19 05:54:25.345311 [ 263 ] {f2659d6d-bd0d-44b3-bce5-1075a90b065c} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2234 2024.11.19 05:54:25.345351 [ 263 ] {f2659d6d-bd0d-44b3-bce5-1075a90b065c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2235 2024.11.19 05:54:25.345749 [ 263 ] {f2659d6d-bd0d-44b3-bce5-1075a90b065c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2236 2024.11.19 05:54:25.345992 [ 263 ] {f2659d6d-bd0d-44b3-bce5-1075a90b065c} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2237 2024.11.19 05:54:25.346208 [ 263 ] {f2659d6d-bd0d-44b3-bce5-1075a90b065c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001504 sec., 157579.78723404257 rows/sec., 10.56 MiB/sec.
2238 2024.11.19 05:54:25.346260 [ 263 ] {f2659d6d-bd0d-44b3-bce5-1075a90b065c} <Debug> TCPHandler: Processed in 0.001695507 sec.
2239 2024.11.19 05:54:25.346400 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2240 2024.11.19 05:54:25.346526 [ 259 ] {3de3160a-faab-475d-9c36-411bce0cb1bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2241 2024.11.19 05:54:25.346581 [ 259 ] {3de3160a-faab-475d-9c36-411bce0cb1bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2242 2024.11.19 05:54:25.347090 [ 259 ] {3de3160a-faab-475d-9c36-411bce0cb1bd} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2243 2024.11.19 05:54:25.347135 [ 259 ] {3de3160a-faab-475d-9c36-411bce0cb1bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2244 2024.11.19 05:54:25.347486 [ 259 ] {3de3160a-faab-475d-9c36-411bce0cb1bd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2245 2024.11.19 05:54:25.347722 [ 259 ] {3de3160a-faab-475d-9c36-411bce0cb1bd} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2246 2024.11.19 05:54:25.347868 [ 50 ] {} <Debug> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2247 2024.11.19 05:54:25.347934 [ 50 ] {} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2248 2024.11.19 05:54:25.347971 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2249 2024.11.19 05:54:25.347979 [ 259 ] {3de3160a-faab-475d-9c36-411bce0cb1bd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001473 sec., 678.8866259334692 rows/sec., 45.75 KiB/sec.
2250 2024.11.19 05:54:25.348243 [ 259 ] {3de3160a-faab-475d-9c36-411bce0cb1bd} <Debug> TCPHandler: Processed in 0.0018932 sec.
2251 2024.11.19 05:54:25.348348 [ 200 ] {8f1df533-2533-4275-8ea8-866c069ee649::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
2252 2024.11.19 05:54:25.348547 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2253 2024.11.19 05:54:25.348612 [ 200 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2254 2024.11.19 05:54:25.348648 [ 200 ] {8f1df533-2533-4275-8ea8-866c069ee649::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
2255 2024.11.19 05:54:25.348711 [ 263 ] {c5e5579a-4e2c-4217-be1f-3dd37e7cfcad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2256 2024.11.19 05:54:25.348814 [ 200 ] {8f1df533-2533-4275-8ea8-866c069ee649::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
2257 2024.11.19 05:54:25.349151 [ 263 ] {c5e5579a-4e2c-4217-be1f-3dd37e7cfcad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2258 2024.11.19 05:54:25.349166 [ 200 ] {8f1df533-2533-4275-8ea8-866c069ee649::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
2259 2024.11.19 05:54:25.349549 [ 200 ] {8f1df533-2533-4275-8ea8-866c069ee649::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
2260 2024.11.19 05:54:25.349832 [ 200 ] {8f1df533-2533-4275-8ea8-866c069ee649::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
2261 2024.11.19 05:54:25.352099 [ 198 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.004034742 sec., 1239.2366104201953 rows/sec., 83.50 KiB/sec.
2262 2024.11.19 05:54:25.352350 [ 198 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2263 2024.11.19 05:54:25.352969 [ 263 ] {c5e5579a-4e2c-4217-be1f-3dd37e7cfcad} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2264 2024.11.19 05:54:25.353033 [ 263 ] {c5e5579a-4e2c-4217-be1f-3dd37e7cfcad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2265 2024.11.19 05:54:25.353040 [ 187 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_5_1} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2266 2024.11.19 05:54:25.353296 [ 187 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_5_1} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2267 2024.11.19 05:54:25.353462 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
2268 2024.11.19 05:54:25.353956 [ 263 ] {c5e5579a-4e2c-4217-be1f-3dd37e7cfcad} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2269 2024.11.19 05:54:25.354236 [ 263 ] {c5e5579a-4e2c-4217-be1f-3dd37e7cfcad} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2270 2024.11.19 05:54:25.354472 [ 263 ] {c5e5579a-4e2c-4217-be1f-3dd37e7cfcad} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.005803 sec., 4997.415130105118 rows/sec., 8.96 MiB/sec.
2271 2024.11.19 05:54:25.354589 [ 263 ] {c5e5579a-4e2c-4217-be1f-3dd37e7cfcad} <Debug> TCPHandler: Processed in 0.006212315 sec.
2272 2024.11.19 05:54:25.354771 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2273 2024.11.19 05:54:25.354898 [ 259 ] {8e6b534c-afc0-4bc0-8f45-2ebc5dffa31c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2274 2024.11.19 05:54:25.354953 [ 259 ] {8e6b534c-afc0-4bc0-8f45-2ebc5dffa31c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2275 2024.11.19 05:54:25.355432 [ 259 ] {8e6b534c-afc0-4bc0-8f45-2ebc5dffa31c} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2276 2024.11.19 05:54:25.355471 [ 259 ] {8e6b534c-afc0-4bc0-8f45-2ebc5dffa31c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2277 2024.11.19 05:54:25.355823 [ 259 ] {8e6b534c-afc0-4bc0-8f45-2ebc5dffa31c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2278 2024.11.19 05:54:25.356064 [ 259 ] {8e6b534c-afc0-4bc0-8f45-2ebc5dffa31c} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2279 2024.11.19 05:54:25.356330 [ 259 ] {8e6b534c-afc0-4bc0-8f45-2ebc5dffa31c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001454 sec., 56396.148555708394 rows/sec., 3.58 MiB/sec.
2280 2024.11.19 05:54:25.356524 [ 259 ] {8e6b534c-afc0-4bc0-8f45-2ebc5dffa31c} <Debug> TCPHandler: Processed in 0.001815219 sec.
2281 2024.11.19 05:54:28.636066 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 356
2282 2024.11.19 05:54:28.639210 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2283 2024.11.19 05:54:28.639263 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2284 2024.11.19 05:54:28.640763 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2285 2024.11.19 05:54:28.641103 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2286 2024.11.19 05:54:28.641708 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 356
2287 2024.11.19 05:54:30.313054 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2288 2024.11.19 05:54:30.313338 [ 259 ] {d16aa0c4-a666-4d49-9c75-04f7e5af6f03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2289 2024.11.19 05:54:30.313779 [ 259 ] {d16aa0c4-a666-4d49-9c75-04f7e5af6f03} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2290 2024.11.19 05:54:30.313832 [ 259 ] {d16aa0c4-a666-4d49-9c75-04f7e5af6f03} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2291 2024.11.19 05:54:30.314208 [ 259 ] {d16aa0c4-a666-4d49-9c75-04f7e5af6f03} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2292 2024.11.19 05:54:30.314287 [ 259 ] {d16aa0c4-a666-4d49-9c75-04f7e5af6f03} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2293 2024.11.19 05:54:30.314464 [ 259 ] {d16aa0c4-a666-4d49-9c75-04f7e5af6f03} <Debug> oximeter.timeseries_schema (24bb68fd-0473-4756-a1e3-b2f3868a1c8f) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
2294 2024.11.19 05:54:30.314775 [ 298 ] {d16aa0c4-a666-4d49-9c75-04f7e5af6f03} <Trace> oximeter.timeseries_schema (24bb68fd-0473-4756-a1e3-b2f3868a1c8f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2295 2024.11.19 05:54:30.314821 [ 299 ] {d16aa0c4-a666-4d49-9c75-04f7e5af6f03} <Trace> oximeter.timeseries_schema (24bb68fd-0473-4756-a1e3-b2f3868a1c8f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2296 2024.11.19 05:54:30.314951 [ 259 ] {d16aa0c4-a666-4d49-9c75-04f7e5af6f03} <Debug> oximeter.timeseries_schema (24bb68fd-0473-4756-a1e3-b2f3868a1c8f) (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
2297 2024.11.19 05:54:30.314985 [ 259 ] {d16aa0c4-a666-4d49-9c75-04f7e5af6f03} <Trace> oximeter.timeseries_schema (24bb68fd-0473-4756-a1e3-b2f3868a1c8f) (SelectExecutor): Spreading mark ranges among streams (default reading)
2298 2024.11.19 05:54:30.319405 [ 259 ] {d16aa0c4-a666-4d49-9c75-04f7e5af6f03} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2299 2024.11.19 05:54:30.319440 [ 259 ] {d16aa0c4-a666-4d49-9c75-04f7e5af6f03} <Debug> oximeter.timeseries_schema (24bb68fd-0473-4756-a1e3-b2f3868a1c8f) (SelectExecutor): Reading approx. 40 rows with 2 streams
2300 2024.11.19 05:54:30.319504 [ 259 ] {d16aa0c4-a666-4d49-9c75-04f7e5af6f03} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2301 2024.11.19 05:54:30.319557 [ 259 ] {d16aa0c4-a666-4d49-9c75-04f7e5af6f03} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2302 2024.11.19 05:54:30.321098 [ 259 ] {d16aa0c4-a666-4d49-9c75-04f7e5af6f03} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.00789 sec., 5069.708491761724 rows/sec., 193.33 KiB/sec.
2303 2024.11.19 05:54:30.321260 [ 259 ] {d16aa0c4-a666-4d49-9c75-04f7e5af6f03} <Debug> TCPHandler: Processed in 0.008342097 sec.
2304 2024.11.19 05:54:30.327880 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2305 2024.11.19 05:54:30.328008 [ 259 ] {c559151b-874f-4884-a5c7-00fbffbea3b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2306 2024.11.19 05:54:30.328059 [ 259 ] {c559151b-874f-4884-a5c7-00fbffbea3b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2307 2024.11.19 05:54:30.328776 [ 259 ] {c559151b-874f-4884-a5c7-00fbffbea3b2} <Trace> oximeter.timeseries_schema (24bb68fd-0473-4756-a1e3-b2f3868a1c8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2308 2024.11.19 05:54:30.328827 [ 259 ] {c559151b-874f-4884-a5c7-00fbffbea3b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2309 2024.11.19 05:54:30.329347 [ 259 ] {c559151b-874f-4884-a5c7-00fbffbea3b2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2310 2024.11.19 05:54:30.329573 [ 259 ] {c559151b-874f-4884-a5c7-00fbffbea3b2} <Trace> oximeter.timeseries_schema (24bb68fd-0473-4756-a1e3-b2f3868a1c8f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2311 2024.11.19 05:54:30.329781 [ 259 ] {c559151b-874f-4884-a5c7-00fbffbea3b2} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001805 sec., 554.016620498615 rows/sec., 125.52 KiB/sec.
2312 2024.11.19 05:54:30.329979 [ 259 ] {c559151b-874f-4884-a5c7-00fbffbea3b2} <Debug> TCPHandler: Processed in 0.002158162 sec.
2313 2024.11.19 05:54:30.330173 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2314 2024.11.19 05:54:30.330287 [ 263 ] {480f4e34-a83c-49a0-a0b5-cb28fa8020cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2315 2024.11.19 05:54:30.330333 [ 263 ] {480f4e34-a83c-49a0-a0b5-cb28fa8020cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2316 2024.11.19 05:54:30.330916 [ 263 ] {480f4e34-a83c-49a0-a0b5-cb28fa8020cc} <Trace> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2317 2024.11.19 05:54:30.330955 [ 263 ] {480f4e34-a83c-49a0-a0b5-cb28fa8020cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2318 2024.11.19 05:54:30.331308 [ 263 ] {480f4e34-a83c-49a0-a0b5-cb28fa8020cc} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2319 2024.11.19 05:54:30.331545 [ 263 ] {480f4e34-a83c-49a0-a0b5-cb28fa8020cc} <Trace> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2320 2024.11.19 05:54:30.331763 [ 263 ] {480f4e34-a83c-49a0-a0b5-cb28fa8020cc} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.00149 sec., 8053.6912751677855 rows/sec., 656.72 KiB/sec.
2321 2024.11.19 05:54:30.331887 [ 263 ] {480f4e34-a83c-49a0-a0b5-cb28fa8020cc} <Debug> TCPHandler: Processed in 0.001770138 sec.
2322 2024.11.19 05:54:30.332037 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2323 2024.11.19 05:54:30.332157 [ 259 ] {6592c0ef-442f-4b51-9ec4-b1b8d42c3de3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2324 2024.11.19 05:54:30.332203 [ 259 ] {6592c0ef-442f-4b51-9ec4-b1b8d42c3de3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2325 2024.11.19 05:54:30.332766 [ 259 ] {6592c0ef-442f-4b51-9ec4-b1b8d42c3de3} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2326 2024.11.19 05:54:30.332805 [ 259 ] {6592c0ef-442f-4b51-9ec4-b1b8d42c3de3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2327 2024.11.19 05:54:30.333160 [ 259 ] {6592c0ef-442f-4b51-9ec4-b1b8d42c3de3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2328 2024.11.19 05:54:30.333418 [ 259 ] {6592c0ef-442f-4b51-9ec4-b1b8d42c3de3} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2329 2024.11.19 05:54:30.333592 [ 259 ] {6592c0ef-442f-4b51-9ec4-b1b8d42c3de3} <Debug> executeQuery: Read 84 rows, 6.93 KiB in 0.001457 sec., 57652.71105010295 rows/sec., 4.64 MiB/sec.
2330 2024.11.19 05:54:30.333641 [ 259 ] {6592c0ef-442f-4b51-9ec4-b1b8d42c3de3} <Debug> TCPHandler: Processed in 0.001658997 sec.
2331 2024.11.19 05:54:30.333778 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2332 2024.11.19 05:54:30.333885 [ 263 ] {9577ed15-46fe-4f8a-a2bd-34a90237aaab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2333 2024.11.19 05:54:30.333932 [ 263 ] {9577ed15-46fe-4f8a-a2bd-34a90237aaab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2334 2024.11.19 05:54:30.334512 [ 263 ] {9577ed15-46fe-4f8a-a2bd-34a90237aaab} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2335 2024.11.19 05:54:30.334551 [ 263 ] {9577ed15-46fe-4f8a-a2bd-34a90237aaab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2336 2024.11.19 05:54:30.334910 [ 263 ] {9577ed15-46fe-4f8a-a2bd-34a90237aaab} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2337 2024.11.19 05:54:30.335161 [ 263 ] {9577ed15-46fe-4f8a-a2bd-34a90237aaab} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2338 2024.11.19 05:54:30.335363 [ 263 ] {9577ed15-46fe-4f8a-a2bd-34a90237aaab} <Debug> executeQuery: Read 23 rows, 1.67 KiB in 0.001499 sec., 15343.562374916612 rows/sec., 1.08 MiB/sec.
2339 2024.11.19 05:54:30.335521 [ 263 ] {9577ed15-46fe-4f8a-a2bd-34a90237aaab} <Debug> TCPHandler: Processed in 0.001794929 sec.
2340 2024.11.19 05:54:30.335671 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2341 2024.11.19 05:54:30.335778 [ 259 ] {8054a815-d0e3-44fb-8bf2-458d880ac3f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2342 2024.11.19 05:54:30.335823 [ 259 ] {8054a815-d0e3-44fb-8bf2-458d880ac3f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2343 2024.11.19 05:54:30.336384 [ 259 ] {8054a815-d0e3-44fb-8bf2-458d880ac3f9} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2344 2024.11.19 05:54:30.336423 [ 259 ] {8054a815-d0e3-44fb-8bf2-458d880ac3f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2345 2024.11.19 05:54:30.336775 [ 259 ] {8054a815-d0e3-44fb-8bf2-458d880ac3f9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2346 2024.11.19 05:54:30.337004 [ 259 ] {8054a815-d0e3-44fb-8bf2-458d880ac3f9} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2347 2024.11.19 05:54:30.337164 [ 259 ] {8054a815-d0e3-44fb-8bf2-458d880ac3f9} <Debug> executeQuery: Read 100 rows, 8.03 KiB in 0.001423 sec., 70274.06886858749 rows/sec., 5.51 MiB/sec.
2348 2024.11.19 05:54:30.337210 [ 259 ] {8054a815-d0e3-44fb-8bf2-458d880ac3f9} <Debug> TCPHandler: Processed in 0.001608967 sec.
2349 2024.11.19 05:54:30.337347 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2350 2024.11.19 05:54:30.337468 [ 263 ] {ad998cc4-d443-4731-9a17-b69fee8dfdfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2351 2024.11.19 05:54:30.337522 [ 263 ] {ad998cc4-d443-4731-9a17-b69fee8dfdfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2352 2024.11.19 05:54:30.338182 [ 263 ] {ad998cc4-d443-4731-9a17-b69fee8dfdfe} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2353 2024.11.19 05:54:30.338225 [ 263 ] {ad998cc4-d443-4731-9a17-b69fee8dfdfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2354 2024.11.19 05:54:30.338613 [ 263 ] {ad998cc4-d443-4731-9a17-b69fee8dfdfe} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2355 2024.11.19 05:54:30.338857 [ 263 ] {ad998cc4-d443-4731-9a17-b69fee8dfdfe} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2356 2024.11.19 05:54:30.339064 [ 263 ] {ad998cc4-d443-4731-9a17-b69fee8dfdfe} <Debug> executeQuery: Read 166 rows, 11.83 KiB in 0.001588 sec., 104534.00503778337 rows/sec., 7.28 MiB/sec.
2357 2024.11.19 05:54:30.339259 [ 263 ] {ad998cc4-d443-4731-9a17-b69fee8dfdfe} <Debug> TCPHandler: Processed in 0.00194316 sec.
2358 2024.11.19 05:54:30.339414 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2359 2024.11.19 05:54:30.339521 [ 259 ] {2c7cdd25-a21a-427e-b60d-a50a447dab63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2360 2024.11.19 05:54:30.339598 [ 259 ] {2c7cdd25-a21a-427e-b60d-a50a447dab63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2361 2024.11.19 05:54:30.340652 [ 259 ] {2c7cdd25-a21a-427e-b60d-a50a447dab63} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2362 2024.11.19 05:54:30.340690 [ 259 ] {2c7cdd25-a21a-427e-b60d-a50a447dab63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2363 2024.11.19 05:54:30.341322 [ 259 ] {2c7cdd25-a21a-427e-b60d-a50a447dab63} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2364 2024.11.19 05:54:30.341594 [ 259 ] {2c7cdd25-a21a-427e-b60d-a50a447dab63} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2365 2024.11.19 05:54:30.341907 [ 259 ] {2c7cdd25-a21a-427e-b60d-a50a447dab63} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002382 sec., 4617.968094038623 rows/sec., 8.28 MiB/sec.
2366 2024.11.19 05:54:30.342124 [ 259 ] {2c7cdd25-a21a-427e-b60d-a50a447dab63} <Debug> TCPHandler: Processed in 0.002760218 sec.
2367 2024.11.19 05:54:30.342293 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2368 2024.11.19 05:54:30.342408 [ 263 ] {d5550826-d9a0-4051-a672-60a17f50c6bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2369 2024.11.19 05:54:30.342457 [ 263 ] {d5550826-d9a0-4051-a672-60a17f50c6bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2370 2024.11.19 05:54:30.342910 [ 263 ] {d5550826-d9a0-4051-a672-60a17f50c6bf} <Trace> oximeter.measurements_i64 (15a1e262-d2de-4fd3-ae3b-7045ee4b1b7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2371 2024.11.19 05:54:30.342962 [ 263 ] {d5550826-d9a0-4051-a672-60a17f50c6bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2372 2024.11.19 05:54:30.343337 [ 263 ] {d5550826-d9a0-4051-a672-60a17f50c6bf} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2373 2024.11.19 05:54:30.343583 [ 263 ] {d5550826-d9a0-4051-a672-60a17f50c6bf} <Trace> oximeter.measurements_i64 (15a1e262-d2de-4fd3-ae3b-7045ee4b1b7d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2374 2024.11.19 05:54:30.343856 [ 263 ] {d5550826-d9a0-4051-a672-60a17f50c6bf} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.001449 sec., 10351.966873706004 rows/sec., 750.79 KiB/sec.
2375 2024.11.19 05:54:30.343958 [ 263 ] {d5550826-d9a0-4051-a672-60a17f50c6bf} <Debug> TCPHandler: Processed in 0.001720798 sec.
2376 2024.11.19 05:54:30.344126 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2377 2024.11.19 05:54:30.344238 [ 259 ] {849ab24a-99f6-4288-aeb9-ae5e265bde57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2378 2024.11.19 05:54:30.344285 [ 259 ] {849ab24a-99f6-4288-aeb9-ae5e265bde57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2379 2024.11.19 05:54:30.344742 [ 259 ] {849ab24a-99f6-4288-aeb9-ae5e265bde57} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2380 2024.11.19 05:54:30.344782 [ 259 ] {849ab24a-99f6-4288-aeb9-ae5e265bde57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2381 2024.11.19 05:54:30.345147 [ 259 ] {849ab24a-99f6-4288-aeb9-ae5e265bde57} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2382 2024.11.19 05:54:30.345394 [ 259 ] {849ab24a-99f6-4288-aeb9-ae5e265bde57} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2383 2024.11.19 05:54:30.345660 [ 259 ] {849ab24a-99f6-4288-aeb9-ae5e265bde57} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001437 sec., 41753.65344467641 rows/sec., 2.81 MiB/sec.
2384 2024.11.19 05:54:30.345829 [ 259 ] {849ab24a-99f6-4288-aeb9-ae5e265bde57} <Debug> TCPHandler: Processed in 0.001768399 sec.
2385 2024.11.19 05:54:31.111640 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124
2386 2024.11.19 05:54:31.112385 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2387 2024.11.19 05:54:31.112434 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2388 2024.11.19 05:54:31.112960 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2389 2024.11.19 05:54:31.113226 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2390 2024.11.19 05:54:31.113430 [ 153 ] {} <Debug> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2391 2024.11.19 05:54:31.113491 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124
2392 2024.11.19 05:54:31.113540 [ 153 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2393 2024.11.19 05:54:31.113571 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2394 2024.11.19 05:54:31.113685 [ 200 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::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
2395 2024.11.19 05:54:31.113791 [ 200 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2396 2024.11.19 05:54:31.113825 [ 200 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::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
2397 2024.11.19 05:54:31.113894 [ 200 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part
2398 2024.11.19 05:54:31.114109 [ 200 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part
2399 2024.11.19 05:54:31.114290 [ 200 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part
2400 2024.11.19 05:54:31.114429 [ 200 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part
2401 2024.11.19 05:54:31.114564 [ 200 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part
2402 2024.11.19 05:54:31.116355 [ 187 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.002717869 sec., 1885300.5792405743 rows/sec., 26.97 MiB/sec.
2403 2024.11.19 05:54:31.117125 [ 189 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2404 2024.11.19 05:54:31.117468 [ 189 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_11_2} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2405 2024.11.19 05:54:31.117563 [ 189 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_11_2} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2406 2024.11.19 05:54:31.117676 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
2407 2024.11.19 05:54:31.416630 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2408 2024.11.19 05:54:31.437832 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2409 2024.11.19 05:54:31.437894 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2410 2024.11.19 05:54:31.445303 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2411 2024.11.19 05:54:31.446064 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2412 2024.11.19 05:54:31.446368 [ 127 ] {} <Debug> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2413 2024.11.19 05:54:31.446445 [ 127 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2414 2024.11.19 05:54:31.446494 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2415 2024.11.19 05:54:31.446742 [ 187 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
2416 2024.11.19 05:54:31.455234 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2417 2024.11.19 05:54:31.456466 [ 187 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2418 2024.11.19 05:54:31.457338 [ 187 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
2419 2024.11.19 05:54:31.461563 [ 187 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
2420 2024.11.19 05:54:31.465796 [ 187 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
2421 2024.11.19 05:54:31.470302 [ 187 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
2422 2024.11.19 05:54:31.475174 [ 187 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
2423 2024.11.19 05:54:31.479463 [ 187 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
2424 2024.11.19 05:54:31.535001 [ 189 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.088410448 sec., 938.8030699720015 rows/sec., 4.85 MiB/sec.
2425 2024.11.19 05:54:31.537704 [ 189 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2426 2024.11.19 05:54:31.540978 [ 189 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_11_2} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2427 2024.11.19 05:54:31.541117 [ 189 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_11_2} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2428 2024.11.19 05:54:31.543604 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB.
2429 2024.11.19 05:54:32.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.32 MiB, peak 180.21 MiB, free memory in arenas 0.00 B, will set to 172.27 MiB (RSS), difference: 1.95 MiB
2430 2024.11.19 05:54:35.318042 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2431 2024.11.19 05:54:35.318253 [ 259 ] {d7574763-c567-4472-9a8b-53fba33a7818} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2432 2024.11.19 05:54:35.318333 [ 259 ] {d7574763-c567-4472-9a8b-53fba33a7818} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2433 2024.11.19 05:54:35.319099 [ 259 ] {d7574763-c567-4472-9a8b-53fba33a7818} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2434 2024.11.19 05:54:35.319146 [ 259 ] {d7574763-c567-4472-9a8b-53fba33a7818} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2435 2024.11.19 05:54:35.319582 [ 259 ] {d7574763-c567-4472-9a8b-53fba33a7818} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2436 2024.11.19 05:54:35.319850 [ 259 ] {d7574763-c567-4472-9a8b-53fba33a7818} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2437 2024.11.19 05:54:35.320055 [ 259 ] {d7574763-c567-4472-9a8b-53fba33a7818} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001855 sec., 30188.679245283016 rows/sec., 2.32 MiB/sec.
2438 2024.11.19 05:54:35.320118 [ 259 ] {d7574763-c567-4472-9a8b-53fba33a7818} <Debug> TCPHandler: Processed in 0.002206633 sec.
2439 2024.11.19 05:54:35.320288 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2440 2024.11.19 05:54:35.320410 [ 263 ] {a4a47ca1-88ce-4e2d-a71b-ad13c04f566f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2441 2024.11.19 05:54:35.320462 [ 263 ] {a4a47ca1-88ce-4e2d-a71b-ad13c04f566f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2442 2024.11.19 05:54:35.321042 [ 263 ] {a4a47ca1-88ce-4e2d-a71b-ad13c04f566f} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2443 2024.11.19 05:54:35.321084 [ 263 ] {a4a47ca1-88ce-4e2d-a71b-ad13c04f566f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2444 2024.11.19 05:54:35.321476 [ 263 ] {a4a47ca1-88ce-4e2d-a71b-ad13c04f566f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2445 2024.11.19 05:54:35.321736 [ 263 ] {a4a47ca1-88ce-4e2d-a71b-ad13c04f566f} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2446 2024.11.19 05:54:35.321922 [ 263 ] {a4a47ca1-88ce-4e2d-a71b-ad13c04f566f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001541 sec., 41531.47306943543 rows/sec., 3.24 MiB/sec.
2447 2024.11.19 05:54:35.321976 [ 263 ] {a4a47ca1-88ce-4e2d-a71b-ad13c04f566f} <Debug> TCPHandler: Processed in 0.001747538 sec.
2448 2024.11.19 05:54:35.322114 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2449 2024.11.19 05:54:35.322227 [ 259 ] {6f83520a-31a4-4f98-bf92-4d5da23b6cf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2450 2024.11.19 05:54:35.322277 [ 259 ] {6f83520a-31a4-4f98-bf92-4d5da23b6cf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2451 2024.11.19 05:54:35.322794 [ 259 ] {6f83520a-31a4-4f98-bf92-4d5da23b6cf7} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2452 2024.11.19 05:54:35.322832 [ 259 ] {6f83520a-31a4-4f98-bf92-4d5da23b6cf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2453 2024.11.19 05:54:35.323235 [ 259 ] {6f83520a-31a4-4f98-bf92-4d5da23b6cf7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2454 2024.11.19 05:54:35.323484 [ 259 ] {6f83520a-31a4-4f98-bf92-4d5da23b6cf7} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2455 2024.11.19 05:54:35.323674 [ 259 ] {6f83520a-31a4-4f98-bf92-4d5da23b6cf7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00147 sec., 108843.53741496599 rows/sec., 7.58 MiB/sec.
2456 2024.11.19 05:54:35.323778 [ 259 ] {6f83520a-31a4-4f98-bf92-4d5da23b6cf7} <Debug> TCPHandler: Processed in 0.001715348 sec.
2457 2024.11.19 05:54:35.323923 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2458 2024.11.19 05:54:35.324057 [ 263 ] {32fab87f-1cad-43c5-be2f-11b9b4145c75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2459 2024.11.19 05:54:35.324114 [ 263 ] {32fab87f-1cad-43c5-be2f-11b9b4145c75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2460 2024.11.19 05:54:35.324618 [ 263 ] {32fab87f-1cad-43c5-be2f-11b9b4145c75} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2461 2024.11.19 05:54:35.324656 [ 263 ] {32fab87f-1cad-43c5-be2f-11b9b4145c75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2462 2024.11.19 05:54:35.325039 [ 263 ] {32fab87f-1cad-43c5-be2f-11b9b4145c75} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2463 2024.11.19 05:54:35.325291 [ 263 ] {32fab87f-1cad-43c5-be2f-11b9b4145c75} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2464 2024.11.19 05:54:35.325470 [ 263 ] {32fab87f-1cad-43c5-be2f-11b9b4145c75} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001444 sec., 41551.246537396124 rows/sec., 2.80 MiB/sec.
2465 2024.11.19 05:54:35.325520 [ 263 ] {32fab87f-1cad-43c5-be2f-11b9b4145c75} <Debug> TCPHandler: Processed in 0.001661017 sec.
2466 2024.11.19 05:54:36.583923 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37000, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2467 2024.11.19 05:54:36.621274 [ 78 ] {} <Debug> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2468 2024.11.19 05:54:36.621337 [ 78 ] {} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2469 2024.11.19 05:54:36.621359 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2470 2024.11.19 05:54:36.621575 [ 201 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::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
2471 2024.11.19 05:54:36.621757 [ 201 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2472 2024.11.19 05:54:36.621797 [ 201 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::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
2473 2024.11.19 05:54:36.621878 [ 201 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part
2474 2024.11.19 05:54:36.622097 [ 201 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::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
2475 2024.11.19 05:54:36.622316 [ 201 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::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
2476 2024.11.19 05:54:36.622448 [ 201 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part
2477 2024.11.19 05:54:36.623529 [ 189 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.002089132 sec., 14360.030864493005 rows/sec., 750.26 KiB/sec.
2478 2024.11.19 05:54:36.623717 [ 192 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2479 2024.11.19 05:54:36.624074 [ 192 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_5_1} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2480 2024.11.19 05:54:36.624159 [ 192 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_5_1} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2481 2024.11.19 05:54:36.624257 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
2482 2024.11.19 05:54:36.817569 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56385, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2483 2024.11.19 05:54:36.866949 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38420, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2484 2024.11.19 05:54:36.874284 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36599, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2485 2024.11.19 05:54:37.005659 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52186, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2486 2024.11.19 05:54:37.015079 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34823, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2487 2024.11.19 05:54:37.034467 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34936, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2488 2024.11.19 05:54:37.044841 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59021, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2489 2024.11.19 05:54:37.736334 [ 65 ] {} <Debug> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2490 2024.11.19 05:54:37.736403 [ 65 ] {} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2491 2024.11.19 05:54:37.736429 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2492 2024.11.19 05:54:37.736584 [ 192 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::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
2493 2024.11.19 05:54:37.736737 [ 192 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2494 2024.11.19 05:54:37.736772 [ 192 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 242 rows starting from the beginning of the part
2495 2024.11.19 05:54:37.736855 [ 192 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::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
2496 2024.11.19 05:54:37.737105 [ 192 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part
2497 2024.11.19 05:54:37.737330 [ 192 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part
2498 2024.11.19 05:54:37.737504 [ 192 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part
2499 2024.11.19 05:54:37.738730 [ 186 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002221174 sec., 134163.2848214503 rows/sec., 9.62 MiB/sec.
2500 2024.11.19 05:54:37.738966 [ 186 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2501 2024.11.19 05:54:37.739363 [ 186 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_5_1} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2502 2024.11.19 05:54:37.739471 [ 186 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_5_1} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2503 2024.11.19 05:54:37.739590 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
2504 2024.11.19 05:54:38.523024 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache
2505 2024.11.19 05:54:38.523072 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache
2506 2024.11.19 05:54:38.613765 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551
2507 2024.11.19 05:54:38.614544 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2508 2024.11.19 05:54:38.614589 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2509 2024.11.19 05:54:38.615188 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2510 2024.11.19 05:54:38.615465 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2511 2024.11.19 05:54:38.615643 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2512 2024.11.19 05:54:38.642087 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 384
2513 2024.11.19 05:54:38.645508 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2514 2024.11.19 05:54:38.645558 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2515 2024.11.19 05:54:38.647047 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2516 2024.11.19 05:54:38.647371 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2517 2024.11.19 05:54:38.648236 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 384
2518 2024.11.19 05:54:38.955417 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2519 2024.11.19 05:54:38.974463 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2520 2024.11.19 05:54:38.974518 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2521 2024.11.19 05:54:38.981646 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2522 2024.11.19 05:54:38.982422 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2523 2024.11.19 05:54:38.985563 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2524 2024.11.19 05:54:39.775570 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62272, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2525 2024.11.19 05:54:40.247282 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46229, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2526 2024.11.19 05:54:40.324766 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2527 2024.11.19 05:54:40.324953 [ 259 ] {7c474aa0-8d4a-4fee-af54-37a08754d9e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2528 2024.11.19 05:54:40.325027 [ 259 ] {7c474aa0-8d4a-4fee-af54-37a08754d9e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2529 2024.11.19 05:54:40.325808 [ 259 ] {7c474aa0-8d4a-4fee-af54-37a08754d9e3} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2530 2024.11.19 05:54:40.325861 [ 259 ] {7c474aa0-8d4a-4fee-af54-37a08754d9e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2531 2024.11.19 05:54:40.326318 [ 259 ] {7c474aa0-8d4a-4fee-af54-37a08754d9e3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2532 2024.11.19 05:54:40.326615 [ 259 ] {7c474aa0-8d4a-4fee-af54-37a08754d9e3} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2533 2024.11.19 05:54:40.326857 [ 259 ] {7c474aa0-8d4a-4fee-af54-37a08754d9e3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001957 sec., 7153.806847215125 rows/sec., 514.98 KiB/sec.
2534 2024.11.19 05:54:40.326925 [ 259 ] {7c474aa0-8d4a-4fee-af54-37a08754d9e3} <Debug> TCPHandler: Processed in 0.002289184 sec.
2535 2024.11.19 05:54:40.327124 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2536 2024.11.19 05:54:40.327273 [ 263 ] {447b7577-17ea-4b8f-8001-578f1d628d50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2537 2024.11.19 05:54:40.327334 [ 263 ] {447b7577-17ea-4b8f-8001-578f1d628d50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2538 2024.11.19 05:54:40.328121 [ 263 ] {447b7577-17ea-4b8f-8001-578f1d628d50} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2539 2024.11.19 05:54:40.328165 [ 263 ] {447b7577-17ea-4b8f-8001-578f1d628d50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2540 2024.11.19 05:54:40.328575 [ 263 ] {447b7577-17ea-4b8f-8001-578f1d628d50} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2541 2024.11.19 05:54:40.328834 [ 263 ] {447b7577-17ea-4b8f-8001-578f1d628d50} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2542 2024.11.19 05:54:40.329014 [ 62 ] {} <Debug> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2543 2024.11.19 05:54:40.329088 [ 263 ] {447b7577-17ea-4b8f-8001-578f1d628d50} <Debug> executeQuery: Read 283 rows, 25.59 KiB in 0.001847 sec., 153221.44017325394 rows/sec., 13.53 MiB/sec.
2544 2024.11.19 05:54:40.329099 [ 62 ] {} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2545 2024.11.19 05:54:40.329173 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2546 2024.11.19 05:54:40.329228 [ 263 ] {447b7577-17ea-4b8f-8001-578f1d628d50} <Debug> TCPHandler: Processed in 0.002173683 sec.
2547 2024.11.19 05:54:40.329439 [ 189 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::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
2548 2024.11.19 05:54:40.329452 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2549 2024.11.19 05:54:40.329717 [ 189 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2550 2024.11.19 05:54:40.329730 [ 259 ] {8b038bc4-da1a-4b5b-a5b0-30726390c8cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2551 2024.11.19 05:54:40.329780 [ 189 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1401 rows starting from the beginning of the part
2552 2024.11.19 05:54:40.329824 [ 259 ] {8b038bc4-da1a-4b5b-a5b0-30726390c8cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2553 2024.11.19 05:54:40.330100 [ 189 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part
2554 2024.11.19 05:54:40.330449 [ 189 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 261 rows starting from the beginning of the part
2555 2024.11.19 05:54:40.330816 [ 189 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 84 rows starting from the beginning of the part
2556 2024.11.19 05:54:40.331183 [ 189 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part
2557 2024.11.19 05:54:40.331514 [ 189 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 283 rows starting from the beginning of the part
2558 2024.11.19 05:54:40.332852 [ 259 ] {8b038bc4-da1a-4b5b-a5b0-30726390c8cd} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2559 2024.11.19 05:54:40.332918 [ 259 ] {8b038bc4-da1a-4b5b-a5b0-30726390c8cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2560 2024.11.19 05:54:40.334108 [ 259 ] {8b038bc4-da1a-4b5b-a5b0-30726390c8cd} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2561 2024.11.19 05:54:40.334498 [ 259 ] {8b038bc4-da1a-4b5b-a5b0-30726390c8cd} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2562 2024.11.19 05:54:40.335078 [ 259 ] {8b038bc4-da1a-4b5b-a5b0-30726390c8cd} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.005421 sec., 8669.987087253276 rows/sec., 638.97 KiB/sec.
2563 2024.11.19 05:54:40.335141 [ 192 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2141 rows, containing 5 columns (5 merged, 0 gathered) in 0.005839221 sec., 366658.4977687948 rows/sec., 32.32 MiB/sec.
2564 2024.11.19 05:54:40.335182 [ 259 ] {8b038bc4-da1a-4b5b-a5b0-30726390c8cd} <Debug> TCPHandler: Processed in 0.005830991 sec.
2565 2024.11.19 05:54:40.335330 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2566 2024.11.19 05:54:40.335391 [ 192 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2567 2024.11.19 05:54:40.335471 [ 263 ] {46f8990b-a268-48b5-9945-a65565bfd805} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2568 2024.11.19 05:54:40.335522 [ 263 ] {46f8990b-a268-48b5-9945-a65565bfd805} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2569 2024.11.19 05:54:40.335767 [ 192 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_16_3} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2570 2024.11.19 05:54:40.335902 [ 192 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_16_3} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2571 2024.11.19 05:54:40.336009 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB.
2572 2024.11.19 05:54:40.336247 [ 263 ] {46f8990b-a268-48b5-9945-a65565bfd805} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2573 2024.11.19 05:54:40.336288 [ 263 ] {46f8990b-a268-48b5-9945-a65565bfd805} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2574 2024.11.19 05:54:40.336657 [ 263 ] {46f8990b-a268-48b5-9945-a65565bfd805} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2575 2024.11.19 05:54:40.336909 [ 263 ] {46f8990b-a268-48b5-9945-a65565bfd805} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2576 2024.11.19 05:54:40.337128 [ 263 ] {46f8990b-a268-48b5-9945-a65565bfd805} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001698 sec., 8244.994110718491 rows/sec., 577.43 KiB/sec.
2577 2024.11.19 05:54:40.337186 [ 263 ] {46f8990b-a268-48b5-9945-a65565bfd805} <Debug> TCPHandler: Processed in 0.001911619 sec.
2578 2024.11.19 05:54:40.337325 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2579 2024.11.19 05:54:40.337456 [ 259 ] {d25206b6-aad5-4aaf-be06-a52801c40a17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2580 2024.11.19 05:54:40.337509 [ 259 ] {d25206b6-aad5-4aaf-be06-a52801c40a17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2581 2024.11.19 05:54:40.338068 [ 259 ] {d25206b6-aad5-4aaf-be06-a52801c40a17} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2582 2024.11.19 05:54:40.338108 [ 259 ] {d25206b6-aad5-4aaf-be06-a52801c40a17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2583 2024.11.19 05:54:40.338458 [ 259 ] {d25206b6-aad5-4aaf-be06-a52801c40a17} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2584 2024.11.19 05:54:40.338699 [ 259 ] {d25206b6-aad5-4aaf-be06-a52801c40a17} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2585 2024.11.19 05:54:40.338937 [ 259 ] {d25206b6-aad5-4aaf-be06-a52801c40a17} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001509 sec., 8614.976805831677 rows/sec., 537.14 KiB/sec.
2586 2024.11.19 05:54:40.338989 [ 259 ] {d25206b6-aad5-4aaf-be06-a52801c40a17} <Debug> TCPHandler: Processed in 0.001728268 sec.
2587 2024.11.19 05:54:40.339138 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2588 2024.11.19 05:54:40.339266 [ 263 ] {d2cf810b-d6b1-4493-ad6a-011f9d179d78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2589 2024.11.19 05:54:40.339321 [ 263 ] {d2cf810b-d6b1-4493-ad6a-011f9d179d78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2590 2024.11.19 05:54:40.340121 [ 263 ] {d2cf810b-d6b1-4493-ad6a-011f9d179d78} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2591 2024.11.19 05:54:40.340162 [ 263 ] {d2cf810b-d6b1-4493-ad6a-011f9d179d78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2592 2024.11.19 05:54:40.340552 [ 263 ] {d2cf810b-d6b1-4493-ad6a-011f9d179d78} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2593 2024.11.19 05:54:40.340821 [ 263 ] {d2cf810b-d6b1-4493-ad6a-011f9d179d78} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2594 2024.11.19 05:54:40.341004 [ 62 ] {} <Debug> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2595 2024.11.19 05:54:40.341081 [ 62 ] {} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2596 2024.11.19 05:54:40.341097 [ 263 ] {d2cf810b-d6b1-4493-ad6a-011f9d179d78} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001852 sec., 227861.77105831535 rows/sec., 16.29 MiB/sec.
2597 2024.11.19 05:54:40.341115 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2598 2024.11.19 05:54:40.341265 [ 263 ] {d2cf810b-d6b1-4493-ad6a-011f9d179d78} <Debug> TCPHandler: Processed in 0.002185973 sec.
2599 2024.11.19 05:54:40.341357 [ 193 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::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
2600 2024.11.19 05:54:40.341460 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2601 2024.11.19 05:54:40.341538 [ 193 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2602 2024.11.19 05:54:40.341599 [ 193 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 874 rows starting from the beginning of the part
2603 2024.11.19 05:54:40.341721 [ 259 ] {5173d91a-6566-4f06-89c2-79784e425c56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2604 2024.11.19 05:54:40.341795 [ 193 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part
2605 2024.11.19 05:54:40.341970 [ 259 ] {5173d91a-6566-4f06-89c2-79784e425c56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2606 2024.11.19 05:54:40.342191 [ 193 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 411 rows starting from the beginning of the part
2607 2024.11.19 05:54:40.342468 [ 193 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::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
2608 2024.11.19 05:54:40.342867 [ 193 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part
2609 2024.11.19 05:54:40.343205 [ 193 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 422 rows starting from the beginning of the part
2610 2024.11.19 05:54:40.344283 [ 259 ] {5173d91a-6566-4f06-89c2-79784e425c56} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2611 2024.11.19 05:54:40.344361 [ 259 ] {5173d91a-6566-4f06-89c2-79784e425c56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2612 2024.11.19 05:54:40.345406 [ 259 ] {5173d91a-6566-4f06-89c2-79784e425c56} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2613 2024.11.19 05:54:40.345815 [ 259 ] {5173d91a-6566-4f06-89c2-79784e425c56} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2614 2024.11.19 05:54:40.346322 [ 259 ] {5173d91a-6566-4f06-89c2-79784e425c56} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004666 sec., 1285.8979854264894 rows/sec., 67.18 KiB/sec.
2615 2024.11.19 05:54:40.346442 [ 192 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1935 rows, containing 5 columns (5 merged, 0 gathered) in 0.005198013 sec., 372257.62998284155 rows/sec., 28.48 MiB/sec.
2616 2024.11.19 05:54:40.346445 [ 259 ] {5173d91a-6566-4f06-89c2-79784e425c56} <Debug> TCPHandler: Processed in 0.005065753 sec.
2617 2024.11.19 05:54:40.346642 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2618 2024.11.19 05:54:40.346652 [ 192 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2619 2024.11.19 05:54:40.346779 [ 263 ] {1ed1e221-5689-4ab8-a6c0-665549384c17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2620 2024.11.19 05:54:40.346840 [ 263 ] {1ed1e221-5689-4ab8-a6c0-665549384c17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2621 2024.11.19 05:54:40.347017 [ 192 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_16_3} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2622 2024.11.19 05:54:40.347142 [ 192 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_16_3} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2623 2024.11.19 05:54:40.347236 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
2624 2024.11.19 05:54:40.347514 [ 263 ] {1ed1e221-5689-4ab8-a6c0-665549384c17} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2625 2024.11.19 05:54:40.347554 [ 263 ] {1ed1e221-5689-4ab8-a6c0-665549384c17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2626 2024.11.19 05:54:40.347954 [ 263 ] {1ed1e221-5689-4ab8-a6c0-665549384c17} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2627 2024.11.19 05:54:40.348208 [ 263 ] {1ed1e221-5689-4ab8-a6c0-665549384c17} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2628 2024.11.19 05:54:40.348376 [ 62 ] {} <Debug> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2629 2024.11.19 05:54:40.348435 [ 62 ] {} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2630 2024.11.19 05:54:40.348474 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2631 2024.11.19 05:54:40.348479 [ 263 ] {1ed1e221-5689-4ab8-a6c0-665549384c17} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001719 sec., 137870.85514834206 rows/sec., 9.24 MiB/sec.
2632 2024.11.19 05:54:40.348683 [ 263 ] {1ed1e221-5689-4ab8-a6c0-665549384c17} <Debug> TCPHandler: Processed in 0.002102352 sec.
2633 2024.11.19 05:54:40.348761 [ 195 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
2634 2024.11.19 05:54:40.348854 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2635 2024.11.19 05:54:40.349012 [ 195 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2636 2024.11.19 05:54:40.349078 [ 259 ] {c9c0187c-9c07-4450-9ea0-f232d6cf9baa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2637 2024.11.19 05:54:40.349093 [ 195 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3306 rows starting from the beginning of the part
2638 2024.11.19 05:54:40.349178 [ 259 ] {c9c0187c-9c07-4450-9ea0-f232d6cf9baa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2639 2024.11.19 05:54:40.349458 [ 195 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part
2640 2024.11.19 05:54:40.349809 [ 195 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 237 rows starting from the beginning of the part
2641 2024.11.19 05:54:40.350175 [ 195 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 166 rows starting from the beginning of the part
2642 2024.11.19 05:54:40.350502 [ 195 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part
2643 2024.11.19 05:54:40.350786 [ 195 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 237 rows starting from the beginning of the part
2644 2024.11.19 05:54:40.351611 [ 259 ] {c9c0187c-9c07-4450-9ea0-f232d6cf9baa} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2645 2024.11.19 05:54:40.351679 [ 259 ] {c9c0187c-9c07-4450-9ea0-f232d6cf9baa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2646 2024.11.19 05:54:40.352388 [ 259 ] {c9c0187c-9c07-4450-9ea0-f232d6cf9baa} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2647 2024.11.19 05:54:40.352937 [ 259 ] {c9c0187c-9c07-4450-9ea0-f232d6cf9baa} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2648 2024.11.19 05:54:40.353299 [ 259 ] {c9c0187c-9c07-4450-9ea0-f232d6cf9baa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004273 sec., 234.02761525860052 rows/sec., 15.77 KiB/sec.
2649 2024.11.19 05:54:40.353365 [ 259 ] {c9c0187c-9c07-4450-9ea0-f232d6cf9baa} <Debug> TCPHandler: Processed in 0.004578337 sec.
2650 2024.11.19 05:54:40.353640 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2651 2024.11.19 05:54:40.353933 [ 263 ] {ee944941-5963-436f-953b-6ec3837ffdee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2652 2024.11.19 05:54:40.353948 [ 195 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4266 rows, containing 5 columns (5 merged, 0 gathered) in 0.005382135 sec., 792622.2586389974 rows/sec., 53.71 MiB/sec.
2653 2024.11.19 05:54:40.354055 [ 263 ] {ee944941-5963-436f-953b-6ec3837ffdee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2654 2024.11.19 05:54:40.354370 [ 195 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2655 2024.11.19 05:54:40.355136 [ 195 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2656 2024.11.19 05:54:40.355323 [ 195 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2657 2024.11.19 05:54:40.355429 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB.
2658 2024.11.19 05:54:40.356026 [ 263 ] {ee944941-5963-436f-953b-6ec3837ffdee} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2659 2024.11.19 05:54:40.356071 [ 263 ] {ee944941-5963-436f-953b-6ec3837ffdee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2660 2024.11.19 05:54:40.356770 [ 263 ] {ee944941-5963-436f-953b-6ec3837ffdee} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2661 2024.11.19 05:54:40.357037 [ 263 ] {ee944941-5963-436f-953b-6ec3837ffdee} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2662 2024.11.19 05:54:40.357299 [ 263 ] {ee944941-5963-436f-953b-6ec3837ffdee} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.003425 sec., 11678.83211678832 rows/sec., 20.93 MiB/sec.
2663 2024.11.19 05:54:40.357432 [ 263 ] {ee944941-5963-436f-953b-6ec3837ffdee} <Debug> TCPHandler: Processed in 0.003963701 sec.
2664 2024.11.19 05:54:40.357574 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2665 2024.11.19 05:54:40.357683 [ 259 ] {251dc329-07bd-4214-96cf-7e38688ee88c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2666 2024.11.19 05:54:40.357728 [ 259 ] {251dc329-07bd-4214-96cf-7e38688ee88c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2667 2024.11.19 05:54:40.358171 [ 259 ] {251dc329-07bd-4214-96cf-7e38688ee88c} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2668 2024.11.19 05:54:40.358209 [ 259 ] {251dc329-07bd-4214-96cf-7e38688ee88c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2669 2024.11.19 05:54:40.358567 [ 259 ] {251dc329-07bd-4214-96cf-7e38688ee88c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2670 2024.11.19 05:54:40.358806 [ 259 ] {251dc329-07bd-4214-96cf-7e38688ee88c} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2671 2024.11.19 05:54:40.358974 [ 67 ] {} <Debug> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2672 2024.11.19 05:54:40.359030 [ 67 ] {} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2673 2024.11.19 05:54:40.359040 [ 259 ] {251dc329-07bd-4214-96cf-7e38688ee88c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001373 sec., 59723.233794610336 rows/sec., 3.79 MiB/sec.
2674 2024.11.19 05:54:40.359066 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2675 2024.11.19 05:54:40.359157 [ 259 ] {251dc329-07bd-4214-96cf-7e38688ee88c} <Debug> TCPHandler: Processed in 0.001626986 sec.
2676 2024.11.19 05:54:40.359243 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full
2677 2024.11.19 05:54:40.359356 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2678 2024.11.19 05:54:40.359383 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 652 rows starting from the beginning of the part
2679 2024.11.19 05:54:40.359454 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part
2680 2024.11.19 05:54:40.359560 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 82 rows starting from the beginning of the part
2681 2024.11.19 05:54:40.359792 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part
2682 2024.11.19 05:54:40.359873 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part
2683 2024.11.19 05:54:40.359937 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 82 rows starting from the beginning of the part
2684 2024.11.19 05:54:40.361114 [ 194 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 996 rows, containing 4 columns (4 merged, 0 gathered) in 0.00194282 sec., 512656.85961643385 rows/sec., 33.57 MiB/sec.
2685 2024.11.19 05:54:40.361348 [ 194 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2686 2024.11.19 05:54:40.361723 [ 194 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_16_3} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2687 2024.11.19 05:54:40.361811 [ 194 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_16_3} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2688 2024.11.19 05:54:40.361909 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
2689 2024.11.19 05:54:40.491201 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38511, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2690 2024.11.19 05:54:40.502549 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48827, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2691 2024.11.19 05:54:40.543024 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54556, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2692 2024.11.19 05:54:40.666192 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50387, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2693 2024.11.19 05:54:40.691979 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40222, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2694 2024.11.19 05:54:40.691980 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56767, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2695 2024.11.19 05:54:41.080700 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58957, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2696 2024.11.19 05:54:41.318289 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52227, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2697 2024.11.19 05:54:41.431070 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36396, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2698 2024.11.19 05:54:41.507810 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50128, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2699 2024.11.19 05:54:41.518263 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46077, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2700 2024.11.19 05:54:41.528540 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45674, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2701 2024.11.19 05:54:41.646960 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40540, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2702 2024.11.19 05:54:41.684095 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47534, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2703 2024.11.19 05:54:41.701480 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33282, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2704 2024.11.19 05:54:41.899359 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50177, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2705 2024.11.19 05:54:41.915684 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56159, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2706 2024.11.19 05:54:41.950387 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45500, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2707 2024.11.19 05:54:42.241348 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46929, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2708 2024.11.19 05:54:42.302577 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55041, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2709 2024.11.19 05:54:42.311540 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42291, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2710 2024.11.19 05:54:42.376238 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49840, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2711 2024.11.19 05:54:45.317412 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2712 2024.11.19 05:54:45.317617 [ 259 ] {a0310ac7-82a4-4580-aa26-0066261e190f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2713 2024.11.19 05:54:45.317692 [ 259 ] {a0310ac7-82a4-4580-aa26-0066261e190f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2714 2024.11.19 05:54:45.318476 [ 259 ] {a0310ac7-82a4-4580-aa26-0066261e190f} <Trace> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2715 2024.11.19 05:54:45.318528 [ 259 ] {a0310ac7-82a4-4580-aa26-0066261e190f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2716 2024.11.19 05:54:45.318940 [ 259 ] {a0310ac7-82a4-4580-aa26-0066261e190f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2717 2024.11.19 05:54:45.319198 [ 259 ] {a0310ac7-82a4-4580-aa26-0066261e190f} <Trace> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2718 2024.11.19 05:54:45.319412 [ 259 ] {a0310ac7-82a4-4580-aa26-0066261e190f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001846 sec., 1083.4236186348862 rows/sec., 88.35 KiB/sec.
2719 2024.11.19 05:54:45.319589 [ 259 ] {a0310ac7-82a4-4580-aa26-0066261e190f} <Debug> TCPHandler: Processed in 0.002307924 sec.
2720 2024.11.19 05:54:45.319796 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2721 2024.11.19 05:54:45.319920 [ 263 ] {b989bc38-8977-4688-ae8e-72e25db70e70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2722 2024.11.19 05:54:45.319971 [ 263 ] {b989bc38-8977-4688-ae8e-72e25db70e70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2723 2024.11.19 05:54:45.320562 [ 263 ] {b989bc38-8977-4688-ae8e-72e25db70e70} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2724 2024.11.19 05:54:45.320600 [ 263 ] {b989bc38-8977-4688-ae8e-72e25db70e70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2725 2024.11.19 05:54:45.320967 [ 263 ] {b989bc38-8977-4688-ae8e-72e25db70e70} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2726 2024.11.19 05:54:45.321238 [ 263 ] {b989bc38-8977-4688-ae8e-72e25db70e70} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2727 2024.11.19 05:54:45.321414 [ 263 ] {b989bc38-8977-4688-ae8e-72e25db70e70} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001523 sec., 37426.13263296126 rows/sec., 2.87 MiB/sec.
2728 2024.11.19 05:54:45.321465 [ 263 ] {b989bc38-8977-4688-ae8e-72e25db70e70} <Debug> TCPHandler: Processed in 0.001727989 sec.
2729 2024.11.19 05:54:45.321620 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2730 2024.11.19 05:54:45.321752 [ 259 ] {d6ef4b49-f7b1-47f5-8629-c6f3c20b53b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2731 2024.11.19 05:54:45.321798 [ 259 ] {d6ef4b49-f7b1-47f5-8629-c6f3c20b53b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2732 2024.11.19 05:54:45.322395 [ 259 ] {d6ef4b49-f7b1-47f5-8629-c6f3c20b53b0} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2733 2024.11.19 05:54:45.322435 [ 259 ] {d6ef4b49-f7b1-47f5-8629-c6f3c20b53b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2734 2024.11.19 05:54:45.322850 [ 259 ] {d6ef4b49-f7b1-47f5-8629-c6f3c20b53b0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2735 2024.11.19 05:54:45.323101 [ 259 ] {d6ef4b49-f7b1-47f5-8629-c6f3c20b53b0} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2736 2024.11.19 05:54:45.323287 [ 259 ] {d6ef4b49-f7b1-47f5-8629-c6f3c20b53b0} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001555 sec., 1286.1736334405145 rows/sec., 89.81 KiB/sec.
2737 2024.11.19 05:54:45.323382 [ 259 ] {d6ef4b49-f7b1-47f5-8629-c6f3c20b53b0} <Debug> TCPHandler: Processed in 0.001816909 sec.
2738 2024.11.19 05:54:45.323554 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2739 2024.11.19 05:54:45.323660 [ 263 ] {6e743ca4-51c7-4b03-ae88-030e88ba435e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2740 2024.11.19 05:54:45.323703 [ 263 ] {6e743ca4-51c7-4b03-ae88-030e88ba435e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2741 2024.11.19 05:54:45.324268 [ 263 ] {6e743ca4-51c7-4b03-ae88-030e88ba435e} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2742 2024.11.19 05:54:45.324305 [ 263 ] {6e743ca4-51c7-4b03-ae88-030e88ba435e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2743 2024.11.19 05:54:45.324674 [ 263 ] {6e743ca4-51c7-4b03-ae88-030e88ba435e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2744 2024.11.19 05:54:45.324941 [ 263 ] {6e743ca4-51c7-4b03-ae88-030e88ba435e} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2745 2024.11.19 05:54:45.325135 [ 263 ] {6e743ca4-51c7-4b03-ae88-030e88ba435e} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001496 sec., 44117.64705882353 rows/sec., 3.45 MiB/sec.
2746 2024.11.19 05:54:45.325246 [ 263 ] {6e743ca4-51c7-4b03-ae88-030e88ba435e} <Debug> TCPHandler: Processed in 0.001745518 sec.
2747 2024.11.19 05:54:45.325460 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2748 2024.11.19 05:54:45.325579 [ 259 ] {a9c33903-facd-472a-a9b5-7a421586eb28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2749 2024.11.19 05:54:45.325632 [ 259 ] {a9c33903-facd-472a-a9b5-7a421586eb28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2750 2024.11.19 05:54:45.326186 [ 259 ] {a9c33903-facd-472a-a9b5-7a421586eb28} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2751 2024.11.19 05:54:45.326227 [ 259 ] {a9c33903-facd-472a-a9b5-7a421586eb28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2752 2024.11.19 05:54:45.326630 [ 259 ] {a9c33903-facd-472a-a9b5-7a421586eb28} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2753 2024.11.19 05:54:45.326871 [ 259 ] {a9c33903-facd-472a-a9b5-7a421586eb28} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2754 2024.11.19 05:54:45.327088 [ 259 ] {a9c33903-facd-472a-a9b5-7a421586eb28} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001532 sec., 84203.65535248042 rows/sec., 5.86 MiB/sec.
2755 2024.11.19 05:54:45.327140 [ 259 ] {a9c33903-facd-472a-a9b5-7a421586eb28} <Debug> TCPHandler: Processed in 0.001793679 sec.
2756 2024.11.19 05:54:45.327288 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2757 2024.11.19 05:54:45.327394 [ 263 ] {ee6a7e2e-f514-4b62-8a30-39498ea8858b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2758 2024.11.19 05:54:45.327445 [ 263 ] {ee6a7e2e-f514-4b62-8a30-39498ea8858b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2759 2024.11.19 05:54:45.327886 [ 263 ] {ee6a7e2e-f514-4b62-8a30-39498ea8858b} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2760 2024.11.19 05:54:45.327926 [ 263 ] {ee6a7e2e-f514-4b62-8a30-39498ea8858b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2761 2024.11.19 05:54:45.328290 [ 263 ] {ee6a7e2e-f514-4b62-8a30-39498ea8858b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2762 2024.11.19 05:54:45.328524 [ 263 ] {ee6a7e2e-f514-4b62-8a30-39498ea8858b} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2763 2024.11.19 05:54:45.328753 [ 263 ] {ee6a7e2e-f514-4b62-8a30-39498ea8858b} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001372 sec., 34985.42274052478 rows/sec., 2.36 MiB/sec.
2764 2024.11.19 05:54:45.328843 [ 263 ] {ee6a7e2e-f514-4b62-8a30-39498ea8858b} <Debug> TCPHandler: Processed in 0.001606307 sec.
2765 2024.11.19 05:54:46.115874 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039
2766 2024.11.19 05:54:46.116540 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2767 2024.11.19 05:54:46.116597 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2768 2024.11.19 05:54:46.117140 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2769 2024.11.19 05:54:46.117415 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2770 2024.11.19 05:54:46.117675 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039
2771 2024.11.19 05:54:46.485734 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
2772 2024.11.19 05:54:46.505693 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2773 2024.11.19 05:54:46.505746 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2774 2024.11.19 05:54:46.513317 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2775 2024.11.19 05:54:46.514088 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2776 2024.11.19 05:54:46.516798 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
2777 2024.11.19 05:54:48.648570 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 418
2778 2024.11.19 05:54:48.651673 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2779 2024.11.19 05:54:48.651716 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
2780 2024.11.19 05:54:48.653293 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2781 2024.11.19 05:54:48.653607 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2782 2024.11.19 05:54:48.654505 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 418
2783 2024.11.19 05:54:50.318254 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2784 2024.11.19 05:54:50.318448 [ 259 ] {0af558ec-4549-4648-a02a-5aa41d19aa25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2785 2024.11.19 05:54:50.318520 [ 259 ] {0af558ec-4549-4648-a02a-5aa41d19aa25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2786 2024.11.19 05:54:50.319279 [ 259 ] {0af558ec-4549-4648-a02a-5aa41d19aa25} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2787 2024.11.19 05:54:50.319332 [ 259 ] {0af558ec-4549-4648-a02a-5aa41d19aa25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
2788 2024.11.19 05:54:50.319765 [ 259 ] {0af558ec-4549-4648-a02a-5aa41d19aa25} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2789 2024.11.19 05:54:50.320049 [ 259 ] {0af558ec-4549-4648-a02a-5aa41d19aa25} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2790 2024.11.19 05:54:50.320275 [ 259 ] {0af558ec-4549-4648-a02a-5aa41d19aa25} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001877 sec., 29834.84283431007 rows/sec., 2.29 MiB/sec.
2791 2024.11.19 05:54:50.320333 [ 259 ] {0af558ec-4549-4648-a02a-5aa41d19aa25} <Debug> TCPHandler: Processed in 0.002207723 sec.
2792 2024.11.19 05:54:50.320509 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2793 2024.11.19 05:54:50.320648 [ 263 ] {992374ca-1311-45bf-a92a-b38b98e59d42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2794 2024.11.19 05:54:50.320702 [ 263 ] {992374ca-1311-45bf-a92a-b38b98e59d42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2795 2024.11.19 05:54:50.321321 [ 263 ] {992374ca-1311-45bf-a92a-b38b98e59d42} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2796 2024.11.19 05:54:50.321361 [ 263 ] {992374ca-1311-45bf-a92a-b38b98e59d42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
2797 2024.11.19 05:54:50.321719 [ 263 ] {992374ca-1311-45bf-a92a-b38b98e59d42} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2798 2024.11.19 05:54:50.321965 [ 263 ] {992374ca-1311-45bf-a92a-b38b98e59d42} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2799 2024.11.19 05:54:50.322169 [ 263 ] {992374ca-1311-45bf-a92a-b38b98e59d42} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001548 sec., 41343.669250645995 rows/sec., 3.23 MiB/sec.
2800 2024.11.19 05:54:50.322279 [ 263 ] {992374ca-1311-45bf-a92a-b38b98e59d42} <Debug> TCPHandler: Processed in 0.001837699 sec.
2801 2024.11.19 05:54:50.322471 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2802 2024.11.19 05:54:50.322608 [ 259 ] {1f2bd873-9c5f-4089-b7b4-815623f23deb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2803 2024.11.19 05:54:50.322668 [ 259 ] {1f2bd873-9c5f-4089-b7b4-815623f23deb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2804 2024.11.19 05:54:50.323305 [ 259 ] {1f2bd873-9c5f-4089-b7b4-815623f23deb} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2805 2024.11.19 05:54:50.323345 [ 259 ] {1f2bd873-9c5f-4089-b7b4-815623f23deb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
2806 2024.11.19 05:54:50.323731 [ 259 ] {1f2bd873-9c5f-4089-b7b4-815623f23deb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2807 2024.11.19 05:54:50.323977 [ 259 ] {1f2bd873-9c5f-4089-b7b4-815623f23deb} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2808 2024.11.19 05:54:50.324217 [ 259 ] {1f2bd873-9c5f-4089-b7b4-815623f23deb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001639 sec., 97620.50030506407 rows/sec., 6.80 MiB/sec.
2809 2024.11.19 05:54:50.324272 [ 259 ] {1f2bd873-9c5f-4089-b7b4-815623f23deb} <Debug> TCPHandler: Processed in 0.00190383 sec.
2810 2024.11.19 05:54:50.324427 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2811 2024.11.19 05:54:50.324556 [ 263 ] {4454f2ab-3a8d-4e24-86b8-253c51aaa690} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2812 2024.11.19 05:54:50.324610 [ 263 ] {4454f2ab-3a8d-4e24-86b8-253c51aaa690} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2813 2024.11.19 05:54:50.325134 [ 263 ] {4454f2ab-3a8d-4e24-86b8-253c51aaa690} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2814 2024.11.19 05:54:50.325172 [ 263 ] {4454f2ab-3a8d-4e24-86b8-253c51aaa690} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
2815 2024.11.19 05:54:50.325516 [ 263 ] {4454f2ab-3a8d-4e24-86b8-253c51aaa690} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2816 2024.11.19 05:54:50.325743 [ 263 ] {4454f2ab-3a8d-4e24-86b8-253c51aaa690} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2817 2024.11.19 05:54:50.325941 [ 263 ] {4454f2ab-3a8d-4e24-86b8-253c51aaa690} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00146 sec., 41095.890410958906 rows/sec., 2.77 MiB/sec.
2818 2024.11.19 05:54:50.325989 [ 263 ] {4454f2ab-3a8d-4e24-86b8-253c51aaa690} <Debug> TCPHandler: Processed in 0.001673848 sec.
2819 2024.11.19 05:54:53.523133 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache
2820 2024.11.19 05:54:53.523210 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache
2821 2024.11.19 05:54:53.617912 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466
2822 2024.11.19 05:54:53.618577 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2823 2024.11.19 05:54:53.618625 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
2824 2024.11.19 05:54:53.619196 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2825 2024.11.19 05:54:53.619467 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2826 2024.11.19 05:54:53.619738 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
2827 2024.11.19 05:54:54.016984 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
2828 2024.11.19 05:54:54.038274 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2829 2024.11.19 05:54:54.038334 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
2830 2024.11.19 05:54:54.045886 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2831 2024.11.19 05:54:54.046669 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2832 2024.11.19 05:54:54.049626 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
2833 2024.11.19 05:54:55.324887 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2834 2024.11.19 05:54:55.325094 [ 259 ] {a49d34d0-0ae1-48f0-a152-6e3995936609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2835 2024.11.19 05:54:55.325166 [ 259 ] {a49d34d0-0ae1-48f0-a152-6e3995936609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2836 2024.11.19 05:54:55.325893 [ 259 ] {a49d34d0-0ae1-48f0-a152-6e3995936609} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2837 2024.11.19 05:54:55.325948 [ 259 ] {a49d34d0-0ae1-48f0-a152-6e3995936609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
2838 2024.11.19 05:54:55.326371 [ 259 ] {a49d34d0-0ae1-48f0-a152-6e3995936609} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2839 2024.11.19 05:54:55.326624 [ 259 ] {a49d34d0-0ae1-48f0-a152-6e3995936609} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2840 2024.11.19 05:54:55.326884 [ 259 ] {a49d34d0-0ae1-48f0-a152-6e3995936609} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001832 sec., 7641.921397379912 rows/sec., 550.12 KiB/sec.
2841 2024.11.19 05:54:55.327080 [ 259 ] {a49d34d0-0ae1-48f0-a152-6e3995936609} <Debug> TCPHandler: Processed in 0.002325444 sec.
2842 2024.11.19 05:54:55.327247 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2843 2024.11.19 05:54:55.327377 [ 263 ] {8955faba-f38b-49ba-a775-7a9471d2a811} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2844 2024.11.19 05:54:55.327429 [ 263 ] {8955faba-f38b-49ba-a775-7a9471d2a811} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2845 2024.11.19 05:54:55.328153 [ 263 ] {8955faba-f38b-49ba-a775-7a9471d2a811} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2846 2024.11.19 05:54:55.328196 [ 263 ] {8955faba-f38b-49ba-a775-7a9471d2a811} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
2847 2024.11.19 05:54:55.328607 [ 263 ] {8955faba-f38b-49ba-a775-7a9471d2a811} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2848 2024.11.19 05:54:55.328864 [ 263 ] {8955faba-f38b-49ba-a775-7a9471d2a811} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2849 2024.11.19 05:54:55.329143 [ 263 ] {8955faba-f38b-49ba-a775-7a9471d2a811} <Debug> executeQuery: Read 283 rows, 25.59 KiB in 0.001796 sec., 157572.38307349666 rows/sec., 13.91 MiB/sec.
2850 2024.11.19 05:54:55.329374 [ 263 ] {8955faba-f38b-49ba-a775-7a9471d2a811} <Debug> TCPHandler: Processed in 0.002182923 sec.
2851 2024.11.19 05:54:55.329534 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2852 2024.11.19 05:54:55.329667 [ 259 ] {2c5204a5-f24e-4a80-a060-baf9e3ab51f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2853 2024.11.19 05:54:55.329722 [ 259 ] {2c5204a5-f24e-4a80-a060-baf9e3ab51f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2854 2024.11.19 05:54:55.330370 [ 259 ] {2c5204a5-f24e-4a80-a060-baf9e3ab51f0} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2855 2024.11.19 05:54:55.330410 [ 259 ] {2c5204a5-f24e-4a80-a060-baf9e3ab51f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
2856 2024.11.19 05:54:55.330768 [ 259 ] {2c5204a5-f24e-4a80-a060-baf9e3ab51f0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2857 2024.11.19 05:54:55.331003 [ 259 ] {2c5204a5-f24e-4a80-a060-baf9e3ab51f0} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2858 2024.11.19 05:54:55.331159 [ 145 ] {} <Debug> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
2859 2024.11.19 05:54:55.331233 [ 259 ] {2c5204a5-f24e-4a80-a060-baf9e3ab51f0} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.00159 sec., 29559.748427672956 rows/sec., 2.13 MiB/sec.
2860 2024.11.19 05:54:55.331244 [ 145 ] {} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2861 2024.11.19 05:54:55.331320 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
2862 2024.11.19 05:54:55.331368 [ 259 ] {2c5204a5-f24e-4a80-a060-baf9e3ab51f0} <Debug> TCPHandler: Processed in 0.001896049 sec.
2863 2024.11.19 05:54:55.331635 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2864 2024.11.19 05:54:55.331752 [ 199 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::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
2865 2024.11.19 05:54:55.331964 [ 263 ] {3994fef1-ae21-4d60-9fb7-0a5682ede781} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2866 2024.11.19 05:54:55.332079 [ 263 ] {3994fef1-ae21-4d60-9fb7-0a5682ede781} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2867 2024.11.19 05:54:55.332090 [ 199 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2868 2024.11.19 05:54:55.332188 [ 199 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 36 rows starting from the beginning of the part
2869 2024.11.19 05:54:55.332494 [ 199 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part
2870 2024.11.19 05:54:55.332885 [ 199 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 23 rows starting from the beginning of the part
2871 2024.11.19 05:54:55.333248 [ 199 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 47 rows starting from the beginning of the part
2872 2024.11.19 05:54:55.333550 [ 199 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part
2873 2024.11.19 05:54:55.333887 [ 199 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 47 rows starting from the beginning of the part
2874 2024.11.19 05:54:55.334765 [ 263 ] {3994fef1-ae21-4d60-9fb7-0a5682ede781} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2875 2024.11.19 05:54:55.334837 [ 263 ] {3994fef1-ae21-4d60-9fb7-0a5682ede781} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
2876 2024.11.19 05:54:55.335807 [ 263 ] {3994fef1-ae21-4d60-9fb7-0a5682ede781} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2877 2024.11.19 05:54:55.336432 [ 263 ] {3994fef1-ae21-4d60-9fb7-0a5682ede781} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2878 2024.11.19 05:54:55.336442 [ 199 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 5 columns (5 merged, 0 gathered) in 0.004988112 sec., 38291.04077855509 rows/sec., 2.89 MiB/sec.
2879 2024.11.19 05:54:55.336673 [ 199 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
2880 2024.11.19 05:54:55.336857 [ 263 ] {3994fef1-ae21-4d60-9fb7-0a5682ede781} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004995 sec., 2802.8028028028025 rows/sec., 196.29 KiB/sec.
2881 2024.11.19 05:54:55.336999 [ 263 ] {3994fef1-ae21-4d60-9fb7-0a5682ede781} <Debug> TCPHandler: Processed in 0.005523217 sec.
2882 2024.11.19 05:54:55.337215 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2883 2024.11.19 05:54:55.337229 [ 199 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_10_2} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2884 2024.11.19 05:54:55.337375 [ 199 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_10_2} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
2885 2024.11.19 05:54:55.337422 [ 259 ] {75b5700f-bf3d-4988-8dc2-0688e01baa1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2886 2024.11.19 05:54:55.337505 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
2887 2024.11.19 05:54:55.337532 [ 259 ] {75b5700f-bf3d-4988-8dc2-0688e01baa1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2888 2024.11.19 05:54:55.338208 [ 259 ] {75b5700f-bf3d-4988-8dc2-0688e01baa1f} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2889 2024.11.19 05:54:55.338250 [ 259 ] {75b5700f-bf3d-4988-8dc2-0688e01baa1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
2890 2024.11.19 05:54:55.338612 [ 259 ] {75b5700f-bf3d-4988-8dc2-0688e01baa1f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2891 2024.11.19 05:54:55.338850 [ 259 ] {75b5700f-bf3d-4988-8dc2-0688e01baa1f} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2892 2024.11.19 05:54:55.339124 [ 259 ] {75b5700f-bf3d-4988-8dc2-0688e01baa1f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001739 sec., 7475.560667050028 rows/sec., 466.10 KiB/sec.
2893 2024.11.19 05:54:55.339276 [ 259 ] {75b5700f-bf3d-4988-8dc2-0688e01baa1f} <Debug> TCPHandler: Processed in 0.002141982 sec.
2894 2024.11.19 05:54:55.339440 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2895 2024.11.19 05:54:55.339571 [ 263 ] {cc1b6e86-231f-4a2a-9ab6-3a3004284565} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2896 2024.11.19 05:54:55.339624 [ 263 ] {cc1b6e86-231f-4a2a-9ab6-3a3004284565} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2897 2024.11.19 05:54:55.340398 [ 263 ] {cc1b6e86-231f-4a2a-9ab6-3a3004284565} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2898 2024.11.19 05:54:55.340438 [ 263 ] {cc1b6e86-231f-4a2a-9ab6-3a3004284565} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
2899 2024.11.19 05:54:55.340807 [ 263 ] {cc1b6e86-231f-4a2a-9ab6-3a3004284565} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2900 2024.11.19 05:54:55.341049 [ 263 ] {cc1b6e86-231f-4a2a-9ab6-3a3004284565} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2901 2024.11.19 05:54:55.341295 [ 263 ] {cc1b6e86-231f-4a2a-9ab6-3a3004284565} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001744 sec., 241972.47706422018 rows/sec., 17.29 MiB/sec.
2902 2024.11.19 05:54:55.341521 [ 263 ] {cc1b6e86-231f-4a2a-9ab6-3a3004284565} <Debug> TCPHandler: Processed in 0.002138323 sec.
2903 2024.11.19 05:54:55.341694 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2904 2024.11.19 05:54:55.341824 [ 259 ] {b47f5cad-daf6-49b6-ac46-4e84247e964d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2905 2024.11.19 05:54:55.341880 [ 259 ] {b47f5cad-daf6-49b6-ac46-4e84247e964d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2906 2024.11.19 05:54:55.342398 [ 259 ] {b47f5cad-daf6-49b6-ac46-4e84247e964d} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2907 2024.11.19 05:54:55.342437 [ 259 ] {b47f5cad-daf6-49b6-ac46-4e84247e964d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
2908 2024.11.19 05:54:55.342794 [ 259 ] {b47f5cad-daf6-49b6-ac46-4e84247e964d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2909 2024.11.19 05:54:55.343030 [ 259 ] {b47f5cad-daf6-49b6-ac46-4e84247e964d} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2910 2024.11.19 05:54:55.343330 [ 259 ] {b47f5cad-daf6-49b6-ac46-4e84247e964d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001514 sec., 3963.011889035667 rows/sec., 207.05 KiB/sec.
2911 2024.11.19 05:54:55.343439 [ 259 ] {b47f5cad-daf6-49b6-ac46-4e84247e964d} <Debug> TCPHandler: Processed in 0.001807669 sec.
2912 2024.11.19 05:54:55.343601 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2913 2024.11.19 05:54:55.343732 [ 263 ] {f1411b5e-894b-41bd-81c7-12516ff052fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2914 2024.11.19 05:54:55.343789 [ 263 ] {f1411b5e-894b-41bd-81c7-12516ff052fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2915 2024.11.19 05:54:55.344377 [ 263 ] {f1411b5e-894b-41bd-81c7-12516ff052fe} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2916 2024.11.19 05:54:55.344414 [ 263 ] {f1411b5e-894b-41bd-81c7-12516ff052fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
2917 2024.11.19 05:54:55.344786 [ 263 ] {f1411b5e-894b-41bd-81c7-12516ff052fe} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2918 2024.11.19 05:54:55.345025 [ 263 ] {f1411b5e-894b-41bd-81c7-12516ff052fe} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2919 2024.11.19 05:54:55.345234 [ 263 ] {f1411b5e-894b-41bd-81c7-12516ff052fe} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001532 sec., 154699.73890339426 rows/sec., 10.37 MiB/sec.
2920 2024.11.19 05:54:55.345286 [ 263 ] {f1411b5e-894b-41bd-81c7-12516ff052fe} <Debug> TCPHandler: Processed in 0.001747518 sec.
2921 2024.11.19 05:54:55.345440 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2922 2024.11.19 05:54:55.345568 [ 259 ] {222a5218-846a-4834-99b4-fd36e1a6c579} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2923 2024.11.19 05:54:55.345624 [ 259 ] {222a5218-846a-4834-99b4-fd36e1a6c579} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2924 2024.11.19 05:54:55.346123 [ 259 ] {222a5218-846a-4834-99b4-fd36e1a6c579} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2925 2024.11.19 05:54:55.346169 [ 259 ] {222a5218-846a-4834-99b4-fd36e1a6c579} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
2926 2024.11.19 05:54:55.346526 [ 259 ] {222a5218-846a-4834-99b4-fd36e1a6c579} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2927 2024.11.19 05:54:55.346769 [ 259 ] {222a5218-846a-4834-99b4-fd36e1a6c579} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2928 2024.11.19 05:54:55.346984 [ 259 ] {222a5218-846a-4834-99b4-fd36e1a6c579} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001443 sec., 693.000693000693 rows/sec., 46.70 KiB/sec.
2929 2024.11.19 05:54:55.347033 [ 259 ] {222a5218-846a-4834-99b4-fd36e1a6c579} <Debug> TCPHandler: Processed in 0.001654627 sec.
2930 2024.11.19 05:54:55.347174 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2931 2024.11.19 05:54:55.347289 [ 263 ] {05f8ad51-29b3-4f30-b42c-774f8ca903d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2932 2024.11.19 05:54:55.347367 [ 263 ] {05f8ad51-29b3-4f30-b42c-774f8ca903d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2933 2024.11.19 05:54:55.348588 [ 263 ] {05f8ad51-29b3-4f30-b42c-774f8ca903d9} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2934 2024.11.19 05:54:55.348627 [ 263 ] {05f8ad51-29b3-4f30-b42c-774f8ca903d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
2935 2024.11.19 05:54:55.349272 [ 263 ] {05f8ad51-29b3-4f30-b42c-774f8ca903d9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2936 2024.11.19 05:54:55.349534 [ 263 ] {05f8ad51-29b3-4f30-b42c-774f8ca903d9} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2937 2024.11.19 05:54:55.349788 [ 263 ] {05f8ad51-29b3-4f30-b42c-774f8ca903d9} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002505 sec., 15968.06387225549 rows/sec., 28.61 MiB/sec.
2938 2024.11.19 05:54:55.349974 [ 263 ] {05f8ad51-29b3-4f30-b42c-774f8ca903d9} <Debug> TCPHandler: Processed in 0.00285237 sec.
2939 2024.11.19 05:54:55.350130 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2940 2024.11.19 05:54:55.350256 [ 259 ] {faf195f1-da0a-486b-8565-263d637e0ca0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2941 2024.11.19 05:54:55.350310 [ 259 ] {faf195f1-da0a-486b-8565-263d637e0ca0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2942 2024.11.19 05:54:55.350824 [ 259 ] {faf195f1-da0a-486b-8565-263d637e0ca0} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2943 2024.11.19 05:54:55.350868 [ 259 ] {faf195f1-da0a-486b-8565-263d637e0ca0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
2944 2024.11.19 05:54:55.351307 [ 259 ] {faf195f1-da0a-486b-8565-263d637e0ca0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2945 2024.11.19 05:54:55.351551 [ 259 ] {faf195f1-da0a-486b-8565-263d637e0ca0} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2946 2024.11.19 05:54:55.351733 [ 259 ] {faf195f1-da0a-486b-8565-263d637e0ca0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001505 sec., 54485.04983388704 rows/sec., 3.46 MiB/sec.
2947 2024.11.19 05:54:55.351781 [ 259 ] {faf195f1-da0a-486b-8565-263d637e0ca0} <Debug> TCPHandler: Processed in 0.001714428 sec.
2948 2024.11.19 05:54:58.654902 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 448
2949 2024.11.19 05:54:58.658094 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2950 2024.11.19 05:54:58.658155 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
2951 2024.11.19 05:54:58.659674 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2952 2024.11.19 05:54:58.659998 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2953 2024.11.19 05:54:58.660226 [ 141 ] {} <Debug> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2954 2024.11.19 05:54:58.660363 [ 141 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2955 2024.11.19 05:54:58.660461 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
2956 2024.11.19 05:54:58.661089 [ 191 ] {3d17012a-6c43-4282-98e6-700f65c969c7::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
2957 2024.11.19 05:54:58.661968 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 448
2958 2024.11.19 05:54:58.662404 [ 191 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2959 2024.11.19 05:54:58.662570 [ 191 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 296 rows starting from the beginning of the part
2960 2024.11.19 05:54:58.663089 [ 191 ] {3d17012a-6c43-4282-98e6-700f65c969c7::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
2961 2024.11.19 05:54:58.663591 [ 191 ] {3d17012a-6c43-4282-98e6-700f65c969c7::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
2962 2024.11.19 05:54:58.664068 [ 191 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 28 rows starting from the beginning of the part
2963 2024.11.19 05:54:58.664528 [ 191 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part
2964 2024.11.19 05:54:58.664982 [ 191 ] {3d17012a-6c43-4282-98e6-700f65c969c7::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
2965 2024.11.19 05:54:58.672321 [ 191 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 448 rows, containing 72 columns (72 merged, 0 gathered) in 0.011660601 sec., 38419.97509390811 rows/sec., 35.32 MiB/sec.
2966 2024.11.19 05:54:58.673318 [ 190 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2967 2024.11.19 05:54:58.674107 [ 190 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_11_2} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2968 2024.11.19 05:54:58.674197 [ 190 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_11_2} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2969 2024.11.19 05:54:58.674502 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.76 MiB.
2970 2024.11.19 05:55:00.316956 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2971 2024.11.19 05:55:00.317177 [ 259 ] {05752d3d-8239-4b7e-85f5-75184ec4058c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2972 2024.11.19 05:55:00.317257 [ 259 ] {05752d3d-8239-4b7e-85f5-75184ec4058c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2973 2024.11.19 05:55:00.318032 [ 259 ] {05752d3d-8239-4b7e-85f5-75184ec4058c} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2974 2024.11.19 05:55:00.318083 [ 259 ] {05752d3d-8239-4b7e-85f5-75184ec4058c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
2975 2024.11.19 05:55:00.318512 [ 259 ] {05752d3d-8239-4b7e-85f5-75184ec4058c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2976 2024.11.19 05:55:00.318795 [ 259 ] {05752d3d-8239-4b7e-85f5-75184ec4058c} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2977 2024.11.19 05:55:00.319019 [ 259 ] {05752d3d-8239-4b7e-85f5-75184ec4058c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001899 sec., 29489.20484465508 rows/sec., 2.27 MiB/sec.
2978 2024.11.19 05:55:00.319077 [ 259 ] {05752d3d-8239-4b7e-85f5-75184ec4058c} <Debug> TCPHandler: Processed in 0.002263263 sec.
2979 2024.11.19 05:55:00.319268 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2980 2024.11.19 05:55:00.319407 [ 263 ] {2321cd1a-71c1-44ae-a7e7-b41acf4ead31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2981 2024.11.19 05:55:00.319460 [ 263 ] {2321cd1a-71c1-44ae-a7e7-b41acf4ead31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2982 2024.11.19 05:55:00.320031 [ 263 ] {2321cd1a-71c1-44ae-a7e7-b41acf4ead31} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2983 2024.11.19 05:55:00.320071 [ 263 ] {2321cd1a-71c1-44ae-a7e7-b41acf4ead31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
2984 2024.11.19 05:55:00.320448 [ 263 ] {2321cd1a-71c1-44ae-a7e7-b41acf4ead31} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2985 2024.11.19 05:55:00.320697 [ 263 ] {2321cd1a-71c1-44ae-a7e7-b41acf4ead31} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2986 2024.11.19 05:55:00.320941 [ 263 ] {2321cd1a-71c1-44ae-a7e7-b41acf4ead31} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001559 sec., 41051.95638229634 rows/sec., 3.20 MiB/sec.
2987 2024.11.19 05:55:00.321111 [ 263 ] {2321cd1a-71c1-44ae-a7e7-b41acf4ead31} <Debug> TCPHandler: Processed in 0.00190725 sec.
2988 2024.11.19 05:55:00.321296 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2989 2024.11.19 05:55:00.321405 [ 259 ] {8e8276e3-ba02-442a-84b8-f12f471f5a06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2990 2024.11.19 05:55:00.321465 [ 259 ] {8e8276e3-ba02-442a-84b8-f12f471f5a06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2991 2024.11.19 05:55:00.322099 [ 259 ] {8e8276e3-ba02-442a-84b8-f12f471f5a06} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2992 2024.11.19 05:55:00.322147 [ 259 ] {8e8276e3-ba02-442a-84b8-f12f471f5a06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
2993 2024.11.19 05:55:00.322574 [ 259 ] {8e8276e3-ba02-442a-84b8-f12f471f5a06} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2994 2024.11.19 05:55:00.322819 [ 259 ] {8e8276e3-ba02-442a-84b8-f12f471f5a06} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2995 2024.11.19 05:55:00.323058 [ 259 ] {8e8276e3-ba02-442a-84b8-f12f471f5a06} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001676 sec., 76372.31503579952 rows/sec., 5.32 MiB/sec.
2996 2024.11.19 05:55:00.323228 [ 259 ] {8e8276e3-ba02-442a-84b8-f12f471f5a06} <Debug> TCPHandler: Processed in 0.001996321 sec.
2997 2024.11.19 05:55:00.323427 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2998 2024.11.19 05:55:00.323562 [ 263 ] {b84be10f-718b-4b93-9265-7d7d38bb233d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2999 2024.11.19 05:55:00.323621 [ 263 ] {b84be10f-718b-4b93-9265-7d7d38bb233d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3000 2024.11.19 05:55:00.324201 [ 263 ] {b84be10f-718b-4b93-9265-7d7d38bb233d} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3001 2024.11.19 05:55:00.324249 [ 263 ] {b84be10f-718b-4b93-9265-7d7d38bb233d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
3002 2024.11.19 05:55:00.324648 [ 263 ] {b84be10f-718b-4b93-9265-7d7d38bb233d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3003 2024.11.19 05:55:00.324891 [ 263 ] {b84be10f-718b-4b93-9265-7d7d38bb233d} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3004 2024.11.19 05:55:00.325101 [ 263 ] {b84be10f-718b-4b93-9265-7d7d38bb233d} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001571 sec., 30553.7873965627 rows/sec., 2.06 MiB/sec.
3005 2024.11.19 05:55:00.325154 [ 263 ] {b84be10f-718b-4b93-9265-7d7d38bb233d} <Debug> TCPHandler: Processed in 0.001782969 sec.
3006 2024.11.19 05:55:01.119973 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954
3007 2024.11.19 05:55:01.120640 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3008 2024.11.19 05:55:01.120694 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
3009 2024.11.19 05:55:01.121225 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3010 2024.11.19 05:55:01.121502 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3011 2024.11.19 05:55:01.121755 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954
3012 2024.11.19 05:55:01.549962 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113
3013 2024.11.19 05:55:01.571139 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3014 2024.11.19 05:55:01.571201 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
3015 2024.11.19 05:55:01.578493 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3016 2024.11.19 05:55:01.579268 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3017 2024.11.19 05:55:01.582762 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113
3018 2024.11.19 05:55:05.318752 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3019 2024.11.19 05:55:05.318951 [ 259 ] {816fa3fe-5a2a-4d79-91bc-99d0032b0f43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3020 2024.11.19 05:55:05.319022 [ 259 ] {816fa3fe-5a2a-4d79-91bc-99d0032b0f43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3021 2024.11.19 05:55:05.319754 [ 259 ] {816fa3fe-5a2a-4d79-91bc-99d0032b0f43} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3022 2024.11.19 05:55:05.319806 [ 259 ] {816fa3fe-5a2a-4d79-91bc-99d0032b0f43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
3023 2024.11.19 05:55:05.320242 [ 259 ] {816fa3fe-5a2a-4d79-91bc-99d0032b0f43} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3024 2024.11.19 05:55:05.320508 [ 259 ] {816fa3fe-5a2a-4d79-91bc-99d0032b0f43} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3025 2024.11.19 05:55:05.320721 [ 134 ] {} <Debug> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3026 2024.11.19 05:55:05.320742 [ 259 ] {816fa3fe-5a2a-4d79-91bc-99d0032b0f43} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001836 sec., 30501.089324618737 rows/sec., 2.34 MiB/sec.
3027 2024.11.19 05:55:05.320812 [ 134 ] {} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3028 2024.11.19 05:55:05.320886 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
3029 2024.11.19 05:55:05.320892 [ 259 ] {816fa3fe-5a2a-4d79-91bc-99d0032b0f43} <Debug> TCPHandler: Processed in 0.002269674 sec.
3030 2024.11.19 05:55:05.321144 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3031 2024.11.19 05:55:05.321147 [ 197 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full
3032 2024.11.19 05:55:05.321353 [ 263 ] {bc070157-224e-40f1-abe7-351ded395c0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3033 2024.11.19 05:55:05.321466 [ 197 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3034 2024.11.19 05:55:05.321476 [ 263 ] {bc070157-224e-40f1-abe7-351ded395c0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3035 2024.11.19 05:55:05.321558 [ 197 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1429 rows starting from the beginning of the part
3036 2024.11.19 05:55:05.321891 [ 197 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 57 rows starting from the beginning of the part
3037 2024.11.19 05:55:05.322390 [ 197 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part
3038 2024.11.19 05:55:05.322802 [ 197 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 283 rows starting from the beginning of the part
3039 2024.11.19 05:55:05.323088 [ 197 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 56 rows starting from the beginning of the part
3040 2024.11.19 05:55:05.323364 [ 197 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 56 rows starting from the beginning of the part
3041 2024.11.19 05:55:05.324175 [ 263 ] {bc070157-224e-40f1-abe7-351ded395c0c} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3042 2024.11.19 05:55:05.324241 [ 263 ] {bc070157-224e-40f1-abe7-351ded395c0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3043 2024.11.19 05:55:05.325097 [ 263 ] {bc070157-224e-40f1-abe7-351ded395c0c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3044 2024.11.19 05:55:05.325566 [ 263 ] {bc070157-224e-40f1-abe7-351ded395c0c} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3045 2024.11.19 05:55:05.325918 [ 134 ] {} <Debug> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3046 2024.11.19 05:55:05.326053 [ 134 ] {} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3047 2024.11.19 05:55:05.326133 [ 263 ] {bc070157-224e-40f1-abe7-351ded395c0c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004807 sec., 13313.917204077388 rows/sec., 1.04 MiB/sec.
3048 2024.11.19 05:55:05.326128 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3049 2024.11.19 05:55:05.326442 [ 263 ] {bc070157-224e-40f1-abe7-351ded395c0c} <Debug> TCPHandler: Processed in 0.005399305 sec.
3050 2024.11.19 05:55:05.326746 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3051 2024.11.19 05:55:05.326845 [ 190 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::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
3052 2024.11.19 05:55:05.327113 [ 259 ] {44c18dd5-b6e1-4f70-b87d-da695d2c41ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3053 2024.11.19 05:55:05.327326 [ 259 ] {44c18dd5-b6e1-4f70-b87d-da695d2c41ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3054 2024.11.19 05:55:05.327517 [ 190 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3055 2024.11.19 05:55:05.327699 [ 190 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 908 rows starting from the beginning of the part
3056 2024.11.19 05:55:05.328260 [ 190 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 66 rows starting from the beginning of the part
3057 2024.11.19 05:55:05.328968 [ 190 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part
3058 2024.11.19 05:55:05.329613 [ 190 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 422 rows starting from the beginning of the part
3059 2024.11.19 05:55:05.329833 [ 197 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1937 rows, containing 5 columns (5 merged, 0 gathered) in 0.008814662 sec., 219747.50705131976 rows/sec., 19.22 MiB/sec.
3060 2024.11.19 05:55:05.330081 [ 190 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part
3061 2024.11.19 05:55:05.330438 [ 197 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3062 2024.11.19 05:55:05.330633 [ 190 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 64 rows starting from the beginning of the part
3063 2024.11.19 05:55:05.331086 [ 259 ] {44c18dd5-b6e1-4f70-b87d-da695d2c41ab} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3064 2024.11.19 05:55:05.331191 [ 259 ] {44c18dd5-b6e1-4f70-b87d-da695d2c41ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3065 2024.11.19 05:55:05.332041 [ 196 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_21_4} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3066 2024.11.19 05:55:05.332461 [ 196 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_21_4} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3067 2024.11.19 05:55:05.332789 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB.
3068 2024.11.19 05:55:05.332860 [ 259 ] {44c18dd5-b6e1-4f70-b87d-da695d2c41ab} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3069 2024.11.19 05:55:05.333385 [ 259 ] {44c18dd5-b6e1-4f70-b87d-da695d2c41ab} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3070 2024.11.19 05:55:05.333794 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3071 2024.11.19 05:55:05.333915 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3072 2024.11.19 05:55:05.334017 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3073 2024.11.19 05:55:05.334185 [ 259 ] {44c18dd5-b6e1-4f70-b87d-da695d2c41ab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.007173 sec., 22305.86923184163 rows/sec., 1.55 MiB/sec.
3074 2024.11.19 05:55:05.334438 [ 196 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
3075 2024.11.19 05:55:05.334528 [ 259 ] {44c18dd5-b6e1-4f70-b87d-da695d2c41ab} <Debug> TCPHandler: Processed in 0.007952022 sec.
3076 2024.11.19 05:55:05.334731 [ 196 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3077 2024.11.19 05:55:05.334747 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3078 2024.11.19 05:55:05.334787 [ 196 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 4266 rows starting from the beginning of the part
3079 2024.11.19 05:55:05.335164 [ 263 ] {9c8f1eba-02ab-4670-bd2e-265e8a85906c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3080 2024.11.19 05:55:05.335200 [ 196 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 129 rows starting from the beginning of the part
3081 2024.11.19 05:55:05.335371 [ 263 ] {9c8f1eba-02ab-4670-bd2e-265e8a85906c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3082 2024.11.19 05:55:05.335709 [ 196 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part
3083 2024.11.19 05:55:05.336190 [ 196 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 237 rows starting from the beginning of the part
3084 2024.11.19 05:55:05.336716 [ 196 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 128 rows starting from the beginning of the part
3085 2024.11.19 05:55:05.337157 [ 196 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part
3086 2024.11.19 05:55:05.338108 [ 190 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1588 rows, containing 5 columns (5 merged, 0 gathered) in 0.011648801 sec., 136323.04303249752 rows/sec., 10.51 MiB/sec.
3087 2024.11.19 05:55:05.338591 [ 190 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3088 2024.11.19 05:55:05.338633 [ 263 ] {9c8f1eba-02ab-4670-bd2e-265e8a85906c} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3089 2024.11.19 05:55:05.338740 [ 263 ] {9c8f1eba-02ab-4670-bd2e-265e8a85906c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3090 2024.11.19 05:55:05.339483 [ 190 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_21_4} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3091 2024.11.19 05:55:05.339880 [ 190 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_21_4} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3092 2024.11.19 05:55:05.339934 [ 263 ] {9c8f1eba-02ab-4670-bd2e-265e8a85906c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3093 2024.11.19 05:55:05.340133 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB.
3094 2024.11.19 05:55:05.340458 [ 263 ] {9c8f1eba-02ab-4670-bd2e-265e8a85906c} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3095 2024.11.19 05:55:05.340666 [ 134 ] {} <Debug> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3096 2024.11.19 05:55:05.340729 [ 134 ] {} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3097 2024.11.19 05:55:05.340770 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3098 2024.11.19 05:55:05.340777 [ 263 ] {9c8f1eba-02ab-4670-bd2e-265e8a85906c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005774 sec., 10391.409767925183 rows/sec., 717.12 KiB/sec.
3099 2024.11.19 05:55:05.341165 [ 263 ] {9c8f1eba-02ab-4670-bd2e-265e8a85906c} <Debug> TCPHandler: Processed in 0.006490537 sec.
3100 2024.11.19 05:55:05.341237 [ 198 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
3101 2024.11.19 05:55:05.341426 [ 198 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3102 2024.11.19 05:55:05.341457 [ 198 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 996 rows starting from the beginning of the part
3103 2024.11.19 05:55:05.341524 [ 198 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 48 rows starting from the beginning of the part
3104 2024.11.19 05:55:05.341747 [ 198 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part
3105 2024.11.19 05:55:05.341872 [ 198 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part
3106 2024.11.19 05:55:05.342062 [ 198 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 48 rows starting from the beginning of the part
3107 2024.11.19 05:55:05.342372 [ 198 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part
3108 2024.11.19 05:55:05.342862 [ 196 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5080 rows, containing 5 columns (5 merged, 0 gathered) in 0.00866341 sec., 586374.1875312377 rows/sec., 39.84 MiB/sec.
3109 2024.11.19 05:55:05.343404 [ 196 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3110 2024.11.19 05:55:05.344070 [ 196 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3111 2024.11.19 05:55:05.344262 [ 196 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3112 2024.11.19 05:55:05.344436 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB.
3113 2024.11.19 05:55:05.344611 [ 198 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1294 rows, containing 4 columns (4 merged, 0 gathered) in 0.003759379 sec., 344205.78505120124 rows/sec., 22.60 MiB/sec.
3114 2024.11.19 05:55:05.344771 [ 198 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3115 2024.11.19 05:55:05.345040 [ 198 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_21_4} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3116 2024.11.19 05:55:05.345113 [ 198 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_21_4} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3117 2024.11.19 05:55:05.345181 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB.
3118 2024.11.19 05:55:06.593178 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48773, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3119 2024.11.19 05:55:06.820314 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49303, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3120 2024.11.19 05:55:06.876783 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35825, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3121 2024.11.19 05:55:06.883067 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36062, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3122 2024.11.19 05:55:07.025389 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35815, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3123 2024.11.19 05:55:07.031679 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47990, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3124 2024.11.19 05:55:07.044985 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48979, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3125 2024.11.19 05:55:07.050410 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36541, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3126 2024.11.19 05:55:08.523254 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache
3127 2024.11.19 05:55:08.523301 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache
3128 2024.11.19 05:55:08.621990 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381
3129 2024.11.19 05:55:08.622744 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3130 2024.11.19 05:55:08.622793 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
3131 2024.11.19 05:55:08.623335 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3132 2024.11.19 05:55:08.623606 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3133 2024.11.19 05:55:08.623829 [ 133 ] {} <Debug> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3134 2024.11.19 05:55:08.623872 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
3135 2024.11.19 05:55:08.623919 [ 133 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3136 2024.11.19 05:55:08.623952 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
3137 2024.11.19 05:55:08.624161 [ 190 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::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
3138 2024.11.19 05:55:08.624414 [ 190 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3139 2024.11.19 05:55:08.624488 [ 190 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5124 rows starting from the beginning of the part
3140 2024.11.19 05:55:08.624675 [ 190 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 427 rows starting from the beginning of the part
3141 2024.11.19 05:55:08.624826 [ 190 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 488 rows starting from the beginning of the part
3142 2024.11.19 05:55:08.625070 [ 190 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 427 rows starting from the beginning of the part
3143 2024.11.19 05:55:08.625259 [ 190 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 488 rows starting from the beginning of the part
3144 2024.11.19 05:55:08.625425 [ 190 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 427 rows starting from the beginning of the part
3145 2024.11.19 05:55:08.627244 [ 200 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.003203283 sec., 2304198.5363141503 rows/sec., 32.96 MiB/sec.
3146 2024.11.19 05:55:08.627671 [ 200 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3147 2024.11.19 05:55:08.627968 [ 200 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_16_3} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3148 2024.11.19 05:55:08.628048 [ 200 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_16_3} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3149 2024.11.19 05:55:08.628152 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
3150 2024.11.19 05:55:08.662343 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 464
3151 2024.11.19 05:55:08.665187 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3152 2024.11.19 05:55:08.665236 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
3153 2024.11.19 05:55:08.666643 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3154 2024.11.19 05:55:08.666976 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3155 2024.11.19 05:55:08.667618 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 464
3156 2024.11.19 05:55:09.001327 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00094242 sec.
3157 2024.11.19 05:55:09.082951 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121
3158 2024.11.19 05:55:09.104899 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3159 2024.11.19 05:55:09.104949 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
3160 2024.11.19 05:55:09.112368 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3161 2024.11.19 05:55:09.113131 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3162 2024.11.19 05:55:09.113570 [ 133 ] {} <Debug> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3163 2024.11.19 05:55:09.113763 [ 133 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3164 2024.11.19 05:55:09.113839 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
3165 2024.11.19 05:55:09.114209 [ 188 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full
3166 2024.11.19 05:55:09.127716 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
3167 2024.11.19 05:55:09.129329 [ 188 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3168 2024.11.19 05:55:09.130502 [ 188 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part
3169 2024.11.19 05:55:09.135558 [ 188 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part
3170 2024.11.19 05:55:09.140772 [ 188 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part
3171 2024.11.19 05:55:09.146101 [ 188 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part
3172 2024.11.19 05:55:09.151616 [ 188 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part
3173 2024.11.19 05:55:09.156153 [ 188 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
3174 2024.11.19 05:55:09.216955 [ 190 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.102973909 sec., 1175.054935517695 rows/sec., 6.08 MiB/sec.
3175 2024.11.19 05:55:09.219581 [ 187 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3176 2024.11.19 05:55:09.222372 [ 187 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_16_3} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3177 2024.11.19 05:55:09.222469 [ 187 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_16_3} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3178 2024.11.19 05:55:09.224591 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB.
3179 2024.11.19 05:55:09.778524 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50108, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3180 2024.11.19 05:55:10.000196 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.75 MiB, peak 187.68 MiB, free memory in arenas 0.00 B, will set to 179.36 MiB (RSS), difference: 1.61 MiB
3181 2024.11.19 05:55:10.264884 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44656, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3182 2024.11.19 05:55:10.325219 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3183 2024.11.19 05:55:10.325409 [ 259 ] {e5d144fb-7eb9-40b7-90ba-a2c5afda69fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3184 2024.11.19 05:55:10.325483 [ 259 ] {e5d144fb-7eb9-40b7-90ba-a2c5afda69fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3185 2024.11.19 05:55:10.326240 [ 259 ] {e5d144fb-7eb9-40b7-90ba-a2c5afda69fd} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3186 2024.11.19 05:55:10.326295 [ 259 ] {e5d144fb-7eb9-40b7-90ba-a2c5afda69fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3187 2024.11.19 05:55:10.326739 [ 259 ] {e5d144fb-7eb9-40b7-90ba-a2c5afda69fd} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3188 2024.11.19 05:55:10.326998 [ 259 ] {e5d144fb-7eb9-40b7-90ba-a2c5afda69fd} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3189 2024.11.19 05:55:10.327262 [ 259 ] {e5d144fb-7eb9-40b7-90ba-a2c5afda69fd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001895 sec., 7387.862796833773 rows/sec., 531.83 KiB/sec.
3190 2024.11.19 05:55:10.327454 [ 259 ] {e5d144fb-7eb9-40b7-90ba-a2c5afda69fd} <Debug> TCPHandler: Processed in 0.002360604 sec.
3191 2024.11.19 05:55:10.327642 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3192 2024.11.19 05:55:10.327768 [ 263 ] {c07871ae-941c-4a84-a47d-cb5e7194c3ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3193 2024.11.19 05:55:10.327828 [ 263 ] {c07871ae-941c-4a84-a47d-cb5e7194c3ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3194 2024.11.19 05:55:10.328691 [ 263 ] {c07871ae-941c-4a84-a47d-cb5e7194c3ad} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3195 2024.11.19 05:55:10.328741 [ 263 ] {c07871ae-941c-4a84-a47d-cb5e7194c3ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3196 2024.11.19 05:55:10.329140 [ 263 ] {c07871ae-941c-4a84-a47d-cb5e7194c3ad} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3197 2024.11.19 05:55:10.329389 [ 263 ] {c07871ae-941c-4a84-a47d-cb5e7194c3ad} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3198 2024.11.19 05:55:10.329607 [ 263 ] {c07871ae-941c-4a84-a47d-cb5e7194c3ad} <Debug> executeQuery: Read 283 rows, 25.59 KiB in 0.001866 sec., 151661.30760986067 rows/sec., 13.39 MiB/sec.
3199 2024.11.19 05:55:10.329704 [ 263 ] {c07871ae-941c-4a84-a47d-cb5e7194c3ad} <Debug> TCPHandler: Processed in 0.002121042 sec.
3200 2024.11.19 05:55:10.329870 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3201 2024.11.19 05:55:10.329983 [ 259 ] {bc8188f6-f9db-4971-ba2e-83fd49af1114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3202 2024.11.19 05:55:10.330031 [ 259 ] {bc8188f6-f9db-4971-ba2e-83fd49af1114} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3203 2024.11.19 05:55:10.330589 [ 259 ] {bc8188f6-f9db-4971-ba2e-83fd49af1114} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3204 2024.11.19 05:55:10.330628 [ 259 ] {bc8188f6-f9db-4971-ba2e-83fd49af1114} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3205 2024.11.19 05:55:10.330993 [ 259 ] {bc8188f6-f9db-4971-ba2e-83fd49af1114} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3206 2024.11.19 05:55:10.331249 [ 259 ] {bc8188f6-f9db-4971-ba2e-83fd49af1114} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3207 2024.11.19 05:55:10.331546 [ 259 ] {bc8188f6-f9db-4971-ba2e-83fd49af1114} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001573 sec., 29879.211697393515 rows/sec., 2.15 MiB/sec.
3208 2024.11.19 05:55:10.331843 [ 259 ] {bc8188f6-f9db-4971-ba2e-83fd49af1114} <Debug> TCPHandler: Processed in 0.002020781 sec.
3209 2024.11.19 05:55:10.332062 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3210 2024.11.19 05:55:10.332200 [ 263 ] {5a3369e1-c0cf-4e31-b8b4-4946c1008bb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3211 2024.11.19 05:55:10.332256 [ 263 ] {5a3369e1-c0cf-4e31-b8b4-4946c1008bb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3212 2024.11.19 05:55:10.332900 [ 263 ] {5a3369e1-c0cf-4e31-b8b4-4946c1008bb9} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3213 2024.11.19 05:55:10.332940 [ 263 ] {5a3369e1-c0cf-4e31-b8b4-4946c1008bb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3214 2024.11.19 05:55:10.333292 [ 263 ] {5a3369e1-c0cf-4e31-b8b4-4946c1008bb9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3215 2024.11.19 05:55:10.333529 [ 263 ] {5a3369e1-c0cf-4e31-b8b4-4946c1008bb9} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3216 2024.11.19 05:55:10.333945 [ 263 ] {5a3369e1-c0cf-4e31-b8b4-4946c1008bb9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001739 sec., 8050.6037952846455 rows/sec., 563.81 KiB/sec.
3217 2024.11.19 05:55:10.334191 [ 263 ] {5a3369e1-c0cf-4e31-b8b4-4946c1008bb9} <Debug> TCPHandler: Processed in 0.002224583 sec.
3218 2024.11.19 05:55:10.334376 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3219 2024.11.19 05:55:10.334508 [ 259 ] {1c071e6a-e0b0-485d-9b34-ee8d7dd99e87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3220 2024.11.19 05:55:10.334563 [ 259 ] {1c071e6a-e0b0-485d-9b34-ee8d7dd99e87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3221 2024.11.19 05:55:10.335171 [ 259 ] {1c071e6a-e0b0-485d-9b34-ee8d7dd99e87} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3222 2024.11.19 05:55:10.335210 [ 259 ] {1c071e6a-e0b0-485d-9b34-ee8d7dd99e87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3223 2024.11.19 05:55:10.335566 [ 259 ] {1c071e6a-e0b0-485d-9b34-ee8d7dd99e87} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3224 2024.11.19 05:55:10.335809 [ 259 ] {1c071e6a-e0b0-485d-9b34-ee8d7dd99e87} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3225 2024.11.19 05:55:10.336063 [ 259 ] {1c071e6a-e0b0-485d-9b34-ee8d7dd99e87} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001565 sec., 8306.70926517572 rows/sec., 517.92 KiB/sec.
3226 2024.11.19 05:55:10.336346 [ 259 ] {1c071e6a-e0b0-485d-9b34-ee8d7dd99e87} <Debug> TCPHandler: Processed in 0.002027241 sec.
3227 2024.11.19 05:55:10.336550 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3228 2024.11.19 05:55:10.336689 [ 263 ] {19d24404-a2cb-4127-b68d-f066919bef69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3229 2024.11.19 05:55:10.336745 [ 263 ] {19d24404-a2cb-4127-b68d-f066919bef69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3230 2024.11.19 05:55:10.337464 [ 263 ] {19d24404-a2cb-4127-b68d-f066919bef69} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3231 2024.11.19 05:55:10.337504 [ 263 ] {19d24404-a2cb-4127-b68d-f066919bef69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3232 2024.11.19 05:55:10.337883 [ 263 ] {19d24404-a2cb-4127-b68d-f066919bef69} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3233 2024.11.19 05:55:10.338141 [ 263 ] {19d24404-a2cb-4127-b68d-f066919bef69} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3234 2024.11.19 05:55:10.338388 [ 263 ] {19d24404-a2cb-4127-b68d-f066919bef69} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001724 sec., 244779.5823665893 rows/sec., 17.49 MiB/sec.
3235 2024.11.19 05:55:10.338605 [ 263 ] {19d24404-a2cb-4127-b68d-f066919bef69} <Debug> TCPHandler: Processed in 0.002132572 sec.
3236 2024.11.19 05:55:10.338752 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3237 2024.11.19 05:55:10.338859 [ 259 ] {9cd356e8-bdc7-4a15-a21e-f2282e49a032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3238 2024.11.19 05:55:10.338907 [ 259 ] {9cd356e8-bdc7-4a15-a21e-f2282e49a032} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3239 2024.11.19 05:55:10.339367 [ 259 ] {9cd356e8-bdc7-4a15-a21e-f2282e49a032} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3240 2024.11.19 05:55:10.339406 [ 259 ] {9cd356e8-bdc7-4a15-a21e-f2282e49a032} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3241 2024.11.19 05:55:10.339777 [ 259 ] {9cd356e8-bdc7-4a15-a21e-f2282e49a032} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3242 2024.11.19 05:55:10.340027 [ 259 ] {9cd356e8-bdc7-4a15-a21e-f2282e49a032} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3243 2024.11.19 05:55:10.340321 [ 259 ] {9cd356e8-bdc7-4a15-a21e-f2282e49a032} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001461 sec., 4106.776180698152 rows/sec., 214.56 KiB/sec.
3244 2024.11.19 05:55:10.340403 [ 259 ] {9cd356e8-bdc7-4a15-a21e-f2282e49a032} <Debug> TCPHandler: Processed in 0.001703108 sec.
3245 2024.11.19 05:55:10.340551 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3246 2024.11.19 05:55:10.340660 [ 263 ] {6b04302f-5626-4c64-8af8-1ae7fda4d5ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3247 2024.11.19 05:55:10.340709 [ 263 ] {6b04302f-5626-4c64-8af8-1ae7fda4d5ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3248 2024.11.19 05:55:10.341233 [ 263 ] {6b04302f-5626-4c64-8af8-1ae7fda4d5ee} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3249 2024.11.19 05:55:10.341271 [ 263 ] {6b04302f-5626-4c64-8af8-1ae7fda4d5ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3250 2024.11.19 05:55:10.341664 [ 263 ] {6b04302f-5626-4c64-8af8-1ae7fda4d5ee} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3251 2024.11.19 05:55:10.341908 [ 263 ] {6b04302f-5626-4c64-8af8-1ae7fda4d5ee} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3252 2024.11.19 05:55:10.342144 [ 263 ] {6b04302f-5626-4c64-8af8-1ae7fda4d5ee} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001505 sec., 157475.0830564784 rows/sec., 10.56 MiB/sec.
3253 2024.11.19 05:55:10.342383 [ 263 ] {6b04302f-5626-4c64-8af8-1ae7fda4d5ee} <Debug> TCPHandler: Processed in 0.001880759 sec.
3254 2024.11.19 05:55:10.342528 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3255 2024.11.19 05:55:10.342635 [ 259 ] {e365af71-2001-4ef9-8de3-f7fa9c1fa13c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3256 2024.11.19 05:55:10.342683 [ 259 ] {e365af71-2001-4ef9-8de3-f7fa9c1fa13c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3257 2024.11.19 05:55:10.343196 [ 259 ] {e365af71-2001-4ef9-8de3-f7fa9c1fa13c} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3258 2024.11.19 05:55:10.343242 [ 259 ] {e365af71-2001-4ef9-8de3-f7fa9c1fa13c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3259 2024.11.19 05:55:10.343673 [ 259 ] {e365af71-2001-4ef9-8de3-f7fa9c1fa13c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3260 2024.11.19 05:55:10.343939 [ 259 ] {e365af71-2001-4ef9-8de3-f7fa9c1fa13c} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3261 2024.11.19 05:55:10.344227 [ 259 ] {e365af71-2001-4ef9-8de3-f7fa9c1fa13c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001592 sec., 628.1407035175879 rows/sec., 42.33 KiB/sec.
3262 2024.11.19 05:55:10.344319 [ 259 ] {e365af71-2001-4ef9-8de3-f7fa9c1fa13c} <Debug> TCPHandler: Processed in 0.00184401 sec.
3263 2024.11.19 05:55:10.344452 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3264 2024.11.19 05:55:10.344559 [ 263 ] {da629f28-49fd-43bb-9475-41707d598d11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3265 2024.11.19 05:55:10.344628 [ 263 ] {da629f28-49fd-43bb-9475-41707d598d11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3266 2024.11.19 05:55:10.345800 [ 263 ] {da629f28-49fd-43bb-9475-41707d598d11} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3267 2024.11.19 05:55:10.345840 [ 263 ] {da629f28-49fd-43bb-9475-41707d598d11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3268 2024.11.19 05:55:10.346503 [ 263 ] {da629f28-49fd-43bb-9475-41707d598d11} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3269 2024.11.19 05:55:10.346789 [ 263 ] {da629f28-49fd-43bb-9475-41707d598d11} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3270 2024.11.19 05:55:10.346967 [ 129 ] {} <Debug> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
3271 2024.11.19 05:55:10.347063 [ 129 ] {} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3272 2024.11.19 05:55:10.347071 [ 263 ] {da629f28-49fd-43bb-9475-41707d598d11} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002524 sec., 15847.860538827257 rows/sec., 28.40 MiB/sec.
3273 2024.11.19 05:55:10.347100 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3274 2024.11.19 05:55:10.347543 [ 201 ] {e648c1b8-8686-4259-82f9-325f430fe764::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
3275 2024.11.19 05:55:10.347760 [ 263 ] {da629f28-49fd-43bb-9475-41707d598d11} <Debug> TCPHandler: Processed in 0.003357375 sec.
3276 2024.11.19 05:55:10.347988 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3277 2024.11.19 05:55:10.348245 [ 259 ] {bb3716f9-47b0-4397-af8d-586fa7d395ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3278 2024.11.19 05:55:10.348312 [ 201 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3279 2024.11.19 05:55:10.348337 [ 259 ] {bb3716f9-47b0-4397-af8d-586fa7d395ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3280 2024.11.19 05:55:10.348506 [ 201 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 87 rows starting from the beginning of the part
3281 2024.11.19 05:55:10.349346 [ 201 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 29 rows starting from the beginning of the part
3282 2024.11.19 05:55:10.349977 [ 201 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 11 rows starting from the beginning of the part
3283 2024.11.19 05:55:10.350727 [ 201 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part
3284 2024.11.19 05:55:10.350743 [ 259 ] {bb3716f9-47b0-4397-af8d-586fa7d395ba} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3285 2024.11.19 05:55:10.350817 [ 259 ] {bb3716f9-47b0-4397-af8d-586fa7d395ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3286 2024.11.19 05:55:10.351335 [ 201 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part
3287 2024.11.19 05:55:10.352240 [ 201 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part
3288 2024.11.19 05:55:10.352652 [ 259 ] {bb3716f9-47b0-4397-af8d-586fa7d395ba} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3289 2024.11.19 05:55:10.353508 [ 259 ] {bb3716f9-47b0-4397-af8d-586fa7d395ba} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3290 2024.11.19 05:55:10.354045 [ 259 ] {bb3716f9-47b0-4397-af8d-586fa7d395ba} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005852 sec., 14012.303485987695 rows/sec., 911.31 KiB/sec.
3291 2024.11.19 05:55:10.354380 [ 259 ] {bb3716f9-47b0-4397-af8d-586fa7d395ba} <Debug> TCPHandler: Processed in 0.006505388 sec.
3292 2024.11.19 05:55:10.357414 [ 187 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 247 rows, containing 19 columns (19 merged, 0 gathered) in 0.010188226 sec., 24243.67107679001 rows/sec., 43.44 MiB/sec.
3293 2024.11.19 05:55:10.357943 [ 201 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
3294 2024.11.19 05:55:10.358489 [ 201 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_10_2} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3295 2024.11.19 05:55:10.358575 [ 201 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_10_2} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
3296 2024.11.19 05:55:10.358695 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB.
3297 2024.11.19 05:55:10.498583 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58771, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3298 2024.11.19 05:55:10.508024 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56772, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3299 2024.11.19 05:55:10.546516 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48267, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3300 2024.11.19 05:55:10.686582 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39358, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3301 2024.11.19 05:55:10.714494 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60016, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3302 2024.11.19 05:55:10.714541 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47010, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3303 2024.11.19 05:55:11.102361 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35812, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3304 2024.11.19 05:55:11.326863 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42231, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3305 2024.11.19 05:55:11.441307 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:65429, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3306 2024.11.19 05:55:11.516342 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55135, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3307 2024.11.19 05:55:11.534711 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42173, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3308 2024.11.19 05:55:11.541024 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63051, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3309 2024.11.19 05:55:11.657257 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64324, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3310 2024.11.19 05:55:11.705399 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53307, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3311 2024.11.19 05:55:11.719772 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37308, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3312 2024.11.19 05:55:11.915867 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58377, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3313 2024.11.19 05:55:11.920284 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62289, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3314 2024.11.19 05:55:11.966831 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52738, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3315 2024.11.19 05:55:12.243769 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63445, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3316 2024.11.19 05:55:12.314236 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38740, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3317 2024.11.19 05:55:12.328558 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40356, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3318 2024.11.19 05:55:12.396865 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52373, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3319 2024.11.19 05:55:15.320522 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3320 2024.11.19 05:55:15.320774 [ 259 ] {2095143a-d7ef-437e-bb93-131f513541e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3321 2024.11.19 05:55:15.320868 [ 259 ] {2095143a-d7ef-437e-bb93-131f513541e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3322 2024.11.19 05:55:15.321864 [ 259 ] {2095143a-d7ef-437e-bb93-131f513541e0} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3323 2024.11.19 05:55:15.321932 [ 259 ] {2095143a-d7ef-437e-bb93-131f513541e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3324 2024.11.19 05:55:15.322494 [ 259 ] {2095143a-d7ef-437e-bb93-131f513541e0} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3325 2024.11.19 05:55:15.322821 [ 259 ] {2095143a-d7ef-437e-bb93-131f513541e0} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3326 2024.11.19 05:55:15.323099 [ 259 ] {2095143a-d7ef-437e-bb93-131f513541e0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002387 sec., 23460.410557184754 rows/sec., 1.80 MiB/sec.
3327 2024.11.19 05:55:15.323184 [ 259 ] {2095143a-d7ef-437e-bb93-131f513541e0} <Debug> TCPHandler: Processed in 0.002844679 sec.
3328 2024.11.19 05:55:15.323425 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3329 2024.11.19 05:55:15.323578 [ 263 ] {5884a46c-4ec5-45fa-885d-8e06b0ae4b59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3330 2024.11.19 05:55:15.323646 [ 263 ] {5884a46c-4ec5-45fa-885d-8e06b0ae4b59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3331 2024.11.19 05:55:15.324461 [ 263 ] {5884a46c-4ec5-45fa-885d-8e06b0ae4b59} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3332 2024.11.19 05:55:15.324520 [ 263 ] {5884a46c-4ec5-45fa-885d-8e06b0ae4b59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3333 2024.11.19 05:55:15.325148 [ 263 ] {5884a46c-4ec5-45fa-885d-8e06b0ae4b59} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3334 2024.11.19 05:55:15.325508 [ 263 ] {5884a46c-4ec5-45fa-885d-8e06b0ae4b59} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3335 2024.11.19 05:55:15.325792 [ 263 ] {5884a46c-4ec5-45fa-885d-8e06b0ae4b59} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002252 sec., 28419.18294849023 rows/sec., 2.22 MiB/sec.
3336 2024.11.19 05:55:15.325876 [ 263 ] {5884a46c-4ec5-45fa-885d-8e06b0ae4b59} <Debug> TCPHandler: Processed in 0.002522246 sec.
3337 2024.11.19 05:55:15.326069 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3338 2024.11.19 05:55:15.326210 [ 259 ] {7b1db882-a814-4b8f-ba6e-2bd662f979bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3339 2024.11.19 05:55:15.326279 [ 259 ] {7b1db882-a814-4b8f-ba6e-2bd662f979bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3340 2024.11.19 05:55:15.326976 [ 259 ] {7b1db882-a814-4b8f-ba6e-2bd662f979bd} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3341 2024.11.19 05:55:15.327027 [ 259 ] {7b1db882-a814-4b8f-ba6e-2bd662f979bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3342 2024.11.19 05:55:15.327534 [ 259 ] {7b1db882-a814-4b8f-ba6e-2bd662f979bd} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3343 2024.11.19 05:55:15.327850 [ 259 ] {7b1db882-a814-4b8f-ba6e-2bd662f979bd} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3344 2024.11.19 05:55:15.328135 [ 259 ] {7b1db882-a814-4b8f-ba6e-2bd662f979bd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00195 sec., 82051.28205128206 rows/sec., 5.71 MiB/sec.
3345 2024.11.19 05:55:15.328296 [ 259 ] {7b1db882-a814-4b8f-ba6e-2bd662f979bd} <Debug> TCPHandler: Processed in 0.002284814 sec.
3346 2024.11.19 05:55:15.328550 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3347 2024.11.19 05:55:15.328694 [ 263 ] {5ed7d5bd-6468-40d2-9720-32eb0fd72200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3348 2024.11.19 05:55:15.328756 [ 263 ] {5ed7d5bd-6468-40d2-9720-32eb0fd72200} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3349 2024.11.19 05:55:15.329360 [ 263 ] {5ed7d5bd-6468-40d2-9720-32eb0fd72200} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3350 2024.11.19 05:55:15.329410 [ 263 ] {5ed7d5bd-6468-40d2-9720-32eb0fd72200} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3351 2024.11.19 05:55:15.329882 [ 263 ] {5ed7d5bd-6468-40d2-9720-32eb0fd72200} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3352 2024.11.19 05:55:15.330206 [ 263 ] {5ed7d5bd-6468-40d2-9720-32eb0fd72200} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3353 2024.11.19 05:55:15.330513 [ 263 ] {5ed7d5bd-6468-40d2-9720-32eb0fd72200} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001849 sec., 32449.97295835587 rows/sec., 2.19 MiB/sec.
3354 2024.11.19 05:55:15.330773 [ 263 ] {5ed7d5bd-6468-40d2-9720-32eb0fd72200} <Debug> TCPHandler: Processed in 0.002305954 sec.
3355 2024.11.19 05:55:16.124119 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869
3356 2024.11.19 05:55:16.124886 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3357 2024.11.19 05:55:16.124949 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3358 2024.11.19 05:55:16.125510 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3359 2024.11.19 05:55:16.125789 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3360 2024.11.19 05:55:16.126004 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869
3361 2024.11.19 05:55:16.627917 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
3362 2024.11.19 05:55:16.647921 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3363 2024.11.19 05:55:16.647986 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3364 2024.11.19 05:55:16.654753 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3365 2024.11.19 05:55:16.655478 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3366 2024.11.19 05:55:16.658034 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
3367 2024.11.19 05:55:18.667912 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 494
3368 2024.11.19 05:55:18.671059 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3369 2024.11.19 05:55:18.671111 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3370 2024.11.19 05:55:18.672580 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3371 2024.11.19 05:55:18.672888 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3372 2024.11.19 05:55:18.674157 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 494
3373 2024.11.19 05:55:20.318146 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3374 2024.11.19 05:55:20.318361 [ 259 ] {45b7bc0b-47e9-4296-9eae-66aadcd2b57c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3375 2024.11.19 05:55:20.318440 [ 259 ] {45b7bc0b-47e9-4296-9eae-66aadcd2b57c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3376 2024.11.19 05:55:20.319280 [ 259 ] {45b7bc0b-47e9-4296-9eae-66aadcd2b57c} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3377 2024.11.19 05:55:20.319327 [ 259 ] {45b7bc0b-47e9-4296-9eae-66aadcd2b57c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3378 2024.11.19 05:55:20.319752 [ 259 ] {45b7bc0b-47e9-4296-9eae-66aadcd2b57c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3379 2024.11.19 05:55:20.320009 [ 259 ] {45b7bc0b-47e9-4296-9eae-66aadcd2b57c} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3380 2024.11.19 05:55:20.320250 [ 259 ] {45b7bc0b-47e9-4296-9eae-66aadcd2b57c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001945 sec., 28791.77377892031 rows/sec., 2.21 MiB/sec.
3381 2024.11.19 05:55:20.320308 [ 259 ] {45b7bc0b-47e9-4296-9eae-66aadcd2b57c} <Debug> TCPHandler: Processed in 0.002298163 sec.
3382 2024.11.19 05:55:20.320479 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3383 2024.11.19 05:55:20.320613 [ 263 ] {4c03d4fc-3fcc-4d9b-8eaa-d0e198b9ddb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3384 2024.11.19 05:55:20.320668 [ 263 ] {4c03d4fc-3fcc-4d9b-8eaa-d0e198b9ddb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3385 2024.11.19 05:55:20.321318 [ 263 ] {4c03d4fc-3fcc-4d9b-8eaa-d0e198b9ddb3} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3386 2024.11.19 05:55:20.321358 [ 263 ] {4c03d4fc-3fcc-4d9b-8eaa-d0e198b9ddb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3387 2024.11.19 05:55:20.321714 [ 263 ] {4c03d4fc-3fcc-4d9b-8eaa-d0e198b9ddb3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3388 2024.11.19 05:55:20.321967 [ 263 ] {4c03d4fc-3fcc-4d9b-8eaa-d0e198b9ddb3} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3389 2024.11.19 05:55:20.322178 [ 263 ] {4c03d4fc-3fcc-4d9b-8eaa-d0e198b9ddb3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001594 sec., 40150.564617314936 rows/sec., 3.13 MiB/sec.
3390 2024.11.19 05:55:20.322232 [ 263 ] {4c03d4fc-3fcc-4d9b-8eaa-d0e198b9ddb3} <Debug> TCPHandler: Processed in 0.001821119 sec.
3391 2024.11.19 05:55:20.322381 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3392 2024.11.19 05:55:20.322512 [ 259 ] {e2af5d97-135b-4b34-8dde-6ab36505b155} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3393 2024.11.19 05:55:20.322570 [ 259 ] {e2af5d97-135b-4b34-8dde-6ab36505b155} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3394 2024.11.19 05:55:20.323187 [ 259 ] {e2af5d97-135b-4b34-8dde-6ab36505b155} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3395 2024.11.19 05:55:20.323227 [ 259 ] {e2af5d97-135b-4b34-8dde-6ab36505b155} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3396 2024.11.19 05:55:20.323618 [ 259 ] {e2af5d97-135b-4b34-8dde-6ab36505b155} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3397 2024.11.19 05:55:20.323912 [ 259 ] {e2af5d97-135b-4b34-8dde-6ab36505b155} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3398 2024.11.19 05:55:20.324171 [ 259 ] {e2af5d97-135b-4b34-8dde-6ab36505b155} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001684 sec., 95011.87648456058 rows/sec., 6.62 MiB/sec.
3399 2024.11.19 05:55:20.324305 [ 259 ] {e2af5d97-135b-4b34-8dde-6ab36505b155} <Debug> TCPHandler: Processed in 0.001983931 sec.
3400 2024.11.19 05:55:20.324526 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3401 2024.11.19 05:55:20.324658 [ 263 ] {4d934a95-973c-43e4-8d6a-113f32a81a04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3402 2024.11.19 05:55:20.324714 [ 263 ] {4d934a95-973c-43e4-8d6a-113f32a81a04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3403 2024.11.19 05:55:20.325376 [ 263 ] {4d934a95-973c-43e4-8d6a-113f32a81a04} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3404 2024.11.19 05:55:20.325414 [ 263 ] {4d934a95-973c-43e4-8d6a-113f32a81a04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3405 2024.11.19 05:55:20.325769 [ 263 ] {4d934a95-973c-43e4-8d6a-113f32a81a04} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3406 2024.11.19 05:55:20.326007 [ 263 ] {4d934a95-973c-43e4-8d6a-113f32a81a04} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3407 2024.11.19 05:55:20.326181 [ 263 ] {4d934a95-973c-43e4-8d6a-113f32a81a04} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001554 sec., 38610.03861003861 rows/sec., 2.60 MiB/sec.
3408 2024.11.19 05:55:20.326230 [ 263 ] {4d934a95-973c-43e4-8d6a-113f32a81a04} <Debug> TCPHandler: Processed in 0.001818999 sec.
3409 2024.11.19 05:55:23.523364 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache
3410 2024.11.19 05:55:23.523419 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache
3411 2024.11.19 05:55:23.626262 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296
3412 2024.11.19 05:55:23.626882 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3413 2024.11.19 05:55:23.626929 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3414 2024.11.19 05:55:23.627561 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3415 2024.11.19 05:55:23.627828 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3416 2024.11.19 05:55:23.628076 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
3417 2024.11.19 05:55:24.158219 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
3418 2024.11.19 05:55:24.177448 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3419 2024.11.19 05:55:24.177496 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3420 2024.11.19 05:55:24.184882 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3421 2024.11.19 05:55:24.185626 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3422 2024.11.19 05:55:24.188445 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
3423 2024.11.19 05:55:25.324847 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3424 2024.11.19 05:55:25.325053 [ 259 ] {6a33d877-4d3d-43df-8c39-b37741554956} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3425 2024.11.19 05:55:25.325132 [ 259 ] {6a33d877-4d3d-43df-8c39-b37741554956} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3426 2024.11.19 05:55:25.325891 [ 259 ] {6a33d877-4d3d-43df-8c39-b37741554956} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3427 2024.11.19 05:55:25.325936 [ 259 ] {6a33d877-4d3d-43df-8c39-b37741554956} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3428 2024.11.19 05:55:25.326368 [ 259 ] {6a33d877-4d3d-43df-8c39-b37741554956} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3429 2024.11.19 05:55:25.326624 [ 259 ] {6a33d877-4d3d-43df-8c39-b37741554956} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3430 2024.11.19 05:55:25.326819 [ 113 ] {} <Debug> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3431 2024.11.19 05:55:25.326890 [ 259 ] {6a33d877-4d3d-43df-8c39-b37741554956} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001883 sec., 7434.944237918216 rows/sec., 535.22 KiB/sec.
3432 2024.11.19 05:55:25.326907 [ 113 ] {} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3433 2024.11.19 05:55:25.326983 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3434 2024.11.19 05:55:25.327037 [ 259 ] {6a33d877-4d3d-43df-8c39-b37741554956} <Debug> TCPHandler: Processed in 0.002317144 sec.
3435 2024.11.19 05:55:25.327327 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3436 2024.11.19 05:55:25.327490 [ 186 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::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
3437 2024.11.19 05:55:25.327633 [ 263 ] {bc30e214-5f02-449d-8ea2-ba9ee44cd663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3438 2024.11.19 05:55:25.327751 [ 263 ] {bc30e214-5f02-449d-8ea2-ba9ee44cd663} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3439 2024.11.19 05:55:25.327812 [ 186 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3440 2024.11.19 05:55:25.327914 [ 186 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::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
3441 2024.11.19 05:55:25.328196 [ 186 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part
3442 2024.11.19 05:55:25.328694 [ 186 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part
3443 2024.11.19 05:55:25.329142 [ 186 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part
3444 2024.11.19 05:55:25.329471 [ 186 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part
3445 2024.11.19 05:55:25.330583 [ 263 ] {bc30e214-5f02-449d-8ea2-ba9ee44cd663} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3446 2024.11.19 05:55:25.330644 [ 263 ] {bc30e214-5f02-449d-8ea2-ba9ee44cd663} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3447 2024.11.19 05:55:25.331790 [ 263 ] {bc30e214-5f02-449d-8ea2-ba9ee44cd663} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3448 2024.11.19 05:55:25.331944 [ 201 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00482667 sec., 14502.752415226232 rows/sec., 1.07 MiB/sec.
3449 2024.11.19 05:55:25.332184 [ 201 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3450 2024.11.19 05:55:25.332267 [ 263 ] {bc30e214-5f02-449d-8ea2-ba9ee44cd663} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3451 2024.11.19 05:55:25.332808 [ 263 ] {bc30e214-5f02-449d-8ea2-ba9ee44cd663} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.005228 sec., 54514.1545524101 rows/sec., 4.82 MiB/sec.
3452 2024.11.19 05:55:25.333051 [ 186 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_9_2} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3453 2024.11.19 05:55:25.333214 [ 263 ] {bc30e214-5f02-449d-8ea2-ba9ee44cd663} <Debug> TCPHandler: Processed in 0.006013042 sec.
3454 2024.11.19 05:55:25.333369 [ 186 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_9_2} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3455 2024.11.19 05:55:25.333458 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3456 2024.11.19 05:55:25.333545 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
3457 2024.11.19 05:55:25.333638 [ 259 ] {3c554e2c-6d65-4749-b0a2-0cdedd49f603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3458 2024.11.19 05:55:25.333690 [ 259 ] {3c554e2c-6d65-4749-b0a2-0cdedd49f603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3459 2024.11.19 05:55:25.334302 [ 259 ] {3c554e2c-6d65-4749-b0a2-0cdedd49f603} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3460 2024.11.19 05:55:25.334343 [ 259 ] {3c554e2c-6d65-4749-b0a2-0cdedd49f603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3461 2024.11.19 05:55:25.334715 [ 259 ] {3c554e2c-6d65-4749-b0a2-0cdedd49f603} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3462 2024.11.19 05:55:25.334970 [ 259 ] {3c554e2c-6d65-4749-b0a2-0cdedd49f603} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3463 2024.11.19 05:55:25.335285 [ 259 ] {3c554e2c-6d65-4749-b0a2-0cdedd49f603} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001644 sec., 29197.0802919708 rows/sec., 2.10 MiB/sec.
3464 2024.11.19 05:55:25.335415 [ 259 ] {3c554e2c-6d65-4749-b0a2-0cdedd49f603} <Debug> TCPHandler: Processed in 0.002051761 sec.
3465 2024.11.19 05:55:25.335566 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3466 2024.11.19 05:55:25.335674 [ 263 ] {dc99567b-1598-476b-815c-dde0bf2d8698} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3467 2024.11.19 05:55:25.335717 [ 263 ] {dc99567b-1598-476b-815c-dde0bf2d8698} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3468 2024.11.19 05:55:25.336258 [ 263 ] {dc99567b-1598-476b-815c-dde0bf2d8698} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3469 2024.11.19 05:55:25.336297 [ 263 ] {dc99567b-1598-476b-815c-dde0bf2d8698} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3470 2024.11.19 05:55:25.336639 [ 263 ] {dc99567b-1598-476b-815c-dde0bf2d8698} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3471 2024.11.19 05:55:25.336891 [ 263 ] {dc99567b-1598-476b-815c-dde0bf2d8698} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3472 2024.11.19 05:55:25.337104 [ 263 ] {dc99567b-1598-476b-815c-dde0bf2d8698} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001453 sec., 9635.237439779765 rows/sec., 674.79 KiB/sec.
3473 2024.11.19 05:55:25.337156 [ 263 ] {dc99567b-1598-476b-815c-dde0bf2d8698} <Debug> TCPHandler: Processed in 0.001643978 sec.
3474 2024.11.19 05:55:25.337307 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3475 2024.11.19 05:55:25.337415 [ 259 ] {cc321939-ea44-4fef-a8b7-4bb351c56eb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3476 2024.11.19 05:55:25.337459 [ 259 ] {cc321939-ea44-4fef-a8b7-4bb351c56eb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3477 2024.11.19 05:55:25.337993 [ 259 ] {cc321939-ea44-4fef-a8b7-4bb351c56eb9} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3478 2024.11.19 05:55:25.338034 [ 259 ] {cc321939-ea44-4fef-a8b7-4bb351c56eb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3479 2024.11.19 05:55:25.338394 [ 259 ] {cc321939-ea44-4fef-a8b7-4bb351c56eb9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3480 2024.11.19 05:55:25.338633 [ 259 ] {cc321939-ea44-4fef-a8b7-4bb351c56eb9} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3481 2024.11.19 05:55:25.338768 [ 112 ] {} <Debug> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3482 2024.11.19 05:55:25.338806 [ 112 ] {} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3483 2024.11.19 05:55:25.338816 [ 259 ] {cc321939-ea44-4fef-a8b7-4bb351c56eb9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00142 sec., 9154.929577464789 rows/sec., 570.81 KiB/sec.
3484 2024.11.19 05:55:25.338832 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3485 2024.11.19 05:55:25.338941 [ 259 ] {cc321939-ea44-4fef-a8b7-4bb351c56eb9} <Debug> TCPHandler: Processed in 0.001689048 sec.
3486 2024.11.19 05:55:25.339253 [ 201 ] {762868e6-1685-41dd-bc30-da37857dff35::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
3487 2024.11.19 05:55:25.339252 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3488 2024.11.19 05:55:25.339561 [ 263 ] {1d28b247-1be2-4ce2-a3d3-e01bc81020c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3489 2024.11.19 05:55:25.339572 [ 201 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3490 2024.11.19 05:55:25.339653 [ 263 ] {1d28b247-1be2-4ce2-a3d3-e01bc81020c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3491 2024.11.19 05:55:25.339654 [ 201 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 13 rows starting from the beginning of the part
3492 2024.11.19 05:55:25.340061 [ 201 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 13 rows starting from the beginning of the part
3493 2024.11.19 05:55:25.340434 [ 201 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 13 rows starting from the beginning of the part
3494 2024.11.19 05:55:25.340778 [ 201 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 13 rows starting from the beginning of the part
3495 2024.11.19 05:55:25.341158 [ 201 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 13 rows starting from the beginning of the part
3496 2024.11.19 05:55:25.342223 [ 263 ] {1d28b247-1be2-4ce2-a3d3-e01bc81020c4} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3497 2024.11.19 05:55:25.342293 [ 263 ] {1d28b247-1be2-4ce2-a3d3-e01bc81020c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3498 2024.11.19 05:55:25.343430 [ 263 ] {1d28b247-1be2-4ce2-a3d3-e01bc81020c4} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3499 2024.11.19 05:55:25.343450 [ 186 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004511957 sec., 14406.16566159651 rows/sec., 954.50 KiB/sec.
3500 2024.11.19 05:55:25.343646 [ 193 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3501 2024.11.19 05:55:25.343828 [ 263 ] {1d28b247-1be2-4ce2-a3d3-e01bc81020c4} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3502 2024.11.19 05:55:25.344410 [ 263 ] {1d28b247-1be2-4ce2-a3d3-e01bc81020c4} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.004874 sec., 86787.0332375872 rows/sec., 6.20 MiB/sec.
3503 2024.11.19 05:55:25.344436 [ 193 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_9_2} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3504 2024.11.19 05:55:25.344768 [ 193 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_9_2} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3505 2024.11.19 05:55:25.344791 [ 263 ] {1d28b247-1be2-4ce2-a3d3-e01bc81020c4} <Debug> TCPHandler: Processed in 0.00572649 sec.
3506 2024.11.19 05:55:25.344979 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3507 2024.11.19 05:55:25.345016 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3508 2024.11.19 05:55:25.345140 [ 259 ] {866de3e2-267f-4ce0-adff-e28f72e80bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3509 2024.11.19 05:55:25.345190 [ 259 ] {866de3e2-267f-4ce0-adff-e28f72e80bcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3510 2024.11.19 05:55:25.345683 [ 259 ] {866de3e2-267f-4ce0-adff-e28f72e80bcb} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3511 2024.11.19 05:55:25.345725 [ 259 ] {866de3e2-267f-4ce0-adff-e28f72e80bcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3512 2024.11.19 05:55:25.346114 [ 259 ] {866de3e2-267f-4ce0-adff-e28f72e80bcb} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3513 2024.11.19 05:55:25.346369 [ 259 ] {866de3e2-267f-4ce0-adff-e28f72e80bcb} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3514 2024.11.19 05:55:25.346567 [ 259 ] {866de3e2-267f-4ce0-adff-e28f72e80bcb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001445 sec., 4152.249134948097 rows/sec., 216.94 KiB/sec.
3515 2024.11.19 05:55:25.346644 [ 259 ] {866de3e2-267f-4ce0-adff-e28f72e80bcb} <Debug> TCPHandler: Processed in 0.001723778 sec.
3516 2024.11.19 05:55:25.346795 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3517 2024.11.19 05:55:25.346904 [ 263 ] {f1034070-d1f7-4506-8086-c889778764dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3518 2024.11.19 05:55:25.346951 [ 263 ] {f1034070-d1f7-4506-8086-c889778764dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3519 2024.11.19 05:55:25.347470 [ 263 ] {f1034070-d1f7-4506-8086-c889778764dc} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3520 2024.11.19 05:55:25.347507 [ 263 ] {f1034070-d1f7-4506-8086-c889778764dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3521 2024.11.19 05:55:25.347899 [ 263 ] {f1034070-d1f7-4506-8086-c889778764dc} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3522 2024.11.19 05:55:25.348139 [ 263 ] {f1034070-d1f7-4506-8086-c889778764dc} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3523 2024.11.19 05:55:25.348319 [ 263 ] {f1034070-d1f7-4506-8086-c889778764dc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001438 sec., 164812.23922114048 rows/sec., 11.05 MiB/sec.
3524 2024.11.19 05:55:25.348370 [ 263 ] {f1034070-d1f7-4506-8086-c889778764dc} <Debug> TCPHandler: Processed in 0.001627947 sec.
3525 2024.11.19 05:55:25.348527 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3526 2024.11.19 05:55:25.348655 [ 259 ] {44dc16bf-dfc9-492b-8223-fdb57b4cf267} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3527 2024.11.19 05:55:25.348713 [ 259 ] {44dc16bf-dfc9-492b-8223-fdb57b4cf267} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3528 2024.11.19 05:55:25.349221 [ 259 ] {44dc16bf-dfc9-492b-8223-fdb57b4cf267} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3529 2024.11.19 05:55:25.349266 [ 259 ] {44dc16bf-dfc9-492b-8223-fdb57b4cf267} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3530 2024.11.19 05:55:25.349644 [ 259 ] {44dc16bf-dfc9-492b-8223-fdb57b4cf267} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3531 2024.11.19 05:55:25.349885 [ 259 ] {44dc16bf-dfc9-492b-8223-fdb57b4cf267} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3532 2024.11.19 05:55:25.350131 [ 259 ] {44dc16bf-dfc9-492b-8223-fdb57b4cf267} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001484 sec., 673.8544474393531 rows/sec., 45.41 KiB/sec.
3533 2024.11.19 05:55:25.350284 [ 259 ] {44dc16bf-dfc9-492b-8223-fdb57b4cf267} <Debug> TCPHandler: Processed in 0.001820569 sec.
3534 2024.11.19 05:55:25.350437 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3535 2024.11.19 05:55:25.350565 [ 263 ] {4eb6543f-7710-4ab4-9059-76a4c9560c96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3536 2024.11.19 05:55:25.350646 [ 263 ] {4eb6543f-7710-4ab4-9059-76a4c9560c96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3537 2024.11.19 05:55:25.351901 [ 263 ] {4eb6543f-7710-4ab4-9059-76a4c9560c96} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3538 2024.11.19 05:55:25.351938 [ 263 ] {4eb6543f-7710-4ab4-9059-76a4c9560c96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3539 2024.11.19 05:55:25.352618 [ 263 ] {4eb6543f-7710-4ab4-9059-76a4c9560c96} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3540 2024.11.19 05:55:25.352869 [ 263 ] {4eb6543f-7710-4ab4-9059-76a4c9560c96} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3541 2024.11.19 05:55:25.353099 [ 263 ] {4eb6543f-7710-4ab4-9059-76a4c9560c96} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002558 sec., 16028.14698983581 rows/sec., 28.72 MiB/sec.
3542 2024.11.19 05:55:25.353197 [ 263 ] {4eb6543f-7710-4ab4-9059-76a4c9560c96} <Debug> TCPHandler: Processed in 0.002822769 sec.
3543 2024.11.19 05:55:25.353351 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3544 2024.11.19 05:55:25.353458 [ 259 ] {b7a011b4-eba4-45fb-8661-7a11b6f79617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3545 2024.11.19 05:55:25.353505 [ 259 ] {b7a011b4-eba4-45fb-8661-7a11b6f79617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3546 2024.11.19 05:55:25.353940 [ 259 ] {b7a011b4-eba4-45fb-8661-7a11b6f79617} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3547 2024.11.19 05:55:25.353977 [ 259 ] {b7a011b4-eba4-45fb-8661-7a11b6f79617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3548 2024.11.19 05:55:25.354340 [ 259 ] {b7a011b4-eba4-45fb-8661-7a11b6f79617} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3549 2024.11.19 05:55:25.354586 [ 259 ] {b7a011b4-eba4-45fb-8661-7a11b6f79617} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3550 2024.11.19 05:55:25.354767 [ 259 ] {b7a011b4-eba4-45fb-8661-7a11b6f79617} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00133 sec., 61654.13533834586 rows/sec., 3.92 MiB/sec.
3551 2024.11.19 05:55:25.354817 [ 259 ] {b7a011b4-eba4-45fb-8661-7a11b6f79617} <Debug> TCPHandler: Processed in 0.001529716 sec.
3552 2024.11.19 05:55:28.674506 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 524
3553 2024.11.19 05:55:28.677452 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3554 2024.11.19 05:55:28.677506 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3555 2024.11.19 05:55:28.678983 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3556 2024.11.19 05:55:28.679295 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3557 2024.11.19 05:55:28.679854 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 524
3558 2024.11.19 05:55:30.317659 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3559 2024.11.19 05:55:30.317863 [ 259 ] {73258816-820c-473f-8ea9-f36f27f57a82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3560 2024.11.19 05:55:30.317942 [ 259 ] {73258816-820c-473f-8ea9-f36f27f57a82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3561 2024.11.19 05:55:30.318708 [ 259 ] {73258816-820c-473f-8ea9-f36f27f57a82} <Trace> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3562 2024.11.19 05:55:30.318758 [ 259 ] {73258816-820c-473f-8ea9-f36f27f57a82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3563 2024.11.19 05:55:30.319177 [ 259 ] {73258816-820c-473f-8ea9-f36f27f57a82} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3564 2024.11.19 05:55:30.319443 [ 259 ] {73258816-820c-473f-8ea9-f36f27f57a82} <Trace> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3565 2024.11.19 05:55:30.319700 [ 259 ] {73258816-820c-473f-8ea9-f36f27f57a82} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001876 sec., 8528.784648187633 rows/sec., 695.46 KiB/sec.
3566 2024.11.19 05:55:30.319899 [ 259 ] {73258816-820c-473f-8ea9-f36f27f57a82} <Debug> TCPHandler: Processed in 0.002372894 sec.
3567 2024.11.19 05:55:30.320085 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3568 2024.11.19 05:55:30.320201 [ 263 ] {266af460-5769-40c7-bbd9-55d1c2154c86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3569 2024.11.19 05:55:30.320250 [ 263 ] {266af460-5769-40c7-bbd9-55d1c2154c86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3570 2024.11.19 05:55:30.320870 [ 263 ] {266af460-5769-40c7-bbd9-55d1c2154c86} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3571 2024.11.19 05:55:30.320912 [ 263 ] {266af460-5769-40c7-bbd9-55d1c2154c86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3572 2024.11.19 05:55:30.321314 [ 263 ] {266af460-5769-40c7-bbd9-55d1c2154c86} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3573 2024.11.19 05:55:30.321565 [ 263 ] {266af460-5769-40c7-bbd9-55d1c2154c86} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3574 2024.11.19 05:55:30.321748 [ 106 ] {} <Debug> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3575 2024.11.19 05:55:30.321808 [ 263 ] {266af460-5769-40c7-bbd9-55d1c2154c86} <Debug> executeQuery: Read 64 rows, 4.99 KiB in 0.001631 sec., 39239.73022685469 rows/sec., 2.99 MiB/sec.
3576 2024.11.19 05:55:30.321831 [ 106 ] {} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3577 2024.11.19 05:55:30.321908 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3578 2024.11.19 05:55:30.321931 [ 263 ] {266af460-5769-40c7-bbd9-55d1c2154c86} <Debug> TCPHandler: Processed in 0.00190952 sec.
3579 2024.11.19 05:55:30.322103 [ 192 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::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
3580 2024.11.19 05:55:30.322124 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3581 2024.11.19 05:55:30.322231 [ 192 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3582 2024.11.19 05:55:30.322280 [ 259 ] {aa3645cc-048e-400f-b3f3-bf7f8455a46c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3583 2024.11.19 05:55:30.322284 [ 192 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1430 rows starting from the beginning of the part
3584 2024.11.19 05:55:30.322337 [ 259 ] {aa3645cc-048e-400f-b3f3-bf7f8455a46c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3585 2024.11.19 05:55:30.322462 [ 192 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 283 rows starting from the beginning of the part
3586 2024.11.19 05:55:30.322887 [ 192 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part
3587 2024.11.19 05:55:30.323232 [ 192 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 56 rows starting from the beginning of the part
3588 2024.11.19 05:55:30.323556 [ 192 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 285 rows starting from the beginning of the part
3589 2024.11.19 05:55:30.323905 [ 192 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 64 rows starting from the beginning of the part
3590 2024.11.19 05:55:30.324727 [ 259 ] {aa3645cc-048e-400f-b3f3-bf7f8455a46c} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3591 2024.11.19 05:55:30.324775 [ 259 ] {aa3645cc-048e-400f-b3f3-bf7f8455a46c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3592 2024.11.19 05:55:30.325296 [ 259 ] {aa3645cc-048e-400f-b3f3-bf7f8455a46c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3593 2024.11.19 05:55:30.325656 [ 259 ] {aa3645cc-048e-400f-b3f3-bf7f8455a46c} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3594 2024.11.19 05:55:30.325963 [ 259 ] {aa3645cc-048e-400f-b3f3-bf7f8455a46c} <Debug> executeQuery: Read 16 rows, 1.12 KiB in 0.003721 sec., 4299.919376511691 rows/sec., 300.24 KiB/sec.
3595 2024.11.19 05:55:30.326050 [ 259 ] {aa3645cc-048e-400f-b3f3-bf7f8455a46c} <Debug> TCPHandler: Processed in 0.003995221 sec.
3596 2024.11.19 05:55:30.326249 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3597 2024.11.19 05:55:30.326266 [ 186 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2174 rows, containing 5 columns (5 merged, 0 gathered) in 0.004261684 sec., 510126.9826669457 rows/sec., 44.99 MiB/sec.
3598 2024.11.19 05:55:30.326391 [ 263 ] {1d5be87e-38c5-4fdc-a84f-a12c139e1e99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3599 2024.11.19 05:55:30.326482 [ 263 ] {1d5be87e-38c5-4fdc-a84f-a12c139e1e99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3600 2024.11.19 05:55:30.326614 [ 186 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3601 2024.11.19 05:55:30.327222 [ 186 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_26_5} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3602 2024.11.19 05:55:30.327421 [ 186 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_26_5} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3603 2024.11.19 05:55:30.327606 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
3604 2024.11.19 05:55:30.327717 [ 263 ] {1d5be87e-38c5-4fdc-a84f-a12c139e1e99} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3605 2024.11.19 05:55:30.327760 [ 263 ] {1d5be87e-38c5-4fdc-a84f-a12c139e1e99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3606 2024.11.19 05:55:30.328193 [ 263 ] {1d5be87e-38c5-4fdc-a84f-a12c139e1e99} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3607 2024.11.19 05:55:30.328444 [ 263 ] {1d5be87e-38c5-4fdc-a84f-a12c139e1e99} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3608 2024.11.19 05:55:30.328623 [ 106 ] {} <Debug> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3609 2024.11.19 05:55:30.328688 [ 106 ] {} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3610 2024.11.19 05:55:30.328699 [ 263 ] {1d5be87e-38c5-4fdc-a84f-a12c139e1e99} <Debug> executeQuery: Read 80 rows, 6.42 KiB in 0.002329 sec., 34349.506225848 rows/sec., 2.69 MiB/sec.
3611 2024.11.19 05:55:30.328736 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3612 2024.11.19 05:55:30.328857 [ 263 ] {1d5be87e-38c5-4fdc-a84f-a12c139e1e99} <Debug> TCPHandler: Processed in 0.002696678 sec.
3613 2024.11.19 05:55:30.328975 [ 195 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::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
3614 2024.11.19 05:55:30.329051 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3615 2024.11.19 05:55:30.329162 [ 195 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3616 2024.11.19 05:55:30.329247 [ 195 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 910 rows starting from the beginning of the part
3617 2024.11.19 05:55:30.329256 [ 259 ] {8407416b-0349-4a95-af30-e58327e7dee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3618 2024.11.19 05:55:30.329436 [ 259 ] {8407416b-0349-4a95-af30-e58327e7dee7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3619 2024.11.19 05:55:30.329497 [ 195 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 422 rows starting from the beginning of the part
3620 2024.11.19 05:55:30.329857 [ 195 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part
3621 2024.11.19 05:55:30.330183 [ 195 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 64 rows starting from the beginning of the part
3622 2024.11.19 05:55:30.330507 [ 195 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 423 rows starting from the beginning of the part
3623 2024.11.19 05:55:30.330823 [ 195 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 80 rows starting from the beginning of the part
3624 2024.11.19 05:55:30.332026 [ 259 ] {8407416b-0349-4a95-af30-e58327e7dee7} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3625 2024.11.19 05:55:30.332089 [ 259 ] {8407416b-0349-4a95-af30-e58327e7dee7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3626 2024.11.19 05:55:30.333211 [ 259 ] {8407416b-0349-4a95-af30-e58327e7dee7} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3627 2024.11.19 05:55:30.333620 [ 259 ] {8407416b-0349-4a95-af30-e58327e7dee7} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3628 2024.11.19 05:55:30.334003 [ 106 ] {} <Debug> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3629 2024.11.19 05:55:30.334021 [ 192 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1963 rows, containing 5 columns (5 merged, 0 gathered) in 0.005144543 sec., 381569.3638871325 rows/sec., 29.22 MiB/sec.
3630 2024.11.19 05:55:30.334098 [ 106 ] {} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3631 2024.11.19 05:55:30.334144 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3632 2024.11.19 05:55:30.334212 [ 259 ] {8407416b-0349-4a95-af30-e58327e7dee7} <Debug> executeQuery: Read 136 rows, 9.69 KiB in 0.004989 sec., 27259.971938264178 rows/sec., 1.90 MiB/sec.
3633 2024.11.19 05:55:30.334398 [ 192 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3634 2024.11.19 05:55:30.334656 [ 259 ] {8407416b-0349-4a95-af30-e58327e7dee7} <Debug> TCPHandler: Processed in 0.005663629 sec.
3635 2024.11.19 05:55:30.334739 [ 189 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
3636 2024.11.19 05:55:30.334878 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3637 2024.11.19 05:55:30.335205 [ 263 ] {7e032470-5136-4574-88b3-fc1c3b6c96ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3638 2024.11.19 05:55:30.335305 [ 192 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_26_5} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3639 2024.11.19 05:55:30.335317 [ 189 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3640 2024.11.19 05:55:30.335344 [ 263 ] {7e032470-5136-4574-88b3-fc1c3b6c96ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3641 2024.11.19 05:55:30.335495 [ 189 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 5080 rows starting from the beginning of the part
3642 2024.11.19 05:55:30.335581 [ 192 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_26_5} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3643 2024.11.19 05:55:30.335954 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
3644 2024.11.19 05:55:30.336075 [ 189 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 237 rows starting from the beginning of the part
3645 2024.11.19 05:55:30.336509 [ 189 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part
3646 2024.11.19 05:55:30.336842 [ 189 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
3647 2024.11.19 05:55:30.337065 [ 189 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 237 rows starting from the beginning of the part
3648 2024.11.19 05:55:30.337457 [ 189 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 136 rows starting from the beginning of the part
3649 2024.11.19 05:55:30.338093 [ 263 ] {7e032470-5136-4574-88b3-fc1c3b6c96ac} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3650 2024.11.19 05:55:30.338142 [ 263 ] {7e032470-5136-4574-88b3-fc1c3b6c96ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3651 2024.11.19 05:55:30.338853 [ 263 ] {7e032470-5136-4574-88b3-fc1c3b6c96ac} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3652 2024.11.19 05:55:30.339268 [ 263 ] {7e032470-5136-4574-88b3-fc1c3b6c96ac} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3653 2024.11.19 05:55:30.339640 [ 106 ] {} <Debug> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3654 2024.11.19 05:55:30.339807 [ 106 ] {} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3655 2024.11.19 05:55:30.339862 [ 263 ] {7e032470-5136-4574-88b3-fc1c3b6c96ac} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004749 sec., 10107.391029690461 rows/sec., 697.52 KiB/sec.
3656 2024.11.19 05:55:30.339912 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3657 2024.11.19 05:55:30.340167 [ 263 ] {7e032470-5136-4574-88b3-fc1c3b6c96ac} <Debug> TCPHandler: Processed in 0.005401467 sec.
3658 2024.11.19 05:55:30.340607 [ 194 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
3659 2024.11.19 05:55:30.340905 [ 194 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3660 2024.11.19 05:55:30.340968 [ 194 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1294 rows starting from the beginning of the part
3661 2024.11.19 05:55:30.341132 [ 194 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 82 rows starting from the beginning of the part
3662 2024.11.19 05:55:30.341449 [ 194 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part
3663 2024.11.19 05:55:30.341886 [ 194 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
3664 2024.11.19 05:55:30.342142 [ 194 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 82 rows starting from the beginning of the part
3665 2024.11.19 05:55:30.342359 [ 194 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 48 rows starting from the beginning of the part
3666 2024.11.19 05:55:30.343030 [ 192 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6010 rows, containing 5 columns (5 merged, 0 gathered) in 0.008741011 sec., 687563.4866493132 rows/sec., 46.75 MiB/sec.
3667 2024.11.19 05:55:30.343729 [ 192 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3668 2024.11.19 05:55:30.344481 [ 192 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3669 2024.11.19 05:55:30.344610 [ 192 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3670 2024.11.19 05:55:30.344839 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.32 MiB.
3671 2024.11.19 05:55:30.345032 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1626 rows, containing 4 columns (4 merged, 0 gathered) in 0.00483056 sec., 336606.93584180716 rows/sec., 22.09 MiB/sec.
3672 2024.11.19 05:55:30.345312 [ 192 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3673 2024.11.19 05:55:30.345611 [ 192 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_26_5} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3674 2024.11.19 05:55:30.345690 [ 192 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_26_5} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3675 2024.11.19 05:55:30.345777 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
3676 2024.11.19 05:55:31.128336 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784
3677 2024.11.19 05:55:31.129016 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3678 2024.11.19 05:55:31.129068 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3679 2024.11.19 05:55:31.129605 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3680 2024.11.19 05:55:31.129872 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3681 2024.11.19 05:55:31.130111 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784
3682 2024.11.19 05:55:31.688634 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
3683 2024.11.19 05:55:31.708911 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3684 2024.11.19 05:55:31.708965 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
3685 2024.11.19 05:55:31.716734 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3686 2024.11.19 05:55:31.717508 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3687 2024.11.19 05:55:31.720763 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
3688 2024.11.19 05:55:35.319157 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3689 2024.11.19 05:55:35.319363 [ 259 ] {24f9949f-dde6-4ec5-83a6-e039c4c18f4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3690 2024.11.19 05:55:35.319438 [ 259 ] {24f9949f-dde6-4ec5-83a6-e039c4c18f4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3691 2024.11.19 05:55:35.320242 [ 259 ] {24f9949f-dde6-4ec5-83a6-e039c4c18f4e} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3692 2024.11.19 05:55:35.320295 [ 259 ] {24f9949f-dde6-4ec5-83a6-e039c4c18f4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
3693 2024.11.19 05:55:35.320741 [ 259 ] {24f9949f-dde6-4ec5-83a6-e039c4c18f4e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3694 2024.11.19 05:55:35.321004 [ 259 ] {24f9949f-dde6-4ec5-83a6-e039c4c18f4e} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3695 2024.11.19 05:55:35.321253 [ 259 ] {24f9949f-dde6-4ec5-83a6-e039c4c18f4e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001938 sec., 28895.768833849328 rows/sec., 2.22 MiB/sec.
3696 2024.11.19 05:55:35.321384 [ 259 ] {24f9949f-dde6-4ec5-83a6-e039c4c18f4e} <Debug> TCPHandler: Processed in 0.002355885 sec.
3697 2024.11.19 05:55:35.321640 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3698 2024.11.19 05:55:35.321789 [ 263 ] {e351dd7a-b8b5-44e5-911a-17ac56861671} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3699 2024.11.19 05:55:35.321851 [ 263 ] {e351dd7a-b8b5-44e5-911a-17ac56861671} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3700 2024.11.19 05:55:35.322658 [ 263 ] {e351dd7a-b8b5-44e5-911a-17ac56861671} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3701 2024.11.19 05:55:35.322711 [ 263 ] {e351dd7a-b8b5-44e5-911a-17ac56861671} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
3702 2024.11.19 05:55:35.323107 [ 263 ] {e351dd7a-b8b5-44e5-911a-17ac56861671} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3703 2024.11.19 05:55:35.323368 [ 263 ] {e351dd7a-b8b5-44e5-911a-17ac56861671} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3704 2024.11.19 05:55:35.323625 [ 263 ] {e351dd7a-b8b5-44e5-911a-17ac56861671} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001861 sec., 34390.11284255776 rows/sec., 2.68 MiB/sec.
3705 2024.11.19 05:55:35.323765 [ 263 ] {e351dd7a-b8b5-44e5-911a-17ac56861671} <Debug> TCPHandler: Processed in 0.002235513 sec.
3706 2024.11.19 05:55:35.323988 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3707 2024.11.19 05:55:35.324126 [ 259 ] {33673e01-4931-4988-bee5-eeb578842dcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3708 2024.11.19 05:55:35.324187 [ 259 ] {33673e01-4931-4988-bee5-eeb578842dcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3709 2024.11.19 05:55:35.324751 [ 259 ] {33673e01-4931-4988-bee5-eeb578842dcd} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3710 2024.11.19 05:55:35.324793 [ 259 ] {33673e01-4931-4988-bee5-eeb578842dcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
3711 2024.11.19 05:55:35.325219 [ 259 ] {33673e01-4931-4988-bee5-eeb578842dcd} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3712 2024.11.19 05:55:35.325470 [ 259 ] {33673e01-4931-4988-bee5-eeb578842dcd} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3713 2024.11.19 05:55:35.325679 [ 259 ] {33673e01-4931-4988-bee5-eeb578842dcd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001582 sec., 101137.80025284449 rows/sec., 7.04 MiB/sec.
3714 2024.11.19 05:55:35.325740 [ 259 ] {33673e01-4931-4988-bee5-eeb578842dcd} <Debug> TCPHandler: Processed in 0.001847219 sec.
3715 2024.11.19 05:55:35.325887 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3716 2024.11.19 05:55:35.326001 [ 263 ] {1f9f8538-e87d-4d37-85cd-82f6809f5f50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3717 2024.11.19 05:55:35.326049 [ 263 ] {1f9f8538-e87d-4d37-85cd-82f6809f5f50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3718 2024.11.19 05:55:35.326510 [ 263 ] {1f9f8538-e87d-4d37-85cd-82f6809f5f50} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3719 2024.11.19 05:55:35.326551 [ 263 ] {1f9f8538-e87d-4d37-85cd-82f6809f5f50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
3720 2024.11.19 05:55:35.326927 [ 263 ] {1f9f8538-e87d-4d37-85cd-82f6809f5f50} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3721 2024.11.19 05:55:35.327192 [ 263 ] {1f9f8538-e87d-4d37-85cd-82f6809f5f50} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3722 2024.11.19 05:55:35.327433 [ 263 ] {1f9f8538-e87d-4d37-85cd-82f6809f5f50} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001452 sec., 41322.31404958678 rows/sec., 2.78 MiB/sec.
3723 2024.11.19 05:55:35.327628 [ 263 ] {1f9f8538-e87d-4d37-85cd-82f6809f5f50} <Debug> TCPHandler: Processed in 0.001789938 sec.
3724 2024.11.19 05:55:36.017225 [ 97 ] {} <Debug> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3725 2024.11.19 05:55:36.017322 [ 97 ] {} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3726 2024.11.19 05:55:36.017365 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
3727 2024.11.19 05:55:36.017643 [ 194 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::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
3728 2024.11.19 05:55:36.017885 [ 194 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3729 2024.11.19 05:55:36.017926 [ 194 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 30 rows starting from the beginning of the part
3730 2024.11.19 05:55:36.018011 [ 194 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part
3731 2024.11.19 05:55:36.018203 [ 194 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part
3732 2024.11.19 05:55:36.018474 [ 194 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part
3733 2024.11.19 05:55:36.018669 [ 194 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part
3734 2024.11.19 05:55:36.019844 [ 197 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 4 columns (4 merged, 0 gathered) in 0.002353215 sec., 22947.32950452891 rows/sec., 1.17 MiB/sec.
3735 2024.11.19 05:55:36.020120 [ 197 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3736 2024.11.19 05:55:36.020699 [ 197 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_9_2} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3737 2024.11.19 05:55:36.020827 [ 197 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_9_2} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3738 2024.11.19 05:55:36.020924 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3739 2024.11.19 05:55:36.602084 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47267, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3740 2024.11.19 05:55:36.829969 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44772, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3741 2024.11.19 05:55:36.878304 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44445, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3742 2024.11.19 05:55:36.891543 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50752, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3743 2024.11.19 05:55:37.032820 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53595, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3744 2024.11.19 05:55:37.054160 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37009, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3745 2024.11.19 05:55:37.054179 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63814, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3746 2024.11.19 05:55:37.065504 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58853, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3747 2024.11.19 05:55:37.459127 [ 95 ] {} <Debug> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3748 2024.11.19 05:55:37.459186 [ 95 ] {} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3749 2024.11.19 05:55:37.459208 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
3750 2024.11.19 05:55:37.459376 [ 194 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::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
3751 2024.11.19 05:55:37.459548 [ 194 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3752 2024.11.19 05:55:37.459593 [ 194 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 242 rows starting from the beginning of the part
3753 2024.11.19 05:55:37.459726 [ 194 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part
3754 2024.11.19 05:55:37.459947 [ 194 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part
3755 2024.11.19 05:55:37.460148 [ 194 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part
3756 2024.11.19 05:55:37.460301 [ 194 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part
3757 2024.11.19 05:55:37.461514 [ 196 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002221663 sec., 134133.7547593852 rows/sec., 9.62 MiB/sec.
3758 2024.11.19 05:55:37.461682 [ 194 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3759 2024.11.19 05:55:37.461965 [ 194 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_9_2} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3760 2024.11.19 05:55:37.462051 [ 194 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_9_2} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3761 2024.11.19 05:55:37.462134 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
3762 2024.11.19 05:55:37.544537 [ 95 ] {} <Debug> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3763 2024.11.19 05:55:37.544611 [ 95 ] {} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3764 2024.11.19 05:55:37.544648 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
3765 2024.11.19 05:55:37.544863 [ 198 ] {8f1df533-2533-4275-8ea8-866c069ee649::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
3766 2024.11.19 05:55:37.545060 [ 198 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3767 2024.11.19 05:55:37.545099 [ 198 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part
3768 2024.11.19 05:55:37.545186 [ 198 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part
3769 2024.11.19 05:55:37.545454 [ 198 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part
3770 2024.11.19 05:55:37.545573 [ 198 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part
3771 2024.11.19 05:55:37.545792 [ 198 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part
3772 2024.11.19 05:55:37.547117 [ 194 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9 rows, containing 4 columns (4 merged, 0 gathered) in 0.002379165 sec., 3782.8397778212106 rows/sec., 254.90 KiB/sec.
3773 2024.11.19 05:55:37.547313 [ 196 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3774 2024.11.19 05:55:37.547680 [ 196 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_9_2} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3775 2024.11.19 05:55:37.547772 [ 196 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_9_2} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3776 2024.11.19 05:55:37.547877 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB.
3777 2024.11.19 05:55:38.523463 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache
3778 2024.11.19 05:55:38.523513 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache
3779 2024.11.19 05:55:38.630363 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211
3780 2024.11.19 05:55:38.630969 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3781 2024.11.19 05:55:38.631013 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
3782 2024.11.19 05:55:38.631622 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3783 2024.11.19 05:55:38.631881 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3784 2024.11.19 05:55:38.632120 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
3785 2024.11.19 05:55:38.680202 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 544
3786 2024.11.19 05:55:38.683005 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3787 2024.11.19 05:55:38.683052 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
3788 2024.11.19 05:55:38.684520 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3789 2024.11.19 05:55:38.684841 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3790 2024.11.19 05:55:38.685555 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 544
3791 2024.11.19 05:55:39.220956 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
3792 2024.11.19 05:55:39.242276 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3793 2024.11.19 05:55:39.242341 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
3794 2024.11.19 05:55:39.250141 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3795 2024.11.19 05:55:39.250967 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3796 2024.11.19 05:55:39.254834 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
3797 2024.11.19 05:55:39.799908 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60602, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3798 2024.11.19 05:55:40.281296 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48026, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3799 2024.11.19 05:55:40.324936 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3800 2024.11.19 05:55:40.325119 [ 259 ] {c9392c3b-90ce-4ce3-a154-6b894555b8e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3801 2024.11.19 05:55:40.325192 [ 259 ] {c9392c3b-90ce-4ce3-a154-6b894555b8e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3802 2024.11.19 05:55:40.325950 [ 259 ] {c9392c3b-90ce-4ce3-a154-6b894555b8e7} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3803 2024.11.19 05:55:40.326001 [ 259 ] {c9392c3b-90ce-4ce3-a154-6b894555b8e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
3804 2024.11.19 05:55:40.326434 [ 259 ] {c9392c3b-90ce-4ce3-a154-6b894555b8e7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3805 2024.11.19 05:55:40.326696 [ 259 ] {c9392c3b-90ce-4ce3-a154-6b894555b8e7} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3806 2024.11.19 05:55:40.326961 [ 259 ] {c9392c3b-90ce-4ce3-a154-6b894555b8e7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001892 sec., 7399.577167019027 rows/sec., 532.67 KiB/sec.
3807 2024.11.19 05:55:40.327055 [ 259 ] {c9392c3b-90ce-4ce3-a154-6b894555b8e7} <Debug> TCPHandler: Processed in 0.002242884 sec.
3808 2024.11.19 05:55:40.327257 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3809 2024.11.19 05:55:40.327401 [ 263 ] {bfa08172-e995-4a72-9b36-c5000639f243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3810 2024.11.19 05:55:40.327462 [ 263 ] {bfa08172-e995-4a72-9b36-c5000639f243} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3811 2024.11.19 05:55:40.328256 [ 263 ] {bfa08172-e995-4a72-9b36-c5000639f243} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3812 2024.11.19 05:55:40.328300 [ 263 ] {bfa08172-e995-4a72-9b36-c5000639f243} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
3813 2024.11.19 05:55:40.328706 [ 263 ] {bfa08172-e995-4a72-9b36-c5000639f243} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3814 2024.11.19 05:55:40.328966 [ 263 ] {bfa08172-e995-4a72-9b36-c5000639f243} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3815 2024.11.19 05:55:40.329227 [ 263 ] {bfa08172-e995-4a72-9b36-c5000639f243} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.001857 sec., 153473.34410339256 rows/sec., 13.56 MiB/sec.
3816 2024.11.19 05:55:40.329440 [ 263 ] {bfa08172-e995-4a72-9b36-c5000639f243} <Debug> TCPHandler: Processed in 0.002249653 sec.
3817 2024.11.19 05:55:40.329644 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3818 2024.11.19 05:55:40.329777 [ 259 ] {fe85589f-13e9-478f-a52f-d88008d2b533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3819 2024.11.19 05:55:40.329834 [ 259 ] {fe85589f-13e9-478f-a52f-d88008d2b533} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3820 2024.11.19 05:55:40.330433 [ 259 ] {fe85589f-13e9-478f-a52f-d88008d2b533} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3821 2024.11.19 05:55:40.330472 [ 259 ] {fe85589f-13e9-478f-a52f-d88008d2b533} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
3822 2024.11.19 05:55:40.330833 [ 259 ] {fe85589f-13e9-478f-a52f-d88008d2b533} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3823 2024.11.19 05:55:40.331084 [ 259 ] {fe85589f-13e9-478f-a52f-d88008d2b533} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3824 2024.11.19 05:55:40.331307 [ 259 ] {fe85589f-13e9-478f-a52f-d88008d2b533} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001561 sec., 30749.519538757206 rows/sec., 2.21 MiB/sec.
3825 2024.11.19 05:55:40.331362 [ 259 ] {fe85589f-13e9-478f-a52f-d88008d2b533} <Debug> TCPHandler: Processed in 0.001806728 sec.
3826 2024.11.19 05:55:40.331514 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3827 2024.11.19 05:55:40.331646 [ 263 ] {081da9dd-06c0-44b6-afd3-a2bb4e3ef293} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3828 2024.11.19 05:55:40.331702 [ 263 ] {081da9dd-06c0-44b6-afd3-a2bb4e3ef293} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3829 2024.11.19 05:55:40.332289 [ 263 ] {081da9dd-06c0-44b6-afd3-a2bb4e3ef293} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3830 2024.11.19 05:55:40.332330 [ 263 ] {081da9dd-06c0-44b6-afd3-a2bb4e3ef293} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
3831 2024.11.19 05:55:40.332694 [ 263 ] {081da9dd-06c0-44b6-afd3-a2bb4e3ef293} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3832 2024.11.19 05:55:40.332946 [ 263 ] {081da9dd-06c0-44b6-afd3-a2bb4e3ef293} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3833 2024.11.19 05:55:40.333199 [ 263 ] {081da9dd-06c0-44b6-afd3-a2bb4e3ef293} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001574 sec., 8894.53621346887 rows/sec., 622.92 KiB/sec.
3834 2024.11.19 05:55:40.333281 [ 263 ] {081da9dd-06c0-44b6-afd3-a2bb4e3ef293} <Debug> TCPHandler: Processed in 0.001830449 sec.
3835 2024.11.19 05:55:40.333427 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3836 2024.11.19 05:55:40.333555 [ 259 ] {d6b7bc73-01ad-44fd-a44c-3ad9d98176bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3837 2024.11.19 05:55:40.333609 [ 259 ] {d6b7bc73-01ad-44fd-a44c-3ad9d98176bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3838 2024.11.19 05:55:40.334218 [ 259 ] {d6b7bc73-01ad-44fd-a44c-3ad9d98176bb} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3839 2024.11.19 05:55:40.334257 [ 259 ] {d6b7bc73-01ad-44fd-a44c-3ad9d98176bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
3840 2024.11.19 05:55:40.334599 [ 259 ] {d6b7bc73-01ad-44fd-a44c-3ad9d98176bb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3841 2024.11.19 05:55:40.334838 [ 259 ] {d6b7bc73-01ad-44fd-a44c-3ad9d98176bb} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3842 2024.11.19 05:55:40.335087 [ 259 ] {d6b7bc73-01ad-44fd-a44c-3ad9d98176bb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001557 sec., 8349.389852280026 rows/sec., 520.58 KiB/sec.
3843 2024.11.19 05:55:40.335242 [ 259 ] {d6b7bc73-01ad-44fd-a44c-3ad9d98176bb} <Debug> TCPHandler: Processed in 0.001882209 sec.
3844 2024.11.19 05:55:40.335396 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3845 2024.11.19 05:55:40.335505 [ 263 ] {709d12ce-db2f-4c72-9484-a3ebed9e59ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3846 2024.11.19 05:55:40.335551 [ 263 ] {709d12ce-db2f-4c72-9484-a3ebed9e59ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3847 2024.11.19 05:55:40.336268 [ 263 ] {709d12ce-db2f-4c72-9484-a3ebed9e59ae} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3848 2024.11.19 05:55:40.336308 [ 263 ] {709d12ce-db2f-4c72-9484-a3ebed9e59ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
3849 2024.11.19 05:55:40.336685 [ 263 ] {709d12ce-db2f-4c72-9484-a3ebed9e59ae} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3850 2024.11.19 05:55:40.336944 [ 263 ] {709d12ce-db2f-4c72-9484-a3ebed9e59ae} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3851 2024.11.19 05:55:40.337157 [ 263 ] {709d12ce-db2f-4c72-9484-a3ebed9e59ae} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001676 sec., 252386.63484486873 rows/sec., 18.04 MiB/sec.
3852 2024.11.19 05:55:40.337212 [ 263 ] {709d12ce-db2f-4c72-9484-a3ebed9e59ae} <Debug> TCPHandler: Processed in 0.001869649 sec.
3853 2024.11.19 05:55:40.337358 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3854 2024.11.19 05:55:40.337485 [ 259 ] {edc6ee94-934f-4a41-9988-4dc69ce8fcde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3855 2024.11.19 05:55:40.337541 [ 259 ] {edc6ee94-934f-4a41-9988-4dc69ce8fcde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3856 2024.11.19 05:55:40.338046 [ 259 ] {edc6ee94-934f-4a41-9988-4dc69ce8fcde} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3857 2024.11.19 05:55:40.338085 [ 259 ] {edc6ee94-934f-4a41-9988-4dc69ce8fcde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
3858 2024.11.19 05:55:40.338445 [ 259 ] {edc6ee94-934f-4a41-9988-4dc69ce8fcde} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3859 2024.11.19 05:55:40.338689 [ 259 ] {edc6ee94-934f-4a41-9988-4dc69ce8fcde} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3860 2024.11.19 05:55:40.338895 [ 259 ] {edc6ee94-934f-4a41-9988-4dc69ce8fcde} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001439 sec., 4169.562195969424 rows/sec., 217.84 KiB/sec.
3861 2024.11.19 05:55:40.338947 [ 259 ] {edc6ee94-934f-4a41-9988-4dc69ce8fcde} <Debug> TCPHandler: Processed in 0.001650997 sec.
3862 2024.11.19 05:55:40.339096 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3863 2024.11.19 05:55:40.339227 [ 263 ] {a0ad5f31-9d3d-4adf-8ee1-7cb855b0b8f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3864 2024.11.19 05:55:40.339287 [ 263 ] {a0ad5f31-9d3d-4adf-8ee1-7cb855b0b8f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3865 2024.11.19 05:55:40.339939 [ 263 ] {a0ad5f31-9d3d-4adf-8ee1-7cb855b0b8f2} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3866 2024.11.19 05:55:40.339980 [ 263 ] {a0ad5f31-9d3d-4adf-8ee1-7cb855b0b8f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
3867 2024.11.19 05:55:40.340375 [ 263 ] {a0ad5f31-9d3d-4adf-8ee1-7cb855b0b8f2} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3868 2024.11.19 05:55:40.340620 [ 263 ] {a0ad5f31-9d3d-4adf-8ee1-7cb855b0b8f2} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3869 2024.11.19 05:55:40.340831 [ 263 ] {a0ad5f31-9d3d-4adf-8ee1-7cb855b0b8f2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001634 sec., 145042.83965728275 rows/sec., 9.72 MiB/sec.
3870 2024.11.19 05:55:40.340884 [ 263 ] {a0ad5f31-9d3d-4adf-8ee1-7cb855b0b8f2} <Debug> TCPHandler: Processed in 0.001851889 sec.
3871 2024.11.19 05:55:40.341029 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3872 2024.11.19 05:55:40.341159 [ 259 ] {8a5c5758-f55e-4f92-b857-c0ee0c45872d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3873 2024.11.19 05:55:40.341215 [ 259 ] {8a5c5758-f55e-4f92-b857-c0ee0c45872d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3874 2024.11.19 05:55:40.341724 [ 259 ] {8a5c5758-f55e-4f92-b857-c0ee0c45872d} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3875 2024.11.19 05:55:40.341771 [ 259 ] {8a5c5758-f55e-4f92-b857-c0ee0c45872d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
3876 2024.11.19 05:55:40.342143 [ 259 ] {8a5c5758-f55e-4f92-b857-c0ee0c45872d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3877 2024.11.19 05:55:40.342382 [ 259 ] {8a5c5758-f55e-4f92-b857-c0ee0c45872d} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3878 2024.11.19 05:55:40.342563 [ 259 ] {8a5c5758-f55e-4f92-b857-c0ee0c45872d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001437 sec., 695.8942240779402 rows/sec., 46.89 KiB/sec.
3879 2024.11.19 05:55:40.342646 [ 259 ] {8a5c5758-f55e-4f92-b857-c0ee0c45872d} <Debug> TCPHandler: Processed in 0.001678507 sec.
3880 2024.11.19 05:55:40.342789 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3881 2024.11.19 05:55:40.342897 [ 263 ] {e43977ad-e559-4dfc-bd77-d0d431971e1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3882 2024.11.19 05:55:40.342972 [ 263 ] {e43977ad-e559-4dfc-bd77-d0d431971e1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3883 2024.11.19 05:55:40.344348 [ 263 ] {e43977ad-e559-4dfc-bd77-d0d431971e1e} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3884 2024.11.19 05:55:40.344389 [ 263 ] {e43977ad-e559-4dfc-bd77-d0d431971e1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
3885 2024.11.19 05:55:40.345041 [ 263 ] {e43977ad-e559-4dfc-bd77-d0d431971e1e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3886 2024.11.19 05:55:40.345309 [ 263 ] {e43977ad-e559-4dfc-bd77-d0d431971e1e} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3887 2024.11.19 05:55:40.345508 [ 263 ] {e43977ad-e559-4dfc-bd77-d0d431971e1e} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002633 sec., 15571.591340676036 rows/sec., 27.90 MiB/sec.
3888 2024.11.19 05:55:40.345613 [ 263 ] {e43977ad-e559-4dfc-bd77-d0d431971e1e} <Debug> TCPHandler: Processed in 0.00287486 sec.
3889 2024.11.19 05:55:40.345749 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3890 2024.11.19 05:55:40.345856 [ 259 ] {3fb0e27b-30e2-4949-ba18-ada90c581a93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3891 2024.11.19 05:55:40.345902 [ 259 ] {3fb0e27b-30e2-4949-ba18-ada90c581a93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3892 2024.11.19 05:55:40.346424 [ 259 ] {3fb0e27b-30e2-4949-ba18-ada90c581a93} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3893 2024.11.19 05:55:40.346469 [ 259 ] {3fb0e27b-30e2-4949-ba18-ada90c581a93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
3894 2024.11.19 05:55:40.346897 [ 259 ] {3fb0e27b-30e2-4949-ba18-ada90c581a93} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3895 2024.11.19 05:55:40.347138 [ 259 ] {3fb0e27b-30e2-4949-ba18-ada90c581a93} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3896 2024.11.19 05:55:40.347314 [ 259 ] {3fb0e27b-30e2-4949-ba18-ada90c581a93} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001481 sec., 55367.99459824443 rows/sec., 3.52 MiB/sec.
3897 2024.11.19 05:55:40.347364 [ 259 ] {3fb0e27b-30e2-4949-ba18-ada90c581a93} <Debug> TCPHandler: Processed in 0.001665037 sec.
3898 2024.11.19 05:55:40.513048 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37556, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3899 2024.11.19 05:55:40.520392 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:65430, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3900 2024.11.19 05:55:40.558802 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34749, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3901 2024.11.19 05:55:40.701475 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47238, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3902 2024.11.19 05:55:40.719863 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:65034, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3903 2024.11.19 05:55:40.730280 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60925, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3904 2024.11.19 05:55:41.109421 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53617, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3905 2024.11.19 05:55:41.337104 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64471, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3906 2024.11.19 05:55:41.447596 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35055, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3907 2024.11.19 05:55:41.523523 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57077, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3908 2024.11.19 05:55:41.545914 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57309, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3909 2024.11.19 05:55:41.554238 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63076, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3910 2024.11.19 05:55:41.669322 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60352, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3911 2024.11.19 05:55:41.719894 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41240, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3912 2024.11.19 05:55:41.728320 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54563, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3913 2024.11.19 05:55:41.924595 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47290, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3914 2024.11.19 05:55:41.934981 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34480, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3915 2024.11.19 05:55:41.981480 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58807, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3916 2024.11.19 05:55:42.258322 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60729, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3917 2024.11.19 05:55:42.327730 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47932, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3918 2024.11.19 05:55:42.346065 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64830, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3919 2024.11.19 05:55:42.403527 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34940, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3920 2024.11.19 05:55:45.318877 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3921 2024.11.19 05:55:45.319113 [ 259 ] {fec22aa2-f0cf-4970-9cb4-022a8b602abb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3922 2024.11.19 05:55:45.319196 [ 259 ] {fec22aa2-f0cf-4970-9cb4-022a8b602abb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3923 2024.11.19 05:55:45.319996 [ 259 ] {fec22aa2-f0cf-4970-9cb4-022a8b602abb} <Trace> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3924 2024.11.19 05:55:45.320048 [ 259 ] {fec22aa2-f0cf-4970-9cb4-022a8b602abb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
3925 2024.11.19 05:55:45.320517 [ 259 ] {fec22aa2-f0cf-4970-9cb4-022a8b602abb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3926 2024.11.19 05:55:45.320799 [ 259 ] {fec22aa2-f0cf-4970-9cb4-022a8b602abb} <Trace> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3927 2024.11.19 05:55:45.321013 [ 259 ] {fec22aa2-f0cf-4970-9cb4-022a8b602abb} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001969 sec., 1015.7440325038091 rows/sec., 82.83 KiB/sec.
3928 2024.11.19 05:55:45.321086 [ 259 ] {fec22aa2-f0cf-4970-9cb4-022a8b602abb} <Debug> TCPHandler: Processed in 0.002399015 sec.
3929 2024.11.19 05:55:45.321281 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3930 2024.11.19 05:55:45.321405 [ 263 ] {5fd84c77-2663-4eb5-85a1-82e641ae70fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3931 2024.11.19 05:55:45.321457 [ 263 ] {5fd84c77-2663-4eb5-85a1-82e641ae70fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3932 2024.11.19 05:55:45.322065 [ 263 ] {5fd84c77-2663-4eb5-85a1-82e641ae70fa} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3933 2024.11.19 05:55:45.322136 [ 263 ] {5fd84c77-2663-4eb5-85a1-82e641ae70fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
3934 2024.11.19 05:55:45.322526 [ 263 ] {5fd84c77-2663-4eb5-85a1-82e641ae70fa} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3935 2024.11.19 05:55:45.322781 [ 263 ] {5fd84c77-2663-4eb5-85a1-82e641ae70fa} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3936 2024.11.19 05:55:45.322977 [ 263 ] {5fd84c77-2663-4eb5-85a1-82e641ae70fa} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001603 sec., 35558.328134747346 rows/sec., 2.73 MiB/sec.
3937 2024.11.19 05:55:45.323033 [ 263 ] {5fd84c77-2663-4eb5-85a1-82e641ae70fa} <Debug> TCPHandler: Processed in 0.001813949 sec.
3938 2024.11.19 05:55:45.323210 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3939 2024.11.19 05:55:45.323325 [ 259 ] {7626fa2e-652c-47c7-9092-0001ef10f376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3940 2024.11.19 05:55:45.323374 [ 259 ] {7626fa2e-652c-47c7-9092-0001ef10f376} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3941 2024.11.19 05:55:45.323960 [ 259 ] {7626fa2e-652c-47c7-9092-0001ef10f376} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3942 2024.11.19 05:55:45.324030 [ 259 ] {7626fa2e-652c-47c7-9092-0001ef10f376} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
3943 2024.11.19 05:55:45.324474 [ 259 ] {7626fa2e-652c-47c7-9092-0001ef10f376} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3944 2024.11.19 05:55:45.324729 [ 259 ] {7626fa2e-652c-47c7-9092-0001ef10f376} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3945 2024.11.19 05:55:45.324874 [ 88 ] {} <Debug> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
3946 2024.11.19 05:55:45.324916 [ 88 ] {} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3947 2024.11.19 05:55:45.324929 [ 259 ] {7626fa2e-652c-47c7-9092-0001ef10f376} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001628 sec., 1228.5012285012285 rows/sec., 85.78 KiB/sec.
3948 2024.11.19 05:55:45.324944 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
3949 2024.11.19 05:55:45.325008 [ 259 ] {7626fa2e-652c-47c7-9092-0001ef10f376} <Debug> TCPHandler: Processed in 0.001851649 sec.
3950 2024.11.19 05:55:45.325086 [ 200 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::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
3951 2024.11.19 05:55:45.325197 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3952 2024.11.19 05:55:45.325209 [ 200 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3953 2024.11.19 05:55:45.325258 [ 200 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 61 rows starting from the beginning of the part
3954 2024.11.19 05:55:45.325338 [ 263 ] {4d32f54e-08a2-44bc-a13b-f5603e0263e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3955 2024.11.19 05:55:45.325360 [ 200 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 47 rows starting from the beginning of the part
3956 2024.11.19 05:55:45.325451 [ 263 ] {4d32f54e-08a2-44bc-a13b-f5603e0263e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3957 2024.11.19 05:55:45.325717 [ 200 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 48 rows starting from the beginning of the part
3958 2024.11.19 05:55:45.326154 [ 200 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 16 rows starting from the beginning of the part
3959 2024.11.19 05:55:45.326479 [ 200 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 48 rows starting from the beginning of the part
3960 2024.11.19 05:55:45.326756 [ 200 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part
3961 2024.11.19 05:55:45.327684 [ 263 ] {4d32f54e-08a2-44bc-a13b-f5603e0263e2} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3962 2024.11.19 05:55:45.327731 [ 263 ] {4d32f54e-08a2-44bc-a13b-f5603e0263e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
3963 2024.11.19 05:55:45.328416 [ 263 ] {4d32f54e-08a2-44bc-a13b-f5603e0263e2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3964 2024.11.19 05:55:45.328802 [ 196 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 222 rows, containing 5 columns (5 merged, 0 gathered) in 0.003777439 sec., 58769.976166392094 rows/sec., 4.42 MiB/sec.
3965 2024.11.19 05:55:45.328925 [ 263 ] {4d32f54e-08a2-44bc-a13b-f5603e0263e2} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3966 2024.11.19 05:55:45.329002 [ 196 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
3967 2024.11.19 05:55:45.329220 [ 263 ] {4d32f54e-08a2-44bc-a13b-f5603e0263e2} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.003915 sec., 16858.23754789272 rows/sec., 1.32 MiB/sec.
3968 2024.11.19 05:55:45.329401 [ 263 ] {4d32f54e-08a2-44bc-a13b-f5603e0263e2} <Debug> TCPHandler: Processed in 0.004267624 sec.
3969 2024.11.19 05:55:45.329579 [ 196 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_15_3} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3970 2024.11.19 05:55:45.329605 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3971 2024.11.19 05:55:45.329703 [ 196 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_15_3} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
3972 2024.11.19 05:55:45.329749 [ 259 ] {41e4fe55-0c7e-44ad-8fdd-7a1f486b6ac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3973 2024.11.19 05:55:45.329811 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
3974 2024.11.19 05:55:45.329828 [ 259 ] {41e4fe55-0c7e-44ad-8fdd-7a1f486b6ac0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3975 2024.11.19 05:55:45.330455 [ 259 ] {41e4fe55-0c7e-44ad-8fdd-7a1f486b6ac0} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3976 2024.11.19 05:55:45.330494 [ 259 ] {41e4fe55-0c7e-44ad-8fdd-7a1f486b6ac0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
3977 2024.11.19 05:55:45.330905 [ 259 ] {41e4fe55-0c7e-44ad-8fdd-7a1f486b6ac0} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3978 2024.11.19 05:55:45.331162 [ 259 ] {41e4fe55-0c7e-44ad-8fdd-7a1f486b6ac0} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3979 2024.11.19 05:55:45.331370 [ 259 ] {41e4fe55-0c7e-44ad-8fdd-7a1f486b6ac0} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001657 sec., 97163.54858177429 rows/sec., 6.77 MiB/sec.
3980 2024.11.19 05:55:45.331431 [ 259 ] {41e4fe55-0c7e-44ad-8fdd-7a1f486b6ac0} <Debug> TCPHandler: Processed in 0.00190194 sec.
3981 2024.11.19 05:55:45.331616 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3982 2024.11.19 05:55:45.331743 [ 263 ] {ee9f5fdc-32cc-42fd-b6ed-6fc600b90d16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3983 2024.11.19 05:55:45.331809 [ 263 ] {ee9f5fdc-32cc-42fd-b6ed-6fc600b90d16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3984 2024.11.19 05:55:45.332316 [ 263 ] {ee9f5fdc-32cc-42fd-b6ed-6fc600b90d16} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3985 2024.11.19 05:55:45.332356 [ 263 ] {ee9f5fdc-32cc-42fd-b6ed-6fc600b90d16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
3986 2024.11.19 05:55:45.332754 [ 263 ] {ee9f5fdc-32cc-42fd-b6ed-6fc600b90d16} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3987 2024.11.19 05:55:45.333035 [ 263 ] {ee9f5fdc-32cc-42fd-b6ed-6fc600b90d16} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3988 2024.11.19 05:55:45.333334 [ 263 ] {ee9f5fdc-32cc-42fd-b6ed-6fc600b90d16} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001619 sec., 37059.91352686844 rows/sec., 2.50 MiB/sec.
3989 2024.11.19 05:55:45.333402 [ 263 ] {ee9f5fdc-32cc-42fd-b6ed-6fc600b90d16} <Debug> TCPHandler: Processed in 0.00185204 sec.
3990 2024.11.19 05:55:46.132365 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699
3991 2024.11.19 05:55:46.133020 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3992 2024.11.19 05:55:46.133075 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
3993 2024.11.19 05:55:46.133612 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3994 2024.11.19 05:55:46.133882 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3995 2024.11.19 05:55:46.134086 [ 87 ] {} <Debug> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3996 2024.11.19 05:55:46.134146 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699
3997 2024.11.19 05:55:46.134171 [ 87 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3998 2024.11.19 05:55:46.134201 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
3999 2024.11.19 05:55:46.134480 [ 194 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::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
4000 2024.11.19 05:55:46.134670 [ 194 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4001 2024.11.19 05:55:46.134716 [ 194 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::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
4002 2024.11.19 05:55:46.134800 [ 194 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 488 rows starting from the beginning of the part
4003 2024.11.19 05:55:46.135032 [ 194 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 427 rows starting from the beginning of the part
4004 2024.11.19 05:55:46.135268 [ 194 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 488 rows starting from the beginning of the part
4005 2024.11.19 05:55:46.135408 [ 194 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 427 rows starting from the beginning of the part
4006 2024.11.19 05:55:46.135587 [ 194 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part
4007 2024.11.19 05:55:46.138171 [ 196 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.00388203 sec., 2498435.097101259 rows/sec., 35.74 MiB/sec.
4008 2024.11.19 05:55:46.138414 [ 190 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4009 2024.11.19 05:55:46.138761 [ 190 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_21_4} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4010 2024.11.19 05:55:46.138860 [ 190 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_21_4} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4011 2024.11.19 05:55:46.138967 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
4012 2024.11.19 05:55:46.755024 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
4013 2024.11.19 05:55:46.775542 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4014 2024.11.19 05:55:46.775584 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
4015 2024.11.19 05:55:46.782962 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4016 2024.11.19 05:55:46.783723 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4017 2024.11.19 05:55:46.784005 [ 87 ] {} <Debug> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4018 2024.11.19 05:55:46.784076 [ 87 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4019 2024.11.19 05:55:46.784122 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
4020 2024.11.19 05:55:46.784721 [ 188 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
4021 2024.11.19 05:55:46.799359 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
4022 2024.11.19 05:55:46.800893 [ 188 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4023 2024.11.19 05:55:46.802084 [ 188 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
4024 2024.11.19 05:55:46.807153 [ 188 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part
4025 2024.11.19 05:55:46.812447 [ 188 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 7 rows starting from the beginning of the part
4026 2024.11.19 05:55:46.817932 [ 188 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
4027 2024.11.19 05:55:46.823473 [ 188 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
4028 2024.11.19 05:55:46.828097 [ 188 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
4029 2024.11.19 05:55:46.885506 [ 190 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.101253971 sec., 1570.308783247622 rows/sec., 8.12 MiB/sec.
4030 2024.11.19 05:55:46.888102 [ 201 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4031 2024.11.19 05:55:46.890957 [ 201 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_21_4} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4032 2024.11.19 05:55:46.891078 [ 201 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_21_4} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4033 2024.11.19 05:55:46.893480 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
4034 2024.11.19 05:55:47.000193 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 183.88 MiB, peak 194.44 MiB, free memory in arenas 0.00 B, will set to 186.13 MiB (RSS), difference: 2.25 MiB
4035 2024.11.19 05:55:48.685872 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 578
4036 2024.11.19 05:55:48.688953 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4037 2024.11.19 05:55:48.689001 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
4038 2024.11.19 05:55:48.690496 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4039 2024.11.19 05:55:48.690799 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4040 2024.11.19 05:55:48.690972 [ 82 ] {} <Debug> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4041 2024.11.19 05:55:48.691041 [ 82 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4042 2024.11.19 05:55:48.691079 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
4043 2024.11.19 05:55:48.691644 [ 193 ] {3d17012a-6c43-4282-98e6-700f65c969c7::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
4044 2024.11.19 05:55:48.692639 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 578
4045 2024.11.19 05:55:48.693088 [ 193 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4046 2024.11.19 05:55:48.693276 [ 193 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 448 rows starting from the beginning of the part
4047 2024.11.19 05:55:48.693976 [ 193 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 16 rows starting from the beginning of the part
4048 2024.11.19 05:55:48.694624 [ 193 ] {3d17012a-6c43-4282-98e6-700f65c969c7::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
4049 2024.11.19 05:55:48.695312 [ 193 ] {3d17012a-6c43-4282-98e6-700f65c969c7::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
4050 2024.11.19 05:55:48.695887 [ 193 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 20 rows starting from the beginning of the part
4051 2024.11.19 05:55:48.696505 [ 193 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part
4052 2024.11.19 05:55:48.704652 [ 190 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 578 rows, containing 72 columns (72 merged, 0 gathered) in 0.013435469 sec., 43020.45578014433 rows/sec., 37.50 MiB/sec.
4053 2024.11.19 05:55:48.705756 [ 189 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4054 2024.11.19 05:55:48.706466 [ 189 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_16_3} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4055 2024.11.19 05:55:48.706551 [ 189 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_16_3} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4056 2024.11.19 05:55:48.706766 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.83 MiB.
4057 2024.11.19 05:55:50.319180 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4058 2024.11.19 05:55:50.319408 [ 259 ] {50154099-863f-4c37-b221-ad387309b4e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4059 2024.11.19 05:55:50.319492 [ 259 ] {50154099-863f-4c37-b221-ad387309b4e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4060 2024.11.19 05:55:50.320338 [ 259 ] {50154099-863f-4c37-b221-ad387309b4e7} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4061 2024.11.19 05:55:50.320387 [ 259 ] {50154099-863f-4c37-b221-ad387309b4e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
4062 2024.11.19 05:55:50.320814 [ 259 ] {50154099-863f-4c37-b221-ad387309b4e7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4063 2024.11.19 05:55:50.321072 [ 259 ] {50154099-863f-4c37-b221-ad387309b4e7} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4064 2024.11.19 05:55:50.321276 [ 259 ] {50154099-863f-4c37-b221-ad387309b4e7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001928 sec., 29045.64315352697 rows/sec., 2.23 MiB/sec.
4065 2024.11.19 05:55:50.321352 [ 259 ] {50154099-863f-4c37-b221-ad387309b4e7} <Debug> TCPHandler: Processed in 0.002307544 sec.
4066 2024.11.19 05:55:50.321541 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4067 2024.11.19 05:55:50.321684 [ 263 ] {2e5de10e-7a81-430a-9bd4-eea2e3ba79a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4068 2024.11.19 05:55:50.321741 [ 263 ] {2e5de10e-7a81-430a-9bd4-eea2e3ba79a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4069 2024.11.19 05:55:50.322402 [ 263 ] {2e5de10e-7a81-430a-9bd4-eea2e3ba79a2} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4070 2024.11.19 05:55:50.322445 [ 263 ] {2e5de10e-7a81-430a-9bd4-eea2e3ba79a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
4071 2024.11.19 05:55:50.322829 [ 263 ] {2e5de10e-7a81-430a-9bd4-eea2e3ba79a2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4072 2024.11.19 05:55:50.323080 [ 263 ] {2e5de10e-7a81-430a-9bd4-eea2e3ba79a2} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4073 2024.11.19 05:55:50.323301 [ 263 ] {2e5de10e-7a81-430a-9bd4-eea2e3ba79a2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001649 sec., 38811.400848999394 rows/sec., 3.03 MiB/sec.
4074 2024.11.19 05:55:50.323355 [ 263 ] {2e5de10e-7a81-430a-9bd4-eea2e3ba79a2} <Debug> TCPHandler: Processed in 0.00188493 sec.
4075 2024.11.19 05:55:50.323498 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4076 2024.11.19 05:55:50.323607 [ 259 ] {7492a602-317f-4d33-9fb4-b4f8d42008ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4077 2024.11.19 05:55:50.323658 [ 259 ] {7492a602-317f-4d33-9fb4-b4f8d42008ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4078 2024.11.19 05:55:50.324187 [ 259 ] {7492a602-317f-4d33-9fb4-b4f8d42008ab} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4079 2024.11.19 05:55:50.324227 [ 259 ] {7492a602-317f-4d33-9fb4-b4f8d42008ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
4080 2024.11.19 05:55:50.324633 [ 259 ] {7492a602-317f-4d33-9fb4-b4f8d42008ab} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4081 2024.11.19 05:55:50.324880 [ 259 ] {7492a602-317f-4d33-9fb4-b4f8d42008ab} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4082 2024.11.19 05:55:50.325099 [ 259 ] {7492a602-317f-4d33-9fb4-b4f8d42008ab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001513 sec., 105750.16523463318 rows/sec., 7.37 MiB/sec.
4083 2024.11.19 05:55:50.325172 [ 259 ] {7492a602-317f-4d33-9fb4-b4f8d42008ab} <Debug> TCPHandler: Processed in 0.001728328 sec.
4084 2024.11.19 05:55:50.325335 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4085 2024.11.19 05:55:50.325470 [ 263 ] {55decc58-51eb-4792-8524-5740456fe739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4086 2024.11.19 05:55:50.325526 [ 263 ] {55decc58-51eb-4792-8524-5740456fe739} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4087 2024.11.19 05:55:50.326049 [ 263 ] {55decc58-51eb-4792-8524-5740456fe739} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4088 2024.11.19 05:55:50.326095 [ 263 ] {55decc58-51eb-4792-8524-5740456fe739} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
4089 2024.11.19 05:55:50.326491 [ 263 ] {55decc58-51eb-4792-8524-5740456fe739} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4090 2024.11.19 05:55:50.326733 [ 263 ] {55decc58-51eb-4792-8524-5740456fe739} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4091 2024.11.19 05:55:50.326950 [ 263 ] {55decc58-51eb-4792-8524-5740456fe739} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001509 sec., 39761.431411530815 rows/sec., 2.68 MiB/sec.
4092 2024.11.19 05:55:50.326999 [ 263 ] {55decc58-51eb-4792-8524-5740456fe739} <Debug> TCPHandler: Processed in 0.001740258 sec.
4093 2024.11.19 05:55:53.523584 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache
4094 2024.11.19 05:55:53.523672 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache
4095 2024.11.19 05:55:53.634414 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126
4096 2024.11.19 05:55:53.635055 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4097 2024.11.19 05:55:53.635107 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
4098 2024.11.19 05:55:53.635707 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4099 2024.11.19 05:55:53.635989 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4100 2024.11.19 05:55:53.636242 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
4101 2024.11.19 05:55:54.299571 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
4102 2024.11.19 05:55:54.317963 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4103 2024.11.19 05:55:54.318019 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
4104 2024.11.19 05:55:54.324982 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4105 2024.11.19 05:55:54.325724 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4106 2024.11.19 05:55:54.328451 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
4107 2024.11.19 05:55:55.325260 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4108 2024.11.19 05:55:55.325459 [ 259 ] {b06efdbc-6e00-44e2-a5ea-43dd6273c3e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4109 2024.11.19 05:55:55.325529 [ 259 ] {b06efdbc-6e00-44e2-a5ea-43dd6273c3e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4110 2024.11.19 05:55:55.326268 [ 259 ] {b06efdbc-6e00-44e2-a5ea-43dd6273c3e7} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4111 2024.11.19 05:55:55.326317 [ 259 ] {b06efdbc-6e00-44e2-a5ea-43dd6273c3e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
4112 2024.11.19 05:55:55.326761 [ 259 ] {b06efdbc-6e00-44e2-a5ea-43dd6273c3e7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4113 2024.11.19 05:55:55.327008 [ 259 ] {b06efdbc-6e00-44e2-a5ea-43dd6273c3e7} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4114 2024.11.19 05:55:55.327243 [ 259 ] {b06efdbc-6e00-44e2-a5ea-43dd6273c3e7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001834 sec., 7633.587786259543 rows/sec., 549.52 KiB/sec.
4115 2024.11.19 05:55:55.327342 [ 259 ] {b06efdbc-6e00-44e2-a5ea-43dd6273c3e7} <Debug> TCPHandler: Processed in 0.002209713 sec.
4116 2024.11.19 05:55:55.327571 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4117 2024.11.19 05:55:55.327713 [ 263 ] {c39b87c1-9bb5-4445-877a-5125a013f5d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4118 2024.11.19 05:55:55.327771 [ 263 ] {c39b87c1-9bb5-4445-877a-5125a013f5d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4119 2024.11.19 05:55:55.328586 [ 263 ] {c39b87c1-9bb5-4445-877a-5125a013f5d0} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4120 2024.11.19 05:55:55.328626 [ 263 ] {c39b87c1-9bb5-4445-877a-5125a013f5d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
4121 2024.11.19 05:55:55.329017 [ 263 ] {c39b87c1-9bb5-4445-877a-5125a013f5d0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4122 2024.11.19 05:55:55.329264 [ 263 ] {c39b87c1-9bb5-4445-877a-5125a013f5d0} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4123 2024.11.19 05:55:55.329456 [ 69 ] {} <Debug> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4124 2024.11.19 05:55:55.329500 [ 263 ] {c39b87c1-9bb5-4445-877a-5125a013f5d0} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.001811 sec., 157371.61789066816 rows/sec., 13.91 MiB/sec.
4125 2024.11.19 05:55:55.329548 [ 69 ] {} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4126 2024.11.19 05:55:55.329628 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
4127 2024.11.19 05:55:55.329635 [ 263 ] {c39b87c1-9bb5-4445-877a-5125a013f5d0} <Debug> TCPHandler: Processed in 0.002143893 sec.
4128 2024.11.19 05:55:55.329852 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4129 2024.11.19 05:55:55.329879 [ 186 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::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
4130 2024.11.19 05:55:55.330056 [ 259 ] {f5a9cd64-b937-41ed-b9bd-d6f518467e38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4131 2024.11.19 05:55:55.330164 [ 259 ] {f5a9cd64-b937-41ed-b9bd-d6f518467e38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4132 2024.11.19 05:55:55.330177 [ 186 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4133 2024.11.19 05:55:55.330279 [ 186 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1434 rows starting from the beginning of the part
4134 2024.11.19 05:55:55.330526 [ 186 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part
4135 2024.11.19 05:55:55.331054 [ 186 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 285 rows starting from the beginning of the part
4136 2024.11.19 05:55:55.331483 [ 186 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 57 rows starting from the beginning of the part
4137 2024.11.19 05:55:55.331797 [ 186 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 56 rows starting from the beginning of the part
4138 2024.11.19 05:55:55.332161 [ 186 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 285 rows starting from the beginning of the part
4139 2024.11.19 05:55:55.332902 [ 259 ] {f5a9cd64-b937-41ed-b9bd-d6f518467e38} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4140 2024.11.19 05:55:55.332965 [ 259 ] {f5a9cd64-b937-41ed-b9bd-d6f518467e38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4141 2024.11.19 05:55:55.333904 [ 259 ] {f5a9cd64-b937-41ed-b9bd-d6f518467e38} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4142 2024.11.19 05:55:55.334479 [ 259 ] {f5a9cd64-b937-41ed-b9bd-d6f518467e38} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4143 2024.11.19 05:55:55.334870 [ 259 ] {f5a9cd64-b937-41ed-b9bd-d6f518467e38} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.004871 sec., 9854.239375898173 rows/sec., 726.56 KiB/sec.
4144 2024.11.19 05:55:55.334966 [ 259 ] {f5a9cd64-b937-41ed-b9bd-d6f518467e38} <Debug> TCPHandler: Processed in 0.005213884 sec.
4145 2024.11.19 05:55:55.335199 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4146 2024.11.19 05:55:55.335420 [ 186 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2173 rows, containing 5 columns (5 merged, 0 gathered) in 0.005662789 sec., 383733.1745894117 rows/sec., 33.86 MiB/sec.
4147 2024.11.19 05:55:55.335455 [ 263 ] {6b332f74-e438-441f-a6f7-1bdebf5d5ec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4148 2024.11.19 05:55:55.335522 [ 263 ] {6b332f74-e438-441f-a6f7-1bdebf5d5ec4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4149 2024.11.19 05:55:55.335714 [ 186 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4150 2024.11.19 05:55:55.336350 [ 186 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_31_6} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4151 2024.11.19 05:55:55.336531 [ 186 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_31_6} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4152 2024.11.19 05:55:55.336710 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
4153 2024.11.19 05:55:55.336785 [ 263 ] {6b332f74-e438-441f-a6f7-1bdebf5d5ec4} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4154 2024.11.19 05:55:55.336832 [ 263 ] {6b332f74-e438-441f-a6f7-1bdebf5d5ec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
4155 2024.11.19 05:55:55.337209 [ 263 ] {6b332f74-e438-441f-a6f7-1bdebf5d5ec4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4156 2024.11.19 05:55:55.337475 [ 263 ] {6b332f74-e438-441f-a6f7-1bdebf5d5ec4} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4157 2024.11.19 05:55:55.337700 [ 263 ] {6b332f74-e438-441f-a6f7-1bdebf5d5ec4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00229 sec., 6113.53711790393 rows/sec., 428.15 KiB/sec.
4158 2024.11.19 05:55:55.337765 [ 263 ] {6b332f74-e438-441f-a6f7-1bdebf5d5ec4} <Debug> TCPHandler: Processed in 0.002698138 sec.
4159 2024.11.19 05:55:55.337924 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4160 2024.11.19 05:55:55.338053 [ 259 ] {0eda3209-bec5-43ac-8a9f-6b41e33e572e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4161 2024.11.19 05:55:55.338107 [ 259 ] {0eda3209-bec5-43ac-8a9f-6b41e33e572e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4162 2024.11.19 05:55:55.338719 [ 259 ] {0eda3209-bec5-43ac-8a9f-6b41e33e572e} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4163 2024.11.19 05:55:55.338758 [ 259 ] {0eda3209-bec5-43ac-8a9f-6b41e33e572e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
4164 2024.11.19 05:55:55.339108 [ 259 ] {0eda3209-bec5-43ac-8a9f-6b41e33e572e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4165 2024.11.19 05:55:55.339357 [ 259 ] {0eda3209-bec5-43ac-8a9f-6b41e33e572e} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4166 2024.11.19 05:55:55.339620 [ 259 ] {0eda3209-bec5-43ac-8a9f-6b41e33e572e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001588 sec., 8186.39798488665 rows/sec., 510.42 KiB/sec.
4167 2024.11.19 05:55:55.339831 [ 259 ] {0eda3209-bec5-43ac-8a9f-6b41e33e572e} <Debug> TCPHandler: Processed in 0.001968081 sec.
4168 2024.11.19 05:55:55.339978 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4169 2024.11.19 05:55:55.340088 [ 263 ] {ed160fa2-9005-4638-b436-c02c9c68e348} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4170 2024.11.19 05:55:55.340138 [ 263 ] {ed160fa2-9005-4638-b436-c02c9c68e348} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4171 2024.11.19 05:55:55.340868 [ 263 ] {ed160fa2-9005-4638-b436-c02c9c68e348} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4172 2024.11.19 05:55:55.340909 [ 263 ] {ed160fa2-9005-4638-b436-c02c9c68e348} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
4173 2024.11.19 05:55:55.341287 [ 263 ] {ed160fa2-9005-4638-b436-c02c9c68e348} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4174 2024.11.19 05:55:55.341537 [ 263 ] {ed160fa2-9005-4638-b436-c02c9c68e348} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4175 2024.11.19 05:55:55.341705 [ 69 ] {} <Debug> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4176 2024.11.19 05:55:55.341775 [ 69 ] {} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4177 2024.11.19 05:55:55.341785 [ 263 ] {ed160fa2-9005-4638-b436-c02c9c68e348} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001712 sec., 247079.43925233645 rows/sec., 17.66 MiB/sec.
4178 2024.11.19 05:55:55.341807 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
4179 2024.11.19 05:55:55.341947 [ 263 ] {ed160fa2-9005-4638-b436-c02c9c68e348} <Debug> TCPHandler: Processed in 0.002017341 sec.
4180 2024.11.19 05:55:55.342085 [ 189 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::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
4181 2024.11.19 05:55:55.342167 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4182 2024.11.19 05:55:55.342324 [ 189 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4183 2024.11.19 05:55:55.342395 [ 259 ] {c4bc9eb4-43e1-43a6-a7e9-d237a51d6c24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4184 2024.11.19 05:55:55.342405 [ 189 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 915 rows starting from the beginning of the part
4185 2024.11.19 05:55:55.342509 [ 259 ] {c4bc9eb4-43e1-43a6-a7e9-d237a51d6c24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4186 2024.11.19 05:55:55.342827 [ 189 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part
4187 2024.11.19 05:55:55.343213 [ 189 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 423 rows starting from the beginning of the part
4188 2024.11.19 05:55:55.343575 [ 189 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 66 rows starting from the beginning of the part
4189 2024.11.19 05:55:55.343824 [ 189 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 64 rows starting from the beginning of the part
4190 2024.11.19 05:55:55.344197 [ 189 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 423 rows starting from the beginning of the part
4191 2024.11.19 05:55:55.344849 [ 259 ] {c4bc9eb4-43e1-43a6-a7e9-d237a51d6c24} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4192 2024.11.19 05:55:55.344913 [ 259 ] {c4bc9eb4-43e1-43a6-a7e9-d237a51d6c24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4193 2024.11.19 05:55:55.345798 [ 259 ] {c4bc9eb4-43e1-43a6-a7e9-d237a51d6c24} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4194 2024.11.19 05:55:55.346388 [ 259 ] {c4bc9eb4-43e1-43a6-a7e9-d237a51d6c24} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4195 2024.11.19 05:55:55.346776 [ 259 ] {c4bc9eb4-43e1-43a6-a7e9-d237a51d6c24} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004437 sec., 1352.265043948614 rows/sec., 70.65 KiB/sec.
4196 2024.11.19 05:55:55.346853 [ 259 ] {c4bc9eb4-43e1-43a6-a7e9-d237a51d6c24} <Debug> TCPHandler: Processed in 0.004782249 sec.
4197 2024.11.19 05:55:55.347097 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4198 2024.11.19 05:55:55.347291 [ 189 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.005349066 sec., 365484.3668034756 rows/sec., 27.98 MiB/sec.
4199 2024.11.19 05:55:55.347351 [ 263 ] {70656d3b-05b0-47c8-bba2-f054f9791832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4200 2024.11.19 05:55:55.347432 [ 263 ] {70656d3b-05b0-47c8-bba2-f054f9791832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4201 2024.11.19 05:55:55.347542 [ 189 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4202 2024.11.19 05:55:55.348470 [ 189 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_31_6} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4203 2024.11.19 05:55:55.348797 [ 189 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_31_6} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4204 2024.11.19 05:55:55.349008 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
4205 2024.11.19 05:55:55.349233 [ 263 ] {70656d3b-05b0-47c8-bba2-f054f9791832} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4206 2024.11.19 05:55:55.349278 [ 263 ] {70656d3b-05b0-47c8-bba2-f054f9791832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
4207 2024.11.19 05:55:55.349674 [ 263 ] {70656d3b-05b0-47c8-bba2-f054f9791832} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4208 2024.11.19 05:55:55.349922 [ 263 ] {70656d3b-05b0-47c8-bba2-f054f9791832} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4209 2024.11.19 05:55:55.350091 [ 69 ] {} <Debug> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4210 2024.11.19 05:55:55.350154 [ 69 ] {} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4211 2024.11.19 05:55:55.350170 [ 263 ] {70656d3b-05b0-47c8-bba2-f054f9791832} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00288 sec., 82291.66666666666 rows/sec., 5.52 MiB/sec.
4212 2024.11.19 05:55:55.350210 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
4213 2024.11.19 05:55:55.350341 [ 263 ] {70656d3b-05b0-47c8-bba2-f054f9791832} <Debug> TCPHandler: Processed in 0.003390576 sec.
4214 2024.11.19 05:55:55.350523 [ 195 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
4215 2024.11.19 05:55:55.350552 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4216 2024.11.19 05:55:55.350821 [ 259 ] {6d4bf62f-b642-4cea-ab59-8e6eb3ec76a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4217 2024.11.19 05:55:55.350956 [ 259 ] {6d4bf62f-b642-4cea-ab59-8e6eb3ec76a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4218 2024.11.19 05:55:55.350971 [ 195 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4219 2024.11.19 05:55:55.351124 [ 195 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 6010 rows starting from the beginning of the part
4220 2024.11.19 05:55:55.351649 [ 195 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
4221 2024.11.19 05:55:55.351992 [ 195 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 237 rows starting from the beginning of the part
4222 2024.11.19 05:55:55.352212 [ 195 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 161 rows starting from the beginning of the part
4223 2024.11.19 05:55:55.352527 [ 195 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
4224 2024.11.19 05:55:55.352867 [ 195 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part
4225 2024.11.19 05:55:55.353502 [ 259 ] {6d4bf62f-b642-4cea-ab59-8e6eb3ec76a0} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4226 2024.11.19 05:55:55.353557 [ 259 ] {6d4bf62f-b642-4cea-ab59-8e6eb3ec76a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4227 2024.11.19 05:55:55.354316 [ 259 ] {6d4bf62f-b642-4cea-ab59-8e6eb3ec76a0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4228 2024.11.19 05:55:55.354898 [ 259 ] {6d4bf62f-b642-4cea-ab59-8e6eb3ec76a0} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4229 2024.11.19 05:55:55.355450 [ 259 ] {6d4bf62f-b642-4cea-ab59-8e6eb3ec76a0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004703 sec., 212.630236019562 rows/sec., 14.33 KiB/sec.
4230 2024.11.19 05:55:55.355538 [ 259 ] {6d4bf62f-b642-4cea-ab59-8e6eb3ec76a0} <Debug> TCPHandler: Processed in 0.005081903 sec.
4231 2024.11.19 05:55:55.355673 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4232 2024.11.19 05:55:55.355798 [ 263 ] {872d5f22-5e53-4892-ac4a-6d25b8b99eb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4233 2024.11.19 05:55:55.355872 [ 263 ] {872d5f22-5e53-4892-ac4a-6d25b8b99eb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4234 2024.11.19 05:55:55.356941 [ 195 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6965 rows, containing 5 columns (5 merged, 0 gathered) in 0.006582938 sec., 1058038.2194090236 rows/sec., 71.99 MiB/sec.
4235 2024.11.19 05:55:55.357498 [ 197 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4236 2024.11.19 05:55:55.358168 [ 263 ] {872d5f22-5e53-4892-ac4a-6d25b8b99eb0} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4237 2024.11.19 05:55:55.358215 [ 197 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4238 2024.11.19 05:55:55.358245 [ 263 ] {872d5f22-5e53-4892-ac4a-6d25b8b99eb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
4239 2024.11.19 05:55:55.358419 [ 197 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4240 2024.11.19 05:55:55.358612 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.38 MiB.
4241 2024.11.19 05:55:55.359227 [ 263 ] {872d5f22-5e53-4892-ac4a-6d25b8b99eb0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4242 2024.11.19 05:55:55.359514 [ 263 ] {872d5f22-5e53-4892-ac4a-6d25b8b99eb0} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4243 2024.11.19 05:55:55.359763 [ 263 ] {872d5f22-5e53-4892-ac4a-6d25b8b99eb0} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003988 sec., 10280.842527582749 rows/sec., 18.42 MiB/sec.
4244 2024.11.19 05:55:55.359890 [ 263 ] {872d5f22-5e53-4892-ac4a-6d25b8b99eb0} <Debug> TCPHandler: Processed in 0.004271395 sec.
4245 2024.11.19 05:55:55.360035 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4246 2024.11.19 05:55:55.360146 [ 259 ] {9c8629ac-eb5d-4575-bba7-df82a2c79b33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4247 2024.11.19 05:55:55.360192 [ 259 ] {9c8629ac-eb5d-4575-bba7-df82a2c79b33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4248 2024.11.19 05:55:55.360644 [ 259 ] {9c8629ac-eb5d-4575-bba7-df82a2c79b33} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4249 2024.11.19 05:55:55.360684 [ 259 ] {9c8629ac-eb5d-4575-bba7-df82a2c79b33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
4250 2024.11.19 05:55:55.361061 [ 259 ] {9c8629ac-eb5d-4575-bba7-df82a2c79b33} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4251 2024.11.19 05:55:55.361311 [ 259 ] {9c8629ac-eb5d-4575-bba7-df82a2c79b33} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4252 2024.11.19 05:55:55.361471 [ 69 ] {} <Debug> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4253 2024.11.19 05:55:55.361535 [ 69 ] {} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4254 2024.11.19 05:55:55.361573 [ 259 ] {9c8629ac-eb5d-4575-bba7-df82a2c79b33} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001437 sec., 57063.326374391094 rows/sec., 3.62 MiB/sec.
4255 2024.11.19 05:55:55.361579 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
4256 2024.11.19 05:55:55.361732 [ 259 ] {9c8629ac-eb5d-4575-bba7-df82a2c79b33} <Debug> TCPHandler: Processed in 0.001745498 sec.
4257 2024.11.19 05:55:55.361872 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
4258 2024.11.19 05:55:55.362003 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4259 2024.11.19 05:55:55.362038 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1626 rows starting from the beginning of the part
4260 2024.11.19 05:55:55.362129 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
4261 2024.11.19 05:55:55.362214 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 82 rows starting from the beginning of the part
4262 2024.11.19 05:55:55.362370 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
4263 2024.11.19 05:55:55.362456 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
4264 2024.11.19 05:55:55.362550 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part
4265 2024.11.19 05:55:55.363731 [ 198 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1970 rows, containing 4 columns (4 merged, 0 gathered) in 0.00200748 sec., 981329.8264490805 rows/sec., 64.39 MiB/sec.
4266 2024.11.19 05:55:55.363986 [ 198 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4267 2024.11.19 05:55:55.364349 [ 198 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_31_6} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4268 2024.11.19 05:55:55.364484 [ 198 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_31_6} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4269 2024.11.19 05:55:55.364584 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
4270 2024.11.19 05:55:58.693034 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 608
4271 2024.11.19 05:55:58.696059 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4272 2024.11.19 05:55:58.696123 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB.
4273 2024.11.19 05:55:58.697609 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4274 2024.11.19 05:55:58.697938 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4275 2024.11.19 05:55:58.698589 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 608
4276 2024.11.19 05:56:00.317903 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4277 2024.11.19 05:56:00.318113 [ 259 ] {2ac798c1-1151-4a2a-b188-418278a65aeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4278 2024.11.19 05:56:00.318189 [ 259 ] {2ac798c1-1151-4a2a-b188-418278a65aeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4279 2024.11.19 05:56:00.319050 [ 259 ] {2ac798c1-1151-4a2a-b188-418278a65aeb} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4280 2024.11.19 05:56:00.319109 [ 259 ] {2ac798c1-1151-4a2a-b188-418278a65aeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4281 2024.11.19 05:56:00.319570 [ 259 ] {2ac798c1-1151-4a2a-b188-418278a65aeb} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4282 2024.11.19 05:56:00.319864 [ 259 ] {2ac798c1-1151-4a2a-b188-418278a65aeb} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4283 2024.11.19 05:56:00.320116 [ 259 ] {2ac798c1-1151-4a2a-b188-418278a65aeb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002055 sec., 27250.608272506084 rows/sec., 2.09 MiB/sec.
4284 2024.11.19 05:56:00.320217 [ 259 ] {2ac798c1-1151-4a2a-b188-418278a65aeb} <Debug> TCPHandler: Processed in 0.002446545 sec.
4285 2024.11.19 05:56:00.320426 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4286 2024.11.19 05:56:00.320547 [ 263 ] {2fcd507a-06c6-442c-b28e-39b6b3c94307} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4287 2024.11.19 05:56:00.320599 [ 263 ] {2fcd507a-06c6-442c-b28e-39b6b3c94307} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4288 2024.11.19 05:56:00.321264 [ 263 ] {2fcd507a-06c6-442c-b28e-39b6b3c94307} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4289 2024.11.19 05:56:00.321306 [ 263 ] {2fcd507a-06c6-442c-b28e-39b6b3c94307} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4290 2024.11.19 05:56:00.321695 [ 263 ] {2fcd507a-06c6-442c-b28e-39b6b3c94307} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4291 2024.11.19 05:56:00.321947 [ 263 ] {2fcd507a-06c6-442c-b28e-39b6b3c94307} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4292 2024.11.19 05:56:00.322176 [ 263 ] {2fcd507a-06c6-442c-b28e-39b6b3c94307} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001657 sec., 38624.01931200965 rows/sec., 3.01 MiB/sec.
4293 2024.11.19 05:56:00.322233 [ 263 ] {2fcd507a-06c6-442c-b28e-39b6b3c94307} <Debug> TCPHandler: Processed in 0.00187072 sec.
4294 2024.11.19 05:56:00.322395 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4295 2024.11.19 05:56:00.322516 [ 259 ] {9af7c902-81f9-4751-9c93-609670891551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4296 2024.11.19 05:56:00.322586 [ 259 ] {9af7c902-81f9-4751-9c93-609670891551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4297 2024.11.19 05:56:00.323122 [ 259 ] {9af7c902-81f9-4751-9c93-609670891551} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4298 2024.11.19 05:56:00.323164 [ 259 ] {9af7c902-81f9-4751-9c93-609670891551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4299 2024.11.19 05:56:00.323573 [ 259 ] {9af7c902-81f9-4751-9c93-609670891551} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4300 2024.11.19 05:56:00.323826 [ 259 ] {9af7c902-81f9-4751-9c93-609670891551} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4301 2024.11.19 05:56:00.324045 [ 259 ] {9af7c902-81f9-4751-9c93-609670891551} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001558 sec., 82156.61103979462 rows/sec., 5.72 MiB/sec.
4302 2024.11.19 05:56:00.324101 [ 259 ] {9af7c902-81f9-4751-9c93-609670891551} <Debug> TCPHandler: Processed in 0.001761488 sec.
4303 2024.11.19 05:56:00.324273 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4304 2024.11.19 05:56:00.324385 [ 263 ] {5706ace7-9a0f-40bb-bba1-fa48e61adece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4305 2024.11.19 05:56:00.324433 [ 263 ] {5706ace7-9a0f-40bb-bba1-fa48e61adece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4306 2024.11.19 05:56:00.324899 [ 263 ] {5706ace7-9a0f-40bb-bba1-fa48e61adece} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4307 2024.11.19 05:56:00.324939 [ 263 ] {5706ace7-9a0f-40bb-bba1-fa48e61adece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4308 2024.11.19 05:56:00.325305 [ 263 ] {5706ace7-9a0f-40bb-bba1-fa48e61adece} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4309 2024.11.19 05:56:00.325544 [ 263 ] {5706ace7-9a0f-40bb-bba1-fa48e61adece} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4310 2024.11.19 05:56:00.325801 [ 263 ] {5706ace7-9a0f-40bb-bba1-fa48e61adece} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001429 sec., 33589.92302309308 rows/sec., 2.26 MiB/sec.
4311 2024.11.19 05:56:00.325914 [ 263 ] {5706ace7-9a0f-40bb-bba1-fa48e61adece} <Debug> TCPHandler: Processed in 0.001689047 sec.
4312 2024.11.19 05:56:01.136492 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614
4313 2024.11.19 05:56:01.137162 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4314 2024.11.19 05:56:01.137216 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4315 2024.11.19 05:56:01.137781 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4316 2024.11.19 05:56:01.138048 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4317 2024.11.19 05:56:01.138283 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614
4318 2024.11.19 05:56:01.828646 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174
4319 2024.11.19 05:56:01.852461 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4320 2024.11.19 05:56:01.852531 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4321 2024.11.19 05:56:01.860487 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4322 2024.11.19 05:56:01.861281 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4323 2024.11.19 05:56:01.864445 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174
4324 2024.11.19 05:56:05.319112 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4325 2024.11.19 05:56:05.319319 [ 259 ] {eadac7de-e9a7-4193-a546-e57b69581f07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4326 2024.11.19 05:56:05.319393 [ 259 ] {eadac7de-e9a7-4193-a546-e57b69581f07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4327 2024.11.19 05:56:05.320181 [ 259 ] {eadac7de-e9a7-4193-a546-e57b69581f07} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4328 2024.11.19 05:56:05.320235 [ 259 ] {eadac7de-e9a7-4193-a546-e57b69581f07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4329 2024.11.19 05:56:05.320676 [ 259 ] {eadac7de-e9a7-4193-a546-e57b69581f07} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4330 2024.11.19 05:56:05.320951 [ 259 ] {eadac7de-e9a7-4193-a546-e57b69581f07} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4331 2024.11.19 05:56:05.321189 [ 259 ] {eadac7de-e9a7-4193-a546-e57b69581f07} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001923 sec., 29121.164846593863 rows/sec., 2.24 MiB/sec.
4332 2024.11.19 05:56:05.321259 [ 259 ] {eadac7de-e9a7-4193-a546-e57b69581f07} <Debug> TCPHandler: Processed in 0.002280894 sec.
4333 2024.11.19 05:56:05.321448 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4334 2024.11.19 05:56:05.321591 [ 263 ] {fa7d395e-1cfd-4cc8-899e-90345592e5ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4335 2024.11.19 05:56:05.321651 [ 263 ] {fa7d395e-1cfd-4cc8-899e-90345592e5ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4336 2024.11.19 05:56:05.322276 [ 263 ] {fa7d395e-1cfd-4cc8-899e-90345592e5ae} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4337 2024.11.19 05:56:05.322318 [ 263 ] {fa7d395e-1cfd-4cc8-899e-90345592e5ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4338 2024.11.19 05:56:05.322697 [ 263 ] {fa7d395e-1cfd-4cc8-899e-90345592e5ae} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4339 2024.11.19 05:56:05.322947 [ 263 ] {fa7d395e-1cfd-4cc8-899e-90345592e5ae} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4340 2024.11.19 05:56:05.323181 [ 263 ] {fa7d395e-1cfd-4cc8-899e-90345592e5ae} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001619 sec., 39530.57442865967 rows/sec., 3.09 MiB/sec.
4341 2024.11.19 05:56:05.323274 [ 263 ] {fa7d395e-1cfd-4cc8-899e-90345592e5ae} <Debug> TCPHandler: Processed in 0.001895 sec.
4342 2024.11.19 05:56:05.323520 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4343 2024.11.19 05:56:05.323687 [ 259 ] {6c4352e5-ae4e-4073-b769-78e41cfc754f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4344 2024.11.19 05:56:05.323749 [ 259 ] {6c4352e5-ae4e-4073-b769-78e41cfc754f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4345 2024.11.19 05:56:05.324324 [ 259 ] {6c4352e5-ae4e-4073-b769-78e41cfc754f} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4346 2024.11.19 05:56:05.324366 [ 259 ] {6c4352e5-ae4e-4073-b769-78e41cfc754f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4347 2024.11.19 05:56:05.324767 [ 259 ] {6c4352e5-ae4e-4073-b769-78e41cfc754f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4348 2024.11.19 05:56:05.325025 [ 259 ] {6c4352e5-ae4e-4073-b769-78e41cfc754f} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4349 2024.11.19 05:56:05.325242 [ 259 ] {6c4352e5-ae4e-4073-b769-78e41cfc754f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001587 sec., 100819.15563957152 rows/sec., 7.02 MiB/sec.
4350 2024.11.19 05:56:05.325298 [ 259 ] {6c4352e5-ae4e-4073-b769-78e41cfc754f} <Debug> TCPHandler: Processed in 0.00192533 sec.
4351 2024.11.19 05:56:05.325460 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4352 2024.11.19 05:56:05.325593 [ 263 ] {ba128771-c4ca-4951-80e6-e05a96ec0b7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4353 2024.11.19 05:56:05.325652 [ 263 ] {ba128771-c4ca-4951-80e6-e05a96ec0b7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4354 2024.11.19 05:56:05.326145 [ 263 ] {ba128771-c4ca-4951-80e6-e05a96ec0b7c} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4355 2024.11.19 05:56:05.326184 [ 263 ] {ba128771-c4ca-4951-80e6-e05a96ec0b7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4356 2024.11.19 05:56:05.326545 [ 263 ] {ba128771-c4ca-4951-80e6-e05a96ec0b7c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4357 2024.11.19 05:56:05.326808 [ 263 ] {ba128771-c4ca-4951-80e6-e05a96ec0b7c} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4358 2024.11.19 05:56:05.327023 [ 263 ] {ba128771-c4ca-4951-80e6-e05a96ec0b7c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001462 sec., 41039.67168262654 rows/sec., 2.77 MiB/sec.
4359 2024.11.19 05:56:05.327073 [ 263 ] {ba128771-c4ca-4951-80e6-e05a96ec0b7c} <Debug> TCPHandler: Processed in 0.001676417 sec.
4360 2024.11.19 05:56:06.611840 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49137, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4361 2024.11.19 05:56:06.843161 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33627, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4362 2024.11.19 05:56:06.891528 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61489, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4363 2024.11.19 05:56:06.899836 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57679, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4364 2024.11.19 05:56:07.041311 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51588, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4365 2024.11.19 05:56:07.058757 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49874, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4366 2024.11.19 05:56:07.058989 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34522, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4367 2024.11.19 05:56:07.072412 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51943, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4368 2024.11.19 05:56:08.523730 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache
4369 2024.11.19 05:56:08.523810 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache
4370 2024.11.19 05:56:08.638538 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041
4371 2024.11.19 05:56:08.639154 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4372 2024.11.19 05:56:08.639197 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4373 2024.11.19 05:56:08.639783 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4374 2024.11.19 05:56:08.640047 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4375 2024.11.19 05:56:08.640279 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041
4376 2024.11.19 05:56:08.698955 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 624
4377 2024.11.19 05:56:08.701779 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4378 2024.11.19 05:56:08.701824 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4379 2024.11.19 05:56:08.703280 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4380 2024.11.19 05:56:08.703588 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4381 2024.11.19 05:56:08.704689 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 624
4382 2024.11.19 05:56:09.364659 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181
4383 2024.11.19 05:56:09.385454 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4384 2024.11.19 05:56:09.385521 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4385 2024.11.19 05:56:09.393110 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4386 2024.11.19 05:56:09.393879 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4387 2024.11.19 05:56:09.396551 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181
4388 2024.11.19 05:56:09.802674 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:32811, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4389 2024.11.19 05:56:10.301270 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58261, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4390 2024.11.19 05:56:10.325554 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4391 2024.11.19 05:56:10.325747 [ 259 ] {1e8f9999-9908-497f-bcaa-e122f8976beb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4392 2024.11.19 05:56:10.325821 [ 259 ] {1e8f9999-9908-497f-bcaa-e122f8976beb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4393 2024.11.19 05:56:10.326590 [ 259 ] {1e8f9999-9908-497f-bcaa-e122f8976beb} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4394 2024.11.19 05:56:10.326644 [ 259 ] {1e8f9999-9908-497f-bcaa-e122f8976beb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4395 2024.11.19 05:56:10.327089 [ 259 ] {1e8f9999-9908-497f-bcaa-e122f8976beb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4396 2024.11.19 05:56:10.327357 [ 259 ] {1e8f9999-9908-497f-bcaa-e122f8976beb} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4397 2024.11.19 05:56:10.327653 [ 259 ] {1e8f9999-9908-497f-bcaa-e122f8976beb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001955 sec., 7161.125319693094 rows/sec., 515.51 KiB/sec.
4398 2024.11.19 05:56:10.327891 [ 259 ] {1e8f9999-9908-497f-bcaa-e122f8976beb} <Debug> TCPHandler: Processed in 0.002464005 sec.
4399 2024.11.19 05:56:10.328079 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4400 2024.11.19 05:56:10.328200 [ 263 ] {01e317ca-8b17-480b-94fb-be48b07cf294} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4401 2024.11.19 05:56:10.328251 [ 263 ] {01e317ca-8b17-480b-94fb-be48b07cf294} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4402 2024.11.19 05:56:10.328986 [ 263 ] {01e317ca-8b17-480b-94fb-be48b07cf294} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4403 2024.11.19 05:56:10.329027 [ 263 ] {01e317ca-8b17-480b-94fb-be48b07cf294} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4404 2024.11.19 05:56:10.329444 [ 263 ] {01e317ca-8b17-480b-94fb-be48b07cf294} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4405 2024.11.19 05:56:10.329693 [ 263 ] {01e317ca-8b17-480b-94fb-be48b07cf294} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4406 2024.11.19 05:56:10.329914 [ 263 ] {01e317ca-8b17-480b-94fb-be48b07cf294} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.001742 sec., 163605.05166475315 rows/sec., 14.46 MiB/sec.
4407 2024.11.19 05:56:10.329968 [ 263 ] {01e317ca-8b17-480b-94fb-be48b07cf294} <Debug> TCPHandler: Processed in 0.00194843 sec.
4408 2024.11.19 05:56:10.330113 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4409 2024.11.19 05:56:10.330244 [ 259 ] {20e27cf1-1e2d-42dc-84d6-e98021db68c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4410 2024.11.19 05:56:10.330298 [ 259 ] {20e27cf1-1e2d-42dc-84d6-e98021db68c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4411 2024.11.19 05:56:10.330952 [ 259 ] {20e27cf1-1e2d-42dc-84d6-e98021db68c4} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4412 2024.11.19 05:56:10.331000 [ 259 ] {20e27cf1-1e2d-42dc-84d6-e98021db68c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4413 2024.11.19 05:56:10.331375 [ 259 ] {20e27cf1-1e2d-42dc-84d6-e98021db68c4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4414 2024.11.19 05:56:10.331636 [ 259 ] {20e27cf1-1e2d-42dc-84d6-e98021db68c4} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4415 2024.11.19 05:56:10.331862 [ 259 ] {20e27cf1-1e2d-42dc-84d6-e98021db68c4} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001646 sec., 29161.603888213853 rows/sec., 2.10 MiB/sec.
4416 2024.11.19 05:56:10.331915 [ 259 ] {20e27cf1-1e2d-42dc-84d6-e98021db68c4} <Debug> TCPHandler: Processed in 0.001859209 sec.
4417 2024.11.19 05:56:10.332057 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4418 2024.11.19 05:56:10.332180 [ 263 ] {0ca1fa6b-1c06-4f38-98ef-40c0ff710aae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4419 2024.11.19 05:56:10.332234 [ 263 ] {0ca1fa6b-1c06-4f38-98ef-40c0ff710aae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4420 2024.11.19 05:56:10.332891 [ 263 ] {0ca1fa6b-1c06-4f38-98ef-40c0ff710aae} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4421 2024.11.19 05:56:10.332938 [ 263 ] {0ca1fa6b-1c06-4f38-98ef-40c0ff710aae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4422 2024.11.19 05:56:10.333319 [ 263 ] {0ca1fa6b-1c06-4f38-98ef-40c0ff710aae} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4423 2024.11.19 05:56:10.333568 [ 263 ] {0ca1fa6b-1c06-4f38-98ef-40c0ff710aae} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4424 2024.11.19 05:56:10.333824 [ 263 ] {0ca1fa6b-1c06-4f38-98ef-40c0ff710aae} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001669 sec., 8388.256440982625 rows/sec., 587.46 KiB/sec.
4425 2024.11.19 05:56:10.334027 [ 263 ] {0ca1fa6b-1c06-4f38-98ef-40c0ff710aae} <Debug> TCPHandler: Processed in 0.002016321 sec.
4426 2024.11.19 05:56:10.334178 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4427 2024.11.19 05:56:10.334310 [ 259 ] {8531a237-6dc3-44ad-9a7e-8b70cba57ce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4428 2024.11.19 05:56:10.334365 [ 259 ] {8531a237-6dc3-44ad-9a7e-8b70cba57ce6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4429 2024.11.19 05:56:10.335012 [ 259 ] {8531a237-6dc3-44ad-9a7e-8b70cba57ce6} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4430 2024.11.19 05:56:10.335061 [ 259 ] {8531a237-6dc3-44ad-9a7e-8b70cba57ce6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4431 2024.11.19 05:56:10.335422 [ 259 ] {8531a237-6dc3-44ad-9a7e-8b70cba57ce6} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4432 2024.11.19 05:56:10.335676 [ 259 ] {8531a237-6dc3-44ad-9a7e-8b70cba57ce6} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4433 2024.11.19 05:56:10.335977 [ 259 ] {8531a237-6dc3-44ad-9a7e-8b70cba57ce6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001667 sec., 7798.440311937612 rows/sec., 486.23 KiB/sec.
4434 2024.11.19 05:56:10.336112 [ 259 ] {8531a237-6dc3-44ad-9a7e-8b70cba57ce6} <Debug> TCPHandler: Processed in 0.001997171 sec.
4435 2024.11.19 05:56:10.336277 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4436 2024.11.19 05:56:10.336406 [ 263 ] {1e1aab20-4181-4434-93a0-c67314bb690c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4437 2024.11.19 05:56:10.336460 [ 263 ] {1e1aab20-4181-4434-93a0-c67314bb690c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4438 2024.11.19 05:56:10.337227 [ 263 ] {1e1aab20-4181-4434-93a0-c67314bb690c} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4439 2024.11.19 05:56:10.337266 [ 263 ] {1e1aab20-4181-4434-93a0-c67314bb690c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4440 2024.11.19 05:56:10.337630 [ 263 ] {1e1aab20-4181-4434-93a0-c67314bb690c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4441 2024.11.19 05:56:10.337880 [ 263 ] {1e1aab20-4181-4434-93a0-c67314bb690c} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4442 2024.11.19 05:56:10.338110 [ 263 ] {1e1aab20-4181-4434-93a0-c67314bb690c} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001718 sec., 246216.5308498254 rows/sec., 17.60 MiB/sec.
4443 2024.11.19 05:56:10.338257 [ 263 ] {1e1aab20-4181-4434-93a0-c67314bb690c} <Debug> TCPHandler: Processed in 0.002039751 sec.
4444 2024.11.19 05:56:10.338495 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4445 2024.11.19 05:56:10.338631 [ 259 ] {af12ad05-3ad8-47ae-9d52-84243d3a3f95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4446 2024.11.19 05:56:10.338689 [ 259 ] {af12ad05-3ad8-47ae-9d52-84243d3a3f95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4447 2024.11.19 05:56:10.339218 [ 259 ] {af12ad05-3ad8-47ae-9d52-84243d3a3f95} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4448 2024.11.19 05:56:10.339259 [ 259 ] {af12ad05-3ad8-47ae-9d52-84243d3a3f95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4449 2024.11.19 05:56:10.339624 [ 259 ] {af12ad05-3ad8-47ae-9d52-84243d3a3f95} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4450 2024.11.19 05:56:10.339875 [ 259 ] {af12ad05-3ad8-47ae-9d52-84243d3a3f95} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4451 2024.11.19 05:56:10.340109 [ 259 ] {af12ad05-3ad8-47ae-9d52-84243d3a3f95} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001508 sec., 3978.7798408488065 rows/sec., 207.88 KiB/sec.
4452 2024.11.19 05:56:10.340210 [ 259 ] {af12ad05-3ad8-47ae-9d52-84243d3a3f95} <Debug> TCPHandler: Processed in 0.001844639 sec.
4453 2024.11.19 05:56:10.340370 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4454 2024.11.19 05:56:10.340499 [ 263 ] {5f4508fd-ba9e-4818-bba6-b7da82117add} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4455 2024.11.19 05:56:10.340557 [ 263 ] {5f4508fd-ba9e-4818-bba6-b7da82117add} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4456 2024.11.19 05:56:10.341163 [ 263 ] {5f4508fd-ba9e-4818-bba6-b7da82117add} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4457 2024.11.19 05:56:10.341202 [ 263 ] {5f4508fd-ba9e-4818-bba6-b7da82117add} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4458 2024.11.19 05:56:10.341577 [ 263 ] {5f4508fd-ba9e-4818-bba6-b7da82117add} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4459 2024.11.19 05:56:10.341816 [ 263 ] {5f4508fd-ba9e-4818-bba6-b7da82117add} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4460 2024.11.19 05:56:10.342016 [ 263 ] {5f4508fd-ba9e-4818-bba6-b7da82117add} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001545 sec., 153398.0582524272 rows/sec., 10.28 MiB/sec.
4461 2024.11.19 05:56:10.342067 [ 263 ] {5f4508fd-ba9e-4818-bba6-b7da82117add} <Debug> TCPHandler: Processed in 0.001760949 sec.
4462 2024.11.19 05:56:10.342208 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4463 2024.11.19 05:56:10.342316 [ 259 ] {27d833dc-e6f4-4451-af55-5e8c773fb661} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4464 2024.11.19 05:56:10.342363 [ 259 ] {27d833dc-e6f4-4451-af55-5e8c773fb661} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4465 2024.11.19 05:56:10.342786 [ 259 ] {27d833dc-e6f4-4451-af55-5e8c773fb661} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4466 2024.11.19 05:56:10.342825 [ 259 ] {27d833dc-e6f4-4451-af55-5e8c773fb661} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4467 2024.11.19 05:56:10.343173 [ 259 ] {27d833dc-e6f4-4451-af55-5e8c773fb661} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4468 2024.11.19 05:56:10.343416 [ 259 ] {27d833dc-e6f4-4451-af55-5e8c773fb661} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4469 2024.11.19 05:56:10.343702 [ 259 ] {27d833dc-e6f4-4451-af55-5e8c773fb661} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001381 sec., 724.112961622013 rows/sec., 48.79 KiB/sec.
4470 2024.11.19 05:56:10.343835 [ 259 ] {27d833dc-e6f4-4451-af55-5e8c773fb661} <Debug> TCPHandler: Processed in 0.001678387 sec.
4471 2024.11.19 05:56:10.343971 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4472 2024.11.19 05:56:10.344079 [ 263 ] {e6df5f60-6e47-44a8-8a7b-3e46b3ab6ef1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4473 2024.11.19 05:56:10.344150 [ 263 ] {e6df5f60-6e47-44a8-8a7b-3e46b3ab6ef1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4474 2024.11.19 05:56:10.345296 [ 263 ] {e6df5f60-6e47-44a8-8a7b-3e46b3ab6ef1} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4475 2024.11.19 05:56:10.345336 [ 263 ] {e6df5f60-6e47-44a8-8a7b-3e46b3ab6ef1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4476 2024.11.19 05:56:10.346005 [ 263 ] {e6df5f60-6e47-44a8-8a7b-3e46b3ab6ef1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4477 2024.11.19 05:56:10.346281 [ 263 ] {e6df5f60-6e47-44a8-8a7b-3e46b3ab6ef1} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4478 2024.11.19 05:56:10.346553 [ 263 ] {e6df5f60-6e47-44a8-8a7b-3e46b3ab6ef1} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002489 sec., 16472.478907191646 rows/sec., 29.52 MiB/sec.
4479 2024.11.19 05:56:10.346693 [ 263 ] {e6df5f60-6e47-44a8-8a7b-3e46b3ab6ef1} <Debug> TCPHandler: Processed in 0.002772589 sec.
4480 2024.11.19 05:56:10.346831 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4481 2024.11.19 05:56:10.346942 [ 259 ] {fa2e7467-b7b2-4c03-80e1-30e93722f54c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4482 2024.11.19 05:56:10.346989 [ 259 ] {fa2e7467-b7b2-4c03-80e1-30e93722f54c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4483 2024.11.19 05:56:10.347445 [ 259 ] {fa2e7467-b7b2-4c03-80e1-30e93722f54c} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4484 2024.11.19 05:56:10.347485 [ 259 ] {fa2e7467-b7b2-4c03-80e1-30e93722f54c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4485 2024.11.19 05:56:10.347859 [ 259 ] {fa2e7467-b7b2-4c03-80e1-30e93722f54c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4486 2024.11.19 05:56:10.348102 [ 259 ] {fa2e7467-b7b2-4c03-80e1-30e93722f54c} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4487 2024.11.19 05:56:10.348309 [ 259 ] {fa2e7467-b7b2-4c03-80e1-30e93722f54c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00139 sec., 58992.80575539568 rows/sec., 3.75 MiB/sec.
4488 2024.11.19 05:56:10.348359 [ 259 ] {fa2e7467-b7b2-4c03-80e1-30e93722f54c} <Debug> TCPHandler: Processed in 0.001581407 sec.
4489 2024.11.19 05:56:10.522204 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54041, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4490 2024.11.19 05:56:10.522526 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44995, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4491 2024.11.19 05:56:10.562074 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61258, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4492 2024.11.19 05:56:10.717609 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45501, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4493 2024.11.19 05:56:10.725987 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33799, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4494 2024.11.19 05:56:10.752437 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56563, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4495 2024.11.19 05:56:11.115313 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33098, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4496 2024.11.19 05:56:11.358884 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36245, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4497 2024.11.19 05:56:11.463358 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45394, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4498 2024.11.19 05:56:11.530445 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39514, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4499 2024.11.19 05:56:11.557946 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34195, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4500 2024.11.19 05:56:11.568305 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56636, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4501 2024.11.19 05:56:11.688701 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37011, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4502 2024.11.19 05:56:11.732978 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40013, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4503 2024.11.19 05:56:11.750311 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36397, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4504 2024.11.19 05:56:11.934841 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45122, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4505 2024.11.19 05:56:11.950202 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48296, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4506 2024.11.19 05:56:11.999911 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35506, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4507 2024.11.19 05:56:12.268474 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33213, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4508 2024.11.19 05:56:12.332846 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63880, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4509 2024.11.19 05:56:12.350129 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44579, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4510 2024.11.19 05:56:12.410481 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58361, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4511 2024.11.19 05:56:15.323781 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4512 2024.11.19 05:56:15.324081 [ 259 ] {40ec8b70-1c78-4c84-a26c-91325f9241d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4513 2024.11.19 05:56:15.324198 [ 259 ] {40ec8b70-1c78-4c84-a26c-91325f9241d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4514 2024.11.19 05:56:15.325462 [ 259 ] {40ec8b70-1c78-4c84-a26c-91325f9241d8} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4515 2024.11.19 05:56:15.325538 [ 259 ] {40ec8b70-1c78-4c84-a26c-91325f9241d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4516 2024.11.19 05:56:15.326197 [ 259 ] {40ec8b70-1c78-4c84-a26c-91325f9241d8} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4517 2024.11.19 05:56:15.326590 [ 259 ] {40ec8b70-1c78-4c84-a26c-91325f9241d8} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4518 2024.11.19 05:56:15.326894 [ 259 ] {40ec8b70-1c78-4c84-a26c-91325f9241d8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002887 sec., 19397.29823346034 rows/sec., 1.49 MiB/sec.
4519 2024.11.19 05:56:15.327053 [ 259 ] {40ec8b70-1c78-4c84-a26c-91325f9241d8} <Debug> TCPHandler: Processed in 0.003476246 sec.
4520 2024.11.19 05:56:15.327365 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4521 2024.11.19 05:56:15.327539 [ 263 ] {0c7ceb8c-f32e-4884-9e7e-f2a0c52b0068} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4522 2024.11.19 05:56:15.327611 [ 263 ] {0c7ceb8c-f32e-4884-9e7e-f2a0c52b0068} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4523 2024.11.19 05:56:15.328464 [ 263 ] {0c7ceb8c-f32e-4884-9e7e-f2a0c52b0068} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4524 2024.11.19 05:56:15.328516 [ 263 ] {0c7ceb8c-f32e-4884-9e7e-f2a0c52b0068} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4525 2024.11.19 05:56:15.328959 [ 263 ] {0c7ceb8c-f32e-4884-9e7e-f2a0c52b0068} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4526 2024.11.19 05:56:15.329324 [ 263 ] {0c7ceb8c-f32e-4884-9e7e-f2a0c52b0068} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4527 2024.11.19 05:56:15.329596 [ 263 ] {0c7ceb8c-f32e-4884-9e7e-f2a0c52b0068} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002096 sec., 30534.351145038167 rows/sec., 2.38 MiB/sec.
4528 2024.11.19 05:56:15.329666 [ 263 ] {0c7ceb8c-f32e-4884-9e7e-f2a0c52b0068} <Debug> TCPHandler: Processed in 0.002444235 sec.
4529 2024.11.19 05:56:15.329878 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4530 2024.11.19 05:56:15.330022 [ 259 ] {59aa1985-a63d-4b86-8320-720dceef626a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4531 2024.11.19 05:56:15.330088 [ 259 ] {59aa1985-a63d-4b86-8320-720dceef626a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4532 2024.11.19 05:56:15.330814 [ 259 ] {59aa1985-a63d-4b86-8320-720dceef626a} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4533 2024.11.19 05:56:15.330864 [ 259 ] {59aa1985-a63d-4b86-8320-720dceef626a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4534 2024.11.19 05:56:15.331405 [ 259 ] {59aa1985-a63d-4b86-8320-720dceef626a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4535 2024.11.19 05:56:15.331753 [ 259 ] {59aa1985-a63d-4b86-8320-720dceef626a} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4536 2024.11.19 05:56:15.332013 [ 259 ] {59aa1985-a63d-4b86-8320-720dceef626a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002022 sec., 79129.57467853611 rows/sec., 5.51 MiB/sec.
4537 2024.11.19 05:56:15.332085 [ 259 ] {59aa1985-a63d-4b86-8320-720dceef626a} <Debug> TCPHandler: Processed in 0.002276824 sec.
4538 2024.11.19 05:56:15.332285 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4539 2024.11.19 05:56:15.332423 [ 263 ] {36801b15-5886-4ddb-bed1-d3357f2096cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4540 2024.11.19 05:56:15.332483 [ 263 ] {36801b15-5886-4ddb-bed1-d3357f2096cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4541 2024.11.19 05:56:15.333055 [ 263 ] {36801b15-5886-4ddb-bed1-d3357f2096cb} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4542 2024.11.19 05:56:15.333100 [ 263 ] {36801b15-5886-4ddb-bed1-d3357f2096cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4543 2024.11.19 05:56:15.333572 [ 263 ] {36801b15-5886-4ddb-bed1-d3357f2096cb} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4544 2024.11.19 05:56:15.333878 [ 263 ] {36801b15-5886-4ddb-bed1-d3357f2096cb} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4545 2024.11.19 05:56:15.334133 [ 263 ] {36801b15-5886-4ddb-bed1-d3357f2096cb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00174 sec., 34482.75862068965 rows/sec., 2.32 MiB/sec.
4546 2024.11.19 05:56:15.334193 [ 263 ] {36801b15-5886-4ddb-bed1-d3357f2096cb} <Debug> TCPHandler: Processed in 0.001973521 sec.
4547 2024.11.19 05:56:16.140544 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529
4548 2024.11.19 05:56:16.141327 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4549 2024.11.19 05:56:16.141378 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4550 2024.11.19 05:56:16.141896 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4551 2024.11.19 05:56:16.142172 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4552 2024.11.19 05:56:16.142424 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529
4553 2024.11.19 05:56:16.896748 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189
4554 2024.11.19 05:56:16.918045 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4555 2024.11.19 05:56:16.918106 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4556 2024.11.19 05:56:16.925807 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4557 2024.11.19 05:56:16.926581 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4558 2024.11.19 05:56:16.929642 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189
4559 2024.11.19 05:56:18.705007 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 654
4560 2024.11.19 05:56:18.708198 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4561 2024.11.19 05:56:18.708260 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4562 2024.11.19 05:56:18.709765 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4563 2024.11.19 05:56:18.710096 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4564 2024.11.19 05:56:18.710906 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 654
4565 2024.11.19 05:56:20.320079 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4566 2024.11.19 05:56:20.320311 [ 259 ] {761ef84b-2d61-496c-a5c9-b3e9b709bb24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4567 2024.11.19 05:56:20.320393 [ 259 ] {761ef84b-2d61-496c-a5c9-b3e9b709bb24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4568 2024.11.19 05:56:20.321166 [ 259 ] {761ef84b-2d61-496c-a5c9-b3e9b709bb24} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4569 2024.11.19 05:56:20.321210 [ 259 ] {761ef84b-2d61-496c-a5c9-b3e9b709bb24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4570 2024.11.19 05:56:20.321663 [ 259 ] {761ef84b-2d61-496c-a5c9-b3e9b709bb24} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4571 2024.11.19 05:56:20.321927 [ 259 ] {761ef84b-2d61-496c-a5c9-b3e9b709bb24} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4572 2024.11.19 05:56:20.322074 [ 48 ] {} <Debug> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4573 2024.11.19 05:56:20.322126 [ 48 ] {} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4574 2024.11.19 05:56:20.322153 [ 259 ] {761ef84b-2d61-496c-a5c9-b3e9b709bb24} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001896 sec., 29535.864978902955 rows/sec., 2.27 MiB/sec.
4575 2024.11.19 05:56:20.322159 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4576 2024.11.19 05:56:20.322283 [ 259 ] {761ef84b-2d61-496c-a5c9-b3e9b709bb24} <Debug> TCPHandler: Processed in 0.002339374 sec.
4577 2024.11.19 05:56:20.322545 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4578 2024.11.19 05:56:20.322575 [ 197 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::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
4579 2024.11.19 05:56:20.322708 [ 263 ] {ff672cca-3835-4f0b-9606-b090daad0741} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4580 2024.11.19 05:56:20.322812 [ 263 ] {ff672cca-3835-4f0b-9606-b090daad0741} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4581 2024.11.19 05:56:20.322890 [ 197 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4582 2024.11.19 05:56:20.323005 [ 197 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1434 rows starting from the beginning of the part
4583 2024.11.19 05:56:20.323308 [ 197 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part
4584 2024.11.19 05:56:20.323724 [ 197 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 56 rows starting from the beginning of the part
4585 2024.11.19 05:56:20.324234 [ 197 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 285 rows starting from the beginning of the part
4586 2024.11.19 05:56:20.324467 [ 197 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part
4587 2024.11.19 05:56:20.324618 [ 197 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part
4588 2024.11.19 05:56:20.325720 [ 263 ] {ff672cca-3835-4f0b-9606-b090daad0741} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4589 2024.11.19 05:56:20.325798 [ 263 ] {ff672cca-3835-4f0b-9606-b090daad0741} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4590 2024.11.19 05:56:20.326841 [ 263 ] {ff672cca-3835-4f0b-9606-b090daad0741} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4591 2024.11.19 05:56:20.327329 [ 263 ] {ff672cca-3835-4f0b-9606-b090daad0741} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4592 2024.11.19 05:56:20.327582 [ 49 ] {} <Debug> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4593 2024.11.19 05:56:20.327683 [ 49 ] {} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4594 2024.11.19 05:56:20.327745 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4595 2024.11.19 05:56:20.327811 [ 263 ] {ff672cca-3835-4f0b-9606-b090daad0741} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005138 sec., 12456.208641494744 rows/sec., 995.57 KiB/sec.
4596 2024.11.19 05:56:20.328210 [ 263 ] {ff672cca-3835-4f0b-9606-b090daad0741} <Debug> TCPHandler: Processed in 0.0057992 sec.
4597 2024.11.19 05:56:20.328501 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4598 2024.11.19 05:56:20.328587 [ 200 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1943 rows, containing 5 columns (5 merged, 0 gathered) in 0.006274114 sec., 309685.16032701987 rows/sec., 27.08 MiB/sec.
4599 2024.11.19 05:56:20.328682 [ 198 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::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
4600 2024.11.19 05:56:20.328772 [ 259 ] {eb873845-3eb3-4057-82b4-bf54b40a06a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4601 2024.11.19 05:56:20.328964 [ 259 ] {eb873845-3eb3-4057-82b4-bf54b40a06a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4602 2024.11.19 05:56:20.329041 [ 196 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4603 2024.11.19 05:56:20.329142 [ 198 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4604 2024.11.19 05:56:20.329325 [ 198 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 915 rows starting from the beginning of the part
4605 2024.11.19 05:56:20.329935 [ 198 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 64 rows starting from the beginning of the part
4606 2024.11.19 05:56:20.330302 [ 196 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_36_7} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4607 2024.11.19 05:56:20.330606 [ 196 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_36_7} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4608 2024.11.19 05:56:20.330768 [ 198 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 64 rows starting from the beginning of the part
4609 2024.11.19 05:56:20.330921 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB.
4610 2024.11.19 05:56:20.331215 [ 198 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 423 rows starting from the beginning of the part
4611 2024.11.19 05:56:20.331604 [ 198 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part
4612 2024.11.19 05:56:20.331953 [ 198 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part
4613 2024.11.19 05:56:20.332660 [ 259 ] {eb873845-3eb3-4057-82b4-bf54b40a06a2} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4614 2024.11.19 05:56:20.332727 [ 259 ] {eb873845-3eb3-4057-82b4-bf54b40a06a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4615 2024.11.19 05:56:20.333693 [ 259 ] {eb873845-3eb3-4057-82b4-bf54b40a06a2} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4616 2024.11.19 05:56:20.334327 [ 259 ] {eb873845-3eb3-4057-82b4-bf54b40a06a2} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4617 2024.11.19 05:56:20.334704 [ 49 ] {} <Debug> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4618 2024.11.19 05:56:20.334821 [ 259 ] {eb873845-3eb3-4057-82b4-bf54b40a06a2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006072 sec., 26350.461133069828 rows/sec., 1.84 MiB/sec.
4619 2024.11.19 05:56:20.334871 [ 49 ] {} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4620 2024.11.19 05:56:20.335194 [ 259 ] {eb873845-3eb3-4057-82b4-bf54b40a06a2} <Debug> TCPHandler: Processed in 0.006854981 sec.
4621 2024.11.19 05:56:20.335482 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4622 2024.11.19 05:56:20.335527 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4623 2024.11.19 05:56:20.335564 [ 200 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1594 rows, containing 5 columns (5 merged, 0 gathered) in 0.007607439 sec., 209531.74912082765 rows/sec., 16.15 MiB/sec.
4624 2024.11.19 05:56:20.335912 [ 263 ] {9d4bb086-e2e3-4793-aa4a-3a44a350fb1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4625 2024.11.19 05:56:20.335934 [ 200 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4626 2024.11.19 05:56:20.335924 [ 198 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
4627 2024.11.19 05:56:20.336084 [ 263 ] {9d4bb086-e2e3-4793-aa4a-3a44a350fb1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4628 2024.11.19 05:56:20.336553 [ 198 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4629 2024.11.19 05:56:20.336681 [ 198 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 6965 rows starting from the beginning of the part
4630 2024.11.19 05:56:20.336860 [ 200 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_36_7} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4631 2024.11.19 05:56:20.337241 [ 200 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_36_7} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4632 2024.11.19 05:56:20.337484 [ 198 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 128 rows starting from the beginning of the part
4633 2024.11.19 05:56:20.337545 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB.
4634 2024.11.19 05:56:20.337884 [ 198 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
4635 2024.11.19 05:56:20.338130 [ 198 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
4636 2024.11.19 05:56:20.338748 [ 198 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part
4637 2024.11.19 05:56:20.339158 [ 198 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part
4638 2024.11.19 05:56:20.339188 [ 263 ] {9d4bb086-e2e3-4793-aa4a-3a44a350fb1a} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4639 2024.11.19 05:56:20.339290 [ 263 ] {9d4bb086-e2e3-4793-aa4a-3a44a350fb1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4640 2024.11.19 05:56:20.340342 [ 263 ] {9d4bb086-e2e3-4793-aa4a-3a44a350fb1a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4641 2024.11.19 05:56:20.340705 [ 263 ] {9d4bb086-e2e3-4793-aa4a-3a44a350fb1a} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4642 2024.11.19 05:56:20.341045 [ 49 ] {} <Debug> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4643 2024.11.19 05:56:20.341205 [ 49 ] {} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4644 2024.11.19 05:56:20.341305 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4645 2024.11.19 05:56:20.341368 [ 263 ] {9d4bb086-e2e3-4793-aa4a-3a44a350fb1a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005589 sec., 10735.373054213633 rows/sec., 740.85 KiB/sec.
4646 2024.11.19 05:56:20.341929 [ 263 ] {9d4bb086-e2e3-4793-aa4a-3a44a350fb1a} <Debug> TCPHandler: Processed in 0.006591938 sec.
4647 2024.11.19 05:56:20.342107 [ 196 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
4648 2024.11.19 05:56:20.342684 [ 196 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4649 2024.11.19 05:56:20.342810 [ 196 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1970 rows starting from the beginning of the part
4650 2024.11.19 05:56:20.343184 [ 196 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 48 rows starting from the beginning of the part
4651 2024.11.19 05:56:20.343474 [ 196 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
4652 2024.11.19 05:56:20.343767 [ 196 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
4653 2024.11.19 05:56:20.344049 [ 196 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
4654 2024.11.19 05:56:20.344356 [ 196 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part
4655 2024.11.19 05:56:20.346158 [ 201 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7810 rows, containing 5 columns (5 merged, 0 gathered) in 0.010520509 sec., 742359.5189168128 rows/sec., 50.58 MiB/sec.
4656 2024.11.19 05:56:20.346423 [ 188 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2280 rows, containing 4 columns (4 merged, 0 gathered) in 0.004974702 sec., 458318.91035885166 rows/sec., 30.12 MiB/sec.
4657 2024.11.19 05:56:20.346741 [ 188 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4658 2024.11.19 05:56:20.346960 [ 201 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4659 2024.11.19 05:56:20.347259 [ 188 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_36_7} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4660 2024.11.19 05:56:20.347463 [ 188 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_36_7} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4661 2024.11.19 05:56:20.347529 [ 201 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4662 2024.11.19 05:56:20.347633 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
4663 2024.11.19 05:56:20.347723 [ 201 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4664 2024.11.19 05:56:20.347828 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB.
4665 2024.11.19 05:56:23.523865 [ 45 ] {} <Debug> DNSResolver: Updating DNS cache
4666 2024.11.19 05:56:23.523945 [ 45 ] {} <Debug> DNSResolver: Updated DNS cache
4667 2024.11.19 05:56:23.642693 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956
4668 2024.11.19 05:56:23.643435 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4669 2024.11.19 05:56:23.643496 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4670 2024.11.19 05:56:23.644053 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4671 2024.11.19 05:56:23.644323 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4672 2024.11.19 05:56:23.644532 [ 45 ] {} <Debug> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4673 2024.11.19 05:56:23.644589 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956
4674 2024.11.19 05:56:23.644619 [ 45 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4675 2024.11.19 05:56:23.644652 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4676 2024.11.19 05:56:23.644813 [ 194 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::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
4677 2024.11.19 05:56:23.644987 [ 194 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4678 2024.11.19 05:56:23.645040 [ 194 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part
4679 2024.11.19 05:56:23.645136 [ 194 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 427 rows starting from the beginning of the part
4680 2024.11.19 05:56:23.645398 [ 194 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part
4681 2024.11.19 05:56:23.645583 [ 194 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part
4682 2024.11.19 05:56:23.645729 [ 194 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part
4683 2024.11.19 05:56:23.645965 [ 194 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part
4684 2024.11.19 05:56:23.650889 [ 201 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.006156084 sec., 1942143.7394291565 rows/sec., 27.78 MiB/sec.
4685 2024.11.19 05:56:23.651310 [ 188 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4686 2024.11.19 05:56:23.651670 [ 188 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_26_5} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4687 2024.11.19 05:56:23.651750 [ 188 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_26_5} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4688 2024.11.19 05:56:23.651858 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB.
4689 2024.11.19 05:56:24.429846 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196
4690 2024.11.19 05:56:24.450966 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4691 2024.11.19 05:56:24.451014 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4692 2024.11.19 05:56:24.458407 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4693 2024.11.19 05:56:24.459181 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4694 2024.11.19 05:56:24.459458 [ 43 ] {} <Debug> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4695 2024.11.19 05:56:24.459521 [ 43 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4696 2024.11.19 05:56:24.459567 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
4697 2024.11.19 05:56:24.459792 [ 199 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
4698 2024.11.19 05:56:24.468571 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196
4699 2024.11.19 05:56:24.469809 [ 199 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4700 2024.11.19 05:56:24.470708 [ 199 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
4701 2024.11.19 05:56:24.475032 [ 199 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
4702 2024.11.19 05:56:24.479350 [ 199 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
4703 2024.11.19 05:56:24.484377 [ 199 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
4704 2024.11.19 05:56:24.489892 [ 199 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
4705 2024.11.19 05:56:24.494347 [ 199 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
4706 2024.11.19 05:56:24.555964 [ 193 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.09631178 sec., 2035.0573938099783 rows/sec., 10.52 MiB/sec.
4707 2024.11.19 05:56:24.558802 [ 201 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4708 2024.11.19 05:56:24.561896 [ 201 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_26_5} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4709 2024.11.19 05:56:24.562026 [ 201 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_26_5} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4710 2024.11.19 05:56:24.564602 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB.
4711 2024.11.19 05:56:25.000193 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 191.31 MiB, peak 201.85 MiB, free memory in arenas 0.00 B, will set to 193.11 MiB (RSS), difference: 1.80 MiB
4712 2024.11.19 05:56:25.326829 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4713 2024.11.19 05:56:25.327028 [ 259 ] {2b8f651e-d2ee-4a0c-994a-0577f790b902} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4714 2024.11.19 05:56:25.327105 [ 259 ] {2b8f651e-d2ee-4a0c-994a-0577f790b902} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4715 2024.11.19 05:56:25.327899 [ 259 ] {2b8f651e-d2ee-4a0c-994a-0577f790b902} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4716 2024.11.19 05:56:25.327954 [ 259 ] {2b8f651e-d2ee-4a0c-994a-0577f790b902} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4717 2024.11.19 05:56:25.328409 [ 259 ] {2b8f651e-d2ee-4a0c-994a-0577f790b902} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4718 2024.11.19 05:56:25.328676 [ 259 ] {2b8f651e-d2ee-4a0c-994a-0577f790b902} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4719 2024.11.19 05:56:25.328879 [ 42 ] {} <Debug> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4720 2024.11.19 05:56:25.328947 [ 259 ] {2b8f651e-d2ee-4a0c-994a-0577f790b902} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001962 sec., 7135.575942915391 rows/sec., 513.67 KiB/sec.
4721 2024.11.19 05:56:25.328978 [ 42 ] {} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4722 2024.11.19 05:56:25.329059 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4723 2024.11.19 05:56:25.329091 [ 259 ] {2b8f651e-d2ee-4a0c-994a-0577f790b902} <Debug> TCPHandler: Processed in 0.002391455 sec.
4724 2024.11.19 05:56:25.329295 [ 190 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::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
4725 2024.11.19 05:56:25.329339 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4726 2024.11.19 05:56:25.329558 [ 190 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4727 2024.11.19 05:56:25.329605 [ 263 ] {97033b71-2458-490e-a4c2-51e7531578c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4728 2024.11.19 05:56:25.329631 [ 190 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 14 rows starting from the beginning of the part
4729 2024.11.19 05:56:25.329721 [ 263 ] {97033b71-2458-490e-a4c2-51e7531578c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4730 2024.11.19 05:56:25.329976 [ 190 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part
4731 2024.11.19 05:56:25.330375 [ 190 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part
4732 2024.11.19 05:56:25.330813 [ 190 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part
4733 2024.11.19 05:56:25.331220 [ 190 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part
4734 2024.11.19 05:56:25.332795 [ 263 ] {97033b71-2458-490e-a4c2-51e7531578c1} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4735 2024.11.19 05:56:25.332874 [ 263 ] {97033b71-2458-490e-a4c2-51e7531578c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4736 2024.11.19 05:56:25.333837 [ 190 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004716098 sec., 14842.778924441349 rows/sec., 1.10 MiB/sec.
4737 2024.11.19 05:56:25.334111 [ 263 ] {97033b71-2458-490e-a4c2-51e7531578c1} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4738 2024.11.19 05:56:25.334112 [ 190 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4739 2024.11.19 05:56:25.334572 [ 263 ] {97033b71-2458-490e-a4c2-51e7531578c1} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4740 2024.11.19 05:56:25.334636 [ 190 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_13_3} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4741 2024.11.19 05:56:25.334825 [ 190 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_13_3} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4742 2024.11.19 05:56:25.335015 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4743 2024.11.19 05:56:25.335040 [ 263 ] {97033b71-2458-490e-a4c2-51e7531578c1} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.005506 sec., 51761.71449328006 rows/sec., 4.57 MiB/sec.
4744 2024.11.19 05:56:25.335126 [ 263 ] {97033b71-2458-490e-a4c2-51e7531578c1} <Debug> TCPHandler: Processed in 0.005897302 sec.
4745 2024.11.19 05:56:25.335290 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4746 2024.11.19 05:56:25.335406 [ 259 ] {57411bf5-766b-4132-8998-8a2bd568e905} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4747 2024.11.19 05:56:25.335455 [ 259 ] {57411bf5-766b-4132-8998-8a2bd568e905} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4748 2024.11.19 05:56:25.336040 [ 259 ] {57411bf5-766b-4132-8998-8a2bd568e905} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4749 2024.11.19 05:56:25.336082 [ 259 ] {57411bf5-766b-4132-8998-8a2bd568e905} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4750 2024.11.19 05:56:25.336461 [ 259 ] {57411bf5-766b-4132-8998-8a2bd568e905} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4751 2024.11.19 05:56:25.336716 [ 259 ] {57411bf5-766b-4132-8998-8a2bd568e905} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4752 2024.11.19 05:56:25.336944 [ 259 ] {57411bf5-766b-4132-8998-8a2bd568e905} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001564 sec., 30690.537084398977 rows/sec., 2.21 MiB/sec.
4753 2024.11.19 05:56:25.337000 [ 259 ] {57411bf5-766b-4132-8998-8a2bd568e905} <Debug> TCPHandler: Processed in 0.001763638 sec.
4754 2024.11.19 05:56:25.337161 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4755 2024.11.19 05:56:25.337293 [ 263 ] {730b84dd-2d54-4634-b381-d2f04edf1245} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4756 2024.11.19 05:56:25.337347 [ 263 ] {730b84dd-2d54-4634-b381-d2f04edf1245} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4757 2024.11.19 05:56:25.337940 [ 263 ] {730b84dd-2d54-4634-b381-d2f04edf1245} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4758 2024.11.19 05:56:25.337985 [ 263 ] {730b84dd-2d54-4634-b381-d2f04edf1245} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4759 2024.11.19 05:56:25.338337 [ 263 ] {730b84dd-2d54-4634-b381-d2f04edf1245} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4760 2024.11.19 05:56:25.338572 [ 263 ] {730b84dd-2d54-4634-b381-d2f04edf1245} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4761 2024.11.19 05:56:25.338832 [ 263 ] {730b84dd-2d54-4634-b381-d2f04edf1245} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001561 sec., 8968.609865470851 rows/sec., 628.10 KiB/sec.
4762 2024.11.19 05:56:25.339032 [ 263 ] {730b84dd-2d54-4634-b381-d2f04edf1245} <Debug> TCPHandler: Processed in 0.00193129 sec.
4763 2024.11.19 05:56:25.339234 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4764 2024.11.19 05:56:25.339368 [ 259 ] {fdf89b76-a3a1-4d1f-a06f-c0ab21d2b3e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4765 2024.11.19 05:56:25.339424 [ 259 ] {fdf89b76-a3a1-4d1f-a06f-c0ab21d2b3e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4766 2024.11.19 05:56:25.340048 [ 259 ] {fdf89b76-a3a1-4d1f-a06f-c0ab21d2b3e8} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4767 2024.11.19 05:56:25.340090 [ 259 ] {fdf89b76-a3a1-4d1f-a06f-c0ab21d2b3e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4768 2024.11.19 05:56:25.340453 [ 259 ] {fdf89b76-a3a1-4d1f-a06f-c0ab21d2b3e8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4769 2024.11.19 05:56:25.340697 [ 259 ] {fdf89b76-a3a1-4d1f-a06f-c0ab21d2b3e8} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4770 2024.11.19 05:56:25.340856 [ 42 ] {} <Debug> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4771 2024.11.19 05:56:25.340919 [ 42 ] {} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4772 2024.11.19 05:56:25.340960 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4773 2024.11.19 05:56:25.340957 [ 259 ] {fdf89b76-a3a1-4d1f-a06f-c0ab21d2b3e8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001612 sec., 8064.5161290322585 rows/sec., 502.82 KiB/sec.
4774 2024.11.19 05:56:25.341276 [ 259 ] {fdf89b76-a3a1-4d1f-a06f-c0ab21d2b3e8} <Debug> TCPHandler: Processed in 0.002132132 sec.
4775 2024.11.19 05:56:25.341464 [ 192 ] {762868e6-1685-41dd-bc30-da37857dff35::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
4776 2024.11.19 05:56:25.341577 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4777 2024.11.19 05:56:25.341828 [ 192 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4778 2024.11.19 05:56:25.341845 [ 263 ] {da980975-15b5-46ca-81c5-caabe3c74aa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4779 2024.11.19 05:56:25.341864 [ 192 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 13 rows starting from the beginning of the part
4780 2024.11.19 05:56:25.341908 [ 263 ] {da980975-15b5-46ca-81c5-caabe3c74aa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4781 2024.11.19 05:56:25.342089 [ 192 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 13 rows starting from the beginning of the part
4782 2024.11.19 05:56:25.342497 [ 192 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 13 rows starting from the beginning of the part
4783 2024.11.19 05:56:25.342836 [ 192 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 13 rows starting from the beginning of the part
4784 2024.11.19 05:56:25.343177 [ 192 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 13 rows starting from the beginning of the part
4785 2024.11.19 05:56:25.344410 [ 263 ] {da980975-15b5-46ca-81c5-caabe3c74aa2} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4786 2024.11.19 05:56:25.344458 [ 263 ] {da980975-15b5-46ca-81c5-caabe3c74aa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4787 2024.11.19 05:56:25.344833 [ 192 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003767329 sec., 17253.60328232549 rows/sec., 1.12 MiB/sec.
4788 2024.11.19 05:56:25.344966 [ 192 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4789 2024.11.19 05:56:25.345048 [ 263 ] {da980975-15b5-46ca-81c5-caabe3c74aa2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4790 2024.11.19 05:56:25.345333 [ 192 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_13_3} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4791 2024.11.19 05:56:25.345369 [ 263 ] {da980975-15b5-46ca-81c5-caabe3c74aa2} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4792 2024.11.19 05:56:25.345441 [ 192 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_13_3} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4793 2024.11.19 05:56:25.345631 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4794 2024.11.19 05:56:25.345735 [ 263 ] {da980975-15b5-46ca-81c5-caabe3c74aa2} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.003933 sec., 107551.48741418765 rows/sec., 7.69 MiB/sec.
4795 2024.11.19 05:56:25.345866 [ 263 ] {da980975-15b5-46ca-81c5-caabe3c74aa2} <Debug> TCPHandler: Processed in 0.004471516 sec.
4796 2024.11.19 05:56:25.346031 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4797 2024.11.19 05:56:25.346140 [ 259 ] {3922cfb7-af45-4eb8-92bc-fcf8ea71494a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4798 2024.11.19 05:56:25.346185 [ 259 ] {3922cfb7-af45-4eb8-92bc-fcf8ea71494a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4799 2024.11.19 05:56:25.346629 [ 259 ] {3922cfb7-af45-4eb8-92bc-fcf8ea71494a} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4800 2024.11.19 05:56:25.346666 [ 259 ] {3922cfb7-af45-4eb8-92bc-fcf8ea71494a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4801 2024.11.19 05:56:25.347029 [ 259 ] {3922cfb7-af45-4eb8-92bc-fcf8ea71494a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4802 2024.11.19 05:56:25.347272 [ 259 ] {3922cfb7-af45-4eb8-92bc-fcf8ea71494a} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4803 2024.11.19 05:56:25.347589 [ 259 ] {3922cfb7-af45-4eb8-92bc-fcf8ea71494a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001447 sec., 4146.51002073255 rows/sec., 216.64 KiB/sec.
4804 2024.11.19 05:56:25.347724 [ 259 ] {3922cfb7-af45-4eb8-92bc-fcf8ea71494a} <Debug> TCPHandler: Processed in 0.001749728 sec.
4805 2024.11.19 05:56:25.347875 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4806 2024.11.19 05:56:25.348008 [ 263 ] {e2d4dd2b-d688-43b3-abd0-662c8f49dbe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4807 2024.11.19 05:56:25.348066 [ 263 ] {e2d4dd2b-d688-43b3-abd0-662c8f49dbe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4808 2024.11.19 05:56:25.348704 [ 263 ] {e2d4dd2b-d688-43b3-abd0-662c8f49dbe2} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4809 2024.11.19 05:56:25.348744 [ 263 ] {e2d4dd2b-d688-43b3-abd0-662c8f49dbe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4810 2024.11.19 05:56:25.349128 [ 263 ] {e2d4dd2b-d688-43b3-abd0-662c8f49dbe2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4811 2024.11.19 05:56:25.349374 [ 263 ] {e2d4dd2b-d688-43b3-abd0-662c8f49dbe2} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4812 2024.11.19 05:56:25.349597 [ 263 ] {e2d4dd2b-d688-43b3-abd0-662c8f49dbe2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001619 sec., 146386.65843113032 rows/sec., 9.81 MiB/sec.
4813 2024.11.19 05:56:25.349727 [ 263 ] {e2d4dd2b-d688-43b3-abd0-662c8f49dbe2} <Debug> TCPHandler: Processed in 0.00191456 sec.
4814 2024.11.19 05:56:25.349877 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4815 2024.11.19 05:56:25.350006 [ 259 ] {2affbb38-4c52-4d60-b36b-0e640ac8c7f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4816 2024.11.19 05:56:25.350060 [ 259 ] {2affbb38-4c52-4d60-b36b-0e640ac8c7f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4817 2024.11.19 05:56:25.350565 [ 259 ] {2affbb38-4c52-4d60-b36b-0e640ac8c7f4} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4818 2024.11.19 05:56:25.350612 [ 259 ] {2affbb38-4c52-4d60-b36b-0e640ac8c7f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4819 2024.11.19 05:56:25.350986 [ 259 ] {2affbb38-4c52-4d60-b36b-0e640ac8c7f4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4820 2024.11.19 05:56:25.351229 [ 259 ] {2affbb38-4c52-4d60-b36b-0e640ac8c7f4} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4821 2024.11.19 05:56:25.351439 [ 259 ] {2affbb38-4c52-4d60-b36b-0e640ac8c7f4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001462 sec., 683.9945280437756 rows/sec., 46.09 KiB/sec.
4822 2024.11.19 05:56:25.351488 [ 259 ] {2affbb38-4c52-4d60-b36b-0e640ac8c7f4} <Debug> TCPHandler: Processed in 0.001676857 sec.
4823 2024.11.19 05:56:25.351635 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4824 2024.11.19 05:56:25.351755 [ 263 ] {aa305c20-8acd-42c5-aa7c-3bfd43a6424c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4825 2024.11.19 05:56:25.351836 [ 263 ] {aa305c20-8acd-42c5-aa7c-3bfd43a6424c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4826 2024.11.19 05:56:25.353049 [ 263 ] {aa305c20-8acd-42c5-aa7c-3bfd43a6424c} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4827 2024.11.19 05:56:25.353090 [ 263 ] {aa305c20-8acd-42c5-aa7c-3bfd43a6424c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4828 2024.11.19 05:56:25.353740 [ 263 ] {aa305c20-8acd-42c5-aa7c-3bfd43a6424c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4829 2024.11.19 05:56:25.354002 [ 263 ] {aa305c20-8acd-42c5-aa7c-3bfd43a6424c} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4830 2024.11.19 05:56:25.354179 [ 42 ] {} <Debug> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
4831 2024.11.19 05:56:25.354244 [ 42 ] {} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4832 2024.11.19 05:56:25.354274 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4833 2024.11.19 05:56:25.354312 [ 263 ] {aa305c20-8acd-42c5-aa7c-3bfd43a6424c} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002574 sec., 15928.51592851593 rows/sec., 28.54 MiB/sec.
4834 2024.11.19 05:56:25.354828 [ 191 ] {e648c1b8-8686-4259-82f9-325f430fe764::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
4835 2024.11.19 05:56:25.355086 [ 263 ] {aa305c20-8acd-42c5-aa7c-3bfd43a6424c} <Debug> TCPHandler: Processed in 0.003500187 sec.
4836 2024.11.19 05:56:25.355311 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4837 2024.11.19 05:56:25.355591 [ 259 ] {e09d6f6b-e7a5-4e7a-a965-42b3ca193f33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4838 2024.11.19 05:56:25.355674 [ 191 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4839 2024.11.19 05:56:25.355698 [ 259 ] {e09d6f6b-e7a5-4e7a-a965-42b3ca193f33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4840 2024.11.19 05:56:25.355895 [ 191 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 247 rows starting from the beginning of the part
4841 2024.11.19 05:56:25.356820 [ 191 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 41 rows starting from the beginning of the part
4842 2024.11.19 05:56:25.357372 [ 191 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 41 rows starting from the beginning of the part
4843 2024.11.19 05:56:25.358092 [ 191 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 41 rows starting from the beginning of the part
4844 2024.11.19 05:56:25.358129 [ 259 ] {e09d6f6b-e7a5-4e7a-a965-42b3ca193f33} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4845 2024.11.19 05:56:25.358219 [ 259 ] {e09d6f6b-e7a5-4e7a-a965-42b3ca193f33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4846 2024.11.19 05:56:25.358880 [ 191 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 41 rows starting from the beginning of the part
4847 2024.11.19 05:56:25.359604 [ 191 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 41 rows starting from the beginning of the part
4848 2024.11.19 05:56:25.359742 [ 259 ] {e09d6f6b-e7a5-4e7a-a965-42b3ca193f33} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4849 2024.11.19 05:56:25.360540 [ 259 ] {e09d6f6b-e7a5-4e7a-a965-42b3ca193f33} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4850 2024.11.19 05:56:25.361010 [ 259 ] {e09d6f6b-e7a5-4e7a-a965-42b3ca193f33} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005507 sec., 14890.139822044672 rows/sec., 968.41 KiB/sec.
4851 2024.11.19 05:56:25.361142 [ 259 ] {e09d6f6b-e7a5-4e7a-a965-42b3ca193f33} <Debug> TCPHandler: Processed in 0.005938791 sec.
4852 2024.11.19 05:56:25.364435 [ 186 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 452 rows, containing 19 columns (19 merged, 0 gathered) in 0.010030125 sec., 45064.24396505527 rows/sec., 80.75 MiB/sec.
4853 2024.11.19 05:56:25.365750 [ 186 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
4854 2024.11.19 05:56:25.366189 [ 186 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_15_3} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4855 2024.11.19 05:56:25.366268 [ 186 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_15_3} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
4856 2024.11.19 05:56:25.366421 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.35 MiB.
4857 2024.11.19 05:56:28.711319 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 684
4858 2024.11.19 05:56:28.714778 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4859 2024.11.19 05:56:28.714837 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4860 2024.11.19 05:56:28.716318 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4861 2024.11.19 05:56:28.716643 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4862 2024.11.19 05:56:28.717890 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 684
4863 2024.11.19 05:56:30.318728 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4864 2024.11.19 05:56:30.318951 [ 259 ] {2602d1a1-495b-4d20-b29e-266ffc38b071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4865 2024.11.19 05:56:30.319023 [ 259 ] {2602d1a1-495b-4d20-b29e-266ffc38b071} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4866 2024.11.19 05:56:30.319769 [ 259 ] {2602d1a1-495b-4d20-b29e-266ffc38b071} <Trace> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4867 2024.11.19 05:56:30.319815 [ 259 ] {2602d1a1-495b-4d20-b29e-266ffc38b071} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4868 2024.11.19 05:56:30.320255 [ 259 ] {2602d1a1-495b-4d20-b29e-266ffc38b071} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4869 2024.11.19 05:56:30.320512 [ 259 ] {2602d1a1-495b-4d20-b29e-266ffc38b071} <Trace> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4870 2024.11.19 05:56:30.320889 [ 259 ] {2602d1a1-495b-4d20-b29e-266ffc38b071} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001958 sec., 8171.603677221654 rows/sec., 666.34 KiB/sec.
4871 2024.11.19 05:56:30.321213 [ 259 ] {2602d1a1-495b-4d20-b29e-266ffc38b071} <Debug> TCPHandler: Processed in 0.002620197 sec.
4872 2024.11.19 05:56:30.321399 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4873 2024.11.19 05:56:30.321553 [ 263 ] {9a201b1a-d509-436e-b4a2-317bc54fe6f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4874 2024.11.19 05:56:30.321614 [ 263 ] {9a201b1a-d509-436e-b4a2-317bc54fe6f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4875 2024.11.19 05:56:30.322276 [ 263 ] {9a201b1a-d509-436e-b4a2-317bc54fe6f7} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4876 2024.11.19 05:56:30.322320 [ 263 ] {9a201b1a-d509-436e-b4a2-317bc54fe6f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4877 2024.11.19 05:56:30.322702 [ 263 ] {9a201b1a-d509-436e-b4a2-317bc54fe6f7} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4878 2024.11.19 05:56:30.322945 [ 263 ] {9a201b1a-d509-436e-b4a2-317bc54fe6f7} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4879 2024.11.19 05:56:30.323184 [ 263 ] {9a201b1a-d509-436e-b4a2-317bc54fe6f7} <Debug> executeQuery: Read 64 rows, 4.99 KiB in 0.001666 sec., 38415.36614645858 rows/sec., 2.93 MiB/sec.
4880 2024.11.19 05:56:30.323244 [ 263 ] {9a201b1a-d509-436e-b4a2-317bc54fe6f7} <Debug> TCPHandler: Processed in 0.00191591 sec.
4881 2024.11.19 05:56:30.323388 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4882 2024.11.19 05:56:30.323518 [ 259 ] {4ba9ce4e-c7de-49d7-beaf-4801aa0e523d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4883 2024.11.19 05:56:30.323575 [ 259 ] {4ba9ce4e-c7de-49d7-beaf-4801aa0e523d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4884 2024.11.19 05:56:30.324168 [ 259 ] {4ba9ce4e-c7de-49d7-beaf-4801aa0e523d} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4885 2024.11.19 05:56:30.324208 [ 259 ] {4ba9ce4e-c7de-49d7-beaf-4801aa0e523d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4886 2024.11.19 05:56:30.324551 [ 259 ] {4ba9ce4e-c7de-49d7-beaf-4801aa0e523d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4887 2024.11.19 05:56:30.324798 [ 259 ] {4ba9ce4e-c7de-49d7-beaf-4801aa0e523d} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4888 2024.11.19 05:56:30.325071 [ 259 ] {4ba9ce4e-c7de-49d7-beaf-4801aa0e523d} <Debug> executeQuery: Read 16 rows, 1.12 KiB in 0.001573 sec., 10171.6465352829 rows/sec., 710.23 KiB/sec.
4889 2024.11.19 05:56:30.325157 [ 259 ] {4ba9ce4e-c7de-49d7-beaf-4801aa0e523d} <Debug> TCPHandler: Processed in 0.001828319 sec.
4890 2024.11.19 05:56:30.325406 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4891 2024.11.19 05:56:30.325580 [ 263 ] {46d0082c-fcff-4c84-9d4c-271f00b21c17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4892 2024.11.19 05:56:30.325637 [ 263 ] {46d0082c-fcff-4c84-9d4c-271f00b21c17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4893 2024.11.19 05:56:30.326257 [ 263 ] {46d0082c-fcff-4c84-9d4c-271f00b21c17} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4894 2024.11.19 05:56:30.326297 [ 263 ] {46d0082c-fcff-4c84-9d4c-271f00b21c17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4895 2024.11.19 05:56:30.326656 [ 263 ] {46d0082c-fcff-4c84-9d4c-271f00b21c17} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4896 2024.11.19 05:56:30.326900 [ 263 ] {46d0082c-fcff-4c84-9d4c-271f00b21c17} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4897 2024.11.19 05:56:30.327123 [ 263 ] {46d0082c-fcff-4c84-9d4c-271f00b21c17} <Debug> executeQuery: Read 80 rows, 6.42 KiB in 0.001576 sec., 50761.42131979696 rows/sec., 3.98 MiB/sec.
4898 2024.11.19 05:56:30.327178 [ 263 ] {46d0082c-fcff-4c84-9d4c-271f00b21c17} <Debug> TCPHandler: Processed in 0.00191834 sec.
4899 2024.11.19 05:56:30.327318 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4900 2024.11.19 05:56:30.327449 [ 259 ] {b9f50998-1a6a-431e-9030-27524ed67768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4901 2024.11.19 05:56:30.327506 [ 259 ] {b9f50998-1a6a-431e-9030-27524ed67768} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4902 2024.11.19 05:56:30.328094 [ 259 ] {b9f50998-1a6a-431e-9030-27524ed67768} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4903 2024.11.19 05:56:30.328132 [ 259 ] {b9f50998-1a6a-431e-9030-27524ed67768} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4904 2024.11.19 05:56:30.328511 [ 259 ] {b9f50998-1a6a-431e-9030-27524ed67768} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4905 2024.11.19 05:56:30.328747 [ 259 ] {b9f50998-1a6a-431e-9030-27524ed67768} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4906 2024.11.19 05:56:30.328963 [ 259 ] {b9f50998-1a6a-431e-9030-27524ed67768} <Debug> executeQuery: Read 136 rows, 9.69 KiB in 0.001543 sec., 88139.98703823719 rows/sec., 6.13 MiB/sec.
4907 2024.11.19 05:56:30.329014 [ 259 ] {b9f50998-1a6a-431e-9030-27524ed67768} <Debug> TCPHandler: Processed in 0.001758938 sec.
4908 2024.11.19 05:56:30.329175 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4909 2024.11.19 05:56:30.329307 [ 263 ] {98effe37-3dfc-4409-924d-498581886999} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4910 2024.11.19 05:56:30.329364 [ 263 ] {98effe37-3dfc-4409-924d-498581886999} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4911 2024.11.19 05:56:30.329888 [ 263 ] {98effe37-3dfc-4409-924d-498581886999} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4912 2024.11.19 05:56:30.329933 [ 263 ] {98effe37-3dfc-4409-924d-498581886999} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4913 2024.11.19 05:56:30.330290 [ 263 ] {98effe37-3dfc-4409-924d-498581886999} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4914 2024.11.19 05:56:30.330526 [ 263 ] {98effe37-3dfc-4409-924d-498581886999} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4915 2024.11.19 05:56:30.330736 [ 263 ] {98effe37-3dfc-4409-924d-498581886999} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001459 sec., 32899.24605894448 rows/sec., 2.22 MiB/sec.
4916 2024.11.19 05:56:30.330787 [ 263 ] {98effe37-3dfc-4409-924d-498581886999} <Debug> TCPHandler: Processed in 0.001677087 sec.
4917 2024.11.19 05:56:31.144849 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444
4918 2024.11.19 05:56:31.145624 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4919 2024.11.19 05:56:31.145674 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4920 2024.11.19 05:56:31.146227 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4921 2024.11.19 05:56:31.146487 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4922 2024.11.19 05:56:31.146685 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444
4923 2024.11.19 05:56:31.968781 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204
4924 2024.11.19 05:56:31.987171 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4925 2024.11.19 05:56:31.987225 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4926 2024.11.19 05:56:31.994185 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4927 2024.11.19 05:56:31.994920 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4928 2024.11.19 05:56:31.997407 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204
4929 2024.11.19 05:56:35.320238 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4930 2024.11.19 05:56:35.320464 [ 259 ] {6ff8b452-43c4-4030-b750-83f23d3cb18c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4931 2024.11.19 05:56:35.320543 [ 259 ] {6ff8b452-43c4-4030-b750-83f23d3cb18c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4932 2024.11.19 05:56:35.321362 [ 259 ] {6ff8b452-43c4-4030-b750-83f23d3cb18c} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4933 2024.11.19 05:56:35.321411 [ 259 ] {6ff8b452-43c4-4030-b750-83f23d3cb18c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4934 2024.11.19 05:56:35.321846 [ 259 ] {6ff8b452-43c4-4030-b750-83f23d3cb18c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4935 2024.11.19 05:56:35.322108 [ 259 ] {6ff8b452-43c4-4030-b750-83f23d3cb18c} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4936 2024.11.19 05:56:35.322353 [ 259 ] {6ff8b452-43c4-4030-b750-83f23d3cb18c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001945 sec., 28791.77377892031 rows/sec., 2.21 MiB/sec.
4937 2024.11.19 05:56:35.322416 [ 259 ] {6ff8b452-43c4-4030-b750-83f23d3cb18c} <Debug> TCPHandler: Processed in 0.002317744 sec.
4938 2024.11.19 05:56:35.322592 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4939 2024.11.19 05:56:35.322741 [ 263 ] {d83c52f1-cf71-4b55-936c-6946282a3df3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4940 2024.11.19 05:56:35.322801 [ 263 ] {d83c52f1-cf71-4b55-936c-6946282a3df3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4941 2024.11.19 05:56:35.323430 [ 263 ] {d83c52f1-cf71-4b55-936c-6946282a3df3} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4942 2024.11.19 05:56:35.323471 [ 263 ] {d83c52f1-cf71-4b55-936c-6946282a3df3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4943 2024.11.19 05:56:35.323842 [ 263 ] {d83c52f1-cf71-4b55-936c-6946282a3df3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4944 2024.11.19 05:56:35.324086 [ 263 ] {d83c52f1-cf71-4b55-936c-6946282a3df3} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4945 2024.11.19 05:56:35.324305 [ 263 ] {d83c52f1-cf71-4b55-936c-6946282a3df3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.0016 sec., 40000 rows/sec., 3.12 MiB/sec.
4946 2024.11.19 05:56:35.324360 [ 263 ] {d83c52f1-cf71-4b55-936c-6946282a3df3} <Debug> TCPHandler: Processed in 0.001838039 sec.
4947 2024.11.19 05:56:35.324506 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4948 2024.11.19 05:56:35.324640 [ 259 ] {2dbc5168-b2bd-48d1-87f0-9710d7c08659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4949 2024.11.19 05:56:35.324699 [ 259 ] {2dbc5168-b2bd-48d1-87f0-9710d7c08659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4950 2024.11.19 05:56:35.325278 [ 259 ] {2dbc5168-b2bd-48d1-87f0-9710d7c08659} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4951 2024.11.19 05:56:35.325318 [ 259 ] {2dbc5168-b2bd-48d1-87f0-9710d7c08659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4952 2024.11.19 05:56:35.325738 [ 259 ] {2dbc5168-b2bd-48d1-87f0-9710d7c08659} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4953 2024.11.19 05:56:35.325989 [ 259 ] {2dbc5168-b2bd-48d1-87f0-9710d7c08659} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4954 2024.11.19 05:56:35.326222 [ 259 ] {2dbc5168-b2bd-48d1-87f0-9710d7c08659} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001611 sec., 99317.19428926133 rows/sec., 6.92 MiB/sec.
4955 2024.11.19 05:56:35.326305 [ 259 ] {2dbc5168-b2bd-48d1-87f0-9710d7c08659} <Debug> TCPHandler: Processed in 0.001859789 sec.
4956 2024.11.19 05:56:35.326470 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4957 2024.11.19 05:56:35.326579 [ 263 ] {4af0f00e-7a23-4b97-8e93-350b1717fe33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4958 2024.11.19 05:56:35.326625 [ 263 ] {4af0f00e-7a23-4b97-8e93-350b1717fe33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4959 2024.11.19 05:56:35.327094 [ 263 ] {4af0f00e-7a23-4b97-8e93-350b1717fe33} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4960 2024.11.19 05:56:35.327133 [ 263 ] {4af0f00e-7a23-4b97-8e93-350b1717fe33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4961 2024.11.19 05:56:35.327492 [ 263 ] {4af0f00e-7a23-4b97-8e93-350b1717fe33} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4962 2024.11.19 05:56:35.327751 [ 263 ] {4af0f00e-7a23-4b97-8e93-350b1717fe33} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4963 2024.11.19 05:56:35.327959 [ 263 ] {4af0f00e-7a23-4b97-8e93-350b1717fe33} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 2.88 MiB/sec.
4964 2024.11.19 05:56:35.328011 [ 263 ] {4af0f00e-7a23-4b97-8e93-350b1717fe33} <Debug> TCPHandler: Processed in 0.001620817 sec.
4965 2024.11.19 05:56:36.615142 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35667, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4966 2024.11.19 05:56:36.864592 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41299, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4967 2024.11.19 05:56:36.905047 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60610, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4968 2024.11.19 05:56:36.912480 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48645, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4969 2024.11.19 05:56:37.055020 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45583, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4970 2024.11.19 05:56:37.061484 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39016, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4971 2024.11.19 05:56:37.078902 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62295, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4972 2024.11.19 05:56:37.089273 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63327, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4973 2024.11.19 05:56:37.221015 [ 24 ] {} <Debug> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4974 2024.11.19 05:56:37.221082 [ 24 ] {} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4975 2024.11.19 05:56:37.221107 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4976 2024.11.19 05:56:37.221278 [ 193 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::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
4977 2024.11.19 05:56:37.221459 [ 193 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4978 2024.11.19 05:56:37.221503 [ 193 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 242 rows starting from the beginning of the part
4979 2024.11.19 05:56:37.221612 [ 193 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part
4980 2024.11.19 05:56:37.221708 [ 193 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part
4981 2024.11.19 05:56:37.222005 [ 193 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part
4982 2024.11.19 05:56:37.222127 [ 193 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part
4983 2024.11.19 05:56:37.223176 [ 195 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.001993721 sec., 149469.25873780734 rows/sec., 10.71 MiB/sec.
4984 2024.11.19 05:56:37.223388 [ 189 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4985 2024.11.19 05:56:37.223747 [ 189 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_13_3} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4986 2024.11.19 05:56:37.223846 [ 189 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_13_3} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4987 2024.11.19 05:56:37.223941 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
4988 2024.11.19 05:56:37.926499 [ 23 ] {} <Debug> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4989 2024.11.19 05:56:37.926569 [ 23 ] {} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4990 2024.11.19 05:56:37.926595 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
4991 2024.11.19 05:56:37.926821 [ 193 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::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
4992 2024.11.19 05:56:37.927022 [ 193 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4993 2024.11.19 05:56:37.927069 [ 193 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 54 rows starting from the beginning of the part
4994 2024.11.19 05:56:37.927165 [ 193 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part
4995 2024.11.19 05:56:37.927248 [ 193 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part
4996 2024.11.19 05:56:37.927500 [ 193 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part
4997 2024.11.19 05:56:37.927673 [ 193 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part
4998 2024.11.19 05:56:37.928814 [ 189 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 78 rows, containing 4 columns (4 merged, 0 gathered) in 0.002136622 sec., 36506.223375028436 rows/sec., 1.86 MiB/sec.
4999 2024.11.19 05:56:37.928948 [ 193 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
5000 2024.11.19 05:56:37.929232 [ 193 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_13_3} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5001 2024.11.19 05:56:37.929315 [ 193 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_13_3} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
5002 2024.11.19 05:56:37.929396 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5003 2024.11.19 05:56:38.147895 [ 23 ] {} <Debug> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
5004 2024.11.19 05:56:38.147953 [ 23 ] {} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5005 2024.11.19 05:56:38.147974 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5006 2024.11.19 05:56:38.148155 [ 187 ] {8f1df533-2533-4275-8ea8-866c069ee649::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
5007 2024.11.19 05:56:38.148404 [ 187 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5008 2024.11.19 05:56:38.148448 [ 187 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 9 rows starting from the beginning of the part
5009 2024.11.19 05:56:38.148546 [ 187 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part
5010 2024.11.19 05:56:38.148677 [ 187 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part
5011 2024.11.19 05:56:38.148786 [ 187 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part
5012 2024.11.19 05:56:38.148879 [ 187 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part
5013 2024.11.19 05:56:38.149870 [ 193 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13 rows, containing 4 columns (4 merged, 0 gathered) in 0.001831659 sec., 7097.390944493489 rows/sec., 478.24 KiB/sec.
5014 2024.11.19 05:56:38.150020 [ 187 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
5015 2024.11.19 05:56:38.150307 [ 187 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_13_3} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5016 2024.11.19 05:56:38.150388 [ 187 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_13_3} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
5017 2024.11.19 05:56:38.150469 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
5018 2024.11.19 05:56:38.524006 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache
5019 2024.11.19 05:56:38.524067 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache
5020 2024.11.19 05:56:38.646942 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871
5021 2024.11.19 05:56:38.647582 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5022 2024.11.19 05:56:38.647631 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5023 2024.11.19 05:56:38.648226 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5024 2024.11.19 05:56:38.648492 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5025 2024.11.19 05:56:38.648789 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871
5026 2024.11.19 05:56:38.718300 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 704
5027 2024.11.19 05:56:38.721202 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5028 2024.11.19 05:56:38.721254 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5029 2024.11.19 05:56:38.722704 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5030 2024.11.19 05:56:38.723033 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5031 2024.11.19 05:56:38.723202 [ 50 ] {} <Debug> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5032 2024.11.19 05:56:38.723263 [ 50 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5033 2024.11.19 05:56:38.723301 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5034 2024.11.19 05:56:38.724035 [ 200 ] {3d17012a-6c43-4282-98e6-700f65c969c7::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
5035 2024.11.19 05:56:38.725178 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 704
5036 2024.11.19 05:56:38.725604 [ 200 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5037 2024.11.19 05:56:38.725771 [ 200 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 578 rows starting from the beginning of the part
5038 2024.11.19 05:56:38.726387 [ 200 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 30 rows starting from the beginning of the part
5039 2024.11.19 05:56:38.727014 [ 200 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 16 rows starting from the beginning of the part
5040 2024.11.19 05:56:38.727641 [ 200 ] {3d17012a-6c43-4282-98e6-700f65c969c7::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
5041 2024.11.19 05:56:38.728225 [ 200 ] {3d17012a-6c43-4282-98e6-700f65c969c7::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
5042 2024.11.19 05:56:38.728793 [ 200 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 20 rows starting from the beginning of the part
5043 2024.11.19 05:56:38.736735 [ 187 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 704 rows, containing 72 columns (72 merged, 0 gathered) in 0.013292158 sec., 52963.559416010554 rows/sec., 44.60 MiB/sec.
5044 2024.11.19 05:56:38.737646 [ 196 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5045 2024.11.19 05:56:38.738316 [ 196 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_21_4} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5046 2024.11.19 05:56:38.738397 [ 196 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_21_4} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5047 2024.11.19 05:56:38.738596 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.02 MiB.
5048 2024.11.19 05:56:39.497628 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211
5049 2024.11.19 05:56:39.518461 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5050 2024.11.19 05:56:39.518521 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5051 2024.11.19 05:56:39.526008 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5052 2024.11.19 05:56:39.526797 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5053 2024.11.19 05:56:39.530475 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211
5054 2024.11.19 05:56:39.806561 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51152, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5055 2024.11.19 05:56:40.314921 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33825, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5056 2024.11.19 05:56:40.326595 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5057 2024.11.19 05:56:40.326791 [ 259 ] {4f907124-48a4-45f0-b5e0-7d62e2ee9628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5058 2024.11.19 05:56:40.326872 [ 259 ] {4f907124-48a4-45f0-b5e0-7d62e2ee9628} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5059 2024.11.19 05:56:40.327689 [ 259 ] {4f907124-48a4-45f0-b5e0-7d62e2ee9628} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5060 2024.11.19 05:56:40.327739 [ 259 ] {4f907124-48a4-45f0-b5e0-7d62e2ee9628} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5061 2024.11.19 05:56:40.328169 [ 259 ] {4f907124-48a4-45f0-b5e0-7d62e2ee9628} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5062 2024.11.19 05:56:40.328431 [ 259 ] {4f907124-48a4-45f0-b5e0-7d62e2ee9628} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5063 2024.11.19 05:56:40.328706 [ 259 ] {4f907124-48a4-45f0-b5e0-7d62e2ee9628} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001966 sec., 7121.057985757884 rows/sec., 512.62 KiB/sec.
5064 2024.11.19 05:56:40.328936 [ 259 ] {4f907124-48a4-45f0-b5e0-7d62e2ee9628} <Debug> TCPHandler: Processed in 0.002474636 sec.
5065 2024.11.19 05:56:40.329175 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5066 2024.11.19 05:56:40.329321 [ 263 ] {b9947b13-068e-4793-8575-445d42afc139} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5067 2024.11.19 05:56:40.329380 [ 263 ] {b9947b13-068e-4793-8575-445d42afc139} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5068 2024.11.19 05:56:40.330239 [ 263 ] {b9947b13-068e-4793-8575-445d42afc139} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5069 2024.11.19 05:56:40.330290 [ 263 ] {b9947b13-068e-4793-8575-445d42afc139} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5070 2024.11.19 05:56:40.330683 [ 263 ] {b9947b13-068e-4793-8575-445d42afc139} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5071 2024.11.19 05:56:40.330928 [ 263 ] {b9947b13-068e-4793-8575-445d42afc139} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5072 2024.11.19 05:56:40.331150 [ 263 ] {b9947b13-068e-4793-8575-445d42afc139} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.001864 sec., 152896.9957081545 rows/sec., 13.51 MiB/sec.
5073 2024.11.19 05:56:40.331207 [ 263 ] {b9947b13-068e-4793-8575-445d42afc139} <Debug> TCPHandler: Processed in 0.002117362 sec.
5074 2024.11.19 05:56:40.331358 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5075 2024.11.19 05:56:40.331489 [ 259 ] {dbf5740f-1283-4f35-abc2-91d09e9073fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5076 2024.11.19 05:56:40.331544 [ 259 ] {dbf5740f-1283-4f35-abc2-91d09e9073fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5077 2024.11.19 05:56:40.332210 [ 259 ] {dbf5740f-1283-4f35-abc2-91d09e9073fc} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5078 2024.11.19 05:56:40.332258 [ 259 ] {dbf5740f-1283-4f35-abc2-91d09e9073fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5079 2024.11.19 05:56:40.332633 [ 259 ] {dbf5740f-1283-4f35-abc2-91d09e9073fc} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5080 2024.11.19 05:56:40.332884 [ 259 ] {dbf5740f-1283-4f35-abc2-91d09e9073fc} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5081 2024.11.19 05:56:40.333041 [ 55 ] {} <Debug> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
5082 2024.11.19 05:56:40.333111 [ 259 ] {dbf5740f-1283-4f35-abc2-91d09e9073fc} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001647 sec., 29143.897996357013 rows/sec., 2.10 MiB/sec.
5083 2024.11.19 05:56:40.333119 [ 55 ] {} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5084 2024.11.19 05:56:40.333184 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5085 2024.11.19 05:56:40.333239 [ 259 ] {dbf5740f-1283-4f35-abc2-91d09e9073fc} <Debug> TCPHandler: Processed in 0.00194163 sec.
5086 2024.11.19 05:56:40.333526 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5087 2024.11.19 05:56:40.333728 [ 198 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::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
5088 2024.11.19 05:56:40.333932 [ 263 ] {e720430d-2c7f-4103-9d82-80c828816c99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5089 2024.11.19 05:56:40.334122 [ 263 ] {e720430d-2c7f-4103-9d82-80c828816c99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5090 2024.11.19 05:56:40.334485 [ 198 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5091 2024.11.19 05:56:40.334582 [ 198 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 66 rows starting from the beginning of the part
5092 2024.11.19 05:56:40.334947 [ 198 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 48 rows starting from the beginning of the part
5093 2024.11.19 05:56:40.335438 [ 198 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 48 rows starting from the beginning of the part
5094 2024.11.19 05:56:40.335805 [ 198 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 48 rows starting from the beginning of the part
5095 2024.11.19 05:56:40.336042 [ 198 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 16 rows starting from the beginning of the part
5096 2024.11.19 05:56:40.336432 [ 198 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 48 rows starting from the beginning of the part
5097 2024.11.19 05:56:40.337120 [ 263 ] {e720430d-2c7f-4103-9d82-80c828816c99} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5098 2024.11.19 05:56:40.337173 [ 263 ] {e720430d-2c7f-4103-9d82-80c828816c99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5099 2024.11.19 05:56:40.338141 [ 263 ] {e720430d-2c7f-4103-9d82-80c828816c99} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5100 2024.11.19 05:56:40.338704 [ 263 ] {e720430d-2c7f-4103-9d82-80c828816c99} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5101 2024.11.19 05:56:40.339292 [ 263 ] {e720430d-2c7f-4103-9d82-80c828816c99} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005483 sec., 2553.3467080065657 rows/sec., 178.82 KiB/sec.
5102 2024.11.19 05:56:40.339496 [ 263 ] {e720430d-2c7f-4103-9d82-80c828816c99} <Debug> TCPHandler: Processed in 0.006162944 sec.
5103 2024.11.19 05:56:40.339495 [ 198 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 274 rows, containing 5 columns (5 merged, 0 gathered) in 0.006169124 sec., 44414.73376122769 rows/sec., 3.35 MiB/sec.
5104 2024.11.19 05:56:40.339767 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5105 2024.11.19 05:56:40.339863 [ 196 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
5106 2024.11.19 05:56:40.340087 [ 259 ] {a6e1cb18-8d55-483b-bd1a-c7a31c1329a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5107 2024.11.19 05:56:40.340142 [ 259 ] {a6e1cb18-8d55-483b-bd1a-c7a31c1329a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5108 2024.11.19 05:56:40.340359 [ 196 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_20_4} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5109 2024.11.19 05:56:40.340491 [ 196 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_20_4} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
5110 2024.11.19 05:56:40.340609 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
5111 2024.11.19 05:56:40.340888 [ 259 ] {a6e1cb18-8d55-483b-bd1a-c7a31c1329a9} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5112 2024.11.19 05:56:40.340927 [ 259 ] {a6e1cb18-8d55-483b-bd1a-c7a31c1329a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5113 2024.11.19 05:56:40.341275 [ 259 ] {a6e1cb18-8d55-483b-bd1a-c7a31c1329a9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5114 2024.11.19 05:56:40.341511 [ 259 ] {a6e1cb18-8d55-483b-bd1a-c7a31c1329a9} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5115 2024.11.19 05:56:40.341723 [ 259 ] {a6e1cb18-8d55-483b-bd1a-c7a31c1329a9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001675 sec., 7761.194029850746 rows/sec., 483.91 KiB/sec.
5116 2024.11.19 05:56:40.341778 [ 259 ] {a6e1cb18-8d55-483b-bd1a-c7a31c1329a9} <Debug> TCPHandler: Processed in 0.002159673 sec.
5117 2024.11.19 05:56:40.341919 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5118 2024.11.19 05:56:40.342051 [ 263 ] {64ed2f59-239e-4025-ad7c-86c3d87d742e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5119 2024.11.19 05:56:40.342106 [ 263 ] {64ed2f59-239e-4025-ad7c-86c3d87d742e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5120 2024.11.19 05:56:40.342838 [ 263 ] {64ed2f59-239e-4025-ad7c-86c3d87d742e} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5121 2024.11.19 05:56:40.342879 [ 263 ] {64ed2f59-239e-4025-ad7c-86c3d87d742e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5122 2024.11.19 05:56:40.343258 [ 263 ] {64ed2f59-239e-4025-ad7c-86c3d87d742e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5123 2024.11.19 05:56:40.343500 [ 263 ] {64ed2f59-239e-4025-ad7c-86c3d87d742e} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5124 2024.11.19 05:56:40.343716 [ 263 ] {64ed2f59-239e-4025-ad7c-86c3d87d742e} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001695 sec., 249557.5221238938 rows/sec., 17.84 MiB/sec.
5125 2024.11.19 05:56:40.343769 [ 263 ] {64ed2f59-239e-4025-ad7c-86c3d87d742e} <Debug> TCPHandler: Processed in 0.00191439 sec.
5126 2024.11.19 05:56:40.343919 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5127 2024.11.19 05:56:40.344049 [ 259 ] {07e8d49d-6443-49d2-b648-aaf2988f0c91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5128 2024.11.19 05:56:40.344104 [ 259 ] {07e8d49d-6443-49d2-b648-aaf2988f0c91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5129 2024.11.19 05:56:40.344576 [ 259 ] {07e8d49d-6443-49d2-b648-aaf2988f0c91} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5130 2024.11.19 05:56:40.344616 [ 259 ] {07e8d49d-6443-49d2-b648-aaf2988f0c91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5131 2024.11.19 05:56:40.344978 [ 259 ] {07e8d49d-6443-49d2-b648-aaf2988f0c91} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5132 2024.11.19 05:56:40.345218 [ 259 ] {07e8d49d-6443-49d2-b648-aaf2988f0c91} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5133 2024.11.19 05:56:40.345431 [ 259 ] {07e8d49d-6443-49d2-b648-aaf2988f0c91} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001409 sec., 4258.3392476934 rows/sec., 222.48 KiB/sec.
5134 2024.11.19 05:56:40.345543 [ 259 ] {07e8d49d-6443-49d2-b648-aaf2988f0c91} <Debug> TCPHandler: Processed in 0.001686058 sec.
5135 2024.11.19 05:56:40.345695 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5136 2024.11.19 05:56:40.345825 [ 263 ] {0fb80632-f448-4faf-902e-629ef5e927ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5137 2024.11.19 05:56:40.345881 [ 263 ] {0fb80632-f448-4faf-902e-629ef5e927ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5138 2024.11.19 05:56:40.346481 [ 263 ] {0fb80632-f448-4faf-902e-629ef5e927ce} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5139 2024.11.19 05:56:40.346520 [ 263 ] {0fb80632-f448-4faf-902e-629ef5e927ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5140 2024.11.19 05:56:40.346915 [ 263 ] {0fb80632-f448-4faf-902e-629ef5e927ce} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5141 2024.11.19 05:56:40.347149 [ 263 ] {0fb80632-f448-4faf-902e-629ef5e927ce} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5142 2024.11.19 05:56:40.347373 [ 263 ] {0fb80632-f448-4faf-902e-629ef5e927ce} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001577 sec., 150285.35193405199 rows/sec., 10.07 MiB/sec.
5143 2024.11.19 05:56:40.347426 [ 263 ] {0fb80632-f448-4faf-902e-629ef5e927ce} <Debug> TCPHandler: Processed in 0.001795668 sec.
5144 2024.11.19 05:56:40.347571 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5145 2024.11.19 05:56:40.347700 [ 259 ] {54a42e6a-80b1-4cd9-b099-b29cb7376380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5146 2024.11.19 05:56:40.347755 [ 259 ] {54a42e6a-80b1-4cd9-b099-b29cb7376380} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5147 2024.11.19 05:56:40.348270 [ 259 ] {54a42e6a-80b1-4cd9-b099-b29cb7376380} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5148 2024.11.19 05:56:40.348314 [ 259 ] {54a42e6a-80b1-4cd9-b099-b29cb7376380} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5149 2024.11.19 05:56:40.348658 [ 259 ] {54a42e6a-80b1-4cd9-b099-b29cb7376380} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5150 2024.11.19 05:56:40.348897 [ 259 ] {54a42e6a-80b1-4cd9-b099-b29cb7376380} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5151 2024.11.19 05:56:40.349095 [ 259 ] {54a42e6a-80b1-4cd9-b099-b29cb7376380} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001424 sec., 702.2471910112359 rows/sec., 47.32 KiB/sec.
5152 2024.11.19 05:56:40.349143 [ 259 ] {54a42e6a-80b1-4cd9-b099-b29cb7376380} <Debug> TCPHandler: Processed in 0.001635537 sec.
5153 2024.11.19 05:56:40.349279 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5154 2024.11.19 05:56:40.349408 [ 263 ] {e1c29ebc-c043-416f-8040-1487738db6c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5155 2024.11.19 05:56:40.349486 [ 263 ] {e1c29ebc-c043-416f-8040-1487738db6c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5156 2024.11.19 05:56:40.350779 [ 263 ] {e1c29ebc-c043-416f-8040-1487738db6c9} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5157 2024.11.19 05:56:40.350819 [ 263 ] {e1c29ebc-c043-416f-8040-1487738db6c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5158 2024.11.19 05:56:40.351464 [ 263 ] {e1c29ebc-c043-416f-8040-1487738db6c9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5159 2024.11.19 05:56:40.351723 [ 263 ] {e1c29ebc-c043-416f-8040-1487738db6c9} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5160 2024.11.19 05:56:40.352034 [ 263 ] {e1c29ebc-c043-416f-8040-1487738db6c9} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00265 sec., 15471.698113207547 rows/sec., 27.72 MiB/sec.
5161 2024.11.19 05:56:40.352376 [ 263 ] {e1c29ebc-c043-416f-8040-1487738db6c9} <Debug> TCPHandler: Processed in 0.003151903 sec.
5162 2024.11.19 05:56:40.352558 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5163 2024.11.19 05:56:40.352686 [ 259 ] {7d73bc9b-9006-4098-95e2-17a98124a203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5164 2024.11.19 05:56:40.352741 [ 259 ] {7d73bc9b-9006-4098-95e2-17a98124a203} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5165 2024.11.19 05:56:40.353277 [ 259 ] {7d73bc9b-9006-4098-95e2-17a98124a203} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5166 2024.11.19 05:56:40.353323 [ 259 ] {7d73bc9b-9006-4098-95e2-17a98124a203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5167 2024.11.19 05:56:40.353674 [ 259 ] {7d73bc9b-9006-4098-95e2-17a98124a203} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5168 2024.11.19 05:56:40.353910 [ 259 ] {7d73bc9b-9006-4098-95e2-17a98124a203} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5169 2024.11.19 05:56:40.354134 [ 259 ] {7d73bc9b-9006-4098-95e2-17a98124a203} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001474 sec., 55630.93622795115 rows/sec., 3.53 MiB/sec.
5170 2024.11.19 05:56:40.354245 [ 259 ] {7d73bc9b-9006-4098-95e2-17a98124a203} <Debug> TCPHandler: Processed in 0.001748898 sec.
5171 2024.11.19 05:56:40.524875 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46001, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5172 2024.11.19 05:56:40.525255 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:65111, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5173 2024.11.19 05:56:40.581773 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51495, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5174 2024.11.19 05:56:40.735205 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40947, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5175 2024.11.19 05:56:40.739663 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61927, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5176 2024.11.19 05:56:40.757031 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35857, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5177 2024.11.19 05:56:41.132310 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40860, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5178 2024.11.19 05:56:41.372808 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36331, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5179 2024.11.19 05:56:41.482366 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59776, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5180 2024.11.19 05:56:41.546227 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59153, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5181 2024.11.19 05:56:41.570568 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53904, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5182 2024.11.19 05:56:41.576810 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38352, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5183 2024.11.19 05:56:41.705588 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53724, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5184 2024.11.19 05:56:41.753464 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34892, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5185 2024.11.19 05:56:41.766830 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37098, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5186 2024.11.19 05:56:41.939214 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36405, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5187 2024.11.19 05:56:41.954657 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61960, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5188 2024.11.19 05:56:42.015279 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33818, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5189 2024.11.19 05:56:42.279498 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38180, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5190 2024.11.19 05:56:42.342947 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37852, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5191 2024.11.19 05:56:42.360429 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58205, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5192 2024.11.19 05:56:42.427778 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48427, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5193 2024.11.19 05:56:42.443328 [ 121 ] {} <Debug> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
5194 2024.11.19 05:56:42.443397 [ 121 ] {} <Trace> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5195 2024.11.19 05:56:42.443419 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5196 2024.11.19 05:56:42.443565 [ 197 ] {3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9::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
5197 2024.11.19 05:56:42.443715 [ 197 ] {3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5198 2024.11.19 05:56:42.443759 [ 197 ] {3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9::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
5199 2024.11.19 05:56:42.443852 [ 197 ] {3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9::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
5200 2024.11.19 05:56:42.444117 [ 197 ] {3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part
5201 2024.11.19 05:56:42.444322 [ 197 ] {3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part
5202 2024.11.19 05:56:42.444459 [ 197 ] {3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part
5203 2024.11.19 05:56:42.445611 [ 196 ] {3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.002125083 sec., 22587.353058680532 rows/sec., 1.88 MiB/sec.
5204 2024.11.19 05:56:42.445817 [ 194 ] {3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
5205 2024.11.19 05:56:42.446172 [ 194 ] {3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9::all_1_5_1} <Trace> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5206 2024.11.19 05:56:42.446269 [ 194 ] {3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9::all_1_5_1} <Trace> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
5207 2024.11.19 05:56:42.446379 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5208 2024.11.19 05:56:45.320946 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5209 2024.11.19 05:56:45.321212 [ 259 ] {85ab7409-f648-47d0-85dd-f36b029e580a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5210 2024.11.19 05:56:45.321325 [ 259 ] {85ab7409-f648-47d0-85dd-f36b029e580a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5211 2024.11.19 05:56:45.322185 [ 259 ] {85ab7409-f648-47d0-85dd-f36b029e580a} <Trace> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5212 2024.11.19 05:56:45.322249 [ 259 ] {85ab7409-f648-47d0-85dd-f36b029e580a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5213 2024.11.19 05:56:45.322842 [ 259 ] {85ab7409-f648-47d0-85dd-f36b029e580a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
5214 2024.11.19 05:56:45.323182 [ 259 ] {85ab7409-f648-47d0-85dd-f36b029e580a} <Trace> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5215 2024.11.19 05:56:45.323510 [ 259 ] {85ab7409-f648-47d0-85dd-f36b029e580a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002359 sec., 847.816871555744 rows/sec., 69.13 KiB/sec.
5216 2024.11.19 05:56:45.323743 [ 259 ] {85ab7409-f648-47d0-85dd-f36b029e580a} <Debug> TCPHandler: Processed in 0.002985502 sec.
5217 2024.11.19 05:56:45.323996 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5218 2024.11.19 05:56:45.324138 [ 263 ] {8cf76021-f04d-4ab7-9c62-0c78a9fae9b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5219 2024.11.19 05:56:45.324198 [ 263 ] {8cf76021-f04d-4ab7-9c62-0c78a9fae9b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5220 2024.11.19 05:56:45.324869 [ 263 ] {8cf76021-f04d-4ab7-9c62-0c78a9fae9b6} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5221 2024.11.19 05:56:45.324916 [ 263 ] {8cf76021-f04d-4ab7-9c62-0c78a9fae9b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5222 2024.11.19 05:56:45.325320 [ 263 ] {8cf76021-f04d-4ab7-9c62-0c78a9fae9b6} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5223 2024.11.19 05:56:45.325685 [ 263 ] {8cf76021-f04d-4ab7-9c62-0c78a9fae9b6} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5224 2024.11.19 05:56:45.325931 [ 153 ] {} <Debug> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5225 2024.11.19 05:56:45.326005 [ 263 ] {8cf76021-f04d-4ab7-9c62-0c78a9fae9b6} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001894 sec., 30095.036958817316 rows/sec., 2.31 MiB/sec.
5226 2024.11.19 05:56:45.326040 [ 153 ] {} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5227 2024.11.19 05:56:45.326121 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5228 2024.11.19 05:56:45.326188 [ 263 ] {8cf76021-f04d-4ab7-9c62-0c78a9fae9b6} <Debug> TCPHandler: Processed in 0.002257314 sec.
5229 2024.11.19 05:56:45.326487 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5230 2024.11.19 05:56:45.326543 [ 197 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::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
5231 2024.11.19 05:56:45.326962 [ 259 ] {7c2c3b66-9b6c-46ab-8365-313dc3e16cf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5232 2024.11.19 05:56:45.327024 [ 197 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5233 2024.11.19 05:56:45.327141 [ 197 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1434 rows starting from the beginning of the part
5234 2024.11.19 05:56:45.327146 [ 259 ] {7c2c3b66-9b6c-46ab-8365-313dc3e16cf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5235 2024.11.19 05:56:45.327565 [ 197 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 285 rows starting from the beginning of the part
5236 2024.11.19 05:56:45.327970 [ 197 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 64 rows starting from the beginning of the part
5237 2024.11.19 05:56:45.328432 [ 197 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part
5238 2024.11.19 05:56:45.328700 [ 197 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 285 rows starting from the beginning of the part
5239 2024.11.19 05:56:45.329096 [ 197 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 57 rows starting from the beginning of the part
5240 2024.11.19 05:56:45.330138 [ 259 ] {7c2c3b66-9b6c-46ab-8365-313dc3e16cf0} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5241 2024.11.19 05:56:45.330215 [ 259 ] {7c2c3b66-9b6c-46ab-8365-313dc3e16cf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5242 2024.11.19 05:56:45.331355 [ 259 ] {7c2c3b66-9b6c-46ab-8365-313dc3e16cf0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5243 2024.11.19 05:56:45.332053 [ 259 ] {7c2c3b66-9b6c-46ab-8365-313dc3e16cf0} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5244 2024.11.19 05:56:45.332393 [ 259 ] {7c2c3b66-9b6c-46ab-8365-313dc3e16cf0} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.005639 sec., 354.6728143287817 rows/sec., 24.76 KiB/sec.
5245 2024.11.19 05:56:45.332506 [ 259 ] {7c2c3b66-9b6c-46ab-8365-313dc3e16cf0} <Debug> TCPHandler: Processed in 0.006171564 sec.
5246 2024.11.19 05:56:45.332708 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5247 2024.11.19 05:56:45.332914 [ 263 ] {260ec6d7-5684-4a3d-bafc-706396ff2a00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5248 2024.11.19 05:56:45.333056 [ 263 ] {260ec6d7-5684-4a3d-bafc-706396ff2a00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5249 2024.11.19 05:56:45.333402 [ 197 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2181 rows, containing 5 columns (5 merged, 0 gathered) in 0.007154414 sec., 304846.77011981694 rows/sec., 26.89 MiB/sec.
5250 2024.11.19 05:56:45.333766 [ 197 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5251 2024.11.19 05:56:45.334325 [ 197 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_41_8} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5252 2024.11.19 05:56:45.334533 [ 197 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_41_8} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5253 2024.11.19 05:56:45.334673 [ 263 ] {260ec6d7-5684-4a3d-bafc-706396ff2a00} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5254 2024.11.19 05:56:45.334700 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
5255 2024.11.19 05:56:45.334753 [ 263 ] {260ec6d7-5684-4a3d-bafc-706396ff2a00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5256 2024.11.19 05:56:45.335167 [ 263 ] {260ec6d7-5684-4a3d-bafc-706396ff2a00} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5257 2024.11.19 05:56:45.335504 [ 263 ] {260ec6d7-5684-4a3d-bafc-706396ff2a00} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5258 2024.11.19 05:56:45.335700 [ 127 ] {} <Debug> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5259 2024.11.19 05:56:45.335722 [ 263 ] {260ec6d7-5684-4a3d-bafc-706396ff2a00} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.002883 sec., 22892.819979188345 rows/sec., 1.79 MiB/sec.
5260 2024.11.19 05:56:45.335786 [ 127 ] {} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5261 2024.11.19 05:56:45.335871 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5262 2024.11.19 05:56:45.335880 [ 263 ] {260ec6d7-5684-4a3d-bafc-706396ff2a00} <Debug> TCPHandler: Processed in 0.003254054 sec.
5263 2024.11.19 05:56:45.336065 [ 188 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::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
5264 2024.11.19 05:56:45.336095 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5265 2024.11.19 05:56:45.336178 [ 188 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5266 2024.11.19 05:56:45.336226 [ 188 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 915 rows starting from the beginning of the part
5267 2024.11.19 05:56:45.336263 [ 259 ] {96f8a6af-2eb5-43ff-ae08-893e843215c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5268 2024.11.19 05:56:45.336385 [ 188 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 423 rows starting from the beginning of the part
5269 2024.11.19 05:56:45.336435 [ 259 ] {96f8a6af-2eb5-43ff-ae08-893e843215c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5270 2024.11.19 05:56:45.336826 [ 188 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 80 rows starting from the beginning of the part
5271 2024.11.19 05:56:45.337233 [ 188 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part
5272 2024.11.19 05:56:45.337640 [ 188 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 423 rows starting from the beginning of the part
5273 2024.11.19 05:56:45.337999 [ 188 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 66 rows starting from the beginning of the part
5274 2024.11.19 05:56:45.338946 [ 259 ] {96f8a6af-2eb5-43ff-ae08-893e843215c5} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5275 2024.11.19 05:56:45.338994 [ 259 ] {96f8a6af-2eb5-43ff-ae08-893e843215c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5276 2024.11.19 05:56:45.339614 [ 259 ] {96f8a6af-2eb5-43ff-ae08-893e843215c5} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5277 2024.11.19 05:56:45.339899 [ 259 ] {96f8a6af-2eb5-43ff-ae08-893e843215c5} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5278 2024.11.19 05:56:45.340176 [ 188 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1971 rows, containing 5 columns (5 merged, 0 gathered) in 0.004201304 sec., 469140.05746787187 rows/sec., 35.94 MiB/sec.
5279 2024.11.19 05:56:45.340182 [ 127 ] {} <Debug> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5280 2024.11.19 05:56:45.340293 [ 127 ] {} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5281 2024.11.19 05:56:45.340362 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5282 2024.11.19 05:56:45.340376 [ 259 ] {96f8a6af-2eb5-43ff-ae08-893e843215c5} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.004147 sec., 31106.824210272487 rows/sec., 2.17 MiB/sec.
5283 2024.11.19 05:56:45.340442 [ 188 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5284 2024.11.19 05:56:45.340810 [ 259 ] {96f8a6af-2eb5-43ff-ae08-893e843215c5} <Debug> TCPHandler: Processed in 0.00479214 sec.
5285 2024.11.19 05:56:45.341004 [ 199 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
5286 2024.11.19 05:56:45.341176 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5287 2024.11.19 05:56:45.341621 [ 263 ] {77829460-1cb3-4f11-9fc7-8debd657dbdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5288 2024.11.19 05:56:45.341731 [ 188 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_41_8} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5289 2024.11.19 05:56:45.341808 [ 199 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5290 2024.11.19 05:56:45.341878 [ 263 ] {77829460-1cb3-4f11-9fc7-8debd657dbdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5291 2024.11.19 05:56:45.342062 [ 199 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 7810 rows starting from the beginning of the part
5292 2024.11.19 05:56:45.342125 [ 188 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_41_8} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5293 2024.11.19 05:56:45.342546 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
5294 2024.11.19 05:56:45.342695 [ 199 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 237 rows starting from the beginning of the part
5295 2024.11.19 05:56:45.343215 [ 199 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 136 rows starting from the beginning of the part
5296 2024.11.19 05:56:45.343645 [ 199 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
5297 2024.11.19 05:56:45.343979 [ 199 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
5298 2024.11.19 05:56:45.344424 [ 199 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 129 rows starting from the beginning of the part
5299 2024.11.19 05:56:45.345642 [ 263 ] {77829460-1cb3-4f11-9fc7-8debd657dbdd} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5300 2024.11.19 05:56:45.345716 [ 263 ] {77829460-1cb3-4f11-9fc7-8debd657dbdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5301 2024.11.19 05:56:45.346539 [ 263 ] {77829460-1cb3-4f11-9fc7-8debd657dbdd} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5302 2024.11.19 05:56:45.346920 [ 263 ] {77829460-1cb3-4f11-9fc7-8debd657dbdd} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5303 2024.11.19 05:56:45.347231 [ 127 ] {} <Debug> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5304 2024.11.19 05:56:45.347324 [ 127 ] {} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5305 2024.11.19 05:56:45.347399 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5306 2024.11.19 05:56:45.347622 [ 263 ] {77829460-1cb3-4f11-9fc7-8debd657dbdd} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.006139 sec., 7818.863007004397 rows/sec., 539.58 KiB/sec.
5307 2024.11.19 05:56:45.347779 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
5308 2024.11.19 05:56:45.347929 [ 263 ] {77829460-1cb3-4f11-9fc7-8debd657dbdd} <Debug> TCPHandler: Processed in 0.006961413 sec.
5309 2024.11.19 05:56:45.348202 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5310 2024.11.19 05:56:45.348265 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2280 rows starting from the beginning of the part
5311 2024.11.19 05:56:45.348353 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 82 rows starting from the beginning of the part
5312 2024.11.19 05:56:45.348511 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 48 rows starting from the beginning of the part
5313 2024.11.19 05:56:45.348683 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
5314 2024.11.19 05:56:45.348806 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
5315 2024.11.19 05:56:45.349076 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 48 rows starting from the beginning of the part
5316 2024.11.19 05:56:45.350462 [ 190 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8709 rows, containing 5 columns (5 merged, 0 gathered) in 0.009903223 sec., 879410.6726668682 rows/sec., 59.93 MiB/sec.
5317 2024.11.19 05:56:45.350685 [ 199 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5318 2024.11.19 05:56:45.351000 [ 186 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2600 rows, containing 4 columns (4 merged, 0 gathered) in 0.003490817 sec., 744811.314944324 rows/sec., 48.92 MiB/sec.
5319 2024.11.19 05:56:45.351145 [ 199 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5320 2024.11.19 05:56:45.351238 [ 199 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5321 2024.11.19 05:56:45.351334 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.48 MiB.
5322 2024.11.19 05:56:45.351501 [ 186 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5323 2024.11.19 05:56:45.351861 [ 186 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_41_8} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5324 2024.11.19 05:56:45.351962 [ 186 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_41_8} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5325 2024.11.19 05:56:45.352070 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB.
5326 2024.11.19 05:56:46.149065 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359
5327 2024.11.19 05:56:46.149747 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5328 2024.11.19 05:56:46.149803 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5329 2024.11.19 05:56:46.150354 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5330 2024.11.19 05:56:46.150613 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5331 2024.11.19 05:56:46.150883 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359
5332 2024.11.19 05:56:47.030686 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219
5333 2024.11.19 05:56:47.051000 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5334 2024.11.19 05:56:47.051051 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5335 2024.11.19 05:56:47.058358 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5336 2024.11.19 05:56:47.059130 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5337 2024.11.19 05:56:47.062344 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219
5338 2024.11.19 05:56:48.725559 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 738
5339 2024.11.19 05:56:48.729314 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5340 2024.11.19 05:56:48.729355 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5341 2024.11.19 05:56:48.730852 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5342 2024.11.19 05:56:48.731177 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5343 2024.11.19 05:56:48.732327 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 738
5344 2024.11.19 05:56:50.320585 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5345 2024.11.19 05:56:50.320864 [ 259 ] {ccba7f08-6096-4ae2-9921-031b3ef9e09e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5346 2024.11.19 05:56:50.320971 [ 259 ] {ccba7f08-6096-4ae2-9921-031b3ef9e09e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5347 2024.11.19 05:56:50.321977 [ 259 ] {ccba7f08-6096-4ae2-9921-031b3ef9e09e} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5348 2024.11.19 05:56:50.322026 [ 259 ] {ccba7f08-6096-4ae2-9921-031b3ef9e09e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5349 2024.11.19 05:56:50.322467 [ 259 ] {ccba7f08-6096-4ae2-9921-031b3ef9e09e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5350 2024.11.19 05:56:50.322723 [ 259 ] {ccba7f08-6096-4ae2-9921-031b3ef9e09e} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5351 2024.11.19 05:56:50.322966 [ 259 ] {ccba7f08-6096-4ae2-9921-031b3ef9e09e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002183 sec., 25652.77141548328 rows/sec., 1.97 MiB/sec.
5352 2024.11.19 05:56:50.323034 [ 259 ] {ccba7f08-6096-4ae2-9921-031b3ef9e09e} <Debug> TCPHandler: Processed in 0.002590847 sec.
5353 2024.11.19 05:56:50.323201 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5354 2024.11.19 05:56:50.323341 [ 263 ] {eb9b077a-c8a0-4e98-9ffb-cb64c9ac74aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5355 2024.11.19 05:56:50.323399 [ 263 ] {eb9b077a-c8a0-4e98-9ffb-cb64c9ac74aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5356 2024.11.19 05:56:50.324011 [ 263 ] {eb9b077a-c8a0-4e98-9ffb-cb64c9ac74aa} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5357 2024.11.19 05:56:50.324052 [ 263 ] {eb9b077a-c8a0-4e98-9ffb-cb64c9ac74aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5358 2024.11.19 05:56:50.324418 [ 263 ] {eb9b077a-c8a0-4e98-9ffb-cb64c9ac74aa} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5359 2024.11.19 05:56:50.324663 [ 263 ] {eb9b077a-c8a0-4e98-9ffb-cb64c9ac74aa} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5360 2024.11.19 05:56:50.324905 [ 263 ] {eb9b077a-c8a0-4e98-9ffb-cb64c9ac74aa} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001591 sec., 40226.27278441232 rows/sec., 3.14 MiB/sec.
5361 2024.11.19 05:56:50.324996 [ 263 ] {eb9b077a-c8a0-4e98-9ffb-cb64c9ac74aa} <Debug> TCPHandler: Processed in 0.001865569 sec.
5362 2024.11.19 05:56:50.325221 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5363 2024.11.19 05:56:50.325405 [ 259 ] {d5f896b6-a230-4326-a355-bfbb3695e258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5364 2024.11.19 05:56:50.325468 [ 259 ] {d5f896b6-a230-4326-a355-bfbb3695e258} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5365 2024.11.19 05:56:50.326047 [ 259 ] {d5f896b6-a230-4326-a355-bfbb3695e258} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5366 2024.11.19 05:56:50.326088 [ 259 ] {d5f896b6-a230-4326-a355-bfbb3695e258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5367 2024.11.19 05:56:50.326481 [ 259 ] {d5f896b6-a230-4326-a355-bfbb3695e258} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5368 2024.11.19 05:56:50.326721 [ 259 ] {d5f896b6-a230-4326-a355-bfbb3695e258} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5369 2024.11.19 05:56:50.326925 [ 259 ] {d5f896b6-a230-4326-a355-bfbb3695e258} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001554 sec., 102960.10296010296 rows/sec., 7.17 MiB/sec.
5370 2024.11.19 05:56:50.326976 [ 259 ] {d5f896b6-a230-4326-a355-bfbb3695e258} <Debug> TCPHandler: Processed in 0.00189708 sec.
5371 2024.11.19 05:56:50.327121 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5372 2024.11.19 05:56:50.327251 [ 263 ] {8128785b-a47d-4376-a106-77786fc66cde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5373 2024.11.19 05:56:50.327305 [ 263 ] {8128785b-a47d-4376-a106-77786fc66cde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5374 2024.11.19 05:56:50.327803 [ 263 ] {8128785b-a47d-4376-a106-77786fc66cde} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5375 2024.11.19 05:56:50.327841 [ 263 ] {8128785b-a47d-4376-a106-77786fc66cde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5376 2024.11.19 05:56:50.328204 [ 263 ] {8128785b-a47d-4376-a106-77786fc66cde} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5377 2024.11.19 05:56:50.328442 [ 263 ] {8128785b-a47d-4376-a106-77786fc66cde} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5378 2024.11.19 05:56:50.328647 [ 263 ] {8128785b-a47d-4376-a106-77786fc66cde} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001426 sec., 42075.7363253857 rows/sec., 2.84 MiB/sec.
5379 2024.11.19 05:56:50.328695 [ 263 ] {8128785b-a47d-4376-a106-77786fc66cde} <Debug> TCPHandler: Processed in 0.001638477 sec.
5380 2024.11.19 05:56:53.524120 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache
5381 2024.11.19 05:56:53.524192 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache
5382 2024.11.19 05:56:53.651208 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786
5383 2024.11.19 05:56:53.652228 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5384 2024.11.19 05:56:53.652271 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5385 2024.11.19 05:56:53.652837 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5386 2024.11.19 05:56:53.653115 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5387 2024.11.19 05:56:53.653362 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786
5388 2024.11.19 05:56:54.562553 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226
5389 2024.11.19 05:56:54.584389 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5390 2024.11.19 05:56:54.584455 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
5391 2024.11.19 05:56:54.592355 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5392 2024.11.19 05:56:54.593173 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5393 2024.11.19 05:56:54.597108 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 226
5394 2024.11.19 05:56:55.327390 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5395 2024.11.19 05:56:55.327600 [ 259 ] {9f89a26c-da0c-4c34-8417-5f2eafc5000b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5396 2024.11.19 05:56:55.327674 [ 259 ] {9f89a26c-da0c-4c34-8417-5f2eafc5000b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5397 2024.11.19 05:56:55.328438 [ 259 ] {9f89a26c-da0c-4c34-8417-5f2eafc5000b} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5398 2024.11.19 05:56:55.328496 [ 259 ] {9f89a26c-da0c-4c34-8417-5f2eafc5000b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5399 2024.11.19 05:56:55.328952 [ 259 ] {9f89a26c-da0c-4c34-8417-5f2eafc5000b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5400 2024.11.19 05:56:55.329220 [ 259 ] {9f89a26c-da0c-4c34-8417-5f2eafc5000b} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5401 2024.11.19 05:56:55.329488 [ 259 ] {9f89a26c-da0c-4c34-8417-5f2eafc5000b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00192 sec., 7291.666666666666 rows/sec., 524.90 KiB/sec.
5402 2024.11.19 05:56:55.329648 [ 259 ] {9f89a26c-da0c-4c34-8417-5f2eafc5000b} <Debug> TCPHandler: Processed in 0.002385515 sec.
5403 2024.11.19 05:56:55.329860 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5404 2024.11.19 05:56:55.329987 [ 263 ] {1af73dc6-e950-4054-8046-76420a5b5297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5405 2024.11.19 05:56:55.330037 [ 263 ] {1af73dc6-e950-4054-8046-76420a5b5297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5406 2024.11.19 05:56:55.330780 [ 263 ] {1af73dc6-e950-4054-8046-76420a5b5297} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5407 2024.11.19 05:56:55.330823 [ 263 ] {1af73dc6-e950-4054-8046-76420a5b5297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5408 2024.11.19 05:56:55.331213 [ 263 ] {1af73dc6-e950-4054-8046-76420a5b5297} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5409 2024.11.19 05:56:55.331498 [ 263 ] {1af73dc6-e950-4054-8046-76420a5b5297} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5410 2024.11.19 05:56:55.331721 [ 263 ] {1af73dc6-e950-4054-8046-76420a5b5297} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.001763 sec., 161656.26772546794 rows/sec., 14.29 MiB/sec.
5411 2024.11.19 05:56:55.331776 [ 263 ] {1af73dc6-e950-4054-8046-76420a5b5297} <Debug> TCPHandler: Processed in 0.001983901 sec.
5412 2024.11.19 05:56:55.331935 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5413 2024.11.19 05:56:55.332052 [ 259 ] {dcc59bc5-428e-4e6a-808e-65c836815a59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5414 2024.11.19 05:56:55.332098 [ 259 ] {dcc59bc5-428e-4e6a-808e-65c836815a59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5415 2024.11.19 05:56:55.332657 [ 259 ] {dcc59bc5-428e-4e6a-808e-65c836815a59} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5416 2024.11.19 05:56:55.332697 [ 259 ] {dcc59bc5-428e-4e6a-808e-65c836815a59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5417 2024.11.19 05:56:55.333058 [ 259 ] {dcc59bc5-428e-4e6a-808e-65c836815a59} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5418 2024.11.19 05:56:55.333300 [ 259 ] {dcc59bc5-428e-4e6a-808e-65c836815a59} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5419 2024.11.19 05:56:55.333511 [ 259 ] {dcc59bc5-428e-4e6a-808e-65c836815a59} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001483 sec., 32366.824005394472 rows/sec., 2.33 MiB/sec.
5420 2024.11.19 05:56:55.333562 [ 259 ] {dcc59bc5-428e-4e6a-808e-65c836815a59} <Debug> TCPHandler: Processed in 0.001684387 sec.
5421 2024.11.19 05:56:55.333700 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5422 2024.11.19 05:56:55.333806 [ 263 ] {d24c5e06-9d49-40ba-91ab-be15dd09804e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5423 2024.11.19 05:56:55.333850 [ 263 ] {d24c5e06-9d49-40ba-91ab-be15dd09804e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5424 2024.11.19 05:56:55.334472 [ 263 ] {d24c5e06-9d49-40ba-91ab-be15dd09804e} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5425 2024.11.19 05:56:55.334518 [ 263 ] {d24c5e06-9d49-40ba-91ab-be15dd09804e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5426 2024.11.19 05:56:55.334925 [ 263 ] {d24c5e06-9d49-40ba-91ab-be15dd09804e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5427 2024.11.19 05:56:55.335165 [ 263 ] {d24c5e06-9d49-40ba-91ab-be15dd09804e} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5428 2024.11.19 05:56:55.335375 [ 263 ] {d24c5e06-9d49-40ba-91ab-be15dd09804e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001591 sec., 8799.497171590196 rows/sec., 616.26 KiB/sec.
5429 2024.11.19 05:56:55.335426 [ 263 ] {d24c5e06-9d49-40ba-91ab-be15dd09804e} <Debug> TCPHandler: Processed in 0.001778229 sec.
5430 2024.11.19 05:56:55.335550 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5431 2024.11.19 05:56:55.335656 [ 259 ] {808c5388-1f33-4089-91b1-777dc2d2339e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5432 2024.11.19 05:56:55.335701 [ 259 ] {808c5388-1f33-4089-91b1-777dc2d2339e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5433 2024.11.19 05:56:55.336226 [ 259 ] {808c5388-1f33-4089-91b1-777dc2d2339e} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5434 2024.11.19 05:56:55.336265 [ 259 ] {808c5388-1f33-4089-91b1-777dc2d2339e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5435 2024.11.19 05:56:55.336606 [ 259 ] {808c5388-1f33-4089-91b1-777dc2d2339e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5436 2024.11.19 05:56:55.336840 [ 259 ] {808c5388-1f33-4089-91b1-777dc2d2339e} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5437 2024.11.19 05:56:55.337045 [ 259 ] {808c5388-1f33-4089-91b1-777dc2d2339e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001409 sec., 9226.401703335698 rows/sec., 575.26 KiB/sec.
5438 2024.11.19 05:56:55.337097 [ 259 ] {808c5388-1f33-4089-91b1-777dc2d2339e} <Debug> TCPHandler: Processed in 0.001598207 sec.
5439 2024.11.19 05:56:55.337246 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5440 2024.11.19 05:56:55.337374 [ 263 ] {dd3c22f0-51f3-4a24-bbe4-fb99dbf6fd9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5441 2024.11.19 05:56:55.337427 [ 263 ] {dd3c22f0-51f3-4a24-bbe4-fb99dbf6fd9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5442 2024.11.19 05:56:55.338159 [ 263 ] {dd3c22f0-51f3-4a24-bbe4-fb99dbf6fd9c} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5443 2024.11.19 05:56:55.338198 [ 263 ] {dd3c22f0-51f3-4a24-bbe4-fb99dbf6fd9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5444 2024.11.19 05:56:55.338560 [ 263 ] {dd3c22f0-51f3-4a24-bbe4-fb99dbf6fd9c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5445 2024.11.19 05:56:55.338794 [ 263 ] {dd3c22f0-51f3-4a24-bbe4-fb99dbf6fd9c} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5446 2024.11.19 05:56:55.339013 [ 263 ] {dd3c22f0-51f3-4a24-bbe4-fb99dbf6fd9c} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001666 sec., 253901.56062424972 rows/sec., 18.15 MiB/sec.
5447 2024.11.19 05:56:55.339065 [ 263 ] {dd3c22f0-51f3-4a24-bbe4-fb99dbf6fd9c} <Debug> TCPHandler: Processed in 0.001881369 sec.
5448 2024.11.19 05:56:55.339201 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5449 2024.11.19 05:56:55.339329 [ 259 ] {63cda7d2-85fa-410b-9ec1-ca6bbe09ac72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5450 2024.11.19 05:56:55.339383 [ 259 ] {63cda7d2-85fa-410b-9ec1-ca6bbe09ac72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5451 2024.11.19 05:56:55.339896 [ 259 ] {63cda7d2-85fa-410b-9ec1-ca6bbe09ac72} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5452 2024.11.19 05:56:55.339934 [ 259 ] {63cda7d2-85fa-410b-9ec1-ca6bbe09ac72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5453 2024.11.19 05:56:55.340288 [ 259 ] {63cda7d2-85fa-410b-9ec1-ca6bbe09ac72} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5454 2024.11.19 05:56:55.340532 [ 259 ] {63cda7d2-85fa-410b-9ec1-ca6bbe09ac72} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5455 2024.11.19 05:56:55.340738 [ 259 ] {63cda7d2-85fa-410b-9ec1-ca6bbe09ac72} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001437 sec., 4175.365344467641 rows/sec., 218.15 KiB/sec.
5456 2024.11.19 05:56:55.340787 [ 259 ] {63cda7d2-85fa-410b-9ec1-ca6bbe09ac72} <Debug> TCPHandler: Processed in 0.001648367 sec.
5457 2024.11.19 05:56:55.340929 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5458 2024.11.19 05:56:55.341057 [ 263 ] {97fecd80-a5f1-424e-ac3c-9f66bbb2e26d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5459 2024.11.19 05:56:55.341113 [ 263 ] {97fecd80-a5f1-424e-ac3c-9f66bbb2e26d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5460 2024.11.19 05:56:55.341732 [ 263 ] {97fecd80-a5f1-424e-ac3c-9f66bbb2e26d} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5461 2024.11.19 05:56:55.341777 [ 263 ] {97fecd80-a5f1-424e-ac3c-9f66bbb2e26d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5462 2024.11.19 05:56:55.342174 [ 263 ] {97fecd80-a5f1-424e-ac3c-9f66bbb2e26d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5463 2024.11.19 05:56:55.342416 [ 263 ] {97fecd80-a5f1-424e-ac3c-9f66bbb2e26d} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5464 2024.11.19 05:56:55.342654 [ 263 ] {97fecd80-a5f1-424e-ac3c-9f66bbb2e26d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001619 sec., 146386.65843113032 rows/sec., 9.81 MiB/sec.
5465 2024.11.19 05:56:55.342720 [ 263 ] {97fecd80-a5f1-424e-ac3c-9f66bbb2e26d} <Debug> TCPHandler: Processed in 0.001853589 sec.
5466 2024.11.19 05:56:55.342935 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5467 2024.11.19 05:56:55.343101 [ 259 ] {bbf1621f-2969-4eb1-a505-d9666d3b172d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5468 2024.11.19 05:56:55.343158 [ 259 ] {bbf1621f-2969-4eb1-a505-d9666d3b172d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5469 2024.11.19 05:56:55.343655 [ 259 ] {bbf1621f-2969-4eb1-a505-d9666d3b172d} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5470 2024.11.19 05:56:55.343701 [ 259 ] {bbf1621f-2969-4eb1-a505-d9666d3b172d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5471 2024.11.19 05:56:55.344071 [ 259 ] {bbf1621f-2969-4eb1-a505-d9666d3b172d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5472 2024.11.19 05:56:55.344307 [ 259 ] {bbf1621f-2969-4eb1-a505-d9666d3b172d} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5473 2024.11.19 05:56:55.344524 [ 259 ] {bbf1621f-2969-4eb1-a505-d9666d3b172d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001454 sec., 687.757909215956 rows/sec., 46.34 KiB/sec.
5474 2024.11.19 05:56:55.344629 [ 259 ] {bbf1621f-2969-4eb1-a505-d9666d3b172d} <Debug> TCPHandler: Processed in 0.001813979 sec.
5475 2024.11.19 05:56:55.344761 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5476 2024.11.19 05:56:55.344866 [ 263 ] {334203cb-5f5c-4635-8034-bfb33f319181} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5477 2024.11.19 05:56:55.344943 [ 263 ] {334203cb-5f5c-4635-8034-bfb33f319181} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5478 2024.11.19 05:56:55.346200 [ 263 ] {334203cb-5f5c-4635-8034-bfb33f319181} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5479 2024.11.19 05:56:55.346238 [ 263 ] {334203cb-5f5c-4635-8034-bfb33f319181} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5480 2024.11.19 05:56:55.346880 [ 263 ] {334203cb-5f5c-4635-8034-bfb33f319181} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5481 2024.11.19 05:56:55.347138 [ 263 ] {334203cb-5f5c-4635-8034-bfb33f319181} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5482 2024.11.19 05:56:55.347472 [ 263 ] {334203cb-5f5c-4635-8034-bfb33f319181} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002605 sec., 15738.963531669864 rows/sec., 28.20 MiB/sec.
5483 2024.11.19 05:56:55.347692 [ 263 ] {334203cb-5f5c-4635-8034-bfb33f319181} <Debug> TCPHandler: Processed in 0.002992041 sec.
5484 2024.11.19 05:56:55.347816 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5485 2024.11.19 05:56:55.347937 [ 259 ] {88a22cfd-a889-4973-bb71-5a86db5a8c3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5486 2024.11.19 05:56:55.347988 [ 259 ] {88a22cfd-a889-4973-bb71-5a86db5a8c3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5487 2024.11.19 05:56:55.348468 [ 259 ] {88a22cfd-a889-4973-bb71-5a86db5a8c3b} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5488 2024.11.19 05:56:55.348576 [ 259 ] {88a22cfd-a889-4973-bb71-5a86db5a8c3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5489 2024.11.19 05:56:55.348977 [ 259 ] {88a22cfd-a889-4973-bb71-5a86db5a8c3b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5490 2024.11.19 05:56:55.349208 [ 259 ] {88a22cfd-a889-4973-bb71-5a86db5a8c3b} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5491 2024.11.19 05:56:55.349405 [ 259 ] {88a22cfd-a889-4973-bb71-5a86db5a8c3b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001469 sec., 55820.28590878148 rows/sec., 3.55 MiB/sec.
5492 2024.11.19 05:56:55.349453 [ 259 ] {88a22cfd-a889-4973-bb71-5a86db5a8c3b} <Debug> TCPHandler: Processed in 0.001668117 sec.
5493 2024.11.19 05:56:58.732699 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 768
5494 2024.11.19 05:56:58.735736 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5495 2024.11.19 05:56:58.735787 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5496 2024.11.19 05:56:58.737293 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5497 2024.11.19 05:56:58.737621 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5498 2024.11.19 05:56:58.739078 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 768
5499 2024.11.19 05:57:00.319371 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5500 2024.11.19 05:57:00.319597 [ 259 ] {5a825f20-5fb7-40ab-80f3-43135c04577f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5501 2024.11.19 05:57:00.319677 [ 259 ] {5a825f20-5fb7-40ab-80f3-43135c04577f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5502 2024.11.19 05:57:00.320520 [ 259 ] {5a825f20-5fb7-40ab-80f3-43135c04577f} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5503 2024.11.19 05:57:00.320569 [ 259 ] {5a825f20-5fb7-40ab-80f3-43135c04577f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5504 2024.11.19 05:57:00.321018 [ 259 ] {5a825f20-5fb7-40ab-80f3-43135c04577f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5505 2024.11.19 05:57:00.321282 [ 259 ] {5a825f20-5fb7-40ab-80f3-43135c04577f} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5506 2024.11.19 05:57:00.321536 [ 259 ] {5a825f20-5fb7-40ab-80f3-43135c04577f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001994 sec., 28084.252758274823 rows/sec., 2.16 MiB/sec.
5507 2024.11.19 05:57:00.321601 [ 259 ] {5a825f20-5fb7-40ab-80f3-43135c04577f} <Debug> TCPHandler: Processed in 0.002366664 sec.
5508 2024.11.19 05:57:00.321803 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5509 2024.11.19 05:57:00.321946 [ 263 ] {4b1e44e6-b9c2-4efc-ac8e-67bcc47dc9ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5510 2024.11.19 05:57:00.322004 [ 263 ] {4b1e44e6-b9c2-4efc-ac8e-67bcc47dc9ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5511 2024.11.19 05:57:00.322604 [ 263 ] {4b1e44e6-b9c2-4efc-ac8e-67bcc47dc9ad} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5512 2024.11.19 05:57:00.322645 [ 263 ] {4b1e44e6-b9c2-4efc-ac8e-67bcc47dc9ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5513 2024.11.19 05:57:00.323017 [ 263 ] {4b1e44e6-b9c2-4efc-ac8e-67bcc47dc9ad} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5514 2024.11.19 05:57:00.323254 [ 263 ] {4b1e44e6-b9c2-4efc-ac8e-67bcc47dc9ad} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5515 2024.11.19 05:57:00.323476 [ 263 ] {4b1e44e6-b9c2-4efc-ac8e-67bcc47dc9ad} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001564 sec., 40920.71611253197 rows/sec., 3.19 MiB/sec.
5516 2024.11.19 05:57:00.323529 [ 263 ] {4b1e44e6-b9c2-4efc-ac8e-67bcc47dc9ad} <Debug> TCPHandler: Processed in 0.001795308 sec.
5517 2024.11.19 05:57:00.323662 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5518 2024.11.19 05:57:00.323772 [ 259 ] {ae95fdfd-5325-428a-a1a0-216bdd5cef95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5519 2024.11.19 05:57:00.323822 [ 259 ] {ae95fdfd-5325-428a-a1a0-216bdd5cef95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5520 2024.11.19 05:57:00.324341 [ 259 ] {ae95fdfd-5325-428a-a1a0-216bdd5cef95} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5521 2024.11.19 05:57:00.324381 [ 259 ] {ae95fdfd-5325-428a-a1a0-216bdd5cef95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5522 2024.11.19 05:57:00.324784 [ 259 ] {ae95fdfd-5325-428a-a1a0-216bdd5cef95} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5523 2024.11.19 05:57:00.325023 [ 259 ] {ae95fdfd-5325-428a-a1a0-216bdd5cef95} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5524 2024.11.19 05:57:00.325263 [ 259 ] {ae95fdfd-5325-428a-a1a0-216bdd5cef95} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001507 sec., 84936.9608493696 rows/sec., 5.92 MiB/sec.
5525 2024.11.19 05:57:00.325356 [ 259 ] {ae95fdfd-5325-428a-a1a0-216bdd5cef95} <Debug> TCPHandler: Processed in 0.001748188 sec.
5526 2024.11.19 05:57:00.325597 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5527 2024.11.19 05:57:00.325857 [ 263 ] {517c0ea5-e3de-43fe-837b-1d9e2233a95b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5528 2024.11.19 05:57:00.325923 [ 263 ] {517c0ea5-e3de-43fe-837b-1d9e2233a95b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5529 2024.11.19 05:57:00.326422 [ 263 ] {517c0ea5-e3de-43fe-837b-1d9e2233a95b} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5530 2024.11.19 05:57:00.326463 [ 263 ] {517c0ea5-e3de-43fe-837b-1d9e2233a95b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5531 2024.11.19 05:57:00.326824 [ 263 ] {517c0ea5-e3de-43fe-837b-1d9e2233a95b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5532 2024.11.19 05:57:00.327066 [ 263 ] {517c0ea5-e3de-43fe-837b-1d9e2233a95b} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5533 2024.11.19 05:57:00.327290 [ 263 ] {517c0ea5-e3de-43fe-837b-1d9e2233a95b} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001509 sec., 31809.145129224653 rows/sec., 2.14 MiB/sec.
5534 2024.11.19 05:57:00.327385 [ 263 ] {517c0ea5-e3de-43fe-837b-1d9e2233a95b} <Debug> TCPHandler: Processed in 0.00192482 sec.
5535 2024.11.19 05:57:01.153619 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274
5536 2024.11.19 05:57:01.154353 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5537 2024.11.19 05:57:01.154402 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5538 2024.11.19 05:57:01.154954 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5539 2024.11.19 05:57:01.155206 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5540 2024.11.19 05:57:01.155436 [ 154 ] {} <Debug> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5541 2024.11.19 05:57:01.155456 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274
5542 2024.11.19 05:57:01.155533 [ 154 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5543 2024.11.19 05:57:01.155566 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5544 2024.11.19 05:57:01.155699 [ 190 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::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
5545 2024.11.19 05:57:01.155847 [ 190 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5546 2024.11.19 05:57:01.155896 [ 190 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::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
5547 2024.11.19 05:57:01.155987 [ 190 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 488 rows starting from the beginning of the part
5548 2024.11.19 05:57:01.156166 [ 190 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 427 rows starting from the beginning of the part
5549 2024.11.19 05:57:01.156447 [ 190 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 488 rows starting from the beginning of the part
5550 2024.11.19 05:57:01.156630 [ 190 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 427 rows starting from the beginning of the part
5551 2024.11.19 05:57:01.156832 [ 190 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 488 rows starting from the beginning of the part
5552 2024.11.19 05:57:01.159440 [ 195 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.003800799 sec., 3755526.140687787 rows/sec., 53.72 MiB/sec.
5553 2024.11.19 05:57:01.159977 [ 189 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5554 2024.11.19 05:57:01.160368 [ 189 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_31_6} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5555 2024.11.19 05:57:01.160468 [ 189 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_31_6} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5556 2024.11.19 05:57:01.160591 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB.
5557 2024.11.19 05:57:02.097310 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234
5558 2024.11.19 05:57:02.119173 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5559 2024.11.19 05:57:02.119235 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5560 2024.11.19 05:57:02.127236 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5561 2024.11.19 05:57:02.128044 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5562 2024.11.19 05:57:02.128439 [ 152 ] {} <Debug> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5563 2024.11.19 05:57:02.128579 [ 152 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5564 2024.11.19 05:57:02.128653 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5565 2024.11.19 05:57:02.129277 [ 193 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
5566 2024.11.19 05:57:02.146358 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234
5567 2024.11.19 05:57:02.147691 [ 193 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5568 2024.11.19 05:57:02.149347 [ 193 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
5569 2024.11.19 05:57:02.155389 [ 193 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
5570 2024.11.19 05:57:02.160973 [ 193 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
5571 2024.11.19 05:57:02.167749 [ 193 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
5572 2024.11.19 05:57:02.173648 [ 193 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
5573 2024.11.19 05:57:02.178379 [ 193 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
5574 2024.11.19 05:57:02.239408 [ 195 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.110580518 sec., 2116.1051171780546 rows/sec., 10.94 MiB/sec.
5575 2024.11.19 05:57:02.242141 [ 200 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5576 2024.11.19 05:57:02.245065 [ 200 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_31_6} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5577 2024.11.19 05:57:02.245201 [ 200 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_31_6} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5578 2024.11.19 05:57:02.247602 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
5579 2024.11.19 05:57:03.000185 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.78 MiB, peak 208.32 MiB, free memory in arenas 0.00 B, will set to 199.76 MiB (RSS), difference: 1.98 MiB
5580 2024.11.19 05:57:05.321051 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5581 2024.11.19 05:57:05.321281 [ 259 ] {29df41d1-81b3-4102-be41-b137284534e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5582 2024.11.19 05:57:05.321354 [ 259 ] {29df41d1-81b3-4102-be41-b137284534e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5583 2024.11.19 05:57:05.322137 [ 259 ] {29df41d1-81b3-4102-be41-b137284534e1} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5584 2024.11.19 05:57:05.322189 [ 259 ] {29df41d1-81b3-4102-be41-b137284534e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5585 2024.11.19 05:57:05.322629 [ 259 ] {29df41d1-81b3-4102-be41-b137284534e1} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5586 2024.11.19 05:57:05.322887 [ 259 ] {29df41d1-81b3-4102-be41-b137284534e1} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5587 2024.11.19 05:57:05.323152 [ 259 ] {29df41d1-81b3-4102-be41-b137284534e1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001927 sec., 29060.716139076285 rows/sec., 2.23 MiB/sec.
5588 2024.11.19 05:57:05.323218 [ 259 ] {29df41d1-81b3-4102-be41-b137284534e1} <Debug> TCPHandler: Processed in 0.002309534 sec.
5589 2024.11.19 05:57:05.323404 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5590 2024.11.19 05:57:05.323544 [ 263 ] {ee30ef8d-2132-4911-991a-116554517b79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5591 2024.11.19 05:57:05.323602 [ 263 ] {ee30ef8d-2132-4911-991a-116554517b79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5592 2024.11.19 05:57:05.324291 [ 263 ] {ee30ef8d-2132-4911-991a-116554517b79} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5593 2024.11.19 05:57:05.324331 [ 263 ] {ee30ef8d-2132-4911-991a-116554517b79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5594 2024.11.19 05:57:05.324698 [ 263 ] {ee30ef8d-2132-4911-991a-116554517b79} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5595 2024.11.19 05:57:05.324932 [ 263 ] {ee30ef8d-2132-4911-991a-116554517b79} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5596 2024.11.19 05:57:05.325147 [ 263 ] {ee30ef8d-2132-4911-991a-116554517b79} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001661 sec., 38531.00541842264 rows/sec., 3.01 MiB/sec.
5597 2024.11.19 05:57:05.325197 [ 263 ] {ee30ef8d-2132-4911-991a-116554517b79} <Debug> TCPHandler: Processed in 0.0018928 sec.
5598 2024.11.19 05:57:05.325331 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5599 2024.11.19 05:57:05.325433 [ 259 ] {032af7b7-5e95-4959-bba4-69bcfa280a04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5600 2024.11.19 05:57:05.325480 [ 259 ] {032af7b7-5e95-4959-bba4-69bcfa280a04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5601 2024.11.19 05:57:05.326067 [ 259 ] {032af7b7-5e95-4959-bba4-69bcfa280a04} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5602 2024.11.19 05:57:05.326106 [ 259 ] {032af7b7-5e95-4959-bba4-69bcfa280a04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5603 2024.11.19 05:57:05.326499 [ 259 ] {032af7b7-5e95-4959-bba4-69bcfa280a04} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5604 2024.11.19 05:57:05.326739 [ 259 ] {032af7b7-5e95-4959-bba4-69bcfa280a04} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5605 2024.11.19 05:57:05.326953 [ 259 ] {032af7b7-5e95-4959-bba4-69bcfa280a04} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001492 sec., 107238.60589812332 rows/sec., 7.47 MiB/sec.
5606 2024.11.19 05:57:05.327056 [ 259 ] {032af7b7-5e95-4959-bba4-69bcfa280a04} <Debug> TCPHandler: Processed in 0.001734458 sec.
5607 2024.11.19 05:57:05.327246 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5608 2024.11.19 05:57:05.327407 [ 263 ] {8e611c62-5ff0-488e-a2c1-e5ea0fac60a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5609 2024.11.19 05:57:05.327464 [ 263 ] {8e611c62-5ff0-488e-a2c1-e5ea0fac60a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5610 2024.11.19 05:57:05.328011 [ 263 ] {8e611c62-5ff0-488e-a2c1-e5ea0fac60a0} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5611 2024.11.19 05:57:05.328057 [ 263 ] {8e611c62-5ff0-488e-a2c1-e5ea0fac60a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5612 2024.11.19 05:57:05.328455 [ 263 ] {8e611c62-5ff0-488e-a2c1-e5ea0fac60a0} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5613 2024.11.19 05:57:05.328692 [ 263 ] {8e611c62-5ff0-488e-a2c1-e5ea0fac60a0} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5614 2024.11.19 05:57:05.328916 [ 263 ] {8e611c62-5ff0-488e-a2c1-e5ea0fac60a0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001539 sec., 38986.35477582846 rows/sec., 2.63 MiB/sec.
5615 2024.11.19 05:57:05.328966 [ 263 ] {8e611c62-5ff0-488e-a2c1-e5ea0fac60a0} <Debug> TCPHandler: Processed in 0.001815299 sec.
5616 2024.11.19 05:57:06.627031 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56328, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5617 2024.11.19 05:57:06.873632 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48426, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5618 2024.11.19 05:57:06.923118 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34195, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5619 2024.11.19 05:57:06.924573 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36988, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5620 2024.11.19 05:57:07.062963 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51966, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5621 2024.11.19 05:57:07.077335 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53771, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5622 2024.11.19 05:57:07.093623 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58315, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5623 2024.11.19 05:57:07.095899 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47647, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5624 2024.11.19 05:57:08.524456 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache
5625 2024.11.19 05:57:08.524517 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache
5626 2024.11.19 05:57:08.655777 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701
5627 2024.11.19 05:57:08.656811 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5628 2024.11.19 05:57:08.656860 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5629 2024.11.19 05:57:08.657467 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5630 2024.11.19 05:57:08.657736 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5631 2024.11.19 05:57:08.658002 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701
5632 2024.11.19 05:57:08.739449 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 784
5633 2024.11.19 05:57:08.742364 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5634 2024.11.19 05:57:08.742418 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5635 2024.11.19 05:57:08.743908 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5636 2024.11.19 05:57:08.744249 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5637 2024.11.19 05:57:08.744861 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 784
5638 2024.11.19 05:57:09.001514 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.0009634 sec.
5639 2024.11.19 05:57:09.646620 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242
5640 2024.11.19 05:57:09.666158 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5641 2024.11.19 05:57:09.666235 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5642 2024.11.19 05:57:09.673182 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5643 2024.11.19 05:57:09.673936 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5644 2024.11.19 05:57:09.676844 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242
5645 2024.11.19 05:57:09.815326 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49261, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5646 2024.11.19 05:57:10.320836 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37629, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5647 2024.11.19 05:57:10.327283 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5648 2024.11.19 05:57:10.327497 [ 259 ] {ed93b07b-0930-48d9-bb94-817fa296b9d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5649 2024.11.19 05:57:10.327569 [ 259 ] {ed93b07b-0930-48d9-bb94-817fa296b9d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5650 2024.11.19 05:57:10.328325 [ 259 ] {ed93b07b-0930-48d9-bb94-817fa296b9d0} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5651 2024.11.19 05:57:10.328369 [ 259 ] {ed93b07b-0930-48d9-bb94-817fa296b9d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5652 2024.11.19 05:57:10.328821 [ 259 ] {ed93b07b-0930-48d9-bb94-817fa296b9d0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5653 2024.11.19 05:57:10.329087 [ 259 ] {ed93b07b-0930-48d9-bb94-817fa296b9d0} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5654 2024.11.19 05:57:10.329289 [ 259 ] {ed93b07b-0930-48d9-bb94-817fa296b9d0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001851 sec., 7563.479200432199 rows/sec., 544.47 KiB/sec.
5655 2024.11.19 05:57:10.329356 [ 259 ] {ed93b07b-0930-48d9-bb94-817fa296b9d0} <Debug> TCPHandler: Processed in 0.002211383 sec.
5656 2024.11.19 05:57:10.329552 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5657 2024.11.19 05:57:10.329697 [ 263 ] {d1af1398-eac1-424e-811a-96fdb0a02cdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5658 2024.11.19 05:57:10.329756 [ 263 ] {d1af1398-eac1-424e-811a-96fdb0a02cdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5659 2024.11.19 05:57:10.330581 [ 263 ] {d1af1398-eac1-424e-811a-96fdb0a02cdf} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5660 2024.11.19 05:57:10.330620 [ 263 ] {d1af1398-eac1-424e-811a-96fdb0a02cdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5661 2024.11.19 05:57:10.331012 [ 263 ] {d1af1398-eac1-424e-811a-96fdb0a02cdf} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
5662 2024.11.19 05:57:10.331263 [ 263 ] {d1af1398-eac1-424e-811a-96fdb0a02cdf} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5663 2024.11.19 05:57:10.331389 [ 148 ] {} <Debug> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
5664 2024.11.19 05:57:10.331432 [ 148 ] {} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5665 2024.11.19 05:57:10.331450 [ 263 ] {d1af1398-eac1-424e-811a-96fdb0a02cdf} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.001784 sec., 159753.36322869954 rows/sec., 14.12 MiB/sec.
5666 2024.11.19 05:57:10.331454 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5667 2024.11.19 05:57:10.331555 [ 263 ] {d1af1398-eac1-424e-811a-96fdb0a02cdf} <Debug> TCPHandler: Processed in 0.002072162 sec.
5668 2024.11.19 05:57:10.331724 [ 195 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::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
5669 2024.11.19 05:57:10.331751 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5670 2024.11.19 05:57:10.332013 [ 195 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5671 2024.11.19 05:57:10.332018 [ 259 ] {1d713594-6fe2-4648-bb64-89809fb7cd80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5672 2024.11.19 05:57:10.332084 [ 195 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1434 rows starting from the beginning of the part
5673 2024.11.19 05:57:10.332129 [ 259 ] {1d713594-6fe2-4648-bb64-89809fb7cd80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5674 2024.11.19 05:57:10.332453 [ 195 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 56 rows starting from the beginning of the part
5675 2024.11.19 05:57:10.332752 [ 195 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 285 rows starting from the beginning of the part
5676 2024.11.19 05:57:10.333088 [ 195 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 56 rows starting from the beginning of the part
5677 2024.11.19 05:57:10.333424 [ 195 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 56 rows starting from the beginning of the part
5678 2024.11.19 05:57:10.333741 [ 195 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 285 rows starting from the beginning of the part
5679 2024.11.19 05:57:10.335032 [ 259 ] {1d713594-6fe2-4648-bb64-89809fb7cd80} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5680 2024.11.19 05:57:10.335093 [ 259 ] {1d713594-6fe2-4648-bb64-89809fb7cd80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5681 2024.11.19 05:57:10.336224 [ 259 ] {1d713594-6fe2-4648-bb64-89809fb7cd80} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5682 2024.11.19 05:57:10.336606 [ 259 ] {1d713594-6fe2-4648-bb64-89809fb7cd80} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5683 2024.11.19 05:57:10.337140 [ 195 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2172 rows, containing 5 columns (5 merged, 0 gathered) in 0.005576968 sec., 389458.93180667347 rows/sec., 34.37 MiB/sec.
5684 2024.11.19 05:57:10.337167 [ 259 ] {1d713594-6fe2-4648-bb64-89809fb7cd80} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.005236 sec., 9167.303284950343 rows/sec., 675.91 KiB/sec.
5685 2024.11.19 05:57:10.337271 [ 259 ] {1d713594-6fe2-4648-bb64-89809fb7cd80} <Debug> TCPHandler: Processed in 0.005603808 sec.
5686 2024.11.19 05:57:10.337408 [ 195 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
5687 2024.11.19 05:57:10.337427 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5688 2024.11.19 05:57:10.337610 [ 263 ] {beb480ef-8db7-4356-9532-4952ee0d0be5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5689 2024.11.19 05:57:10.337699 [ 263 ] {beb480ef-8db7-4356-9532-4952ee0d0be5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5690 2024.11.19 05:57:10.337900 [ 195 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_46_9} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5691 2024.11.19 05:57:10.338103 [ 195 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_46_9} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
5692 2024.11.19 05:57:10.338297 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
5693 2024.11.19 05:57:10.338667 [ 263 ] {beb480ef-8db7-4356-9532-4952ee0d0be5} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5694 2024.11.19 05:57:10.338709 [ 263 ] {beb480ef-8db7-4356-9532-4952ee0d0be5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5695 2024.11.19 05:57:10.339079 [ 263 ] {beb480ef-8db7-4356-9532-4952ee0d0be5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5696 2024.11.19 05:57:10.339321 [ 263 ] {beb480ef-8db7-4356-9532-4952ee0d0be5} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5697 2024.11.19 05:57:10.339525 [ 263 ] {beb480ef-8db7-4356-9532-4952ee0d0be5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00197 sec., 7106.598984771574 rows/sec., 497.70 KiB/sec.
5698 2024.11.19 05:57:10.339583 [ 263 ] {beb480ef-8db7-4356-9532-4952ee0d0be5} <Debug> TCPHandler: Processed in 0.002217733 sec.
5699 2024.11.19 05:57:10.339731 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5700 2024.11.19 05:57:10.339838 [ 259 ] {ec6722b9-a812-446b-87df-60b69205c581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5701 2024.11.19 05:57:10.339885 [ 259 ] {ec6722b9-a812-446b-87df-60b69205c581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5702 2024.11.19 05:57:10.340413 [ 259 ] {ec6722b9-a812-446b-87df-60b69205c581} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5703 2024.11.19 05:57:10.340453 [ 259 ] {ec6722b9-a812-446b-87df-60b69205c581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5704 2024.11.19 05:57:10.340804 [ 259 ] {ec6722b9-a812-446b-87df-60b69205c581} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5705 2024.11.19 05:57:10.341047 [ 259 ] {ec6722b9-a812-446b-87df-60b69205c581} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5706 2024.11.19 05:57:10.341257 [ 259 ] {ec6722b9-a812-446b-87df-60b69205c581} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00144 sec., 9027.777777777777 rows/sec., 562.88 KiB/sec.
5707 2024.11.19 05:57:10.341309 [ 259 ] {ec6722b9-a812-446b-87df-60b69205c581} <Debug> TCPHandler: Processed in 0.001630627 sec.
5708 2024.11.19 05:57:10.341445 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5709 2024.11.19 05:57:10.341568 [ 263 ] {ece42222-de0b-4305-a5cc-217e4aefd5ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5710 2024.11.19 05:57:10.341620 [ 263 ] {ece42222-de0b-4305-a5cc-217e4aefd5ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5711 2024.11.19 05:57:10.342430 [ 263 ] {ece42222-de0b-4305-a5cc-217e4aefd5ec} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5712 2024.11.19 05:57:10.342476 [ 263 ] {ece42222-de0b-4305-a5cc-217e4aefd5ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5713 2024.11.19 05:57:10.342843 [ 263 ] {ece42222-de0b-4305-a5cc-217e4aefd5ec} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
5714 2024.11.19 05:57:10.343080 [ 263 ] {ece42222-de0b-4305-a5cc-217e4aefd5ec} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5715 2024.11.19 05:57:10.343239 [ 147 ] {} <Debug> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
5716 2024.11.19 05:57:10.343298 [ 147 ] {} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5717 2024.11.19 05:57:10.343309 [ 263 ] {ece42222-de0b-4305-a5cc-217e4aefd5ec} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001759 sec., 240477.5440591245 rows/sec., 17.19 MiB/sec.
5718 2024.11.19 05:57:10.343340 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5719 2024.11.19 05:57:10.343432 [ 263 ] {ece42222-de0b-4305-a5cc-217e4aefd5ec} <Debug> TCPHandler: Processed in 0.002034831 sec.
5720 2024.11.19 05:57:10.343533 [ 200 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::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
5721 2024.11.19 05:57:10.343602 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5722 2024.11.19 05:57:10.343669 [ 200 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5723 2024.11.19 05:57:10.343719 [ 200 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 915 rows starting from the beginning of the part
5724 2024.11.19 05:57:10.343766 [ 259 ] {bfc30abb-0ade-4a64-923c-f9f81c923405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5725 2024.11.19 05:57:10.343874 [ 200 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 64 rows starting from the beginning of the part
5726 2024.11.19 05:57:10.343940 [ 259 ] {bfc30abb-0ade-4a64-923c-f9f81c923405} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5727 2024.11.19 05:57:10.344451 [ 200 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 423 rows starting from the beginning of the part
5728 2024.11.19 05:57:10.344809 [ 200 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 64 rows starting from the beginning of the part
5729 2024.11.19 05:57:10.345165 [ 200 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 64 rows starting from the beginning of the part
5730 2024.11.19 05:57:10.345552 [ 200 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 423 rows starting from the beginning of the part
5731 2024.11.19 05:57:10.346435 [ 259 ] {bfc30abb-0ade-4a64-923c-f9f81c923405} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5732 2024.11.19 05:57:10.346477 [ 259 ] {bfc30abb-0ade-4a64-923c-f9f81c923405} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5733 2024.11.19 05:57:10.346982 [ 259 ] {bfc30abb-0ade-4a64-923c-f9f81c923405} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5734 2024.11.19 05:57:10.347280 [ 259 ] {bfc30abb-0ade-4a64-923c-f9f81c923405} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5735 2024.11.19 05:57:10.347771 [ 259 ] {bfc30abb-0ade-4a64-923c-f9f81c923405} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004025 sec., 1490.6832298136646 rows/sec., 77.88 KiB/sec.
5736 2024.11.19 05:57:10.348328 [ 259 ] {bfc30abb-0ade-4a64-923c-f9f81c923405} <Debug> TCPHandler: Processed in 0.00477898 sec.
5737 2024.11.19 05:57:10.348695 [ 200 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1953 rows, containing 5 columns (5 merged, 0 gathered) in 0.005223014 sec., 373922.0304598073 rows/sec., 28.62 MiB/sec.
5738 2024.11.19 05:57:10.348700 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5739 2024.11.19 05:57:10.348863 [ 263 ] {399e7240-7054-4ac4-95c2-9935a008f813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5740 2024.11.19 05:57:10.348930 [ 263 ] {399e7240-7054-4ac4-95c2-9935a008f813} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5741 2024.11.19 05:57:10.348931 [ 200 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
5742 2024.11.19 05:57:10.349345 [ 200 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_46_9} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5743 2024.11.19 05:57:10.349449 [ 200 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_46_9} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
5744 2024.11.19 05:57:10.349550 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
5745 2024.11.19 05:57:10.349722 [ 263 ] {399e7240-7054-4ac4-95c2-9935a008f813} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5746 2024.11.19 05:57:10.349759 [ 263 ] {399e7240-7054-4ac4-95c2-9935a008f813} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5747 2024.11.19 05:57:10.350156 [ 263 ] {399e7240-7054-4ac4-95c2-9935a008f813} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
5748 2024.11.19 05:57:10.350401 [ 263 ] {399e7240-7054-4ac4-95c2-9935a008f813} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5749 2024.11.19 05:57:10.350561 [ 147 ] {} <Debug> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
5750 2024.11.19 05:57:10.350617 [ 147 ] {} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5751 2024.11.19 05:57:10.350649 [ 263 ] {399e7240-7054-4ac4-95c2-9935a008f813} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001816 sec., 130506.60792951542 rows/sec., 8.75 MiB/sec.
5752 2024.11.19 05:57:10.350657 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5753 2024.11.19 05:57:10.350850 [ 263 ] {399e7240-7054-4ac4-95c2-9935a008f813} <Debug> TCPHandler: Processed in 0.002356265 sec.
5754 2024.11.19 05:57:10.351118 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5755 2024.11.19 05:57:10.351362 [ 201 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
5756 2024.11.19 05:57:10.351517 [ 259 ] {e01ce40c-a428-4206-9d3e-7b7c4c7d5ea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5757 2024.11.19 05:57:10.351705 [ 259 ] {e01ce40c-a428-4206-9d3e-7b7c4c7d5ea2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5758 2024.11.19 05:57:10.352138 [ 201 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5759 2024.11.19 05:57:10.352273 [ 201 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 8709 rows starting from the beginning of the part
5760 2024.11.19 05:57:10.352578 [ 201 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part
5761 2024.11.19 05:57:10.352793 [ 201 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 237 rows starting from the beginning of the part
5762 2024.11.19 05:57:10.353232 [ 201 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 128 rows starting from the beginning of the part
5763 2024.11.19 05:57:10.353437 [ 201 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
5764 2024.11.19 05:57:10.353848 [ 201 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
5765 2024.11.19 05:57:10.354294 [ 259 ] {e01ce40c-a428-4206-9d3e-7b7c4c7d5ea2} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5766 2024.11.19 05:57:10.354373 [ 259 ] {e01ce40c-a428-4206-9d3e-7b7c4c7d5ea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5767 2024.11.19 05:57:10.355162 [ 259 ] {e01ce40c-a428-4206-9d3e-7b7c4c7d5ea2} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5768 2024.11.19 05:57:10.355477 [ 259 ] {e01ce40c-a428-4206-9d3e-7b7c4c7d5ea2} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5769 2024.11.19 05:57:10.356054 [ 259 ] {e01ce40c-a428-4206-9d3e-7b7c4c7d5ea2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00465 sec., 215.05376344086022 rows/sec., 14.49 KiB/sec.
5770 2024.11.19 05:57:10.356298 [ 259 ] {e01ce40c-a428-4206-9d3e-7b7c4c7d5ea2} <Debug> TCPHandler: Processed in 0.005326056 sec.
5771 2024.11.19 05:57:10.356535 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5772 2024.11.19 05:57:10.356815 [ 263 ] {8084cf33-e2a4-4ea5-825a-05df17477ac5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5773 2024.11.19 05:57:10.357036 [ 263 ] {8084cf33-e2a4-4ea5-825a-05df17477ac5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5774 2024.11.19 05:57:10.358651 [ 263 ] {8084cf33-e2a4-4ea5-825a-05df17477ac5} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5775 2024.11.19 05:57:10.358693 [ 263 ] {8084cf33-e2a4-4ea5-825a-05df17477ac5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5776 2024.11.19 05:57:10.359902 [ 263 ] {8084cf33-e2a4-4ea5-825a-05df17477ac5} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5777 2024.11.19 05:57:10.359969 [ 192 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9631 rows, containing 5 columns (5 merged, 0 gathered) in 0.009119705 sec., 1056064.8617471727 rows/sec., 71.99 MiB/sec.
5778 2024.11.19 05:57:10.360320 [ 263 ] {8084cf33-e2a4-4ea5-825a-05df17477ac5} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5779 2024.11.19 05:57:10.360566 [ 186 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
5780 2024.11.19 05:57:10.360973 [ 263 ] {8084cf33-e2a4-4ea5-825a-05df17477ac5} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.004222 sec., 9711.037423022264 rows/sec., 17.40 MiB/sec.
5781 2024.11.19 05:57:10.361404 [ 263 ] {8084cf33-e2a4-4ea5-825a-05df17477ac5} <Debug> TCPHandler: Processed in 0.004960382 sec.
5782 2024.11.19 05:57:10.361614 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5783 2024.11.19 05:57:10.361754 [ 186 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5784 2024.11.19 05:57:10.361793 [ 259 ] {897e2a78-281a-4d13-b65f-4d6875ee21ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5785 2024.11.19 05:57:10.361903 [ 259 ] {897e2a78-281a-4d13-b65f-4d6875ee21ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5786 2024.11.19 05:57:10.361965 [ 186 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
5787 2024.11.19 05:57:10.362181 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.14 MiB.
5788 2024.11.19 05:57:10.362601 [ 259 ] {897e2a78-281a-4d13-b65f-4d6875ee21ff} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5789 2024.11.19 05:57:10.362645 [ 259 ] {897e2a78-281a-4d13-b65f-4d6875ee21ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5790 2024.11.19 05:57:10.363025 [ 259 ] {897e2a78-281a-4d13-b65f-4d6875ee21ff} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
5791 2024.11.19 05:57:10.363274 [ 259 ] {897e2a78-281a-4d13-b65f-4d6875ee21ff} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5792 2024.11.19 05:57:10.363438 [ 147 ] {} <Debug> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
5793 2024.11.19 05:57:10.363496 [ 147 ] {} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5794 2024.11.19 05:57:10.363511 [ 259 ] {897e2a78-281a-4d13-b65f-4d6875ee21ff} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001769 sec., 46353.87224420577 rows/sec., 2.94 MiB/sec.
5795 2024.11.19 05:57:10.363535 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5796 2024.11.19 05:57:10.363688 [ 259 ] {897e2a78-281a-4d13-b65f-4d6875ee21ff} <Debug> TCPHandler: Processed in 0.002177362 sec.
5797 2024.11.19 05:57:10.363750 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
5798 2024.11.19 05:57:10.363871 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5799 2024.11.19 05:57:10.363903 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2600 rows starting from the beginning of the part
5800 2024.11.19 05:57:10.364009 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part
5801 2024.11.19 05:57:10.364203 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 82 rows starting from the beginning of the part
5802 2024.11.19 05:57:10.364350 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 48 rows starting from the beginning of the part
5803 2024.11.19 05:57:10.364497 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
5804 2024.11.19 05:57:10.364595 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
5805 2024.11.19 05:57:10.366210 [ 186 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2932 rows, containing 4 columns (4 merged, 0 gathered) in 0.002571366 sec., 1140249.9683047843 rows/sec., 74.86 MiB/sec.
5806 2024.11.19 05:57:10.366530 [ 192 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
5807 2024.11.19 05:57:10.366846 [ 192 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_46_9} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5808 2024.11.19 05:57:10.366925 [ 192 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_46_9} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
5809 2024.11.19 05:57:10.367007 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB.
5810 2024.11.19 05:57:10.533580 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62906, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5811 2024.11.19 05:57:10.545042 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62926, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5812 2024.11.19 05:57:10.594436 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40223, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5813 2024.11.19 05:57:10.749967 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38925, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5814 2024.11.19 05:57:10.757383 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58940, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5815 2024.11.19 05:57:10.773921 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53145, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5816 2024.11.19 05:57:11.143086 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39061, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5817 2024.11.19 05:57:11.391722 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47373, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5818 2024.11.19 05:57:11.490147 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45680, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5819 2024.11.19 05:57:11.558239 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55748, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5820 2024.11.19 05:57:11.579658 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54774, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5821 2024.11.19 05:57:11.584095 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41816, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5822 2024.11.19 05:57:11.707357 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35090, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5823 2024.11.19 05:57:11.760492 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63775, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5824 2024.11.19 05:57:11.769726 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42451, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5825 2024.11.19 05:57:11.960894 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37333, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5826 2024.11.19 05:57:11.972177 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45602, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5827 2024.11.19 05:57:12.020691 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50502, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5828 2024.11.19 05:57:12.300723 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47227, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5829 2024.11.19 05:57:12.359065 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57338, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5830 2024.11.19 05:57:12.371429 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57735, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5831 2024.11.19 05:57:12.433805 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50741, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5832 2024.11.19 05:57:15.323909 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5833 2024.11.19 05:57:15.324127 [ 259 ] {6207a936-d843-47b0-8b2b-4d9847c87843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5834 2024.11.19 05:57:15.324207 [ 259 ] {6207a936-d843-47b0-8b2b-4d9847c87843} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5835 2024.11.19 05:57:15.325047 [ 259 ] {6207a936-d843-47b0-8b2b-4d9847c87843} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5836 2024.11.19 05:57:15.325106 [ 259 ] {6207a936-d843-47b0-8b2b-4d9847c87843} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5837 2024.11.19 05:57:15.325571 [ 259 ] {6207a936-d843-47b0-8b2b-4d9847c87843} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
5838 2024.11.19 05:57:15.325841 [ 259 ] {6207a936-d843-47b0-8b2b-4d9847c87843} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5839 2024.11.19 05:57:15.326077 [ 259 ] {6207a936-d843-47b0-8b2b-4d9847c87843} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002002 sec., 27972.027972027972 rows/sec., 2.15 MiB/sec.
5840 2024.11.19 05:57:15.326152 [ 259 ] {6207a936-d843-47b0-8b2b-4d9847c87843} <Debug> TCPHandler: Processed in 0.002381745 sec.
5841 2024.11.19 05:57:15.326365 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5842 2024.11.19 05:57:15.326508 [ 263 ] {dbed286b-c55c-42bd-b016-aa825ada3c92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5843 2024.11.19 05:57:15.326562 [ 263 ] {dbed286b-c55c-42bd-b016-aa825ada3c92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5844 2024.11.19 05:57:15.327178 [ 263 ] {dbed286b-c55c-42bd-b016-aa825ada3c92} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5845 2024.11.19 05:57:15.327220 [ 263 ] {dbed286b-c55c-42bd-b016-aa825ada3c92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5846 2024.11.19 05:57:15.327596 [ 263 ] {dbed286b-c55c-42bd-b016-aa825ada3c92} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
5847 2024.11.19 05:57:15.327855 [ 263 ] {dbed286b-c55c-42bd-b016-aa825ada3c92} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5848 2024.11.19 05:57:15.328081 [ 263 ] {dbed286b-c55c-42bd-b016-aa825ada3c92} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001602 sec., 39950.062421972536 rows/sec., 3.12 MiB/sec.
5849 2024.11.19 05:57:15.328143 [ 263 ] {dbed286b-c55c-42bd-b016-aa825ada3c92} <Debug> TCPHandler: Processed in 0.001843569 sec.
5850 2024.11.19 05:57:15.328315 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5851 2024.11.19 05:57:15.328431 [ 259 ] {7b069849-057b-42df-8056-3d8bf6f55b86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5852 2024.11.19 05:57:15.328483 [ 259 ] {7b069849-057b-42df-8056-3d8bf6f55b86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5853 2024.11.19 05:57:15.329003 [ 259 ] {7b069849-057b-42df-8056-3d8bf6f55b86} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5854 2024.11.19 05:57:15.329044 [ 259 ] {7b069849-057b-42df-8056-3d8bf6f55b86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5855 2024.11.19 05:57:15.329457 [ 259 ] {7b069849-057b-42df-8056-3d8bf6f55b86} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
5856 2024.11.19 05:57:15.329711 [ 259 ] {7b069849-057b-42df-8056-3d8bf6f55b86} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5857 2024.11.19 05:57:15.329937 [ 259 ] {7b069849-057b-42df-8056-3d8bf6f55b86} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001532 sec., 83550.9138381201 rows/sec., 5.82 MiB/sec.
5858 2024.11.19 05:57:15.329991 [ 259 ] {7b069849-057b-42df-8056-3d8bf6f55b86} <Debug> TCPHandler: Processed in 0.001741519 sec.
5859 2024.11.19 05:57:15.330158 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5860 2024.11.19 05:57:15.330266 [ 263 ] {b0a771c4-5170-4ab4-b0a3-3271b1a47087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5861 2024.11.19 05:57:15.330314 [ 263 ] {b0a771c4-5170-4ab4-b0a3-3271b1a47087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5862 2024.11.19 05:57:15.330776 [ 263 ] {b0a771c4-5170-4ab4-b0a3-3271b1a47087} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5863 2024.11.19 05:57:15.330816 [ 263 ] {b0a771c4-5170-4ab4-b0a3-3271b1a47087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5864 2024.11.19 05:57:15.331186 [ 263 ] {b0a771c4-5170-4ab4-b0a3-3271b1a47087} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
5865 2024.11.19 05:57:15.331444 [ 263 ] {b0a771c4-5170-4ab4-b0a3-3271b1a47087} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5866 2024.11.19 05:57:15.331660 [ 263 ] {b0a771c4-5170-4ab4-b0a3-3271b1a47087} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001419 sec., 33826.63847780127 rows/sec., 2.28 MiB/sec.
5867 2024.11.19 05:57:15.331710 [ 263 ] {b0a771c4-5170-4ab4-b0a3-3271b1a47087} <Debug> TCPHandler: Processed in 0.001613616 sec.
5868 2024.11.19 05:57:16.158255 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189
5869 2024.11.19 05:57:16.158986 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5870 2024.11.19 05:57:16.159038 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5871 2024.11.19 05:57:16.159685 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5872 2024.11.19 05:57:16.159948 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5873 2024.11.19 05:57:16.160207 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189
5874 2024.11.19 05:57:17.177032 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249
5875 2024.11.19 05:57:17.196974 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5876 2024.11.19 05:57:17.197033 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5877 2024.11.19 05:57:17.204585 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5878 2024.11.19 05:57:17.205358 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5879 2024.11.19 05:57:17.208317 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249
5880 2024.11.19 05:57:18.745170 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 814
5881 2024.11.19 05:57:18.748258 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5882 2024.11.19 05:57:18.748302 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5883 2024.11.19 05:57:18.749776 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5884 2024.11.19 05:57:18.750165 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5885 2024.11.19 05:57:18.751677 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 814
5886 2024.11.19 05:57:20.320760 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5887 2024.11.19 05:57:20.320956 [ 259 ] {7a231f3e-f92d-4c48-bc9e-d03ae64adf2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5888 2024.11.19 05:57:20.321025 [ 259 ] {7a231f3e-f92d-4c48-bc9e-d03ae64adf2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5889 2024.11.19 05:57:20.321802 [ 259 ] {7a231f3e-f92d-4c48-bc9e-d03ae64adf2e} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5890 2024.11.19 05:57:20.321849 [ 259 ] {7a231f3e-f92d-4c48-bc9e-d03ae64adf2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5891 2024.11.19 05:57:20.322270 [ 259 ] {7a231f3e-f92d-4c48-bc9e-d03ae64adf2e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
5892 2024.11.19 05:57:20.322523 [ 259 ] {7a231f3e-f92d-4c48-bc9e-d03ae64adf2e} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5893 2024.11.19 05:57:20.322785 [ 259 ] {7a231f3e-f92d-4c48-bc9e-d03ae64adf2e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001874 sec., 29882.604055496264 rows/sec., 2.30 MiB/sec.
5894 2024.11.19 05:57:20.322888 [ 259 ] {7a231f3e-f92d-4c48-bc9e-d03ae64adf2e} <Debug> TCPHandler: Processed in 0.002248583 sec.
5895 2024.11.19 05:57:20.323138 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5896 2024.11.19 05:57:20.323291 [ 263 ] {9dd8649b-557d-4270-a099-488ca77744b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5897 2024.11.19 05:57:20.323348 [ 263 ] {9dd8649b-557d-4270-a099-488ca77744b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5898 2024.11.19 05:57:20.324019 [ 263 ] {9dd8649b-557d-4270-a099-488ca77744b0} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5899 2024.11.19 05:57:20.324063 [ 263 ] {9dd8649b-557d-4270-a099-488ca77744b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5900 2024.11.19 05:57:20.324442 [ 263 ] {9dd8649b-557d-4270-a099-488ca77744b0} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
5901 2024.11.19 05:57:20.324692 [ 263 ] {9dd8649b-557d-4270-a099-488ca77744b0} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5902 2024.11.19 05:57:20.324905 [ 263 ] {9dd8649b-557d-4270-a099-488ca77744b0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001646 sec., 38882.13851761847 rows/sec., 3.03 MiB/sec.
5903 2024.11.19 05:57:20.324960 [ 263 ] {9dd8649b-557d-4270-a099-488ca77744b0} <Debug> TCPHandler: Processed in 0.00195345 sec.
5904 2024.11.19 05:57:20.325123 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5905 2024.11.19 05:57:20.325252 [ 259 ] {13d4b456-402b-431b-acc4-c676bdd5179b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5906 2024.11.19 05:57:20.325310 [ 259 ] {13d4b456-402b-431b-acc4-c676bdd5179b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5907 2024.11.19 05:57:20.325938 [ 259 ] {13d4b456-402b-431b-acc4-c676bdd5179b} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5908 2024.11.19 05:57:20.325977 [ 259 ] {13d4b456-402b-431b-acc4-c676bdd5179b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5909 2024.11.19 05:57:20.326376 [ 259 ] {13d4b456-402b-431b-acc4-c676bdd5179b} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
5910 2024.11.19 05:57:20.326621 [ 259 ] {13d4b456-402b-431b-acc4-c676bdd5179b} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5911 2024.11.19 05:57:20.326824 [ 259 ] {13d4b456-402b-431b-acc4-c676bdd5179b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001602 sec., 99875.15605493134 rows/sec., 6.96 MiB/sec.
5912 2024.11.19 05:57:20.326876 [ 259 ] {13d4b456-402b-431b-acc4-c676bdd5179b} <Debug> TCPHandler: Processed in 0.001816419 sec.
5913 2024.11.19 05:57:20.327040 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5914 2024.11.19 05:57:20.327172 [ 263 ] {69e09a75-f64c-4363-be94-fc16adc22f7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5915 2024.11.19 05:57:20.327228 [ 263 ] {69e09a75-f64c-4363-be94-fc16adc22f7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5916 2024.11.19 05:57:20.327762 [ 263 ] {69e09a75-f64c-4363-be94-fc16adc22f7b} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5917 2024.11.19 05:57:20.327810 [ 263 ] {69e09a75-f64c-4363-be94-fc16adc22f7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5918 2024.11.19 05:57:20.328184 [ 263 ] {69e09a75-f64c-4363-be94-fc16adc22f7b} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
5919 2024.11.19 05:57:20.328427 [ 263 ] {69e09a75-f64c-4363-be94-fc16adc22f7b} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5920 2024.11.19 05:57:20.328651 [ 263 ] {69e09a75-f64c-4363-be94-fc16adc22f7b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001507 sec., 39814.200398142 rows/sec., 2.68 MiB/sec.
5921 2024.11.19 05:57:20.328717 [ 263 ] {69e09a75-f64c-4363-be94-fc16adc22f7b} <Debug> TCPHandler: Processed in 0.001746908 sec.
5922 2024.11.19 05:57:23.524576 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache
5923 2024.11.19 05:57:23.524620 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache
5924 2024.11.19 05:57:23.660485 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616
5925 2024.11.19 05:57:23.661470 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5926 2024.11.19 05:57:23.661509 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5927 2024.11.19 05:57:23.662025 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5928 2024.11.19 05:57:23.662295 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5929 2024.11.19 05:57:23.662530 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616
5930 2024.11.19 05:57:24.708523 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257
5931 2024.11.19 05:57:24.729801 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5932 2024.11.19 05:57:24.729848 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
5933 2024.11.19 05:57:24.737426 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5934 2024.11.19 05:57:24.738202 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5935 2024.11.19 05:57:24.741737 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257
5936 2024.11.19 05:57:25.326797 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5937 2024.11.19 05:57:25.327024 [ 259 ] {9b160d90-4996-4539-8249-396ecfed3ba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5938 2024.11.19 05:57:25.327103 [ 259 ] {9b160d90-4996-4539-8249-396ecfed3ba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5939 2024.11.19 05:57:25.327874 [ 259 ] {9b160d90-4996-4539-8249-396ecfed3ba2} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5940 2024.11.19 05:57:25.327929 [ 259 ] {9b160d90-4996-4539-8249-396ecfed3ba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5941 2024.11.19 05:57:25.328373 [ 259 ] {9b160d90-4996-4539-8249-396ecfed3ba2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5942 2024.11.19 05:57:25.328631 [ 259 ] {9b160d90-4996-4539-8249-396ecfed3ba2} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5943 2024.11.19 05:57:25.328845 [ 134 ] {} <Debug> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5944 2024.11.19 05:57:25.328912 [ 259 ] {9b160d90-4996-4539-8249-396ecfed3ba2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001941 sec., 7212.776919113859 rows/sec., 519.22 KiB/sec.
5945 2024.11.19 05:57:25.328939 [ 134 ] {} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5946 2024.11.19 05:57:25.329006 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5947 2024.11.19 05:57:25.329059 [ 259 ] {9b160d90-4996-4539-8249-396ecfed3ba2} <Debug> TCPHandler: Processed in 0.002402595 sec.
5948 2024.11.19 05:57:25.329356 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5949 2024.11.19 05:57:25.329400 [ 186 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::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
5950 2024.11.19 05:57:25.329674 [ 263 ] {6b405413-5a90-4458-991f-b713363da4cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5951 2024.11.19 05:57:25.329806 [ 263 ] {6b405413-5a90-4458-991f-b713363da4cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5952 2024.11.19 05:57:25.329821 [ 186 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5953 2024.11.19 05:57:25.329926 [ 186 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 14 rows starting from the beginning of the part
5954 2024.11.19 05:57:25.330251 [ 186 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part
5955 2024.11.19 05:57:25.330756 [ 186 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part
5956 2024.11.19 05:57:25.331182 [ 186 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part
5957 2024.11.19 05:57:25.331460 [ 186 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part
5958 2024.11.19 05:57:25.332461 [ 263 ] {6b405413-5a90-4458-991f-b713363da4cf} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5959 2024.11.19 05:57:25.332545 [ 263 ] {6b405413-5a90-4458-991f-b713363da4cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5960 2024.11.19 05:57:25.333617 [ 263 ] {6b405413-5a90-4458-991f-b713363da4cf} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
5961 2024.11.19 05:57:25.333869 [ 192 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00475736 sec., 14714.043082718144 rows/sec., 1.09 MiB/sec.
5962 2024.11.19 05:57:25.334019 [ 192 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5963 2024.11.19 05:57:25.334046 [ 263 ] {6b405413-5a90-4458-991f-b713363da4cf} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5964 2024.11.19 05:57:25.334442 [ 263 ] {6b405413-5a90-4458-991f-b713363da4cf} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.00484 sec., 58884.29752066116 rows/sec., 5.20 MiB/sec.
5965 2024.11.19 05:57:25.334701 [ 192 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_17_4} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5966 2024.11.19 05:57:25.334715 [ 263 ] {6b405413-5a90-4458-991f-b713363da4cf} <Debug> TCPHandler: Processed in 0.005485328 sec.
5967 2024.11.19 05:57:25.335042 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5968 2024.11.19 05:57:25.335151 [ 192 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_17_4} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5969 2024.11.19 05:57:25.335470 [ 259 ] {72e66e7d-90c9-4479-a597-fb023e4c601b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5970 2024.11.19 05:57:25.335478 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5971 2024.11.19 05:57:25.335611 [ 259 ] {72e66e7d-90c9-4479-a597-fb023e4c601b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5972 2024.11.19 05:57:25.336266 [ 259 ] {72e66e7d-90c9-4479-a597-fb023e4c601b} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5973 2024.11.19 05:57:25.336306 [ 259 ] {72e66e7d-90c9-4479-a597-fb023e4c601b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5974 2024.11.19 05:57:25.336666 [ 259 ] {72e66e7d-90c9-4479-a597-fb023e4c601b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5975 2024.11.19 05:57:25.336948 [ 259 ] {72e66e7d-90c9-4479-a597-fb023e4c601b} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5976 2024.11.19 05:57:25.337185 [ 259 ] {72e66e7d-90c9-4479-a597-fb023e4c601b} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001881 sec., 25518.34130781499 rows/sec., 1.84 MiB/sec.
5977 2024.11.19 05:57:25.337255 [ 259 ] {72e66e7d-90c9-4479-a597-fb023e4c601b} <Debug> TCPHandler: Processed in 0.002407115 sec.
5978 2024.11.19 05:57:25.339211 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5979 2024.11.19 05:57:25.339337 [ 263 ] {a3745fb4-6fba-4f67-b614-8a9d813cffb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5980 2024.11.19 05:57:25.339421 [ 263 ] {a3745fb4-6fba-4f67-b614-8a9d813cffb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5981 2024.11.19 05:57:25.340029 [ 263 ] {a3745fb4-6fba-4f67-b614-8a9d813cffb4} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5982 2024.11.19 05:57:25.340073 [ 263 ] {a3745fb4-6fba-4f67-b614-8a9d813cffb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5983 2024.11.19 05:57:25.340442 [ 263 ] {a3745fb4-6fba-4f67-b614-8a9d813cffb4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5984 2024.11.19 05:57:25.340701 [ 263 ] {a3745fb4-6fba-4f67-b614-8a9d813cffb4} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5985 2024.11.19 05:57:25.340928 [ 263 ] {a3745fb4-6fba-4f67-b614-8a9d813cffb4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001619 sec., 8647.313156269302 rows/sec., 605.60 KiB/sec.
5986 2024.11.19 05:57:25.340984 [ 263 ] {a3745fb4-6fba-4f67-b614-8a9d813cffb4} <Debug> TCPHandler: Processed in 0.00183541 sec.
5987 2024.11.19 05:57:25.341152 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5988 2024.11.19 05:57:25.341268 [ 259 ] {61befa86-1ed2-49b6-b63d-4b614532ea43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5989 2024.11.19 05:57:25.341316 [ 259 ] {61befa86-1ed2-49b6-b63d-4b614532ea43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5990 2024.11.19 05:57:25.341870 [ 259 ] {61befa86-1ed2-49b6-b63d-4b614532ea43} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5991 2024.11.19 05:57:25.341910 [ 259 ] {61befa86-1ed2-49b6-b63d-4b614532ea43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5992 2024.11.19 05:57:25.342294 [ 259 ] {61befa86-1ed2-49b6-b63d-4b614532ea43} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5993 2024.11.19 05:57:25.342536 [ 259 ] {61befa86-1ed2-49b6-b63d-4b614532ea43} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5994 2024.11.19 05:57:25.342703 [ 134 ] {} <Debug> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5995 2024.11.19 05:57:25.342774 [ 134 ] {} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5996 2024.11.19 05:57:25.342812 [ 259 ] {61befa86-1ed2-49b6-b63d-4b614532ea43} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001551 sec., 8381.689232753062 rows/sec., 522.60 KiB/sec.
5997 2024.11.19 05:57:25.342820 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
5998 2024.11.19 05:57:25.342961 [ 259 ] {61befa86-1ed2-49b6-b63d-4b614532ea43} <Debug> TCPHandler: Processed in 0.001874959 sec.
5999 2024.11.19 05:57:25.343028 [ 188 ] {762868e6-1685-41dd-bc30-da37857dff35::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
6000 2024.11.19 05:57:25.343137 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6001 2024.11.19 05:57:25.343174 [ 188 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6002 2024.11.19 05:57:25.343214 [ 188 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 13 rows starting from the beginning of the part
6003 2024.11.19 05:57:25.343309 [ 263 ] {fdcba468-4562-40f8-bd41-5f083c30d873} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6004 2024.11.19 05:57:25.343407 [ 188 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 13 rows starting from the beginning of the part
6005 2024.11.19 05:57:25.343489 [ 263 ] {fdcba468-4562-40f8-bd41-5f083c30d873} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6006 2024.11.19 05:57:25.344022 [ 188 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 13 rows starting from the beginning of the part
6007 2024.11.19 05:57:25.344412 [ 188 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 13 rows starting from the beginning of the part
6008 2024.11.19 05:57:25.344718 [ 188 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 13 rows starting from the beginning of the part
6009 2024.11.19 05:57:25.345987 [ 263 ] {fdcba468-4562-40f8-bd41-5f083c30d873} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6010 2024.11.19 05:57:25.346037 [ 263 ] {fdcba468-4562-40f8-bd41-5f083c30d873} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6011 2024.11.19 05:57:25.346335 [ 188 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003373765 sec., 19266.309301329526 rows/sec., 1.25 MiB/sec.
6012 2024.11.19 05:57:25.346472 [ 188 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
6013 2024.11.19 05:57:25.346631 [ 263 ] {fdcba468-4562-40f8-bd41-5f083c30d873} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6014 2024.11.19 05:57:25.346823 [ 188 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_17_4} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6015 2024.11.19 05:57:25.346930 [ 188 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_17_4} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
6016 2024.11.19 05:57:25.346974 [ 263 ] {fdcba468-4562-40f8-bd41-5f083c30d873} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6017 2024.11.19 05:57:25.347024 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
6018 2024.11.19 05:57:25.347263 [ 263 ] {fdcba468-4562-40f8-bd41-5f083c30d873} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.003997 sec., 105829.37202902178 rows/sec., 7.57 MiB/sec.
6019 2024.11.19 05:57:25.347359 [ 263 ] {fdcba468-4562-40f8-bd41-5f083c30d873} <Debug> TCPHandler: Processed in 0.004291145 sec.
6020 2024.11.19 05:57:25.347576 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6021 2024.11.19 05:57:25.347754 [ 259 ] {1a5978e3-4fc3-4099-909b-1785f268abbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6022 2024.11.19 05:57:25.347805 [ 259 ] {1a5978e3-4fc3-4099-909b-1785f268abbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6023 2024.11.19 05:57:25.348276 [ 259 ] {1a5978e3-4fc3-4099-909b-1785f268abbb} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6024 2024.11.19 05:57:25.348316 [ 259 ] {1a5978e3-4fc3-4099-909b-1785f268abbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6025 2024.11.19 05:57:25.348676 [ 259 ] {1a5978e3-4fc3-4099-909b-1785f268abbb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
6026 2024.11.19 05:57:25.348916 [ 259 ] {1a5978e3-4fc3-4099-909b-1785f268abbb} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6027 2024.11.19 05:57:25.349150 [ 259 ] {1a5978e3-4fc3-4099-909b-1785f268abbb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001426 sec., 4207.57363253857 rows/sec., 219.83 KiB/sec.
6028 2024.11.19 05:57:25.349202 [ 259 ] {1a5978e3-4fc3-4099-909b-1785f268abbb} <Debug> TCPHandler: Processed in 0.001736838 sec.
6029 2024.11.19 05:57:25.349345 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6030 2024.11.19 05:57:25.349477 [ 263 ] {717d83c5-5719-4053-9ee1-ba07485433a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6031 2024.11.19 05:57:25.349536 [ 263 ] {717d83c5-5719-4053-9ee1-ba07485433a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6032 2024.11.19 05:57:25.350164 [ 263 ] {717d83c5-5719-4053-9ee1-ba07485433a9} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6033 2024.11.19 05:57:25.350205 [ 263 ] {717d83c5-5719-4053-9ee1-ba07485433a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6034 2024.11.19 05:57:25.350597 [ 263 ] {717d83c5-5719-4053-9ee1-ba07485433a9} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6035 2024.11.19 05:57:25.350858 [ 263 ] {717d83c5-5719-4053-9ee1-ba07485433a9} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6036 2024.11.19 05:57:25.351040 [ 263 ] {717d83c5-5719-4053-9ee1-ba07485433a9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001593 sec., 148775.8945386064 rows/sec., 9.97 MiB/sec.
6037 2024.11.19 05:57:25.351092 [ 263 ] {717d83c5-5719-4053-9ee1-ba07485433a9} <Debug> TCPHandler: Processed in 0.001811319 sec.
6038 2024.11.19 05:57:25.351219 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6039 2024.11.19 05:57:25.351318 [ 259 ] {f5d9c0e1-ba43-4238-b7d4-491de16973f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6040 2024.11.19 05:57:25.351363 [ 259 ] {f5d9c0e1-ba43-4238-b7d4-491de16973f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6041 2024.11.19 05:57:25.351750 [ 259 ] {f5d9c0e1-ba43-4238-b7d4-491de16973f9} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6042 2024.11.19 05:57:25.351785 [ 259 ] {f5d9c0e1-ba43-4238-b7d4-491de16973f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6043 2024.11.19 05:57:25.352190 [ 259 ] {f5d9c0e1-ba43-4238-b7d4-491de16973f9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
6044 2024.11.19 05:57:25.352420 [ 259 ] {f5d9c0e1-ba43-4238-b7d4-491de16973f9} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6045 2024.11.19 05:57:25.352597 [ 259 ] {f5d9c0e1-ba43-4238-b7d4-491de16973f9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001286 sec., 777.6049766718506 rows/sec., 52.40 KiB/sec.
6046 2024.11.19 05:57:25.352644 [ 259 ] {f5d9c0e1-ba43-4238-b7d4-491de16973f9} <Debug> TCPHandler: Processed in 0.001469416 sec.
6047 2024.11.19 05:57:25.352771 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6048 2024.11.19 05:57:25.352880 [ 263 ] {9f57e876-e407-4e7a-9e12-fd3517b94c88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6049 2024.11.19 05:57:25.352945 [ 263 ] {9f57e876-e407-4e7a-9e12-fd3517b94c88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6050 2024.11.19 05:57:25.354067 [ 263 ] {9f57e876-e407-4e7a-9e12-fd3517b94c88} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6051 2024.11.19 05:57:25.354105 [ 263 ] {9f57e876-e407-4e7a-9e12-fd3517b94c88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6052 2024.11.19 05:57:25.354760 [ 263 ] {9f57e876-e407-4e7a-9e12-fd3517b94c88} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6053 2024.11.19 05:57:25.355036 [ 263 ] {9f57e876-e407-4e7a-9e12-fd3517b94c88} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6054 2024.11.19 05:57:25.355291 [ 263 ] {9f57e876-e407-4e7a-9e12-fd3517b94c88} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002433 sec., 16851.623510069872 rows/sec., 30.20 MiB/sec.
6055 2024.11.19 05:57:25.355679 [ 263 ] {9f57e876-e407-4e7a-9e12-fd3517b94c88} <Debug> TCPHandler: Processed in 0.00295935 sec.
6056 2024.11.19 05:57:25.355811 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6057 2024.11.19 05:57:25.355919 [ 259 ] {f66a1b0c-3b1c-4eb7-8b15-47578e557e07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6058 2024.11.19 05:57:25.355971 [ 259 ] {f66a1b0c-3b1c-4eb7-8b15-47578e557e07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6059 2024.11.19 05:57:25.356450 [ 259 ] {f66a1b0c-3b1c-4eb7-8b15-47578e557e07} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6060 2024.11.19 05:57:25.356488 [ 259 ] {f66a1b0c-3b1c-4eb7-8b15-47578e557e07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6061 2024.11.19 05:57:25.356841 [ 259 ] {f66a1b0c-3b1c-4eb7-8b15-47578e557e07} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6062 2024.11.19 05:57:25.357075 [ 259 ] {f66a1b0c-3b1c-4eb7-8b15-47578e557e07} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6063 2024.11.19 05:57:25.357261 [ 259 ] {f66a1b0c-3b1c-4eb7-8b15-47578e557e07} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001364 sec., 60117.302052785926 rows/sec., 3.82 MiB/sec.
6064 2024.11.19 05:57:25.357309 [ 259 ] {f66a1b0c-3b1c-4eb7-8b15-47578e557e07} <Debug> TCPHandler: Processed in 0.001549426 sec.
6065 2024.11.19 05:57:28.752029 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 844
6066 2024.11.19 05:57:28.755478 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6067 2024.11.19 05:57:28.755539 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6068 2024.11.19 05:57:28.757029 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
6069 2024.11.19 05:57:28.757364 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6070 2024.11.19 05:57:28.757536 [ 130 ] {} <Debug> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
6071 2024.11.19 05:57:28.757614 [ 130 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6072 2024.11.19 05:57:28.757654 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6073 2024.11.19 05:57:28.758127 [ 196 ] {3d17012a-6c43-4282-98e6-700f65c969c7::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
6074 2024.11.19 05:57:28.758802 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 844
6075 2024.11.19 05:57:28.759299 [ 196 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6076 2024.11.19 05:57:28.759480 [ 196 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 704 rows starting from the beginning of the part
6077 2024.11.19 05:57:28.760177 [ 196 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 34 rows starting from the beginning of the part
6078 2024.11.19 05:57:28.760816 [ 196 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part
6079 2024.11.19 05:57:28.761488 [ 196 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 16 rows starting from the beginning of the part
6080 2024.11.19 05:57:28.762091 [ 196 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 30 rows starting from the beginning of the part
6081 2024.11.19 05:57:28.762653 [ 196 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 30 rows starting from the beginning of the part
6082 2024.11.19 05:57:28.770404 [ 199 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 844 rows, containing 72 columns (72 merged, 0 gathered) in 0.012599431 sec., 66987.15203885 rows/sec., 54.91 MiB/sec.
6083 2024.11.19 05:57:28.771729 [ 189 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
6084 2024.11.19 05:57:28.772573 [ 189 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_26_5} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6085 2024.11.19 05:57:28.772681 [ 189 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_26_5} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
6086 2024.11.19 05:57:28.773028 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.22 MiB.
6087 2024.11.19 05:57:30.320123 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6088 2024.11.19 05:57:30.320364 [ 259 ] {84c9af71-fb13-4f6f-a6c3-b712fcf0b5f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6089 2024.11.19 05:57:30.320463 [ 259 ] {84c9af71-fb13-4f6f-a6c3-b712fcf0b5f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6090 2024.11.19 05:57:30.321467 [ 259 ] {84c9af71-fb13-4f6f-a6c3-b712fcf0b5f2} <Trace> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6091 2024.11.19 05:57:30.321521 [ 259 ] {84c9af71-fb13-4f6f-a6c3-b712fcf0b5f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6092 2024.11.19 05:57:30.321951 [ 259 ] {84c9af71-fb13-4f6f-a6c3-b712fcf0b5f2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
6093 2024.11.19 05:57:30.322213 [ 259 ] {84c9af71-fb13-4f6f-a6c3-b712fcf0b5f2} <Trace> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6094 2024.11.19 05:57:30.322610 [ 259 ] {84c9af71-fb13-4f6f-a6c3-b712fcf0b5f2} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.002283 sec., 7008.32238282961 rows/sec., 571.48 KiB/sec.
6095 2024.11.19 05:57:30.322896 [ 259 ] {84c9af71-fb13-4f6f-a6c3-b712fcf0b5f2} <Debug> TCPHandler: Processed in 0.00289825 sec.
6096 2024.11.19 05:57:30.323125 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6097 2024.11.19 05:57:30.323273 [ 263 ] {7573bffd-accb-4c50-8edc-ff2c882b1a1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6098 2024.11.19 05:57:30.323334 [ 263 ] {7573bffd-accb-4c50-8edc-ff2c882b1a1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6099 2024.11.19 05:57:30.324060 [ 263 ] {7573bffd-accb-4c50-8edc-ff2c882b1a1a} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6100 2024.11.19 05:57:30.324111 [ 263 ] {7573bffd-accb-4c50-8edc-ff2c882b1a1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6101 2024.11.19 05:57:30.324513 [ 263 ] {7573bffd-accb-4c50-8edc-ff2c882b1a1a} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6102 2024.11.19 05:57:30.324767 [ 263 ] {7573bffd-accb-4c50-8edc-ff2c882b1a1a} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6103 2024.11.19 05:57:30.324997 [ 263 ] {7573bffd-accb-4c50-8edc-ff2c882b1a1a} <Debug> executeQuery: Read 64 rows, 4.99 KiB in 0.001757 sec., 36425.725668753556 rows/sec., 2.77 MiB/sec.
6104 2024.11.19 05:57:30.325081 [ 263 ] {7573bffd-accb-4c50-8edc-ff2c882b1a1a} <Debug> TCPHandler: Processed in 0.002027821 sec.
6105 2024.11.19 05:57:30.325253 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6106 2024.11.19 05:57:30.325388 [ 259 ] {5f9a2d9d-ec38-4eb6-8101-1f3e343dd746} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6107 2024.11.19 05:57:30.325445 [ 259 ] {5f9a2d9d-ec38-4eb6-8101-1f3e343dd746} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6108 2024.11.19 05:57:30.326093 [ 259 ] {5f9a2d9d-ec38-4eb6-8101-1f3e343dd746} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6109 2024.11.19 05:57:30.326139 [ 259 ] {5f9a2d9d-ec38-4eb6-8101-1f3e343dd746} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6110 2024.11.19 05:57:30.326529 [ 259 ] {5f9a2d9d-ec38-4eb6-8101-1f3e343dd746} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6111 2024.11.19 05:57:30.326782 [ 259 ] {5f9a2d9d-ec38-4eb6-8101-1f3e343dd746} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6112 2024.11.19 05:57:30.326956 [ 129 ] {} <Debug> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0
6113 2024.11.19 05:57:30.327020 [ 259 ] {5f9a2d9d-ec38-4eb6-8101-1f3e343dd746} <Debug> executeQuery: Read 16 rows, 1.12 KiB in 0.001659 sec., 9644.36407474382 rows/sec., 673.41 KiB/sec.
6114 2024.11.19 05:57:30.327040 [ 129 ] {} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6115 2024.11.19 05:57:30.327116 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6116 2024.11.19 05:57:30.327161 [ 259 ] {5f9a2d9d-ec38-4eb6-8101-1f3e343dd746} <Debug> TCPHandler: Processed in 0.00198344 sec.
6117 2024.11.19 05:57:30.327450 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6118 2024.11.19 05:57:30.327673 [ 190 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::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
6119 2024.11.19 05:57:30.327801 [ 263 ] {c5ddc6da-0e5d-44f9-a7ec-f41e32a24b27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6120 2024.11.19 05:57:30.327964 [ 263 ] {c5ddc6da-0e5d-44f9-a7ec-f41e32a24b27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6121 2024.11.19 05:57:30.328253 [ 190 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6122 2024.11.19 05:57:30.328326 [ 190 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 66 rows starting from the beginning of the part
6123 2024.11.19 05:57:30.328722 [ 190 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part
6124 2024.11.19 05:57:30.329205 [ 190 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 48 rows starting from the beginning of the part
6125 2024.11.19 05:57:30.329539 [ 190 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 48 rows starting from the beginning of the part
6126 2024.11.19 05:57:30.329766 [ 190 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 48 rows starting from the beginning of the part
6127 2024.11.19 05:57:30.330152 [ 190 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 16 rows starting from the beginning of the part
6128 2024.11.19 05:57:30.330907 [ 263 ] {c5ddc6da-0e5d-44f9-a7ec-f41e32a24b27} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6129 2024.11.19 05:57:30.330981 [ 263 ] {c5ddc6da-0e5d-44f9-a7ec-f41e32a24b27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6130 2024.11.19 05:57:30.332451 [ 263 ] {c5ddc6da-0e5d-44f9-a7ec-f41e32a24b27} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6131 2024.11.19 05:57:30.333015 [ 263 ] {c5ddc6da-0e5d-44f9-a7ec-f41e32a24b27} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6132 2024.11.19 05:57:30.333536 [ 199 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 228 rows, containing 5 columns (5 merged, 0 gathered) in 0.006293275 sec., 36229.149369763756 rows/sec., 2.72 MiB/sec.
6133 2024.11.19 05:57:30.333623 [ 263 ] {c5ddc6da-0e5d-44f9-a7ec-f41e32a24b27} <Debug> executeQuery: Read 80 rows, 6.42 KiB in 0.005954 sec., 13436.345314074571 rows/sec., 1.05 MiB/sec.
6134 2024.11.19 05:57:30.333760 [ 263 ] {c5ddc6da-0e5d-44f9-a7ec-f41e32a24b27} <Debug> TCPHandler: Processed in 0.006467638 sec.
6135 2024.11.19 05:57:30.333841 [ 199 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary)
6136 2024.11.19 05:57:30.333945 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6137 2024.11.19 05:57:30.334124 [ 259 ] {4aab86b7-5cfc-4f03-9b43-3d3f67012654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6138 2024.11.19 05:57:30.334195 [ 259 ] {4aab86b7-5cfc-4f03-9b43-3d3f67012654} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6139 2024.11.19 05:57:30.334421 [ 199 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_25_5} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6140 2024.11.19 05:57:30.334674 [ 199 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_25_5} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5
6141 2024.11.19 05:57:30.334852 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
6142 2024.11.19 05:57:30.335149 [ 259 ] {4aab86b7-5cfc-4f03-9b43-3d3f67012654} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6143 2024.11.19 05:57:30.335192 [ 259 ] {4aab86b7-5cfc-4f03-9b43-3d3f67012654} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6144 2024.11.19 05:57:30.335594 [ 259 ] {4aab86b7-5cfc-4f03-9b43-3d3f67012654} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6145 2024.11.19 05:57:30.335838 [ 259 ] {4aab86b7-5cfc-4f03-9b43-3d3f67012654} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6146 2024.11.19 05:57:30.336061 [ 259 ] {4aab86b7-5cfc-4f03-9b43-3d3f67012654} <Debug> executeQuery: Read 136 rows, 9.69 KiB in 0.001994 sec., 68204.61384152457 rows/sec., 4.75 MiB/sec.
6147 2024.11.19 05:57:30.336119 [ 259 ] {4aab86b7-5cfc-4f03-9b43-3d3f67012654} <Debug> TCPHandler: Processed in 0.002257273 sec.
6148 2024.11.19 05:57:30.336287 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6149 2024.11.19 05:57:30.336424 [ 263 ] {b1dd8997-c4bc-405c-9fbc-233cce8d70bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6150 2024.11.19 05:57:30.336482 [ 263 ] {b1dd8997-c4bc-405c-9fbc-233cce8d70bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6151 2024.11.19 05:57:30.337029 [ 263 ] {b1dd8997-c4bc-405c-9fbc-233cce8d70bf} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6152 2024.11.19 05:57:30.337078 [ 263 ] {b1dd8997-c4bc-405c-9fbc-233cce8d70bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6153 2024.11.19 05:57:30.337487 [ 263 ] {b1dd8997-c4bc-405c-9fbc-233cce8d70bf} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6154 2024.11.19 05:57:30.337734 [ 263 ] {b1dd8997-c4bc-405c-9fbc-233cce8d70bf} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6155 2024.11.19 05:57:30.337916 [ 263 ] {b1dd8997-c4bc-405c-9fbc-233cce8d70bf} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001524 sec., 31496.062992125986 rows/sec., 2.12 MiB/sec.
6156 2024.11.19 05:57:30.337965 [ 263 ] {b1dd8997-c4bc-405c-9fbc-233cce8d70bf} <Debug> TCPHandler: Processed in 0.001759118 sec.
6157 2024.11.19 05:57:31.162767 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104
6158 2024.11.19 05:57:31.163634 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6159 2024.11.19 05:57:31.163692 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6160 2024.11.19 05:57:31.164455 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6161 2024.11.19 05:57:31.164891 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6162 2024.11.19 05:57:31.165149 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104
6163 2024.11.19 05:57:32.241884 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264
6164 2024.11.19 05:57:32.265656 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6165 2024.11.19 05:57:32.265721 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6166 2024.11.19 05:57:32.273873 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6167 2024.11.19 05:57:32.274682 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6168 2024.11.19 05:57:32.278286 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264
6169 2024.11.19 05:57:35.320645 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6170 2024.11.19 05:57:35.320851 [ 259 ] {568e00ed-48ab-441b-924b-162f87045cc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6171 2024.11.19 05:57:35.320923 [ 259 ] {568e00ed-48ab-441b-924b-162f87045cc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6172 2024.11.19 05:57:35.321718 [ 259 ] {568e00ed-48ab-441b-924b-162f87045cc3} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6173 2024.11.19 05:57:35.321768 [ 259 ] {568e00ed-48ab-441b-924b-162f87045cc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6174 2024.11.19 05:57:35.322202 [ 259 ] {568e00ed-48ab-441b-924b-162f87045cc3} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6175 2024.11.19 05:57:35.322481 [ 259 ] {568e00ed-48ab-441b-924b-162f87045cc3} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6176 2024.11.19 05:57:35.322651 [ 120 ] {} <Debug> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6177 2024.11.19 05:57:35.322701 [ 259 ] {568e00ed-48ab-441b-924b-162f87045cc3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.0019 sec., 29473.684210526317 rows/sec., 2.26 MiB/sec.
6178 2024.11.19 05:57:35.322706 [ 120 ] {} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6179 2024.11.19 05:57:35.322753 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6180 2024.11.19 05:57:35.322785 [ 259 ] {568e00ed-48ab-441b-924b-162f87045cc3} <Debug> TCPHandler: Processed in 0.002268884 sec.
6181 2024.11.19 05:57:35.323074 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6182 2024.11.19 05:57:35.323465 [ 187 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::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
6183 2024.11.19 05:57:35.323489 [ 263 ] {d30cb2ee-4e62-44fa-b96d-08c81df87ca4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6184 2024.11.19 05:57:35.323628 [ 263 ] {d30cb2ee-4e62-44fa-b96d-08c81df87ca4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6185 2024.11.19 05:57:35.323880 [ 187 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6186 2024.11.19 05:57:35.323950 [ 187 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1434 rows starting from the beginning of the part
6187 2024.11.19 05:57:35.324240 [ 187 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 56 rows starting from the beginning of the part
6188 2024.11.19 05:57:35.324613 [ 187 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 56 rows starting from the beginning of the part
6189 2024.11.19 05:57:35.325083 [ 187 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 285 rows starting from the beginning of the part
6190 2024.11.19 05:57:35.325403 [ 187 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part
6191 2024.11.19 05:57:35.325786 [ 187 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 56 rows starting from the beginning of the part
6192 2024.11.19 05:57:35.326695 [ 263 ] {d30cb2ee-4e62-44fa-b96d-08c81df87ca4} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6193 2024.11.19 05:57:35.326767 [ 263 ] {d30cb2ee-4e62-44fa-b96d-08c81df87ca4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6194 2024.11.19 05:57:35.327810 [ 263 ] {d30cb2ee-4e62-44fa-b96d-08c81df87ca4} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6195 2024.11.19 05:57:35.328247 [ 263 ] {d30cb2ee-4e62-44fa-b96d-08c81df87ca4} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6196 2024.11.19 05:57:35.328464 [ 120 ] {} <Debug> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6197 2024.11.19 05:57:35.328563 [ 120 ] {} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6198 2024.11.19 05:57:35.328648 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6199 2024.11.19 05:57:35.328763 [ 263 ] {d30cb2ee-4e62-44fa-b96d-08c81df87ca4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005338 sec., 11989.509179467967 rows/sec., 958.27 KiB/sec.
6200 2024.11.19 05:57:35.329256 [ 263 ] {d30cb2ee-4e62-44fa-b96d-08c81df87ca4} <Debug> TCPHandler: Processed in 0.006343566 sec.
6201 2024.11.19 05:57:35.329475 [ 193 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::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
6202 2024.11.19 05:57:35.329496 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6203 2024.11.19 05:57:35.329495 [ 199 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1951 rows, containing 5 columns (5 merged, 0 gathered) in 0.006584358 sec., 296308.3113038507 rows/sec., 25.90 MiB/sec.
6204 2024.11.19 05:57:35.329819 [ 259 ] {06cbc9a9-301c-4616-98fc-4b155318f15f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6205 2024.11.19 05:57:35.329905 [ 199 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6206 2024.11.19 05:57:35.329926 [ 193 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6207 2024.11.19 05:57:35.329969 [ 259 ] {06cbc9a9-301c-4616-98fc-4b155318f15f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6208 2024.11.19 05:57:35.330095 [ 193 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 915 rows starting from the beginning of the part
6209 2024.11.19 05:57:35.330898 [ 193 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 64 rows starting from the beginning of the part
6210 2024.11.19 05:57:35.330953 [ 199 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_51_10} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6211 2024.11.19 05:57:35.331385 [ 199 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_51_10} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6212 2024.11.19 05:57:35.331613 [ 193 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 64 rows starting from the beginning of the part
6213 2024.11.19 05:57:35.331640 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB.
6214 2024.11.19 05:57:35.331969 [ 193 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 423 rows starting from the beginning of the part
6215 2024.11.19 05:57:35.332384 [ 193 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 80 rows starting from the beginning of the part
6216 2024.11.19 05:57:35.332722 [ 193 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 64 rows starting from the beginning of the part
6217 2024.11.19 05:57:35.333259 [ 259 ] {06cbc9a9-301c-4616-98fc-4b155318f15f} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6218 2024.11.19 05:57:35.333334 [ 259 ] {06cbc9a9-301c-4616-98fc-4b155318f15f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6219 2024.11.19 05:57:35.334158 [ 259 ] {06cbc9a9-301c-4616-98fc-4b155318f15f} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6220 2024.11.19 05:57:35.334736 [ 259 ] {06cbc9a9-301c-4616-98fc-4b155318f15f} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6221 2024.11.19 05:57:35.335370 [ 120 ] {} <Debug> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6222 2024.11.19 05:57:35.335511 [ 120 ] {} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6223 2024.11.19 05:57:35.335615 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6224 2024.11.19 05:57:35.335906 [ 259 ] {06cbc9a9-301c-4616-98fc-4b155318f15f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006189 sec., 25852.318629827114 rows/sec., 1.80 MiB/sec.
6225 2024.11.19 05:57:35.336591 [ 259 ] {06cbc9a9-301c-4616-98fc-4b155318f15f} <Debug> TCPHandler: Processed in 0.007189515 sec.
6226 2024.11.19 05:57:35.336903 [ 191 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
6227 2024.11.19 05:57:35.337042 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6228 2024.11.19 05:57:35.337733 [ 263 ] {39291117-4ee6-4436-a2d7-a5846f6104dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6229 2024.11.19 05:57:35.337963 [ 263 ] {39291117-4ee6-4436-a2d7-a5846f6104dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6230 2024.11.19 05:57:35.337973 [ 191 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6231 2024.11.19 05:57:35.338175 [ 191 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 9631 rows starting from the beginning of the part
6232 2024.11.19 05:57:35.338126 [ 193 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1610 rows, containing 5 columns (5 merged, 0 gathered) in 0.009348007 sec., 172229.22490323338 rows/sec., 13.29 MiB/sec.
6233 2024.11.19 05:57:35.338610 [ 191 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 128 rows starting from the beginning of the part
6234 2024.11.19 05:57:35.338981 [ 191 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part
6235 2024.11.19 05:57:35.339281 [ 191 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 237 rows starting from the beginning of the part
6236 2024.11.19 05:57:35.339622 [ 191 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 136 rows starting from the beginning of the part
6237 2024.11.19 05:57:35.339960 [ 191 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
6238 2024.11.19 05:57:35.339996 [ 198 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6239 2024.11.19 05:57:35.341382 [ 263 ] {39291117-4ee6-4436-a2d7-a5846f6104dc} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6240 2024.11.19 05:57:35.341483 [ 263 ] {39291117-4ee6-4436-a2d7-a5846f6104dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6241 2024.11.19 05:57:35.341706 [ 198 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_51_10} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6242 2024.11.19 05:57:35.341988 [ 198 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_51_10} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6243 2024.11.19 05:57:35.342341 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB.
6244 2024.11.19 05:57:35.342660 [ 263 ] {39291117-4ee6-4436-a2d7-a5846f6104dc} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6245 2024.11.19 05:57:35.343227 [ 263 ] {39291117-4ee6-4436-a2d7-a5846f6104dc} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6246 2024.11.19 05:57:35.343507 [ 120 ] {} <Debug> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6247 2024.11.19 05:57:35.343547 [ 120 ] {} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6248 2024.11.19 05:57:35.343574 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6249 2024.11.19 05:57:35.343617 [ 263 ] {39291117-4ee6-4436-a2d7-a5846f6104dc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006084 sec., 9861.932938856016 rows/sec., 680.58 KiB/sec.
6250 2024.11.19 05:57:35.343856 [ 263 ] {39291117-4ee6-4436-a2d7-a5846f6104dc} <Debug> TCPHandler: Processed in 0.007098923 sec.
6251 2024.11.19 05:57:35.344197 [ 194 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
6252 2024.11.19 05:57:35.345103 [ 194 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6253 2024.11.19 05:57:35.345208 [ 194 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2932 rows starting from the beginning of the part
6254 2024.11.19 05:57:35.345572 [ 194 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 48 rows starting from the beginning of the part
6255 2024.11.19 05:57:35.345920 [ 194 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part
6256 2024.11.19 05:57:35.346276 [ 194 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 82 rows starting from the beginning of the part
6257 2024.11.19 05:57:35.346645 [ 194 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 48 rows starting from the beginning of the part
6258 2024.11.19 05:57:35.346828 [ 198 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10452 rows, containing 5 columns (5 merged, 0 gathered) in 0.010917553 sec., 957357.3858537715 rows/sec., 65.31 MiB/sec.
6259 2024.11.19 05:57:35.346961 [ 194 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
6260 2024.11.19 05:57:35.347288 [ 198 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6261 2024.11.19 05:57:35.347665 [ 198 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6262 2024.11.19 05:57:35.347767 [ 198 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6263 2024.11.19 05:57:35.347882 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.03 MiB.
6264 2024.11.19 05:57:35.348771 [ 195 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3230 rows, containing 4 columns (4 merged, 0 gathered) in 0.005092633 sec., 634249.5129729552 rows/sec., 41.68 MiB/sec.
6265 2024.11.19 05:57:35.349242 [ 195 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6266 2024.11.19 05:57:35.349663 [ 195 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_51_10} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6267 2024.11.19 05:57:35.349755 [ 195 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_51_10} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6268 2024.11.19 05:57:35.349847 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB.
6269 2024.11.19 05:57:36.016705 [ 120 ] {} <Debug> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
6270 2024.11.19 05:57:36.016781 [ 120 ] {} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6271 2024.11.19 05:57:36.016805 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6272 2024.11.19 05:57:36.017004 [ 192 ] {8f1df533-2533-4275-8ea8-866c069ee649::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
6273 2024.11.19 05:57:36.017235 [ 192 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6274 2024.11.19 05:57:36.017281 [ 192 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 13 rows starting from the beginning of the part
6275 2024.11.19 05:57:36.017375 [ 192 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part
6276 2024.11.19 05:57:36.017592 [ 192 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part
6277 2024.11.19 05:57:36.017849 [ 192 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part
6278 2024.11.19 05:57:36.018004 [ 192 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part
6279 2024.11.19 05:57:36.019127 [ 192 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17 rows, containing 4 columns (4 merged, 0 gathered) in 0.002254424 sec., 7540.728807003474 rows/sec., 508.12 KiB/sec.
6280 2024.11.19 05:57:36.019314 [ 201 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
6281 2024.11.19 05:57:36.019699 [ 201 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_17_4} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6282 2024.11.19 05:57:36.019795 [ 201 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_17_4} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
6283 2024.11.19 05:57:36.019898 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB.
6284 2024.11.19 05:57:36.644427 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52311, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6285 2024.11.19 05:57:36.878547 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60535, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6286 2024.11.19 05:57:36.925836 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37207, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6287 2024.11.19 05:57:36.933150 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39450, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6288 2024.11.19 05:57:37.069536 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55882, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6289 2024.11.19 05:57:37.079865 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48925, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6290 2024.11.19 05:57:37.101212 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59307, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6291 2024.11.19 05:57:37.111516 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56979, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6292 2024.11.19 05:57:37.627904 [ 117 ] {} <Debug> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
6293 2024.11.19 05:57:37.627982 [ 117 ] {} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6294 2024.11.19 05:57:37.628013 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6295 2024.11.19 05:57:37.628188 [ 194 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::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
6296 2024.11.19 05:57:37.628363 [ 194 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6297 2024.11.19 05:57:37.628405 [ 194 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 242 rows starting from the beginning of the part
6298 2024.11.19 05:57:37.628491 [ 194 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part
6299 2024.11.19 05:57:37.628735 [ 194 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part
6300 2024.11.19 05:57:37.628948 [ 194 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part
6301 2024.11.19 05:57:37.629089 [ 194 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part
6302 2024.11.19 05:57:37.630344 [ 201 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002247983 sec., 132563.28006039193 rows/sec., 9.50 MiB/sec.
6303 2024.11.19 05:57:37.630504 [ 194 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
6304 2024.11.19 05:57:37.630802 [ 194 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_17_4} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6305 2024.11.19 05:57:37.630886 [ 194 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_17_4} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
6306 2024.11.19 05:57:37.630971 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
6307 2024.11.19 05:57:38.337547 [ 117 ] {} <Debug> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
6308 2024.11.19 05:57:38.337619 [ 117 ] {} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6309 2024.11.19 05:57:38.337645 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6310 2024.11.19 05:57:38.337859 [ 186 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::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
6311 2024.11.19 05:57:38.338091 [ 186 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6312 2024.11.19 05:57:38.338134 [ 186 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 78 rows starting from the beginning of the part
6313 2024.11.19 05:57:38.338215 [ 186 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part
6314 2024.11.19 05:57:38.338446 [ 186 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part
6315 2024.11.19 05:57:38.338692 [ 186 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part
6316 2024.11.19 05:57:38.338846 [ 186 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part
6317 2024.11.19 05:57:38.339926 [ 194 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 102 rows, containing 4 columns (4 merged, 0 gathered) in 0.002198143 sec., 46402.80454911259 rows/sec., 2.37 MiB/sec.
6318 2024.11.19 05:57:38.340078 [ 194 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
6319 2024.11.19 05:57:38.340449 [ 194 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_17_4} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6320 2024.11.19 05:57:38.340556 [ 194 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_17_4} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
6321 2024.11.19 05:57:38.340642 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6322 2024.11.19 05:57:38.524857 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache
6323 2024.11.19 05:57:38.524895 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache
6324 2024.11.19 05:57:38.665426 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531
6325 2024.11.19 05:57:38.666156 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6326 2024.11.19 05:57:38.666213 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6327 2024.11.19 05:57:38.666794 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6328 2024.11.19 05:57:38.667052 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6329 2024.11.19 05:57:38.667243 [ 118 ] {} <Debug> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6330 2024.11.19 05:57:38.667308 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531
6331 2024.11.19 05:57:38.667333 [ 118 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6332 2024.11.19 05:57:38.667366 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6333 2024.11.19 05:57:38.667502 [ 201 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::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
6334 2024.11.19 05:57:38.667662 [ 201 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6335 2024.11.19 05:57:38.667704 [ 201 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part
6336 2024.11.19 05:57:38.667783 [ 201 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 427 rows starting from the beginning of the part
6337 2024.11.19 05:57:38.668025 [ 201 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 488 rows starting from the beginning of the part
6338 2024.11.19 05:57:38.668258 [ 201 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 427 rows starting from the beginning of the part
6339 2024.11.19 05:57:38.668439 [ 201 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 488 rows starting from the beginning of the part
6340 2024.11.19 05:57:38.668626 [ 201 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 427 rows starting from the beginning of the part
6341 2024.11.19 05:57:38.671315 [ 197 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003877761 sec., 4263027.0406041015 rows/sec., 60.98 MiB/sec.
6342 2024.11.19 05:57:38.671421 [ 197 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6343 2024.11.19 05:57:38.671725 [ 197 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_36_7} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6344 2024.11.19 05:57:38.671814 [ 197 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_36_7} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6345 2024.11.19 05:57:38.671911 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB.
6346 2024.11.19 05:57:38.759202 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 864
6347 2024.11.19 05:57:38.762266 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6348 2024.11.19 05:57:38.762312 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6349 2024.11.19 05:57:38.763813 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6350 2024.11.19 05:57:38.764145 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6351 2024.11.19 05:57:38.765621 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 864
6352 2024.11.19 05:57:39.778473 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272
6353 2024.11.19 05:57:39.800724 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6354 2024.11.19 05:57:39.800791 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6355 2024.11.19 05:57:39.808474 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6356 2024.11.19 05:57:39.809284 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6357 2024.11.19 05:57:39.809658 [ 116 ] {} <Debug> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6358 2024.11.19 05:57:39.809792 [ 116 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6359 2024.11.19 05:57:39.809855 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6360 2024.11.19 05:57:39.810265 [ 196 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
6361 2024.11.19 05:57:39.818534 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35474, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6362 2024.11.19 05:57:39.825795 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272
6363 2024.11.19 05:57:39.827192 [ 196 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6364 2024.11.19 05:57:39.828451 [ 196 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
6365 2024.11.19 05:57:39.833535 [ 196 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
6366 2024.11.19 05:57:39.839010 [ 196 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 7 rows starting from the beginning of the part
6367 2024.11.19 05:57:39.844531 [ 196 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
6368 2024.11.19 05:57:39.850299 [ 196 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 7 rows starting from the beginning of the part
6369 2024.11.19 05:57:39.855145 [ 196 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
6370 2024.11.19 05:57:39.913980 [ 197 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.103975749 sec., 2615.9946200531817 rows/sec., 13.53 MiB/sec.
6371 2024.11.19 05:57:39.917205 [ 197 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6372 2024.11.19 05:57:39.920273 [ 197 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_36_7} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6373 2024.11.19 05:57:39.920407 [ 197 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_36_7} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6374 2024.11.19 05:57:39.922999 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB.
6375 2024.11.19 05:57:40.000187 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.75 MiB, peak 216.63 MiB, free memory in arenas 0.00 B, will set to 206.55 MiB (RSS), difference: 1.79 MiB
6376 2024.11.19 05:57:40.327717 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6377 2024.11.19 05:57:40.327905 [ 259 ] {a5c60d88-f536-4915-9428-bb8f4dd88b72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6378 2024.11.19 05:57:40.327977 [ 259 ] {a5c60d88-f536-4915-9428-bb8f4dd88b72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6379 2024.11.19 05:57:40.328754 [ 259 ] {a5c60d88-f536-4915-9428-bb8f4dd88b72} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6380 2024.11.19 05:57:40.328798 [ 259 ] {a5c60d88-f536-4915-9428-bb8f4dd88b72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6381 2024.11.19 05:57:40.329235 [ 259 ] {a5c60d88-f536-4915-9428-bb8f4dd88b72} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6382 2024.11.19 05:57:40.329500 [ 259 ] {a5c60d88-f536-4915-9428-bb8f4dd88b72} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6383 2024.11.19 05:57:40.329740 [ 259 ] {a5c60d88-f536-4915-9428-bb8f4dd88b72} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001885 sec., 7427.055702917772 rows/sec., 534.65 KiB/sec.
6384 2024.11.19 05:57:40.329807 [ 259 ] {a5c60d88-f536-4915-9428-bb8f4dd88b72} <Debug> TCPHandler: Processed in 0.002216203 sec.
6385 2024.11.19 05:57:40.330003 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6386 2024.11.19 05:57:40.330148 [ 263 ] {b777eeb7-3493-4e65-93a5-c0a5095e6622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6387 2024.11.19 05:57:40.330208 [ 263 ] {b777eeb7-3493-4e65-93a5-c0a5095e6622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6388 2024.11.19 05:57:40.330960 [ 263 ] {b777eeb7-3493-4e65-93a5-c0a5095e6622} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6389 2024.11.19 05:57:40.330998 [ 263 ] {b777eeb7-3493-4e65-93a5-c0a5095e6622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6390 2024.11.19 05:57:40.331434 [ 263 ] {b777eeb7-3493-4e65-93a5-c0a5095e6622} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6391 2024.11.19 05:57:40.331677 [ 263 ] {b777eeb7-3493-4e65-93a5-c0a5095e6622} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6392 2024.11.19 05:57:40.331911 [ 263 ] {b777eeb7-3493-4e65-93a5-c0a5095e6622} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.001794 sec., 158862.8762541806 rows/sec., 14.04 MiB/sec.
6393 2024.11.19 05:57:40.331991 [ 263 ] {b777eeb7-3493-4e65-93a5-c0a5095e6622} <Debug> TCPHandler: Processed in 0.002057301 sec.
6394 2024.11.19 05:57:40.332214 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6395 2024.11.19 05:57:40.332415 [ 259 ] {fa6ee530-b1b7-4941-97d3-dbc95ae31a09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6396 2024.11.19 05:57:40.332464 [ 259 ] {fa6ee530-b1b7-4941-97d3-dbc95ae31a09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6397 2024.11.19 05:57:40.333010 [ 259 ] {fa6ee530-b1b7-4941-97d3-dbc95ae31a09} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6398 2024.11.19 05:57:40.333049 [ 259 ] {fa6ee530-b1b7-4941-97d3-dbc95ae31a09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6399 2024.11.19 05:57:40.333406 [ 259 ] {fa6ee530-b1b7-4941-97d3-dbc95ae31a09} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
6400 2024.11.19 05:57:40.333636 [ 259 ] {fa6ee530-b1b7-4941-97d3-dbc95ae31a09} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6401 2024.11.19 05:57:40.333849 [ 259 ] {fa6ee530-b1b7-4941-97d3-dbc95ae31a09} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001478 sec., 32476.319350473615 rows/sec., 2.34 MiB/sec.
6402 2024.11.19 05:57:40.333900 [ 259 ] {fa6ee530-b1b7-4941-97d3-dbc95ae31a09} <Debug> TCPHandler: Processed in 0.001819429 sec.
6403 2024.11.19 05:57:40.334033 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6404 2024.11.19 05:57:40.334162 [ 263 ] {f60538e3-dee3-47bf-bea6-0b59ab64273b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6405 2024.11.19 05:57:40.334215 [ 263 ] {f60538e3-dee3-47bf-bea6-0b59ab64273b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6406 2024.11.19 05:57:40.334826 [ 263 ] {f60538e3-dee3-47bf-bea6-0b59ab64273b} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6407 2024.11.19 05:57:40.334865 [ 263 ] {f60538e3-dee3-47bf-bea6-0b59ab64273b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6408 2024.11.19 05:57:40.335208 [ 263 ] {f60538e3-dee3-47bf-bea6-0b59ab64273b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6409 2024.11.19 05:57:40.335450 [ 263 ] {f60538e3-dee3-47bf-bea6-0b59ab64273b} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6410 2024.11.19 05:57:40.335657 [ 263 ] {f60538e3-dee3-47bf-bea6-0b59ab64273b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001524 sec., 9186.351706036745 rows/sec., 643.35 KiB/sec.
6411 2024.11.19 05:57:40.335710 [ 263 ] {f60538e3-dee3-47bf-bea6-0b59ab64273b} <Debug> TCPHandler: Processed in 0.001739758 sec.
6412 2024.11.19 05:57:40.335925 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6413 2024.11.19 05:57:40.335980 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47308, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6414 2024.11.19 05:57:40.336070 [ 259 ] {31ace46d-14e6-4985-a5eb-7454e273997f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6415 2024.11.19 05:57:40.336143 [ 259 ] {31ace46d-14e6-4985-a5eb-7454e273997f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6416 2024.11.19 05:57:40.336751 [ 259 ] {31ace46d-14e6-4985-a5eb-7454e273997f} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6417 2024.11.19 05:57:40.336789 [ 259 ] {31ace46d-14e6-4985-a5eb-7454e273997f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6418 2024.11.19 05:57:40.337134 [ 259 ] {31ace46d-14e6-4985-a5eb-7454e273997f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6419 2024.11.19 05:57:40.337374 [ 259 ] {31ace46d-14e6-4985-a5eb-7454e273997f} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6420 2024.11.19 05:57:40.337635 [ 259 ] {31ace46d-14e6-4985-a5eb-7454e273997f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001604 sec., 8104.738154613467 rows/sec., 505.33 KiB/sec.
6421 2024.11.19 05:57:40.337858 [ 259 ] {31ace46d-14e6-4985-a5eb-7454e273997f} <Debug> TCPHandler: Processed in 0.001998551 sec.
6422 2024.11.19 05:57:40.338015 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6423 2024.11.19 05:57:40.338124 [ 263 ] {3b848f5a-047e-4840-8275-0abb6a4ebff9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6424 2024.11.19 05:57:40.338170 [ 263 ] {3b848f5a-047e-4840-8275-0abb6a4ebff9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6425 2024.11.19 05:57:40.338883 [ 263 ] {3b848f5a-047e-4840-8275-0abb6a4ebff9} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6426 2024.11.19 05:57:40.338922 [ 263 ] {3b848f5a-047e-4840-8275-0abb6a4ebff9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6427 2024.11.19 05:57:40.339293 [ 263 ] {3b848f5a-047e-4840-8275-0abb6a4ebff9} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6428 2024.11.19 05:57:40.339546 [ 263 ] {3b848f5a-047e-4840-8275-0abb6a4ebff9} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6429 2024.11.19 05:57:40.339775 [ 263 ] {3b848f5a-047e-4840-8275-0abb6a4ebff9} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001665 sec., 254054.05405405405 rows/sec., 18.16 MiB/sec.
6430 2024.11.19 05:57:40.339842 [ 263 ] {3b848f5a-047e-4840-8275-0abb6a4ebff9} <Debug> TCPHandler: Processed in 0.00187601 sec.
6431 2024.11.19 05:57:40.340083 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6432 2024.11.19 05:57:40.340241 [ 259 ] {4fbba93a-49ee-4eaa-8f04-f8de03251e6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6433 2024.11.19 05:57:40.340289 [ 259 ] {4fbba93a-49ee-4eaa-8f04-f8de03251e6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6434 2024.11.19 05:57:40.340742 [ 259 ] {4fbba93a-49ee-4eaa-8f04-f8de03251e6e} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6435 2024.11.19 05:57:40.340778 [ 259 ] {4fbba93a-49ee-4eaa-8f04-f8de03251e6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6436 2024.11.19 05:57:40.341137 [ 259 ] {4fbba93a-49ee-4eaa-8f04-f8de03251e6e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6437 2024.11.19 05:57:40.341378 [ 259 ] {4fbba93a-49ee-4eaa-8f04-f8de03251e6e} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6438 2024.11.19 05:57:40.341602 [ 259 ] {4fbba93a-49ee-4eaa-8f04-f8de03251e6e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001386 sec., 4329.004329004329 rows/sec., 226.17 KiB/sec.
6439 2024.11.19 05:57:40.341654 [ 259 ] {4fbba93a-49ee-4eaa-8f04-f8de03251e6e} <Debug> TCPHandler: Processed in 0.001702748 sec.
6440 2024.11.19 05:57:40.341806 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6441 2024.11.19 05:57:40.341936 [ 263 ] {d2a96d4c-be0c-4f3f-8d3f-2dd0012d68d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6442 2024.11.19 05:57:40.341993 [ 263 ] {d2a96d4c-be0c-4f3f-8d3f-2dd0012d68d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6443 2024.11.19 05:57:40.342641 [ 263 ] {d2a96d4c-be0c-4f3f-8d3f-2dd0012d68d8} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6444 2024.11.19 05:57:40.342685 [ 263 ] {d2a96d4c-be0c-4f3f-8d3f-2dd0012d68d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6445 2024.11.19 05:57:40.343065 [ 263 ] {d2a96d4c-be0c-4f3f-8d3f-2dd0012d68d8} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6446 2024.11.19 05:57:40.343304 [ 263 ] {d2a96d4c-be0c-4f3f-8d3f-2dd0012d68d8} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6447 2024.11.19 05:57:40.343502 [ 263 ] {d2a96d4c-be0c-4f3f-8d3f-2dd0012d68d8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001595 sec., 148589.34169278995 rows/sec., 9.96 MiB/sec.
6448 2024.11.19 05:57:40.343553 [ 263 ] {d2a96d4c-be0c-4f3f-8d3f-2dd0012d68d8} <Debug> TCPHandler: Processed in 0.001811219 sec.
6449 2024.11.19 05:57:40.343681 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6450 2024.11.19 05:57:40.343786 [ 259 ] {a325faef-29fd-4ae7-b582-cf1f6e6f773c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6451 2024.11.19 05:57:40.343832 [ 259 ] {a325faef-29fd-4ae7-b582-cf1f6e6f773c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6452 2024.11.19 05:57:40.344269 [ 259 ] {a325faef-29fd-4ae7-b582-cf1f6e6f773c} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6453 2024.11.19 05:57:40.344308 [ 259 ] {a325faef-29fd-4ae7-b582-cf1f6e6f773c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6454 2024.11.19 05:57:40.344662 [ 259 ] {a325faef-29fd-4ae7-b582-cf1f6e6f773c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6455 2024.11.19 05:57:40.344898 [ 259 ] {a325faef-29fd-4ae7-b582-cf1f6e6f773c} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6456 2024.11.19 05:57:40.345172 [ 259 ] {a325faef-29fd-4ae7-b582-cf1f6e6f773c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00139 sec., 719.4244604316547 rows/sec., 48.48 KiB/sec.
6457 2024.11.19 05:57:40.345367 [ 259 ] {a325faef-29fd-4ae7-b582-cf1f6e6f773c} <Debug> TCPHandler: Processed in 0.001732918 sec.
6458 2024.11.19 05:57:40.345519 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6459 2024.11.19 05:57:40.345629 [ 263 ] {ec0f1159-fbb1-4d58-9831-6e3028590c50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6460 2024.11.19 05:57:40.345712 [ 263 ] {ec0f1159-fbb1-4d58-9831-6e3028590c50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6461 2024.11.19 05:57:40.347020 [ 263 ] {ec0f1159-fbb1-4d58-9831-6e3028590c50} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6462 2024.11.19 05:57:40.347059 [ 263 ] {ec0f1159-fbb1-4d58-9831-6e3028590c50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6463 2024.11.19 05:57:40.347728 [ 263 ] {ec0f1159-fbb1-4d58-9831-6e3028590c50} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6464 2024.11.19 05:57:40.347992 [ 263 ] {ec0f1159-fbb1-4d58-9831-6e3028590c50} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6465 2024.11.19 05:57:40.348168 [ 115 ] {} <Debug> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
6466 2024.11.19 05:57:40.348236 [ 115 ] {} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6467 2024.11.19 05:57:40.348269 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6468 2024.11.19 05:57:40.348282 [ 263 ] {ec0f1159-fbb1-4d58-9831-6e3028590c50} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002665 sec., 15384.615384615385 rows/sec., 27.57 MiB/sec.
6469 2024.11.19 05:57:40.348847 [ 190 ] {e648c1b8-8686-4259-82f9-325f430fe764::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
6470 2024.11.19 05:57:40.349006 [ 263 ] {ec0f1159-fbb1-4d58-9831-6e3028590c50} <Debug> TCPHandler: Processed in 0.003534267 sec.
6471 2024.11.19 05:57:40.349266 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6472 2024.11.19 05:57:40.349579 [ 259 ] {d186bdce-770c-4a76-b753-f36126aff066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6473 2024.11.19 05:57:40.349712 [ 259 ] {d186bdce-770c-4a76-b753-f36126aff066} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6474 2024.11.19 05:57:40.350088 [ 190 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6475 2024.11.19 05:57:40.350365 [ 190 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 452 rows starting from the beginning of the part
6476 2024.11.19 05:57:40.351188 [ 190 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 41 rows starting from the beginning of the part
6477 2024.11.19 05:57:40.351983 [ 190 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 41 rows starting from the beginning of the part
6478 2024.11.19 05:57:40.351990 [ 259 ] {d186bdce-770c-4a76-b753-f36126aff066} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6479 2024.11.19 05:57:40.352076 [ 259 ] {d186bdce-770c-4a76-b753-f36126aff066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6480 2024.11.19 05:57:40.352655 [ 190 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 41 rows starting from the beginning of the part
6481 2024.11.19 05:57:40.353376 [ 190 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 41 rows starting from the beginning of the part
6482 2024.11.19 05:57:40.353529 [ 259 ] {d186bdce-770c-4a76-b753-f36126aff066} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6483 2024.11.19 05:57:40.353911 [ 190 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 41 rows starting from the beginning of the part
6484 2024.11.19 05:57:40.354294 [ 259 ] {d186bdce-770c-4a76-b753-f36126aff066} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6485 2024.11.19 05:57:40.355078 [ 259 ] {d186bdce-770c-4a76-b753-f36126aff066} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005592 sec., 14663.805436337625 rows/sec., 953.69 KiB/sec.
6486 2024.11.19 05:57:40.355184 [ 259 ] {d186bdce-770c-4a76-b753-f36126aff066} <Debug> TCPHandler: Processed in 0.006056983 sec.
6487 2024.11.19 05:57:40.374258 [ 190 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 657 rows, containing 19 columns (19 merged, 0 gathered) in 0.025855988 sec., 25409.974664282796 rows/sec., 45.53 MiB/sec.
6488 2024.11.19 05:57:40.375100 [ 193 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
6489 2024.11.19 05:57:40.375596 [ 193 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_20_4} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6490 2024.11.19 05:57:40.375691 [ 193 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_20_4} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
6491 2024.11.19 05:57:40.375865 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.56 MiB.
6492 2024.11.19 05:57:40.554960 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35315, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6493 2024.11.19 05:57:40.558492 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61984, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6494 2024.11.19 05:57:40.612926 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35764, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6495 2024.11.19 05:57:40.764071 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55316, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6496 2024.11.19 05:57:40.776369 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38747, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6497 2024.11.19 05:57:40.790864 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46763, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6498 2024.11.19 05:57:41.157535 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48284, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6499 2024.11.19 05:57:41.410896 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50101, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6500 2024.11.19 05:57:41.506468 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36374, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6501 2024.11.19 05:57:41.560445 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43597, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6502 2024.11.19 05:57:41.589855 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36500, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6503 2024.11.19 05:57:41.604240 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42573, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6504 2024.11.19 05:57:41.713426 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49268, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6505 2024.11.19 05:57:41.767810 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33443, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6506 2024.11.19 05:57:41.788086 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64407, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6507 2024.11.19 05:57:41.977179 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54716, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6508 2024.11.19 05:57:41.977262 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34921, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6509 2024.11.19 05:57:42.036976 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44803, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6510 2024.11.19 05:57:42.321229 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51817, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6511 2024.11.19 05:57:42.378643 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56812, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6512 2024.11.19 05:57:42.381079 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33449, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6513 2024.11.19 05:57:42.446600 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62336, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6514 2024.11.19 05:57:45.319718 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6515 2024.11.19 05:57:45.319937 [ 259 ] {98501ef3-885a-40e8-8967-5257f54b71d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6516 2024.11.19 05:57:45.320019 [ 259 ] {98501ef3-885a-40e8-8967-5257f54b71d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6517 2024.11.19 05:57:45.320827 [ 259 ] {98501ef3-885a-40e8-8967-5257f54b71d1} <Trace> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6518 2024.11.19 05:57:45.320884 [ 259 ] {98501ef3-885a-40e8-8967-5257f54b71d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6519 2024.11.19 05:57:45.321444 [ 259 ] {98501ef3-885a-40e8-8967-5257f54b71d1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
6520 2024.11.19 05:57:45.321818 [ 259 ] {98501ef3-885a-40e8-8967-5257f54b71d1} <Trace> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6521 2024.11.19 05:57:45.322149 [ 259 ] {98501ef3-885a-40e8-8967-5257f54b71d1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002262 sec., 884.1732979664014 rows/sec., 72.10 KiB/sec.
6522 2024.11.19 05:57:45.322262 [ 259 ] {98501ef3-885a-40e8-8967-5257f54b71d1} <Debug> TCPHandler: Processed in 0.002680398 sec.
6523 2024.11.19 05:57:45.322485 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6524 2024.11.19 05:57:45.322613 [ 263 ] {372a87a8-03f9-4a10-8c5a-bf1d01c71d54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6525 2024.11.19 05:57:45.322666 [ 263 ] {372a87a8-03f9-4a10-8c5a-bf1d01c71d54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6526 2024.11.19 05:57:45.323267 [ 263 ] {372a87a8-03f9-4a10-8c5a-bf1d01c71d54} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6527 2024.11.19 05:57:45.323309 [ 263 ] {372a87a8-03f9-4a10-8c5a-bf1d01c71d54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6528 2024.11.19 05:57:45.323707 [ 263 ] {372a87a8-03f9-4a10-8c5a-bf1d01c71d54} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
6529 2024.11.19 05:57:45.323994 [ 263 ] {372a87a8-03f9-4a10-8c5a-bf1d01c71d54} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6530 2024.11.19 05:57:45.324243 [ 263 ] {372a87a8-03f9-4a10-8c5a-bf1d01c71d54} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001652 sec., 34503.63196125908 rows/sec., 2.65 MiB/sec.
6531 2024.11.19 05:57:45.324331 [ 263 ] {372a87a8-03f9-4a10-8c5a-bf1d01c71d54} <Debug> TCPHandler: Processed in 0.00190614 sec.
6532 2024.11.19 05:57:45.324572 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6533 2024.11.19 05:57:45.324721 [ 259 ] {3187907d-49c4-490c-96f2-182e5484ec83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6534 2024.11.19 05:57:45.324771 [ 259 ] {3187907d-49c4-490c-96f2-182e5484ec83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6535 2024.11.19 05:57:45.325337 [ 259 ] {3187907d-49c4-490c-96f2-182e5484ec83} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6536 2024.11.19 05:57:45.325379 [ 259 ] {3187907d-49c4-490c-96f2-182e5484ec83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6537 2024.11.19 05:57:45.325757 [ 259 ] {3187907d-49c4-490c-96f2-182e5484ec83} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6538 2024.11.19 05:57:45.326046 [ 259 ] {3187907d-49c4-490c-96f2-182e5484ec83} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6539 2024.11.19 05:57:45.326270 [ 259 ] {3187907d-49c4-490c-96f2-182e5484ec83} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001572 sec., 1272.264631043257 rows/sec., 88.83 KiB/sec.
6540 2024.11.19 05:57:45.326328 [ 259 ] {3187907d-49c4-490c-96f2-182e5484ec83} <Debug> TCPHandler: Processed in 0.001879169 sec.
6541 2024.11.19 05:57:45.326488 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6542 2024.11.19 05:57:45.326600 [ 263 ] {183d76b9-2965-4f0f-b223-f67e0b8651c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6543 2024.11.19 05:57:45.326647 [ 263 ] {183d76b9-2965-4f0f-b223-f67e0b8651c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6544 2024.11.19 05:57:45.327230 [ 263 ] {183d76b9-2965-4f0f-b223-f67e0b8651c7} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6545 2024.11.19 05:57:45.327273 [ 263 ] {183d76b9-2965-4f0f-b223-f67e0b8651c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6546 2024.11.19 05:57:45.327650 [ 263 ] {183d76b9-2965-4f0f-b223-f67e0b8651c7} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
6547 2024.11.19 05:57:45.327896 [ 263 ] {183d76b9-2965-4f0f-b223-f67e0b8651c7} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6548 2024.11.19 05:57:45.328121 [ 263 ] {183d76b9-2965-4f0f-b223-f67e0b8651c7} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001542 sec., 42801.556420233464 rows/sec., 3.34 MiB/sec.
6549 2024.11.19 05:57:45.328182 [ 263 ] {183d76b9-2965-4f0f-b223-f67e0b8651c7} <Debug> TCPHandler: Processed in 0.001749228 sec.
6550 2024.11.19 05:57:45.328368 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6551 2024.11.19 05:57:45.328518 [ 259 ] {461a417f-b482-4f7c-a0bc-9e1ce8d9c9ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6552 2024.11.19 05:57:45.328578 [ 259 ] {461a417f-b482-4f7c-a0bc-9e1ce8d9c9ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6553 2024.11.19 05:57:45.329205 [ 259 ] {461a417f-b482-4f7c-a0bc-9e1ce8d9c9ed} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6554 2024.11.19 05:57:45.329249 [ 259 ] {461a417f-b482-4f7c-a0bc-9e1ce8d9c9ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6555 2024.11.19 05:57:45.329722 [ 259 ] {461a417f-b482-4f7c-a0bc-9e1ce8d9c9ed} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
6556 2024.11.19 05:57:45.329980 [ 259 ] {461a417f-b482-4f7c-a0bc-9e1ce8d9c9ed} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6557 2024.11.19 05:57:45.330225 [ 259 ] {461a417f-b482-4f7c-a0bc-9e1ce8d9c9ed} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001731 sec., 74523.39688041595 rows/sec., 5.19 MiB/sec.
6558 2024.11.19 05:57:45.330320 [ 259 ] {461a417f-b482-4f7c-a0bc-9e1ce8d9c9ed} <Debug> TCPHandler: Processed in 0.002032971 sec.
6559 2024.11.19 05:57:45.330537 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6560 2024.11.19 05:57:45.330703 [ 263 ] {2bb460e0-5fce-44cf-8309-2a09a43739bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6561 2024.11.19 05:57:45.330775 [ 263 ] {2bb460e0-5fce-44cf-8309-2a09a43739bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6562 2024.11.19 05:57:45.331385 [ 263 ] {2bb460e0-5fce-44cf-8309-2a09a43739bc} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6563 2024.11.19 05:57:45.331432 [ 263 ] {2bb460e0-5fce-44cf-8309-2a09a43739bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6564 2024.11.19 05:57:45.331883 [ 263 ] {2bb460e0-5fce-44cf-8309-2a09a43739bc} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
6565 2024.11.19 05:57:45.332205 [ 263 ] {2bb460e0-5fce-44cf-8309-2a09a43739bc} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6566 2024.11.19 05:57:45.332475 [ 263 ] {2bb460e0-5fce-44cf-8309-2a09a43739bc} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.0018 sec., 26666.666666666668 rows/sec., 1.80 MiB/sec.
6567 2024.11.19 05:57:45.332558 [ 263 ] {2bb460e0-5fce-44cf-8309-2a09a43739bc} <Debug> TCPHandler: Processed in 0.002142492 sec.
6568 2024.11.19 05:57:46.167566 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019
6569 2024.11.19 05:57:46.168280 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6570 2024.11.19 05:57:46.168331 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6571 2024.11.19 05:57:46.168942 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6572 2024.11.19 05:57:46.169216 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6573 2024.11.19 05:57:46.169429 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019
6574 2024.11.19 05:57:47.326011 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279
6575 2024.11.19 05:57:47.345452 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6576 2024.11.19 05:57:47.345510 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6577 2024.11.19 05:57:47.352480 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6578 2024.11.19 05:57:47.353249 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6579 2024.11.19 05:57:47.355825 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279
6580 2024.11.19 05:57:48.765930 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 898
6581 2024.11.19 05:57:48.769700 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6582 2024.11.19 05:57:48.769752 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
6583 2024.11.19 05:57:48.771210 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6584 2024.11.19 05:57:48.771537 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6585 2024.11.19 05:57:48.772143 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 898
6586 2024.11.19 05:57:50.321231 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6587 2024.11.19 05:57:50.321451 [ 259 ] {e553187a-9377-4cc9-9014-6d714e42acb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6588 2024.11.19 05:57:50.321529 [ 259 ] {e553187a-9377-4cc9-9014-6d714e42acb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6589 2024.11.19 05:57:50.322362 [ 259 ] {e553187a-9377-4cc9-9014-6d714e42acb0} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6590 2024.11.19 05:57:50.322406 [ 259 ] {e553187a-9377-4cc9-9014-6d714e42acb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6591 2024.11.19 05:57:50.322841 [ 259 ] {e553187a-9377-4cc9-9014-6d714e42acb0} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
6592 2024.11.19 05:57:50.323093 [ 259 ] {e553187a-9377-4cc9-9014-6d714e42acb0} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6593 2024.11.19 05:57:50.323297 [ 259 ] {e553187a-9377-4cc9-9014-6d714e42acb0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001903 sec., 29427.220178665266 rows/sec., 2.26 MiB/sec.
6594 2024.11.19 05:57:50.323365 [ 259 ] {e553187a-9377-4cc9-9014-6d714e42acb0} <Debug> TCPHandler: Processed in 0.002272894 sec.
6595 2024.11.19 05:57:50.323563 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6596 2024.11.19 05:57:50.323706 [ 263 ] {15be63ff-f21a-4ee4-8e05-0dbdbf396411} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6597 2024.11.19 05:57:50.323766 [ 263 ] {15be63ff-f21a-4ee4-8e05-0dbdbf396411} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6598 2024.11.19 05:57:50.324387 [ 263 ] {15be63ff-f21a-4ee4-8e05-0dbdbf396411} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6599 2024.11.19 05:57:50.324427 [ 263 ] {15be63ff-f21a-4ee4-8e05-0dbdbf396411} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6600 2024.11.19 05:57:50.324804 [ 263 ] {15be63ff-f21a-4ee4-8e05-0dbdbf396411} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
6601 2024.11.19 05:57:50.325054 [ 263 ] {15be63ff-f21a-4ee4-8e05-0dbdbf396411} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6602 2024.11.19 05:57:50.325235 [ 263 ] {15be63ff-f21a-4ee4-8e05-0dbdbf396411} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001565 sec., 40894.568690095846 rows/sec., 3.19 MiB/sec.
6603 2024.11.19 05:57:50.325288 [ 263 ] {15be63ff-f21a-4ee4-8e05-0dbdbf396411} <Debug> TCPHandler: Processed in 0.001796619 sec.
6604 2024.11.19 05:57:50.325440 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6605 2024.11.19 05:57:50.325572 [ 259 ] {d116cc04-10af-4216-9f4f-1f4d3b50da26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6606 2024.11.19 05:57:50.325630 [ 259 ] {d116cc04-10af-4216-9f4f-1f4d3b50da26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6607 2024.11.19 05:57:50.326202 [ 259 ] {d116cc04-10af-4216-9f4f-1f4d3b50da26} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6608 2024.11.19 05:57:50.326240 [ 259 ] {d116cc04-10af-4216-9f4f-1f4d3b50da26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6609 2024.11.19 05:57:50.326628 [ 259 ] {d116cc04-10af-4216-9f4f-1f4d3b50da26} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
6610 2024.11.19 05:57:50.326853 [ 259 ] {d116cc04-10af-4216-9f4f-1f4d3b50da26} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6611 2024.11.19 05:57:50.327023 [ 259 ] {d116cc04-10af-4216-9f4f-1f4d3b50da26} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001513 sec., 105750.16523463318 rows/sec., 7.37 MiB/sec.
6612 2024.11.19 05:57:50.327071 [ 259 ] {d116cc04-10af-4216-9f4f-1f4d3b50da26} <Debug> TCPHandler: Processed in 0.001727778 sec.
6613 2024.11.19 05:57:50.327215 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6614 2024.11.19 05:57:50.327337 [ 263 ] {0c2257d9-478d-4226-a64a-a5cd4023525f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6615 2024.11.19 05:57:50.327390 [ 263 ] {0c2257d9-478d-4226-a64a-a5cd4023525f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6616 2024.11.19 05:57:50.327993 [ 263 ] {0c2257d9-478d-4226-a64a-a5cd4023525f} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6617 2024.11.19 05:57:50.328039 [ 263 ] {0c2257d9-478d-4226-a64a-a5cd4023525f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6618 2024.11.19 05:57:50.328414 [ 263 ] {0c2257d9-478d-4226-a64a-a5cd4023525f} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
6619 2024.11.19 05:57:50.328659 [ 263 ] {0c2257d9-478d-4226-a64a-a5cd4023525f} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6620 2024.11.19 05:57:50.328848 [ 263 ] {0c2257d9-478d-4226-a64a-a5cd4023525f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001488 sec., 40322.58064516129 rows/sec., 2.72 MiB/sec.
6621 2024.11.19 05:57:50.328907 [ 263 ] {0c2257d9-478d-4226-a64a-a5cd4023525f} <Debug> TCPHandler: Processed in 0.001709307 sec.
6622 2024.11.19 05:57:53.525138 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache
6623 2024.11.19 05:57:53.525189 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache
6624 2024.11.19 05:57:53.669713 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446
6625 2024.11.19 05:57:53.670709 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6626 2024.11.19 05:57:53.670765 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6627 2024.11.19 05:57:53.671358 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6628 2024.11.19 05:57:53.671640 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6629 2024.11.19 05:57:53.671909 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446
6630 2024.11.19 05:57:54.856020 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287
6631 2024.11.19 05:57:54.876634 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6632 2024.11.19 05:57:54.876701 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6633 2024.11.19 05:57:54.884102 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6634 2024.11.19 05:57:54.884909 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6635 2024.11.19 05:57:54.887918 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287
6636 2024.11.19 05:57:55.328559 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6637 2024.11.19 05:57:55.328789 [ 259 ] {718a6f4b-0003-4e5e-986e-692ad58e42ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6638 2024.11.19 05:57:55.328875 [ 259 ] {718a6f4b-0003-4e5e-986e-692ad58e42ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6639 2024.11.19 05:57:55.329644 [ 259 ] {718a6f4b-0003-4e5e-986e-692ad58e42ca} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6640 2024.11.19 05:57:55.329704 [ 259 ] {718a6f4b-0003-4e5e-986e-692ad58e42ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6641 2024.11.19 05:57:55.330143 [ 259 ] {718a6f4b-0003-4e5e-986e-692ad58e42ca} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6642 2024.11.19 05:57:55.330401 [ 259 ] {718a6f4b-0003-4e5e-986e-692ad58e42ca} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6643 2024.11.19 05:57:55.330636 [ 259 ] {718a6f4b-0003-4e5e-986e-692ad58e42ca} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.0019 sec., 7368.421052631579 rows/sec., 530.43 KiB/sec.
6644 2024.11.19 05:57:55.330855 [ 259 ] {718a6f4b-0003-4e5e-986e-692ad58e42ca} <Debug> TCPHandler: Processed in 0.002441676 sec.
6645 2024.11.19 05:57:55.331089 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6646 2024.11.19 05:57:55.331239 [ 263 ] {0b42cd12-5673-4356-99ba-a7d8b3697d3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6647 2024.11.19 05:57:55.331298 [ 263 ] {0b42cd12-5673-4356-99ba-a7d8b3697d3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6648 2024.11.19 05:57:55.332195 [ 263 ] {0b42cd12-5673-4356-99ba-a7d8b3697d3e} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6649 2024.11.19 05:57:55.332239 [ 263 ] {0b42cd12-5673-4356-99ba-a7d8b3697d3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6650 2024.11.19 05:57:55.332633 [ 263 ] {0b42cd12-5673-4356-99ba-a7d8b3697d3e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
6651 2024.11.19 05:57:55.332883 [ 263 ] {0b42cd12-5673-4356-99ba-a7d8b3697d3e} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6652 2024.11.19 05:57:55.333088 [ 263 ] {0b42cd12-5673-4356-99ba-a7d8b3697d3e} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.001881 sec., 151515.15151515152 rows/sec., 13.39 MiB/sec.
6653 2024.11.19 05:57:55.333173 [ 263 ] {0b42cd12-5673-4356-99ba-a7d8b3697d3e} <Debug> TCPHandler: Processed in 0.002155673 sec.
6654 2024.11.19 05:57:55.333392 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6655 2024.11.19 05:57:55.333540 [ 259 ] {9fe41aa9-77c4-4235-9a80-b50ce3a20c26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6656 2024.11.19 05:57:55.333616 [ 259 ] {9fe41aa9-77c4-4235-9a80-b50ce3a20c26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6657 2024.11.19 05:57:55.334202 [ 259 ] {9fe41aa9-77c4-4235-9a80-b50ce3a20c26} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6658 2024.11.19 05:57:55.334242 [ 259 ] {9fe41aa9-77c4-4235-9a80-b50ce3a20c26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6659 2024.11.19 05:57:55.334602 [ 259 ] {9fe41aa9-77c4-4235-9a80-b50ce3a20c26} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6660 2024.11.19 05:57:55.334834 [ 259 ] {9fe41aa9-77c4-4235-9a80-b50ce3a20c26} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6661 2024.11.19 05:57:55.335003 [ 259 ] {9fe41aa9-77c4-4235-9a80-b50ce3a20c26} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001512 sec., 31746.031746031746 rows/sec., 2.29 MiB/sec.
6662 2024.11.19 05:57:55.335053 [ 259 ] {9fe41aa9-77c4-4235-9a80-b50ce3a20c26} <Debug> TCPHandler: Processed in 0.001807339 sec.
6663 2024.11.19 05:57:55.335206 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6664 2024.11.19 05:57:55.335326 [ 263 ] {c6cd40b6-abcc-4361-86b5-dd0245ec7e61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6665 2024.11.19 05:57:55.335376 [ 263 ] {c6cd40b6-abcc-4361-86b5-dd0245ec7e61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6666 2024.11.19 05:57:55.336081 [ 263 ] {c6cd40b6-abcc-4361-86b5-dd0245ec7e61} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6667 2024.11.19 05:57:55.336125 [ 263 ] {c6cd40b6-abcc-4361-86b5-dd0245ec7e61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6668 2024.11.19 05:57:55.336490 [ 263 ] {c6cd40b6-abcc-4361-86b5-dd0245ec7e61} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6669 2024.11.19 05:57:55.336730 [ 263 ] {c6cd40b6-abcc-4361-86b5-dd0245ec7e61} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6670 2024.11.19 05:57:55.336908 [ 263 ] {c6cd40b6-abcc-4361-86b5-dd0245ec7e61} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001566 sec., 8939.974457215838 rows/sec., 626.10 KiB/sec.
6671 2024.11.19 05:57:55.336958 [ 263 ] {c6cd40b6-abcc-4361-86b5-dd0245ec7e61} <Debug> TCPHandler: Processed in 0.001774368 sec.
6672 2024.11.19 05:57:55.337109 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6673 2024.11.19 05:57:55.337217 [ 259 ] {7da8a5f8-8c0e-4a79-a506-16438daabf03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6674 2024.11.19 05:57:55.337261 [ 259 ] {7da8a5f8-8c0e-4a79-a506-16438daabf03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6675 2024.11.19 05:57:55.337785 [ 259 ] {7da8a5f8-8c0e-4a79-a506-16438daabf03} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6676 2024.11.19 05:57:55.337823 [ 259 ] {7da8a5f8-8c0e-4a79-a506-16438daabf03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6677 2024.11.19 05:57:55.338180 [ 259 ] {7da8a5f8-8c0e-4a79-a506-16438daabf03} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6678 2024.11.19 05:57:55.338416 [ 259 ] {7da8a5f8-8c0e-4a79-a506-16438daabf03} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6679 2024.11.19 05:57:55.338609 [ 259 ] {7da8a5f8-8c0e-4a79-a506-16438daabf03} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001416 sec., 9180.790960451977 rows/sec., 572.42 KiB/sec.
6680 2024.11.19 05:57:55.338723 [ 259 ] {7da8a5f8-8c0e-4a79-a506-16438daabf03} <Debug> TCPHandler: Processed in 0.001665118 sec.
6681 2024.11.19 05:57:55.338862 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6682 2024.11.19 05:57:55.338968 [ 263 ] {c354f298-2fd8-446e-a055-fa4166485d65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6683 2024.11.19 05:57:55.339011 [ 263 ] {c354f298-2fd8-446e-a055-fa4166485d65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6684 2024.11.19 05:57:55.339666 [ 263 ] {c354f298-2fd8-446e-a055-fa4166485d65} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6685 2024.11.19 05:57:55.339704 [ 263 ] {c354f298-2fd8-446e-a055-fa4166485d65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6686 2024.11.19 05:57:55.340065 [ 263 ] {c354f298-2fd8-446e-a055-fa4166485d65} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
6687 2024.11.19 05:57:55.340311 [ 263 ] {c354f298-2fd8-446e-a055-fa4166485d65} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6688 2024.11.19 05:57:55.340524 [ 263 ] {c354f298-2fd8-446e-a055-fa4166485d65} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001566 sec., 270114.9425287357 rows/sec., 19.31 MiB/sec.
6689 2024.11.19 05:57:55.340599 [ 263 ] {c354f298-2fd8-446e-a055-fa4166485d65} <Debug> TCPHandler: Processed in 0.001784079 sec.
6690 2024.11.19 05:57:55.340827 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6691 2024.11.19 05:57:55.340995 [ 259 ] {dfba2831-2822-47d9-947a-a95237e180a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6692 2024.11.19 05:57:55.341044 [ 259 ] {dfba2831-2822-47d9-947a-a95237e180a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6693 2024.11.19 05:57:55.341492 [ 259 ] {dfba2831-2822-47d9-947a-a95237e180a4} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6694 2024.11.19 05:57:55.341530 [ 259 ] {dfba2831-2822-47d9-947a-a95237e180a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6695 2024.11.19 05:57:55.341889 [ 259 ] {dfba2831-2822-47d9-947a-a95237e180a4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6696 2024.11.19 05:57:55.342130 [ 259 ] {dfba2831-2822-47d9-947a-a95237e180a4} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6697 2024.11.19 05:57:55.342309 [ 259 ] {dfba2831-2822-47d9-947a-a95237e180a4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001338 sec., 4484.304932735426 rows/sec., 234.29 KiB/sec.
6698 2024.11.19 05:57:55.342358 [ 259 ] {dfba2831-2822-47d9-947a-a95237e180a4} <Debug> TCPHandler: Processed in 0.001651457 sec.
6699 2024.11.19 05:57:55.342499 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6700 2024.11.19 05:57:55.342628 [ 263 ] {b7f3caad-8127-4cfc-bd21-821bf753a462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6701 2024.11.19 05:57:55.342689 [ 263 ] {b7f3caad-8127-4cfc-bd21-821bf753a462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6702 2024.11.19 05:57:55.343303 [ 263 ] {b7f3caad-8127-4cfc-bd21-821bf753a462} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6703 2024.11.19 05:57:55.343339 [ 263 ] {b7f3caad-8127-4cfc-bd21-821bf753a462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6704 2024.11.19 05:57:55.343711 [ 263 ] {b7f3caad-8127-4cfc-bd21-821bf753a462} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
6705 2024.11.19 05:57:55.343948 [ 263 ] {b7f3caad-8127-4cfc-bd21-821bf753a462} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6706 2024.11.19 05:57:55.344122 [ 263 ] {b7f3caad-8127-4cfc-bd21-821bf753a462} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001524 sec., 155511.81102362205 rows/sec., 10.42 MiB/sec.
6707 2024.11.19 05:57:55.344173 [ 263 ] {b7f3caad-8127-4cfc-bd21-821bf753a462} <Debug> TCPHandler: Processed in 0.001735528 sec.
6708 2024.11.19 05:57:55.344312 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6709 2024.11.19 05:57:55.344419 [ 259 ] {6e599ca9-73dc-4c0d-87b7-33016ced92b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6710 2024.11.19 05:57:55.344466 [ 259 ] {6e599ca9-73dc-4c0d-87b7-33016ced92b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6711 2024.11.19 05:57:55.344881 [ 259 ] {6e599ca9-73dc-4c0d-87b7-33016ced92b8} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6712 2024.11.19 05:57:55.344919 [ 259 ] {6e599ca9-73dc-4c0d-87b7-33016ced92b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6713 2024.11.19 05:57:55.345261 [ 259 ] {6e599ca9-73dc-4c0d-87b7-33016ced92b8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6714 2024.11.19 05:57:55.345511 [ 259 ] {6e599ca9-73dc-4c0d-87b7-33016ced92b8} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6715 2024.11.19 05:57:55.345697 [ 259 ] {6e599ca9-73dc-4c0d-87b7-33016ced92b8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001297 sec., 771.0100231303007 rows/sec., 51.95 KiB/sec.
6716 2024.11.19 05:57:55.345808 [ 259 ] {6e599ca9-73dc-4c0d-87b7-33016ced92b8} <Debug> TCPHandler: Processed in 0.001544166 sec.
6717 2024.11.19 05:57:55.345957 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6718 2024.11.19 05:57:55.346062 [ 263 ] {f600baa5-aa42-4f12-9a09-0d39ab22130d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6719 2024.11.19 05:57:55.346125 [ 263 ] {f600baa5-aa42-4f12-9a09-0d39ab22130d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6720 2024.11.19 05:57:55.347263 [ 263 ] {f600baa5-aa42-4f12-9a09-0d39ab22130d} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6721 2024.11.19 05:57:55.347300 [ 263 ] {f600baa5-aa42-4f12-9a09-0d39ab22130d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6722 2024.11.19 05:57:55.347947 [ 263 ] {f600baa5-aa42-4f12-9a09-0d39ab22130d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6723 2024.11.19 05:57:55.348209 [ 263 ] {f600baa5-aa42-4f12-9a09-0d39ab22130d} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6724 2024.11.19 05:57:55.348471 [ 263 ] {f600baa5-aa42-4f12-9a09-0d39ab22130d} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002429 sec., 16879.3742280774 rows/sec., 30.25 MiB/sec.
6725 2024.11.19 05:57:55.349048 [ 263 ] {f600baa5-aa42-4f12-9a09-0d39ab22130d} <Debug> TCPHandler: Processed in 0.003138252 sec.
6726 2024.11.19 05:57:55.349201 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6727 2024.11.19 05:57:55.349308 [ 259 ] {5da4b14e-174c-4813-b8b3-dd613acafe2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6728 2024.11.19 05:57:55.349354 [ 259 ] {5da4b14e-174c-4813-b8b3-dd613acafe2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6729 2024.11.19 05:57:55.349810 [ 259 ] {5da4b14e-174c-4813-b8b3-dd613acafe2e} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6730 2024.11.19 05:57:55.349848 [ 259 ] {5da4b14e-174c-4813-b8b3-dd613acafe2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6731 2024.11.19 05:57:55.350212 [ 259 ] {5da4b14e-174c-4813-b8b3-dd613acafe2e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
6732 2024.11.19 05:57:55.350465 [ 259 ] {5da4b14e-174c-4813-b8b3-dd613acafe2e} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6733 2024.11.19 05:57:55.350640 [ 259 ] {5da4b14e-174c-4813-b8b3-dd613acafe2e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001355 sec., 60516.60516605165 rows/sec., 3.84 MiB/sec.
6734 2024.11.19 05:57:55.350692 [ 259 ] {5da4b14e-174c-4813-b8b3-dd613acafe2e} <Debug> TCPHandler: Processed in 0.001543076 sec.
6735 2024.11.19 05:57:58.772564 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 928
6736 2024.11.19 05:57:58.775933 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6737 2024.11.19 05:57:58.775995 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6738 2024.11.19 05:57:58.777492 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6739 2024.11.19 05:57:58.777823 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6740 2024.11.19 05:57:58.778743 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 928
6741 2024.11.19 05:58:00.320147 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6742 2024.11.19 05:58:00.320347 [ 259 ] {f8fa2190-1719-4230-86fb-d1b253650916} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6743 2024.11.19 05:58:00.320419 [ 259 ] {f8fa2190-1719-4230-86fb-d1b253650916} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6744 2024.11.19 05:58:00.321245 [ 259 ] {f8fa2190-1719-4230-86fb-d1b253650916} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6745 2024.11.19 05:58:00.321289 [ 259 ] {f8fa2190-1719-4230-86fb-d1b253650916} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6746 2024.11.19 05:58:00.321722 [ 259 ] {f8fa2190-1719-4230-86fb-d1b253650916} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
6747 2024.11.19 05:58:00.321986 [ 259 ] {f8fa2190-1719-4230-86fb-d1b253650916} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6748 2024.11.19 05:58:00.322137 [ 92 ] {} <Debug> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
6749 2024.11.19 05:58:00.322179 [ 92 ] {} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6750 2024.11.19 05:58:00.322193 [ 259 ] {f8fa2190-1719-4230-86fb-d1b253650916} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001895 sec., 29551.451187335093 rows/sec., 2.27 MiB/sec.
6751 2024.11.19 05:58:00.322207 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6752 2024.11.19 05:58:00.322347 [ 259 ] {f8fa2190-1719-4230-86fb-d1b253650916} <Debug> TCPHandler: Processed in 0.002318394 sec.
6753 2024.11.19 05:58:00.322707 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6754 2024.11.19 05:58:00.322755 [ 193 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::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
6755 2024.11.19 05:58:00.323100 [ 263 ] {f3d8fa36-c151-4ae2-89cd-6f439ab44e83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6756 2024.11.19 05:58:00.323234 [ 263 ] {f3d8fa36-c151-4ae2-89cd-6f439ab44e83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6757 2024.11.19 05:58:00.323235 [ 193 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6758 2024.11.19 05:58:00.323360 [ 193 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1434 rows starting from the beginning of the part
6759 2024.11.19 05:58:00.323651 [ 193 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 285 rows starting from the beginning of the part
6760 2024.11.19 05:58:00.324099 [ 193 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 57 rows starting from the beginning of the part
6761 2024.11.19 05:58:00.324461 [ 193 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 56 rows starting from the beginning of the part
6762 2024.11.19 05:58:00.324806 [ 193 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 285 rows starting from the beginning of the part
6763 2024.11.19 05:58:00.325110 [ 193 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 56 rows starting from the beginning of the part
6764 2024.11.19 05:58:00.326030 [ 263 ] {f3d8fa36-c151-4ae2-89cd-6f439ab44e83} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6765 2024.11.19 05:58:00.326110 [ 263 ] {f3d8fa36-c151-4ae2-89cd-6f439ab44e83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6766 2024.11.19 05:58:00.327135 [ 263 ] {f3d8fa36-c151-4ae2-89cd-6f439ab44e83} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
6767 2024.11.19 05:58:00.327535 [ 263 ] {f3d8fa36-c151-4ae2-89cd-6f439ab44e83} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6768 2024.11.19 05:58:00.327835 [ 92 ] {} <Debug> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
6769 2024.11.19 05:58:00.327955 [ 92 ] {} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6770 2024.11.19 05:58:00.328060 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6771 2024.11.19 05:58:00.328256 [ 263 ] {f3d8fa36-c151-4ae2-89cd-6f439ab44e83} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005215 sec., 12272.29146692234 rows/sec., 980.87 KiB/sec.
6772 2024.11.19 05:58:00.328513 [ 192 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2173 rows, containing 5 columns (5 merged, 0 gathered) in 0.006174254 sec., 351945.3524263822 rows/sec., 31.06 MiB/sec.
6773 2024.11.19 05:58:00.328620 [ 263 ] {f3d8fa36-c151-4ae2-89cd-6f439ab44e83} <Debug> TCPHandler: Processed in 0.006119864 sec.
6774 2024.11.19 05:58:00.328631 [ 195 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::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
6775 2024.11.19 05:58:00.328827 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6776 2024.11.19 05:58:00.328875 [ 192 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
6777 2024.11.19 05:58:00.329132 [ 195 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6778 2024.11.19 05:58:00.329165 [ 259 ] {f0b8c7be-20b3-460b-8553-db8c5a3dde80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6779 2024.11.19 05:58:00.329260 [ 195 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 915 rows starting from the beginning of the part
6780 2024.11.19 05:58:00.329297 [ 259 ] {f0b8c7be-20b3-460b-8553-db8c5a3dde80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6781 2024.11.19 05:58:00.329736 [ 195 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 423 rows starting from the beginning of the part
6782 2024.11.19 05:58:00.329927 [ 192 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_56_11} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6783 2024.11.19 05:58:00.330371 [ 195 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 66 rows starting from the beginning of the part
6784 2024.11.19 05:58:00.330513 [ 192 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_56_11} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
6785 2024.11.19 05:58:00.330979 [ 195 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 64 rows starting from the beginning of the part
6786 2024.11.19 05:58:00.331019 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
6787 2024.11.19 05:58:00.331404 [ 195 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 423 rows starting from the beginning of the part
6788 2024.11.19 05:58:00.331899 [ 195 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 64 rows starting from the beginning of the part
6789 2024.11.19 05:58:00.333946 [ 259 ] {f0b8c7be-20b3-460b-8553-db8c5a3dde80} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6790 2024.11.19 05:58:00.334003 [ 259 ] {f0b8c7be-20b3-460b-8553-db8c5a3dde80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6791 2024.11.19 05:58:00.335098 [ 259 ] {f0b8c7be-20b3-460b-8553-db8c5a3dde80} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
6792 2024.11.19 05:58:00.335457 [ 259 ] {f0b8c7be-20b3-460b-8553-db8c5a3dde80} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6793 2024.11.19 05:58:00.335781 [ 91 ] {} <Debug> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
6794 2024.11.19 05:58:00.335911 [ 91 ] {} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6795 2024.11.19 05:58:00.335984 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6796 2024.11.19 05:58:00.336156 [ 195 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.007894962 sec., 247626.2710320835 rows/sec., 18.96 MiB/sec.
6797 2024.11.19 05:58:00.336231 [ 259 ] {f0b8c7be-20b3-460b-8553-db8c5a3dde80} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.007131 sec., 17949.79666245968 rows/sec., 1.25 MiB/sec.
6798 2024.11.19 05:58:00.336314 [ 199 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
6799 2024.11.19 05:58:00.336467 [ 195 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
6800 2024.11.19 05:58:00.336476 [ 259 ] {f0b8c7be-20b3-460b-8553-db8c5a3dde80} <Debug> TCPHandler: Processed in 0.00774947 sec.
6801 2024.11.19 05:58:00.336807 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6802 2024.11.19 05:58:00.336825 [ 199 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6803 2024.11.19 05:58:00.336902 [ 199 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 10452 rows starting from the beginning of the part
6804 2024.11.19 05:58:00.337218 [ 263 ] {72ac8eab-626e-4629-a8ba-9d0efb11f63d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6805 2024.11.19 05:58:00.337241 [ 199 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
6806 2024.11.19 05:58:00.337429 [ 195 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_56_11} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6807 2024.11.19 05:58:00.337509 [ 263 ] {72ac8eab-626e-4629-a8ba-9d0efb11f63d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6808 2024.11.19 05:58:00.338014 [ 199 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 129 rows starting from the beginning of the part
6809 2024.11.19 05:58:00.338048 [ 195 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_56_11} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
6810 2024.11.19 05:58:00.338463 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
6811 2024.11.19 05:58:00.338667 [ 199 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part
6812 2024.11.19 05:58:00.339037 [ 199 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 237 rows starting from the beginning of the part
6813 2024.11.19 05:58:00.339337 [ 199 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 128 rows starting from the beginning of the part
6814 2024.11.19 05:58:00.340232 [ 263 ] {72ac8eab-626e-4629-a8ba-9d0efb11f63d} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6815 2024.11.19 05:58:00.340295 [ 263 ] {72ac8eab-626e-4629-a8ba-9d0efb11f63d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6816 2024.11.19 05:58:00.340897 [ 263 ] {72ac8eab-626e-4629-a8ba-9d0efb11f63d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
6817 2024.11.19 05:58:00.341486 [ 263 ] {72ac8eab-626e-4629-a8ba-9d0efb11f63d} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6818 2024.11.19 05:58:00.341812 [ 91 ] {} <Debug> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
6819 2024.11.19 05:58:00.341923 [ 91 ] {} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6820 2024.11.19 05:58:00.342025 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6821 2024.11.19 05:58:00.342173 [ 263 ] {72ac8eab-626e-4629-a8ba-9d0efb11f63d} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.005123 sec., 9369.510052703494 rows/sec., 646.59 KiB/sec.
6822 2024.11.19 05:58:00.342511 [ 263 ] {72ac8eab-626e-4629-a8ba-9d0efb11f63d} <Debug> TCPHandler: Processed in 0.005887971 sec.
6823 2024.11.19 05:58:00.342678 [ 198 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
6824 2024.11.19 05:58:00.342921 [ 198 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6825 2024.11.19 05:58:00.342986 [ 198 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3230 rows starting from the beginning of the part
6826 2024.11.19 05:58:00.343107 [ 198 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
6827 2024.11.19 05:58:00.343343 [ 198 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 48 rows starting from the beginning of the part
6828 2024.11.19 05:58:00.343709 [ 198 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part
6829 2024.11.19 05:58:00.344047 [ 198 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 82 rows starting from the beginning of the part
6830 2024.11.19 05:58:00.344183 [ 198 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 48 rows starting from the beginning of the part
6831 2024.11.19 05:58:00.345374 [ 191 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11343 rows, containing 5 columns (5 merged, 0 gathered) in 0.009237235 sec., 1227964.861779526 rows/sec., 83.78 MiB/sec.
6832 2024.11.19 05:58:00.345756 [ 191 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
6833 2024.11.19 05:58:00.346357 [ 188 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6834 2024.11.19 05:58:00.346504 [ 188 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
6835 2024.11.19 05:58:00.346668 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB.
6836 2024.11.19 05:58:00.346865 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3550 rows, containing 4 columns (4 merged, 0 gathered) in 0.004681949 sec., 758231.2408785315 rows/sec., 49.81 MiB/sec.
6837 2024.11.19 05:58:00.347265 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
6838 2024.11.19 05:58:00.347553 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_56_11} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6839 2024.11.19 05:58:00.347639 [ 191 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_56_11} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
6840 2024.11.19 05:58:00.347733 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB.
6841 2024.11.19 05:58:01.172165 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934
6842 2024.11.19 05:58:01.172841 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6843 2024.11.19 05:58:01.172893 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6844 2024.11.19 05:58:01.173431 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6845 2024.11.19 05:58:01.173954 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6846 2024.11.19 05:58:01.174304 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934
6847 2024.11.19 05:58:02.388135 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294
6848 2024.11.19 05:58:02.409907 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6849 2024.11.19 05:58:02.409968 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6850 2024.11.19 05:58:02.417652 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6851 2024.11.19 05:58:02.418477 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6852 2024.11.19 05:58:02.422556 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294
6853 2024.11.19 05:58:05.321587 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6854 2024.11.19 05:58:05.321804 [ 259 ] {9398acdf-ef2a-4f5b-aed1-bd73f31daa89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6855 2024.11.19 05:58:05.321881 [ 259 ] {9398acdf-ef2a-4f5b-aed1-bd73f31daa89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6856 2024.11.19 05:58:05.322668 [ 259 ] {9398acdf-ef2a-4f5b-aed1-bd73f31daa89} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6857 2024.11.19 05:58:05.322725 [ 259 ] {9398acdf-ef2a-4f5b-aed1-bd73f31daa89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6858 2024.11.19 05:58:05.323185 [ 259 ] {9398acdf-ef2a-4f5b-aed1-bd73f31daa89} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
6859 2024.11.19 05:58:05.323461 [ 259 ] {9398acdf-ef2a-4f5b-aed1-bd73f31daa89} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6860 2024.11.19 05:58:05.323706 [ 259 ] {9398acdf-ef2a-4f5b-aed1-bd73f31daa89} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001952 sec., 28688.524590163935 rows/sec., 2.20 MiB/sec.
6861 2024.11.19 05:58:05.323777 [ 259 ] {9398acdf-ef2a-4f5b-aed1-bd73f31daa89} <Debug> TCPHandler: Processed in 0.002319194 sec.
6862 2024.11.19 05:58:05.323954 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6863 2024.11.19 05:58:05.324083 [ 263 ] {31888dac-e9e9-4918-a392-308a7ee850f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6864 2024.11.19 05:58:05.324135 [ 263 ] {31888dac-e9e9-4918-a392-308a7ee850f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6865 2024.11.19 05:58:05.324725 [ 263 ] {31888dac-e9e9-4918-a392-308a7ee850f8} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6866 2024.11.19 05:58:05.324768 [ 263 ] {31888dac-e9e9-4918-a392-308a7ee850f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6867 2024.11.19 05:58:05.325152 [ 263 ] {31888dac-e9e9-4918-a392-308a7ee850f8} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
6868 2024.11.19 05:58:05.325403 [ 263 ] {31888dac-e9e9-4918-a392-308a7ee850f8} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6869 2024.11.19 05:58:05.325617 [ 263 ] {31888dac-e9e9-4918-a392-308a7ee850f8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001562 sec., 40973.11139564661 rows/sec., 3.20 MiB/sec.
6870 2024.11.19 05:58:05.325672 [ 263 ] {31888dac-e9e9-4918-a392-308a7ee850f8} <Debug> TCPHandler: Processed in 0.001777519 sec.
6871 2024.11.19 05:58:05.325825 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6872 2024.11.19 05:58:05.325950 [ 259 ] {e07cbe42-5a8f-4348-b71d-24cfc5161504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6873 2024.11.19 05:58:05.326003 [ 259 ] {e07cbe42-5a8f-4348-b71d-24cfc5161504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6874 2024.11.19 05:58:05.326564 [ 259 ] {e07cbe42-5a8f-4348-b71d-24cfc5161504} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6875 2024.11.19 05:58:05.326605 [ 259 ] {e07cbe42-5a8f-4348-b71d-24cfc5161504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6876 2024.11.19 05:58:05.327020 [ 259 ] {e07cbe42-5a8f-4348-b71d-24cfc5161504} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
6877 2024.11.19 05:58:05.327277 [ 259 ] {e07cbe42-5a8f-4348-b71d-24cfc5161504} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6878 2024.11.19 05:58:05.327523 [ 259 ] {e07cbe42-5a8f-4348-b71d-24cfc5161504} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001592 sec., 100502.51256281407 rows/sec., 7.00 MiB/sec.
6879 2024.11.19 05:58:05.327588 [ 259 ] {e07cbe42-5a8f-4348-b71d-24cfc5161504} <Debug> TCPHandler: Processed in 0.001818519 sec.
6880 2024.11.19 05:58:05.327842 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6881 2024.11.19 05:58:05.328005 [ 263 ] {3be98fbf-0d58-4463-95e8-e48a711d5929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6882 2024.11.19 05:58:05.328057 [ 263 ] {3be98fbf-0d58-4463-95e8-e48a711d5929} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6883 2024.11.19 05:58:05.328525 [ 263 ] {3be98fbf-0d58-4463-95e8-e48a711d5929} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6884 2024.11.19 05:58:05.328565 [ 263 ] {3be98fbf-0d58-4463-95e8-e48a711d5929} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6885 2024.11.19 05:58:05.328940 [ 263 ] {3be98fbf-0d58-4463-95e8-e48a711d5929} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
6886 2024.11.19 05:58:05.329175 [ 263 ] {3be98fbf-0d58-4463-95e8-e48a711d5929} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6887 2024.11.19 05:58:05.329370 [ 263 ] {3be98fbf-0d58-4463-95e8-e48a711d5929} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001425 sec., 42105.26315789473 rows/sec., 2.84 MiB/sec.
6888 2024.11.19 05:58:05.329420 [ 263 ] {3be98fbf-0d58-4463-95e8-e48a711d5929} <Debug> TCPHandler: Processed in 0.001739848 sec.
6889 2024.11.19 05:58:06.651149 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61743, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6890 2024.11.19 05:58:06.886164 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48087, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6891 2024.11.19 05:58:06.937539 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47157, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6892 2024.11.19 05:58:06.944901 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37110, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6893 2024.11.19 05:58:07.077319 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53173, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6894 2024.11.19 05:58:07.095642 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53017, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6895 2024.11.19 05:58:07.112876 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42188, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6896 2024.11.19 05:58:07.127132 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53998, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6897 2024.11.19 05:58:08.525231 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache
6898 2024.11.19 05:58:08.525288 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache
6899 2024.11.19 05:58:08.674624 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361
6900 2024.11.19 05:58:08.675359 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6901 2024.11.19 05:58:08.675418 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6902 2024.11.19 05:58:08.676026 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6903 2024.11.19 05:58:08.676295 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6904 2024.11.19 05:58:08.676584 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361
6905 2024.11.19 05:58:08.779194 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 944
6906 2024.11.19 05:58:08.782160 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6907 2024.11.19 05:58:08.782211 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6908 2024.11.19 05:58:08.783668 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6909 2024.11.19 05:58:08.783978 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6910 2024.11.19 05:58:08.784511 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 944
6911 2024.11.19 05:58:09.827547 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33654, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6912 2024.11.19 05:58:09.922787 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302
6913 2024.11.19 05:58:09.944702 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6914 2024.11.19 05:58:09.944786 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6915 2024.11.19 05:58:09.952371 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6916 2024.11.19 05:58:09.953205 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6917 2024.11.19 05:58:09.956639 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302
6918 2024.11.19 05:58:10.328229 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6919 2024.11.19 05:58:10.328449 [ 259 ] {3c54d5e5-d773-4e68-9ffc-3f3e4ab8f499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6920 2024.11.19 05:58:10.328534 [ 259 ] {3c54d5e5-d773-4e68-9ffc-3f3e4ab8f499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6921 2024.11.19 05:58:10.329319 [ 259 ] {3c54d5e5-d773-4e68-9ffc-3f3e4ab8f499} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6922 2024.11.19 05:58:10.329376 [ 259 ] {3c54d5e5-d773-4e68-9ffc-3f3e4ab8f499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6923 2024.11.19 05:58:10.329830 [ 259 ] {3c54d5e5-d773-4e68-9ffc-3f3e4ab8f499} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6924 2024.11.19 05:58:10.330096 [ 259 ] {3c54d5e5-d773-4e68-9ffc-3f3e4ab8f499} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6925 2024.11.19 05:58:10.330379 [ 259 ] {3c54d5e5-d773-4e68-9ffc-3f3e4ab8f499} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001983 sec., 7060.010085728694 rows/sec., 508.23 KiB/sec.
6926 2024.11.19 05:58:10.330547 [ 259 ] {3c54d5e5-d773-4e68-9ffc-3f3e4ab8f499} <Debug> TCPHandler: Processed in 0.002450435 sec.
6927 2024.11.19 05:58:10.330741 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6928 2024.11.19 05:58:10.330868 [ 263 ] {c5873c22-e61a-45bd-a174-6b871e37518d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6929 2024.11.19 05:58:10.330920 [ 263 ] {c5873c22-e61a-45bd-a174-6b871e37518d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6930 2024.11.19 05:58:10.331668 [ 263 ] {c5873c22-e61a-45bd-a174-6b871e37518d} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6931 2024.11.19 05:58:10.331711 [ 263 ] {c5873c22-e61a-45bd-a174-6b871e37518d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6932 2024.11.19 05:58:10.332123 [ 263 ] {c5873c22-e61a-45bd-a174-6b871e37518d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
6933 2024.11.19 05:58:10.332380 [ 263 ] {c5873c22-e61a-45bd-a174-6b871e37518d} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6934 2024.11.19 05:58:10.332607 [ 263 ] {c5873c22-e61a-45bd-a174-6b871e37518d} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.001767 sec., 161290.32258064518 rows/sec., 14.25 MiB/sec.
6935 2024.11.19 05:58:10.332662 [ 263 ] {c5873c22-e61a-45bd-a174-6b871e37518d} <Debug> TCPHandler: Processed in 0.00199051 sec.
6936 2024.11.19 05:58:10.332819 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6937 2024.11.19 05:58:10.332946 [ 259 ] {fe77ac1b-1367-4e39-9163-239b072fbbc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6938 2024.11.19 05:58:10.333007 [ 259 ] {fe77ac1b-1367-4e39-9163-239b072fbbc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6939 2024.11.19 05:58:10.333683 [ 259 ] {fe77ac1b-1367-4e39-9163-239b072fbbc9} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6940 2024.11.19 05:58:10.333729 [ 259 ] {fe77ac1b-1367-4e39-9163-239b072fbbc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6941 2024.11.19 05:58:10.334117 [ 259 ] {fe77ac1b-1367-4e39-9163-239b072fbbc9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6942 2024.11.19 05:58:10.334369 [ 259 ] {fe77ac1b-1367-4e39-9163-239b072fbbc9} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6943 2024.11.19 05:58:10.334579 [ 259 ] {fe77ac1b-1367-4e39-9163-239b072fbbc9} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001662 sec., 28880.86642599278 rows/sec., 2.08 MiB/sec.
6944 2024.11.19 05:58:10.334630 [ 259 ] {fe77ac1b-1367-4e39-9163-239b072fbbc9} <Debug> TCPHandler: Processed in 0.00186404 sec.
6945 2024.11.19 05:58:10.334777 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6946 2024.11.19 05:58:10.334886 [ 263 ] {d68a169e-2bc9-4def-b5b6-6fb7ee82f1f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6947 2024.11.19 05:58:10.334930 [ 263 ] {d68a169e-2bc9-4def-b5b6-6fb7ee82f1f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6948 2024.11.19 05:58:10.335469 [ 263 ] {d68a169e-2bc9-4def-b5b6-6fb7ee82f1f6} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6949 2024.11.19 05:58:10.335508 [ 263 ] {d68a169e-2bc9-4def-b5b6-6fb7ee82f1f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6950 2024.11.19 05:58:10.335859 [ 263 ] {d68a169e-2bc9-4def-b5b6-6fb7ee82f1f6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6951 2024.11.19 05:58:10.336120 [ 263 ] {d68a169e-2bc9-4def-b5b6-6fb7ee82f1f6} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6952 2024.11.19 05:58:10.336337 [ 263 ] {d68a169e-2bc9-4def-b5b6-6fb7ee82f1f6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001474 sec., 9497.96472184532 rows/sec., 665.18 KiB/sec.
6953 2024.11.19 05:58:10.336456 [ 263 ] {d68a169e-2bc9-4def-b5b6-6fb7ee82f1f6} <Debug> TCPHandler: Processed in 0.001730758 sec.
6954 2024.11.19 05:58:10.336597 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6955 2024.11.19 05:58:10.336705 [ 259 ] {767e1eb5-a605-48f7-b94d-ed39c0d029a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6956 2024.11.19 05:58:10.336750 [ 259 ] {767e1eb5-a605-48f7-b94d-ed39c0d029a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6957 2024.11.19 05:58:10.337359 [ 259 ] {767e1eb5-a605-48f7-b94d-ed39c0d029a2} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6958 2024.11.19 05:58:10.337410 [ 259 ] {767e1eb5-a605-48f7-b94d-ed39c0d029a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6959 2024.11.19 05:58:10.337842 [ 259 ] {767e1eb5-a605-48f7-b94d-ed39c0d029a2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6960 2024.11.19 05:58:10.338100 [ 259 ] {767e1eb5-a605-48f7-b94d-ed39c0d029a2} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6961 2024.11.19 05:58:10.338306 [ 259 ] {767e1eb5-a605-48f7-b94d-ed39c0d029a2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001623 sec., 8009.858287122612 rows/sec., 499.41 KiB/sec.
6962 2024.11.19 05:58:10.338359 [ 259 ] {767e1eb5-a605-48f7-b94d-ed39c0d029a2} <Debug> TCPHandler: Processed in 0.001814959 sec.
6963 2024.11.19 05:58:10.338498 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6964 2024.11.19 05:58:10.338604 [ 263 ] {15adea03-017e-4644-ac40-85eb9079da35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6965 2024.11.19 05:58:10.338650 [ 263 ] {15adea03-017e-4644-ac40-85eb9079da35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6966 2024.11.19 05:58:10.339319 [ 263 ] {15adea03-017e-4644-ac40-85eb9079da35} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6967 2024.11.19 05:58:10.339359 [ 263 ] {15adea03-017e-4644-ac40-85eb9079da35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6968 2024.11.19 05:58:10.339739 [ 263 ] {15adea03-017e-4644-ac40-85eb9079da35} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
6969 2024.11.19 05:58:10.339978 [ 263 ] {15adea03-017e-4644-ac40-85eb9079da35} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6970 2024.11.19 05:58:10.340218 [ 263 ] {15adea03-017e-4644-ac40-85eb9079da35} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001635 sec., 258715.59633027524 rows/sec., 18.49 MiB/sec.
6971 2024.11.19 05:58:10.340296 [ 263 ] {15adea03-017e-4644-ac40-85eb9079da35} <Debug> TCPHandler: Processed in 0.001851849 sec.
6972 2024.11.19 05:58:10.340522 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6973 2024.11.19 05:58:10.340726 [ 259 ] {21ef2aae-8e81-4e75-9c05-d2c1a41c3376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6974 2024.11.19 05:58:10.340783 [ 259 ] {21ef2aae-8e81-4e75-9c05-d2c1a41c3376} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6975 2024.11.19 05:58:10.340994 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46136, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6976 2024.11.19 05:58:10.341296 [ 259 ] {21ef2aae-8e81-4e75-9c05-d2c1a41c3376} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6977 2024.11.19 05:58:10.341334 [ 259 ] {21ef2aae-8e81-4e75-9c05-d2c1a41c3376} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6978 2024.11.19 05:58:10.341693 [ 259 ] {21ef2aae-8e81-4e75-9c05-d2c1a41c3376} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6979 2024.11.19 05:58:10.341934 [ 259 ] {21ef2aae-8e81-4e75-9c05-d2c1a41c3376} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6980 2024.11.19 05:58:10.342147 [ 259 ] {21ef2aae-8e81-4e75-9c05-d2c1a41c3376} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001459 sec., 4112.40575736806 rows/sec., 214.86 KiB/sec.
6981 2024.11.19 05:58:10.342265 [ 259 ] {21ef2aae-8e81-4e75-9c05-d2c1a41c3376} <Debug> TCPHandler: Processed in 0.00188117 sec.
6982 2024.11.19 05:58:10.342403 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6983 2024.11.19 05:58:10.342511 [ 263 ] {ebeac1a2-2dff-47b6-a5de-697ab220dc77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6984 2024.11.19 05:58:10.342559 [ 263 ] {ebeac1a2-2dff-47b6-a5de-697ab220dc77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6985 2024.11.19 05:58:10.343084 [ 263 ] {ebeac1a2-2dff-47b6-a5de-697ab220dc77} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6986 2024.11.19 05:58:10.343122 [ 263 ] {ebeac1a2-2dff-47b6-a5de-697ab220dc77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6987 2024.11.19 05:58:10.343513 [ 263 ] {ebeac1a2-2dff-47b6-a5de-697ab220dc77} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
6988 2024.11.19 05:58:10.343759 [ 263 ] {ebeac1a2-2dff-47b6-a5de-697ab220dc77} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6989 2024.11.19 05:58:10.343981 [ 263 ] {ebeac1a2-2dff-47b6-a5de-697ab220dc77} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001492 sec., 158847.18498659518 rows/sec., 10.65 MiB/sec.
6990 2024.11.19 05:58:10.344035 [ 263 ] {ebeac1a2-2dff-47b6-a5de-697ab220dc77} <Debug> TCPHandler: Processed in 0.001686427 sec.
6991 2024.11.19 05:58:10.344175 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6992 2024.11.19 05:58:10.344304 [ 259 ] {faaa5c36-423b-41d5-af5b-045be7416a95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6993 2024.11.19 05:58:10.344358 [ 259 ] {faaa5c36-423b-41d5-af5b-045be7416a95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6994 2024.11.19 05:58:10.344862 [ 259 ] {faaa5c36-423b-41d5-af5b-045be7416a95} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6995 2024.11.19 05:58:10.344900 [ 259 ] {faaa5c36-423b-41d5-af5b-045be7416a95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
6996 2024.11.19 05:58:10.345253 [ 259 ] {faaa5c36-423b-41d5-af5b-045be7416a95} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6997 2024.11.19 05:58:10.345490 [ 259 ] {faaa5c36-423b-41d5-af5b-045be7416a95} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6998 2024.11.19 05:58:10.345747 [ 259 ] {faaa5c36-423b-41d5-af5b-045be7416a95} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001467 sec., 681.6632583503749 rows/sec., 45.93 KiB/sec.
6999 2024.11.19 05:58:10.345966 [ 259 ] {faaa5c36-423b-41d5-af5b-045be7416a95} <Debug> TCPHandler: Processed in 0.001848429 sec.
7000 2024.11.19 05:58:10.346121 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7001 2024.11.19 05:58:10.346229 [ 263 ] {277739a9-9e20-4c43-bdf3-ba15f03003ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7002 2024.11.19 05:58:10.346304 [ 263 ] {277739a9-9e20-4c43-bdf3-ba15f03003ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7003 2024.11.19 05:58:10.347539 [ 263 ] {277739a9-9e20-4c43-bdf3-ba15f03003ee} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7004 2024.11.19 05:58:10.347581 [ 263 ] {277739a9-9e20-4c43-bdf3-ba15f03003ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
7005 2024.11.19 05:58:10.348266 [ 263 ] {277739a9-9e20-4c43-bdf3-ba15f03003ee} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7006 2024.11.19 05:58:10.348523 [ 263 ] {277739a9-9e20-4c43-bdf3-ba15f03003ee} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7007 2024.11.19 05:58:10.348741 [ 263 ] {277739a9-9e20-4c43-bdf3-ba15f03003ee} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002528 sec., 16218.354430379748 rows/sec., 29.06 MiB/sec.
7008 2024.11.19 05:58:10.348933 [ 263 ] {277739a9-9e20-4c43-bdf3-ba15f03003ee} <Debug> TCPHandler: Processed in 0.00286397 sec.
7009 2024.11.19 05:58:10.349083 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7010 2024.11.19 05:58:10.349211 [ 259 ] {7bd85f16-1e27-4b4e-97a5-b4b3e3a486fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7011 2024.11.19 05:58:10.349265 [ 259 ] {7bd85f16-1e27-4b4e-97a5-b4b3e3a486fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7012 2024.11.19 05:58:10.349776 [ 259 ] {7bd85f16-1e27-4b4e-97a5-b4b3e3a486fe} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7013 2024.11.19 05:58:10.349826 [ 259 ] {7bd85f16-1e27-4b4e-97a5-b4b3e3a486fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
7014 2024.11.19 05:58:10.350187 [ 259 ] {7bd85f16-1e27-4b4e-97a5-b4b3e3a486fe} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7015 2024.11.19 05:58:10.350428 [ 259 ] {7bd85f16-1e27-4b4e-97a5-b4b3e3a486fe} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7016 2024.11.19 05:58:10.350607 [ 259 ] {7bd85f16-1e27-4b4e-97a5-b4b3e3a486fe} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001425 sec., 57543.8596491228 rows/sec., 3.65 MiB/sec.
7017 2024.11.19 05:58:10.350655 [ 259 ] {7bd85f16-1e27-4b4e-97a5-b4b3e3a486fe} <Debug> TCPHandler: Processed in 0.001635177 sec.
7018 2024.11.19 05:58:10.569921 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42483, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7019 2024.11.19 05:58:10.569960 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39938, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7020 2024.11.19 05:58:10.630563 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46607, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7021 2024.11.19 05:58:10.769774 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63137, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7022 2024.11.19 05:58:10.789269 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46889, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7023 2024.11.19 05:58:10.798673 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52241, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7024 2024.11.19 05:58:11.173899 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36908, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7025 2024.11.19 05:58:11.413552 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33076, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7026 2024.11.19 05:58:11.513097 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45428, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7027 2024.11.19 05:58:11.569131 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57293, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7028 2024.11.19 05:58:11.606567 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58439, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7029 2024.11.19 05:58:11.613003 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63754, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7030 2024.11.19 05:58:11.732619 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54445, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7031 2024.11.19 05:58:11.776660 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52536, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7032 2024.11.19 05:58:11.802968 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37861, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7033 2024.11.19 05:58:11.983084 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34107, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7034 2024.11.19 05:58:11.995471 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35608, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7035 2024.11.19 05:58:12.042023 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56503, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7036 2024.11.19 05:58:12.325699 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59078, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7037 2024.11.19 05:58:12.394180 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46756, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7038 2024.11.19 05:58:12.400506 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47429, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7039 2024.11.19 05:58:12.458780 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41165, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7040 2024.11.19 05:58:15.322813 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7041 2024.11.19 05:58:15.323086 [ 259 ] {555a14ef-8bd0-42b0-a3d3-edf3c23333de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7042 2024.11.19 05:58:15.323185 [ 259 ] {555a14ef-8bd0-42b0-a3d3-edf3c23333de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7043 2024.11.19 05:58:15.324267 [ 259 ] {555a14ef-8bd0-42b0-a3d3-edf3c23333de} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7044 2024.11.19 05:58:15.324337 [ 259 ] {555a14ef-8bd0-42b0-a3d3-edf3c23333de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
7045 2024.11.19 05:58:15.324940 [ 259 ] {555a14ef-8bd0-42b0-a3d3-edf3c23333de} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7046 2024.11.19 05:58:15.325274 [ 259 ] {555a14ef-8bd0-42b0-a3d3-edf3c23333de} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7047 2024.11.19 05:58:15.325520 [ 259 ] {555a14ef-8bd0-42b0-a3d3-edf3c23333de} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002503 sec., 22373.152217339193 rows/sec., 1.72 MiB/sec.
7048 2024.11.19 05:58:15.325590 [ 259 ] {555a14ef-8bd0-42b0-a3d3-edf3c23333de} <Debug> TCPHandler: Processed in 0.002967811 sec.
7049 2024.11.19 05:58:15.325829 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7050 2024.11.19 05:58:15.325986 [ 263 ] {ded9f24d-6c08-4d82-9a27-760a9ed38e1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7051 2024.11.19 05:58:15.326052 [ 263 ] {ded9f24d-6c08-4d82-9a27-760a9ed38e1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7052 2024.11.19 05:58:15.326893 [ 263 ] {ded9f24d-6c08-4d82-9a27-760a9ed38e1a} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7053 2024.11.19 05:58:15.326944 [ 263 ] {ded9f24d-6c08-4d82-9a27-760a9ed38e1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
7054 2024.11.19 05:58:15.327531 [ 263 ] {ded9f24d-6c08-4d82-9a27-760a9ed38e1a} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7055 2024.11.19 05:58:15.327890 [ 263 ] {ded9f24d-6c08-4d82-9a27-760a9ed38e1a} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7056 2024.11.19 05:58:15.328178 [ 263 ] {ded9f24d-6c08-4d82-9a27-760a9ed38e1a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002224 sec., 28776.97841726619 rows/sec., 2.25 MiB/sec.
7057 2024.11.19 05:58:15.328260 [ 263 ] {ded9f24d-6c08-4d82-9a27-760a9ed38e1a} <Debug> TCPHandler: Processed in 0.002502726 sec.
7058 2024.11.19 05:58:15.328451 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7059 2024.11.19 05:58:15.328590 [ 259 ] {ff4e79d6-d2ab-45fd-b392-c06d08e5e7b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7060 2024.11.19 05:58:15.328656 [ 259 ] {ff4e79d6-d2ab-45fd-b392-c06d08e5e7b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7061 2024.11.19 05:58:15.329394 [ 259 ] {ff4e79d6-d2ab-45fd-b392-c06d08e5e7b9} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7062 2024.11.19 05:58:15.329445 [ 259 ] {ff4e79d6-d2ab-45fd-b392-c06d08e5e7b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
7063 2024.11.19 05:58:15.329993 [ 259 ] {ff4e79d6-d2ab-45fd-b392-c06d08e5e7b9} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7064 2024.11.19 05:58:15.330354 [ 259 ] {ff4e79d6-d2ab-45fd-b392-c06d08e5e7b9} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7065 2024.11.19 05:58:15.330646 [ 259 ] {ff4e79d6-d2ab-45fd-b392-c06d08e5e7b9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002085 sec., 76738.60911270983 rows/sec., 5.34 MiB/sec.
7066 2024.11.19 05:58:15.330723 [ 259 ] {ff4e79d6-d2ab-45fd-b392-c06d08e5e7b9} <Debug> TCPHandler: Processed in 0.002336855 sec.
7067 2024.11.19 05:58:15.330930 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7068 2024.11.19 05:58:15.331071 [ 263 ] {61494d67-cb37-40bd-9a85-1fc12f0c82d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7069 2024.11.19 05:58:15.331135 [ 263 ] {61494d67-cb37-40bd-9a85-1fc12f0c82d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7070 2024.11.19 05:58:15.331758 [ 263 ] {61494d67-cb37-40bd-9a85-1fc12f0c82d8} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7071 2024.11.19 05:58:15.331808 [ 263 ] {61494d67-cb37-40bd-9a85-1fc12f0c82d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
7072 2024.11.19 05:58:15.332349 [ 263 ] {61494d67-cb37-40bd-9a85-1fc12f0c82d8} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7073 2024.11.19 05:58:15.332706 [ 263 ] {61494d67-cb37-40bd-9a85-1fc12f0c82d8} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7074 2024.11.19 05:58:15.333003 [ 263 ] {61494d67-cb37-40bd-9a85-1fc12f0c82d8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00196 sec., 30612.244897959186 rows/sec., 2.06 MiB/sec.
7075 2024.11.19 05:58:15.333087 [ 263 ] {61494d67-cb37-40bd-9a85-1fc12f0c82d8} <Debug> TCPHandler: Processed in 0.002224393 sec.
7076 2024.11.19 05:58:16.176876 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849
7077 2024.11.19 05:58:16.177548 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7078 2024.11.19 05:58:16.177600 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
7079 2024.11.19 05:58:16.178154 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7080 2024.11.19 05:58:16.178437 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7081 2024.11.19 05:58:16.178660 [ 69 ] {} <Debug> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7082 2024.11.19 05:58:16.178724 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849
7083 2024.11.19 05:58:16.178755 [ 69 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7084 2024.11.19 05:58:16.178784 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
7085 2024.11.19 05:58:16.178958 [ 188 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::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
7086 2024.11.19 05:58:16.179252 [ 188 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7087 2024.11.19 05:58:16.179296 [ 188 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::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
7088 2024.11.19 05:58:16.179368 [ 188 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 488 rows starting from the beginning of the part
7089 2024.11.19 05:58:16.179539 [ 188 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 427 rows starting from the beginning of the part
7090 2024.11.19 05:58:16.179821 [ 188 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 488 rows starting from the beginning of the part
7091 2024.11.19 05:58:16.179993 [ 188 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 427 rows starting from the beginning of the part
7092 2024.11.19 05:58:16.180125 [ 188 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 488 rows starting from the beginning of the part
7093 2024.11.19 05:58:16.182545 [ 198 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.003689878 sec., 5108298.9735704 rows/sec., 73.07 MiB/sec.
7094 2024.11.19 05:58:16.182934 [ 201 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7095 2024.11.19 05:58:16.183279 [ 201 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_41_8} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7096 2024.11.19 05:58:16.183372 [ 201 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_41_8} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7097 2024.11.19 05:58:16.183492 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.59 MiB.
7098 2024.11.19 05:58:17.456873 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309
7099 2024.11.19 05:58:17.478505 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7100 2024.11.19 05:58:17.478568 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
7101 2024.11.19 05:58:17.486116 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7102 2024.11.19 05:58:17.486925 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7103 2024.11.19 05:58:17.487313 [ 66 ] {} <Debug> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7104 2024.11.19 05:58:17.487454 [ 66 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7105 2024.11.19 05:58:17.487524 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
7106 2024.11.19 05:58:17.487924 [ 198 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
7107 2024.11.19 05:58:17.503851 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309
7108 2024.11.19 05:58:17.505305 [ 198 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7109 2024.11.19 05:58:17.506512 [ 198 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part
7110 2024.11.19 05:58:17.511701 [ 198 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part
7111 2024.11.19 05:58:17.517073 [ 198 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
7112 2024.11.19 05:58:17.522478 [ 198 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
7113 2024.11.19 05:58:17.528283 [ 198 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
7114 2024.11.19 05:58:17.533169 [ 198 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
7115 2024.11.19 05:58:17.595900 [ 201 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.108233423 sec., 2854.940659134471 rows/sec., 14.76 MiB/sec.
7116 2024.11.19 05:58:17.598016 [ 186 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7117 2024.11.19 05:58:17.600441 [ 186 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_41_8} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7118 2024.11.19 05:58:17.600547 [ 186 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_41_8} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7119 2024.11.19 05:58:17.601956 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
7120 2024.11.19 05:58:18.000195 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.77 MiB, peak 224.19 MiB, free memory in arenas 0.00 B, will set to 214.59 MiB (RSS), difference: 3.82 MiB
7121 2024.11.19 05:58:18.784872 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 974
7122 2024.11.19 05:58:18.788050 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7123 2024.11.19 05:58:18.788112 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
7124 2024.11.19 05:58:18.789652 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
7125 2024.11.19 05:58:18.789976 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7126 2024.11.19 05:58:18.790238 [ 68 ] {} <Debug> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
7127 2024.11.19 05:58:18.790367 [ 68 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7128 2024.11.19 05:58:18.790437 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
7129 2024.11.19 05:58:18.791287 [ 194 ] {3d17012a-6c43-4282-98e6-700f65c969c7::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
7130 2024.11.19 05:58:18.792867 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 974
7131 2024.11.19 05:58:18.793146 [ 194 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7132 2024.11.19 05:58:18.793286 [ 194 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 844 rows starting from the beginning of the part
7133 2024.11.19 05:58:18.793927 [ 194 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 20 rows starting from the beginning of the part
7134 2024.11.19 05:58:18.794601 [ 194 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 34 rows starting from the beginning of the part
7135 2024.11.19 05:58:18.795162 [ 194 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 30 rows starting from the beginning of the part
7136 2024.11.19 05:58:18.795668 [ 194 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 16 rows starting from the beginning of the part
7137 2024.11.19 05:58:18.796240 [ 194 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 30 rows starting from the beginning of the part
7138 2024.11.19 05:58:18.804167 [ 189 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 974 rows, containing 72 columns (72 merged, 0 gathered) in 0.013562391 sec., 71816.24538033153 rows/sec., 57.79 MiB/sec.
7139 2024.11.19 05:58:18.805663 [ 189 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
7140 2024.11.19 05:58:18.806533 [ 189 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_31_6} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7141 2024.11.19 05:58:18.806635 [ 189 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_31_6} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
7142 2024.11.19 05:58:18.806988 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.21 MiB.
7143 2024.11.19 05:58:20.322259 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7144 2024.11.19 05:58:20.322464 [ 259 ] {e37a21f1-f017-40c9-bc6f-b4629ba5b9d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7145 2024.11.19 05:58:20.322536 [ 259 ] {e37a21f1-f017-40c9-bc6f-b4629ba5b9d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7146 2024.11.19 05:58:20.323319 [ 259 ] {e37a21f1-f017-40c9-bc6f-b4629ba5b9d2} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7147 2024.11.19 05:58:20.323375 [ 259 ] {e37a21f1-f017-40c9-bc6f-b4629ba5b9d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7148 2024.11.19 05:58:20.323839 [ 259 ] {e37a21f1-f017-40c9-bc6f-b4629ba5b9d2} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7149 2024.11.19 05:58:20.324107 [ 259 ] {e37a21f1-f017-40c9-bc6f-b4629ba5b9d2} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7150 2024.11.19 05:58:20.324373 [ 259 ] {e37a21f1-f017-40c9-bc6f-b4629ba5b9d2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001959 sec., 28586.013272077595 rows/sec., 2.20 MiB/sec.
7151 2024.11.19 05:58:20.324441 [ 259 ] {e37a21f1-f017-40c9-bc6f-b4629ba5b9d2} <Debug> TCPHandler: Processed in 0.002310854 sec.
7152 2024.11.19 05:58:20.324628 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7153 2024.11.19 05:58:20.324778 [ 263 ] {b538dada-c7b8-4e92-b8d0-98e248ae4d6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7154 2024.11.19 05:58:20.324837 [ 263 ] {b538dada-c7b8-4e92-b8d0-98e248ae4d6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7155 2024.11.19 05:58:20.325498 [ 263 ] {b538dada-c7b8-4e92-b8d0-98e248ae4d6f} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7156 2024.11.19 05:58:20.325541 [ 263 ] {b538dada-c7b8-4e92-b8d0-98e248ae4d6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7157 2024.11.19 05:58:20.325913 [ 263 ] {b538dada-c7b8-4e92-b8d0-98e248ae4d6f} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7158 2024.11.19 05:58:20.326161 [ 263 ] {b538dada-c7b8-4e92-b8d0-98e248ae4d6f} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7159 2024.11.19 05:58:20.326418 [ 263 ] {b538dada-c7b8-4e92-b8d0-98e248ae4d6f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001674 sec., 38231.78016726404 rows/sec., 2.98 MiB/sec.
7160 2024.11.19 05:58:20.326524 [ 263 ] {b538dada-c7b8-4e92-b8d0-98e248ae4d6f} <Debug> TCPHandler: Processed in 0.00196493 sec.
7161 2024.11.19 05:58:20.326787 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7162 2024.11.19 05:58:20.326933 [ 259 ] {551da956-0cd8-4bfc-bbe0-2215d091faed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7163 2024.11.19 05:58:20.326995 [ 259 ] {551da956-0cd8-4bfc-bbe0-2215d091faed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7164 2024.11.19 05:58:20.327617 [ 259 ] {551da956-0cd8-4bfc-bbe0-2215d091faed} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7165 2024.11.19 05:58:20.327659 [ 259 ] {551da956-0cd8-4bfc-bbe0-2215d091faed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7166 2024.11.19 05:58:20.328078 [ 259 ] {551da956-0cd8-4bfc-bbe0-2215d091faed} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7167 2024.11.19 05:58:20.328336 [ 259 ] {551da956-0cd8-4bfc-bbe0-2215d091faed} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7168 2024.11.19 05:58:20.328600 [ 259 ] {551da956-0cd8-4bfc-bbe0-2215d091faed} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001688 sec., 94786.7298578199 rows/sec., 6.60 MiB/sec.
7169 2024.11.19 05:58:20.328658 [ 259 ] {551da956-0cd8-4bfc-bbe0-2215d091faed} <Debug> TCPHandler: Processed in 0.002012351 sec.
7170 2024.11.19 05:58:20.328897 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7171 2024.11.19 05:58:20.329051 [ 263 ] {67285b80-a238-4a7c-b488-b8ed0a72d978} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7172 2024.11.19 05:58:20.329102 [ 263 ] {67285b80-a238-4a7c-b488-b8ed0a72d978} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7173 2024.11.19 05:58:20.329560 [ 263 ] {67285b80-a238-4a7c-b488-b8ed0a72d978} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7174 2024.11.19 05:58:20.329600 [ 263 ] {67285b80-a238-4a7c-b488-b8ed0a72d978} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7175 2024.11.19 05:58:20.329979 [ 263 ] {67285b80-a238-4a7c-b488-b8ed0a72d978} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7176 2024.11.19 05:58:20.330217 [ 263 ] {67285b80-a238-4a7c-b488-b8ed0a72d978} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7177 2024.11.19 05:58:20.330426 [ 263 ] {67285b80-a238-4a7c-b488-b8ed0a72d978} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0014 sec., 42857.142857142855 rows/sec., 2.89 MiB/sec.
7178 2024.11.19 05:58:20.330477 [ 263 ] {67285b80-a238-4a7c-b488-b8ed0a72d978} <Debug> TCPHandler: Processed in 0.001701738 sec.
7179 2024.11.19 05:58:22.911396 [ 57 ] {} <Debug> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf) (MergerMutator): Selected 5 parts from all_1_25_5 to all_29_29_0
7180 2024.11.19 05:58:22.911467 [ 57 ] {} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7181 2024.11.19 05:58:22.911493 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7182 2024.11.19 05:58:22.911698 [ 196 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_5 to all_29_29_0 into Compact with storage Full
7183 2024.11.19 05:58:22.911955 [ 196 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7184 2024.11.19 05:58:22.911993 [ 196 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 66 rows starting from the beginning of the part
7185 2024.11.19 05:58:22.912072 [ 196 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 48 rows starting from the beginning of the part
7186 2024.11.19 05:58:22.912284 [ 196 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part
7187 2024.11.19 05:58:22.912531 [ 196 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 48 rows starting from the beginning of the part
7188 2024.11.19 05:58:22.912732 [ 196 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 48 rows starting from the beginning of the part
7189 2024.11.19 05:58:22.913802 [ 189 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 212 rows, containing 5 columns (5 merged, 0 gathered) in 0.002231723 sec., 94993.86796658904 rows/sec., 7.17 MiB/sec.
7190 2024.11.19 05:58:22.914007 [ 189 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary)
7191 2024.11.19 05:58:22.914414 [ 189 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_29_6} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7192 2024.11.19 05:58:22.914514 [ 189 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_29_6} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf) (MergerMutator): Merged 5 parts: [all_1_25_5, all_29_29_0] -> all_1_29_6
7193 2024.11.19 05:58:22.914622 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
7194 2024.11.19 05:58:23.525338 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache
7195 2024.11.19 05:58:23.525394 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache
7196 2024.11.19 05:58:23.679037 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276
7197 2024.11.19 05:58:23.679728 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7198 2024.11.19 05:58:23.679783 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7199 2024.11.19 05:58:23.680305 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7200 2024.11.19 05:58:23.680566 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7201 2024.11.19 05:58:23.680836 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276
7202 2024.11.19 05:58:25.004095 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317
7203 2024.11.19 05:58:25.023376 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7204 2024.11.19 05:58:25.023436 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7205 2024.11.19 05:58:25.030619 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7206 2024.11.19 05:58:25.031378 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7207 2024.11.19 05:58:25.035070 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317
7208 2024.11.19 05:58:25.328737 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7209 2024.11.19 05:58:25.328924 [ 259 ] {546f55af-b0ab-4062-a6b5-6d4f5468a13d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7210 2024.11.19 05:58:25.328995 [ 259 ] {546f55af-b0ab-4062-a6b5-6d4f5468a13d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7211 2024.11.19 05:58:25.329737 [ 259 ] {546f55af-b0ab-4062-a6b5-6d4f5468a13d} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7212 2024.11.19 05:58:25.329781 [ 259 ] {546f55af-b0ab-4062-a6b5-6d4f5468a13d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7213 2024.11.19 05:58:25.330231 [ 259 ] {546f55af-b0ab-4062-a6b5-6d4f5468a13d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
7214 2024.11.19 05:58:25.330502 [ 259 ] {546f55af-b0ab-4062-a6b5-6d4f5468a13d} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7215 2024.11.19 05:58:25.330649 [ 56 ] {} <Debug> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
7216 2024.11.19 05:58:25.330699 [ 56 ] {} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7217 2024.11.19 05:58:25.330710 [ 259 ] {546f55af-b0ab-4062-a6b5-6d4f5468a13d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001834 sec., 7633.587786259543 rows/sec., 549.52 KiB/sec.
7218 2024.11.19 05:58:25.330726 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7219 2024.11.19 05:58:25.330815 [ 259 ] {546f55af-b0ab-4062-a6b5-6d4f5468a13d} <Debug> TCPHandler: Processed in 0.002197523 sec.
7220 2024.11.19 05:58:25.330945 [ 200 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::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
7221 2024.11.19 05:58:25.331068 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7222 2024.11.19 05:58:25.331162 [ 200 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7223 2024.11.19 05:58:25.331219 [ 200 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 14 rows starting from the beginning of the part
7224 2024.11.19 05:58:25.331252 [ 263 ] {507c4896-46b0-4c66-8fb8-a71e940c28a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7225 2024.11.19 05:58:25.331332 [ 263 ] {507c4896-46b0-4c66-8fb8-a71e940c28a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7226 2024.11.19 05:58:25.331342 [ 200 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part
7227 2024.11.19 05:58:25.331827 [ 200 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part
7228 2024.11.19 05:58:25.332145 [ 200 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part
7229 2024.11.19 05:58:25.332417 [ 200 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part
7230 2024.11.19 05:58:25.333740 [ 263 ] {507c4896-46b0-4c66-8fb8-a71e940c28a6} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7231 2024.11.19 05:58:25.333791 [ 263 ] {507c4896-46b0-4c66-8fb8-a71e940c28a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7232 2024.11.19 05:58:25.334012 [ 196 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003202533 sec., 21857.698265716543 rows/sec., 1.62 MiB/sec.
7233 2024.11.19 05:58:25.334159 [ 196 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
7234 2024.11.19 05:58:25.334498 [ 263 ] {507c4896-46b0-4c66-8fb8-a71e940c28a6} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7235 2024.11.19 05:58:25.334574 [ 196 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_21_5} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7236 2024.11.19 05:58:25.334666 [ 196 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_21_5} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
7237 2024.11.19 05:58:25.334751 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
7238 2024.11.19 05:58:25.334809 [ 263 ] {507c4896-46b0-4c66-8fb8-a71e940c28a6} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7239 2024.11.19 05:58:25.334949 [ 56 ] {} <Debug> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7240 2024.11.19 05:58:25.334986 [ 56 ] {} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7241 2024.11.19 05:58:25.334999 [ 263 ] {507c4896-46b0-4c66-8fb8-a71e940c28a6} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.003793 sec., 75138.41286580544 rows/sec., 6.64 MiB/sec.
7242 2024.11.19 05:58:25.335009 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7243 2024.11.19 05:58:25.335122 [ 263 ] {507c4896-46b0-4c66-8fb8-a71e940c28a6} <Debug> TCPHandler: Processed in 0.004173884 sec.
7244 2024.11.19 05:58:25.335339 [ 190 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::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
7245 2024.11.19 05:58:25.335351 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7246 2024.11.19 05:58:25.335650 [ 259 ] {04e80c46-fa08-48c9-aa8c-6f17d0722ab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7247 2024.11.19 05:58:25.335663 [ 190 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7248 2024.11.19 05:58:25.335748 [ 259 ] {04e80c46-fa08-48c9-aa8c-6f17d0722ab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7249 2024.11.19 05:58:25.335753 [ 190 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1434 rows starting from the beginning of the part
7250 2024.11.19 05:58:25.336175 [ 190 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part
7251 2024.11.19 05:58:25.336594 [ 190 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 285 rows starting from the beginning of the part
7252 2024.11.19 05:58:25.336988 [ 190 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 56 rows starting from the beginning of the part
7253 2024.11.19 05:58:25.337227 [ 190 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 56 rows starting from the beginning of the part
7254 2024.11.19 05:58:25.337623 [ 190 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 285 rows starting from the beginning of the part
7255 2024.11.19 05:58:25.338351 [ 259 ] {04e80c46-fa08-48c9-aa8c-6f17d0722ab7} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7256 2024.11.19 05:58:25.338417 [ 259 ] {04e80c46-fa08-48c9-aa8c-6f17d0722ab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7257 2024.11.19 05:58:25.339238 [ 259 ] {04e80c46-fa08-48c9-aa8c-6f17d0722ab7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
7258 2024.11.19 05:58:25.339812 [ 259 ] {04e80c46-fa08-48c9-aa8c-6f17d0722ab7} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7259 2024.11.19 05:58:25.340361 [ 259 ] {04e80c46-fa08-48c9-aa8c-6f17d0722ab7} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.004804 sec., 9991.673605328893 rows/sec., 736.69 KiB/sec.
7260 2024.11.19 05:58:25.340615 [ 259 ] {04e80c46-fa08-48c9-aa8c-6f17d0722ab7} <Debug> TCPHandler: Processed in 0.005381796 sec.
7261 2024.11.19 05:58:25.340912 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7262 2024.11.19 05:58:25.341310 [ 263 ] {db49ac3e-46fc-44bb-85dd-725a5cb468ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7263 2024.11.19 05:58:25.341442 [ 263 ] {db49ac3e-46fc-44bb-85dd-725a5cb468ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7264 2024.11.19 05:58:25.341468 [ 190 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2172 rows, containing 5 columns (5 merged, 0 gathered) in 0.006322526 sec., 343533.5813565654 rows/sec., 30.32 MiB/sec.
7265 2024.11.19 05:58:25.341799 [ 190 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7266 2024.11.19 05:58:25.342358 [ 190 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_61_12} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7267 2024.11.19 05:58:25.342593 [ 190 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_61_12} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7268 2024.11.19 05:58:25.342663 [ 263 ] {db49ac3e-46fc-44bb-85dd-725a5cb468ba} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7269 2024.11.19 05:58:25.342743 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
7270 2024.11.19 05:58:25.342749 [ 263 ] {db49ac3e-46fc-44bb-85dd-725a5cb468ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7271 2024.11.19 05:58:25.343155 [ 263 ] {db49ac3e-46fc-44bb-85dd-725a5cb468ba} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
7272 2024.11.19 05:58:25.343422 [ 263 ] {db49ac3e-46fc-44bb-85dd-725a5cb468ba} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7273 2024.11.19 05:58:25.343645 [ 263 ] {db49ac3e-46fc-44bb-85dd-725a5cb468ba} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002461 sec., 5688.7444128403085 rows/sec., 398.40 KiB/sec.
7274 2024.11.19 05:58:25.343895 [ 263 ] {db49ac3e-46fc-44bb-85dd-725a5cb468ba} <Debug> TCPHandler: Processed in 0.003154083 sec.
7275 2024.11.19 05:58:25.344154 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7276 2024.11.19 05:58:25.344267 [ 259 ] {5af07133-3132-471f-a8d7-30c349af2eb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7277 2024.11.19 05:58:25.344313 [ 259 ] {5af07133-3132-471f-a8d7-30c349af2eb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7278 2024.11.19 05:58:25.344892 [ 259 ] {5af07133-3132-471f-a8d7-30c349af2eb7} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7279 2024.11.19 05:58:25.344930 [ 259 ] {5af07133-3132-471f-a8d7-30c349af2eb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7280 2024.11.19 05:58:25.345288 [ 259 ] {5af07133-3132-471f-a8d7-30c349af2eb7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
7281 2024.11.19 05:58:25.345532 [ 259 ] {5af07133-3132-471f-a8d7-30c349af2eb7} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7282 2024.11.19 05:58:25.345659 [ 56 ] {} <Debug> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
7283 2024.11.19 05:58:25.345700 [ 56 ] {} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7284 2024.11.19 05:58:25.345725 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7285 2024.11.19 05:58:25.345729 [ 259 ] {5af07133-3132-471f-a8d7-30c349af2eb7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001485 sec., 8754.208754208754 rows/sec., 545.82 KiB/sec.
7286 2024.11.19 05:58:25.345844 [ 259 ] {5af07133-3132-471f-a8d7-30c349af2eb7} <Debug> TCPHandler: Processed in 0.001803729 sec.
7287 2024.11.19 05:58:25.345882 [ 192 ] {762868e6-1685-41dd-bc30-da37857dff35::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
7288 2024.11.19 05:58:25.346009 [ 192 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7289 2024.11.19 05:58:25.346009 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7290 2024.11.19 05:58:25.346049 [ 192 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 13 rows starting from the beginning of the part
7291 2024.11.19 05:58:25.346261 [ 192 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 13 rows starting from the beginning of the part
7292 2024.11.19 05:58:25.346324 [ 263 ] {321f9077-a6f9-4682-a559-979a8267d363} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7293 2024.11.19 05:58:25.346479 [ 263 ] {321f9077-a6f9-4682-a559-979a8267d363} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7294 2024.11.19 05:58:25.346630 [ 192 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 13 rows starting from the beginning of the part
7295 2024.11.19 05:58:25.347012 [ 192 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 13 rows starting from the beginning of the part
7296 2024.11.19 05:58:25.347320 [ 192 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 13 rows starting from the beginning of the part
7297 2024.11.19 05:58:25.348664 [ 263 ] {321f9077-a6f9-4682-a559-979a8267d363} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7298 2024.11.19 05:58:25.348710 [ 263 ] {321f9077-a6f9-4682-a559-979a8267d363} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7299 2024.11.19 05:58:25.348963 [ 190 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003172142 sec., 20490.885969165312 rows/sec., 1.33 MiB/sec.
7300 2024.11.19 05:58:25.349237 [ 191 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
7301 2024.11.19 05:58:25.349403 [ 263 ] {321f9077-a6f9-4682-a559-979a8267d363} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7302 2024.11.19 05:58:25.349783 [ 191 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_21_5} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7303 2024.11.19 05:58:25.349824 [ 263 ] {321f9077-a6f9-4682-a559-979a8267d363} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7304 2024.11.19 05:58:25.349959 [ 191 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_21_5} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
7305 2024.11.19 05:58:25.350037 [ 56 ] {} <Debug> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7306 2024.11.19 05:58:25.350152 [ 56 ] {} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7307 2024.11.19 05:58:25.350210 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7308 2024.11.19 05:58:25.350218 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
7309 2024.11.19 05:58:25.350275 [ 263 ] {321f9077-a6f9-4682-a559-979a8267d363} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.004049 sec., 104470.23956532478 rows/sec., 7.47 MiB/sec.
7310 2024.11.19 05:58:25.350505 [ 263 ] {321f9077-a6f9-4682-a559-979a8267d363} <Debug> TCPHandler: Processed in 0.004562758 sec.
7311 2024.11.19 05:58:25.350536 [ 199 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::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
7312 2024.11.19 05:58:25.350699 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7313 2024.11.19 05:58:25.350726 [ 199 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7314 2024.11.19 05:58:25.350778 [ 199 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 915 rows starting from the beginning of the part
7315 2024.11.19 05:58:25.351003 [ 259 ] {f2ecdcc3-5b39-4143-8013-b3313676f310} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7316 2024.11.19 05:58:25.351033 [ 199 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part
7317 2024.11.19 05:58:25.351241 [ 259 ] {f2ecdcc3-5b39-4143-8013-b3313676f310} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7318 2024.11.19 05:58:25.351391 [ 199 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 423 rows starting from the beginning of the part
7319 2024.11.19 05:58:25.351763 [ 199 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 64 rows starting from the beginning of the part
7320 2024.11.19 05:58:25.352118 [ 199 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 64 rows starting from the beginning of the part
7321 2024.11.19 05:58:25.352482 [ 199 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 423 rows starting from the beginning of the part
7322 2024.11.19 05:58:25.353544 [ 259 ] {f2ecdcc3-5b39-4143-8013-b3313676f310} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7323 2024.11.19 05:58:25.353619 [ 259 ] {f2ecdcc3-5b39-4143-8013-b3313676f310} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7324 2024.11.19 05:58:25.354515 [ 259 ] {f2ecdcc3-5b39-4143-8013-b3313676f310} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
7325 2024.11.19 05:58:25.354935 [ 259 ] {f2ecdcc3-5b39-4143-8013-b3313676f310} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7326 2024.11.19 05:58:25.355532 [ 259 ] {f2ecdcc3-5b39-4143-8013-b3313676f310} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004642 sec., 1292.5463162429987 rows/sec., 67.53 KiB/sec.
7327 2024.11.19 05:58:25.355896 [ 259 ] {f2ecdcc3-5b39-4143-8013-b3313676f310} <Debug> TCPHandler: Processed in 0.005283234 sec.
7328 2024.11.19 05:58:25.356024 [ 199 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1953 rows, containing 5 columns (5 merged, 0 gathered) in 0.005679309 sec., 343879.8628495122 rows/sec., 26.32 MiB/sec.
7329 2024.11.19 05:58:25.356150 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7330 2024.11.19 05:58:25.356291 [ 191 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7331 2024.11.19 05:58:25.356349 [ 263 ] {c0b53bb9-4945-4afb-944e-ab4d2c444906} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7332 2024.11.19 05:58:25.356449 [ 263 ] {c0b53bb9-4945-4afb-944e-ab4d2c444906} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7333 2024.11.19 05:58:25.356848 [ 191 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_61_12} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7334 2024.11.19 05:58:25.357045 [ 191 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_61_12} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7335 2024.11.19 05:58:25.357135 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
7336 2024.11.19 05:58:25.357432 [ 263 ] {c0b53bb9-4945-4afb-944e-ab4d2c444906} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7337 2024.11.19 05:58:25.357472 [ 263 ] {c0b53bb9-4945-4afb-944e-ab4d2c444906} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7338 2024.11.19 05:58:25.357851 [ 263 ] {c0b53bb9-4945-4afb-944e-ab4d2c444906} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7339 2024.11.19 05:58:25.358089 [ 263 ] {c0b53bb9-4945-4afb-944e-ab4d2c444906} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7340 2024.11.19 05:58:25.358214 [ 56 ] {} <Debug> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7341 2024.11.19 05:58:25.358249 [ 56 ] {} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7342 2024.11.19 05:58:25.358272 [ 263 ] {c0b53bb9-4945-4afb-944e-ab4d2c444906} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002046 sec., 115835.7771260997 rows/sec., 7.76 MiB/sec.
7343 2024.11.19 05:58:25.358276 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7344 2024.11.19 05:58:25.358470 [ 263 ] {c0b53bb9-4945-4afb-944e-ab4d2c444906} <Debug> TCPHandler: Processed in 0.002409975 sec.
7345 2024.11.19 05:58:25.358613 [ 190 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
7346 2024.11.19 05:58:25.358702 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7347 2024.11.19 05:58:25.358921 [ 190 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7348 2024.11.19 05:58:25.358950 [ 259 ] {27291592-d1f7-4549-af67-7ec553e0b955} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7349 2024.11.19 05:58:25.358982 [ 190 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 11343 rows starting from the beginning of the part
7350 2024.11.19 05:58:25.359044 [ 259 ] {27291592-d1f7-4549-af67-7ec553e0b955} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7351 2024.11.19 05:58:25.359434 [ 190 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
7352 2024.11.19 05:58:25.359820 [ 190 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
7353 2024.11.19 05:58:25.360205 [ 190 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part
7354 2024.11.19 05:58:25.360408 [ 190 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
7355 2024.11.19 05:58:25.360858 [ 190 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 237 rows starting from the beginning of the part
7356 2024.11.19 05:58:25.361548 [ 259 ] {27291592-d1f7-4549-af67-7ec553e0b955} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7357 2024.11.19 05:58:25.361606 [ 259 ] {27291592-d1f7-4549-af67-7ec553e0b955} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7358 2024.11.19 05:58:25.362339 [ 259 ] {27291592-d1f7-4549-af67-7ec553e0b955} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
7359 2024.11.19 05:58:25.362678 [ 259 ] {27291592-d1f7-4549-af67-7ec553e0b955} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7360 2024.11.19 05:58:25.363239 [ 259 ] {27291592-d1f7-4549-af67-7ec553e0b955} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00433 sec., 230.9468822170901 rows/sec., 15.56 KiB/sec.
7361 2024.11.19 05:58:25.363533 [ 259 ] {27291592-d1f7-4549-af67-7ec553e0b955} <Debug> TCPHandler: Processed in 0.004940052 sec.
7362 2024.11.19 05:58:25.363793 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7363 2024.11.19 05:58:25.364070 [ 263 ] {e8d866fe-5c77-4bbe-97f6-dec7a2e316ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7364 2024.11.19 05:58:25.364306 [ 263 ] {e8d866fe-5c77-4bbe-97f6-dec7a2e316ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7365 2024.11.19 05:58:25.366262 [ 263 ] {e8d866fe-5c77-4bbe-97f6-dec7a2e316ac} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7366 2024.11.19 05:58:25.366302 [ 263 ] {e8d866fe-5c77-4bbe-97f6-dec7a2e316ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7367 2024.11.19 05:58:25.367473 [ 190 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12297 rows, containing 5 columns (5 merged, 0 gathered) in 0.009020674 sec., 1363201.9070858785 rows/sec., 93.02 MiB/sec.
7368 2024.11.19 05:58:25.367810 [ 190 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7369 2024.11.19 05:58:25.367861 [ 263 ] {e8d866fe-5c77-4bbe-97f6-dec7a2e316ac} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7370 2024.11.19 05:58:25.368266 [ 190 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7371 2024.11.19 05:58:25.368477 [ 263 ] {e8d866fe-5c77-4bbe-97f6-dec7a2e316ac} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7372 2024.11.19 05:58:25.368501 [ 190 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7373 2024.11.19 05:58:25.368678 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.30 MiB.
7374 2024.11.19 05:58:25.368900 [ 263 ] {e8d866fe-5c77-4bbe-97f6-dec7a2e316ac} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.004931 sec., 8314.743459744474 rows/sec., 14.90 MiB/sec.
7375 2024.11.19 05:58:25.369062 [ 263 ] {e8d866fe-5c77-4bbe-97f6-dec7a2e316ac} <Debug> TCPHandler: Processed in 0.005410326 sec.
7376 2024.11.19 05:58:25.369210 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7377 2024.11.19 05:58:25.369322 [ 259 ] {dd7753d5-8832-448b-a08c-770ded5f02c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7378 2024.11.19 05:58:25.369368 [ 259 ] {dd7753d5-8832-448b-a08c-770ded5f02c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7379 2024.11.19 05:58:25.369821 [ 259 ] {dd7753d5-8832-448b-a08c-770ded5f02c7} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7380 2024.11.19 05:58:25.369858 [ 259 ] {dd7753d5-8832-448b-a08c-770ded5f02c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7381 2024.11.19 05:58:25.370231 [ 259 ] {dd7753d5-8832-448b-a08c-770ded5f02c7} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7382 2024.11.19 05:58:25.370476 [ 259 ] {dd7753d5-8832-448b-a08c-770ded5f02c7} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7383 2024.11.19 05:58:25.370606 [ 56 ] {} <Debug> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7384 2024.11.19 05:58:25.370642 [ 56 ] {} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7385 2024.11.19 05:58:25.370659 [ 259 ] {dd7753d5-8832-448b-a08c-770ded5f02c7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00136 sec., 60294.11764705882 rows/sec., 3.83 MiB/sec.
7386 2024.11.19 05:58:25.370668 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7387 2024.11.19 05:58:25.370766 [ 259 ] {dd7753d5-8832-448b-a08c-770ded5f02c7} <Debug> TCPHandler: Processed in 0.001604677 sec.
7388 2024.11.19 05:58:25.370921 [ 195 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
7389 2024.11.19 05:58:25.371059 [ 195 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7390 2024.11.19 05:58:25.371095 [ 195 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3550 rows starting from the beginning of the part
7391 2024.11.19 05:58:25.371214 [ 195 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
7392 2024.11.19 05:58:25.371399 [ 195 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
7393 2024.11.19 05:58:25.371499 [ 195 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
7394 2024.11.19 05:58:25.371584 [ 195 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
7395 2024.11.19 05:58:25.371715 [ 195 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part
7396 2024.11.19 05:58:25.373347 [ 188 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3894 rows, containing 4 columns (4 merged, 0 gathered) in 0.002568617 sec., 1515990.9009400778 rows/sec., 99.57 MiB/sec.
7397 2024.11.19 05:58:25.373733 [ 201 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7398 2024.11.19 05:58:25.374102 [ 201 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_61_12} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7399 2024.11.19 05:58:25.374199 [ 201 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_61_12} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7400 2024.11.19 05:58:25.374308 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
7401 2024.11.19 05:58:28.793282 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1004
7402 2024.11.19 05:58:28.796374 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7403 2024.11.19 05:58:28.796427 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7404 2024.11.19 05:58:28.797936 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
7405 2024.11.19 05:58:28.798263 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7406 2024.11.19 05:58:28.799624 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1004
7407 2024.11.19 05:58:30.321552 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7408 2024.11.19 05:58:30.321760 [ 259 ] {a31784e0-12e8-44d3-8f0b-e4d37cb969e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7409 2024.11.19 05:58:30.321838 [ 259 ] {a31784e0-12e8-44d3-8f0b-e4d37cb969e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7410 2024.11.19 05:58:30.322628 [ 259 ] {a31784e0-12e8-44d3-8f0b-e4d37cb969e8} <Trace> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7411 2024.11.19 05:58:30.322685 [ 259 ] {a31784e0-12e8-44d3-8f0b-e4d37cb969e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7412 2024.11.19 05:58:30.323119 [ 259 ] {a31784e0-12e8-44d3-8f0b-e4d37cb969e8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
7413 2024.11.19 05:58:30.323395 [ 259 ] {a31784e0-12e8-44d3-8f0b-e4d37cb969e8} <Trace> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7414 2024.11.19 05:58:30.323681 [ 259 ] {a31784e0-12e8-44d3-8f0b-e4d37cb969e8} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001969 sec., 8125.952260030473 rows/sec., 662.61 KiB/sec.
7415 2024.11.19 05:58:30.323872 [ 259 ] {a31784e0-12e8-44d3-8f0b-e4d37cb969e8} <Debug> TCPHandler: Processed in 0.002446836 sec.
7416 2024.11.19 05:58:30.324057 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7417 2024.11.19 05:58:30.324185 [ 263 ] {6c175a6b-0cb9-456c-967d-5b514588c529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7418 2024.11.19 05:58:30.324237 [ 263 ] {6c175a6b-0cb9-456c-967d-5b514588c529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7419 2024.11.19 05:58:30.324879 [ 263 ] {6c175a6b-0cb9-456c-967d-5b514588c529} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7420 2024.11.19 05:58:30.324926 [ 263 ] {6c175a6b-0cb9-456c-967d-5b514588c529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7421 2024.11.19 05:58:30.325337 [ 263 ] {6c175a6b-0cb9-456c-967d-5b514588c529} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
7422 2024.11.19 05:58:30.325594 [ 263 ] {6c175a6b-0cb9-456c-967d-5b514588c529} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7423 2024.11.19 05:58:30.325819 [ 263 ] {6c175a6b-0cb9-456c-967d-5b514588c529} <Debug> executeQuery: Read 64 rows, 4.99 KiB in 0.001663 sec., 38484.66626578473 rows/sec., 2.93 MiB/sec.
7424 2024.11.19 05:58:30.325882 [ 263 ] {6c175a6b-0cb9-456c-967d-5b514588c529} <Debug> TCPHandler: Processed in 0.00188475 sec.
7425 2024.11.19 05:58:30.326043 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7426 2024.11.19 05:58:30.326180 [ 259 ] {aefc79c9-8c21-4931-a2e3-d85b30e26be8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7427 2024.11.19 05:58:30.326238 [ 259 ] {aefc79c9-8c21-4931-a2e3-d85b30e26be8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7428 2024.11.19 05:58:30.326861 [ 259 ] {aefc79c9-8c21-4931-a2e3-d85b30e26be8} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7429 2024.11.19 05:58:30.326902 [ 259 ] {aefc79c9-8c21-4931-a2e3-d85b30e26be8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7430 2024.11.19 05:58:30.327255 [ 259 ] {aefc79c9-8c21-4931-a2e3-d85b30e26be8} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
7431 2024.11.19 05:58:30.327498 [ 259 ] {aefc79c9-8c21-4931-a2e3-d85b30e26be8} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7432 2024.11.19 05:58:30.327722 [ 259 ] {aefc79c9-8c21-4931-a2e3-d85b30e26be8} <Debug> executeQuery: Read 16 rows, 1.12 KiB in 0.001575 sec., 10158.730158730159 rows/sec., 709.33 KiB/sec.
7433 2024.11.19 05:58:30.327777 [ 259 ] {aefc79c9-8c21-4931-a2e3-d85b30e26be8} <Debug> TCPHandler: Processed in 0.001800188 sec.
7434 2024.11.19 05:58:30.327918 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7435 2024.11.19 05:58:30.328031 [ 263 ] {ddb8e51d-0fbc-4677-b023-4c874ec0e0d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7436 2024.11.19 05:58:30.328078 [ 263 ] {ddb8e51d-0fbc-4677-b023-4c874ec0e0d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7437 2024.11.19 05:58:30.328646 [ 263 ] {ddb8e51d-0fbc-4677-b023-4c874ec0e0d9} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7438 2024.11.19 05:58:30.328688 [ 263 ] {ddb8e51d-0fbc-4677-b023-4c874ec0e0d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7439 2024.11.19 05:58:30.329063 [ 263 ] {ddb8e51d-0fbc-4677-b023-4c874ec0e0d9} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
7440 2024.11.19 05:58:30.329314 [ 263 ] {ddb8e51d-0fbc-4677-b023-4c874ec0e0d9} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7441 2024.11.19 05:58:30.329565 [ 263 ] {ddb8e51d-0fbc-4677-b023-4c874ec0e0d9} <Debug> executeQuery: Read 80 rows, 6.42 KiB in 0.001547 sec., 51712.99288946348 rows/sec., 4.05 MiB/sec.
7442 2024.11.19 05:58:30.329711 [ 263 ] {ddb8e51d-0fbc-4677-b023-4c874ec0e0d9} <Debug> TCPHandler: Processed in 0.001843079 sec.
7443 2024.11.19 05:58:30.329950 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7444 2024.11.19 05:58:30.330086 [ 259 ] {e0f96b97-b003-4130-b399-eacddffd7154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7445 2024.11.19 05:58:30.330140 [ 259 ] {e0f96b97-b003-4130-b399-eacddffd7154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7446 2024.11.19 05:58:30.330706 [ 259 ] {e0f96b97-b003-4130-b399-eacddffd7154} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7447 2024.11.19 05:58:30.330747 [ 259 ] {e0f96b97-b003-4130-b399-eacddffd7154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7448 2024.11.19 05:58:30.331155 [ 259 ] {e0f96b97-b003-4130-b399-eacddffd7154} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
7449 2024.11.19 05:58:30.331414 [ 259 ] {e0f96b97-b003-4130-b399-eacddffd7154} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7450 2024.11.19 05:58:30.331625 [ 259 ] {e0f96b97-b003-4130-b399-eacddffd7154} <Debug> executeQuery: Read 138 rows, 9.84 KiB in 0.001565 sec., 88178.91373801917 rows/sec., 6.14 MiB/sec.
7451 2024.11.19 05:58:30.331685 [ 259 ] {e0f96b97-b003-4130-b399-eacddffd7154} <Debug> TCPHandler: Processed in 0.001839939 sec.
7452 2024.11.19 05:58:30.331824 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7453 2024.11.19 05:58:30.331933 [ 263 ] {9c9b9345-2ae6-4446-802c-a387553c9323} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7454 2024.11.19 05:58:30.331980 [ 263 ] {9c9b9345-2ae6-4446-802c-a387553c9323} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7455 2024.11.19 05:58:30.332455 [ 263 ] {9c9b9345-2ae6-4446-802c-a387553c9323} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7456 2024.11.19 05:58:30.332497 [ 263 ] {9c9b9345-2ae6-4446-802c-a387553c9323} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7457 2024.11.19 05:58:30.332917 [ 263 ] {9c9b9345-2ae6-4446-802c-a387553c9323} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
7458 2024.11.19 05:58:30.333190 [ 263 ] {9c9b9345-2ae6-4446-802c-a387553c9323} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7459 2024.11.19 05:58:30.333401 [ 263 ] {9c9b9345-2ae6-4446-802c-a387553c9323} <Debug> executeQuery: Read 50 rows, 3.44 KiB in 0.00149 sec., 33557.04697986577 rows/sec., 2.25 MiB/sec.
7460 2024.11.19 05:58:30.333452 [ 263 ] {9c9b9345-2ae6-4446-802c-a387553c9323} <Debug> TCPHandler: Processed in 0.001680337 sec.
7461 2024.11.19 05:58:31.181139 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764
7462 2024.11.19 05:58:31.182179 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7463 2024.11.19 05:58:31.182230 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7464 2024.11.19 05:58:31.182828 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7465 2024.11.19 05:58:31.183104 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7466 2024.11.19 05:58:31.183371 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764
7467 2024.11.19 05:58:32.535302 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324
7468 2024.11.19 05:58:32.556102 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7469 2024.11.19 05:58:32.556165 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7470 2024.11.19 05:58:32.563435 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7471 2024.11.19 05:58:32.564207 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7472 2024.11.19 05:58:32.566993 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 324
7473 2024.11.19 05:58:35.322399 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7474 2024.11.19 05:58:35.322673 [ 259 ] {2f17090f-58be-440e-9888-3cb0b86d4981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7475 2024.11.19 05:58:35.322748 [ 259 ] {2f17090f-58be-440e-9888-3cb0b86d4981} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7476 2024.11.19 05:58:35.323539 [ 259 ] {2f17090f-58be-440e-9888-3cb0b86d4981} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7477 2024.11.19 05:58:35.323595 [ 259 ] {2f17090f-58be-440e-9888-3cb0b86d4981} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7478 2024.11.19 05:58:35.324062 [ 259 ] {2f17090f-58be-440e-9888-3cb0b86d4981} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
7479 2024.11.19 05:58:35.324332 [ 259 ] {2f17090f-58be-440e-9888-3cb0b86d4981} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7480 2024.11.19 05:58:35.324561 [ 259 ] {2f17090f-58be-440e-9888-3cb0b86d4981} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001936 sec., 28925.619834710742 rows/sec., 2.22 MiB/sec.
7481 2024.11.19 05:58:35.324644 [ 259 ] {2f17090f-58be-440e-9888-3cb0b86d4981} <Debug> TCPHandler: Processed in 0.002319604 sec.
7482 2024.11.19 05:58:35.324844 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7483 2024.11.19 05:58:35.324998 [ 263 ] {bc74800d-4dd1-4eb3-9a77-58ea17ec4b1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7484 2024.11.19 05:58:35.325058 [ 263 ] {bc74800d-4dd1-4eb3-9a77-58ea17ec4b1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7485 2024.11.19 05:58:35.325745 [ 263 ] {bc74800d-4dd1-4eb3-9a77-58ea17ec4b1b} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7486 2024.11.19 05:58:35.325795 [ 263 ] {bc74800d-4dd1-4eb3-9a77-58ea17ec4b1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7487 2024.11.19 05:58:35.326204 [ 263 ] {bc74800d-4dd1-4eb3-9a77-58ea17ec4b1b} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
7488 2024.11.19 05:58:35.326473 [ 263 ] {bc74800d-4dd1-4eb3-9a77-58ea17ec4b1b} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7489 2024.11.19 05:58:35.326692 [ 263 ] {bc74800d-4dd1-4eb3-9a77-58ea17ec4b1b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001728 sec., 37037.03703703704 rows/sec., 2.89 MiB/sec.
7490 2024.11.19 05:58:35.326746 [ 263 ] {bc74800d-4dd1-4eb3-9a77-58ea17ec4b1b} <Debug> TCPHandler: Processed in 0.001984661 sec.
7491 2024.11.19 05:58:35.326893 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7492 2024.11.19 05:58:35.327021 [ 259 ] {46265e49-84ec-4664-be20-26696a523568} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7493 2024.11.19 05:58:35.327080 [ 259 ] {46265e49-84ec-4664-be20-26696a523568} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7494 2024.11.19 05:58:35.327705 [ 259 ] {46265e49-84ec-4664-be20-26696a523568} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7495 2024.11.19 05:58:35.327753 [ 259 ] {46265e49-84ec-4664-be20-26696a523568} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7496 2024.11.19 05:58:35.328208 [ 259 ] {46265e49-84ec-4664-be20-26696a523568} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
7497 2024.11.19 05:58:35.328465 [ 259 ] {46265e49-84ec-4664-be20-26696a523568} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7498 2024.11.19 05:58:35.328680 [ 259 ] {46265e49-84ec-4664-be20-26696a523568} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00169 sec., 94674.55621301774 rows/sec., 6.59 MiB/sec.
7499 2024.11.19 05:58:35.328734 [ 259 ] {46265e49-84ec-4664-be20-26696a523568} <Debug> TCPHandler: Processed in 0.001892979 sec.
7500 2024.11.19 05:58:35.328873 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7501 2024.11.19 05:58:35.328992 [ 263 ] {68bc467b-3897-48e7-9d97-2a175551e240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7502 2024.11.19 05:58:35.329049 [ 263 ] {68bc467b-3897-48e7-9d97-2a175551e240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7503 2024.11.19 05:58:35.329586 [ 263 ] {68bc467b-3897-48e7-9d97-2a175551e240} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7504 2024.11.19 05:58:35.329634 [ 263 ] {68bc467b-3897-48e7-9d97-2a175551e240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7505 2024.11.19 05:58:35.330062 [ 263 ] {68bc467b-3897-48e7-9d97-2a175551e240} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
7506 2024.11.19 05:58:35.330317 [ 263 ] {68bc467b-3897-48e7-9d97-2a175551e240} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7507 2024.11.19 05:58:35.330539 [ 263 ] {68bc467b-3897-48e7-9d97-2a175551e240} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001571 sec., 38192.234245703374 rows/sec., 2.57 MiB/sec.
7508 2024.11.19 05:58:35.330636 [ 263 ] {68bc467b-3897-48e7-9d97-2a175551e240} <Debug> TCPHandler: Processed in 0.001813649 sec.
7509 2024.11.19 05:58:36.662640 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54222, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7510 2024.11.19 05:58:36.895510 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44660, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7511 2024.11.19 05:58:36.955975 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52871, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7512 2024.11.19 05:58:36.959321 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51357, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7513 2024.11.19 05:58:37.007157 [ 53 ] {} <Debug> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
7514 2024.11.19 05:58:37.007221 [ 53 ] {} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7515 2024.11.19 05:58:37.007243 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7516 2024.11.19 05:58:37.007459 [ 186 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::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
7517 2024.11.19 05:58:37.007704 [ 186 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7518 2024.11.19 05:58:37.007744 [ 186 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 102 rows starting from the beginning of the part
7519 2024.11.19 05:58:37.007824 [ 186 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part
7520 2024.11.19 05:58:37.008068 [ 186 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part
7521 2024.11.19 05:58:37.008266 [ 186 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part
7522 2024.11.19 05:58:37.008426 [ 186 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part
7523 2024.11.19 05:58:37.009551 [ 201 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.002232643 sec., 56435.35486864672 rows/sec., 2.88 MiB/sec.
7524 2024.11.19 05:58:37.009720 [ 201 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
7525 2024.11.19 05:58:37.010040 [ 201 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_21_5} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7526 2024.11.19 05:58:37.010130 [ 201 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_21_5} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
7527 2024.11.19 05:58:37.010228 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
7528 2024.11.19 05:58:37.034755 [ 53 ] {} <Debug> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
7529 2024.11.19 05:58:37.034814 [ 53 ] {} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7530 2024.11.19 05:58:37.034851 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7531 2024.11.19 05:58:37.035099 [ 198 ] {8f1df533-2533-4275-8ea8-866c069ee649::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
7532 2024.11.19 05:58:37.035444 [ 198 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7533 2024.11.19 05:58:37.035507 [ 198 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 17 rows starting from the beginning of the part
7534 2024.11.19 05:58:37.035673 [ 198 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part
7535 2024.11.19 05:58:37.036018 [ 198 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part
7536 2024.11.19 05:58:37.036227 [ 198 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part
7537 2024.11.19 05:58:37.036343 [ 198 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part
7538 2024.11.19 05:58:37.037445 [ 201 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21 rows, containing 4 columns (4 merged, 0 gathered) in 0.002491826 sec., 8427.55473295487 rows/sec., 567.87 KiB/sec.
7539 2024.11.19 05:58:37.037664 [ 201 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
7540 2024.11.19 05:58:37.038092 [ 201 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_21_5} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7541 2024.11.19 05:58:37.038166 [ 201 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_21_5} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
7542 2024.11.19 05:58:37.038243 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
7543 2024.11.19 05:58:37.098625 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49576, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7544 2024.11.19 05:58:37.103944 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38964, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7545 2024.11.19 05:58:37.129340 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38457, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7546 2024.11.19 05:58:37.140677 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59271, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7547 2024.11.19 05:58:38.525437 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache
7548 2024.11.19 05:58:38.525493 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache
7549 2024.11.19 05:58:38.683632 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191
7550 2024.11.19 05:58:38.684258 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7551 2024.11.19 05:58:38.684306 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7552 2024.11.19 05:58:38.684856 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7553 2024.11.19 05:58:38.685118 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7554 2024.11.19 05:58:38.685361 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191
7555 2024.11.19 05:58:38.800009 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1024
7556 2024.11.19 05:58:38.803049 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7557 2024.11.19 05:58:38.803110 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7558 2024.11.19 05:58:38.804553 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7559 2024.11.19 05:58:38.804949 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7560 2024.11.19 05:58:38.805629 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1024
7561 2024.11.19 05:58:38.870446 [ 51 ] {} <Debug> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
7562 2024.11.19 05:58:38.870543 [ 51 ] {} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7563 2024.11.19 05:58:38.870588 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7564 2024.11.19 05:58:38.870907 [ 198 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::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
7565 2024.11.19 05:58:38.871148 [ 198 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7566 2024.11.19 05:58:38.871182 [ 198 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 242 rows starting from the beginning of the part
7567 2024.11.19 05:58:38.871260 [ 198 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part
7568 2024.11.19 05:58:38.871490 [ 198 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part
7569 2024.11.19 05:58:38.871627 [ 198 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part
7570 2024.11.19 05:58:38.871897 [ 198 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part
7571 2024.11.19 05:58:38.872939 [ 194 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002240363 sec., 133014.15886621946 rows/sec., 9.54 MiB/sec.
7572 2024.11.19 05:58:38.873159 [ 189 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
7573 2024.11.19 05:58:38.873595 [ 189 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_21_5} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7574 2024.11.19 05:58:38.873711 [ 189 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_21_5} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
7575 2024.11.19 05:58:38.873836 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
7576 2024.11.19 05:58:39.844841 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60884, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7577 2024.11.19 05:58:40.067214 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332
7578 2024.11.19 05:58:40.087796 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7579 2024.11.19 05:58:40.087852 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7580 2024.11.19 05:58:40.095166 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7581 2024.11.19 05:58:40.095978 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7582 2024.11.19 05:58:40.099617 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332
7583 2024.11.19 05:58:40.328695 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7584 2024.11.19 05:58:40.328886 [ 259 ] {e643883f-43a7-4dbd-8477-2c952f740cab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7585 2024.11.19 05:58:40.328959 [ 259 ] {e643883f-43a7-4dbd-8477-2c952f740cab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7586 2024.11.19 05:58:40.329724 [ 259 ] {e643883f-43a7-4dbd-8477-2c952f740cab} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7587 2024.11.19 05:58:40.329769 [ 259 ] {e643883f-43a7-4dbd-8477-2c952f740cab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7588 2024.11.19 05:58:40.330229 [ 259 ] {e643883f-43a7-4dbd-8477-2c952f740cab} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7589 2024.11.19 05:58:40.330501 [ 259 ] {e643883f-43a7-4dbd-8477-2c952f740cab} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7590 2024.11.19 05:58:40.330781 [ 259 ] {e643883f-43a7-4dbd-8477-2c952f740cab} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001938 sec., 7223.942208462332 rows/sec., 520.03 KiB/sec.
7591 2024.11.19 05:58:40.330990 [ 259 ] {e643883f-43a7-4dbd-8477-2c952f740cab} <Debug> TCPHandler: Processed in 0.002420756 sec.
7592 2024.11.19 05:58:40.331192 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7593 2024.11.19 05:58:40.331318 [ 263 ] {1c55cee1-2e9a-4e60-889c-f6dfaa33c551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7594 2024.11.19 05:58:40.331370 [ 263 ] {1c55cee1-2e9a-4e60-889c-f6dfaa33c551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7595 2024.11.19 05:58:40.332148 [ 263 ] {1c55cee1-2e9a-4e60-889c-f6dfaa33c551} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7596 2024.11.19 05:58:40.332190 [ 263 ] {1c55cee1-2e9a-4e60-889c-f6dfaa33c551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7597 2024.11.19 05:58:40.332612 [ 263 ] {1c55cee1-2e9a-4e60-889c-f6dfaa33c551} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
7598 2024.11.19 05:58:40.332869 [ 263 ] {1c55cee1-2e9a-4e60-889c-f6dfaa33c551} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7599 2024.11.19 05:58:40.333135 [ 263 ] {1c55cee1-2e9a-4e60-889c-f6dfaa33c551} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.001832 sec., 155567.68558951965 rows/sec., 13.75 MiB/sec.
7600 2024.11.19 05:58:40.333202 [ 263 ] {1c55cee1-2e9a-4e60-889c-f6dfaa33c551} <Debug> TCPHandler: Processed in 0.002070961 sec.
7601 2024.11.19 05:58:40.333433 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7602 2024.11.19 05:58:40.333633 [ 259 ] {11f2aa64-73d9-43f9-8502-3f87eb93c412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7603 2024.11.19 05:58:40.333683 [ 259 ] {11f2aa64-73d9-43f9-8502-3f87eb93c412} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7604 2024.11.19 05:58:40.334258 [ 259 ] {11f2aa64-73d9-43f9-8502-3f87eb93c412} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7605 2024.11.19 05:58:40.334299 [ 259 ] {11f2aa64-73d9-43f9-8502-3f87eb93c412} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7606 2024.11.19 05:58:40.334656 [ 259 ] {11f2aa64-73d9-43f9-8502-3f87eb93c412} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
7607 2024.11.19 05:58:40.334900 [ 259 ] {11f2aa64-73d9-43f9-8502-3f87eb93c412} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7608 2024.11.19 05:58:40.335176 [ 259 ] {11f2aa64-73d9-43f9-8502-3f87eb93c412} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001586 sec., 30264.817150063052 rows/sec., 2.18 MiB/sec.
7609 2024.11.19 05:58:40.335401 [ 259 ] {11f2aa64-73d9-43f9-8502-3f87eb93c412} <Debug> TCPHandler: Processed in 0.002094301 sec.
7610 2024.11.19 05:58:40.335596 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7611 2024.11.19 05:58:40.335730 [ 263 ] {4677d07c-1649-4dfc-ae31-9403027aa20d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7612 2024.11.19 05:58:40.335786 [ 263 ] {4677d07c-1649-4dfc-ae31-9403027aa20d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7613 2024.11.19 05:58:40.336425 [ 263 ] {4677d07c-1649-4dfc-ae31-9403027aa20d} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7614 2024.11.19 05:58:40.336465 [ 263 ] {4677d07c-1649-4dfc-ae31-9403027aa20d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7615 2024.11.19 05:58:40.336830 [ 263 ] {4677d07c-1649-4dfc-ae31-9403027aa20d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7616 2024.11.19 05:58:40.337106 [ 263 ] {4677d07c-1649-4dfc-ae31-9403027aa20d} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7617 2024.11.19 05:58:40.337323 [ 263 ] {4677d07c-1649-4dfc-ae31-9403027aa20d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001624 sec., 8620.689655172413 rows/sec., 603.74 KiB/sec.
7618 2024.11.19 05:58:40.337380 [ 263 ] {4677d07c-1649-4dfc-ae31-9403027aa20d} <Debug> TCPHandler: Processed in 0.001854669 sec.
7619 2024.11.19 05:58:40.337518 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7620 2024.11.19 05:58:40.337629 [ 259 ] {6c15bf5d-9a97-463d-8f0c-89b0ad3eac40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7621 2024.11.19 05:58:40.337674 [ 259 ] {6c15bf5d-9a97-463d-8f0c-89b0ad3eac40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7622 2024.11.19 05:58:40.338204 [ 259 ] {6c15bf5d-9a97-463d-8f0c-89b0ad3eac40} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7623 2024.11.19 05:58:40.338244 [ 259 ] {6c15bf5d-9a97-463d-8f0c-89b0ad3eac40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7624 2024.11.19 05:58:40.338597 [ 259 ] {6c15bf5d-9a97-463d-8f0c-89b0ad3eac40} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7625 2024.11.19 05:58:40.338837 [ 259 ] {6c15bf5d-9a97-463d-8f0c-89b0ad3eac40} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7626 2024.11.19 05:58:40.339097 [ 259 ] {6c15bf5d-9a97-463d-8f0c-89b0ad3eac40} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001489 sec., 8730.691739422431 rows/sec., 544.36 KiB/sec.
7627 2024.11.19 05:58:40.339324 [ 259 ] {6c15bf5d-9a97-463d-8f0c-89b0ad3eac40} <Debug> TCPHandler: Processed in 0.001855439 sec.
7628 2024.11.19 05:58:40.339485 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7629 2024.11.19 05:58:40.339616 [ 263 ] {b1714c3f-901c-4bbc-8394-7ff55edd70b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7630 2024.11.19 05:58:40.339670 [ 263 ] {b1714c3f-901c-4bbc-8394-7ff55edd70b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7631 2024.11.19 05:58:40.340477 [ 263 ] {b1714c3f-901c-4bbc-8394-7ff55edd70b2} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7632 2024.11.19 05:58:40.340517 [ 263 ] {b1714c3f-901c-4bbc-8394-7ff55edd70b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7633 2024.11.19 05:58:40.340900 [ 263 ] {b1714c3f-901c-4bbc-8394-7ff55edd70b2} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
7634 2024.11.19 05:58:40.341134 [ 263 ] {b1714c3f-901c-4bbc-8394-7ff55edd70b2} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7635 2024.11.19 05:58:40.341368 [ 263 ] {b1714c3f-901c-4bbc-8394-7ff55edd70b2} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001822 sec., 232162.45883644346 rows/sec., 16.60 MiB/sec.
7636 2024.11.19 05:58:40.341524 [ 263 ] {b1714c3f-901c-4bbc-8394-7ff55edd70b2} <Debug> TCPHandler: Processed in 0.002160132 sec.
7637 2024.11.19 05:58:40.341821 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7638 2024.11.19 05:58:40.341980 [ 259 ] {c75c7a39-270f-4d3e-aab6-9fee09497e2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7639 2024.11.19 05:58:40.342039 [ 259 ] {c75c7a39-270f-4d3e-aab6-9fee09497e2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7640 2024.11.19 05:58:40.342530 [ 259 ] {c75c7a39-270f-4d3e-aab6-9fee09497e2d} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7641 2024.11.19 05:58:40.342569 [ 259 ] {c75c7a39-270f-4d3e-aab6-9fee09497e2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7642 2024.11.19 05:58:40.342957 [ 259 ] {c75c7a39-270f-4d3e-aab6-9fee09497e2d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7643 2024.11.19 05:58:40.343202 [ 259 ] {c75c7a39-270f-4d3e-aab6-9fee09497e2d} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7644 2024.11.19 05:58:40.343413 [ 259 ] {c75c7a39-270f-4d3e-aab6-9fee09497e2d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001464 sec., 4098.360655737705 rows/sec., 214.12 KiB/sec.
7645 2024.11.19 05:58:40.343468 [ 259 ] {c75c7a39-270f-4d3e-aab6-9fee09497e2d} <Debug> TCPHandler: Processed in 0.001783678 sec.
7646 2024.11.19 05:58:40.343620 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7647 2024.11.19 05:58:40.343752 [ 263 ] {e63f73cd-353b-4f78-853b-05527747115b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7648 2024.11.19 05:58:40.343809 [ 263 ] {e63f73cd-353b-4f78-853b-05527747115b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7649 2024.11.19 05:58:40.344402 [ 263 ] {e63f73cd-353b-4f78-853b-05527747115b} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7650 2024.11.19 05:58:40.344443 [ 263 ] {e63f73cd-353b-4f78-853b-05527747115b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7651 2024.11.19 05:58:40.344843 [ 263 ] {e63f73cd-353b-4f78-853b-05527747115b} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
7652 2024.11.19 05:58:40.345094 [ 263 ] {e63f73cd-353b-4f78-853b-05527747115b} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7653 2024.11.19 05:58:40.345337 [ 263 ] {e63f73cd-353b-4f78-853b-05527747115b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001608 sec., 147388.05970149254 rows/sec., 9.88 MiB/sec.
7654 2024.11.19 05:58:40.345406 [ 263 ] {e63f73cd-353b-4f78-853b-05527747115b} <Debug> TCPHandler: Processed in 0.001845839 sec.
7655 2024.11.19 05:58:40.345636 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7656 2024.11.19 05:58:40.345826 [ 259 ] {ea6b24b4-4878-447e-a39f-794a0ed3b1ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7657 2024.11.19 05:58:40.345883 [ 259 ] {ea6b24b4-4878-447e-a39f-794a0ed3b1ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7658 2024.11.19 05:58:40.346353 [ 259 ] {ea6b24b4-4878-447e-a39f-794a0ed3b1ce} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7659 2024.11.19 05:58:40.346392 [ 259 ] {ea6b24b4-4878-447e-a39f-794a0ed3b1ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7660 2024.11.19 05:58:40.346744 [ 259 ] {ea6b24b4-4878-447e-a39f-794a0ed3b1ce} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7661 2024.11.19 05:58:40.346982 [ 259 ] {ea6b24b4-4878-447e-a39f-794a0ed3b1ce} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7662 2024.11.19 05:58:40.347264 [ 259 ] {ea6b24b4-4878-447e-a39f-794a0ed3b1ce} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001467 sec., 681.6632583503749 rows/sec., 45.93 KiB/sec.
7663 2024.11.19 05:58:40.347496 [ 259 ] {ea6b24b4-4878-447e-a39f-794a0ed3b1ce} <Debug> TCPHandler: Processed in 0.001997601 sec.
7664 2024.11.19 05:58:40.347734 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7665 2024.11.19 05:58:40.347870 [ 263 ] {71a02952-d0a7-4d68-af97-3ee6640d0001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7666 2024.11.19 05:58:40.347961 [ 263 ] {71a02952-d0a7-4d68-af97-3ee6640d0001} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7667 2024.11.19 05:58:40.349199 [ 263 ] {71a02952-d0a7-4d68-af97-3ee6640d0001} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7668 2024.11.19 05:58:40.349239 [ 263 ] {71a02952-d0a7-4d68-af97-3ee6640d0001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7669 2024.11.19 05:58:40.349942 [ 263 ] {71a02952-d0a7-4d68-af97-3ee6640d0001} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7670 2024.11.19 05:58:40.350232 [ 263 ] {71a02952-d0a7-4d68-af97-3ee6640d0001} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7671 2024.11.19 05:58:40.350518 [ 263 ] {71a02952-d0a7-4d68-af97-3ee6640d0001} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002679 sec., 15304.21799178798 rows/sec., 27.42 MiB/sec.
7672 2024.11.19 05:58:40.350637 [ 263 ] {71a02952-d0a7-4d68-af97-3ee6640d0001} <Debug> TCPHandler: Processed in 0.003027821 sec.
7673 2024.11.19 05:58:40.350779 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7674 2024.11.19 05:58:40.350909 [ 259 ] {5cf01317-afd2-4f9b-af9a-8cdaf3e2b473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7675 2024.11.19 05:58:40.350965 [ 259 ] {5cf01317-afd2-4f9b-af9a-8cdaf3e2b473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7676 2024.11.19 05:58:40.351440 [ 259 ] {5cf01317-afd2-4f9b-af9a-8cdaf3e2b473} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7677 2024.11.19 05:58:40.351478 [ 259 ] {5cf01317-afd2-4f9b-af9a-8cdaf3e2b473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7678 2024.11.19 05:58:40.351838 [ 259 ] {5cf01317-afd2-4f9b-af9a-8cdaf3e2b473} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
7679 2024.11.19 05:58:40.352080 [ 259 ] {5cf01317-afd2-4f9b-af9a-8cdaf3e2b473} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7680 2024.11.19 05:58:40.352312 [ 259 ] {5cf01317-afd2-4f9b-af9a-8cdaf3e2b473} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001428 sec., 57422.969187675066 rows/sec., 3.65 MiB/sec.
7681 2024.11.19 05:58:40.352408 [ 259 ] {5cf01317-afd2-4f9b-af9a-8cdaf3e2b473} <Debug> TCPHandler: Processed in 0.001689328 sec.
7682 2024.11.19 05:58:40.355255 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51596, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7683 2024.11.19 05:58:40.578100 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60112, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7684 2024.11.19 05:58:40.591504 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40323, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7685 2024.11.19 05:58:40.647935 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53887, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7686 2024.11.19 05:58:40.786307 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52799, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7687 2024.11.19 05:58:40.794746 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38379, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7688 2024.11.19 05:58:40.804358 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42492, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7689 2024.11.19 05:58:41.000186 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 217.23 MiB, peak 224.19 MiB, free memory in arenas 0.00 B, will set to 215.83 MiB (RSS), difference: -1.40 MiB
7690 2024.11.19 05:58:41.192238 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57084, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7691 2024.11.19 05:58:41.423749 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36573, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7692 2024.11.19 05:58:41.516173 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42084, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7693 2024.11.19 05:58:41.591237 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40134, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7694 2024.11.19 05:58:41.625672 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37760, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7695 2024.11.19 05:58:41.625760 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45654, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7696 2024.11.19 05:58:41.742924 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64222, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7697 2024.11.19 05:58:41.794527 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58476, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7698 2024.11.19 05:58:41.818830 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56224, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7699 2024.11.19 05:58:41.997937 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50465, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7700 2024.11.19 05:58:42.005287 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40506, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7701 2024.11.19 05:58:42.050841 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36045, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7702 2024.11.19 05:58:42.340335 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:32913, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7703 2024.11.19 05:58:42.400709 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53879, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7704 2024.11.19 05:58:42.422132 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38912, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7705 2024.11.19 05:58:42.475580 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57987, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7706 2024.11.19 05:58:43.343532 [ 43 ] {} <Debug> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
7707 2024.11.19 05:58:43.343631 [ 43 ] {} <Trace> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7708 2024.11.19 05:58:43.343674 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7709 2024.11.19 05:58:43.343989 [ 194 ] {3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9::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
7710 2024.11.19 05:58:43.344287 [ 194 ] {3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7711 2024.11.19 05:58:43.344367 [ 194 ] {3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part
7712 2024.11.19 05:58:43.344530 [ 194 ] {3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part
7713 2024.11.19 05:58:43.344771 [ 194 ] {3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part
7714 2024.11.19 05:58:43.345082 [ 194 ] {3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9::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
7715 2024.11.19 05:58:43.345220 [ 194 ] {3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 16 rows starting from the beginning of the part
7716 2024.11.19 05:58:43.346390 [ 189 ] {3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002601877 sec., 20754.247798800636 rows/sec., 1.73 MiB/sec.
7717 2024.11.19 05:58:43.346628 [ 196 ] {3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
7718 2024.11.19 05:58:43.347056 [ 196 ] {3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9::all_1_9_2} <Trace> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7719 2024.11.19 05:58:43.347167 [ 196 ] {3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9::all_1_9_2} <Trace> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
7720 2024.11.19 05:58:43.347287 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7721 2024.11.19 05:58:45.326762 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7722 2024.11.19 05:58:45.326980 [ 259 ] {fe229a35-8862-4cf1-9303-caee2815d88b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7723 2024.11.19 05:58:45.327057 [ 259 ] {fe229a35-8862-4cf1-9303-caee2815d88b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7724 2024.11.19 05:58:45.327824 [ 259 ] {fe229a35-8862-4cf1-9303-caee2815d88b} <Trace> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7725 2024.11.19 05:58:45.327888 [ 259 ] {fe229a35-8862-4cf1-9303-caee2815d88b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7726 2024.11.19 05:58:45.328343 [ 259 ] {fe229a35-8862-4cf1-9303-caee2815d88b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
7727 2024.11.19 05:58:45.328632 [ 259 ] {fe229a35-8862-4cf1-9303-caee2815d88b} <Trace> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7728 2024.11.19 05:58:45.328953 [ 259 ] {fe229a35-8862-4cf1-9303-caee2815d88b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002016 sec., 992.063492063492 rows/sec., 80.90 KiB/sec.
7729 2024.11.19 05:58:45.329161 [ 259 ] {fe229a35-8862-4cf1-9303-caee2815d88b} <Debug> TCPHandler: Processed in 0.002531896 sec.
7730 2024.11.19 05:58:45.329349 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7731 2024.11.19 05:58:45.329477 [ 263 ] {a87c32a0-efa2-45d6-8934-978b2dbcb544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7732 2024.11.19 05:58:45.329528 [ 263 ] {a87c32a0-efa2-45d6-8934-978b2dbcb544} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7733 2024.11.19 05:58:45.330163 [ 263 ] {a87c32a0-efa2-45d6-8934-978b2dbcb544} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7734 2024.11.19 05:58:45.330207 [ 263 ] {a87c32a0-efa2-45d6-8934-978b2dbcb544} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7735 2024.11.19 05:58:45.330629 [ 263 ] {a87c32a0-efa2-45d6-8934-978b2dbcb544} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
7736 2024.11.19 05:58:45.330894 [ 263 ] {a87c32a0-efa2-45d6-8934-978b2dbcb544} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7737 2024.11.19 05:58:45.331147 [ 263 ] {a87c32a0-efa2-45d6-8934-978b2dbcb544} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001698 sec., 33568.90459363958 rows/sec., 2.58 MiB/sec.
7738 2024.11.19 05:58:45.331233 [ 263 ] {a87c32a0-efa2-45d6-8934-978b2dbcb544} <Debug> TCPHandler: Processed in 0.00195331 sec.
7739 2024.11.19 05:58:45.331409 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7740 2024.11.19 05:58:45.331533 [ 259 ] {4ab16abd-ccb7-47ad-9db3-f9ff3e29c53c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7741 2024.11.19 05:58:45.331583 [ 259 ] {4ab16abd-ccb7-47ad-9db3-f9ff3e29c53c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7742 2024.11.19 05:58:45.332168 [ 259 ] {4ab16abd-ccb7-47ad-9db3-f9ff3e29c53c} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7743 2024.11.19 05:58:45.332210 [ 259 ] {4ab16abd-ccb7-47ad-9db3-f9ff3e29c53c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7744 2024.11.19 05:58:45.332579 [ 259 ] {4ab16abd-ccb7-47ad-9db3-f9ff3e29c53c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7745 2024.11.19 05:58:45.332837 [ 259 ] {4ab16abd-ccb7-47ad-9db3-f9ff3e29c53c} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7746 2024.11.19 05:58:45.333073 [ 259 ] {4ab16abd-ccb7-47ad-9db3-f9ff3e29c53c} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001566 sec., 1277.139208173691 rows/sec., 89.18 KiB/sec.
7747 2024.11.19 05:58:45.333130 [ 259 ] {4ab16abd-ccb7-47ad-9db3-f9ff3e29c53c} <Debug> TCPHandler: Processed in 0.001797919 sec.
7748 2024.11.19 05:58:45.333307 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7749 2024.11.19 05:58:45.333420 [ 263 ] {2ff14857-4143-4cce-9378-2ade828f32f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7750 2024.11.19 05:58:45.333467 [ 263 ] {2ff14857-4143-4cce-9378-2ade828f32f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7751 2024.11.19 05:58:45.334042 [ 263 ] {2ff14857-4143-4cce-9378-2ade828f32f4} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7752 2024.11.19 05:58:45.334084 [ 263 ] {2ff14857-4143-4cce-9378-2ade828f32f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7753 2024.11.19 05:58:45.334460 [ 263 ] {2ff14857-4143-4cce-9378-2ade828f32f4} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
7754 2024.11.19 05:58:45.334712 [ 263 ] {2ff14857-4143-4cce-9378-2ade828f32f4} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7755 2024.11.19 05:58:45.334937 [ 263 ] {2ff14857-4143-4cce-9378-2ade828f32f4} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001536 sec., 42968.75 rows/sec., 3.36 MiB/sec.
7756 2024.11.19 05:58:45.335061 [ 263 ] {2ff14857-4143-4cce-9378-2ade828f32f4} <Debug> TCPHandler: Processed in 0.001815359 sec.
7757 2024.11.19 05:58:45.335310 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7758 2024.11.19 05:58:45.335448 [ 259 ] {7f27273b-b50a-42cf-91af-a6fb57b1a648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7759 2024.11.19 05:58:45.335500 [ 259 ] {7f27273b-b50a-42cf-91af-a6fb57b1a648} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7760 2024.11.19 05:58:45.336021 [ 259 ] {7f27273b-b50a-42cf-91af-a6fb57b1a648} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7761 2024.11.19 05:58:45.336062 [ 259 ] {7f27273b-b50a-42cf-91af-a6fb57b1a648} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7762 2024.11.19 05:58:45.336447 [ 259 ] {7f27273b-b50a-42cf-91af-a6fb57b1a648} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
7763 2024.11.19 05:58:45.336699 [ 259 ] {7f27273b-b50a-42cf-91af-a6fb57b1a648} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7764 2024.11.19 05:58:45.336911 [ 259 ] {7f27273b-b50a-42cf-91af-a6fb57b1a648} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001487 sec., 86751.84936112979 rows/sec., 6.04 MiB/sec.
7765 2024.11.19 05:58:45.336966 [ 259 ] {7f27273b-b50a-42cf-91af-a6fb57b1a648} <Debug> TCPHandler: Processed in 0.001766898 sec.
7766 2024.11.19 05:58:45.337121 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7767 2024.11.19 05:58:45.337232 [ 263 ] {92a44f21-b5b1-49f4-8e6e-e59470a2cb78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7768 2024.11.19 05:58:45.337278 [ 263 ] {92a44f21-b5b1-49f4-8e6e-e59470a2cb78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7769 2024.11.19 05:58:45.337719 [ 263 ] {92a44f21-b5b1-49f4-8e6e-e59470a2cb78} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7770 2024.11.19 05:58:45.337760 [ 263 ] {92a44f21-b5b1-49f4-8e6e-e59470a2cb78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7771 2024.11.19 05:58:45.338132 [ 263 ] {92a44f21-b5b1-49f4-8e6e-e59470a2cb78} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
7772 2024.11.19 05:58:45.338406 [ 263 ] {92a44f21-b5b1-49f4-8e6e-e59470a2cb78} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7773 2024.11.19 05:58:45.338631 [ 263 ] {92a44f21-b5b1-49f4-8e6e-e59470a2cb78} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001421 sec., 33779.02885292048 rows/sec., 2.28 MiB/sec.
7774 2024.11.19 05:58:45.338694 [ 263 ] {92a44f21-b5b1-49f4-8e6e-e59470a2cb78} <Debug> TCPHandler: Processed in 0.001633006 sec.
7775 2024.11.19 05:58:46.185614 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679
7776 2024.11.19 05:58:46.186285 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7777 2024.11.19 05:58:46.186338 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7778 2024.11.19 05:58:46.186868 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7779 2024.11.19 05:58:46.187139 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7780 2024.11.19 05:58:46.187440 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679
7781 2024.11.19 05:58:47.599814 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340
7782 2024.11.19 05:58:47.622242 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7783 2024.11.19 05:58:47.622309 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7784 2024.11.19 05:58:47.630075 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7785 2024.11.19 05:58:47.630840 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7786 2024.11.19 05:58:47.633734 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340
7787 2024.11.19 05:58:48.805964 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1058
7788 2024.11.19 05:58:48.809219 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7789 2024.11.19 05:58:48.809277 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7790 2024.11.19 05:58:48.810821 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7791 2024.11.19 05:58:48.811163 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7792 2024.11.19 05:58:48.811836 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1058
7793 2024.11.19 05:58:50.322842 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7794 2024.11.19 05:58:50.323065 [ 259 ] {f2e71f15-73f8-450b-bd8d-d41458786c17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7795 2024.11.19 05:58:50.323141 [ 259 ] {f2e71f15-73f8-450b-bd8d-d41458786c17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7796 2024.11.19 05:58:50.324050 [ 259 ] {f2e71f15-73f8-450b-bd8d-d41458786c17} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7797 2024.11.19 05:58:50.324104 [ 259 ] {f2e71f15-73f8-450b-bd8d-d41458786c17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7798 2024.11.19 05:58:50.324531 [ 259 ] {f2e71f15-73f8-450b-bd8d-d41458786c17} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
7799 2024.11.19 05:58:50.324804 [ 259 ] {f2e71f15-73f8-450b-bd8d-d41458786c17} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7800 2024.11.19 05:58:50.325042 [ 259 ] {f2e71f15-73f8-450b-bd8d-d41458786c17} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002029 sec., 27599.80285855101 rows/sec., 2.12 MiB/sec.
7801 2024.11.19 05:58:50.325041 [ 33 ] {} <Debug> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
7802 2024.11.19 05:58:50.325132 [ 259 ] {f2e71f15-73f8-450b-bd8d-d41458786c17} <Debug> TCPHandler: Processed in 0.002452875 sec.
7803 2024.11.19 05:58:50.325231 [ 33 ] {} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7804 2024.11.19 05:58:50.325305 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7805 2024.11.19 05:58:50.325405 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7806 2024.11.19 05:58:50.325559 [ 194 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::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
7807 2024.11.19 05:58:50.325604 [ 263 ] {e5291953-cdfb-4ace-b6a0-c0164f0c07f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7808 2024.11.19 05:58:50.325688 [ 263 ] {e5291953-cdfb-4ace-b6a0-c0164f0c07f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7809 2024.11.19 05:58:50.325944 [ 194 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7810 2024.11.19 05:58:50.326020 [ 194 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1434 rows starting from the beginning of the part
7811 2024.11.19 05:58:50.326342 [ 194 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 64 rows starting from the beginning of the part
7812 2024.11.19 05:58:50.326772 [ 194 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 56 rows starting from the beginning of the part
7813 2024.11.19 05:58:50.327286 [ 194 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 285 rows starting from the beginning of the part
7814 2024.11.19 05:58:50.327493 [ 194 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 57 rows starting from the beginning of the part
7815 2024.11.19 05:58:50.327887 [ 194 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 56 rows starting from the beginning of the part
7816 2024.11.19 05:58:50.328580 [ 263 ] {e5291953-cdfb-4ace-b6a0-c0164f0c07f0} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7817 2024.11.19 05:58:50.328644 [ 263 ] {e5291953-cdfb-4ace-b6a0-c0164f0c07f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7818 2024.11.19 05:58:50.329541 [ 263 ] {e5291953-cdfb-4ace-b6a0-c0164f0c07f0} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
7819 2024.11.19 05:58:50.330148 [ 263 ] {e5291953-cdfb-4ace-b6a0-c0164f0c07f0} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7820 2024.11.19 05:58:50.330460 [ 33 ] {} <Debug> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
7821 2024.11.19 05:58:50.330626 [ 263 ] {e5291953-cdfb-4ace-b6a0-c0164f0c07f0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005026 sec., 12733.784321528054 rows/sec., 1017.75 KiB/sec.
7822 2024.11.19 05:58:50.330647 [ 33 ] {} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7823 2024.11.19 05:58:50.330807 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7824 2024.11.19 05:58:50.330849 [ 263 ] {e5291953-cdfb-4ace-b6a0-c0164f0c07f0} <Debug> TCPHandler: Processed in 0.005538137 sec.
7825 2024.11.19 05:58:50.331169 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7826 2024.11.19 05:58:50.331349 [ 194 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::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
7827 2024.11.19 05:58:50.331586 [ 259 ] {651646fe-60d4-4081-81dd-e02ef9923577} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7828 2024.11.19 05:58:50.331802 [ 259 ] {651646fe-60d4-4081-81dd-e02ef9923577} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7829 2024.11.19 05:58:50.331909 [ 194 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7830 2024.11.19 05:58:50.332034 [ 191 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1952 rows, containing 5 columns (5 merged, 0 gathered) in 0.006641449 sec., 293911.76533916016 rows/sec., 25.69 MiB/sec.
7831 2024.11.19 05:58:50.332052 [ 194 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 915 rows starting from the beginning of the part
7832 2024.11.19 05:58:50.332666 [ 187 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
7833 2024.11.19 05:58:50.332753 [ 194 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 80 rows starting from the beginning of the part
7834 2024.11.19 05:58:50.333469 [ 194 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 64 rows starting from the beginning of the part
7835 2024.11.19 05:58:50.333638 [ 187 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_66_13} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7836 2024.11.19 05:58:50.334002 [ 187 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_66_13} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
7837 2024.11.19 05:58:50.334339 [ 194 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 423 rows starting from the beginning of the part
7838 2024.11.19 05:58:50.334367 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB.
7839 2024.11.19 05:58:50.334762 [ 194 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 66 rows starting from the beginning of the part
7840 2024.11.19 05:58:50.334812 [ 259 ] {651646fe-60d4-4081-81dd-e02ef9923577} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7841 2024.11.19 05:58:50.334924 [ 259 ] {651646fe-60d4-4081-81dd-e02ef9923577} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7842 2024.11.19 05:58:50.335037 [ 194 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 64 rows starting from the beginning of the part
7843 2024.11.19 05:58:50.336105 [ 259 ] {651646fe-60d4-4081-81dd-e02ef9923577} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
7844 2024.11.19 05:58:50.336730 [ 259 ] {651646fe-60d4-4081-81dd-e02ef9923577} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7845 2024.11.19 05:58:50.337153 [ 33 ] {} <Debug> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
7846 2024.11.19 05:58:50.337296 [ 33 ] {} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7847 2024.11.19 05:58:50.337365 [ 259 ] {651646fe-60d4-4081-81dd-e02ef9923577} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005889 sec., 27169.2986924775 rows/sec., 1.89 MiB/sec.
7848 2024.11.19 05:58:50.337385 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7849 2024.11.19 05:58:50.337705 [ 259 ] {651646fe-60d4-4081-81dd-e02ef9923577} <Debug> TCPHandler: Processed in 0.006732149 sec.
7850 2024.11.19 05:58:50.337853 [ 191 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
7851 2024.11.19 05:58:50.337997 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7852 2024.11.19 05:58:50.338554 [ 263 ] {afd4f0ea-da42-4f3b-ac81-999dbb0560bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7853 2024.11.19 05:58:50.338559 [ 191 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7854 2024.11.19 05:58:50.338788 [ 191 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_61_12, total 12297 rows starting from the beginning of the part
7855 2024.11.19 05:58:50.338888 [ 263 ] {afd4f0ea-da42-4f3b-ac81-999dbb0560bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7856 2024.11.19 05:58:50.339299 [ 191 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 138 rows starting from the beginning of the part
7857 2024.11.19 05:58:50.339807 [ 191 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
7858 2024.11.19 05:58:50.340228 [ 191 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
7859 2024.11.19 05:58:50.340543 [ 191 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 129 rows starting from the beginning of the part
7860 2024.11.19 05:58:50.340979 [ 191 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part
7861 2024.11.19 05:58:50.342558 [ 187 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1612 rows, containing 5 columns (5 merged, 0 gathered) in 0.011598381 sec., 138984.9152222194 rows/sec., 10.72 MiB/sec.
7862 2024.11.19 05:58:50.343048 [ 187 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
7863 2024.11.19 05:58:50.343117 [ 263 ] {afd4f0ea-da42-4f3b-ac81-999dbb0560bb} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7864 2024.11.19 05:58:50.343299 [ 263 ] {afd4f0ea-da42-4f3b-ac81-999dbb0560bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7865 2024.11.19 05:58:50.344042 [ 187 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_66_13} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7866 2024.11.19 05:58:50.344354 [ 187 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_66_13} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
7867 2024.11.19 05:58:50.344619 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
7868 2024.11.19 05:58:50.344937 [ 263 ] {afd4f0ea-da42-4f3b-ac81-999dbb0560bb} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
7869 2024.11.19 05:58:50.345571 [ 263 ] {afd4f0ea-da42-4f3b-ac81-999dbb0560bb} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7870 2024.11.19 05:58:50.345800 [ 33 ] {} <Debug> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
7871 2024.11.19 05:58:50.345874 [ 33 ] {} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7872 2024.11.19 05:58:50.345909 [ 263 ] {afd4f0ea-da42-4f3b-ac81-999dbb0560bb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007548 sec., 7949.12559618442 rows/sec., 548.57 KiB/sec.
7873 2024.11.19 05:58:50.345916 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7874 2024.11.19 05:58:50.346165 [ 263 ] {afd4f0ea-da42-4f3b-ac81-999dbb0560bb} <Debug> TCPHandler: Processed in 0.008334226 sec.
7875 2024.11.19 05:58:50.346214 [ 187 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
7876 2024.11.19 05:58:50.346451 [ 187 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7877 2024.11.19 05:58:50.346491 [ 187 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3894 rows starting from the beginning of the part
7878 2024.11.19 05:58:50.346598 [ 187 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 50 rows starting from the beginning of the part
7879 2024.11.19 05:58:50.346761 [ 187 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
7880 2024.11.19 05:58:50.346870 [ 187 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
7881 2024.11.19 05:58:50.346967 [ 187 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 48 rows starting from the beginning of the part
7882 2024.11.19 05:58:50.347080 [ 187 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part
7883 2024.11.19 05:58:50.347976 [ 193 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13121 rows, containing 5 columns (5 merged, 0 gathered) in 0.010479308 sec., 1252086.4927340623 rows/sec., 85.49 MiB/sec.
7884 2024.11.19 05:58:50.348429 [ 195 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
7885 2024.11.19 05:58:50.348768 [ 187 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4194 rows, containing 4 columns (4 merged, 0 gathered) in 0.002685968 sec., 1561448.237655847 rows/sec., 102.62 MiB/sec.
7886 2024.11.19 05:58:50.348830 [ 195 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7887 2024.11.19 05:58:50.348912 [ 195 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
7888 2024.11.19 05:58:50.348995 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.77 MiB.
7889 2024.11.19 05:58:50.349181 [ 187 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
7890 2024.11.19 05:58:50.349451 [ 187 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_66_13} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7891 2024.11.19 05:58:50.349526 [ 187 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_66_13} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
7892 2024.11.19 05:58:50.349594 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB.
7893 2024.11.19 05:58:53.525623 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache
7894 2024.11.19 05:58:53.525696 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache
7895 2024.11.19 05:58:53.688986 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106
7896 2024.11.19 05:58:53.689974 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7897 2024.11.19 05:58:53.690017 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7898 2024.11.19 05:58:53.690549 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7899 2024.11.19 05:58:53.690819 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7900 2024.11.19 05:58:53.690980 [ 28 ] {} <Debug> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
7901 2024.11.19 05:58:53.691039 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106
7902 2024.11.19 05:58:53.691045 [ 28 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7903 2024.11.19 05:58:53.691077 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
7904 2024.11.19 05:58:53.691410 [ 199 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::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
7905 2024.11.19 05:58:53.691851 [ 199 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7906 2024.11.19 05:58:53.691925 [ 199 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18849 rows starting from the beginning of the part
7907 2024.11.19 05:58:53.692040 [ 199 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 427 rows starting from the beginning of the part
7908 2024.11.19 05:58:53.692156 [ 199 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 488 rows starting from the beginning of the part
7909 2024.11.19 05:58:53.692279 [ 199 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 427 rows starting from the beginning of the part
7910 2024.11.19 05:58:53.692347 [ 199 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 488 rows starting from the beginning of the part
7911 2024.11.19 05:58:53.692465 [ 199 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 427 rows starting from the beginning of the part
7912 2024.11.19 05:58:53.694989 [ 193 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.00379232 sec., 5565458.6110876715 rows/sec., 79.61 MiB/sec.
7913 2024.11.19 05:58:53.695433 [ 192 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7914 2024.11.19 05:58:53.695799 [ 192 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_46_9} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7915 2024.11.19 05:58:53.695892 [ 192 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_46_9} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7916 2024.11.19 05:58:53.696006 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB.
7917 2024.11.19 05:58:55.135337 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347
7918 2024.11.19 05:58:55.157105 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7919 2024.11.19 05:58:55.157162 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7920 2024.11.19 05:58:55.164666 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7921 2024.11.19 05:58:55.165444 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7922 2024.11.19 05:58:55.165741 [ 27 ] {} <Debug> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
7923 2024.11.19 05:58:55.165801 [ 27 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7924 2024.11.19 05:58:55.165839 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7925 2024.11.19 05:58:55.166284 [ 193 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
7926 2024.11.19 05:58:55.181687 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347
7927 2024.11.19 05:58:55.183226 [ 193 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7928 2024.11.19 05:58:55.184543 [ 193 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
7929 2024.11.19 05:58:55.190083 [ 193 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
7930 2024.11.19 05:58:55.195747 [ 193 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
7931 2024.11.19 05:58:55.201461 [ 193 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
7932 2024.11.19 05:58:55.207272 [ 193 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 8 rows starting from the beginning of the part
7933 2024.11.19 05:58:55.212272 [ 193 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 7 rows starting from the beginning of the part
7934 2024.11.19 05:58:55.274528 [ 192 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.108543927 sec., 3196.862409446454 rows/sec., 16.53 MiB/sec.
7935 2024.11.19 05:58:55.277647 [ 200 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7936 2024.11.19 05:58:55.280626 [ 200 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_46_9} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7937 2024.11.19 05:58:55.280754 [ 200 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_46_9} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7938 2024.11.19 05:58:55.283166 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
7939 2024.11.19 05:58:55.332038 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7940 2024.11.19 05:58:55.332201 [ 259 ] {da033be3-fa8c-470f-9159-5f1872187f7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7941 2024.11.19 05:58:55.332274 [ 259 ] {da033be3-fa8c-470f-9159-5f1872187f7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7942 2024.11.19 05:58:55.332967 [ 259 ] {da033be3-fa8c-470f-9159-5f1872187f7c} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7943 2024.11.19 05:58:55.333013 [ 259 ] {da033be3-fa8c-470f-9159-5f1872187f7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7944 2024.11.19 05:58:55.333425 [ 259 ] {da033be3-fa8c-470f-9159-5f1872187f7c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7945 2024.11.19 05:58:55.333675 [ 259 ] {da033be3-fa8c-470f-9159-5f1872187f7c} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7946 2024.11.19 05:58:55.333921 [ 259 ] {da033be3-fa8c-470f-9159-5f1872187f7c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00176 sec., 7954.545454545454 rows/sec., 572.62 KiB/sec.
7947 2024.11.19 05:58:55.334006 [ 259 ] {da033be3-fa8c-470f-9159-5f1872187f7c} <Debug> TCPHandler: Processed in 0.002087462 sec.
7948 2024.11.19 05:58:55.334265 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7949 2024.11.19 05:58:55.334411 [ 263 ] {bc9d4b6e-4eff-45ad-9367-416530e9940a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7950 2024.11.19 05:58:55.334468 [ 263 ] {bc9d4b6e-4eff-45ad-9367-416530e9940a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7951 2024.11.19 05:58:55.335229 [ 263 ] {bc9d4b6e-4eff-45ad-9367-416530e9940a} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7952 2024.11.19 05:58:55.335269 [ 263 ] {bc9d4b6e-4eff-45ad-9367-416530e9940a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7953 2024.11.19 05:58:55.335734 [ 263 ] {bc9d4b6e-4eff-45ad-9367-416530e9940a} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
7954 2024.11.19 05:58:55.335994 [ 263 ] {bc9d4b6e-4eff-45ad-9367-416530e9940a} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7955 2024.11.19 05:58:55.336203 [ 263 ] {bc9d4b6e-4eff-45ad-9367-416530e9940a} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.001824 sec., 156250 rows/sec., 13.81 MiB/sec.
7956 2024.11.19 05:58:55.336256 [ 263 ] {bc9d4b6e-4eff-45ad-9367-416530e9940a} <Debug> TCPHandler: Processed in 0.002119693 sec.
7957 2024.11.19 05:58:55.336405 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7958 2024.11.19 05:58:55.336539 [ 259 ] {c30c2217-2fec-403e-8f65-adc9910e9d1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7959 2024.11.19 05:58:55.336594 [ 259 ] {c30c2217-2fec-403e-8f65-adc9910e9d1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7960 2024.11.19 05:58:55.337232 [ 259 ] {c30c2217-2fec-403e-8f65-adc9910e9d1f} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7961 2024.11.19 05:58:55.337272 [ 259 ] {c30c2217-2fec-403e-8f65-adc9910e9d1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7962 2024.11.19 05:58:55.337626 [ 259 ] {c30c2217-2fec-403e-8f65-adc9910e9d1f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7963 2024.11.19 05:58:55.337874 [ 259 ] {c30c2217-2fec-403e-8f65-adc9910e9d1f} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7964 2024.11.19 05:58:55.338026 [ 27 ] {} <Debug> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf) (MergerMutator): Selected 6 parts from all_1_29_6 to all_34_34_0
7965 2024.11.19 05:58:55.338085 [ 27 ] {} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7966 2024.11.19 05:58:55.338119 [ 259 ] {c30c2217-2fec-403e-8f65-adc9910e9d1f} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001601 sec., 29981.261711430358 rows/sec., 2.16 MiB/sec.
7967 2024.11.19 05:58:55.338129 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7968 2024.11.19 05:58:55.338271 [ 259 ] {c30c2217-2fec-403e-8f65-adc9910e9d1f} <Debug> TCPHandler: Processed in 0.00192968 sec.
7969 2024.11.19 05:58:55.338537 [ 192 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_34_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_29_6 to all_34_34_0 into Compact with storage Full
7970 2024.11.19 05:58:55.338548 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7971 2024.11.19 05:58:55.339053 [ 263 ] {e0eff544-1b17-4e7c-b793-c51bebbf95de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7972 2024.11.19 05:58:55.339240 [ 192 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_34_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7973 2024.11.19 05:58:55.339263 [ 263 ] {e0eff544-1b17-4e7c-b793-c51bebbf95de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7974 2024.11.19 05:58:55.339392 [ 192 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 66 rows starting from the beginning of the part
7975 2024.11.19 05:58:55.339810 [ 192 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 48 rows starting from the beginning of the part
7976 2024.11.19 05:58:55.340234 [ 192 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 16 rows starting from the beginning of the part
7977 2024.11.19 05:58:55.340609 [ 192 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 48 rows starting from the beginning of the part
7978 2024.11.19 05:58:55.341014 [ 192 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2 rows starting from the beginning of the part
7979 2024.11.19 05:58:55.341371 [ 192 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 48 rows starting from the beginning of the part
7980 2024.11.19 05:58:55.342209 [ 263 ] {e0eff544-1b17-4e7c-b793-c51bebbf95de} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7981 2024.11.19 05:58:55.342254 [ 263 ] {e0eff544-1b17-4e7c-b793-c51bebbf95de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7982 2024.11.19 05:58:55.342790 [ 263 ] {e0eff544-1b17-4e7c-b793-c51bebbf95de} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7983 2024.11.19 05:58:55.343075 [ 192 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_34_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 228 rows, containing 5 columns (5 merged, 0 gathered) in 0.00480958 sec., 47405.3867489469 rows/sec., 3.57 MiB/sec.
7984 2024.11.19 05:58:55.343133 [ 263 ] {e0eff544-1b17-4e7c-b793-c51bebbf95de} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7985 2024.11.19 05:58:55.343200 [ 192 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_34_7} <Trace> MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary)
7986 2024.11.19 05:58:55.343530 [ 263 ] {e0eff544-1b17-4e7c-b793-c51bebbf95de} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004657 sec., 3006.227184882972 rows/sec., 210.54 KiB/sec.
7987 2024.11.19 05:58:55.343891 [ 263 ] {e0eff544-1b17-4e7c-b793-c51bebbf95de} <Debug> TCPHandler: Processed in 0.005509297 sec.
7988 2024.11.19 05:58:55.344055 [ 192 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_34_7} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7989 2024.11.19 05:58:55.344236 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7990 2024.11.19 05:58:55.344415 [ 192 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_34_7} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf) (MergerMutator): Merged 6 parts: [all_1_29_6, all_34_34_0] -> all_1_34_7
7991 2024.11.19 05:58:55.344501 [ 259 ] {205d4763-e75d-475b-ba1d-8702c0147adf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7992 2024.11.19 05:58:55.344508 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
7993 2024.11.19 05:58:55.344560 [ 259 ] {205d4763-e75d-475b-ba1d-8702c0147adf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7994 2024.11.19 05:58:55.345206 [ 259 ] {205d4763-e75d-475b-ba1d-8702c0147adf} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7995 2024.11.19 05:58:55.345245 [ 259 ] {205d4763-e75d-475b-ba1d-8702c0147adf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
7996 2024.11.19 05:58:55.345589 [ 259 ] {205d4763-e75d-475b-ba1d-8702c0147adf} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7997 2024.11.19 05:58:55.345826 [ 259 ] {205d4763-e75d-475b-ba1d-8702c0147adf} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7998 2024.11.19 05:58:55.346082 [ 259 ] {205d4763-e75d-475b-ba1d-8702c0147adf} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001626 sec., 7995.079950799508 rows/sec., 498.49 KiB/sec.
7999 2024.11.19 05:58:55.346318 [ 259 ] {205d4763-e75d-475b-ba1d-8702c0147adf} <Debug> TCPHandler: Processed in 0.002264183 sec.
8000 2024.11.19 05:58:55.346513 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8001 2024.11.19 05:58:55.346644 [ 263 ] {eebfe689-f816-43aa-8ab8-1da5cd6a88a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8002 2024.11.19 05:58:55.346698 [ 263 ] {eebfe689-f816-43aa-8ab8-1da5cd6a88a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8003 2024.11.19 05:58:55.347482 [ 263 ] {eebfe689-f816-43aa-8ab8-1da5cd6a88a0} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8004 2024.11.19 05:58:55.347521 [ 263 ] {eebfe689-f816-43aa-8ab8-1da5cd6a88a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8005 2024.11.19 05:58:55.347898 [ 263 ] {eebfe689-f816-43aa-8ab8-1da5cd6a88a0} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8006 2024.11.19 05:58:55.348147 [ 263 ] {eebfe689-f816-43aa-8ab8-1da5cd6a88a0} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8007 2024.11.19 05:58:55.348373 [ 263 ] {eebfe689-f816-43aa-8ab8-1da5cd6a88a0} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001746 sec., 242268.04123711342 rows/sec., 17.32 MiB/sec.
8008 2024.11.19 05:58:55.348505 [ 263 ] {eebfe689-f816-43aa-8ab8-1da5cd6a88a0} <Debug> TCPHandler: Processed in 0.002053612 sec.
8009 2024.11.19 05:58:55.348719 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8010 2024.11.19 05:58:55.348968 [ 259 ] {c430e2ce-9148-4ba5-8218-41450dbe9dfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8011 2024.11.19 05:58:55.349027 [ 259 ] {c430e2ce-9148-4ba5-8218-41450dbe9dfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8012 2024.11.19 05:58:55.349506 [ 259 ] {c430e2ce-9148-4ba5-8218-41450dbe9dfe} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8013 2024.11.19 05:58:55.349545 [ 259 ] {c430e2ce-9148-4ba5-8218-41450dbe9dfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8014 2024.11.19 05:58:55.349895 [ 259 ] {c430e2ce-9148-4ba5-8218-41450dbe9dfe} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
8015 2024.11.19 05:58:55.350129 [ 259 ] {c430e2ce-9148-4ba5-8218-41450dbe9dfe} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8016 2024.11.19 05:58:55.350345 [ 259 ] {c430e2ce-9148-4ba5-8218-41450dbe9dfe} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001443 sec., 4158.004158004158 rows/sec., 217.24 KiB/sec.
8017 2024.11.19 05:58:55.350401 [ 259 ] {c430e2ce-9148-4ba5-8218-41450dbe9dfe} <Debug> TCPHandler: Processed in 0.001801348 sec.
8018 2024.11.19 05:58:55.350531 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8019 2024.11.19 05:58:55.350637 [ 263 ] {030fbb7a-52f4-436c-9904-590adb44cc8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8020 2024.11.19 05:58:55.350684 [ 263 ] {030fbb7a-52f4-436c-9904-590adb44cc8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8021 2024.11.19 05:58:55.351210 [ 263 ] {030fbb7a-52f4-436c-9904-590adb44cc8d} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8022 2024.11.19 05:58:55.351249 [ 263 ] {030fbb7a-52f4-436c-9904-590adb44cc8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8023 2024.11.19 05:58:55.351636 [ 263 ] {030fbb7a-52f4-436c-9904-590adb44cc8d} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8024 2024.11.19 05:58:55.351882 [ 263 ] {030fbb7a-52f4-436c-9904-590adb44cc8d} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8025 2024.11.19 05:58:55.352138 [ 263 ] {030fbb7a-52f4-436c-9904-590adb44cc8d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001516 sec., 156332.45382585752 rows/sec., 10.48 MiB/sec.
8026 2024.11.19 05:58:55.352194 [ 263 ] {030fbb7a-52f4-436c-9904-590adb44cc8d} <Debug> TCPHandler: Processed in 0.001714488 sec.
8027 2024.11.19 05:58:55.352420 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8028 2024.11.19 05:58:55.352607 [ 259 ] {391a800c-2830-4e7a-87bb-95a6d2e63195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8029 2024.11.19 05:58:55.352657 [ 259 ] {391a800c-2830-4e7a-87bb-95a6d2e63195} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8030 2024.11.19 05:58:55.353089 [ 259 ] {391a800c-2830-4e7a-87bb-95a6d2e63195} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8031 2024.11.19 05:58:55.353128 [ 259 ] {391a800c-2830-4e7a-87bb-95a6d2e63195} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8032 2024.11.19 05:58:55.353471 [ 259 ] {391a800c-2830-4e7a-87bb-95a6d2e63195} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
8033 2024.11.19 05:58:55.353703 [ 259 ] {391a800c-2830-4e7a-87bb-95a6d2e63195} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8034 2024.11.19 05:58:55.353917 [ 259 ] {391a800c-2830-4e7a-87bb-95a6d2e63195} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001377 sec., 726.2164124909223 rows/sec., 48.93 KiB/sec.
8035 2024.11.19 05:58:55.354036 [ 259 ] {391a800c-2830-4e7a-87bb-95a6d2e63195} <Debug> TCPHandler: Processed in 0.001788068 sec.
8036 2024.11.19 05:58:55.354178 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8037 2024.11.19 05:58:55.354297 [ 263 ] {4ed52f56-dfec-4729-8572-6de15c7d59b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8038 2024.11.19 05:58:55.354439 [ 263 ] {4ed52f56-dfec-4729-8572-6de15c7d59b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8039 2024.11.19 05:58:55.355664 [ 263 ] {4ed52f56-dfec-4729-8572-6de15c7d59b5} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8040 2024.11.19 05:58:55.355703 [ 263 ] {4ed52f56-dfec-4729-8572-6de15c7d59b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8041 2024.11.19 05:58:55.356377 [ 263 ] {4ed52f56-dfec-4729-8572-6de15c7d59b5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
8042 2024.11.19 05:58:55.356638 [ 263 ] {4ed52f56-dfec-4729-8572-6de15c7d59b5} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8043 2024.11.19 05:58:55.356830 [ 26 ] {} <Debug> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0
8044 2024.11.19 05:58:55.356911 [ 263 ] {4ed52f56-dfec-4729-8572-6de15c7d59b5} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002572 sec., 15940.90202177294 rows/sec., 28.57 MiB/sec.
8045 2024.11.19 05:58:55.356929 [ 26 ] {} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8046 2024.11.19 05:58:55.357004 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8047 2024.11.19 05:58:55.357314 [ 263 ] {4ed52f56-dfec-4729-8572-6de15c7d59b5} <Debug> TCPHandler: Processed in 0.003141433 sec.
8048 2024.11.19 05:58:55.357346 [ 197 ] {e648c1b8-8686-4259-82f9-325f430fe764::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
8049 2024.11.19 05:58:55.357505 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8050 2024.11.19 05:58:55.357808 [ 259 ] {79cd4e31-20a2-44a2-8526-6ff8577205ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8051 2024.11.19 05:58:55.357954 [ 259 ] {79cd4e31-20a2-44a2-8526-6ff8577205ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8052 2024.11.19 05:58:55.357991 [ 197 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8053 2024.11.19 05:58:55.358234 [ 197 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 657 rows starting from the beginning of the part
8054 2024.11.19 05:58:55.359020 [ 197 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 41 rows starting from the beginning of the part
8055 2024.11.19 05:58:55.359634 [ 197 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 41 rows starting from the beginning of the part
8056 2024.11.19 05:58:55.360314 [ 197 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 41 rows starting from the beginning of the part
8057 2024.11.19 05:58:55.360512 [ 259 ] {79cd4e31-20a2-44a2-8526-6ff8577205ac} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8058 2024.11.19 05:58:55.360655 [ 259 ] {79cd4e31-20a2-44a2-8526-6ff8577205ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8059 2024.11.19 05:58:55.360946 [ 197 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 41 rows starting from the beginning of the part
8060 2024.11.19 05:58:55.361519 [ 197 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 41 rows starting from the beginning of the part
8061 2024.11.19 05:58:55.362433 [ 259 ] {79cd4e31-20a2-44a2-8526-6ff8577205ac} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8062 2024.11.19 05:58:55.363030 [ 259 ] {79cd4e31-20a2-44a2-8526-6ff8577205ac} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8063 2024.11.19 05:58:55.363532 [ 259 ] {79cd4e31-20a2-44a2-8526-6ff8577205ac} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005821 sec., 14086.926644906374 rows/sec., 916.17 KiB/sec.
8064 2024.11.19 05:58:55.363607 [ 259 ] {79cd4e31-20a2-44a2-8526-6ff8577205ac} <Debug> TCPHandler: Processed in 0.006192444 sec.
8065 2024.11.19 05:58:55.374734 [ 201 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 862 rows, containing 19 columns (19 merged, 0 gathered) in 0.017588033 sec., 49010.59714864079 rows/sec., 87.82 MiB/sec.
8066 2024.11.19 05:58:55.375910 [ 198 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary)
8067 2024.11.19 05:58:55.376395 [ 198 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_25_5} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8068 2024.11.19 05:58:55.376492 [ 198 ] {e648c1b8-8686-4259-82f9-325f430fe764::all_1_25_5} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5
8069 2024.11.19 05:58:55.376681 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.76 MiB.
8070 2024.11.19 05:58:56.000273 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.43 MiB, peak 231.98 MiB, free memory in arenas 0.00 B, will set to 222.93 MiB (RSS), difference: 3.51 MiB
8071 2024.11.19 05:58:58.813855 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1088
8072 2024.11.19 05:58:58.816986 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8073 2024.11.19 05:58:58.817038 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8074 2024.11.19 05:58:58.818606 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
8075 2024.11.19 05:58:58.818945 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8076 2024.11.19 05:58:58.819858 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1088
8077 2024.11.19 05:59:00.323625 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8078 2024.11.19 05:59:00.323866 [ 259 ] {2706ced6-9ca4-40bb-b4b6-4cf873627ab9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8079 2024.11.19 05:59:00.323948 [ 259 ] {2706ced6-9ca4-40bb-b4b6-4cf873627ab9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8080 2024.11.19 05:59:00.324796 [ 259 ] {2706ced6-9ca4-40bb-b4b6-4cf873627ab9} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8081 2024.11.19 05:59:00.324845 [ 259 ] {2706ced6-9ca4-40bb-b4b6-4cf873627ab9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8082 2024.11.19 05:59:00.325285 [ 259 ] {2706ced6-9ca4-40bb-b4b6-4cf873627ab9} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8083 2024.11.19 05:59:00.325558 [ 259 ] {2706ced6-9ca4-40bb-b4b6-4cf873627ab9} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8084 2024.11.19 05:59:00.325844 [ 259 ] {2706ced6-9ca4-40bb-b4b6-4cf873627ab9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00203 sec., 27586.20689655172 rows/sec., 2.12 MiB/sec.
8085 2024.11.19 05:59:00.325958 [ 259 ] {2706ced6-9ca4-40bb-b4b6-4cf873627ab9} <Debug> TCPHandler: Processed in 0.002497206 sec.
8086 2024.11.19 05:59:00.326227 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8087 2024.11.19 05:59:00.326407 [ 263 ] {463b490c-ecb7-47d7-b53e-37b57246b1f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8088 2024.11.19 05:59:00.326467 [ 263 ] {463b490c-ecb7-47d7-b53e-37b57246b1f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8089 2024.11.19 05:59:00.327089 [ 263 ] {463b490c-ecb7-47d7-b53e-37b57246b1f2} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8090 2024.11.19 05:59:00.327132 [ 263 ] {463b490c-ecb7-47d7-b53e-37b57246b1f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8091 2024.11.19 05:59:00.327517 [ 263 ] {463b490c-ecb7-47d7-b53e-37b57246b1f2} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8092 2024.11.19 05:59:00.327762 [ 263 ] {463b490c-ecb7-47d7-b53e-37b57246b1f2} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8093 2024.11.19 05:59:00.327969 [ 263 ] {463b490c-ecb7-47d7-b53e-37b57246b1f2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001598 sec., 40050.06257822278 rows/sec., 3.13 MiB/sec.
8094 2024.11.19 05:59:00.328024 [ 263 ] {463b490c-ecb7-47d7-b53e-37b57246b1f2} <Debug> TCPHandler: Processed in 0.001942771 sec.
8095 2024.11.19 05:59:00.328182 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8096 2024.11.19 05:59:00.328317 [ 259 ] {04682d7e-de23-4035-84c5-a9f662a4fd5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8097 2024.11.19 05:59:00.328378 [ 259 ] {04682d7e-de23-4035-84c5-a9f662a4fd5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8098 2024.11.19 05:59:00.328929 [ 259 ] {04682d7e-de23-4035-84c5-a9f662a4fd5b} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8099 2024.11.19 05:59:00.328969 [ 259 ] {04682d7e-de23-4035-84c5-a9f662a4fd5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8100 2024.11.19 05:59:00.329364 [ 259 ] {04682d7e-de23-4035-84c5-a9f662a4fd5b} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8101 2024.11.19 05:59:00.329619 [ 259 ] {04682d7e-de23-4035-84c5-a9f662a4fd5b} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8102 2024.11.19 05:59:00.329832 [ 259 ] {04682d7e-de23-4035-84c5-a9f662a4fd5b} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001545 sec., 82847.89644012945 rows/sec., 5.77 MiB/sec.
8103 2024.11.19 05:59:00.329887 [ 259 ] {04682d7e-de23-4035-84c5-a9f662a4fd5b} <Debug> TCPHandler: Processed in 0.001769539 sec.
8104 2024.11.19 05:59:00.330034 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8105 2024.11.19 05:59:00.330163 [ 263 ] {e80eba17-b6f3-4806-bcf9-3b2444281f5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8106 2024.11.19 05:59:00.330218 [ 263 ] {e80eba17-b6f3-4806-bcf9-3b2444281f5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8107 2024.11.19 05:59:00.330730 [ 263 ] {e80eba17-b6f3-4806-bcf9-3b2444281f5d} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8108 2024.11.19 05:59:00.330770 [ 263 ] {e80eba17-b6f3-4806-bcf9-3b2444281f5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8109 2024.11.19 05:59:00.331132 [ 263 ] {e80eba17-b6f3-4806-bcf9-3b2444281f5d} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8110 2024.11.19 05:59:00.331376 [ 263 ] {e80eba17-b6f3-4806-bcf9-3b2444281f5d} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8111 2024.11.19 05:59:00.331578 [ 263 ] {e80eba17-b6f3-4806-bcf9-3b2444281f5d} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001445 sec., 33217.993079584776 rows/sec., 2.24 MiB/sec.
8112 2024.11.19 05:59:00.331628 [ 263 ] {e80eba17-b6f3-4806-bcf9-3b2444281f5d} <Debug> TCPHandler: Processed in 0.001656787 sec.
8113 2024.11.19 05:59:01.191744 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594
8114 2024.11.19 05:59:01.192421 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8115 2024.11.19 05:59:01.192472 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8116 2024.11.19 05:59:01.193003 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
8117 2024.11.19 05:59:01.193272 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8118 2024.11.19 05:59:01.193546 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594
8119 2024.11.19 05:59:02.682268 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355
8120 2024.11.19 05:59:02.700756 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8121 2024.11.19 05:59:02.700827 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8122 2024.11.19 05:59:02.707734 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
8123 2024.11.19 05:59:02.708484 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8124 2024.11.19 05:59:02.711564 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355
8125 2024.11.19 05:59:05.324724 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8126 2024.11.19 05:59:05.324963 [ 259 ] {a8f1bcfc-425e-47b3-bc81-23408da04dea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8127 2024.11.19 05:59:05.325037 [ 259 ] {a8f1bcfc-425e-47b3-bc81-23408da04dea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8128 2024.11.19 05:59:05.325822 [ 259 ] {a8f1bcfc-425e-47b3-bc81-23408da04dea} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8129 2024.11.19 05:59:05.325871 [ 259 ] {a8f1bcfc-425e-47b3-bc81-23408da04dea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8130 2024.11.19 05:59:05.326331 [ 259 ] {a8f1bcfc-425e-47b3-bc81-23408da04dea} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8131 2024.11.19 05:59:05.326592 [ 259 ] {a8f1bcfc-425e-47b3-bc81-23408da04dea} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8132 2024.11.19 05:59:05.326800 [ 259 ] {a8f1bcfc-425e-47b3-bc81-23408da04dea} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001895 sec., 29551.451187335093 rows/sec., 2.27 MiB/sec.
8133 2024.11.19 05:59:05.326855 [ 259 ] {a8f1bcfc-425e-47b3-bc81-23408da04dea} <Debug> TCPHandler: Processed in 0.002270774 sec.
8134 2024.11.19 05:59:05.327050 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8135 2024.11.19 05:59:05.327188 [ 263 ] {a6d6b2f9-4c87-402a-b116-1458c92185ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8136 2024.11.19 05:59:05.327244 [ 263 ] {a6d6b2f9-4c87-402a-b116-1458c92185ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8137 2024.11.19 05:59:05.327929 [ 263 ] {a6d6b2f9-4c87-402a-b116-1458c92185ff} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8138 2024.11.19 05:59:05.327978 [ 263 ] {a6d6b2f9-4c87-402a-b116-1458c92185ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8139 2024.11.19 05:59:05.328358 [ 263 ] {a6d6b2f9-4c87-402a-b116-1458c92185ff} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8140 2024.11.19 05:59:05.328609 [ 263 ] {a6d6b2f9-4c87-402a-b116-1458c92185ff} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8141 2024.11.19 05:59:05.328788 [ 263 ] {a6d6b2f9-4c87-402a-b116-1458c92185ff} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00163 sec., 39263.8036809816 rows/sec., 3.06 MiB/sec.
8142 2024.11.19 05:59:05.328839 [ 263 ] {a6d6b2f9-4c87-402a-b116-1458c92185ff} <Debug> TCPHandler: Processed in 0.001857709 sec.
8143 2024.11.19 05:59:05.328991 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8144 2024.11.19 05:59:05.329123 [ 259 ] {685ff49e-655e-4309-a34d-b5be6b61ae75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8145 2024.11.19 05:59:05.329182 [ 259 ] {685ff49e-655e-4309-a34d-b5be6b61ae75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8146 2024.11.19 05:59:05.329801 [ 259 ] {685ff49e-655e-4309-a34d-b5be6b61ae75} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8147 2024.11.19 05:59:05.329848 [ 259 ] {685ff49e-655e-4309-a34d-b5be6b61ae75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8148 2024.11.19 05:59:05.330261 [ 259 ] {685ff49e-655e-4309-a34d-b5be6b61ae75} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8149 2024.11.19 05:59:05.330510 [ 259 ] {685ff49e-655e-4309-a34d-b5be6b61ae75} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8150 2024.11.19 05:59:05.330712 [ 259 ] {685ff49e-655e-4309-a34d-b5be6b61ae75} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001616 sec., 99009.900990099 rows/sec., 6.90 MiB/sec.
8151 2024.11.19 05:59:05.330764 [ 259 ] {685ff49e-655e-4309-a34d-b5be6b61ae75} <Debug> TCPHandler: Processed in 0.001836409 sec.
8152 2024.11.19 05:59:05.330904 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8153 2024.11.19 05:59:05.331013 [ 263 ] {7066da66-ac28-44b0-89a8-7dc75f3f9cac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8154 2024.11.19 05:59:05.331060 [ 263 ] {7066da66-ac28-44b0-89a8-7dc75f3f9cac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8155 2024.11.19 05:59:05.331514 [ 263 ] {7066da66-ac28-44b0-89a8-7dc75f3f9cac} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8156 2024.11.19 05:59:05.331553 [ 263 ] {7066da66-ac28-44b0-89a8-7dc75f3f9cac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8157 2024.11.19 05:59:05.331941 [ 263 ] {7066da66-ac28-44b0-89a8-7dc75f3f9cac} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8158 2024.11.19 05:59:05.332191 [ 263 ] {7066da66-ac28-44b0-89a8-7dc75f3f9cac} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8159 2024.11.19 05:59:05.332410 [ 263 ] {7066da66-ac28-44b0-89a8-7dc75f3f9cac} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00142 sec., 42253.52112676056 rows/sec., 2.85 MiB/sec.
8160 2024.11.19 05:59:05.332460 [ 263 ] {7066da66-ac28-44b0-89a8-7dc75f3f9cac} <Debug> TCPHandler: Processed in 0.001607467 sec.
8161 2024.11.19 05:59:06.672055 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57185, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8162 2024.11.19 05:59:06.909263 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47282, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8163 2024.11.19 05:59:06.975705 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48101, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8164 2024.11.19 05:59:06.975781 [ 294 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58251, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8165 2024.11.19 05:59:07.120325 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38147, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8166 2024.11.19 05:59:07.126719 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49280, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8167 2024.11.19 05:59:07.148002 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49009, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8168 2024.11.19 05:59:07.156343 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63090, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8169 2024.11.19 05:59:08.525958 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache
8170 2024.11.19 05:59:08.526016 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache
8171 2024.11.19 05:59:08.693908 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021
8172 2024.11.19 05:59:08.694669 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8173 2024.11.19 05:59:08.694725 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8174 2024.11.19 05:59:08.695358 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
8175 2024.11.19 05:59:08.695627 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8176 2024.11.19 05:59:08.695915 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021
8177 2024.11.19 05:59:08.820531 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1104
8178 2024.11.19 05:59:08.823532 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8179 2024.11.19 05:59:08.823583 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8180 2024.11.19 05:59:08.825073 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
8181 2024.11.19 05:59:08.825402 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8182 2024.11.19 05:59:08.825575 [ 110 ] {} <Debug> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
8183 2024.11.19 05:59:08.825635 [ 110 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8184 2024.11.19 05:59:08.825673 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8185 2024.11.19 05:59:08.826075 [ 196 ] {3d17012a-6c43-4282-98e6-700f65c969c7::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
8186 2024.11.19 05:59:08.826935 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1104
8187 2024.11.19 05:59:08.827363 [ 196 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8188 2024.11.19 05:59:08.827541 [ 196 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 974 rows starting from the beginning of the part
8189 2024.11.19 05:59:08.828185 [ 196 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 30 rows starting from the beginning of the part
8190 2024.11.19 05:59:08.828751 [ 196 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 20 rows starting from the beginning of the part
8191 2024.11.19 05:59:08.829393 [ 196 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 34 rows starting from the beginning of the part
8192 2024.11.19 05:59:08.830066 [ 196 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 30 rows starting from the beginning of the part
8193 2024.11.19 05:59:08.830633 [ 196 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 16 rows starting from the beginning of the part
8194 2024.11.19 05:59:08.838718 [ 201 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1104 rows, containing 72 columns (72 merged, 0 gathered) in 0.012931594 sec., 85372.30599723438 rows/sec., 67.71 MiB/sec.
8195 2024.11.19 05:59:08.840083 [ 188 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
8196 2024.11.19 05:59:08.840788 [ 188 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_36_7} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8197 2024.11.19 05:59:08.840873 [ 188 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_36_7} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
8198 2024.11.19 05:59:08.841075 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.64 MiB.
8199 2024.11.19 05:59:09.001480 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001026891 sec.
8200 2024.11.19 05:59:09.858667 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38182, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8201 2024.11.19 05:59:10.211886 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362
8202 2024.11.19 05:59:10.232932 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8203 2024.11.19 05:59:10.232987 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8204 2024.11.19 05:59:10.240857 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
8205 2024.11.19 05:59:10.241634 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8206 2024.11.19 05:59:10.245486 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362
8207 2024.11.19 05:59:10.332181 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8208 2024.11.19 05:59:10.332400 [ 259 ] {07e1b316-950f-486c-b4c8-986a11587f04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8209 2024.11.19 05:59:10.332481 [ 259 ] {07e1b316-950f-486c-b4c8-986a11587f04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8210 2024.11.19 05:59:10.333318 [ 259 ] {07e1b316-950f-486c-b4c8-986a11587f04} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8211 2024.11.19 05:59:10.333371 [ 259 ] {07e1b316-950f-486c-b4c8-986a11587f04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8212 2024.11.19 05:59:10.333828 [ 259 ] {07e1b316-950f-486c-b4c8-986a11587f04} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
8213 2024.11.19 05:59:10.334106 [ 259 ] {07e1b316-950f-486c-b4c8-986a11587f04} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8214 2024.11.19 05:59:10.334401 [ 259 ] {07e1b316-950f-486c-b4c8-986a11587f04} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00206 sec., 6796.116504854368 rows/sec., 489.23 KiB/sec.
8215 2024.11.19 05:59:10.334644 [ 259 ] {07e1b316-950f-486c-b4c8-986a11587f04} <Debug> TCPHandler: Processed in 0.002595247 sec.
8216 2024.11.19 05:59:10.334853 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8217 2024.11.19 05:59:10.335004 [ 263 ] {1629be26-b2e1-4089-bf45-c639ebbe6a62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8218 2024.11.19 05:59:10.335064 [ 263 ] {1629be26-b2e1-4089-bf45-c639ebbe6a62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8219 2024.11.19 05:59:10.335801 [ 263 ] {1629be26-b2e1-4089-bf45-c639ebbe6a62} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8220 2024.11.19 05:59:10.335841 [ 263 ] {1629be26-b2e1-4089-bf45-c639ebbe6a62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8221 2024.11.19 05:59:10.336297 [ 263 ] {1629be26-b2e1-4089-bf45-c639ebbe6a62} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8222 2024.11.19 05:59:10.336548 [ 263 ] {1629be26-b2e1-4089-bf45-c639ebbe6a62} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8223 2024.11.19 05:59:10.336786 [ 263 ] {1629be26-b2e1-4089-bf45-c639ebbe6a62} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.001817 sec., 156851.95376995046 rows/sec., 13.86 MiB/sec.
8224 2024.11.19 05:59:10.336851 [ 263 ] {1629be26-b2e1-4089-bf45-c639ebbe6a62} <Debug> TCPHandler: Processed in 0.002067082 sec.
8225 2024.11.19 05:59:10.337026 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8226 2024.11.19 05:59:10.337182 [ 259 ] {396116e7-9da5-4984-b695-09d5579bf321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8227 2024.11.19 05:59:10.337240 [ 259 ] {396116e7-9da5-4984-b695-09d5579bf321} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8228 2024.11.19 05:59:10.337901 [ 259 ] {396116e7-9da5-4984-b695-09d5579bf321} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8229 2024.11.19 05:59:10.337949 [ 259 ] {396116e7-9da5-4984-b695-09d5579bf321} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8230 2024.11.19 05:59:10.338355 [ 259 ] {396116e7-9da5-4984-b695-09d5579bf321} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
8231 2024.11.19 05:59:10.338599 [ 259 ] {396116e7-9da5-4984-b695-09d5579bf321} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8232 2024.11.19 05:59:10.338861 [ 259 ] {396116e7-9da5-4984-b695-09d5579bf321} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001712 sec., 28037.383177570093 rows/sec., 2.02 MiB/sec.
8233 2024.11.19 05:59:10.339064 [ 259 ] {396116e7-9da5-4984-b695-09d5579bf321} <Debug> TCPHandler: Processed in 0.002121612 sec.
8234 2024.11.19 05:59:10.339282 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8235 2024.11.19 05:59:10.339415 [ 263 ] {91bde112-f007-4a94-84dc-6b697a81c3cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8236 2024.11.19 05:59:10.339471 [ 263 ] {91bde112-f007-4a94-84dc-6b697a81c3cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8237 2024.11.19 05:59:10.340149 [ 263 ] {91bde112-f007-4a94-84dc-6b697a81c3cb} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8238 2024.11.19 05:59:10.340197 [ 263 ] {91bde112-f007-4a94-84dc-6b697a81c3cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8239 2024.11.19 05:59:10.340544 [ 263 ] {91bde112-f007-4a94-84dc-6b697a81c3cb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
8240 2024.11.19 05:59:10.340787 [ 263 ] {91bde112-f007-4a94-84dc-6b697a81c3cb} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8241 2024.11.19 05:59:10.341009 [ 263 ] {91bde112-f007-4a94-84dc-6b697a81c3cb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001623 sec., 8626.00123228589 rows/sec., 604.11 KiB/sec.
8242 2024.11.19 05:59:10.341070 [ 263 ] {91bde112-f007-4a94-84dc-6b697a81c3cb} <Debug> TCPHandler: Processed in 0.00189497 sec.
8243 2024.11.19 05:59:10.341203 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8244 2024.11.19 05:59:10.341342 [ 259 ] {fab005a7-970c-4f46-93c0-e0948d078ae9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8245 2024.11.19 05:59:10.341398 [ 259 ] {fab005a7-970c-4f46-93c0-e0948d078ae9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8246 2024.11.19 05:59:10.342056 [ 259 ] {fab005a7-970c-4f46-93c0-e0948d078ae9} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8247 2024.11.19 05:59:10.342106 [ 259 ] {fab005a7-970c-4f46-93c0-e0948d078ae9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8248 2024.11.19 05:59:10.342483 [ 259 ] {fab005a7-970c-4f46-93c0-e0948d078ae9} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
8249 2024.11.19 05:59:10.342728 [ 259 ] {fab005a7-970c-4f46-93c0-e0948d078ae9} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8250 2024.11.19 05:59:10.342955 [ 259 ] {fab005a7-970c-4f46-93c0-e0948d078ae9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001648 sec., 7888.349514563107 rows/sec., 491.84 KiB/sec.
8251 2024.11.19 05:59:10.343080 [ 259 ] {fab005a7-970c-4f46-93c0-e0948d078ae9} <Debug> TCPHandler: Processed in 0.00192784 sec.
8252 2024.11.19 05:59:10.343254 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8253 2024.11.19 05:59:10.343362 [ 263 ] {5d5279cd-a42f-4139-ba1f-4e60f5b03e0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8254 2024.11.19 05:59:10.343408 [ 263 ] {5d5279cd-a42f-4139-ba1f-4e60f5b03e0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8255 2024.11.19 05:59:10.344100 [ 263 ] {5d5279cd-a42f-4139-ba1f-4e60f5b03e0d} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8256 2024.11.19 05:59:10.344138 [ 263 ] {5d5279cd-a42f-4139-ba1f-4e60f5b03e0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8257 2024.11.19 05:59:10.344506 [ 263 ] {5d5279cd-a42f-4139-ba1f-4e60f5b03e0d} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8258 2024.11.19 05:59:10.344763 [ 263 ] {5d5279cd-a42f-4139-ba1f-4e60f5b03e0d} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8259 2024.11.19 05:59:10.344981 [ 263 ] {5d5279cd-a42f-4139-ba1f-4e60f5b03e0d} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001641 sec., 257769.65265082265 rows/sec., 18.43 MiB/sec.
8260 2024.11.19 05:59:10.345033 [ 263 ] {5d5279cd-a42f-4139-ba1f-4e60f5b03e0d} <Debug> TCPHandler: Processed in 0.001831889 sec.
8261 2024.11.19 05:59:10.345191 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8262 2024.11.19 05:59:10.345304 [ 259 ] {116fc5db-a14d-41d4-a859-63a11ef67ed5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8263 2024.11.19 05:59:10.345351 [ 259 ] {116fc5db-a14d-41d4-a859-63a11ef67ed5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8264 2024.11.19 05:59:10.345794 [ 259 ] {116fc5db-a14d-41d4-a859-63a11ef67ed5} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8265 2024.11.19 05:59:10.345834 [ 259 ] {116fc5db-a14d-41d4-a859-63a11ef67ed5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8266 2024.11.19 05:59:10.346193 [ 259 ] {116fc5db-a14d-41d4-a859-63a11ef67ed5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
8267 2024.11.19 05:59:10.346442 [ 259 ] {116fc5db-a14d-41d4-a859-63a11ef67ed5} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8268 2024.11.19 05:59:10.346690 [ 259 ] {116fc5db-a14d-41d4-a859-63a11ef67ed5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0014 sec., 4285.714285714285 rows/sec., 223.91 KiB/sec.
8269 2024.11.19 05:59:10.346899 [ 259 ] {116fc5db-a14d-41d4-a859-63a11ef67ed5} <Debug> TCPHandler: Processed in 0.001762078 sec.
8270 2024.11.19 05:59:10.347091 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8271 2024.11.19 05:59:10.347208 [ 263 ] {09a82ccd-c695-4ed7-91a5-83a42c3d2612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8272 2024.11.19 05:59:10.347268 [ 263 ] {09a82ccd-c695-4ed7-91a5-83a42c3d2612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8273 2024.11.19 05:59:10.347941 [ 263 ] {09a82ccd-c695-4ed7-91a5-83a42c3d2612} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8274 2024.11.19 05:59:10.347987 [ 263 ] {09a82ccd-c695-4ed7-91a5-83a42c3d2612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8275 2024.11.19 05:59:10.348414 [ 263 ] {09a82ccd-c695-4ed7-91a5-83a42c3d2612} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8276 2024.11.19 05:59:10.348664 [ 263 ] {09a82ccd-c695-4ed7-91a5-83a42c3d2612} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8277 2024.11.19 05:59:10.348889 [ 263 ] {09a82ccd-c695-4ed7-91a5-83a42c3d2612} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001705 sec., 139002.93255131965 rows/sec., 9.32 MiB/sec.
8278 2024.11.19 05:59:10.348944 [ 263 ] {09a82ccd-c695-4ed7-91a5-83a42c3d2612} <Debug> TCPHandler: Processed in 0.00193044 sec.
8279 2024.11.19 05:59:10.349089 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8280 2024.11.19 05:59:10.349200 [ 259 ] {5a6edba5-cde6-443d-84b7-c084ca95ba22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8281 2024.11.19 05:59:10.349255 [ 259 ] {5a6edba5-cde6-443d-84b7-c084ca95ba22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8282 2024.11.19 05:59:10.349763 [ 259 ] {5a6edba5-cde6-443d-84b7-c084ca95ba22} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8283 2024.11.19 05:59:10.349810 [ 259 ] {5a6edba5-cde6-443d-84b7-c084ca95ba22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8284 2024.11.19 05:59:10.350234 [ 259 ] {5a6edba5-cde6-443d-84b7-c084ca95ba22} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
8285 2024.11.19 05:59:10.350477 [ 259 ] {5a6edba5-cde6-443d-84b7-c084ca95ba22} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8286 2024.11.19 05:59:10.350704 [ 259 ] {5a6edba5-cde6-443d-84b7-c084ca95ba22} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001525 sec., 655.7377049180327 rows/sec., 44.19 KiB/sec.
8287 2024.11.19 05:59:10.350825 [ 259 ] {5a6edba5-cde6-443d-84b7-c084ca95ba22} <Debug> TCPHandler: Processed in 0.001788559 sec.
8288 2024.11.19 05:59:10.350974 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8289 2024.11.19 05:59:10.351080 [ 263 ] {f8d48c82-5090-4869-81fd-1a0bd237b3f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8290 2024.11.19 05:59:10.351148 [ 263 ] {f8d48c82-5090-4869-81fd-1a0bd237b3f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8291 2024.11.19 05:59:10.352339 [ 263 ] {f8d48c82-5090-4869-81fd-1a0bd237b3f8} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8292 2024.11.19 05:59:10.352377 [ 263 ] {f8d48c82-5090-4869-81fd-1a0bd237b3f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8293 2024.11.19 05:59:10.353038 [ 263 ] {f8d48c82-5090-4869-81fd-1a0bd237b3f8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8294 2024.11.19 05:59:10.353302 [ 263 ] {f8d48c82-5090-4869-81fd-1a0bd237b3f8} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8295 2024.11.19 05:59:10.353594 [ 263 ] {f8d48c82-5090-4869-81fd-1a0bd237b3f8} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00253 sec., 16205.533596837944 rows/sec., 29.04 MiB/sec.
8296 2024.11.19 05:59:10.354052 [ 263 ] {f8d48c82-5090-4869-81fd-1a0bd237b3f8} <Debug> TCPHandler: Processed in 0.003128692 sec.
8297 2024.11.19 05:59:10.354205 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8298 2024.11.19 05:59:10.354335 [ 259 ] {be523f44-8fd4-4b5d-b713-6db4651edece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8299 2024.11.19 05:59:10.354391 [ 259 ] {be523f44-8fd4-4b5d-b713-6db4651edece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8300 2024.11.19 05:59:10.354935 [ 259 ] {be523f44-8fd4-4b5d-b713-6db4651edece} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8301 2024.11.19 05:59:10.354982 [ 259 ] {be523f44-8fd4-4b5d-b713-6db4651edece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8302 2024.11.19 05:59:10.355384 [ 259 ] {be523f44-8fd4-4b5d-b713-6db4651edece} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8303 2024.11.19 05:59:10.355628 [ 259 ] {be523f44-8fd4-4b5d-b713-6db4651edece} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8304 2024.11.19 05:59:10.355856 [ 259 ] {be523f44-8fd4-4b5d-b713-6db4651edece} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00155 sec., 52903.22580645161 rows/sec., 3.36 MiB/sec.
8305 2024.11.19 05:59:10.355916 [ 259 ] {be523f44-8fd4-4b5d-b713-6db4651edece} <Debug> TCPHandler: Processed in 0.001775568 sec.
8306 2024.11.19 05:59:10.366004 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59106, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8307 2024.11.19 05:59:10.596029 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63610, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8308 2024.11.19 05:59:10.599593 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60616, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8309 2024.11.19 05:59:10.664035 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41439, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8310 2024.11.19 05:59:10.791561 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58851, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8311 2024.11.19 05:59:10.814293 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37597, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8312 2024.11.19 05:59:10.824655 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55214, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8313 2024.11.19 05:59:11.000189 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 224.64 MiB, peak 231.98 MiB, free memory in arenas 0.00 B, will set to 223.25 MiB (RSS), difference: -1.40 MiB
8314 2024.11.19 05:59:11.203155 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38881, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8315 2024.11.19 05:59:11.444030 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50923, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8316 2024.11.19 05:59:11.522443 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34271, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8317 2024.11.19 05:59:11.597343 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57656, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8318 2024.11.19 05:59:11.631678 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48712, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8319 2024.11.19 05:59:11.638956 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60580, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8320 2024.11.19 05:59:11.752557 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46837, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8321 2024.11.19 05:59:11.800519 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43472, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8322 2024.11.19 05:59:11.831875 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37770, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8323 2024.11.19 05:59:12.012972 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48070, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8324 2024.11.19 05:59:12.025266 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62062, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8325 2024.11.19 05:59:12.070832 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34133, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8326 2024.11.19 05:59:12.361181 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41127, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8327 2024.11.19 05:59:12.411531 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63390, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8328 2024.11.19 05:59:12.444866 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33546, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8329 2024.11.19 05:59:12.490167 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49926, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8330 2024.11.19 05:59:15.325422 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8331 2024.11.19 05:59:15.325657 [ 259 ] {e91368eb-9edc-454a-af59-1d109b7bc99b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8332 2024.11.19 05:59:15.325741 [ 259 ] {e91368eb-9edc-454a-af59-1d109b7bc99b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8333 2024.11.19 05:59:15.326679 [ 259 ] {e91368eb-9edc-454a-af59-1d109b7bc99b} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8334 2024.11.19 05:59:15.326740 [ 259 ] {e91368eb-9edc-454a-af59-1d109b7bc99b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8335 2024.11.19 05:59:15.327268 [ 259 ] {e91368eb-9edc-454a-af59-1d109b7bc99b} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
8336 2024.11.19 05:59:15.327589 [ 259 ] {e91368eb-9edc-454a-af59-1d109b7bc99b} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8337 2024.11.19 05:59:15.327766 [ 60 ] {} <Debug> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
8338 2024.11.19 05:59:15.327814 [ 60 ] {} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8339 2024.11.19 05:59:15.327819 [ 259 ] {e91368eb-9edc-454a-af59-1d109b7bc99b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002221 sec., 25213.86762719496 rows/sec., 1.94 MiB/sec.
8340 2024.11.19 05:59:15.327841 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8341 2024.11.19 05:59:15.327921 [ 259 ] {e91368eb-9edc-454a-af59-1d109b7bc99b} <Debug> TCPHandler: Processed in 0.002675968 sec.
8342 2024.11.19 05:59:15.327976 [ 196 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::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
8343 2024.11.19 05:59:15.328089 [ 196 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8344 2024.11.19 05:59:15.328143 [ 196 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1434 rows starting from the beginning of the part
8345 2024.11.19 05:59:15.328147 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8346 2024.11.19 05:59:15.328247 [ 196 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 285 rows starting from the beginning of the part
8347 2024.11.19 05:59:15.328358 [ 263 ] {0b74be12-5926-4311-9c28-11f4aee438c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8348 2024.11.19 05:59:15.328533 [ 263 ] {0b74be12-5926-4311-9c28-11f4aee438c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8349 2024.11.19 05:59:15.328570 [ 196 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 56 rows starting from the beginning of the part
8350 2024.11.19 05:59:15.329044 [ 196 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 56 rows starting from the beginning of the part
8351 2024.11.19 05:59:15.329373 [ 196 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 285 rows starting from the beginning of the part
8352 2024.11.19 05:59:15.329676 [ 196 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part
8353 2024.11.19 05:59:15.330592 [ 263 ] {0b74be12-5926-4311-9c28-11f4aee438c1} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8354 2024.11.19 05:59:15.330637 [ 263 ] {0b74be12-5926-4311-9c28-11f4aee438c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8355 2024.11.19 05:59:15.331176 [ 263 ] {0b74be12-5926-4311-9c28-11f4aee438c1} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
8356 2024.11.19 05:59:15.331506 [ 263 ] {0b74be12-5926-4311-9c28-11f4aee438c1} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8357 2024.11.19 05:59:15.331698 [ 60 ] {} <Debug> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
8358 2024.11.19 05:59:15.331741 [ 60 ] {} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8359 2024.11.19 05:59:15.331763 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8360 2024.11.19 05:59:15.331811 [ 263 ] {0b74be12-5926-4311-9c28-11f4aee438c1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003543 sec., 18063.78775049393 rows/sec., 1.41 MiB/sec.
8361 2024.11.19 05:59:15.332189 [ 188 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::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
8362 2024.11.19 05:59:15.332369 [ 263 ] {0b74be12-5926-4311-9c28-11f4aee438c1} <Debug> TCPHandler: Processed in 0.004274974 sec.
8363 2024.11.19 05:59:15.332853 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8364 2024.11.19 05:59:15.333427 [ 188 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8365 2024.11.19 05:59:15.333538 [ 196 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2172 rows, containing 5 columns (5 merged, 0 gathered) in 0.005611028 sec., 387094.84251370694 rows/sec., 34.16 MiB/sec.
8366 2024.11.19 05:59:15.333661 [ 188 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 915 rows starting from the beginning of the part
8367 2024.11.19 05:59:15.333685 [ 259 ] {9be7dbb5-9a04-4b11-a78b-fd77727a82ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8368 2024.11.19 05:59:15.334045 [ 196 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
8369 2024.11.19 05:59:15.334083 [ 259 ] {9be7dbb5-9a04-4b11-a78b-fd77727a82ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8370 2024.11.19 05:59:15.334561 [ 188 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 423 rows starting from the beginning of the part
8371 2024.11.19 05:59:15.335424 [ 188 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 64 rows starting from the beginning of the part
8372 2024.11.19 05:59:15.335619 [ 196 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_71_14} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8373 2024.11.19 05:59:15.336011 [ 188 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 64 rows starting from the beginning of the part
8374 2024.11.19 05:59:15.336045 [ 196 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_71_14} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
8375 2024.11.19 05:59:15.336379 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
8376 2024.11.19 05:59:15.336461 [ 188 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 423 rows starting from the beginning of the part
8377 2024.11.19 05:59:15.336644 [ 188 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part
8378 2024.11.19 05:59:15.337328 [ 259 ] {9be7dbb5-9a04-4b11-a78b-fd77727a82ae} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8379 2024.11.19 05:59:15.337374 [ 259 ] {9be7dbb5-9a04-4b11-a78b-fd77727a82ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8380 2024.11.19 05:59:15.337965 [ 259 ] {9be7dbb5-9a04-4b11-a78b-fd77727a82ae} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
8381 2024.11.19 05:59:15.338320 [ 259 ] {9be7dbb5-9a04-4b11-a78b-fd77727a82ae} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8382 2024.11.19 05:59:15.338500 [ 60 ] {} <Debug> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
8383 2024.11.19 05:59:15.338553 [ 60 ] {} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8384 2024.11.19 05:59:15.338612 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8385 2024.11.19 05:59:15.338608 [ 259 ] {9be7dbb5-9a04-4b11-a78b-fd77727a82ae} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.00516 sec., 24806.2015503876 rows/sec., 1.73 MiB/sec.
8386 2024.11.19 05:59:15.339275 [ 191 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
8387 2024.11.19 05:59:15.339354 [ 259 ] {9be7dbb5-9a04-4b11-a78b-fd77727a82ae} <Debug> TCPHandler: Processed in 0.006780671 sec.
8388 2024.11.19 05:59:15.339693 [ 189 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1953 rows, containing 5 columns (5 merged, 0 gathered) in 0.007794861 sec., 250549.68908361546 rows/sec., 19.18 MiB/sec.
8389 2024.11.19 05:59:15.339774 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8390 2024.11.19 05:59:15.340125 [ 191 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8391 2024.11.19 05:59:15.340239 [ 263 ] {7ed99ca4-a7d5-436f-adda-ffa22167453b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8392 2024.11.19 05:59:15.340285 [ 187 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
8393 2024.11.19 05:59:15.340295 [ 191 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_66_13, total 13121 rows starting from the beginning of the part
8394 2024.11.19 05:59:15.340529 [ 263 ] {7ed99ca4-a7d5-436f-adda-ffa22167453b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8395 2024.11.19 05:59:15.341002 [ 191 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 237 rows starting from the beginning of the part
8396 2024.11.19 05:59:15.341720 [ 191 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 128 rows starting from the beginning of the part
8397 2024.11.19 05:59:15.342369 [ 191 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
8398 2024.11.19 05:59:15.342363 [ 187 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_71_14} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8399 2024.11.19 05:59:15.342897 [ 191 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
8400 2024.11.19 05:59:15.342933 [ 187 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_71_14} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
8401 2024.11.19 05:59:15.343446 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
8402 2024.11.19 05:59:15.343456 [ 191 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 128 rows starting from the beginning of the part
8403 2024.11.19 05:59:15.344401 [ 263 ] {7ed99ca4-a7d5-436f-adda-ffa22167453b} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8404 2024.11.19 05:59:15.344475 [ 263 ] {7ed99ca4-a7d5-436f-adda-ffa22167453b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8405 2024.11.19 05:59:15.345144 [ 263 ] {7ed99ca4-a7d5-436f-adda-ffa22167453b} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
8406 2024.11.19 05:59:15.345559 [ 263 ] {7ed99ca4-a7d5-436f-adda-ffa22167453b} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8407 2024.11.19 05:59:15.345790 [ 60 ] {} <Debug> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
8408 2024.11.19 05:59:15.345874 [ 60 ] {} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8409 2024.11.19 05:59:15.345956 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8410 2024.11.19 05:59:15.346032 [ 263 ] {7ed99ca4-a7d5-436f-adda-ffa22167453b} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.005939 sec., 8082.168715271931 rows/sec., 557.75 KiB/sec.
8411 2024.11.19 05:59:15.346451 [ 263 ] {7ed99ca4-a7d5-436f-adda-ffa22167453b} <Debug> TCPHandler: Processed in 0.006893091 sec.
8412 2024.11.19 05:59:15.347274 [ 189 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
8413 2024.11.19 05:59:15.348219 [ 189 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8414 2024.11.19 05:59:15.348347 [ 189 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4194 rows starting from the beginning of the part
8415 2024.11.19 05:59:15.348553 [ 189 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 82 rows starting from the beginning of the part
8416 2024.11.19 05:59:15.348762 [ 189 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 48 rows starting from the beginning of the part
8417 2024.11.19 05:59:15.348923 [ 189 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
8418 2024.11.19 05:59:15.349359 [ 189 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
8419 2024.11.19 05:59:15.349544 [ 189 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 48 rows starting from the beginning of the part
8420 2024.11.19 05:59:15.351203 [ 191 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14011 rows, containing 5 columns (5 merged, 0 gathered) in 0.012421768 sec., 1127939.275632905 rows/sec., 77.01 MiB/sec.
8421 2024.11.19 05:59:15.351781 [ 195 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
8422 2024.11.19 05:59:15.352302 [ 195 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8423 2024.11.19 05:59:15.352431 [ 195 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
8424 2024.11.19 05:59:15.352522 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.95 MiB.
8425 2024.11.19 05:59:15.352824 [ 199 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4514 rows, containing 4 columns (4 merged, 0 gathered) in 0.006687619 sec., 674978.6433706825 rows/sec., 44.35 MiB/sec.
8426 2024.11.19 05:59:15.353290 [ 199 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
8427 2024.11.19 05:59:15.353618 [ 199 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_71_14} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8428 2024.11.19 05:59:15.353709 [ 199 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_71_14} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
8429 2024.11.19 05:59:15.353801 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB.
8430 2024.11.19 05:59:16.196241 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509
8431 2024.11.19 05:59:16.196952 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8432 2024.11.19 05:59:16.197006 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8433 2024.11.19 05:59:16.197560 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
8434 2024.11.19 05:59:16.197837 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8435 2024.11.19 05:59:16.198140 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509
8436 2024.11.19 05:59:17.745756 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370
8437 2024.11.19 05:59:17.767573 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8438 2024.11.19 05:59:17.767644 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8439 2024.11.19 05:59:17.775097 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
8440 2024.11.19 05:59:17.775874 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8441 2024.11.19 05:59:17.778974 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370
8442 2024.11.19 05:59:18.827392 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1134
8443 2024.11.19 05:59:18.830694 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8444 2024.11.19 05:59:18.830744 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8445 2024.11.19 05:59:18.832226 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
8446 2024.11.19 05:59:18.832564 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8447 2024.11.19 05:59:18.833928 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1134
8448 2024.11.19 05:59:20.325428 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8449 2024.11.19 05:59:20.325661 [ 259 ] {4d9f3be1-1a1d-4ed4-8fd6-1c690600d254} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8450 2024.11.19 05:59:20.325740 [ 259 ] {4d9f3be1-1a1d-4ed4-8fd6-1c690600d254} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8451 2024.11.19 05:59:20.326524 [ 259 ] {4d9f3be1-1a1d-4ed4-8fd6-1c690600d254} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8452 2024.11.19 05:59:20.326570 [ 259 ] {4d9f3be1-1a1d-4ed4-8fd6-1c690600d254} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8453 2024.11.19 05:59:20.327027 [ 259 ] {4d9f3be1-1a1d-4ed4-8fd6-1c690600d254} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
8454 2024.11.19 05:59:20.327292 [ 259 ] {4d9f3be1-1a1d-4ed4-8fd6-1c690600d254} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8455 2024.11.19 05:59:20.327506 [ 259 ] {4d9f3be1-1a1d-4ed4-8fd6-1c690600d254} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001904 sec., 29411.764705882353 rows/sec., 2.26 MiB/sec.
8456 2024.11.19 05:59:20.327599 [ 259 ] {4d9f3be1-1a1d-4ed4-8fd6-1c690600d254} <Debug> TCPHandler: Processed in 0.002305954 sec.
8457 2024.11.19 05:59:20.327801 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8458 2024.11.19 05:59:20.327924 [ 263 ] {9c8635ad-3af1-44d8-a40c-1b7bc1d484a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8459 2024.11.19 05:59:20.327973 [ 263 ] {9c8635ad-3af1-44d8-a40c-1b7bc1d484a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8460 2024.11.19 05:59:20.328552 [ 263 ] {9c8635ad-3af1-44d8-a40c-1b7bc1d484a1} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8461 2024.11.19 05:59:20.328590 [ 263 ] {9c8635ad-3af1-44d8-a40c-1b7bc1d484a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8462 2024.11.19 05:59:20.328966 [ 263 ] {9c8635ad-3af1-44d8-a40c-1b7bc1d484a1} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
8463 2024.11.19 05:59:20.329215 [ 263 ] {9c8635ad-3af1-44d8-a40c-1b7bc1d484a1} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8464 2024.11.19 05:59:20.329414 [ 263 ] {9c8635ad-3af1-44d8-a40c-1b7bc1d484a1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001515 sec., 42244.22442244224 rows/sec., 3.30 MiB/sec.
8465 2024.11.19 05:59:20.329507 [ 263 ] {9c8635ad-3af1-44d8-a40c-1b7bc1d484a1} <Debug> TCPHandler: Processed in 0.001772219 sec.
8466 2024.11.19 05:59:20.329716 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8467 2024.11.19 05:59:20.329864 [ 259 ] {470cafe9-e6cd-4998-94cd-ac3e47c17d78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8468 2024.11.19 05:59:20.329915 [ 259 ] {470cafe9-e6cd-4998-94cd-ac3e47c17d78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8469 2024.11.19 05:59:20.330471 [ 259 ] {470cafe9-e6cd-4998-94cd-ac3e47c17d78} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8470 2024.11.19 05:59:20.330508 [ 259 ] {470cafe9-e6cd-4998-94cd-ac3e47c17d78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8471 2024.11.19 05:59:20.330959 [ 259 ] {470cafe9-e6cd-4998-94cd-ac3e47c17d78} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
8472 2024.11.19 05:59:20.331252 [ 259 ] {470cafe9-e6cd-4998-94cd-ac3e47c17d78} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8473 2024.11.19 05:59:20.331472 [ 259 ] {470cafe9-e6cd-4998-94cd-ac3e47c17d78} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001631 sec., 98099.32556713672 rows/sec., 6.83 MiB/sec.
8474 2024.11.19 05:59:20.331536 [ 259 ] {470cafe9-e6cd-4998-94cd-ac3e47c17d78} <Debug> TCPHandler: Processed in 0.00192384 sec.
8475 2024.11.19 05:59:20.331680 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8476 2024.11.19 05:59:20.331808 [ 263 ] {42f59464-4633-4945-919c-8380cee31a59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8477 2024.11.19 05:59:20.331865 [ 263 ] {42f59464-4633-4945-919c-8380cee31a59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8478 2024.11.19 05:59:20.332402 [ 263 ] {42f59464-4633-4945-919c-8380cee31a59} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8479 2024.11.19 05:59:20.332446 [ 263 ] {42f59464-4633-4945-919c-8380cee31a59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8480 2024.11.19 05:59:20.332854 [ 263 ] {42f59464-4633-4945-919c-8380cee31a59} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
8481 2024.11.19 05:59:20.333093 [ 263 ] {42f59464-4633-4945-919c-8380cee31a59} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8482 2024.11.19 05:59:20.333271 [ 263 ] {42f59464-4633-4945-919c-8380cee31a59} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001492 sec., 40214.47721179624 rows/sec., 2.71 MiB/sec.
8483 2024.11.19 05:59:20.333320 [ 263 ] {42f59464-4633-4945-919c-8380cee31a59} <Debug> TCPHandler: Processed in 0.001691637 sec.
8484 2024.11.19 05:59:23.526070 [ 154 ] {} <Debug> DNSResolver: Updating DNS cache
8485 2024.11.19 05:59:23.526123 [ 154 ] {} <Debug> DNSResolver: Updated DNS cache
8486 2024.11.19 05:59:23.698444 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936
8487 2024.11.19 05:59:23.699146 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8488 2024.11.19 05:59:23.699195 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
8489 2024.11.19 05:59:23.699742 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
8490 2024.11.19 05:59:23.700021 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8491 2024.11.19 05:59:23.700314 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936
8492 2024.11.19 05:59:25.279212 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377
8493 2024.11.19 05:59:25.301847 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8494 2024.11.19 05:59:25.301923 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8495 2024.11.19 05:59:25.309635 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
8496 2024.11.19 05:59:25.310513 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8497 2024.11.19 05:59:25.314801 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377
8498 2024.11.19 05:59:25.331991 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8499 2024.11.19 05:59:25.332209 [ 259 ] {dad7b274-777e-4078-83e4-5f538eadc473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8500 2024.11.19 05:59:25.332290 [ 259 ] {dad7b274-777e-4078-83e4-5f538eadc473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8501 2024.11.19 05:59:25.333135 [ 259 ] {dad7b274-777e-4078-83e4-5f538eadc473} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8502 2024.11.19 05:59:25.333191 [ 259 ] {dad7b274-777e-4078-83e4-5f538eadc473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8503 2024.11.19 05:59:25.333628 [ 259 ] {dad7b274-777e-4078-83e4-5f538eadc473} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
8504 2024.11.19 05:59:25.333903 [ 259 ] {dad7b274-777e-4078-83e4-5f538eadc473} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8505 2024.11.19 05:59:25.334113 [ 98 ] {} <Debug> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
8506 2024.11.19 05:59:25.334158 [ 259 ] {dad7b274-777e-4078-83e4-5f538eadc473} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002003 sec., 6989.515726410385 rows/sec., 503.15 KiB/sec.
8507 2024.11.19 05:59:25.334209 [ 98 ] {} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8508 2024.11.19 05:59:25.334294 [ 259 ] {dad7b274-777e-4078-83e4-5f538eadc473} <Debug> TCPHandler: Processed in 0.002441945 sec.
8509 2024.11.19 05:59:25.334294 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8510 2024.11.19 05:59:25.334581 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8511 2024.11.19 05:59:25.334662 [ 195 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::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
8512 2024.11.19 05:59:25.334978 [ 263 ] {428f4e37-4505-477b-bd55-04a7f5554f4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8513 2024.11.19 05:59:25.335138 [ 263 ] {428f4e37-4505-477b-bd55-04a7f5554f4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8514 2024.11.19 05:59:25.335202 [ 195 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8515 2024.11.19 05:59:25.335296 [ 195 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 14 rows starting from the beginning of the part
8516 2024.11.19 05:59:25.335557 [ 195 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part
8517 2024.11.19 05:59:25.335896 [ 195 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part
8518 2024.11.19 05:59:25.336231 [ 195 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part
8519 2024.11.19 05:59:25.336693 [ 195 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part
8520 2024.11.19 05:59:25.338321 [ 263 ] {428f4e37-4505-477b-bd55-04a7f5554f4d} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8521 2024.11.19 05:59:25.338401 [ 263 ] {428f4e37-4505-477b-bd55-04a7f5554f4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8522 2024.11.19 05:59:25.339087 [ 190 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004659238 sec., 15023.915927883489 rows/sec., 1.11 MiB/sec.
8523 2024.11.19 05:59:25.339373 [ 263 ] {428f4e37-4505-477b-bd55-04a7f5554f4d} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
8524 2024.11.19 05:59:25.339386 [ 190 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
8525 2024.11.19 05:59:25.339845 [ 263 ] {428f4e37-4505-477b-bd55-04a7f5554f4d} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8526 2024.11.19 05:59:25.340106 [ 190 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_25_6} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8527 2024.11.19 05:59:25.340362 [ 263 ] {428f4e37-4505-477b-bd55-04a7f5554f4d} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.005502 sec., 51799.345692475465 rows/sec., 4.58 MiB/sec.
8528 2024.11.19 05:59:25.340422 [ 190 ] {de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d::all_1_25_6} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
8529 2024.11.19 05:59:25.340787 [ 263 ] {428f4e37-4505-477b-bd55-04a7f5554f4d} <Debug> TCPHandler: Processed in 0.006346086 sec.
8530 2024.11.19 05:59:25.340843 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
8531 2024.11.19 05:59:25.341043 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8532 2024.11.19 05:59:25.341168 [ 259 ] {4d07d1fb-fbc3-4bf9-9d6a-f1dfd67e7e39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8533 2024.11.19 05:59:25.341214 [ 259 ] {4d07d1fb-fbc3-4bf9-9d6a-f1dfd67e7e39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8534 2024.11.19 05:59:25.341785 [ 259 ] {4d07d1fb-fbc3-4bf9-9d6a-f1dfd67e7e39} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8535 2024.11.19 05:59:25.341824 [ 259 ] {4d07d1fb-fbc3-4bf9-9d6a-f1dfd67e7e39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8536 2024.11.19 05:59:25.342189 [ 259 ] {4d07d1fb-fbc3-4bf9-9d6a-f1dfd67e7e39} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
8537 2024.11.19 05:59:25.342440 [ 259 ] {4d07d1fb-fbc3-4bf9-9d6a-f1dfd67e7e39} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8538 2024.11.19 05:59:25.342692 [ 259 ] {4d07d1fb-fbc3-4bf9-9d6a-f1dfd67e7e39} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001538 sec., 31209.362808842652 rows/sec., 2.25 MiB/sec.
8539 2024.11.19 05:59:25.342833 [ 259 ] {4d07d1fb-fbc3-4bf9-9d6a-f1dfd67e7e39} <Debug> TCPHandler: Processed in 0.00188325 sec.
8540 2024.11.19 05:59:25.343077 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8541 2024.11.19 05:59:25.343214 [ 263 ] {8ceb85eb-87c7-43ad-9483-30a2e1d06a47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8542 2024.11.19 05:59:25.343268 [ 263 ] {8ceb85eb-87c7-43ad-9483-30a2e1d06a47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8543 2024.11.19 05:59:25.343934 [ 263 ] {8ceb85eb-87c7-43ad-9483-30a2e1d06a47} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8544 2024.11.19 05:59:25.343974 [ 263 ] {8ceb85eb-87c7-43ad-9483-30a2e1d06a47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8545 2024.11.19 05:59:25.344324 [ 263 ] {8ceb85eb-87c7-43ad-9483-30a2e1d06a47} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
8546 2024.11.19 05:59:25.344562 [ 263 ] {8ceb85eb-87c7-43ad-9483-30a2e1d06a47} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8547 2024.11.19 05:59:25.344775 [ 263 ] {8ceb85eb-87c7-43ad-9483-30a2e1d06a47} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001591 sec., 8799.497171590196 rows/sec., 616.26 KiB/sec.
8548 2024.11.19 05:59:25.344827 [ 263 ] {8ceb85eb-87c7-43ad-9483-30a2e1d06a47} <Debug> TCPHandler: Processed in 0.0018793 sec.
8549 2024.11.19 05:59:25.344992 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8550 2024.11.19 05:59:25.345118 [ 259 ] {d2ab6bec-d621-49f5-a0d4-764b5a929165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8551 2024.11.19 05:59:25.345172 [ 259 ] {d2ab6bec-d621-49f5-a0d4-764b5a929165} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8552 2024.11.19 05:59:25.345819 [ 259 ] {d2ab6bec-d621-49f5-a0d4-764b5a929165} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8553 2024.11.19 05:59:25.345866 [ 259 ] {d2ab6bec-d621-49f5-a0d4-764b5a929165} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8554 2024.11.19 05:59:25.346223 [ 259 ] {d2ab6bec-d621-49f5-a0d4-764b5a929165} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
8555 2024.11.19 05:59:25.346467 [ 259 ] {d2ab6bec-d621-49f5-a0d4-764b5a929165} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8556 2024.11.19 05:59:25.346630 [ 98 ] {} <Debug> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
8557 2024.11.19 05:59:25.346695 [ 98 ] {} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8558 2024.11.19 05:59:25.346715 [ 259 ] {d2ab6bec-d621-49f5-a0d4-764b5a929165} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001613 sec., 8059.516429014258 rows/sec., 502.51 KiB/sec.
8559 2024.11.19 05:59:25.346731 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8560 2024.11.19 05:59:25.346898 [ 259 ] {d2ab6bec-d621-49f5-a0d4-764b5a929165} <Debug> TCPHandler: Processed in 0.00196283 sec.
8561 2024.11.19 05:59:25.347102 [ 186 ] {762868e6-1685-41dd-bc30-da37857dff35::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
8562 2024.11.19 05:59:25.347191 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8563 2024.11.19 05:59:25.347617 [ 263 ] {2eadcd95-e88f-4051-8265-01bf8062ac41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8564 2024.11.19 05:59:25.347704 [ 186 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8565 2024.11.19 05:59:25.347722 [ 263 ] {2eadcd95-e88f-4051-8265-01bf8062ac41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8566 2024.11.19 05:59:25.347796 [ 186 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 13 rows starting from the beginning of the part
8567 2024.11.19 05:59:25.348160 [ 186 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 13 rows starting from the beginning of the part
8568 2024.11.19 05:59:25.348521 [ 186 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 13 rows starting from the beginning of the part
8569 2024.11.19 05:59:25.348903 [ 186 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 13 rows starting from the beginning of the part
8570 2024.11.19 05:59:25.349394 [ 186 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 13 rows starting from the beginning of the part
8571 2024.11.19 05:59:25.350477 [ 263 ] {2eadcd95-e88f-4051-8265-01bf8062ac41} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8572 2024.11.19 05:59:25.350575 [ 263 ] {2eadcd95-e88f-4051-8265-01bf8062ac41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8573 2024.11.19 05:59:25.351727 [ 190 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004896161 sec., 13275.707232666575 rows/sec., 879.60 KiB/sec.
8574 2024.11.19 05:59:25.351762 [ 263 ] {2eadcd95-e88f-4051-8265-01bf8062ac41} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
8575 2024.11.19 05:59:25.351920 [ 190 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
8576 2024.11.19 05:59:25.352283 [ 263 ] {2eadcd95-e88f-4051-8265-01bf8062ac41} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8577 2024.11.19 05:59:25.352474 [ 190 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_25_6} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8578 2024.11.19 05:59:25.352804 [ 190 ] {762868e6-1685-41dd-bc30-da37857dff35::all_1_25_6} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
8579 2024.11.19 05:59:25.352843 [ 263 ] {2eadcd95-e88f-4051-8265-01bf8062ac41} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.00536 sec., 78917.9104477612 rows/sec., 5.64 MiB/sec.
8580 2024.11.19 05:59:25.353171 [ 263 ] {2eadcd95-e88f-4051-8265-01bf8062ac41} <Debug> TCPHandler: Processed in 0.006130333 sec.
8581 2024.11.19 05:59:25.353180 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8582 2024.11.19 05:59:25.353447 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8583 2024.11.19 05:59:25.353634 [ 259 ] {d48189fb-83c5-455d-80a2-7a6a58b3b4d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8584 2024.11.19 05:59:25.353692 [ 259 ] {d48189fb-83c5-455d-80a2-7a6a58b3b4d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8585 2024.11.19 05:59:25.354216 [ 259 ] {d48189fb-83c5-455d-80a2-7a6a58b3b4d8} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8586 2024.11.19 05:59:25.354255 [ 259 ] {d48189fb-83c5-455d-80a2-7a6a58b3b4d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8587 2024.11.19 05:59:25.354626 [ 259 ] {d48189fb-83c5-455d-80a2-7a6a58b3b4d8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
8588 2024.11.19 05:59:25.354868 [ 259 ] {d48189fb-83c5-455d-80a2-7a6a58b3b4d8} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8589 2024.11.19 05:59:25.355129 [ 259 ] {d48189fb-83c5-455d-80a2-7a6a58b3b4d8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001519 sec., 3949.9670836076366 rows/sec., 206.37 KiB/sec.
8590 2024.11.19 05:59:25.355330 [ 259 ] {d48189fb-83c5-455d-80a2-7a6a58b3b4d8} <Debug> TCPHandler: Processed in 0.002040861 sec.
8591 2024.11.19 05:59:25.355522 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8592 2024.11.19 05:59:25.355632 [ 263 ] {fc9ebcc5-72f9-486f-a6e0-0178f8264ecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8593 2024.11.19 05:59:25.355683 [ 263 ] {fc9ebcc5-72f9-486f-a6e0-0178f8264ecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8594 2024.11.19 05:59:25.356247 [ 263 ] {fc9ebcc5-72f9-486f-a6e0-0178f8264ecb} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8595 2024.11.19 05:59:25.356287 [ 263 ] {fc9ebcc5-72f9-486f-a6e0-0178f8264ecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8596 2024.11.19 05:59:25.356699 [ 263 ] {fc9ebcc5-72f9-486f-a6e0-0178f8264ecb} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
8597 2024.11.19 05:59:25.356938 [ 263 ] {fc9ebcc5-72f9-486f-a6e0-0178f8264ecb} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8598 2024.11.19 05:59:25.357150 [ 263 ] {fc9ebcc5-72f9-486f-a6e0-0178f8264ecb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001542 sec., 153696.4980544747 rows/sec., 10.30 MiB/sec.
8599 2024.11.19 05:59:25.357202 [ 263 ] {fc9ebcc5-72f9-486f-a6e0-0178f8264ecb} <Debug> TCPHandler: Processed in 0.001763708 sec.
8600 2024.11.19 05:59:25.357341 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8601 2024.11.19 05:59:25.357468 [ 259 ] {b5af18dc-686b-4dfd-a664-e9888efd8397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8602 2024.11.19 05:59:25.357529 [ 259 ] {b5af18dc-686b-4dfd-a664-e9888efd8397} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8603 2024.11.19 05:59:25.358017 [ 259 ] {b5af18dc-686b-4dfd-a664-e9888efd8397} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8604 2024.11.19 05:59:25.358057 [ 259 ] {b5af18dc-686b-4dfd-a664-e9888efd8397} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8605 2024.11.19 05:59:25.358412 [ 259 ] {b5af18dc-686b-4dfd-a664-e9888efd8397} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
8606 2024.11.19 05:59:25.358654 [ 259 ] {b5af18dc-686b-4dfd-a664-e9888efd8397} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8607 2024.11.19 05:59:25.358865 [ 259 ] {b5af18dc-686b-4dfd-a664-e9888efd8397} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001426 sec., 701.2622720897616 rows/sec., 47.25 KiB/sec.
8608 2024.11.19 05:59:25.358914 [ 259 ] {b5af18dc-686b-4dfd-a664-e9888efd8397} <Debug> TCPHandler: Processed in 0.001635257 sec.
8609 2024.11.19 05:59:25.359040 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8610 2024.11.19 05:59:25.359146 [ 263 ] {c29be715-af36-405e-bd3c-31e90f2280e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8611 2024.11.19 05:59:25.359213 [ 263 ] {c29be715-af36-405e-bd3c-31e90f2280e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8612 2024.11.19 05:59:25.360374 [ 263 ] {c29be715-af36-405e-bd3c-31e90f2280e8} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8613 2024.11.19 05:59:25.360415 [ 263 ] {c29be715-af36-405e-bd3c-31e90f2280e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8614 2024.11.19 05:59:25.361209 [ 263 ] {c29be715-af36-405e-bd3c-31e90f2280e8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8615 2024.11.19 05:59:25.361476 [ 263 ] {c29be715-af36-405e-bd3c-31e90f2280e8} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8616 2024.11.19 05:59:25.361716 [ 263 ] {c29be715-af36-405e-bd3c-31e90f2280e8} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002592 sec., 15817.9012345679 rows/sec., 28.34 MiB/sec.
8617 2024.11.19 05:59:25.361819 [ 263 ] {c29be715-af36-405e-bd3c-31e90f2280e8} <Debug> TCPHandler: Processed in 0.002830139 sec.
8618 2024.11.19 05:59:25.361960 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8619 2024.11.19 05:59:25.362064 [ 259 ] {8af94b9a-d8f0-40cd-b49f-a44e886cb9c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8620 2024.11.19 05:59:25.362109 [ 259 ] {8af94b9a-d8f0-40cd-b49f-a44e886cb9c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8621 2024.11.19 05:59:25.362549 [ 259 ] {8af94b9a-d8f0-40cd-b49f-a44e886cb9c9} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8622 2024.11.19 05:59:25.362588 [ 259 ] {8af94b9a-d8f0-40cd-b49f-a44e886cb9c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8623 2024.11.19 05:59:25.362947 [ 259 ] {8af94b9a-d8f0-40cd-b49f-a44e886cb9c9} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
8624 2024.11.19 05:59:25.363186 [ 259 ] {8af94b9a-d8f0-40cd-b49f-a44e886cb9c9} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8625 2024.11.19 05:59:25.363422 [ 259 ] {8af94b9a-d8f0-40cd-b49f-a44e886cb9c9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001373 sec., 59723.233794610336 rows/sec., 3.79 MiB/sec.
8626 2024.11.19 05:59:25.363499 [ 259 ] {8af94b9a-d8f0-40cd-b49f-a44e886cb9c9} <Debug> TCPHandler: Processed in 0.001589936 sec.
8627 2024.11.19 05:59:26.000191 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 225.51 MiB, peak 232.78 MiB, free memory in arenas 0.00 B, will set to 224.36 MiB (RSS), difference: -1.15 MiB
8628 2024.11.19 05:59:28.834378 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1164
8629 2024.11.19 05:59:28.837912 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8630 2024.11.19 05:59:28.837978 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8631 2024.11.19 05:59:28.839485 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8632 2024.11.19 05:59:28.839830 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8633 2024.11.19 05:59:28.840543 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1164
8634 2024.11.19 05:59:30.323857 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8635 2024.11.19 05:59:30.324090 [ 259 ] {4b21e6bd-7401-4a7f-82b8-69a3469acc1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8636 2024.11.19 05:59:30.324169 [ 259 ] {4b21e6bd-7401-4a7f-82b8-69a3469acc1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8637 2024.11.19 05:59:30.324923 [ 259 ] {4b21e6bd-7401-4a7f-82b8-69a3469acc1a} <Trace> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8638 2024.11.19 05:59:30.324977 [ 259 ] {4b21e6bd-7401-4a7f-82b8-69a3469acc1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8639 2024.11.19 05:59:30.325404 [ 259 ] {4b21e6bd-7401-4a7f-82b8-69a3469acc1a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
8640 2024.11.19 05:59:30.325657 [ 259 ] {4b21e6bd-7401-4a7f-82b8-69a3469acc1a} <Trace> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8641 2024.11.19 05:59:30.325949 [ 259 ] {4b21e6bd-7401-4a7f-82b8-69a3469acc1a} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001903 sec., 8407.777193904361 rows/sec., 685.60 KiB/sec.
8642 2024.11.19 05:59:30.326193 [ 259 ] {4b21e6bd-7401-4a7f-82b8-69a3469acc1a} <Debug> TCPHandler: Processed in 0.002474386 sec.
8643 2024.11.19 05:59:30.326411 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8644 2024.11.19 05:59:30.326560 [ 263 ] {cef21f06-4af3-4b61-8875-cd35b579fc82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8645 2024.11.19 05:59:30.326620 [ 263 ] {cef21f06-4af3-4b61-8875-cd35b579fc82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8646 2024.11.19 05:59:30.327313 [ 263 ] {cef21f06-4af3-4b61-8875-cd35b579fc82} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8647 2024.11.19 05:59:30.327355 [ 263 ] {cef21f06-4af3-4b61-8875-cd35b579fc82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8648 2024.11.19 05:59:30.327751 [ 263 ] {cef21f06-4af3-4b61-8875-cd35b579fc82} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
8649 2024.11.19 05:59:30.328003 [ 263 ] {cef21f06-4af3-4b61-8875-cd35b579fc82} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8650 2024.11.19 05:59:30.328250 [ 263 ] {cef21f06-4af3-4b61-8875-cd35b579fc82} <Debug> executeQuery: Read 64 rows, 4.99 KiB in 0.001716 sec., 37296.03729603729 rows/sec., 2.84 MiB/sec.
8651 2024.11.19 05:59:30.328320 [ 263 ] {cef21f06-4af3-4b61-8875-cd35b579fc82} <Debug> TCPHandler: Processed in 0.00198107 sec.
8652 2024.11.19 05:59:30.328567 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8653 2024.11.19 05:59:30.328760 [ 259 ] {a0a236ea-5cc3-49d9-9fa0-e51b6cf83bc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8654 2024.11.19 05:59:30.328817 [ 259 ] {a0a236ea-5cc3-49d9-9fa0-e51b6cf83bc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8655 2024.11.19 05:59:30.329434 [ 259 ] {a0a236ea-5cc3-49d9-9fa0-e51b6cf83bc0} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8656 2024.11.19 05:59:30.329474 [ 259 ] {a0a236ea-5cc3-49d9-9fa0-e51b6cf83bc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8657 2024.11.19 05:59:30.329835 [ 259 ] {a0a236ea-5cc3-49d9-9fa0-e51b6cf83bc0} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
8658 2024.11.19 05:59:30.330075 [ 259 ] {a0a236ea-5cc3-49d9-9fa0-e51b6cf83bc0} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8659 2024.11.19 05:59:30.330282 [ 259 ] {a0a236ea-5cc3-49d9-9fa0-e51b6cf83bc0} <Debug> executeQuery: Read 16 rows, 1.12 KiB in 0.001554 sec., 10296.010296010296 rows/sec., 718.91 KiB/sec.
8660 2024.11.19 05:59:30.330335 [ 259 ] {a0a236ea-5cc3-49d9-9fa0-e51b6cf83bc0} <Debug> TCPHandler: Processed in 0.0019075 sec.
8661 2024.11.19 05:59:30.330498 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8662 2024.11.19 05:59:30.330825 [ 263 ] {be13e96f-7a78-45c1-bb1b-402f283f2466} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8663 2024.11.19 05:59:30.330880 [ 263 ] {be13e96f-7a78-45c1-bb1b-402f283f2466} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8664 2024.11.19 05:59:30.331490 [ 263 ] {be13e96f-7a78-45c1-bb1b-402f283f2466} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8665 2024.11.19 05:59:30.331529 [ 263 ] {be13e96f-7a78-45c1-bb1b-402f283f2466} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8666 2024.11.19 05:59:30.331893 [ 263 ] {be13e96f-7a78-45c1-bb1b-402f283f2466} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
8667 2024.11.19 05:59:30.332141 [ 263 ] {be13e96f-7a78-45c1-bb1b-402f283f2466} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8668 2024.11.19 05:59:30.332347 [ 263 ] {be13e96f-7a78-45c1-bb1b-402f283f2466} <Debug> executeQuery: Read 80 rows, 6.42 KiB in 0.001748 sec., 45766.59038901602 rows/sec., 3.59 MiB/sec.
8669 2024.11.19 05:59:30.332398 [ 263 ] {be13e96f-7a78-45c1-bb1b-402f283f2466} <Debug> TCPHandler: Processed in 0.001963971 sec.
8670 2024.11.19 05:59:30.332546 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8671 2024.11.19 05:59:30.332654 [ 259 ] {0d79234b-3341-460d-8d32-c302d70078d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8672 2024.11.19 05:59:30.332702 [ 259 ] {0d79234b-3341-460d-8d32-c302d70078d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8673 2024.11.19 05:59:30.333206 [ 259 ] {0d79234b-3341-460d-8d32-c302d70078d7} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8674 2024.11.19 05:59:30.333246 [ 259 ] {0d79234b-3341-460d-8d32-c302d70078d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8675 2024.11.19 05:59:30.333629 [ 259 ] {0d79234b-3341-460d-8d32-c302d70078d7} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
8676 2024.11.19 05:59:30.333870 [ 259 ] {0d79234b-3341-460d-8d32-c302d70078d7} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8677 2024.11.19 05:59:30.334098 [ 259 ] {0d79234b-3341-460d-8d32-c302d70078d7} <Debug> executeQuery: Read 136 rows, 9.69 KiB in 0.001467 sec., 92706.20313565098 rows/sec., 6.45 MiB/sec.
8678 2024.11.19 05:59:30.334149 [ 259 ] {0d79234b-3341-460d-8d32-c302d70078d7} <Debug> TCPHandler: Processed in 0.001655327 sec.
8679 2024.11.19 05:59:30.334296 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8680 2024.11.19 05:59:30.334424 [ 263 ] {8a368714-6cbd-49ad-8211-941348a98c90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8681 2024.11.19 05:59:30.334480 [ 263 ] {8a368714-6cbd-49ad-8211-941348a98c90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8682 2024.11.19 05:59:30.334985 [ 263 ] {8a368714-6cbd-49ad-8211-941348a98c90} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8683 2024.11.19 05:59:30.335031 [ 263 ] {8a368714-6cbd-49ad-8211-941348a98c90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8684 2024.11.19 05:59:30.335411 [ 263 ] {8a368714-6cbd-49ad-8211-941348a98c90} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
8685 2024.11.19 05:59:30.335659 [ 263 ] {8a368714-6cbd-49ad-8211-941348a98c90} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8686 2024.11.19 05:59:30.335883 [ 263 ] {8a368714-6cbd-49ad-8211-941348a98c90} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001487 sec., 32279.757901815734 rows/sec., 2.18 MiB/sec.
8687 2024.11.19 05:59:30.335935 [ 263 ] {8a368714-6cbd-49ad-8211-941348a98c90} <Debug> TCPHandler: Processed in 0.001700687 sec.
8688 2024.11.19 05:59:31.200597 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424
8689 2024.11.19 05:59:31.201338 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8690 2024.11.19 05:59:31.201386 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8691 2024.11.19 05:59:31.201926 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
8692 2024.11.19 05:59:31.202211 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8693 2024.11.19 05:59:31.202478 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424
8694 2024.11.19 05:59:31.202471 [ 150 ] {} <Debug> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
8695 2024.11.19 05:59:31.202568 [ 150 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8696 2024.11.19 05:59:31.202600 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8697 2024.11.19 05:59:31.202755 [ 197 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::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
8698 2024.11.19 05:59:31.202929 [ 197 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8699 2024.11.19 05:59:31.202977 [ 197 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::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
8700 2024.11.19 05:59:31.203065 [ 197 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 488 rows starting from the beginning of the part
8701 2024.11.19 05:59:31.203160 [ 197 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 427 rows starting from the beginning of the part
8702 2024.11.19 05:59:31.203408 [ 197 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 488 rows starting from the beginning of the part
8703 2024.11.19 05:59:31.203627 [ 197 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 427 rows starting from the beginning of the part
8704 2024.11.19 05:59:31.203816 [ 197 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 488 rows starting from the beginning of the part
8705 2024.11.19 05:59:31.206396 [ 190 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.003717798 sec., 6300503.685245944 rows/sec., 90.13 MiB/sec.
8706 2024.11.19 05:59:31.206788 [ 200 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
8707 2024.11.19 05:59:31.207111 [ 200 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_51_10} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8708 2024.11.19 05:59:31.207201 [ 200 ] {480a4ca9-da6c-41fc-8ab4-a02bec7733e3::all_1_51_10} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
8709 2024.11.19 05:59:31.207310 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB.
8710 2024.11.19 05:59:32.815037 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385
8711 2024.11.19 05:59:32.838906 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8712 2024.11.19 05:59:32.838967 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8713 2024.11.19 05:59:32.846331 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
8714 2024.11.19 05:59:32.847105 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8715 2024.11.19 05:59:32.847496 [ 148 ] {} <Debug> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
8716 2024.11.19 05:59:32.847623 [ 148 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8717 2024.11.19 05:59:32.847696 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8718 2024.11.19 05:59:32.848179 [ 193 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
8719 2024.11.19 05:59:32.863451 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385
8720 2024.11.19 05:59:32.864977 [ 193 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8721 2024.11.19 05:59:32.866289 [ 193 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::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
8722 2024.11.19 05:59:32.871597 [ 193 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 8 rows starting from the beginning of the part
8723 2024.11.19 05:59:32.877050 [ 193 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 7 rows starting from the beginning of the part
8724 2024.11.19 05:59:32.882664 [ 193 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 8 rows starting from the beginning of the part
8725 2024.11.19 05:59:32.888405 [ 193 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 7 rows starting from the beginning of the part
8726 2024.11.19 05:59:32.893061 [ 193 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 8 rows starting from the beginning of the part
8727 2024.11.19 05:59:32.954005 [ 190 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.106124572 sec., 3627.8120396094505 rows/sec., 18.76 MiB/sec.
8728 2024.11.19 05:59:32.957511 [ 190 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
8729 2024.11.19 05:59:32.960535 [ 190 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_51_10} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8730 2024.11.19 05:59:32.960668 [ 190 ] {8bd9a4aa-088e-47ca-aed3-b4e8379e8736::all_1_51_10} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
8731 2024.11.19 05:59:32.963215 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
8732 2024.11.19 05:59:33.000193 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 225.51 MiB, peak 238.91 MiB, free memory in arenas 0.00 B, will set to 229.13 MiB (RSS), difference: 3.62 MiB
8733 2024.11.19 05:59:35.325169 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8734 2024.11.19 05:59:35.325384 [ 259 ] {1d908f85-905b-4826-b261-ac3978ac9f07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8735 2024.11.19 05:59:35.325465 [ 259 ] {1d908f85-905b-4826-b261-ac3978ac9f07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8736 2024.11.19 05:59:35.326353 [ 259 ] {1d908f85-905b-4826-b261-ac3978ac9f07} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8737 2024.11.19 05:59:35.326408 [ 259 ] {1d908f85-905b-4826-b261-ac3978ac9f07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8738 2024.11.19 05:59:35.326882 [ 259 ] {1d908f85-905b-4826-b261-ac3978ac9f07} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
8739 2024.11.19 05:59:35.327144 [ 259 ] {1d908f85-905b-4826-b261-ac3978ac9f07} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8740 2024.11.19 05:59:35.327394 [ 259 ] {1d908f85-905b-4826-b261-ac3978ac9f07} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002067 sec., 27092.40445089502 rows/sec., 2.08 MiB/sec.
8741 2024.11.19 05:59:35.327464 [ 259 ] {1d908f85-905b-4826-b261-ac3978ac9f07} <Debug> TCPHandler: Processed in 0.002426165 sec.
8742 2024.11.19 05:59:35.327655 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8743 2024.11.19 05:59:35.327806 [ 263 ] {ab356833-c7f3-4d18-a65f-dbddbf96c44f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8744 2024.11.19 05:59:35.327866 [ 263 ] {ab356833-c7f3-4d18-a65f-dbddbf96c44f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8745 2024.11.19 05:59:35.328524 [ 263 ] {ab356833-c7f3-4d18-a65f-dbddbf96c44f} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8746 2024.11.19 05:59:35.328567 [ 263 ] {ab356833-c7f3-4d18-a65f-dbddbf96c44f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8747 2024.11.19 05:59:35.328945 [ 263 ] {ab356833-c7f3-4d18-a65f-dbddbf96c44f} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
8748 2024.11.19 05:59:35.329195 [ 263 ] {ab356833-c7f3-4d18-a65f-dbddbf96c44f} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8749 2024.11.19 05:59:35.329430 [ 263 ] {ab356833-c7f3-4d18-a65f-dbddbf96c44f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001656 sec., 38647.342995169085 rows/sec., 3.02 MiB/sec.
8750 2024.11.19 05:59:35.329484 [ 263 ] {ab356833-c7f3-4d18-a65f-dbddbf96c44f} <Debug> TCPHandler: Processed in 0.001898589 sec.
8751 2024.11.19 05:59:35.329651 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8752 2024.11.19 05:59:35.329781 [ 259 ] {bf738de3-e4f8-4fec-bad7-4541d83c86b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8753 2024.11.19 05:59:35.329841 [ 259 ] {bf738de3-e4f8-4fec-bad7-4541d83c86b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8754 2024.11.19 05:59:35.330461 [ 259 ] {bf738de3-e4f8-4fec-bad7-4541d83c86b8} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8755 2024.11.19 05:59:35.330500 [ 259 ] {bf738de3-e4f8-4fec-bad7-4541d83c86b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8756 2024.11.19 05:59:35.330926 [ 259 ] {bf738de3-e4f8-4fec-bad7-4541d83c86b8} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
8757 2024.11.19 05:59:35.331177 [ 259 ] {bf738de3-e4f8-4fec-bad7-4541d83c86b8} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8758 2024.11.19 05:59:35.331398 [ 259 ] {bf738de3-e4f8-4fec-bad7-4541d83c86b8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001647 sec., 97146.32665452338 rows/sec., 6.77 MiB/sec.
8759 2024.11.19 05:59:35.331448 [ 259 ] {bf738de3-e4f8-4fec-bad7-4541d83c86b8} <Debug> TCPHandler: Processed in 0.00186176 sec.
8760 2024.11.19 05:59:35.331601 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8761 2024.11.19 05:59:35.331708 [ 263 ] {0af10376-0dd9-4bbc-9b3b-e6618b0cb68f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8762 2024.11.19 05:59:35.331755 [ 263 ] {0af10376-0dd9-4bbc-9b3b-e6618b0cb68f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8763 2024.11.19 05:59:35.332205 [ 263 ] {0af10376-0dd9-4bbc-9b3b-e6618b0cb68f} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8764 2024.11.19 05:59:35.332244 [ 263 ] {0af10376-0dd9-4bbc-9b3b-e6618b0cb68f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8765 2024.11.19 05:59:35.332609 [ 263 ] {0af10376-0dd9-4bbc-9b3b-e6618b0cb68f} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
8766 2024.11.19 05:59:35.332859 [ 263 ] {0af10376-0dd9-4bbc-9b3b-e6618b0cb68f} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8767 2024.11.19 05:59:35.333100 [ 263 ] {0af10376-0dd9-4bbc-9b3b-e6618b0cb68f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001411 sec., 42523.033309709426 rows/sec., 2.87 MiB/sec.
8768 2024.11.19 05:59:35.333186 [ 263 ] {0af10376-0dd9-4bbc-9b3b-e6618b0cb68f} <Debug> TCPHandler: Processed in 0.001637407 sec.
8769 2024.11.19 05:59:36.445831 [ 145 ] {} <Debug> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
8770 2024.11.19 05:59:36.445901 [ 145 ] {} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8771 2024.11.19 05:59:36.445927 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8772 2024.11.19 05:59:36.446120 [ 201 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::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
8773 2024.11.19 05:59:36.446445 [ 201 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8774 2024.11.19 05:59:36.446484 [ 201 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 126 rows starting from the beginning of the part
8775 2024.11.19 05:59:36.446563 [ 201 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part
8776 2024.11.19 05:59:36.446764 [ 201 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part
8777 2024.11.19 05:59:36.447188 [ 201 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part
8778 2024.11.19 05:59:36.447397 [ 201 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part
8779 2024.11.19 05:59:36.448510 [ 198 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.002510136 sec., 59757.71830689652 rows/sec., 3.05 MiB/sec.
8780 2024.11.19 05:59:36.448669 [ 201 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
8781 2024.11.19 05:59:36.448979 [ 201 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_25_6} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8782 2024.11.19 05:59:36.449063 [ 201 ] {79cf478a-530e-4f64-baac-d4ee9b958b4f::all_1_25_6} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
8783 2024.11.19 05:59:36.449151 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
8784 2024.11.19 05:59:36.677496 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42557, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8785 2024.11.19 05:59:36.913354 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63509, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8786 2024.11.19 05:59:36.982647 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40211, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8787 2024.11.19 05:59:36.996003 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45348, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8788 2024.11.19 05:59:37.000267 [ 144 ] {} <Debug> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
8789 2024.11.19 05:59:37.000352 [ 144 ] {} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8790 2024.11.19 05:59:37.000415 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8791 2024.11.19 05:59:37.000807 [ 189 ] {8f1df533-2533-4275-8ea8-866c069ee649::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
8792 2024.11.19 05:59:37.001276 [ 189 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8793 2024.11.19 05:59:37.001320 [ 189 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 21 rows starting from the beginning of the part
8794 2024.11.19 05:59:37.001411 [ 189 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part
8795 2024.11.19 05:59:37.001490 [ 189 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part
8796 2024.11.19 05:59:37.001683 [ 189 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part
8797 2024.11.19 05:59:37.001903 [ 189 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part
8798 2024.11.19 05:59:37.002916 [ 198 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.002398275 sec., 10424.159030970177 rows/sec., 702.41 KiB/sec.
8799 2024.11.19 05:59:37.003129 [ 198 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
8800 2024.11.19 05:59:37.003530 [ 198 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_25_6} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8801 2024.11.19 05:59:37.003630 [ 198 ] {8f1df533-2533-4275-8ea8-866c069ee649::all_1_25_6} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
8802 2024.11.19 05:59:37.003739 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
8803 2024.11.19 05:59:37.129513 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38952, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8804 2024.11.19 05:59:37.129548 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62065, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8805 2024.11.19 05:59:37.154968 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60623, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8806 2024.11.19 05:59:37.171283 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43585, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8807 2024.11.19 05:59:38.526170 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache
8808 2024.11.19 05:59:38.526226 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache
8809 2024.11.19 05:59:38.702753 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851
8810 2024.11.19 05:59:38.703487 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8811 2024.11.19 05:59:38.703538 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8812 2024.11.19 05:59:38.704076 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
8813 2024.11.19 05:59:38.704357 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8814 2024.11.19 05:59:38.704607 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851
8815 2024.11.19 05:59:38.840940 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1184
8816 2024.11.19 05:59:38.843877 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8817 2024.11.19 05:59:38.843938 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8818 2024.11.19 05:59:38.845481 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8819 2024.11.19 05:59:38.845814 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8820 2024.11.19 05:59:38.846508 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1184
8821 2024.11.19 05:59:38.861815 [ 143 ] {} <Debug> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
8822 2024.11.19 05:59:38.861906 [ 143 ] {} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8823 2024.11.19 05:59:38.861949 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8824 2024.11.19 05:59:38.862235 [ 187 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::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
8825 2024.11.19 05:59:38.862697 [ 187 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8826 2024.11.19 05:59:38.862772 [ 187 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 242 rows starting from the beginning of the part
8827 2024.11.19 05:59:38.862909 [ 187 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part
8828 2024.11.19 05:59:38.863165 [ 187 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part
8829 2024.11.19 05:59:38.863297 [ 187 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part
8830 2024.11.19 05:59:38.863434 [ 187 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part
8831 2024.11.19 05:59:38.864448 [ 198 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002404055 sec., 123957.23059580584 rows/sec., 8.89 MiB/sec.
8832 2024.11.19 05:59:38.864678 [ 201 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
8833 2024.11.19 05:59:38.865089 [ 201 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_25_6} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8834 2024.11.19 05:59:38.865197 [ 201 ] {c5148e0a-cfcc-4031-ae9e-dc978492300d::all_1_25_6} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
8835 2024.11.19 05:59:38.865315 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
8836 2024.11.19 05:59:39.876574 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40962, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8837 2024.11.19 05:59:40.331818 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8838 2024.11.19 05:59:40.332028 [ 259 ] {58270bb1-ea6d-49d3-95af-4eccc8c01443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8839 2024.11.19 05:59:40.332101 [ 259 ] {58270bb1-ea6d-49d3-95af-4eccc8c01443} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8840 2024.11.19 05:59:40.332846 [ 259 ] {58270bb1-ea6d-49d3-95af-4eccc8c01443} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8841 2024.11.19 05:59:40.332895 [ 259 ] {58270bb1-ea6d-49d3-95af-4eccc8c01443} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8842 2024.11.19 05:59:40.333316 [ 259 ] {58270bb1-ea6d-49d3-95af-4eccc8c01443} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8843 2024.11.19 05:59:40.333569 [ 259 ] {58270bb1-ea6d-49d3-95af-4eccc8c01443} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8844 2024.11.19 05:59:40.333832 [ 259 ] {58270bb1-ea6d-49d3-95af-4eccc8c01443} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001845 sec., 7588.075880758807 rows/sec., 546.24 KiB/sec.
8845 2024.11.19 05:59:40.333986 [ 259 ] {58270bb1-ea6d-49d3-95af-4eccc8c01443} <Debug> TCPHandler: Processed in 0.002292914 sec.
8846 2024.11.19 05:59:40.334223 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8847 2024.11.19 05:59:40.334372 [ 263 ] {c0c67c46-f606-42c4-885b-79fade6ec473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8848 2024.11.19 05:59:40.334433 [ 263 ] {c0c67c46-f606-42c4-885b-79fade6ec473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8849 2024.11.19 05:59:40.335138 [ 263 ] {c0c67c46-f606-42c4-885b-79fade6ec473} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8850 2024.11.19 05:59:40.335181 [ 263 ] {c0c67c46-f606-42c4-885b-79fade6ec473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8851 2024.11.19 05:59:40.335591 [ 263 ] {c0c67c46-f606-42c4-885b-79fade6ec473} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
8852 2024.11.19 05:59:40.335837 [ 263 ] {c0c67c46-f606-42c4-885b-79fade6ec473} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8853 2024.11.19 05:59:40.336014 [ 141 ] {} <Debug> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
8854 2024.11.19 05:59:40.336075 [ 263 ] {c0c67c46-f606-42c4-885b-79fade6ec473} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.001729 sec., 164835.16483516482 rows/sec., 14.57 MiB/sec.
8855 2024.11.19 05:59:40.336104 [ 141 ] {} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8856 2024.11.19 05:59:40.336181 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8857 2024.11.19 05:59:40.336205 [ 263 ] {c0c67c46-f606-42c4-885b-79fade6ec473} <Debug> TCPHandler: Processed in 0.002089992 sec.
8858 2024.11.19 05:59:40.336409 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8859 2024.11.19 05:59:40.336428 [ 187 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::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
8860 2024.11.19 05:59:40.336621 [ 259 ] {42a2e5cd-c4d1-4ad7-beee-b9de55f4cdcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8861 2024.11.19 05:59:40.336701 [ 187 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8862 2024.11.19 05:59:40.336730 [ 259 ] {42a2e5cd-c4d1-4ad7-beee-b9de55f4cdcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8863 2024.11.19 05:59:40.336779 [ 187 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1434 rows starting from the beginning of the part
8864 2024.11.19 05:59:40.337139 [ 187 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 56 rows starting from the beginning of the part
8865 2024.11.19 05:59:40.337537 [ 187 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 285 rows starting from the beginning of the part
8866 2024.11.19 05:59:40.337905 [ 187 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 64 rows starting from the beginning of the part
8867 2024.11.19 05:59:40.338239 [ 187 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 56 rows starting from the beginning of the part
8868 2024.11.19 05:59:40.338576 [ 187 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 285 rows starting from the beginning of the part
8869 2024.11.19 05:59:40.339556 [ 259 ] {42a2e5cd-c4d1-4ad7-beee-b9de55f4cdcb} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8870 2024.11.19 05:59:40.339616 [ 259 ] {42a2e5cd-c4d1-4ad7-beee-b9de55f4cdcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8871 2024.11.19 05:59:40.340453 [ 259 ] {42a2e5cd-c4d1-4ad7-beee-b9de55f4cdcb} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8872 2024.11.19 05:59:40.340879 [ 259 ] {42a2e5cd-c4d1-4ad7-beee-b9de55f4cdcb} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8873 2024.11.19 05:59:40.341289 [ 259 ] {42a2e5cd-c4d1-4ad7-beee-b9de55f4cdcb} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.004705 sec., 10201.912858660999 rows/sec., 752.19 KiB/sec.
8874 2024.11.19 05:59:40.341712 [ 259 ] {42a2e5cd-c4d1-4ad7-beee-b9de55f4cdcb} <Debug> TCPHandler: Processed in 0.005413166 sec.
8875 2024.11.19 05:59:40.341907 [ 187 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2180 rows, containing 5 columns (5 merged, 0 gathered) in 0.005598538 sec., 389387.372203243 rows/sec., 34.35 MiB/sec.
8876 2024.11.19 05:59:40.342014 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8877 2024.11.19 05:59:40.342282 [ 263 ] {8b29de39-2032-4d4a-ab1f-9e4b5cdd6bee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8878 2024.11.19 05:59:40.342368 [ 263 ] {8b29de39-2032-4d4a-ab1f-9e4b5cdd6bee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8879 2024.11.19 05:59:40.342398 [ 198 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
8880 2024.11.19 05:59:40.343145 [ 198 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_76_15} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8881 2024.11.19 05:59:40.343372 [ 198 ] {08c78626-296c-434b-ae1a-81f6cd2c28fc::all_1_76_15} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
8882 2024.11.19 05:59:40.343578 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
8883 2024.11.19 05:59:40.343690 [ 263 ] {8b29de39-2032-4d4a-ab1f-9e4b5cdd6bee} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8884 2024.11.19 05:59:40.343734 [ 263 ] {8b29de39-2032-4d4a-ab1f-9e4b5cdd6bee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8885 2024.11.19 05:59:40.344095 [ 263 ] {8b29de39-2032-4d4a-ab1f-9e4b5cdd6bee} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8886 2024.11.19 05:59:40.344335 [ 263 ] {8b29de39-2032-4d4a-ab1f-9e4b5cdd6bee} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8887 2024.11.19 05:59:40.344563 [ 263 ] {8b29de39-2032-4d4a-ab1f-9e4b5cdd6bee} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002347 sec., 5965.061780997017 rows/sec., 417.75 KiB/sec.
8888 2024.11.19 05:59:40.344624 [ 263 ] {8b29de39-2032-4d4a-ab1f-9e4b5cdd6bee} <Debug> TCPHandler: Processed in 0.00280069 sec.
8889 2024.11.19 05:59:40.344812 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8890 2024.11.19 05:59:40.344943 [ 259 ] {62aad3a9-1353-4d7c-84f5-63455f078d05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8891 2024.11.19 05:59:40.344996 [ 259 ] {62aad3a9-1353-4d7c-84f5-63455f078d05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8892 2024.11.19 05:59:40.345614 [ 259 ] {62aad3a9-1353-4d7c-84f5-63455f078d05} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8893 2024.11.19 05:59:40.345653 [ 259 ] {62aad3a9-1353-4d7c-84f5-63455f078d05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8894 2024.11.19 05:59:40.345997 [ 259 ] {62aad3a9-1353-4d7c-84f5-63455f078d05} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8895 2024.11.19 05:59:40.346241 [ 259 ] {62aad3a9-1353-4d7c-84f5-63455f078d05} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8896 2024.11.19 05:59:40.346482 [ 259 ] {62aad3a9-1353-4d7c-84f5-63455f078d05} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001567 sec., 8296.107211231652 rows/sec., 517.26 KiB/sec.
8897 2024.11.19 05:59:40.346693 [ 259 ] {62aad3a9-1353-4d7c-84f5-63455f078d05} <Debug> TCPHandler: Processed in 0.00194148 sec.
8898 2024.11.19 05:59:40.346884 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8899 2024.11.19 05:59:40.347014 [ 263 ] {76c80a2d-38c8-457a-8b08-d97c791e0a29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8900 2024.11.19 05:59:40.347069 [ 263 ] {76c80a2d-38c8-457a-8b08-d97c791e0a29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8901 2024.11.19 05:59:40.347848 [ 263 ] {76c80a2d-38c8-457a-8b08-d97c791e0a29} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8902 2024.11.19 05:59:40.347887 [ 263 ] {76c80a2d-38c8-457a-8b08-d97c791e0a29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8903 2024.11.19 05:59:40.348266 [ 263 ] {76c80a2d-38c8-457a-8b08-d97c791e0a29} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
8904 2024.11.19 05:59:40.348517 [ 263 ] {76c80a2d-38c8-457a-8b08-d97c791e0a29} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8905 2024.11.19 05:59:40.348690 [ 142 ] {} <Debug> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
8906 2024.11.19 05:59:40.348758 [ 142 ] {} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8907 2024.11.19 05:59:40.348765 [ 263 ] {76c80a2d-38c8-457a-8b08-d97c791e0a29} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001767 sec., 239388.79456706284 rows/sec., 17.11 MiB/sec.
8908 2024.11.19 05:59:40.348793 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8909 2024.11.19 05:59:40.348918 [ 263 ] {76c80a2d-38c8-457a-8b08-d97c791e0a29} <Debug> TCPHandler: Processed in 0.002117672 sec.
8910 2024.11.19 05:59:40.348987 [ 196 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::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
8911 2024.11.19 05:59:40.349079 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8912 2024.11.19 05:59:40.349109 [ 196 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8913 2024.11.19 05:59:40.349142 [ 196 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 915 rows starting from the beginning of the part
8914 2024.11.19 05:59:40.349331 [ 259 ] {3463fd80-8b2d-4ee4-92f0-d62fd6081145} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8915 2024.11.19 05:59:40.349371 [ 196 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 64 rows starting from the beginning of the part
8916 2024.11.19 05:59:40.349547 [ 259 ] {3463fd80-8b2d-4ee4-92f0-d62fd6081145} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8917 2024.11.19 05:59:40.349722 [ 196 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 423 rows starting from the beginning of the part
8918 2024.11.19 05:59:40.350117 [ 196 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 80 rows starting from the beginning of the part
8919 2024.11.19 05:59:40.350429 [ 196 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 64 rows starting from the beginning of the part
8920 2024.11.19 05:59:40.350752 [ 196 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 423 rows starting from the beginning of the part
8921 2024.11.19 05:59:40.351468 [ 259 ] {3463fd80-8b2d-4ee4-92f0-d62fd6081145} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8922 2024.11.19 05:59:40.351517 [ 259 ] {3463fd80-8b2d-4ee4-92f0-d62fd6081145} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8923 2024.11.19 05:59:40.352069 [ 259 ] {3463fd80-8b2d-4ee4-92f0-d62fd6081145} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8924 2024.11.19 05:59:40.352437 [ 259 ] {3463fd80-8b2d-4ee4-92f0-d62fd6081145} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8925 2024.11.19 05:59:40.352867 [ 259 ] {3463fd80-8b2d-4ee4-92f0-d62fd6081145} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003627 sec., 1654.259718775848 rows/sec., 86.43 KiB/sec.
8926 2024.11.19 05:59:40.353332 [ 259 ] {3463fd80-8b2d-4ee4-92f0-d62fd6081145} <Debug> TCPHandler: Processed in 0.004311525 sec.
8927 2024.11.19 05:59:40.353550 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8928 2024.11.19 05:59:40.353563 [ 188 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1969 rows, containing 5 columns (5 merged, 0 gathered) in 0.004647888 sec., 423633.27171394834 rows/sec., 32.45 MiB/sec.
8929 2024.11.19 05:59:40.353693 [ 263 ] {22d2f1dc-9f22-410d-a336-c6549b19bfc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8930 2024.11.19 05:59:40.353769 [ 263 ] {22d2f1dc-9f22-410d-a336-c6549b19bfc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8931 2024.11.19 05:59:40.353841 [ 191 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
8932 2024.11.19 05:59:40.354515 [ 191 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_76_15} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8933 2024.11.19 05:59:40.354731 [ 191 ] {88e95b1f-d413-498d-8f9f-7801b691d4f2::all_1_76_15} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
8934 2024.11.19 05:59:40.354911 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
8935 2024.11.19 05:59:40.355035 [ 263 ] {22d2f1dc-9f22-410d-a336-c6549b19bfc3} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8936 2024.11.19 05:59:40.355077 [ 263 ] {22d2f1dc-9f22-410d-a336-c6549b19bfc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8937 2024.11.19 05:59:40.355473 [ 263 ] {22d2f1dc-9f22-410d-a336-c6549b19bfc3} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
8938 2024.11.19 05:59:40.355715 [ 263 ] {22d2f1dc-9f22-410d-a336-c6549b19bfc3} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8939 2024.11.19 05:59:40.355901 [ 142 ] {} <Debug> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
8940 2024.11.19 05:59:40.355954 [ 142 ] {} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8941 2024.11.19 05:59:40.355970 [ 263 ] {22d2f1dc-9f22-410d-a336-c6549b19bfc3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0023 sec., 103043.47826086957 rows/sec., 6.91 MiB/sec.
8942 2024.11.19 05:59:40.355992 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8943 2024.11.19 05:59:40.356130 [ 263 ] {22d2f1dc-9f22-410d-a336-c6549b19bfc3} <Debug> TCPHandler: Processed in 0.002654838 sec.
8944 2024.11.19 05:59:40.356179 [ 196 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
8945 2024.11.19 05:59:40.356276 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8946 2024.11.19 05:59:40.356296 [ 196 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8947 2024.11.19 05:59:40.356329 [ 196 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_71_14, total 14011 rows starting from the beginning of the part
8948 2024.11.19 05:59:40.356440 [ 259 ] {a0e71016-8d3b-4276-97be-478566371af0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8949 2024.11.19 05:59:40.356557 [ 196 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part
8950 2024.11.19 05:59:40.356612 [ 259 ] {a0e71016-8d3b-4276-97be-478566371af0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8951 2024.11.19 05:59:40.356926 [ 196 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 237 rows starting from the beginning of the part
8952 2024.11.19 05:59:40.357296 [ 196 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 136 rows starting from the beginning of the part
8953 2024.11.19 05:59:40.357665 [ 196 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
8954 2024.11.19 05:59:40.358020 [ 196 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::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
8955 2024.11.19 05:59:40.358740 [ 259 ] {a0e71016-8d3b-4276-97be-478566371af0} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8956 2024.11.19 05:59:40.358788 [ 259 ] {a0e71016-8d3b-4276-97be-478566371af0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8957 2024.11.19 05:59:40.359247 [ 259 ] {a0e71016-8d3b-4276-97be-478566371af0} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8958 2024.11.19 05:59:40.359571 [ 259 ] {a0e71016-8d3b-4276-97be-478566371af0} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8959 2024.11.19 05:59:40.359875 [ 259 ] {a0e71016-8d3b-4276-97be-478566371af0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003498 sec., 285.87764436821044 rows/sec., 19.26 KiB/sec.
8960 2024.11.19 05:59:40.359967 [ 259 ] {a0e71016-8d3b-4276-97be-478566371af0} <Debug> TCPHandler: Processed in 0.003744389 sec.
8961 2024.11.19 05:59:40.360129 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8962 2024.11.19 05:59:40.360281 [ 263 ] {ca0d1b10-ea58-4475-ba85-32eab0569dc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8963 2024.11.19 05:59:40.360357 [ 263 ] {ca0d1b10-ea58-4475-ba85-32eab0569dc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8964 2024.11.19 05:59:40.361679 [ 263 ] {ca0d1b10-ea58-4475-ba85-32eab0569dc1} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8965 2024.11.19 05:59:40.361721 [ 263 ] {ca0d1b10-ea58-4475-ba85-32eab0569dc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8966 2024.11.19 05:59:40.362587 [ 263 ] {ca0d1b10-ea58-4475-ba85-32eab0569dc1} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8967 2024.11.19 05:59:40.362651 [ 191 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14941 rows, containing 5 columns (5 merged, 0 gathered) in 0.006535508 sec., 2286126.8014666955 rows/sec., 156.09 MiB/sec.
8968 2024.11.19 05:59:40.362924 [ 263 ] {ca0d1b10-ea58-4475-ba85-32eab0569dc1} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8969 2024.11.19 05:59:40.363296 [ 191 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
8970 2024.11.19 05:59:40.363435 [ 263 ] {ca0d1b10-ea58-4475-ba85-32eab0569dc1} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003143 sec., 13044.861597200128 rows/sec., 23.38 MiB/sec.
8971 2024.11.19 05:59:40.363750 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392
8972 2024.11.19 05:59:40.364513 [ 191 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8973 2024.11.19 05:59:40.364553 [ 263 ] {ca0d1b10-ea58-4475-ba85-32eab0569dc1} <Debug> TCPHandler: Processed in 0.004484466 sec.
8974 2024.11.19 05:59:40.364880 [ 191 ] {bdb1448f-7b48-4a2b-9453-a0f205b58b29::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
8975 2024.11.19 05:59:40.364913 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8976 2024.11.19 05:59:40.365195 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.02 MiB.
8977 2024.11.19 05:59:40.365377 [ 259 ] {f29b9be7-1542-4324-aef0-69cbff7fe5f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8978 2024.11.19 05:59:40.365535 [ 259 ] {f29b9be7-1542-4324-aef0-69cbff7fe5f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8979 2024.11.19 05:59:40.367957 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49470, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8980 2024.11.19 05:59:40.368007 [ 259 ] {f29b9be7-1542-4324-aef0-69cbff7fe5f8} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8981 2024.11.19 05:59:40.368120 [ 259 ] {f29b9be7-1542-4324-aef0-69cbff7fe5f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8982 2024.11.19 05:59:40.369761 [ 259 ] {f29b9be7-1542-4324-aef0-69cbff7fe5f8} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
8983 2024.11.19 05:59:40.370445 [ 259 ] {f29b9be7-1542-4324-aef0-69cbff7fe5f8} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8984 2024.11.19 05:59:40.371124 [ 142 ] {} <Debug> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
8985 2024.11.19 05:59:40.371281 [ 259 ] {f29b9be7-1542-4324-aef0-69cbff7fe5f8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005953 sec., 13774.567444985722 rows/sec., 895.85 KiB/sec.
8986 2024.11.19 05:59:40.371336 [ 142 ] {} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8987 2024.11.19 05:59:40.371560 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
8988 2024.11.19 05:59:40.371666 [ 259 ] {f29b9be7-1542-4324-aef0-69cbff7fe5f8} <Debug> TCPHandler: Processed in 0.006972612 sec.
8989 2024.11.19 05:59:40.372022 [ 199 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
8990 2024.11.19 05:59:40.372312 [ 199 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8991 2024.11.19 05:59:40.372367 [ 199 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4514 rows starting from the beginning of the part
8992 2024.11.19 05:59:40.372562 [ 199 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part
8993 2024.11.19 05:59:40.372787 [ 199 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 82 rows starting from the beginning of the part
8994 2024.11.19 05:59:40.373023 [ 199 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 48 rows starting from the beginning of the part
8995 2024.11.19 05:59:40.373310 [ 199 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
8996 2024.11.19 05:59:40.373598 [ 199 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::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
8997 2024.11.19 05:59:40.376937 [ 199 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4846 rows, containing 4 columns (4 merged, 0 gathered) in 0.005196884 sec., 932481.8487385904 rows/sec., 61.25 MiB/sec.
8998 2024.11.19 05:59:40.377362 [ 199 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
8999 2024.11.19 05:59:40.377805 [ 199 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_76_15} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9000 2024.11.19 05:59:40.377922 [ 199 ] {b9e952f1-854e-4315-9f2d-24fa07dc087d::all_1_76_15} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9001 2024.11.19 05:59:40.378005 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB.
9002 2024.11.19 05:59:40.392554 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9003 2024.11.19 05:59:40.392597 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
9004 2024.11.19 05:59:40.399500 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
9005 2024.11.19 05:59:40.400229 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9006 2024.11.19 05:59:40.402913 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392
9007 2024.11.19 05:59:40.608547 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41592, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9008 2024.11.19 05:59:40.614855 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:32900, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9009 2024.11.19 05:59:40.686237 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35001, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9010 2024.11.19 05:59:40.800397 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54085, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9011 2024.11.19 05:59:40.833410 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62576, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9012 2024.11.19 05:59:40.843847 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47813, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9013 2024.11.19 05:59:41.000227 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 230.73 MiB, peak 238.91 MiB, free memory in arenas 0.00 B, will set to 229.52 MiB (RSS), difference: -1.20 MiB
9014 2024.11.19 05:59:41.217738 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42070, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9015 2024.11.19 05:59:41.465199 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44140, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9016 2024.11.19 05:59:41.538715 [ 295 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49967, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9017 2024.11.19 05:59:41.607630 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45599, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9018 2024.11.19 05:59:41.653017 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35427, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9019 2024.11.19 05:59:41.656367 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60613, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9020 2024.11.19 05:59:41.755638 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48846, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9021 2024.11.19 05:59:41.819050 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34427, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9022 2024.11.19 05:59:41.846542 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64924, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9023 2024.11.19 05:59:42.031608 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63317, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9024 2024.11.19 05:59:42.034960 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46245, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9025 2024.11.19 05:59:42.087624 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53771, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9026 2024.11.19 05:59:42.363532 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61975, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9027 2024.11.19 05:59:42.421915 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62289, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9028 2024.11.19 05:59:42.455195 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63499, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9029 2024.11.19 05:59:42.507958 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64242, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9030 2024.11.19 05:59:45.325139 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9031 2024.11.19 05:59:45.325351 [ 259 ] {cead101c-5e02-4af1-9fe3-9f2c16744d20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9032 2024.11.19 05:59:45.325426 [ 259 ] {cead101c-5e02-4af1-9fe3-9f2c16744d20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9033 2024.11.19 05:59:45.326245 [ 259 ] {cead101c-5e02-4af1-9fe3-9f2c16744d20} <Trace> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9034 2024.11.19 05:59:45.326298 [ 259 ] {cead101c-5e02-4af1-9fe3-9f2c16744d20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
9035 2024.11.19 05:59:45.326784 [ 259 ] {cead101c-5e02-4af1-9fe3-9f2c16744d20} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
9036 2024.11.19 05:59:45.327040 [ 259 ] {cead101c-5e02-4af1-9fe3-9f2c16744d20} <Trace> oximeter.fields_ipaddr (3cbfa65f-b2cb-4f82-8c52-f0f2a4eebdd9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9037 2024.11.19 05:59:45.327262 [ 259 ] {cead101c-5e02-4af1-9fe3-9f2c16744d20} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00196 sec., 1020.4081632653061 rows/sec., 83.21 KiB/sec.
9038 2024.11.19 05:59:45.327364 [ 259 ] {cead101c-5e02-4af1-9fe3-9f2c16744d20} <Debug> TCPHandler: Processed in 0.002359474 sec.
9039 2024.11.19 05:59:45.327577 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9040 2024.11.19 05:59:45.327699 [ 263 ] {042a3491-f707-41e5-a759-20abe96999ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9041 2024.11.19 05:59:45.327748 [ 263 ] {042a3491-f707-41e5-a759-20abe96999ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9042 2024.11.19 05:59:45.328368 [ 263 ] {042a3491-f707-41e5-a759-20abe96999ca} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9043 2024.11.19 05:59:45.328409 [ 263 ] {042a3491-f707-41e5-a759-20abe96999ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
9044 2024.11.19 05:59:45.328779 [ 263 ] {042a3491-f707-41e5-a759-20abe96999ca} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9045 2024.11.19 05:59:45.329026 [ 263 ] {042a3491-f707-41e5-a759-20abe96999ca} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9046 2024.11.19 05:59:45.329216 [ 263 ] {042a3491-f707-41e5-a759-20abe96999ca} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001541 sec., 36988.96820246593 rows/sec., 2.84 MiB/sec.
9047 2024.11.19 05:59:45.329270 [ 263 ] {042a3491-f707-41e5-a759-20abe96999ca} <Debug> TCPHandler: Processed in 0.001764368 sec.
9048 2024.11.19 05:59:45.329427 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9049 2024.11.19 05:59:45.329535 [ 259 ] {41d10ded-b00f-40bc-afc7-d8440266d52f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9050 2024.11.19 05:59:45.329582 [ 259 ] {41d10ded-b00f-40bc-afc7-d8440266d52f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9051 2024.11.19 05:59:45.330123 [ 259 ] {41d10ded-b00f-40bc-afc7-d8440266d52f} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9052 2024.11.19 05:59:45.330162 [ 259 ] {41d10ded-b00f-40bc-afc7-d8440266d52f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
9053 2024.11.19 05:59:45.330515 [ 259 ] {41d10ded-b00f-40bc-afc7-d8440266d52f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
9054 2024.11.19 05:59:45.330766 [ 259 ] {41d10ded-b00f-40bc-afc7-d8440266d52f} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9055 2024.11.19 05:59:45.330953 [ 135 ] {} <Debug> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf) (MergerMutator): Selected 6 parts from all_1_34_7 to all_39_39_0
9056 2024.11.19 05:59:45.330979 [ 259 ] {41d10ded-b00f-40bc-afc7-d8440266d52f} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001464 sec., 1366.120218579235 rows/sec., 95.39 KiB/sec.
9057 2024.11.19 05:59:45.331031 [ 135 ] {} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9058 2024.11.19 05:59:45.331103 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
9059 2024.11.19 05:59:45.331104 [ 259 ] {41d10ded-b00f-40bc-afc7-d8440266d52f} <Debug> TCPHandler: Processed in 0.001727328 sec.
9060 2024.11.19 05:59:45.331345 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9061 2024.11.19 05:59:45.331418 [ 192 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_39_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_34_7 to all_39_39_0 into Compact with storage Full
9062 2024.11.19 05:59:45.331645 [ 263 ] {0a083902-30e3-41ee-976f-5390865ced64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9063 2024.11.19 05:59:45.331838 [ 263 ] {0a083902-30e3-41ee-976f-5390865ced64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9064 2024.11.19 05:59:45.331956 [ 192 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_39_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9065 2024.11.19 05:59:45.332116 [ 192 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 66 rows starting from the beginning of the part
9066 2024.11.19 05:59:45.332604 [ 192 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 48 rows starting from the beginning of the part
9067 2024.11.19 05:59:45.333015 [ 192 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 48 rows starting from the beginning of the part
9068 2024.11.19 05:59:45.333544 [ 192 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 16 rows starting from the beginning of the part
9069 2024.11.19 05:59:45.334070 [ 192 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 48 rows starting from the beginning of the part
9070 2024.11.19 05:59:45.334433 [ 192 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 2 rows starting from the beginning of the part
9071 2024.11.19 05:59:45.335228 [ 263 ] {0a083902-30e3-41ee-976f-5390865ced64} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9072 2024.11.19 05:59:45.335268 [ 263 ] {0a083902-30e3-41ee-976f-5390865ced64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9073 2024.11.19 05:59:45.335847 [ 263 ] {0a083902-30e3-41ee-976f-5390865ced64} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9074 2024.11.19 05:59:45.336106 [ 192 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_39_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 228 rows, containing 5 columns (5 merged, 0 gathered) in 0.004894291 sec., 46584.88839343635 rows/sec., 3.50 MiB/sec.
9075 2024.11.19 05:59:45.336257 [ 263 ] {0a083902-30e3-41ee-976f-5390865ced64} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9076 2024.11.19 05:59:45.336405 [ 186 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_39_8} <Trace> MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary)
9077 2024.11.19 05:59:45.336694 [ 263 ] {0a083902-30e3-41ee-976f-5390865ced64} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.005192 sec., 12711.864406779661 rows/sec., 1016.63 KiB/sec.
9078 2024.11.19 05:59:45.336820 [ 263 ] {0a083902-30e3-41ee-976f-5390865ced64} <Debug> TCPHandler: Processed in 0.005585258 sec.
9079 2024.11.19 05:59:45.337023 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9080 2024.11.19 05:59:45.337163 [ 186 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_39_8} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9081 2024.11.19 05:59:45.337213 [ 259 ] {789db4e9-9a32-4a22-9118-335e804b381d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9082 2024.11.19 05:59:45.337319 [ 259 ] {789db4e9-9a32-4a22-9118-335e804b381d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9083 2024.11.19 05:59:45.337342 [ 186 ] {86eac43a-b0a5-4228-9ce4-fef215032ccf::all_1_39_8} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf) (MergerMutator): Merged 6 parts: [all_1_34_7, all_39_39_0] -> all_1_39_8
9084 2024.11.19 05:59:45.337554 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
9085 2024.11.19 05:59:45.338058 [ 259 ] {789db4e9-9a32-4a22-9118-335e804b381d} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9086 2024.11.19 05:59:45.338101 [ 259 ] {789db4e9-9a32-4a22-9118-335e804b381d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
9087 2024.11.19 05:59:45.338517 [ 259 ] {789db4e9-9a32-4a22-9118-335e804b381d} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9088 2024.11.19 05:59:45.338766 [ 259 ] {789db4e9-9a32-4a22-9118-335e804b381d} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9089 2024.11.19 05:59:45.339006 [ 259 ] {789db4e9-9a32-4a22-9118-335e804b381d} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001837 sec., 70223.18998366903 rows/sec., 4.89 MiB/sec.
9090 2024.11.19 05:59:45.339097 [ 259 ] {789db4e9-9a32-4a22-9118-335e804b381d} <Debug> TCPHandler: Processed in 0.002155862 sec.
9091 2024.11.19 05:59:45.339313 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9092 2024.11.19 05:59:45.339460 [ 263 ] {31818fcf-6d66-43b0-8a6a-33533cbfd8a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9093 2024.11.19 05:59:45.339509 [ 263 ] {31818fcf-6d66-43b0-8a6a-33533cbfd8a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9094 2024.11.19 05:59:45.339997 [ 263 ] {31818fcf-6d66-43b0-8a6a-33533cbfd8a3} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9095 2024.11.19 05:59:45.340037 [ 263 ] {31818fcf-6d66-43b0-8a6a-33533cbfd8a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
9096 2024.11.19 05:59:45.340413 [ 263 ] {31818fcf-6d66-43b0-8a6a-33533cbfd8a3} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9097 2024.11.19 05:59:45.340659 [ 263 ] {31818fcf-6d66-43b0-8a6a-33533cbfd8a3} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9098 2024.11.19 05:59:45.340869 [ 263 ] {31818fcf-6d66-43b0-8a6a-33533cbfd8a3} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001437 sec., 33402.92275574113 rows/sec., 2.25 MiB/sec.
9099 2024.11.19 05:59:45.340920 [ 263 ] {31818fcf-6d66-43b0-8a6a-33533cbfd8a3} <Debug> TCPHandler: Processed in 0.001708978 sec.
9100 2024.11.19 05:59:46.205027 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339
9101 2024.11.19 05:59:46.205717 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9102 2024.11.19 05:59:46.205777 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
9103 2024.11.19 05:59:46.206347 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
9104 2024.11.19 05:59:46.206628 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9105 2024.11.19 05:59:46.206885 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339
9106 2024.11.19 05:59:47.903107 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400
9107 2024.11.19 05:59:47.922851 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9108 2024.11.19 05:59:47.922903 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
9109 2024.11.19 05:59:47.930127 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
9110 2024.11.19 05:59:47.930920 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9111 2024.11.19 05:59:47.933712 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400
9112 2024.11.19 05:59:48.846837 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1218
9113 2024.11.19 05:59:48.850160 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9114 2024.11.19 05:59:48.850224 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
9115 2024.11.19 05:59:48.851737 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
9116 2024.11.19 05:59:48.852079 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9117 2024.11.19 05:59:48.853530 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1218
9118 2024.11.19 05:59:50.326122 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9119 2024.11.19 05:59:50.326326 [ 259 ] {ad4c0a44-55b2-4ee6-badb-a4db7dc31079} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9120 2024.11.19 05:59:50.326397 [ 259 ] {ad4c0a44-55b2-4ee6-badb-a4db7dc31079} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9121 2024.11.19 05:59:50.327173 [ 259 ] {ad4c0a44-55b2-4ee6-badb-a4db7dc31079} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9122 2024.11.19 05:59:50.327226 [ 259 ] {ad4c0a44-55b2-4ee6-badb-a4db7dc31079} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9123 2024.11.19 05:59:50.327672 [ 259 ] {ad4c0a44-55b2-4ee6-badb-a4db7dc31079} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9124 2024.11.19 05:59:50.327938 [ 259 ] {ad4c0a44-55b2-4ee6-badb-a4db7dc31079} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9125 2024.11.19 05:59:50.328166 [ 259 ] {ad4c0a44-55b2-4ee6-badb-a4db7dc31079} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001892 sec., 29598.308668076108 rows/sec., 2.27 MiB/sec.
9126 2024.11.19 05:59:50.328222 [ 259 ] {ad4c0a44-55b2-4ee6-badb-a4db7dc31079} <Debug> TCPHandler: Processed in 0.002231363 sec.
9127 2024.11.19 05:59:50.328414 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9128 2024.11.19 05:59:50.328553 [ 263 ] {a21ca497-3835-4ebc-9ceb-de3bca631606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9129 2024.11.19 05:59:50.328608 [ 263 ] {a21ca497-3835-4ebc-9ceb-de3bca631606} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9130 2024.11.19 05:59:50.329224 [ 263 ] {a21ca497-3835-4ebc-9ceb-de3bca631606} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9131 2024.11.19 05:59:50.329266 [ 263 ] {a21ca497-3835-4ebc-9ceb-de3bca631606} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9132 2024.11.19 05:59:50.329637 [ 263 ] {a21ca497-3835-4ebc-9ceb-de3bca631606} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9133 2024.11.19 05:59:50.329891 [ 263 ] {a21ca497-3835-4ebc-9ceb-de3bca631606} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9134 2024.11.19 05:59:50.330119 [ 263 ] {a21ca497-3835-4ebc-9ceb-de3bca631606} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001591 sec., 40226.27278441232 rows/sec., 3.14 MiB/sec.
9135 2024.11.19 05:59:50.330172 [ 263 ] {a21ca497-3835-4ebc-9ceb-de3bca631606} <Debug> TCPHandler: Processed in 0.001827099 sec.
9136 2024.11.19 05:59:50.330333 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9137 2024.11.19 05:59:50.330463 [ 259 ] {7718607d-c634-4e0b-9dbf-86b8063f76aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9138 2024.11.19 05:59:50.330521 [ 259 ] {7718607d-c634-4e0b-9dbf-86b8063f76aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9139 2024.11.19 05:59:50.331116 [ 259 ] {7718607d-c634-4e0b-9dbf-86b8063f76aa} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9140 2024.11.19 05:59:50.331154 [ 259 ] {7718607d-c634-4e0b-9dbf-86b8063f76aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9141 2024.11.19 05:59:50.331540 [ 259 ] {7718607d-c634-4e0b-9dbf-86b8063f76aa} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9142 2024.11.19 05:59:50.331777 [ 259 ] {7718607d-c634-4e0b-9dbf-86b8063f76aa} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9143 2024.11.19 05:59:50.332006 [ 259 ] {7718607d-c634-4e0b-9dbf-86b8063f76aa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001572 sec., 101781.17048346056 rows/sec., 7.09 MiB/sec.
9144 2024.11.19 05:59:50.332058 [ 259 ] {7718607d-c634-4e0b-9dbf-86b8063f76aa} <Debug> TCPHandler: Processed in 0.001787999 sec.
9145 2024.11.19 05:59:50.332223 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9146 2024.11.19 05:59:50.332361 [ 263 ] {296be028-8684-4ca9-bcfe-db27fc0cc87f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9147 2024.11.19 05:59:50.332418 [ 263 ] {296be028-8684-4ca9-bcfe-db27fc0cc87f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9148 2024.11.19 05:59:50.332947 [ 263 ] {296be028-8684-4ca9-bcfe-db27fc0cc87f} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9149 2024.11.19 05:59:50.332987 [ 263 ] {296be028-8684-4ca9-bcfe-db27fc0cc87f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9150 2024.11.19 05:59:50.333368 [ 263 ] {296be028-8684-4ca9-bcfe-db27fc0cc87f} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9151 2024.11.19 05:59:50.333620 [ 263 ] {296be028-8684-4ca9-bcfe-db27fc0cc87f} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9152 2024.11.19 05:59:50.333866 [ 263 ] {296be028-8684-4ca9-bcfe-db27fc0cc87f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00153 sec., 39215.686274509804 rows/sec., 2.64 MiB/sec.
9153 2024.11.19 05:59:50.333958 [ 263 ] {296be028-8684-4ca9-bcfe-db27fc0cc87f} <Debug> TCPHandler: Processed in 0.001796399 sec.
9154 2024.11.19 05:59:53.526268 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache
9155 2024.11.19 05:59:53.526323 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache
9156 2024.11.19 05:59:53.707132 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24766
9157 2024.11.19 05:59:53.707826 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9158 2024.11.19 05:59:53.707872 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9159 2024.11.19 05:59:53.708444 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
9160 2024.11.19 05:59:53.708712 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9161 2024.11.19 05:59:53.708905 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766
9162 2024.11.19 05:59:55.332165 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9163 2024.11.19 05:59:55.332375 [ 259 ] {f82e4d9d-306a-4baf-9fe7-5d4cbd69e95a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9164 2024.11.19 05:59:55.332448 [ 259 ] {f82e4d9d-306a-4baf-9fe7-5d4cbd69e95a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9165 2024.11.19 05:59:55.333222 [ 259 ] {f82e4d9d-306a-4baf-9fe7-5d4cbd69e95a} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9166 2024.11.19 05:59:55.333273 [ 259 ] {f82e4d9d-306a-4baf-9fe7-5d4cbd69e95a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9167 2024.11.19 05:59:55.333711 [ 259 ] {f82e4d9d-306a-4baf-9fe7-5d4cbd69e95a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
9168 2024.11.19 05:59:55.333971 [ 259 ] {f82e4d9d-306a-4baf-9fe7-5d4cbd69e95a} <Trace> oximeter.fields_i16 (de7cbf5c-f37f-4c68-85c1-7d75b9f7ab7d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9169 2024.11.19 05:59:55.334225 [ 259 ] {f82e4d9d-306a-4baf-9fe7-5d4cbd69e95a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001895 sec., 7387.862796833773 rows/sec., 531.83 KiB/sec.
9170 2024.11.19 05:59:55.334450 [ 259 ] {f82e4d9d-306a-4baf-9fe7-5d4cbd69e95a} <Debug> TCPHandler: Processed in 0.002437406 sec.
9171 2024.11.19 05:59:55.334651 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9172 2024.11.19 05:59:55.334780 [ 263 ] {f7f7a950-c607-43d4-b9e6-c53c026129b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9173 2024.11.19 05:59:55.334832 [ 263 ] {f7f7a950-c607-43d4-b9e6-c53c026129b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9174 2024.11.19 05:59:55.335581 [ 263 ] {f7f7a950-c607-43d4-b9e6-c53c026129b3} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9175 2024.11.19 05:59:55.335623 [ 263 ] {f7f7a950-c607-43d4-b9e6-c53c026129b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9176 2024.11.19 05:59:55.336023 [ 263 ] {f7f7a950-c607-43d4-b9e6-c53c026129b3} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9177 2024.11.19 05:59:55.336286 [ 263 ] {f7f7a950-c607-43d4-b9e6-c53c026129b3} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9178 2024.11.19 05:59:55.336487 [ 263 ] {f7f7a950-c607-43d4-b9e6-c53c026129b3} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.001736 sec., 164170.50691244242 rows/sec., 14.51 MiB/sec.
9179 2024.11.19 05:59:55.336583 [ 263 ] {f7f7a950-c607-43d4-b9e6-c53c026129b3} <Debug> TCPHandler: Processed in 0.001990451 sec.
9180 2024.11.19 05:59:55.336799 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9181 2024.11.19 05:59:55.337082 [ 259 ] {f32f1690-7e00-4314-9611-ce2cdbaffb25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9182 2024.11.19 05:59:55.337164 [ 259 ] {f32f1690-7e00-4314-9611-ce2cdbaffb25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9183 2024.11.19 05:59:55.337731 [ 259 ] {f32f1690-7e00-4314-9611-ce2cdbaffb25} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9184 2024.11.19 05:59:55.337769 [ 259 ] {f32f1690-7e00-4314-9611-ce2cdbaffb25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9185 2024.11.19 05:59:55.338135 [ 259 ] {f32f1690-7e00-4314-9611-ce2cdbaffb25} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
9186 2024.11.19 05:59:55.338384 [ 259 ] {f32f1690-7e00-4314-9611-ce2cdbaffb25} <Trace> oximeter.fields_u16 (86eac43a-b0a5-4228-9ce4-fef215032ccf): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9187 2024.11.19 05:59:55.338595 [ 259 ] {f32f1690-7e00-4314-9611-ce2cdbaffb25} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001615 sec., 29721.362229102167 rows/sec., 2.14 MiB/sec.
9188 2024.11.19 05:59:55.338785 [ 259 ] {f32f1690-7e00-4314-9611-ce2cdbaffb25} <Debug> TCPHandler: Processed in 0.002107012 sec.
9189 2024.11.19 05:59:55.339019 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9190 2024.11.19 05:59:55.339156 [ 263 ] {46b9b664-7ed3-4a04-a86f-334a90c02ef5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9191 2024.11.19 05:59:55.339203 [ 263 ] {46b9b664-7ed3-4a04-a86f-334a90c02ef5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9192 2024.11.19 05:59:55.339763 [ 263 ] {46b9b664-7ed3-4a04-a86f-334a90c02ef5} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9193 2024.11.19 05:59:55.339802 [ 263 ] {46b9b664-7ed3-4a04-a86f-334a90c02ef5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9194 2024.11.19 05:59:55.340165 [ 263 ] {46b9b664-7ed3-4a04-a86f-334a90c02ef5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
9195 2024.11.19 05:59:55.340412 [ 263 ] {46b9b664-7ed3-4a04-a86f-334a90c02ef5} <Trace> oximeter.fields_u32 (c5148e0a-cfcc-4031-ae9e-dc978492300d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9196 2024.11.19 05:59:55.340623 [ 263 ] {46b9b664-7ed3-4a04-a86f-334a90c02ef5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001483 sec., 9440.323668240055 rows/sec., 661.14 KiB/sec.
9197 2024.11.19 05:59:55.340740 [ 263 ] {46b9b664-7ed3-4a04-a86f-334a90c02ef5} <Debug> TCPHandler: Processed in 0.001844579 sec.
9198 2024.11.19 05:59:55.340948 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9199 2024.11.19 05:59:55.341062 [ 259 ] {6c6ceabb-dfb3-4763-9227-08ad4ed01127} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9200 2024.11.19 05:59:55.341127 [ 259 ] {6c6ceabb-dfb3-4763-9227-08ad4ed01127} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9201 2024.11.19 05:59:55.341675 [ 259 ] {6c6ceabb-dfb3-4763-9227-08ad4ed01127} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9202 2024.11.19 05:59:55.341714 [ 259 ] {6c6ceabb-dfb3-4763-9227-08ad4ed01127} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9203 2024.11.19 05:59:55.342117 [ 259 ] {6c6ceabb-dfb3-4763-9227-08ad4ed01127} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
9204 2024.11.19 05:59:55.342363 [ 259 ] {6c6ceabb-dfb3-4763-9227-08ad4ed01127} <Trace> oximeter.fields_u8 (762868e6-1685-41dd-bc30-da37857dff35): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9205 2024.11.19 05:59:55.342616 [ 259 ] {6c6ceabb-dfb3-4763-9227-08ad4ed01127} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001565 sec., 8306.70926517572 rows/sec., 517.92 KiB/sec.
9206 2024.11.19 05:59:55.342776 [ 259 ] {6c6ceabb-dfb3-4763-9227-08ad4ed01127} <Debug> TCPHandler: Processed in 0.00193149 sec.
9207 2024.11.19 05:59:55.342965 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9208 2024.11.19 05:59:55.343077 [ 263 ] {ad9ac8e9-e3fd-4fc6-b059-8355e929b7a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9209 2024.11.19 05:59:55.343128 [ 263 ] {ad9ac8e9-e3fd-4fc6-b059-8355e929b7a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9210 2024.11.19 05:59:55.343968 [ 263 ] {ad9ac8e9-e3fd-4fc6-b059-8355e929b7a9} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9211 2024.11.19 05:59:55.344017 [ 263 ] {ad9ac8e9-e3fd-4fc6-b059-8355e929b7a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9212 2024.11.19 05:59:55.344414 [ 263 ] {ad9ac8e9-e3fd-4fc6-b059-8355e929b7a9} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9213 2024.11.19 05:59:55.344672 [ 263 ] {ad9ac8e9-e3fd-4fc6-b059-8355e929b7a9} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9214 2024.11.19 05:59:55.344895 [ 263 ] {ad9ac8e9-e3fd-4fc6-b059-8355e929b7a9} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001841 sec., 229766.43128734385 rows/sec., 16.43 MiB/sec.
9215 2024.11.19 05:59:55.344949 [ 263 ] {ad9ac8e9-e3fd-4fc6-b059-8355e929b7a9} <Debug> TCPHandler: Processed in 0.002071932 sec.
9216 2024.11.19 05:59:55.345088 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9217 2024.11.19 05:59:55.345203 [ 259 ] {be826b25-5c2b-4258-85dc-2ef09605fa5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9218 2024.11.19 05:59:55.345249 [ 259 ] {be826b25-5c2b-4258-85dc-2ef09605fa5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9219 2024.11.19 05:59:55.345693 [ 259 ] {be826b25-5c2b-4258-85dc-2ef09605fa5a} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9220 2024.11.19 05:59:55.345731 [ 259 ] {be826b25-5c2b-4258-85dc-2ef09605fa5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9221 2024.11.19 05:59:55.346083 [ 259 ] {be826b25-5c2b-4258-85dc-2ef09605fa5a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
9222 2024.11.19 05:59:55.346326 [ 259 ] {be826b25-5c2b-4258-85dc-2ef09605fa5a} <Trace> oximeter.measurements_bool (79cf478a-530e-4f64-baac-d4ee9b958b4f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9223 2024.11.19 05:59:55.346571 [ 259 ] {be826b25-5c2b-4258-85dc-2ef09605fa5a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001389 sec., 4319.654427645788 rows/sec., 225.69 KiB/sec.
9224 2024.11.19 05:59:55.346779 [ 259 ] {be826b25-5c2b-4258-85dc-2ef09605fa5a} <Debug> TCPHandler: Processed in 0.001739218 sec.
9225 2024.11.19 05:59:55.346952 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9226 2024.11.19 05:59:55.347064 [ 263 ] {b583f22b-869e-4e94-abdf-bb10a4bbe581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9227 2024.11.19 05:59:55.347118 [ 263 ] {b583f22b-869e-4e94-abdf-bb10a4bbe581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9228 2024.11.19 05:59:55.347778 [ 263 ] {b583f22b-869e-4e94-abdf-bb10a4bbe581} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9229 2024.11.19 05:59:55.347825 [ 263 ] {b583f22b-869e-4e94-abdf-bb10a4bbe581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9230 2024.11.19 05:59:55.348263 [ 263 ] {b583f22b-869e-4e94-abdf-bb10a4bbe581} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9231 2024.11.19 05:59:55.348510 [ 263 ] {b583f22b-869e-4e94-abdf-bb10a4bbe581} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9232 2024.11.19 05:59:55.348727 [ 263 ] {b583f22b-869e-4e94-abdf-bb10a4bbe581} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001687 sec., 140486.06994665085 rows/sec., 9.42 MiB/sec.
9233 2024.11.19 05:59:55.348780 [ 263 ] {b583f22b-869e-4e94-abdf-bb10a4bbe581} <Debug> TCPHandler: Processed in 0.00189812 sec.
9234 2024.11.19 05:59:55.348910 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9235 2024.11.19 05:59:55.349017 [ 259 ] {a2889cdf-f1d3-4bb4-8941-cc652ace7b88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9236 2024.11.19 05:59:55.349063 [ 259 ] {a2889cdf-f1d3-4bb4-8941-cc652ace7b88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9237 2024.11.19 05:59:55.349500 [ 259 ] {a2889cdf-f1d3-4bb4-8941-cc652ace7b88} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9238 2024.11.19 05:59:55.349539 [ 259 ] {a2889cdf-f1d3-4bb4-8941-cc652ace7b88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9239 2024.11.19 05:59:55.349887 [ 259 ] {a2889cdf-f1d3-4bb4-8941-cc652ace7b88} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
9240 2024.11.19 05:59:55.350142 [ 259 ] {a2889cdf-f1d3-4bb4-8941-cc652ace7b88} <Trace> oximeter.measurements_f64 (8f1df533-2533-4275-8ea8-866c069ee649): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9241 2024.11.19 05:59:55.350396 [ 259 ] {a2889cdf-f1d3-4bb4-8941-cc652ace7b88} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001394 sec., 717.3601147776184 rows/sec., 48.34 KiB/sec.
9242 2024.11.19 05:59:55.350585 [ 259 ] {a2889cdf-f1d3-4bb4-8941-cc652ace7b88} <Debug> TCPHandler: Processed in 0.001722488 sec.
9243 2024.11.19 05:59:55.350758 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9244 2024.11.19 05:59:55.350869 [ 263 ] {b3a1f971-ec25-4c2a-ad02-95e63e50388a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9245 2024.11.19 05:59:55.350945 [ 263 ] {b3a1f971-ec25-4c2a-ad02-95e63e50388a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9246 2024.11.19 05:59:55.352122 [ 263 ] {b3a1f971-ec25-4c2a-ad02-95e63e50388a} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9247 2024.11.19 05:59:55.352162 [ 263 ] {b3a1f971-ec25-4c2a-ad02-95e63e50388a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9248 2024.11.19 05:59:55.352827 [ 263 ] {b3a1f971-ec25-4c2a-ad02-95e63e50388a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
9249 2024.11.19 05:59:55.353091 [ 263 ] {b3a1f971-ec25-4c2a-ad02-95e63e50388a} <Trace> oximeter.measurements_histogramu64 (e648c1b8-8686-4259-82f9-325f430fe764): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9250 2024.11.19 05:59:55.353353 [ 263 ] {b3a1f971-ec25-4c2a-ad02-95e63e50388a} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002523 sec., 16250.495441934205 rows/sec., 29.12 MiB/sec.
9251 2024.11.19 05:59:55.353795 [ 263 ] {b3a1f971-ec25-4c2a-ad02-95e63e50388a} <Debug> TCPHandler: Processed in 0.003148293 sec.
9252 2024.11.19 05:59:55.353915 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9253 2024.11.19 05:59:55.354015 [ 259 ] {026558d2-7441-482d-84b3-c71e1e28b88c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9254 2024.11.19 05:59:55.354135 [ 259 ] {026558d2-7441-482d-84b3-c71e1e28b88c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9255 2024.11.19 05:59:55.354681 [ 259 ] {026558d2-7441-482d-84b3-c71e1e28b88c} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9256 2024.11.19 05:59:55.354726 [ 259 ] {026558d2-7441-482d-84b3-c71e1e28b88c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9257 2024.11.19 05:59:55.355159 [ 259 ] {026558d2-7441-482d-84b3-c71e1e28b88c} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9258 2024.11.19 05:59:55.355395 [ 259 ] {026558d2-7441-482d-84b3-c71e1e28b88c} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9259 2024.11.19 05:59:55.355625 [ 259 ] {026558d2-7441-482d-84b3-c71e1e28b88c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001567 sec., 52329.291640076575 rows/sec., 3.32 MiB/sec.
9260 2024.11.19 05:59:55.355718 [ 259 ] {026558d2-7441-482d-84b3-c71e1e28b88c} <Debug> TCPHandler: Processed in 0.001798109 sec.
9261 2024.11.19 05:59:55.433912 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407
9262 2024.11.19 05:59:55.455532 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9263 2024.11.19 05:59:55.455592 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9264 2024.11.19 05:59:55.462903 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
9265 2024.11.19 05:59:55.463654 [ 243 ] {} <Trace> system.metric_log (8bd9a4aa-088e-47ca-aed3-b4e8379e8736): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9266 2024.11.19 05:59:55.466423 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407
9267 2024.11.19 05:59:56.000233 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 230.84 MiB, peak 238.91 MiB, free memory in arenas 0.00 B, will set to 229.54 MiB (RSS), difference: -1.30 MiB
9268 2024.11.19 05:59:58.853998 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1248
9269 2024.11.19 05:59:58.857137 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9270 2024.11.19 05:59:58.857185 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9271 2024.11.19 05:59:58.858666 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
9272 2024.11.19 05:59:58.858981 [ 242 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9273 2024.11.19 05:59:58.859196 [ 120 ] {} <Debug> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
9274 2024.11.19 05:59:58.859317 [ 120 ] {} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9275 2024.11.19 05:59:58.859385 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9276 2024.11.19 05:59:58.859868 [ 195 ] {3d17012a-6c43-4282-98e6-700f65c969c7::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
9277 2024.11.19 05:59:58.860375 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1248
9278 2024.11.19 05:59:58.860920 [ 195 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9279 2024.11.19 05:59:58.861128 [ 195 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1104 rows starting from the beginning of the part
9280 2024.11.19 05:59:58.861810 [ 195 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 30 rows starting from the beginning of the part
9281 2024.11.19 05:59:58.862486 [ 195 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 30 rows starting from the beginning of the part
9282 2024.11.19 05:59:58.863139 [ 195 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 20 rows starting from the beginning of the part
9283 2024.11.19 05:59:58.863751 [ 195 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 34 rows starting from the beginning of the part
9284 2024.11.19 05:59:58.864333 [ 195 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 30 rows starting from the beginning of the part
9285 2024.11.19 05:59:58.872970 [ 197 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1248 rows, containing 72 columns (72 merged, 0 gathered) in 0.01340247 sec., 93117.16422420644 rows/sec., 72.93 MiB/sec.
9286 2024.11.19 05:59:58.874530 [ 200 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
9287 2024.11.19 05:59:58.875353 [ 200 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_41_8} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9288 2024.11.19 05:59:58.875451 [ 200 ] {3d17012a-6c43-4282-98e6-700f65c969c7::all_1_41_8} <Trace> system.query_log (3d17012a-6c43-4282-98e6-700f65c969c7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
9289 2024.11.19 05:59:58.875810 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.81 MiB.
9290 2024.11.19 06:00:00.326164 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9291 2024.11.19 06:00:00.326399 [ 259 ] {d7050f69-8f8c-449b-8e7d-aa43bfc984eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9292 2024.11.19 06:00:00.326491 [ 259 ] {d7050f69-8f8c-449b-8e7d-aa43bfc984eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9293 2024.11.19 06:00:00.327416 [ 259 ] {d7050f69-8f8c-449b-8e7d-aa43bfc984eb} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9294 2024.11.19 06:00:00.327467 [ 259 ] {d7050f69-8f8c-449b-8e7d-aa43bfc984eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9295 2024.11.19 06:00:00.327910 [ 259 ] {d7050f69-8f8c-449b-8e7d-aa43bfc984eb} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
9296 2024.11.19 06:00:00.328183 [ 259 ] {d7050f69-8f8c-449b-8e7d-aa43bfc984eb} <Trace> oximeter.fields_string (08c78626-296c-434b-ae1a-81f6cd2c28fc): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9297 2024.11.19 06:00:00.328437 [ 259 ] {d7050f69-8f8c-449b-8e7d-aa43bfc984eb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002103 sec., 26628.62577270566 rows/sec., 2.05 MiB/sec.
9298 2024.11.19 06:00:00.328504 [ 259 ] {d7050f69-8f8c-449b-8e7d-aa43bfc984eb} <Debug> TCPHandler: Processed in 0.002471626 sec.
9299 2024.11.19 06:00:00.328673 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9300 2024.11.19 06:00:00.328798 [ 263 ] {3e00849f-7bd0-4029-ab4a-034486241e33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9301 2024.11.19 06:00:00.328850 [ 263 ] {3e00849f-7bd0-4029-ab4a-034486241e33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9302 2024.11.19 06:00:00.329479 [ 263 ] {3e00849f-7bd0-4029-ab4a-034486241e33} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9303 2024.11.19 06:00:00.329524 [ 263 ] {3e00849f-7bd0-4029-ab4a-034486241e33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9304 2024.11.19 06:00:00.329912 [ 263 ] {3e00849f-7bd0-4029-ab4a-034486241e33} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
9305 2024.11.19 06:00:00.330168 [ 263 ] {3e00849f-7bd0-4029-ab4a-034486241e33} <Trace> oximeter.fields_uuid (88e95b1f-d413-498d-8f9f-7801b691d4f2): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9306 2024.11.19 06:00:00.330395 [ 263 ] {3e00849f-7bd0-4029-ab4a-034486241e33} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001627 sec., 39336.20159803319 rows/sec., 3.07 MiB/sec.
9307 2024.11.19 06:00:00.330448 [ 263 ] {3e00849f-7bd0-4029-ab4a-034486241e33} <Debug> TCPHandler: Processed in 0.001836889 sec.
9308 2024.11.19 06:00:00.330598 [ 259 ] {} <Trace> TCP-Session: d1c88336-3737-4bab-bd12-5605b08af0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9309 2024.11.19 06:00:00.330713 [ 259 ] {cc57168e-6ceb-47bf-a73b-d5f4e9b38ec3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47547) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9310 2024.11.19 06:00:00.330765 [ 259 ] {cc57168e-6ceb-47bf-a73b-d5f4e9b38ec3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9311 2024.11.19 06:00:00.331334 [ 259 ] {cc57168e-6ceb-47bf-a73b-d5f4e9b38ec3} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9312 2024.11.19 06:00:00.331377 [ 259 ] {cc57168e-6ceb-47bf-a73b-d5f4e9b38ec3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9313 2024.11.19 06:00:00.331793 [ 259 ] {cc57168e-6ceb-47bf-a73b-d5f4e9b38ec3} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
9314 2024.11.19 06:00:00.332136 [ 259 ] {cc57168e-6ceb-47bf-a73b-d5f4e9b38ec3} <Trace> oximeter.measurements_cumulativeu64 (bdb1448f-7b48-4a2b-9453-a0f205b58b29): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9315 2024.11.19 06:00:00.332393 [ 259 ] {cc57168e-6ceb-47bf-a73b-d5f4e9b38ec3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001704 sec., 93896.71361502347 rows/sec., 6.54 MiB/sec.
9316 2024.11.19 06:00:00.332455 [ 259 ] {cc57168e-6ceb-47bf-a73b-d5f4e9b38ec3} <Debug> TCPHandler: Processed in 0.00191326 sec.
9317 2024.11.19 06:00:00.332598 [ 263 ] {} <Trace> TCP-Session: 7f688664-53c6-4081-812f-66ec78b784cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9318 2024.11.19 06:00:00.332716 [ 263 ] {4e4f4533-229c-4caa-b2aa-7a84491411a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51648) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9319 2024.11.19 06:00:00.332764 [ 263 ] {4e4f4533-229c-4caa-b2aa-7a84491411a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9320 2024.11.19 06:00:00.333224 [ 263 ] {4e4f4533-229c-4caa-b2aa-7a84491411a0} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9321 2024.11.19 06:00:00.333265 [ 263 ] {4e4f4533-229c-4caa-b2aa-7a84491411a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9322 2024.11.19 06:00:00.333648 [ 263 ] {4e4f4533-229c-4caa-b2aa-7a84491411a0} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
9323 2024.11.19 06:00:00.333908 [ 263 ] {4e4f4533-229c-4caa-b2aa-7a84491411a0} <Trace> oximeter.measurements_u64 (b9e952f1-854e-4315-9f2d-24fa07dc087d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9324 2024.11.19 06:00:00.334134 [ 263 ] {4e4f4533-229c-4caa-b2aa-7a84491411a0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001441 sec., 41637.75156141568 rows/sec., 2.81 MiB/sec.
9325 2024.11.19 06:00:00.334185 [ 263 ] {4e4f4533-229c-4caa-b2aa-7a84491411a0} <Debug> TCPHandler: Processed in 0.001640707 sec.
9326 2024.11.19 06:00:01.209159 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25254
9327 2024.11.19 06:00:01.209990 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9328 2024.11.19 06:00:01.210061 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
9329 2024.11.19 06:00:01.210744 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
9330 2024.11.19 06:00:01.211047 [ 244 ] {} <Trace> system.asynchronous_metric_log (480a4ca9-da6c-41fc-8ab4-a02bec7733e3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9331 2024.11.19 06:00:01.211310 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254