Max level shown:
1 [ Dec 6 02:41:48 Enabled. ]
2 [ Dec 6 02:41:48 Rereading configuration. ]
3 [ Dec 6 02:41:49 Rereading configuration. ]
4 [ Dec 6 02:41:54 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 [ Dec 6 02:41:54 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.12.06 02:41:55.251890 [ 1 ] {} <Information> Application: Will watch for the process with pid 23449
29 2024.12.06 02:41:55.252473 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2024.12.06 02:41:55.477868 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23449
31 2024.12.06 02:41:55.478648 [ 1 ] {} <Information> Application: starting up
32 2024.12.06 02:41:55.479383 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2024.12.06 02:41:55.570812 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2024.12.06 02:41:55.609131 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2024.12.06 02:41:55.609178 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2024.12.06 02:41:55.609191 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2024.12.06 02:41:55.609252 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2024.12.06 02:41:55.609638 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2024.12.06 02:41:55.611238 [ 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.12.06 02:41:55.611973 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2024.12.06 02:41:55.612853 [ 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.12.06 02:41:55.612880 [ 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.12.06 02:41:55.612895 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2024.12.06 02:41:55.613074 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2024.12.06 02:41:55.614025 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2024.12.06 02:41:55.619582 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2024.12.06 02:41:55.620425 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2024.12.06 02:41:55.621809 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2024.12.06 02:41:55.621881 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2024.12.06 02:41:55.623452 [ 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.12.06 02:41:55.623925 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2024.12.06 02:41:55.628539 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2024.12.06 02:41:55.629234 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2024.12.06 02:41:55.630818 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2024.12.06 02:41:55.631245 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2024.12.06 02:41:55.631614 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2024.12.06 02:41:55.631957 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2024.12.06 02:41:55.633231 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2024.12.06 02:41:55.633257 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2024.12.06 02:41:55.633352 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache
65 2024.12.06 02:41:55.633527 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache
66 2024.12.06 02:41:55.642411 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2024.12.06 02:41:55.642438 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000151894 sec
68 2024.12.06 02:41:55.642489 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2024.12.06 02:41:55.642505 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2024.12.06 02:41:55.643904 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2024.12.06 02:41:55.645281 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2024.12.06 02:41:55.658031 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2024.12.06 02:41:55.658080 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2024.12.06 02:41:55.658106 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2024.12.06 02:41:55.658119 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2024.12.06 02:41:55.658151 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2024.12.06 02:41:55.658172 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2024.12.06 02:41:55.660766 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2024.12.06 02:41:55.660811 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2024.12.06 02:41:55.660839 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2024.12.06 02:41:55.661021 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2024.12.06 02:41:55.661040 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2024.12.06 02:41:55.661075 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2024.12.06 02:41:55.661099 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2024.12.06 02:41:55.661112 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2024.12.06 02:41:55.661140 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2024.12.06 02:41:55.661162 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2024.12.06 02:41:55.688152 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2024.12.06 02:41:55.693184 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2024.12.06 02:41:55.693228 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.6292e-05 sec
91 2024.12.06 02:41:55.693243 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2024.12.06 02:41:55.693257 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2024.12.06 02:41:55.693284 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2024.12.06 02:41:55.693507 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2024.12.06 02:41:55.693560 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2024.12.06 02:41:55.693576 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2024.12.06 02:41:55.693591 [ 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.12.06 02:41:55.693604 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2024.12.06 02:41:55.712516 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2024.12.06 02:41:55.712739 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.11 MiB (RSS), difference: 92.34 MiB
101 2024.12.06 02:41:55.713652 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.5771e-05 sec.
102 2024.12.06 02:41:55.714649 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2024.12.06 02:41:55.714744 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2024.12.06 02:41:55.714766 [ 1 ] {} <Information> Application: Ready for connections.
105 2024.12.06 02:41:55.744648 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45852
106 2024.12.06 02:41:55.744870 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2024.12.06 02:41:55.744921 [ 3 ] {} <Debug> TCP-Session: 7ee41e1b-086c-4cec-bfd0-56fce16f20d4 Authenticating user 'default' from [fd00:1122:3344:101::e]:45852
108 2024.12.06 02:41:55.744953 [ 3 ] {} <Debug> TCP-Session: 7ee41e1b-086c-4cec-bfd0-56fce16f20d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2024.12.06 02:41:55.744975 [ 3 ] {} <Debug> TCP-Session: 7ee41e1b-086c-4cec-bfd0-56fce16f20d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2024.12.06 02:41:55.745063 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2024.12.06 02:41:55.745092 [ 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.12.06 02:41:55.745115 [ 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.12.06 02:41:55.745498 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37356
114 2024.12.06 02:41:55.745607 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
115 2024.12.06 02:41:55.745636 [ 4 ] {} <Debug> TCP-Session: a79fcc23-a0ae-4582-ba30-a773073dc0b2 Authenticating user 'default' from [fd00:1122:3344:101::e]:37356
116 2024.12.06 02:41:55.745660 [ 4 ] {} <Debug> TCP-Session: a79fcc23-a0ae-4582-ba30-a773073dc0b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
117 2024.12.06 02:41:55.745684 [ 4 ] {} <Debug> TCP-Session: a79fcc23-a0ae-4582-ba30-a773073dc0b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
118 2024.12.06 02:41:55.746305 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59602
119 2024.12.06 02:41:55.746305 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54391
120 2024.12.06 02:41:55.746397 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46723
121 2024.12.06 02:41:55.746484 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
122 2024.12.06 02:41:55.746587 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
123 2024.12.06 02:41:55.746621 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55067
124 2024.12.06 02:41:55.746658 [ 5 ] {} <Debug> TCP-Session: 0b7dff58-bc42-4106-9d0a-ebb42ff935b3 Authenticating user 'default' from [fd00:1122:3344:101::e]:54391
125 2024.12.06 02:41:55.746638 [ 253 ] {} <Debug> TCP-Session: a9cf368e-7d62-46f1-b9a4-a71ba93c3cc1 Authenticating user 'default' from [fd00:1122:3344:101::e]:59602
126 2024.12.06 02:41:55.746776 [ 5 ] {} <Debug> TCP-Session: 0b7dff58-bc42-4106-9d0a-ebb42ff935b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
127 2024.12.06 02:41:55.746910 [ 253 ] {} <Debug> TCP-Session: a9cf368e-7d62-46f1-b9a4-a71ba93c3cc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
128 2024.12.06 02:41:55.746912 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
129 2024.12.06 02:41:55.746989 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46248
130 2024.12.06 02:41:55.746994 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
131 2024.12.06 02:41:55.747037 [ 253 ] {} <Debug> TCP-Session: a9cf368e-7d62-46f1-b9a4-a71ba93c3cc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
132 2024.12.06 02:41:55.747007 [ 5 ] {} <Debug> TCP-Session: 0b7dff58-bc42-4106-9d0a-ebb42ff935b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
133 2024.12.06 02:41:55.747248 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
134 2024.12.06 02:41:55.747255 [ 255 ] {} <Debug> TCP-Session: 75c0c81b-cbd7-4448-b075-df1483a758c1 Authenticating user 'default' from [fd00:1122:3344:101::e]:55067
135 2024.12.06 02:41:55.747169 [ 254 ] {} <Debug> TCP-Session: d977b972-b75a-40b5-abbf-fc0e87d683aa Authenticating user 'default' from [fd00:1122:3344:101::e]:46723
136 2024.12.06 02:41:55.747309 [ 257 ] {} <Debug> TCP-Session: 96215111-84d9-43cc-84fa-fa759693c620 Authenticating user 'default' from [fd00:1122:3344:101::e]:46248
137 2024.12.06 02:41:55.747324 [ 255 ] {} <Debug> TCP-Session: 75c0c81b-cbd7-4448-b075-df1483a758c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
138 2024.12.06 02:41:55.747339 [ 254 ] {} <Debug> TCP-Session: d977b972-b75a-40b5-abbf-fc0e87d683aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
139 2024.12.06 02:41:55.747351 [ 257 ] {} <Debug> TCP-Session: 96215111-84d9-43cc-84fa-fa759693c620 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
140 2024.12.06 02:41:55.747365 [ 255 ] {} <Debug> TCP-Session: 75c0c81b-cbd7-4448-b075-df1483a758c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
141 2024.12.06 02:41:55.747376 [ 254 ] {} <Debug> TCP-Session: d977b972-b75a-40b5-abbf-fc0e87d683aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
142 2024.12.06 02:41:55.747390 [ 257 ] {} <Debug> TCP-Session: 96215111-84d9-43cc-84fa-fa759693c620 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
143 2024.12.06 02:41:55.747267 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42762
144 2024.12.06 02:41:55.747659 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
145 2024.12.06 02:41:55.747701 [ 256 ] {} <Debug> TCP-Session: 5609f263-95fd-40e4-8cd6-61004c649836 Authenticating user 'default' from [fd00:1122:3344:101::e]:42762
146 2024.12.06 02:41:55.747725 [ 256 ] {} <Debug> TCP-Session: 5609f263-95fd-40e4-8cd6-61004c649836 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
147 2024.12.06 02:41:55.747766 [ 256 ] {} <Debug> TCP-Session: 5609f263-95fd-40e4-8cd6-61004c649836 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
148 2024.12.06 02:41:55.849183 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60915
149 2024.12.06 02:41:55.849316 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
150 2024.12.06 02:41:55.849360 [ 258 ] {} <Debug> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:60915
151 2024.12.06 02:41:55.849381 [ 258 ] {} <Debug> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
152 2024.12.06 02:41:55.849397 [ 258 ] {} <Debug> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
153 2024.12.06 02:41:55.849460 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
154 2024.12.06 02:41:55.849487 [ 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.12.06 02:41:55.849516 [ 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.12.06 02:41:55.849896 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60418
157 2024.12.06 02:41:55.849972 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42767
158 2024.12.06 02:41:55.850142 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
159 2024.12.06 02:41:55.850188 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
160 2024.12.06 02:41:55.850237 [ 259 ] {} <Debug> TCP-Session: 77abe6dc-17b2-4026-bdeb-5fa29f06497e Authenticating user 'default' from [fd00:1122:3344:101::d]:60418
161 2024.12.06 02:41:55.850249 [ 260 ] {} <Debug> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Authenticating user 'default' from [fd00:1122:3344:101::d]:42767
162 2024.12.06 02:41:55.850285 [ 259 ] {} <Debug> TCP-Session: 77abe6dc-17b2-4026-bdeb-5fa29f06497e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
163 2024.12.06 02:41:55.850319 [ 260 ] {} <Debug> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
164 2024.12.06 02:41:55.850339 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34224
165 2024.12.06 02:41:55.850365 [ 259 ] {} <Debug> TCP-Session: 77abe6dc-17b2-4026-bdeb-5fa29f06497e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
166 2024.12.06 02:41:55.850392 [ 260 ] {} <Debug> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
167 2024.12.06 02:41:55.850354 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63290
168 2024.12.06 02:41:55.851129 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
169 2024.12.06 02:41:55.851286 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47467
170 2024.12.06 02:41:55.851958 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43295
171 2024.12.06 02:41:55.851992 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
172 2024.12.06 02:41:55.851965 [ 262 ] {} <Debug> TCP-Session: c89c5fc6-2bcb-4677-8d22-d217e2cd5dcb Authenticating user 'default' from [fd00:1122:3344:101::d]:34224
173 2024.12.06 02:41:55.852273 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57162
174 2024.12.06 02:41:55.852311 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
175 2024.12.06 02:41:55.852357 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
176 2024.12.06 02:41:55.852315 [ 262 ] {} <Debug> TCP-Session: c89c5fc6-2bcb-4677-8d22-d217e2cd5dcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
177 2024.12.06 02:41:55.852531 [ 261 ] {} <Debug> TCP-Session: c3099b11-d80a-4fdc-979d-83089526612e Authenticating user 'default' from [fd00:1122:3344:101::d]:63290
178 2024.12.06 02:41:55.852370 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
179 2024.12.06 02:41:55.852610 [ 263 ] {} <Debug> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Authenticating user 'default' from [fd00:1122:3344:101::d]:47467
180 2024.12.06 02:41:55.852629 [ 261 ] {} <Debug> TCP-Session: c3099b11-d80a-4fdc-979d-83089526612e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
181 2024.12.06 02:41:55.852560 [ 262 ] {} <Debug> TCP-Session: c89c5fc6-2bcb-4677-8d22-d217e2cd5dcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
182 2024.12.06 02:41:55.852655 [ 264 ] {} <Debug> TCP-Session: 01c6b8f0-8a8d-4b62-a595-ac5359e2495d Authenticating user 'default' from [fd00:1122:3344:101::d]:43295
183 2024.12.06 02:41:55.852676 [ 263 ] {} <Debug> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
184 2024.12.06 02:41:55.852547 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57977
185 2024.12.06 02:41:55.852533 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
186 2024.12.06 02:41:55.852775 [ 261 ] {} <Debug> TCP-Session: c3099b11-d80a-4fdc-979d-83089526612e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
187 2024.12.06 02:41:55.852823 [ 264 ] {} <Debug> TCP-Session: 01c6b8f0-8a8d-4b62-a595-ac5359e2495d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
188 2024.12.06 02:41:55.852978 [ 265 ] {} <Debug> TCP-Session: 0b81e337-9d46-4a9a-bc84-477a6b92be2f Authenticating user 'default' from [fd00:1122:3344:101::d]:57162
189 2024.12.06 02:41:55.853054 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
190 2024.12.06 02:41:55.853105 [ 265 ] {} <Debug> TCP-Session: 0b81e337-9d46-4a9a-bc84-477a6b92be2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
191 2024.12.06 02:41:55.853124 [ 264 ] {} <Debug> TCP-Session: 01c6b8f0-8a8d-4b62-a595-ac5359e2495d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
192 2024.12.06 02:41:55.853096 [ 263 ] {} <Debug> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
193 2024.12.06 02:41:55.853141 [ 266 ] {} <Debug> TCP-Session: dd003231-ea64-4793-8b26-725432b4716f Authenticating user 'default' from [fd00:1122:3344:101::d]:57977
194 2024.12.06 02:41:55.853752 [ 266 ] {} <Debug> TCP-Session: dd003231-ea64-4793-8b26-725432b4716f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
195 2024.12.06 02:41:55.853165 [ 265 ] {} <Debug> TCP-Session: 0b81e337-9d46-4a9a-bc84-477a6b92be2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
196 2024.12.06 02:41:55.853787 [ 266 ] {} <Debug> TCP-Session: dd003231-ea64-4793-8b26-725432b4716f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
197 2024.12.06 02:41:55.855260 [ 258 ] {457ce6a5-a22b-4318-9018-b081815eda47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
198 2024.12.06 02:41:55.906245 [ 258 ] {457ce6a5-a22b-4318-9018-b081815eda47} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:60915) (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 @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
221 
222 2024.12.06 02:41:55.907611 [ 258 ] {457ce6a5-a22b-4318-9018-b081815eda47} <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 @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
245 
246 2024.12.06 02:41:55.907744 [ 258 ] {457ce6a5-a22b-4318-9018-b081815eda47} <Debug> TCPHandler: Processed in 0.057598165 sec.
247 2024.12.06 02:41:55.908054 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
248 2024.12.06 02:41:55.908273 [ 260 ] {c9911667-c042-4aac-b3c4-97ef2614b08a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
249 2024.12.06 02:41:55.908669 [ 260 ] {c9911667-c042-4aac-b3c4-97ef2614b08a} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:42767) (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 @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
272 
273 2024.12.06 02:41:55.908815 [ 260 ] {c9911667-c042-4aac-b3c4-97ef2614b08a} <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 @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
296 
297 2024.12.06 02:41:55.908914 [ 260 ] {c9911667-c042-4aac-b3c4-97ef2614b08a} <Debug> TCPHandler: Processed in 0.001010529 sec.
298 2024.12.06 02:41:55.909209 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
299 2024.12.06 02:41:55.910580 [ 258 ] {5349e4e2-1114-46b9-9d93-25517ee94414} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) DROP DATABASE IF EXISTS oximeter (stage: Complete)
300 2024.12.06 02:41:55.911291 [ 258 ] {5349e4e2-1114-46b9-9d93-25517ee94414} <Debug> TCPHandler: Processed in 0.002199043 sec.
301 2024.12.06 02:41:55.911494 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
302 2024.12.06 02:41:55.911631 [ 260 ] {e39c71a3-f5ab-4116-bbfc-1f3d6be529c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
303 2024.12.06 02:41:55.911733 [ 260 ] {e39c71a3-f5ab-4116-bbfc-1f3d6be529c7} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
304 2024.12.06 02:41:55.913524 [ 260 ] {e39c71a3-f5ab-4116-bbfc-1f3d6be529c7} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
305 2024.12.06 02:41:55.913559 [ 260 ] {e39c71a3-f5ab-4116-bbfc-1f3d6be529c7} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.7632e-05 sec
306 2024.12.06 02:41:55.913574 [ 260 ] {e39c71a3-f5ab-4116-bbfc-1f3d6be529c7} <Trace> ReferentialDeps: No tables
307 2024.12.06 02:41:55.913587 [ 260 ] {e39c71a3-f5ab-4116-bbfc-1f3d6be529c7} <Trace> LoadingDeps: No tables
308 2024.12.06 02:41:55.913620 [ 260 ] {e39c71a3-f5ab-4116-bbfc-1f3d6be529c7} <Information> DatabaseAtomic (oximeter): Starting up tables.
309 2024.12.06 02:41:55.913672 [ 260 ] {e39c71a3-f5ab-4116-bbfc-1f3d6be529c7} <Debug> TCPHandler: Processed in 0.002234163 sec.
310 2024.12.06 02:41:55.913860 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
311 2024.12.06 02:41:55.914091 [ 258 ] {1591e34a-e75c-4a8c-a5b9-33e497e8324c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) /* 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.12.06 02:41:55.914154 [ 258 ] {1591e34a-e75c-4a8c-a5b9-33e497e8324c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
314 2024.12.06 02:41:55.922723 [ 258 ] {1591e34a-e75c-4a8c-a5b9-33e497e8324c} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
315 2024.12.06 02:41:55.924729 [ 258 ] {1591e34a-e75c-4a8c-a5b9-33e497e8324c} <Debug> oximeter.version (b8e6d94d-2668-48d9-9c74-ac928927882a): Loading data parts
316 2024.12.06 02:41:55.925250 [ 258 ] {1591e34a-e75c-4a8c-a5b9-33e497e8324c} <Debug> oximeter.version (b8e6d94d-2668-48d9-9c74-ac928927882a): There are no data parts
317 2024.12.06 02:41:55.928190 [ 258 ] {1591e34a-e75c-4a8c-a5b9-33e497e8324c} <Debug> TCPHandler: Processed in 0.014396881 sec.
318 2024.12.06 02:41:55.928439 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
319 2024.12.06 02:41:55.928660 [ 260 ] {240700d5-0b84-40cf-a5f6-23398a11beef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) /* 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.12.06 02:41:55.928742 [ 260 ] {240700d5-0b84-40cf-a5f6-23398a11beef} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
331 2024.12.06 02:41:55.940535 [ 260 ] {240700d5-0b84-40cf-a5f6-23398a11beef} <Debug> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Loading data parts
332 2024.12.06 02:41:55.940773 [ 260 ] {240700d5-0b84-40cf-a5f6-23398a11beef} <Debug> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): There are no data parts
333 2024.12.06 02:41:55.942465 [ 260 ] {240700d5-0b84-40cf-a5f6-23398a11beef} <Debug> TCPHandler: Processed in 0.014083992 sec.
334 2024.12.06 02:41:55.942657 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
335 2024.12.06 02:41:55.942904 [ 258 ] {78eb6e2a-2b8d-4987-a255-4b10174e1185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) 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.12.06 02:41:55.942962 [ 258 ] {78eb6e2a-2b8d-4987-a255-4b10174e1185} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
337 2024.12.06 02:41:55.944619 [ 258 ] {78eb6e2a-2b8d-4987-a255-4b10174e1185} <Debug> oximeter.measurements_i8 (c4b29f57-b6ca-48f9-8597-31fc2c8c2751): Loading data parts
338 2024.12.06 02:41:55.944817 [ 258 ] {78eb6e2a-2b8d-4987-a255-4b10174e1185} <Debug> oximeter.measurements_i8 (c4b29f57-b6ca-48f9-8597-31fc2c8c2751): There are no data parts
339 2024.12.06 02:41:55.946015 [ 258 ] {78eb6e2a-2b8d-4987-a255-4b10174e1185} <Debug> TCPHandler: Processed in 0.003418757 sec.
340 2024.12.06 02:41:55.946215 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
341 2024.12.06 02:41:55.946462 [ 260 ] {6bc7737e-6ce3-48c3-8b4a-451673aafa6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) 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.12.06 02:41:55.946548 [ 260 ] {6bc7737e-6ce3-48c3-8b4a-451673aafa6c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
343 2024.12.06 02:41:55.948578 [ 260 ] {6bc7737e-6ce3-48c3-8b4a-451673aafa6c} <Debug> oximeter.measurements_u8 (51ab8bdf-2deb-44d9-a691-30b7898bf221): Loading data parts
344 2024.12.06 02:41:55.948756 [ 260 ] {6bc7737e-6ce3-48c3-8b4a-451673aafa6c} <Debug> oximeter.measurements_u8 (51ab8bdf-2deb-44d9-a691-30b7898bf221): There are no data parts
345 2024.12.06 02:41:55.949993 [ 260 ] {6bc7737e-6ce3-48c3-8b4a-451673aafa6c} <Debug> TCPHandler: Processed in 0.00384312 sec.
346 2024.12.06 02:41:55.950189 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
347 2024.12.06 02:41:55.950466 [ 258 ] {59dec8ea-1e3e-4eab-be8a-505a0b4d8c86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) 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.12.06 02:41:55.950522 [ 258 ] {59dec8ea-1e3e-4eab-be8a-505a0b4d8c86} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
349 2024.12.06 02:41:55.952579 [ 258 ] {59dec8ea-1e3e-4eab-be8a-505a0b4d8c86} <Debug> oximeter.measurements_i16 (cc8842ab-fc0d-41b0-b2b9-d393be58f614): Loading data parts
350 2024.12.06 02:41:55.952735 [ 258 ] {59dec8ea-1e3e-4eab-be8a-505a0b4d8c86} <Debug> oximeter.measurements_i16 (cc8842ab-fc0d-41b0-b2b9-d393be58f614): There are no data parts
351 2024.12.06 02:41:55.954016 [ 258 ] {59dec8ea-1e3e-4eab-be8a-505a0b4d8c86} <Debug> TCPHandler: Processed in 0.003894041 sec.
352 2024.12.06 02:41:55.954219 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
353 2024.12.06 02:41:55.954465 [ 260 ] {d162fc1e-f442-41c4-92ba-91f5a39b9418} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) 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.12.06 02:41:55.954556 [ 260 ] {d162fc1e-f442-41c4-92ba-91f5a39b9418} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
355 2024.12.06 02:41:55.956566 [ 260 ] {d162fc1e-f442-41c4-92ba-91f5a39b9418} <Debug> oximeter.measurements_u16 (8bff5269-b4bb-4a7a-a7d6-0e387f143e74): Loading data parts
356 2024.12.06 02:41:55.956736 [ 260 ] {d162fc1e-f442-41c4-92ba-91f5a39b9418} <Debug> oximeter.measurements_u16 (8bff5269-b4bb-4a7a-a7d6-0e387f143e74): There are no data parts
357 2024.12.06 02:41:55.957963 [ 260 ] {d162fc1e-f442-41c4-92ba-91f5a39b9418} <Debug> TCPHandler: Processed in 0.003810799 sec.
358 2024.12.06 02:41:55.958153 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
359 2024.12.06 02:41:55.958433 [ 258 ] {6e4227f8-f10e-4266-b68f-1c4053a2c475} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) 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.12.06 02:41:55.958490 [ 258 ] {6e4227f8-f10e-4266-b68f-1c4053a2c475} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
361 2024.12.06 02:41:55.960524 [ 258 ] {6e4227f8-f10e-4266-b68f-1c4053a2c475} <Debug> oximeter.measurements_i32 (802a26eb-424f-48eb-abc2-393983d710d1): Loading data parts
362 2024.12.06 02:41:55.960684 [ 258 ] {6e4227f8-f10e-4266-b68f-1c4053a2c475} <Debug> oximeter.measurements_i32 (802a26eb-424f-48eb-abc2-393983d710d1): There are no data parts
363 2024.12.06 02:41:55.961879 [ 258 ] {6e4227f8-f10e-4266-b68f-1c4053a2c475} <Debug> TCPHandler: Processed in 0.003793349 sec.
364 2024.12.06 02:41:55.962085 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
365 2024.12.06 02:41:55.962332 [ 260 ] {cdb64188-fd36-48ef-b6f2-9eb8b786d3f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) 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.12.06 02:41:55.962425 [ 260 ] {cdb64188-fd36-48ef-b6f2-9eb8b786d3f8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
367 2024.12.06 02:41:55.964529 [ 260 ] {cdb64188-fd36-48ef-b6f2-9eb8b786d3f8} <Debug> oximeter.measurements_u32 (e269813a-ee43-47bf-8692-c0a2f60e04d2): Loading data parts
368 2024.12.06 02:41:55.964724 [ 260 ] {cdb64188-fd36-48ef-b6f2-9eb8b786d3f8} <Debug> oximeter.measurements_u32 (e269813a-ee43-47bf-8692-c0a2f60e04d2): There are no data parts
369 2024.12.06 02:41:55.965977 [ 260 ] {cdb64188-fd36-48ef-b6f2-9eb8b786d3f8} <Debug> TCPHandler: Processed in 0.003957593 sec.
370 2024.12.06 02:41:55.966155 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
371 2024.12.06 02:41:55.966395 [ 258 ] {66a72e34-3dab-4c67-981e-0de7d56c7430} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) 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.12.06 02:41:55.966442 [ 258 ] {66a72e34-3dab-4c67-981e-0de7d56c7430} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
373 2024.12.06 02:41:55.968395 [ 258 ] {66a72e34-3dab-4c67-981e-0de7d56c7430} <Debug> oximeter.measurements_i64 (10d2095e-0da8-4196-aa21-77e46bb7c719): Loading data parts
374 2024.12.06 02:41:55.968563 [ 258 ] {66a72e34-3dab-4c67-981e-0de7d56c7430} <Debug> oximeter.measurements_i64 (10d2095e-0da8-4196-aa21-77e46bb7c719): There are no data parts
375 2024.12.06 02:41:55.969758 [ 258 ] {66a72e34-3dab-4c67-981e-0de7d56c7430} <Debug> TCPHandler: Processed in 0.003660315 sec.
376 2024.12.06 02:41:55.969963 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
377 2024.12.06 02:41:55.970212 [ 260 ] {6e4ed4d6-205b-4da8-9f1e-35da7e94410c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) 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.12.06 02:41:55.970297 [ 260 ] {6e4ed4d6-205b-4da8-9f1e-35da7e94410c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
379 2024.12.06 02:41:55.972334 [ 260 ] {6e4ed4d6-205b-4da8-9f1e-35da7e94410c} <Debug> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Loading data parts
380 2024.12.06 02:41:55.972508 [ 260 ] {6e4ed4d6-205b-4da8-9f1e-35da7e94410c} <Debug> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): There are no data parts
381 2024.12.06 02:41:55.973803 [ 260 ] {6e4ed4d6-205b-4da8-9f1e-35da7e94410c} <Debug> TCPHandler: Processed in 0.003908772 sec.
382 2024.12.06 02:41:55.973988 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
383 2024.12.06 02:41:55.974226 [ 258 ] {0e5acd89-dcd9-4271-81d1-88301683a143} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) 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.12.06 02:41:55.974273 [ 258 ] {0e5acd89-dcd9-4271-81d1-88301683a143} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
385 2024.12.06 02:41:55.976235 [ 258 ] {0e5acd89-dcd9-4271-81d1-88301683a143} <Debug> oximeter.measurements_f32 (5e2e3011-02b3-4b63-9acf-748cecdcbd7e): Loading data parts
386 2024.12.06 02:41:55.976397 [ 258 ] {0e5acd89-dcd9-4271-81d1-88301683a143} <Debug> oximeter.measurements_f32 (5e2e3011-02b3-4b63-9acf-748cecdcbd7e): There are no data parts
387 2024.12.06 02:41:55.977612 [ 258 ] {0e5acd89-dcd9-4271-81d1-88301683a143} <Debug> TCPHandler: Processed in 0.003686755 sec.
388 2024.12.06 02:41:55.977838 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
389 2024.12.06 02:41:55.978064 [ 260 ] {e434ee6e-d258-4329-9824-7c14a8f68522} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) 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.12.06 02:41:55.978144 [ 260 ] {e434ee6e-d258-4329-9824-7c14a8f68522} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
391 2024.12.06 02:41:55.980087 [ 260 ] {e434ee6e-d258-4329-9824-7c14a8f68522} <Debug> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Loading data parts
392 2024.12.06 02:41:55.980249 [ 260 ] {e434ee6e-d258-4329-9824-7c14a8f68522} <Debug> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): There are no data parts
393 2024.12.06 02:41:55.981472 [ 260 ] {e434ee6e-d258-4329-9824-7c14a8f68522} <Debug> TCPHandler: Processed in 0.003700146 sec.
394 2024.12.06 02:41:55.981661 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
395 2024.12.06 02:41:55.981923 [ 258 ] {8d65c643-abcc-4541-9233-07d54c04d8e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) 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.12.06 02:41:55.981988 [ 258 ] {8d65c643-abcc-4541-9233-07d54c04d8e5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
397 2024.12.06 02:41:55.983976 [ 258 ] {8d65c643-abcc-4541-9233-07d54c04d8e5} <Debug> oximeter.measurements_string (234e7810-c160-4ba8-b9e8-c59a0f44467f): Loading data parts
398 2024.12.06 02:41:55.984145 [ 258 ] {8d65c643-abcc-4541-9233-07d54c04d8e5} <Debug> oximeter.measurements_string (234e7810-c160-4ba8-b9e8-c59a0f44467f): There are no data parts
399 2024.12.06 02:41:55.985410 [ 258 ] {8d65c643-abcc-4541-9233-07d54c04d8e5} <Debug> TCPHandler: Processed in 0.003815169 sec.
400 2024.12.06 02:41:55.985615 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
401 2024.12.06 02:41:55.985865 [ 260 ] {9a88969d-0dae-498b-b190-de3f7f8beff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) 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.12.06 02:41:55.985959 [ 260 ] {9a88969d-0dae-498b-b190-de3f7f8beff1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
410 2024.12.06 02:41:55.987905 [ 260 ] {9a88969d-0dae-498b-b190-de3f7f8beff1} <Debug> oximeter.measurements_bytes (4b96021a-4067-4207-8c56-725ad2bcce55): Loading data parts
411 2024.12.06 02:41:55.988055 [ 260 ] {9a88969d-0dae-498b-b190-de3f7f8beff1} <Debug> oximeter.measurements_bytes (4b96021a-4067-4207-8c56-725ad2bcce55): There are no data parts
412 2024.12.06 02:41:55.989274 [ 260 ] {9a88969d-0dae-498b-b190-de3f7f8beff1} <Debug> TCPHandler: Processed in 0.003726387 sec.
413 2024.12.06 02:41:55.989467 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
414 2024.12.06 02:41:55.989684 [ 258 ] {be0a3bc2-c837-49e7-8364-b09abb04187e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) 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.12.06 02:41:55.989767 [ 258 ] {be0a3bc2-c837-49e7-8364-b09abb04187e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
416 2024.12.06 02:41:55.991732 [ 258 ] {be0a3bc2-c837-49e7-8364-b09abb04187e} <Debug> oximeter.measurements_cumulativei64 (88057947-7946-4ccc-baa1-f94961ca3d51): Loading data parts
417 2024.12.06 02:41:55.991961 [ 258 ] {be0a3bc2-c837-49e7-8364-b09abb04187e} <Debug> oximeter.measurements_cumulativei64 (88057947-7946-4ccc-baa1-f94961ca3d51): There are no data parts
418 2024.12.06 02:41:55.993223 [ 258 ] {be0a3bc2-c837-49e7-8364-b09abb04187e} <Debug> TCPHandler: Processed in 0.003812819 sec.
419 2024.12.06 02:41:55.993405 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
420 2024.12.06 02:41:55.993698 [ 260 ] {68266240-dd12-4f4c-b2c4-094e4d5c72bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) 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)
421 2024.12.06 02:41:55.993778 [ 260 ] {68266240-dd12-4f4c-b2c4-094e4d5c72bd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
422 2024.12.06 02:41:55.995810 [ 260 ] {68266240-dd12-4f4c-b2c4-094e4d5c72bd} <Debug> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Loading data parts
423 2024.12.06 02:41:55.995973 [ 260 ] {68266240-dd12-4f4c-b2c4-094e4d5c72bd} <Debug> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): There are no data parts
424 2024.12.06 02:41:55.997271 [ 260 ] {68266240-dd12-4f4c-b2c4-094e4d5c72bd} <Debug> TCPHandler: Processed in 0.003933353 sec.
425 2024.12.06 02:41:55.997444 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
426 2024.12.06 02:41:55.997659 [ 258 ] {b60bbccc-612c-4c6b-bd89-8acdb287f2b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) 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)
427 2024.12.06 02:41:55.997745 [ 258 ] {b60bbccc-612c-4c6b-bd89-8acdb287f2b6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
428 2024.12.06 02:41:55.999741 [ 258 ] {b60bbccc-612c-4c6b-bd89-8acdb287f2b6} <Debug> oximeter.measurements_cumulativef32 (9bbb1935-760d-41f7-b6a0-f12b0c01e2b8): Loading data parts
429 2024.12.06 02:41:55.999918 [ 258 ] {b60bbccc-612c-4c6b-bd89-8acdb287f2b6} <Debug> oximeter.measurements_cumulativef32 (9bbb1935-760d-41f7-b6a0-f12b0c01e2b8): There are no data parts
430 2024.12.06 02:41:56.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 122.52 MiB, peak 122.52 MiB, free memory in arenas 0.00 B, will set to 134.21 MiB (RSS), difference: 11.69 MiB
431 2024.12.06 02:41:56.001267 [ 258 ] {b60bbccc-612c-4c6b-bd89-8acdb287f2b6} <Debug> TCPHandler: Processed in 0.003880251 sec.
432 2024.12.06 02:41:56.001440 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
433 2024.12.06 02:41:56.001686 [ 260 ] {fb718066-065c-43c8-bd6e-ba68340fe476} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) 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.12.06 02:41:56.001751 [ 260 ] {fb718066-065c-43c8-bd6e-ba68340fe476} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
435 2024.12.06 02:41:56.003790 [ 260 ] {fb718066-065c-43c8-bd6e-ba68340fe476} <Debug> oximeter.measurements_cumulativef64 (297af442-e619-41ee-ac4c-d10a81d2c1ca): Loading data parts
436 2024.12.06 02:41:56.003951 [ 260 ] {fb718066-065c-43c8-bd6e-ba68340fe476} <Debug> oximeter.measurements_cumulativef64 (297af442-e619-41ee-ac4c-d10a81d2c1ca): There are no data parts
437 2024.12.06 02:41:56.005243 [ 260 ] {fb718066-065c-43c8-bd6e-ba68340fe476} <Debug> TCPHandler: Processed in 0.0038604 sec.
438 2024.12.06 02:41:56.005436 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
439 2024.12.06 02:41:56.005740 [ 258 ] {036efb2d-35c8-44a5-8a03-24aef26f4579} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) 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.12.06 02:41:56.005836 [ 258 ] {036efb2d-35c8-44a5-8a03-24aef26f4579} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
451 2024.12.06 02:41:56.008099 [ 258 ] {036efb2d-35c8-44a5-8a03-24aef26f4579} <Debug> oximeter.measurements_histogrami8 (1c563754-bf9f-4786-9deb-08a6f2284018): Loading data parts
452 2024.12.06 02:41:56.008268 [ 258 ] {036efb2d-35c8-44a5-8a03-24aef26f4579} <Debug> oximeter.measurements_histogrami8 (1c563754-bf9f-4786-9deb-08a6f2284018): There are no data parts
453 2024.12.06 02:41:56.009606 [ 258 ] {036efb2d-35c8-44a5-8a03-24aef26f4579} <Debug> TCPHandler: Processed in 0.004226971 sec.
454 2024.12.06 02:41:56.009854 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
455 2024.12.06 02:41:56.010265 [ 260 ] {7fecb649-58cd-43b0-908b-1c06528794ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) 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.12.06 02:41:56.010368 [ 260 ] {7fecb649-58cd-43b0-908b-1c06528794ce} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
457 2024.12.06 02:41:56.012523 [ 260 ] {7fecb649-58cd-43b0-908b-1c06528794ce} <Debug> oximeter.measurements_histogramu8 (bd4cbdce-2988-4d99-8a5e-a6f85ff9d708): Loading data parts
458 2024.12.06 02:41:56.012683 [ 260 ] {7fecb649-58cd-43b0-908b-1c06528794ce} <Debug> oximeter.measurements_histogramu8 (bd4cbdce-2988-4d99-8a5e-a6f85ff9d708): There are no data parts
459 2024.12.06 02:41:56.013969 [ 260 ] {7fecb649-58cd-43b0-908b-1c06528794ce} <Debug> TCPHandler: Processed in 0.004214231 sec.
460 2024.12.06 02:41:56.014193 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
461 2024.12.06 02:41:56.014485 [ 258 ] {724c8841-9b2a-4a48-b8e4-008d7d1de3b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) 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.12.06 02:41:56.014574 [ 258 ] {724c8841-9b2a-4a48-b8e4-008d7d1de3b5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
463 2024.12.06 02:41:56.016500 [ 258 ] {724c8841-9b2a-4a48-b8e4-008d7d1de3b5} <Debug> oximeter.measurements_histogrami16 (9abbf9a3-cc66-4d3d-b719-ee6243ba30c1): Loading data parts
464 2024.12.06 02:41:56.016661 [ 258 ] {724c8841-9b2a-4a48-b8e4-008d7d1de3b5} <Debug> oximeter.measurements_histogrami16 (9abbf9a3-cc66-4d3d-b719-ee6243ba30c1): There are no data parts
465 2024.12.06 02:41:56.018035 [ 258 ] {724c8841-9b2a-4a48-b8e4-008d7d1de3b5} <Debug> TCPHandler: Processed in 0.003898971 sec.
466 2024.12.06 02:41:56.018257 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
467 2024.12.06 02:41:56.018646 [ 260 ] {643eaeed-42f5-4eef-8522-05ccb3c2d933} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) 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.12.06 02:41:56.018743 [ 260 ] {643eaeed-42f5-4eef-8522-05ccb3c2d933} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
469 2024.12.06 02:41:56.020746 [ 260 ] {643eaeed-42f5-4eef-8522-05ccb3c2d933} <Debug> oximeter.measurements_histogramu16 (bf6c1614-827d-46cc-9fb9-a62006194a3b): Loading data parts
470 2024.12.06 02:41:56.020908 [ 260 ] {643eaeed-42f5-4eef-8522-05ccb3c2d933} <Debug> oximeter.measurements_histogramu16 (bf6c1614-827d-46cc-9fb9-a62006194a3b): There are no data parts
471 2024.12.06 02:41:56.022213 [ 260 ] {643eaeed-42f5-4eef-8522-05ccb3c2d933} <Debug> TCPHandler: Processed in 0.004026995 sec.
472 2024.12.06 02:41:56.022426 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
473 2024.12.06 02:41:56.022714 [ 258 ] {e9b79062-a3cc-4513-a09b-a1dfa238a1fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) 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.12.06 02:41:56.022821 [ 258 ] {e9b79062-a3cc-4513-a09b-a1dfa238a1fd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
475 2024.12.06 02:41:56.024749 [ 258 ] {e9b79062-a3cc-4513-a09b-a1dfa238a1fd} <Debug> oximeter.measurements_histogrami32 (1500754a-785a-419c-8617-a8cff022934f): Loading data parts
476 2024.12.06 02:41:56.024905 [ 258 ] {e9b79062-a3cc-4513-a09b-a1dfa238a1fd} <Debug> oximeter.measurements_histogrami32 (1500754a-785a-419c-8617-a8cff022934f): There are no data parts
477 2024.12.06 02:41:56.026179 [ 258 ] {e9b79062-a3cc-4513-a09b-a1dfa238a1fd} <Debug> TCPHandler: Processed in 0.003809499 sec.
478 2024.12.06 02:41:56.026383 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
479 2024.12.06 02:41:56.026764 [ 260 ] {90950ce3-5561-4964-a4c2-93a924a8bde5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) 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.12.06 02:41:56.026869 [ 260 ] {90950ce3-5561-4964-a4c2-93a924a8bde5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
481 2024.12.06 02:41:56.028830 [ 260 ] {90950ce3-5561-4964-a4c2-93a924a8bde5} <Debug> oximeter.measurements_histogramu32 (4bdc3750-8761-4c96-9844-659ead1ae132): Loading data parts
482 2024.12.06 02:41:56.028979 [ 260 ] {90950ce3-5561-4964-a4c2-93a924a8bde5} <Debug> oximeter.measurements_histogramu32 (4bdc3750-8761-4c96-9844-659ead1ae132): There are no data parts
483 2024.12.06 02:41:56.030256 [ 260 ] {90950ce3-5561-4964-a4c2-93a924a8bde5} <Debug> TCPHandler: Processed in 0.003943132 sec.
484 2024.12.06 02:41:56.030479 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
485 2024.12.06 02:41:56.030769 [ 258 ] {58972b60-c742-45a7-b39c-38fbc7c53106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) 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.12.06 02:41:56.030868 [ 258 ] {58972b60-c742-45a7-b39c-38fbc7c53106} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
487 2024.12.06 02:41:56.032829 [ 258 ] {58972b60-c742-45a7-b39c-38fbc7c53106} <Debug> oximeter.measurements_histogrami64 (432b8bb4-c8c6-4ce4-abac-cebc6f084b84): Loading data parts
488 2024.12.06 02:41:56.033000 [ 258 ] {58972b60-c742-45a7-b39c-38fbc7c53106} <Debug> oximeter.measurements_histogrami64 (432b8bb4-c8c6-4ce4-abac-cebc6f084b84): There are no data parts
489 2024.12.06 02:41:56.034399 [ 258 ] {58972b60-c742-45a7-b39c-38fbc7c53106} <Debug> TCPHandler: Processed in 0.003977684 sec.
490 2024.12.06 02:41:56.034587 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
491 2024.12.06 02:41:56.034878 [ 260 ] {6ebc062d-0f92-45bb-b894-4195ea84349a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) 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.12.06 02:41:56.034981 [ 260 ] {6ebc062d-0f92-45bb-b894-4195ea84349a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
493 2024.12.06 02:41:56.036912 [ 260 ] {6ebc062d-0f92-45bb-b894-4195ea84349a} <Debug> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Loading data parts
494 2024.12.06 02:41:56.037073 [ 260 ] {6ebc062d-0f92-45bb-b894-4195ea84349a} <Debug> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): There are no data parts
495 2024.12.06 02:41:56.038423 [ 260 ] {6ebc062d-0f92-45bb-b894-4195ea84349a} <Debug> TCPHandler: Processed in 0.003896851 sec.
496 2024.12.06 02:41:56.038629 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
497 2024.12.06 02:41:56.038926 [ 258 ] {21a1d995-0a80-40a4-86e5-0d750e4c76f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) 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.12.06 02:41:56.039021 [ 258 ] {21a1d995-0a80-40a4-86e5-0d750e4c76f5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
499 2024.12.06 02:41:56.041011 [ 258 ] {21a1d995-0a80-40a4-86e5-0d750e4c76f5} <Debug> oximeter.measurements_histogramf32 (4db7a45b-9783-4c56-84fa-48a901befb46): Loading data parts
500 2024.12.06 02:41:56.041159 [ 258 ] {21a1d995-0a80-40a4-86e5-0d750e4c76f5} <Debug> oximeter.measurements_histogramf32 (4db7a45b-9783-4c56-84fa-48a901befb46): There are no data parts
501 2024.12.06 02:41:56.042484 [ 258 ] {21a1d995-0a80-40a4-86e5-0d750e4c76f5} <Debug> TCPHandler: Processed in 0.003912582 sec.
502 2024.12.06 02:41:56.042678 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
503 2024.12.06 02:41:56.042980 [ 260 ] {78991e22-f615-4146-ad98-9827c79e72cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) 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.12.06 02:41:56.043073 [ 260 ] {78991e22-f615-4146-ad98-9827c79e72cf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
505 2024.12.06 02:41:56.045032 [ 260 ] {78991e22-f615-4146-ad98-9827c79e72cf} <Debug> oximeter.measurements_histogramf64 (4c286f2b-a13f-4ff2-996d-5c473549d8f9): Loading data parts
506 2024.12.06 02:41:56.045215 [ 260 ] {78991e22-f615-4146-ad98-9827c79e72cf} <Debug> oximeter.measurements_histogramf64 (4c286f2b-a13f-4ff2-996d-5c473549d8f9): There are no data parts
507 2024.12.06 02:41:56.046615 [ 260 ] {78991e22-f615-4146-ad98-9827c79e72cf} <Debug> TCPHandler: Processed in 0.003997054 sec.
508 2024.12.06 02:41:56.046852 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
509 2024.12.06 02:41:56.047065 [ 258 ] {f0e65482-456e-4335-8d7d-84f7e2714bcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) /* 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.12.06 02:41:56.047157 [ 258 ] {f0e65482-456e-4335-8d7d-84f7e2714bcd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
536 2024.12.06 02:41:56.048985 [ 258 ] {f0e65482-456e-4335-8d7d-84f7e2714bcd} <Debug> oximeter.fields_bool (e5825090-9245-486e-8a74-5cf23d314bba): Loading data parts
537 2024.12.06 02:41:56.049129 [ 258 ] {f0e65482-456e-4335-8d7d-84f7e2714bcd} <Debug> oximeter.fields_bool (e5825090-9245-486e-8a74-5cf23d314bba): There are no data parts
538 2024.12.06 02:41:56.050414 [ 258 ] {f0e65482-456e-4335-8d7d-84f7e2714bcd} <Debug> TCPHandler: Processed in 0.003621314 sec.
539 2024.12.06 02:41:56.050616 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
540 2024.12.06 02:41:56.050833 [ 260 ] {2cca3281-2fbc-4045-a852-b738b1a10062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) 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.12.06 02:41:56.050957 [ 260 ] {2cca3281-2fbc-4045-a852-b738b1a10062} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
542 2024.12.06 02:41:56.052767 [ 260 ] {2cca3281-2fbc-4045-a852-b738b1a10062} <Debug> oximeter.fields_i8 (ec867604-0201-476e-b37f-fadb8a79d98b): Loading data parts
543 2024.12.06 02:41:56.052973 [ 260 ] {2cca3281-2fbc-4045-a852-b738b1a10062} <Debug> oximeter.fields_i8 (ec867604-0201-476e-b37f-fadb8a79d98b): There are no data parts
544 2024.12.06 02:41:56.054084 [ 260 ] {2cca3281-2fbc-4045-a852-b738b1a10062} <Debug> TCPHandler: Processed in 0.00352678 sec.
545 2024.12.06 02:41:56.054263 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
546 2024.12.06 02:41:56.054505 [ 258 ] {2d9656e4-f845-4768-9507-794c83d928b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) 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.12.06 02:41:56.054574 [ 258 ] {2d9656e4-f845-4768-9507-794c83d928b1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
548 2024.12.06 02:41:56.056487 [ 258 ] {2d9656e4-f845-4768-9507-794c83d928b1} <Debug> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Loading data parts
549 2024.12.06 02:41:56.056655 [ 258 ] {2d9656e4-f845-4768-9507-794c83d928b1} <Debug> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): There are no data parts
550 2024.12.06 02:41:56.058131 [ 258 ] {2d9656e4-f845-4768-9507-794c83d928b1} <Debug> TCPHandler: Processed in 0.003924262 sec.
551 2024.12.06 02:41:56.058321 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
552 2024.12.06 02:41:56.058530 [ 260 ] {f5643cae-7940-4821-836a-41fb9f347a19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) 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.12.06 02:41:56.058622 [ 260 ] {f5643cae-7940-4821-836a-41fb9f347a19} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
554 2024.12.06 02:41:56.060757 [ 260 ] {f5643cae-7940-4821-836a-41fb9f347a19} <Debug> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Loading data parts
555 2024.12.06 02:41:56.060911 [ 260 ] {f5643cae-7940-4821-836a-41fb9f347a19} <Debug> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): There are no data parts
556 2024.12.06 02:41:56.061991 [ 260 ] {f5643cae-7940-4821-836a-41fb9f347a19} <Debug> TCPHandler: Processed in 0.003726446 sec.
557 2024.12.06 02:41:56.062182 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
558 2024.12.06 02:41:56.062425 [ 258 ] {5c5f4a8c-02f8-4d88-9039-2dfd3c71b93c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) 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.12.06 02:41:56.062497 [ 258 ] {5c5f4a8c-02f8-4d88-9039-2dfd3c71b93c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
560 2024.12.06 02:41:56.064322 [ 258 ] {5c5f4a8c-02f8-4d88-9039-2dfd3c71b93c} <Debug> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Loading data parts
561 2024.12.06 02:41:56.064463 [ 258 ] {5c5f4a8c-02f8-4d88-9039-2dfd3c71b93c} <Debug> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): There are no data parts
562 2024.12.06 02:41:56.065533 [ 258 ] {5c5f4a8c-02f8-4d88-9039-2dfd3c71b93c} <Debug> TCPHandler: Processed in 0.003407867 sec.
563 2024.12.06 02:41:56.065736 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
564 2024.12.06 02:41:56.065945 [ 260 ] {59150cb2-b1c8-4f65-b120-850ccc13ae06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) 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.12.06 02:41:56.066037 [ 260 ] {59150cb2-b1c8-4f65-b120-850ccc13ae06} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
566 2024.12.06 02:41:56.067909 [ 260 ] {59150cb2-b1c8-4f65-b120-850ccc13ae06} <Debug> oximeter.fields_i32 (d69ecfc0-a726-424b-ab7d-3be810f0ae89): Loading data parts
567 2024.12.06 02:41:56.068073 [ 260 ] {59150cb2-b1c8-4f65-b120-850ccc13ae06} <Debug> oximeter.fields_i32 (d69ecfc0-a726-424b-ab7d-3be810f0ae89): There are no data parts
568 2024.12.06 02:41:56.069188 [ 260 ] {59150cb2-b1c8-4f65-b120-850ccc13ae06} <Debug> TCPHandler: Processed in 0.00350803 sec.
569 2024.12.06 02:41:56.069451 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
570 2024.12.06 02:41:56.069681 [ 258 ] {cd4ce85f-3948-4350-845a-1c0ee0f74179} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) 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.12.06 02:41:56.069760 [ 258 ] {cd4ce85f-3948-4350-845a-1c0ee0f74179} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
572 2024.12.06 02:41:56.071604 [ 258 ] {cd4ce85f-3948-4350-845a-1c0ee0f74179} <Debug> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Loading data parts
573 2024.12.06 02:41:56.071769 [ 258 ] {cd4ce85f-3948-4350-845a-1c0ee0f74179} <Debug> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): There are no data parts
574 2024.12.06 02:41:56.072928 [ 258 ] {cd4ce85f-3948-4350-845a-1c0ee0f74179} <Debug> TCPHandler: Processed in 0.00353389 sec.
575 2024.12.06 02:41:56.073126 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
576 2024.12.06 02:41:56.073384 [ 260 ] {c8908ecf-c5c7-4760-b6f6-5b7e4408928b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) 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.12.06 02:41:56.073486 [ 260 ] {c8908ecf-c5c7-4760-b6f6-5b7e4408928b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
578 2024.12.06 02:41:56.075525 [ 260 ] {c8908ecf-c5c7-4760-b6f6-5b7e4408928b} <Debug> oximeter.fields_i64 (cbe46d35-2121-473e-8fb7-f1790f3f6a74): Loading data parts
579 2024.12.06 02:41:56.075696 [ 260 ] {c8908ecf-c5c7-4760-b6f6-5b7e4408928b} <Debug> oximeter.fields_i64 (cbe46d35-2121-473e-8fb7-f1790f3f6a74): There are no data parts
580 2024.12.06 02:41:56.076764 [ 260 ] {c8908ecf-c5c7-4760-b6f6-5b7e4408928b} <Debug> TCPHandler: Processed in 0.003705956 sec.
581 2024.12.06 02:41:56.076992 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
582 2024.12.06 02:41:56.077209 [ 258 ] {eee0fa74-15d3-43fb-a475-c3cae9bb788a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) 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.12.06 02:41:56.077316 [ 258 ] {eee0fa74-15d3-43fb-a475-c3cae9bb788a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
584 2024.12.06 02:41:56.079355 [ 258 ] {eee0fa74-15d3-43fb-a475-c3cae9bb788a} <Debug> oximeter.fields_u64 (46ab7022-b313-4c4c-bf37-8e5558e024d3): Loading data parts
585 2024.12.06 02:41:56.079525 [ 258 ] {eee0fa74-15d3-43fb-a475-c3cae9bb788a} <Debug> oximeter.fields_u64 (46ab7022-b313-4c4c-bf37-8e5558e024d3): There are no data parts
586 2024.12.06 02:41:56.080771 [ 258 ] {eee0fa74-15d3-43fb-a475-c3cae9bb788a} <Debug> TCPHandler: Processed in 0.003837139 sec.
587 2024.12.06 02:41:56.080969 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
588 2024.12.06 02:41:56.081256 [ 260 ] {1a893671-10b3-4419-a5fd-428a4f724d89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) 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.12.06 02:41:56.081338 [ 260 ] {1a893671-10b3-4419-a5fd-428a4f724d89} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
590 2024.12.06 02:41:56.083364 [ 260 ] {1a893671-10b3-4419-a5fd-428a4f724d89} <Debug> oximeter.fields_ipaddr (c74a5b16-760a-4278-aa08-355d94d94d7a): Loading data parts
591 2024.12.06 02:41:56.083529 [ 260 ] {1a893671-10b3-4419-a5fd-428a4f724d89} <Debug> oximeter.fields_ipaddr (c74a5b16-760a-4278-aa08-355d94d94d7a): There are no data parts
592 2024.12.06 02:41:56.084874 [ 260 ] {1a893671-10b3-4419-a5fd-428a4f724d89} <Debug> TCPHandler: Processed in 0.003969733 sec.
593 2024.12.06 02:41:56.085083 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
594 2024.12.06 02:41:56.085288 [ 258 ] {620e28ce-3213-4b30-b6a0-4b002a90d327} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) 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.12.06 02:41:56.085378 [ 258 ] {620e28ce-3213-4b30-b6a0-4b002a90d327} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
596 2024.12.06 02:41:56.087144 [ 258 ] {620e28ce-3213-4b30-b6a0-4b002a90d327} <Debug> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Loading data parts
597 2024.12.06 02:41:56.087341 [ 258 ] {620e28ce-3213-4b30-b6a0-4b002a90d327} <Debug> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): There are no data parts
598 2024.12.06 02:41:56.088557 [ 258 ] {620e28ce-3213-4b30-b6a0-4b002a90d327} <Debug> TCPHandler: Processed in 0.003532321 sec.
599 2024.12.06 02:41:56.088749 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
600 2024.12.06 02:41:56.089021 [ 260 ] {d042e42f-75f2-4599-b45c-c7ebb4cdde74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) 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.12.06 02:41:56.089101 [ 260 ] {d042e42f-75f2-4599-b45c-c7ebb4cdde74} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
602 2024.12.06 02:41:56.090817 [ 260 ] {d042e42f-75f2-4599-b45c-c7ebb4cdde74} <Debug> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Loading data parts
603 2024.12.06 02:41:56.090971 [ 260 ] {d042e42f-75f2-4599-b45c-c7ebb4cdde74} <Debug> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): There are no data parts
604 2024.12.06 02:41:56.092239 [ 260 ] {d042e42f-75f2-4599-b45c-c7ebb4cdde74} <Debug> TCPHandler: Processed in 0.003547551 sec.
605 2024.12.06 02:41:56.092455 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
606 2024.12.06 02:41:56.092749 [ 258 ] {834f5698-1d3e-4f85-b57b-aa16e7899764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) /* 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.12.06 02:41:56.092869 [ 258 ] {834f5698-1d3e-4f85-b57b-aa16e7899764} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
611 2024.12.06 02:41:56.094672 [ 258 ] {834f5698-1d3e-4f85-b57b-aa16e7899764} <Debug> oximeter.timeseries_schema (1ea89278-e762-443f-98b4-9b5f5bc3a832): Loading data parts
612 2024.12.06 02:41:56.094817 [ 258 ] {834f5698-1d3e-4f85-b57b-aa16e7899764} <Debug> oximeter.timeseries_schema (1ea89278-e762-443f-98b4-9b5f5bc3a832): There are no data parts
613 2024.12.06 02:41:56.096199 [ 258 ] {834f5698-1d3e-4f85-b57b-aa16e7899764} <Debug> TCPHandler: Processed in 0.003801088 sec.
614 2024.12.06 02:41:56.096409 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
615 2024.12.06 02:41:56.096607 [ 260 ] {a8a98421-e50f-4614-9227-bdd5f3be4343} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
616 2024.12.06 02:41:56.098420 [ 260 ] {a8a98421-e50f-4614-9227-bdd5f3be4343} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
617 2024.12.06 02:41:56.107202 [ 268 ] {a8a98421-e50f-4614-9227-bdd5f3be4343} <Trace> oximeter.version (b8e6d94d-2668-48d9-9c74-ac928927882a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
618 2024.12.06 02:41:56.107251 [ 268 ] {a8a98421-e50f-4614-9227-bdd5f3be4343} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB.
619 2024.12.06 02:41:56.111200 [ 268 ] {a8a98421-e50f-4614-9227-bdd5f3be4343} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
620 2024.12.06 02:41:56.111662 [ 268 ] {a8a98421-e50f-4614-9227-bdd5f3be4343} <Trace> oximeter.version (b8e6d94d-2668-48d9-9c74-ac928927882a): 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.12.06 02:41:56.111967 [ 260 ] {a8a98421-e50f-4614-9227-bdd5f3be4343} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.01544 sec., 64.76683937823834 rows/sec., 1.01 KiB/sec.
622 2024.12.06 02:41:56.112333 [ 260 ] {a8a98421-e50f-4614-9227-bdd5f3be4343} <Debug> TCPHandler: Processed in 0.015981417 sec.
623 2024.12.06 02:41:56.920336 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53483
624 2024.12.06 02:41:56.921313 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
625 2024.12.06 02:41:56.921349 [ 269 ] {} <Debug> TCP-Session: d9c02f74-63b6-470c-b335-212cc3d4c019 Authenticating user 'default' from [fd00:1122:3344:101::a]:53483
626 2024.12.06 02:41:56.921421 [ 269 ] {} <Debug> TCP-Session: d9c02f74-63b6-470c-b335-212cc3d4c019 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
627 2024.12.06 02:41:56.921436 [ 269 ] {} <Debug> TCP-Session: d9c02f74-63b6-470c-b335-212cc3d4c019 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
628 2024.12.06 02:41:56.921490 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
629 2024.12.06 02:41:56.921541 [ 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.12.06 02:41:56.921560 [ 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.12.06 02:41:56.921982 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59085
632 2024.12.06 02:41:56.922043 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44688
633 2024.12.06 02:41:56.922172 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36151
634 2024.12.06 02:41:56.922180 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
635 2024.12.06 02:41:56.922353 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
636 2024.12.06 02:41:56.922401 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35257
637 2024.12.06 02:41:56.922392 [ 270 ] {} <Debug> TCP-Session: 739af7bc-fecf-4ba4-8652-cd1c6331bf8c Authenticating user 'default' from [fd00:1122:3344:101::a]:59085
638 2024.12.06 02:41:56.922518 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
639 2024.12.06 02:41:56.922558 [ 271 ] {} <Debug> TCP-Session: cd77f544-1327-410c-b005-0d797b9f5b42 Authenticating user 'default' from [fd00:1122:3344:101::a]:44688
640 2024.12.06 02:41:56.922550 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56208
641 2024.12.06 02:41:56.922595 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36227
642 2024.12.06 02:41:56.922635 [ 271 ] {} <Debug> TCP-Session: cd77f544-1327-410c-b005-0d797b9f5b42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
643 2024.12.06 02:41:56.922633 [ 270 ] {} <Debug> TCP-Session: 739af7bc-fecf-4ba4-8652-cd1c6331bf8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
644 2024.12.06 02:41:56.922683 [ 272 ] {} <Debug> TCP-Session: c79c28a8-b7c8-4695-86d9-17f4a8d6a076 Authenticating user 'default' from [fd00:1122:3344:101::a]:36151
645 2024.12.06 02:41:56.922708 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55927
646 2024.12.06 02:41:56.922757 [ 271 ] {} <Debug> TCP-Session: cd77f544-1327-410c-b005-0d797b9f5b42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
647 2024.12.06 02:41:56.922884 [ 272 ] {} <Debug> TCP-Session: c79c28a8-b7c8-4695-86d9-17f4a8d6a076 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
648 2024.12.06 02:41:56.922885 [ 270 ] {} <Debug> TCP-Session: 739af7bc-fecf-4ba4-8652-cd1c6331bf8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
649 2024.12.06 02:41:56.923201 [ 272 ] {} <Debug> TCP-Session: c79c28a8-b7c8-4695-86d9-17f4a8d6a076 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
650 2024.12.06 02:41:56.928501 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
651 2024.12.06 02:41:56.928530 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
652 2024.12.06 02:41:56.928547 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
653 2024.12.06 02:41:56.928580 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
654 2024.12.06 02:41:56.928615 [ 273 ] {} <Debug> TCP-Session: 561d5a46-a5e3-4193-ba4f-a4f1fdada3a9 Authenticating user 'default' from [fd00:1122:3344:101::a]:35257
655 2024.12.06 02:41:56.928629 [ 276 ] {} <Debug> TCP-Session: c3f5117d-02cd-4cd9-ae96-46ffff8a30e4 Authenticating user 'default' from [fd00:1122:3344:101::a]:55927
656 2024.12.06 02:41:56.928650 [ 275 ] {} <Debug> TCP-Session: 757e8a7b-6534-4400-9d1e-0e67f0633f37 Authenticating user 'default' from [fd00:1122:3344:101::a]:36227
657 2024.12.06 02:41:56.928705 [ 274 ] {} <Debug> TCP-Session: f09adab2-e4fb-4592-b89b-8de2d200ccce Authenticating user 'default' from [fd00:1122:3344:101::a]:56208
658 2024.12.06 02:41:56.928727 [ 276 ] {} <Debug> TCP-Session: c3f5117d-02cd-4cd9-ae96-46ffff8a30e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
659 2024.12.06 02:41:56.928754 [ 273 ] {} <Debug> TCP-Session: 561d5a46-a5e3-4193-ba4f-a4f1fdada3a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
660 2024.12.06 02:41:56.928801 [ 274 ] {} <Debug> TCP-Session: f09adab2-e4fb-4592-b89b-8de2d200ccce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
661 2024.12.06 02:41:56.928789 [ 276 ] {} <Debug> TCP-Session: c3f5117d-02cd-4cd9-ae96-46ffff8a30e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
662 2024.12.06 02:41:56.928781 [ 275 ] {} <Debug> TCP-Session: 757e8a7b-6534-4400-9d1e-0e67f0633f37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
663 2024.12.06 02:41:56.928893 [ 273 ] {} <Debug> TCP-Session: 561d5a46-a5e3-4193-ba4f-a4f1fdada3a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
664 2024.12.06 02:41:56.928907 [ 274 ] {} <Debug> TCP-Session: f09adab2-e4fb-4592-b89b-8de2d200ccce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
665 2024.12.06 02:41:56.928987 [ 275 ] {} <Debug> TCP-Session: 757e8a7b-6534-4400-9d1e-0e67f0633f37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
666 2024.12.06 02:41:57.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 136.29 MiB, peak 136.29 MiB, free memory in arenas 0.00 B, will set to 140.25 MiB (RSS), difference: 3.97 MiB
667 2024.12.06 02:41:57.933236 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44211
668 2024.12.06 02:41:57.934340 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
669 2024.12.06 02:41:57.934399 [ 277 ] {} <Debug> TCP-Session: 0c408c01-459d-460d-b952-47903f180761 Authenticating user 'default' from [fd00:1122:3344:101::c]:44211
670 2024.12.06 02:41:57.934447 [ 277 ] {} <Debug> TCP-Session: 0c408c01-459d-460d-b952-47903f180761 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
671 2024.12.06 02:41:57.934462 [ 277 ] {} <Debug> TCP-Session: 0c408c01-459d-460d-b952-47903f180761 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
672 2024.12.06 02:41:57.934551 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
673 2024.12.06 02:41:57.934591 [ 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.12.06 02:41:57.934624 [ 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.12.06 02:41:57.935010 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45707
676 2024.12.06 02:41:57.935186 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52578
677 2024.12.06 02:41:57.935261 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36485
678 2024.12.06 02:41:57.935601 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
679 2024.12.06 02:41:57.935601 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63426
680 2024.12.06 02:41:57.935650 [ 279 ] {} <Debug> TCP-Session: 0eea3fdc-6de2-47d5-9f5a-cd722e7fa683 Authenticating user 'default' from [fd00:1122:3344:101::c]:52578
681 2024.12.06 02:41:57.935618 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61331
682 2024.12.06 02:41:57.935683 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59465
683 2024.12.06 02:41:57.935819 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34191
684 2024.12.06 02:41:57.935832 [ 279 ] {} <Debug> TCP-Session: 0eea3fdc-6de2-47d5-9f5a-cd722e7fa683 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
685 2024.12.06 02:41:57.936225 [ 279 ] {} <Debug> TCP-Session: 0eea3fdc-6de2-47d5-9f5a-cd722e7fa683 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
686 2024.12.06 02:41:57.941803 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
687 2024.12.06 02:41:57.941856 [ 278 ] {} <Debug> TCP-Session: 0c71dad8-0b38-4139-8bc4-1da901e7fee9 Authenticating user 'default' from [fd00:1122:3344:101::c]:45707
688 2024.12.06 02:41:57.941866 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
689 2024.12.06 02:41:57.941896 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
690 2024.12.06 02:41:57.941931 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
691 2024.12.06 02:41:57.941989 [ 284 ] {} <Debug> TCP-Session: 519a1599-ad41-4502-b526-2df23d2dc283 Authenticating user 'default' from [fd00:1122:3344:101::c]:34191
692 2024.12.06 02:41:57.942007 [ 283 ] {} <Debug> TCP-Session: 02a330da-e6e4-427e-b3c3-c61b47051429 Authenticating user 'default' from [fd00:1122:3344:101::c]:59465
693 2024.12.06 02:41:57.941971 [ 278 ] {} <Debug> TCP-Session: 0c71dad8-0b38-4139-8bc4-1da901e7fee9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
694 2024.12.06 02:41:57.941958 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
695 2024.12.06 02:41:57.942066 [ 281 ] {} <Debug> TCP-Session: f2344b6a-d8e4-4d17-a2cb-30c5c83046af Authenticating user 'default' from [fd00:1122:3344:101::c]:61331
696 2024.12.06 02:41:57.942085 [ 283 ] {} <Debug> TCP-Session: 02a330da-e6e4-427e-b3c3-c61b47051429 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
697 2024.12.06 02:41:57.942085 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
698 2024.12.06 02:41:57.942138 [ 284 ] {} <Debug> TCP-Session: 519a1599-ad41-4502-b526-2df23d2dc283 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
699 2024.12.06 02:41:57.942163 [ 281 ] {} <Debug> TCP-Session: f2344b6a-d8e4-4d17-a2cb-30c5c83046af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
700 2024.12.06 02:41:57.942177 [ 278 ] {} <Debug> TCP-Session: 0c71dad8-0b38-4139-8bc4-1da901e7fee9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
701 2024.12.06 02:41:57.942219 [ 282 ] {} <Debug> TCP-Session: 69de2db0-6657-4a3f-92b2-19f2a6ee57be Authenticating user 'default' from [fd00:1122:3344:101::c]:63426
702 2024.12.06 02:41:57.942200 [ 280 ] {} <Debug> TCP-Session: 8eb40dce-c06c-43eb-a8bb-ad06e4575a78 Authenticating user 'default' from [fd00:1122:3344:101::c]:36485
703 2024.12.06 02:41:57.942245 [ 284 ] {} <Debug> TCP-Session: 519a1599-ad41-4502-b526-2df23d2dc283 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
704 2024.12.06 02:41:57.942271 [ 281 ] {} <Debug> TCP-Session: f2344b6a-d8e4-4d17-a2cb-30c5c83046af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
705 2024.12.06 02:41:57.942296 [ 280 ] {} <Debug> TCP-Session: 8eb40dce-c06c-43eb-a8bb-ad06e4575a78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
706 2024.12.06 02:41:57.942262 [ 282 ] {} <Debug> TCP-Session: 69de2db0-6657-4a3f-92b2-19f2a6ee57be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
707 2024.12.06 02:41:57.942435 [ 280 ] {} <Debug> TCP-Session: 8eb40dce-c06c-43eb-a8bb-ad06e4575a78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
708 2024.12.06 02:41:57.942441 [ 283 ] {} <Debug> TCP-Session: 02a330da-e6e4-427e-b3c3-c61b47051429 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
709 2024.12.06 02:41:57.942487 [ 282 ] {} <Debug> TCP-Session: 69de2db0-6657-4a3f-92b2-19f2a6ee57be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
710 2024.12.06 02:41:58.286424 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64152
711 2024.12.06 02:41:58.287679 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
712 2024.12.06 02:41:58.287721 [ 285 ] {} <Debug> TCP-Session: e34faea7-c2e2-40b4-abbd-9e2e4f974a6e Authenticating user 'default' from [fd00:1122:3344:101::b]:64152
713 2024.12.06 02:41:58.287799 [ 285 ] {} <Debug> TCP-Session: e34faea7-c2e2-40b4-abbd-9e2e4f974a6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
714 2024.12.06 02:41:58.287815 [ 285 ] {} <Debug> TCP-Session: e34faea7-c2e2-40b4-abbd-9e2e4f974a6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
715 2024.12.06 02:41:58.287881 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
716 2024.12.06 02:41:58.287940 [ 285 ] {} <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
717 2024.12.06 02:41:58.287957 [ 285 ] {} <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
718 2024.12.06 02:41:58.288387 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42065
719 2024.12.06 02:41:58.288644 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
720 2024.12.06 02:41:58.288672 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42658
721 2024.12.06 02:41:58.288662 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46494
722 2024.12.06 02:41:58.288746 [ 286 ] {} <Debug> TCP-Session: fa912723-e9f6-452b-9638-12512faf73ad Authenticating user 'default' from [fd00:1122:3344:101::b]:42065
723 2024.12.06 02:41:58.288788 [ 286 ] {} <Debug> TCP-Session: fa912723-e9f6-452b-9638-12512faf73ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
724 2024.12.06 02:41:58.289087 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58645
725 2024.12.06 02:41:58.289105 [ 286 ] {} <Debug> TCP-Session: fa912723-e9f6-452b-9638-12512faf73ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
726 2024.12.06 02:41:58.289125 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
727 2024.12.06 02:41:58.289027 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52380
728 2024.12.06 02:41:58.289373 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
729 2024.12.06 02:41:58.289559 [ 287 ] {} <Debug> TCP-Session: 83bdc4d0-3d1a-46da-8072-27410f1d3516 Authenticating user 'default' from [fd00:1122:3344:101::b]:42658
730 2024.12.06 02:41:58.289596 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58474
731 2024.12.06 02:41:58.289643 [ 287 ] {} <Debug> TCP-Session: 83bdc4d0-3d1a-46da-8072-27410f1d3516 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
732 2024.12.06 02:41:58.289633 [ 289 ] {} <Debug> TCP-Session: 7ec8af5d-838d-4704-82e3-da3df3c9aea5 Authenticating user 'default' from [fd00:1122:3344:101::b]:58645
733 2024.12.06 02:41:58.289608 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37865
734 2024.12.06 02:41:58.289706 [ 287 ] {} <Debug> TCP-Session: 83bdc4d0-3d1a-46da-8072-27410f1d3516 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
735 2024.12.06 02:41:58.289725 [ 289 ] {} <Debug> TCP-Session: 7ec8af5d-838d-4704-82e3-da3df3c9aea5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
736 2024.12.06 02:41:58.289978 [ 289 ] {} <Debug> TCP-Session: 7ec8af5d-838d-4704-82e3-da3df3c9aea5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
737 2024.12.06 02:41:58.294700 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
738 2024.12.06 02:41:58.294789 [ 288 ] {} <Debug> TCP-Session: 26a0b50a-b4ec-4645-aced-dc9046c7b4ba Authenticating user 'default' from [fd00:1122:3344:101::b]:46494
739 2024.12.06 02:41:58.294811 [ 288 ] {} <Debug> TCP-Session: 26a0b50a-b4ec-4645-aced-dc9046c7b4ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
740 2024.12.06 02:41:58.294828 [ 288 ] {} <Debug> TCP-Session: 26a0b50a-b4ec-4645-aced-dc9046c7b4ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
741 2024.12.06 02:41:58.295400 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
742 2024.12.06 02:41:58.295441 [ 290 ] {} <Debug> TCP-Session: 9ef43fda-2806-4116-b366-fe5b52915270 Authenticating user 'default' from [fd00:1122:3344:101::b]:52380
743 2024.12.06 02:41:58.295456 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
744 2024.12.06 02:41:58.295481 [ 290 ] {} <Debug> TCP-Session: 9ef43fda-2806-4116-b366-fe5b52915270 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
745 2024.12.06 02:41:58.295490 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
746 2024.12.06 02:41:58.295552 [ 291 ] {} <Debug> TCP-Session: 92c1f509-6be2-4d1e-abc1-32ea6a9d907d Authenticating user 'default' from [fd00:1122:3344:101::b]:37865
747 2024.12.06 02:41:58.295560 [ 290 ] {} <Debug> TCP-Session: 9ef43fda-2806-4116-b366-fe5b52915270 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
748 2024.12.06 02:41:58.295598 [ 292 ] {} <Debug> TCP-Session: 7eb30ecd-5c7d-49a9-b893-e76f472a5420 Authenticating user 'default' from [fd00:1122:3344:101::b]:58474
749 2024.12.06 02:41:58.295630 [ 291 ] {} <Debug> TCP-Session: 92c1f509-6be2-4d1e-abc1-32ea6a9d907d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
750 2024.12.06 02:41:58.295681 [ 292 ] {} <Debug> TCP-Session: 7eb30ecd-5c7d-49a9-b893-e76f472a5420 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
751 2024.12.06 02:41:58.295721 [ 291 ] {} <Debug> TCP-Session: 92c1f509-6be2-4d1e-abc1-32ea6a9d907d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
752 2024.12.06 02:41:58.295730 [ 292 ] {} <Debug> TCP-Session: 7eb30ecd-5c7d-49a9-b893-e76f472a5420 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
753 2024.12.06 02:42:03.161397 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
754 2024.12.06 02:42:03.161417 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549
755 2024.12.06 02:42:03.161508 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
756 2024.12.06 02:42:03.161573 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
757 2024.12.06 02:42:03.172461 [ 244 ] {} <Debug> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Loading data parts
758 2024.12.06 02:42:03.172926 [ 244 ] {} <Debug> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): There are no data parts
759 2024.12.06 02:42:03.181363 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
760 2024.12.06 02:42:03.181456 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
761 2024.12.06 02:42:03.184914 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
762 2024.12.06 02:42:03.185698 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
763 2024.12.06 02:42:03.186637 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549
764 2024.12.06 02:42:03.192097 [ 243 ] {} <Debug> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Loading data parts
765 2024.12.06 02:42:03.192301 [ 243 ] {} <Debug> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): There are no data parts
766 2024.12.06 02:42:03.215000 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
767 2024.12.06 02:42:03.215041 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
768 2024.12.06 02:42:03.222292 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
769 2024.12.06 02:42:03.223074 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
770 2024.12.06 02:42:03.225377 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
771 2024.12.06 02:42:04.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.39 MiB, peak 150.39 MiB, free memory in arenas 0.00 B, will set to 151.32 MiB (RSS), difference: 4.93 MiB
772 2024.12.06 02:42:05.661325 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90
773 2024.12.06 02:42:05.661432 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
774 2024.12.06 02:42:05.666307 [ 242 ] {} <Debug> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Loading data parts
775 2024.12.06 02:42:05.666471 [ 242 ] {} <Debug> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): There are no data parts
776 2024.12.06 02:42:05.672246 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Trying to reserve 1.00 MiB using storage policy from min volume index 0
777 2024.12.06 02:42:05.672287 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
778 2024.12.06 02:42:05.673920 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
779 2024.12.06 02:42:05.674218 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
780 2024.12.06 02:42:05.674708 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90
781 2024.12.06 02:42:06.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.50 MiB, peak 155.50 MiB, free memory in arenas 0.00 B, will set to 151.78 MiB (RSS), difference: -3.72 MiB
782 2024.12.06 02:42:10.633585 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache
783 2024.12.06 02:42:10.633647 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache
784 2024.12.06 02:42:10.686758 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976
785 2024.12.06 02:42:10.687615 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
786 2024.12.06 02:42:10.687666 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
787 2024.12.06 02:42:10.688226 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
788 2024.12.06 02:42:10.688482 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
789 2024.12.06 02:42:10.688789 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
790 2024.12.06 02:42:10.725433 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
791 2024.12.06 02:42:10.747212 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
792 2024.12.06 02:42:10.747267 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB.
793 2024.12.06 02:42:10.753871 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
794 2024.12.06 02:42:10.754619 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
795 2024.12.06 02:42:10.757258 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
796 2024.12.06 02:42:11.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.45 MiB, peak 156.45 MiB, free memory in arenas 0.00 B, will set to 154.58 MiB (RSS), difference: 2.13 MiB
797 2024.12.06 02:42:15.499031 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
798 2024.12.06 02:42:15.499257 [ 258 ] {c6106f45-f444-4395-bbd3-6115139cc32b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
799 2024.12.06 02:42:15.499704 [ 258 ] {c6106f45-f444-4395-bbd3-6115139cc32b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
800 2024.12.06 02:42:15.499952 [ 258 ] {c6106f45-f444-4395-bbd3-6115139cc32b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
801 2024.12.06 02:42:15.500822 [ 258 ] {c6106f45-f444-4395-bbd3-6115139cc32b} <Debug> TCPHandler: Processed in 0.001933835 sec.
802 2024.12.06 02:42:15.504155 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
803 2024.12.06 02:42:15.504421 [ 260 ] {7431b66b-8b7a-4bcd-a591-2e87e3223b25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete)
804 2024.12.06 02:42:15.508244 [ 260 ] {7431b66b-8b7a-4bcd-a591-2e87e3223b25} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
805 2024.12.06 02:42:15.508334 [ 260 ] {7431b66b-8b7a-4bcd-a591-2e87e3223b25} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
806 2024.12.06 02:42:15.509055 [ 260 ] {7431b66b-8b7a-4bcd-a591-2e87e3223b25} <Debug> TCPHandler: Processed in 0.005035844 sec.
807 2024.12.06 02:42:15.509460 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
808 2024.12.06 02:42:15.509691 [ 258 ] {ac12565b-19c9-4b4a-82df-05e87030a05b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete)
809 2024.12.06 02:42:15.510158 [ 258 ] {ac12565b-19c9-4b4a-82df-05e87030a05b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
810 2024.12.06 02:42:15.510216 [ 258 ] {ac12565b-19c9-4b4a-82df-05e87030a05b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
811 2024.12.06 02:42:15.510762 [ 258 ] {ac12565b-19c9-4b4a-82df-05e87030a05b} <Debug> TCPHandler: Processed in 0.001389969 sec.
812 2024.12.06 02:42:15.511009 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
813 2024.12.06 02:42:15.511198 [ 260 ] {a307f752-7deb-4503-8df8-eb0c019dfda1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
814 2024.12.06 02:42:15.511648 [ 260 ] {a307f752-7deb-4503-8df8-eb0c019dfda1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
815 2024.12.06 02:42:15.511716 [ 260 ] {a307f752-7deb-4503-8df8-eb0c019dfda1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
816 2024.12.06 02:42:15.512233 [ 260 ] {a307f752-7deb-4503-8df8-eb0c019dfda1} <Debug> TCPHandler: Processed in 0.001289936 sec.
817 2024.12.06 02:42:15.512513 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
818 2024.12.06 02:42:15.512672 [ 258 ] {45f0d855-3cf8-4cdb-a91d-3cea26e5449b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
819 2024.12.06 02:42:15.513116 [ 258 ] {45f0d855-3cf8-4cdb-a91d-3cea26e5449b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
820 2024.12.06 02:42:15.513196 [ 258 ] {45f0d855-3cf8-4cdb-a91d-3cea26e5449b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
821 2024.12.06 02:42:15.513825 [ 258 ] {45f0d855-3cf8-4cdb-a91d-3cea26e5449b} <Debug> TCPHandler: Processed in 0.001366279 sec.
822 2024.12.06 02:42:15.514161 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
823 2024.12.06 02:42:15.514320 [ 260 ] {fa54bb98-3171-4b88-81d2-e5c85b642576} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
824 2024.12.06 02:42:15.514697 [ 260 ] {fa54bb98-3171-4b88-81d2-e5c85b642576} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
825 2024.12.06 02:42:15.514754 [ 260 ] {fa54bb98-3171-4b88-81d2-e5c85b642576} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
826 2024.12.06 02:42:15.515225 [ 260 ] {fa54bb98-3171-4b88-81d2-e5c85b642576} <Debug> TCPHandler: Processed in 0.001118622 sec.
827 2024.12.06 02:42:15.515472 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
828 2024.12.06 02:42:15.515635 [ 258 ] {8d3a7118-0817-411b-93fa-8bbfc11c4aae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
829 2024.12.06 02:42:15.516019 [ 258 ] {8d3a7118-0817-411b-93fa-8bbfc11c4aae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
830 2024.12.06 02:42:15.516075 [ 258 ] {8d3a7118-0817-411b-93fa-8bbfc11c4aae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
831 2024.12.06 02:42:15.516592 [ 258 ] {8d3a7118-0817-411b-93fa-8bbfc11c4aae} <Debug> TCPHandler: Processed in 0.001177774 sec.
832 2024.12.06 02:42:15.516864 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
833 2024.12.06 02:42:15.517019 [ 260 ] {ab2e7f3c-883e-40b4-8405-1ece1a2b7a87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
834 2024.12.06 02:42:15.517393 [ 260 ] {ab2e7f3c-883e-40b4-8405-1ece1a2b7a87} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
835 2024.12.06 02:42:15.517447 [ 260 ] {ab2e7f3c-883e-40b4-8405-1ece1a2b7a87} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
836 2024.12.06 02:42:15.517913 [ 260 ] {ab2e7f3c-883e-40b4-8405-1ece1a2b7a87} <Debug> TCPHandler: Processed in 0.001102412 sec.
837 2024.12.06 02:42:15.518167 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
838 2024.12.06 02:42:15.518323 [ 258 ] {b2d7aa6f-1f60-446b-b5e1-1ed0c6300b5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
839 2024.12.06 02:42:15.518702 [ 258 ] {b2d7aa6f-1f60-446b-b5e1-1ed0c6300b5f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
840 2024.12.06 02:42:15.518758 [ 258 ] {b2d7aa6f-1f60-446b-b5e1-1ed0c6300b5f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
841 2024.12.06 02:42:15.519356 [ 258 ] {b2d7aa6f-1f60-446b-b5e1-1ed0c6300b5f} <Debug> TCPHandler: Processed in 0.001247086 sec.
842 2024.12.06 02:42:15.519622 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
843 2024.12.06 02:42:15.519794 [ 260 ] {8b78638e-6808-46d8-babb-2e10847d19ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
844 2024.12.06 02:42:15.520252 [ 260 ] {8b78638e-6808-46d8-babb-2e10847d19ad} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
845 2024.12.06 02:42:15.520318 [ 260 ] {8b78638e-6808-46d8-babb-2e10847d19ad} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
846 2024.12.06 02:42:15.520860 [ 260 ] {8b78638e-6808-46d8-babb-2e10847d19ad} <Debug> TCPHandler: Processed in 0.001292847 sec.
847 2024.12.06 02:42:15.521104 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
848 2024.12.06 02:42:15.521265 [ 258 ] {daec149a-45b7-4e47-8b46-8627e76a52de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
849 2024.12.06 02:42:15.521653 [ 258 ] {daec149a-45b7-4e47-8b46-8627e76a52de} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
850 2024.12.06 02:42:15.521709 [ 258 ] {daec149a-45b7-4e47-8b46-8627e76a52de} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
851 2024.12.06 02:42:15.522222 [ 258 ] {daec149a-45b7-4e47-8b46-8627e76a52de} <Debug> TCPHandler: Processed in 0.001176174 sec.
852 2024.12.06 02:42:15.522475 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
853 2024.12.06 02:42:15.522635 [ 260 ] {7b4ad705-3041-4bcd-8bc1-07c53950dcf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
854 2024.12.06 02:42:15.523021 [ 260 ] {7b4ad705-3041-4bcd-8bc1-07c53950dcf4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
855 2024.12.06 02:42:15.523076 [ 260 ] {7b4ad705-3041-4bcd-8bc1-07c53950dcf4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
856 2024.12.06 02:42:15.523545 [ 260 ] {7b4ad705-3041-4bcd-8bc1-07c53950dcf4} <Debug> TCPHandler: Processed in 0.001123672 sec.
857 2024.12.06 02:42:15.523795 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
858 2024.12.06 02:42:15.523955 [ 258 ] {baf145f9-c51f-414a-9d69-57bf52507839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
859 2024.12.06 02:42:15.524347 [ 258 ] {baf145f9-c51f-414a-9d69-57bf52507839} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
860 2024.12.06 02:42:15.524402 [ 258 ] {baf145f9-c51f-414a-9d69-57bf52507839} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
861 2024.12.06 02:42:15.524906 [ 258 ] {baf145f9-c51f-414a-9d69-57bf52507839} <Debug> TCPHandler: Processed in 0.001168663 sec.
862 2024.12.06 02:42:15.525155 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
863 2024.12.06 02:42:15.525315 [ 260 ] {b7ce7133-5077-475c-9d83-12abff23516e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
864 2024.12.06 02:42:15.525712 [ 260 ] {b7ce7133-5077-475c-9d83-12abff23516e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
865 2024.12.06 02:42:15.525766 [ 260 ] {b7ce7133-5077-475c-9d83-12abff23516e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
866 2024.12.06 02:42:15.526231 [ 260 ] {b7ce7133-5077-475c-9d83-12abff23516e} <Debug> TCPHandler: Processed in 0.001128912 sec.
867 2024.12.06 02:42:15.526475 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
868 2024.12.06 02:42:15.526637 [ 258 ] {62b919ce-9dfc-4c96-82d0-c89eeecec847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
869 2024.12.06 02:42:15.527106 [ 258 ] {62b919ce-9dfc-4c96-82d0-c89eeecec847} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
870 2024.12.06 02:42:15.527173 [ 258 ] {62b919ce-9dfc-4c96-82d0-c89eeecec847} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
871 2024.12.06 02:42:15.527760 [ 258 ] {62b919ce-9dfc-4c96-82d0-c89eeecec847} <Debug> TCPHandler: Processed in 0.001342549 sec.
872 2024.12.06 02:42:15.527996 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
873 2024.12.06 02:42:15.528160 [ 260 ] {16ba531f-a72a-45cb-ae42-27d9ffb37f4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
874 2024.12.06 02:42:15.528559 [ 260 ] {16ba531f-a72a-45cb-ae42-27d9ffb37f4b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
875 2024.12.06 02:42:15.528613 [ 260 ] {16ba531f-a72a-45cb-ae42-27d9ffb37f4b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
876 2024.12.06 02:42:15.529080 [ 260 ] {16ba531f-a72a-45cb-ae42-27d9ffb37f4b} <Debug> TCPHandler: Processed in 0.001136462 sec.
877 2024.12.06 02:42:15.529326 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
878 2024.12.06 02:42:15.529489 [ 258 ] {29844802-9f98-4ceb-a5ed-2f73ec5f7ae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
879 2024.12.06 02:42:15.529894 [ 258 ] {29844802-9f98-4ceb-a5ed-2f73ec5f7ae3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
880 2024.12.06 02:42:15.529950 [ 258 ] {29844802-9f98-4ceb-a5ed-2f73ec5f7ae3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
881 2024.12.06 02:42:15.530666 [ 258 ] {29844802-9f98-4ceb-a5ed-2f73ec5f7ae3} <Debug> TCPHandler: Processed in 0.00139716 sec.
882 2024.12.06 02:42:15.530935 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
883 2024.12.06 02:42:15.531131 [ 260 ] {a38d13c4-905d-46b8-935b-db1260a80034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
884 2024.12.06 02:42:15.531622 [ 260 ] {a38d13c4-905d-46b8-935b-db1260a80034} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
885 2024.12.06 02:42:15.531688 [ 260 ] {a38d13c4-905d-46b8-935b-db1260a80034} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
886 2024.12.06 02:42:15.532321 [ 260 ] {a38d13c4-905d-46b8-935b-db1260a80034} <Debug> TCPHandler: Processed in 0.001450011 sec.
887 2024.12.06 02:42:15.532587 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
888 2024.12.06 02:42:15.532755 [ 258 ] {64a0abb9-d8d0-4882-82be-b4a81ea50eaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
889 2024.12.06 02:42:15.533182 [ 258 ] {64a0abb9-d8d0-4882-82be-b4a81ea50eaf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
890 2024.12.06 02:42:15.533238 [ 258 ] {64a0abb9-d8d0-4882-82be-b4a81ea50eaf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
891 2024.12.06 02:42:15.533758 [ 258 ] {64a0abb9-d8d0-4882-82be-b4a81ea50eaf} <Debug> TCPHandler: Processed in 0.001228395 sec.
892 2024.12.06 02:42:15.534053 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
893 2024.12.06 02:42:15.534223 [ 260 ] {1ec1f827-a85b-4d2d-af55-153e5879697a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
894 2024.12.06 02:42:15.534635 [ 260 ] {1ec1f827-a85b-4d2d-af55-153e5879697a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
895 2024.12.06 02:42:15.534690 [ 260 ] {1ec1f827-a85b-4d2d-af55-153e5879697a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
896 2024.12.06 02:42:15.535218 [ 260 ] {1ec1f827-a85b-4d2d-af55-153e5879697a} <Debug> TCPHandler: Processed in 0.001218845 sec.
897 2024.12.06 02:42:15.535810 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
898 2024.12.06 02:42:15.535989 [ 258 ] {568b1686-b153-4183-8cd1-2a813d90f2df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
899 2024.12.06 02:42:15.536440 [ 258 ] {568b1686-b153-4183-8cd1-2a813d90f2df} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
900 2024.12.06 02:42:15.536497 [ 258 ] {568b1686-b153-4183-8cd1-2a813d90f2df} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
901 2024.12.06 02:42:15.537027 [ 258 ] {568b1686-b153-4183-8cd1-2a813d90f2df} <Debug> TCPHandler: Processed in 0.001276757 sec.
902 2024.12.06 02:42:15.537273 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
903 2024.12.06 02:42:15.537442 [ 260 ] {82c07b49-0fa3-4eb8-9622-1c5a17accb77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete)
904 2024.12.06 02:42:15.537859 [ 260 ] {82c07b49-0fa3-4eb8-9622-1c5a17accb77} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
905 2024.12.06 02:42:15.537914 [ 260 ] {82c07b49-0fa3-4eb8-9622-1c5a17accb77} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
906 2024.12.06 02:42:15.538426 [ 260 ] {82c07b49-0fa3-4eb8-9622-1c5a17accb77} <Debug> TCPHandler: Processed in 0.001207024 sec.
907 2024.12.06 02:42:15.538687 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
908 2024.12.06 02:42:15.538876 [ 258 ] {87993ac6-4762-4179-8438-b5257f6c5eb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
909 2024.12.06 02:42:15.539322 [ 258 ] {87993ac6-4762-4179-8438-b5257f6c5eb1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
910 2024.12.06 02:42:15.539379 [ 258 ] {87993ac6-4762-4179-8438-b5257f6c5eb1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
911 2024.12.06 02:42:15.539904 [ 258 ] {87993ac6-4762-4179-8438-b5257f6c5eb1} <Debug> TCPHandler: Processed in 0.001288777 sec.
912 2024.12.06 02:42:15.540144 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
913 2024.12.06 02:42:15.540313 [ 260 ] {9fb396a5-463c-46a9-bd5f-9dd848cdcf05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
914 2024.12.06 02:42:15.540737 [ 260 ] {9fb396a5-463c-46a9-bd5f-9dd848cdcf05} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
915 2024.12.06 02:42:15.540796 [ 260 ] {9fb396a5-463c-46a9-bd5f-9dd848cdcf05} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
916 2024.12.06 02:42:15.541302 [ 260 ] {9fb396a5-463c-46a9-bd5f-9dd848cdcf05} <Debug> TCPHandler: Processed in 0.001211035 sec.
917 2024.12.06 02:42:15.541546 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
918 2024.12.06 02:42:15.541720 [ 258 ] {b0c14f29-df38-45c6-8a81-ed2b9922e984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
919 2024.12.06 02:42:15.542240 [ 258 ] {b0c14f29-df38-45c6-8a81-ed2b9922e984} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
920 2024.12.06 02:42:15.542306 [ 258 ] {b0c14f29-df38-45c6-8a81-ed2b9922e984} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
921 2024.12.06 02:42:15.542886 [ 258 ] {b0c14f29-df38-45c6-8a81-ed2b9922e984} <Debug> TCPHandler: Processed in 0.00139331 sec.
922 2024.12.06 02:42:15.543125 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
923 2024.12.06 02:42:15.543299 [ 260 ] {bdec5628-ba6a-44c5-a3a8-f0b9c613c435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
924 2024.12.06 02:42:15.543728 [ 260 ] {bdec5628-ba6a-44c5-a3a8-f0b9c613c435} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
925 2024.12.06 02:42:15.543783 [ 260 ] {bdec5628-ba6a-44c5-a3a8-f0b9c613c435} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
926 2024.12.06 02:42:15.544291 [ 260 ] {bdec5628-ba6a-44c5-a3a8-f0b9c613c435} <Debug> TCPHandler: Processed in 0.001224605 sec.
927 2024.12.06 02:42:15.544521 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
928 2024.12.06 02:42:15.544692 [ 258 ] {82f820de-e91a-4793-8c8f-2ff641f061bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
929 2024.12.06 02:42:15.545207 [ 258 ] {82f820de-e91a-4793-8c8f-2ff641f061bf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
930 2024.12.06 02:42:15.545275 [ 258 ] {82f820de-e91a-4793-8c8f-2ff641f061bf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
931 2024.12.06 02:42:15.545862 [ 258 ] {82f820de-e91a-4793-8c8f-2ff641f061bf} <Debug> TCPHandler: Processed in 0.00139396 sec.
932 2024.12.06 02:42:15.546102 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
933 2024.12.06 02:42:15.546278 [ 260 ] {ef00dc0e-8de3-4e5e-80f3-4e7632a20991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
934 2024.12.06 02:42:15.546713 [ 260 ] {ef00dc0e-8de3-4e5e-80f3-4e7632a20991} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
935 2024.12.06 02:42:15.546768 [ 260 ] {ef00dc0e-8de3-4e5e-80f3-4e7632a20991} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
936 2024.12.06 02:42:15.547277 [ 260 ] {ef00dc0e-8de3-4e5e-80f3-4e7632a20991} <Debug> TCPHandler: Processed in 0.001230215 sec.
937 2024.12.06 02:42:15.547506 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
938 2024.12.06 02:42:15.547679 [ 258 ] {05829731-9967-4f11-955c-b5dda29c3191} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
939 2024.12.06 02:42:15.548193 [ 258 ] {05829731-9967-4f11-955c-b5dda29c3191} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
940 2024.12.06 02:42:15.548259 [ 258 ] {05829731-9967-4f11-955c-b5dda29c3191} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
941 2024.12.06 02:42:15.548843 [ 258 ] {05829731-9967-4f11-955c-b5dda29c3191} <Debug> TCPHandler: Processed in 0.00139067 sec.
942 2024.12.06 02:42:15.552853 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
943 2024.12.06 02:42:15.553063 [ 260 ] {4df1ef33-7ec5-4492-b6ea-d7ee68fc7891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
944 2024.12.06 02:42:15.553594 [ 260 ] {4df1ef33-7ec5-4492-b6ea-d7ee68fc7891} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
945 2024.12.06 02:42:15.553660 [ 260 ] {4df1ef33-7ec5-4492-b6ea-d7ee68fc7891} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
946 2024.12.06 02:42:15.554197 [ 260 ] {4df1ef33-7ec5-4492-b6ea-d7ee68fc7891} <Debug> TCPHandler: Processed in 0.00140719 sec.
947 2024.12.06 02:42:15.554474 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
948 2024.12.06 02:42:15.554649 [ 258 ] {6d8a2160-5186-4c9d-ac86-bd7410f24735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
949 2024.12.06 02:42:15.555095 [ 258 ] {6d8a2160-5186-4c9d-ac86-bd7410f24735} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
950 2024.12.06 02:42:15.555151 [ 258 ] {6d8a2160-5186-4c9d-ac86-bd7410f24735} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
951 2024.12.06 02:42:15.555671 [ 258 ] {6d8a2160-5186-4c9d-ac86-bd7410f24735} <Debug> TCPHandler: Processed in 0.001249806 sec.
952 2024.12.06 02:42:15.556342 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
953 2024.12.06 02:42:15.556523 [ 260 ] {6dd2a6a8-ee4f-4129-a90e-b33650e67e35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) 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)
954 2024.12.06 02:42:15.556978 [ 260 ] {6dd2a6a8-ee4f-4129-a90e-b33650e67e35} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
955 2024.12.06 02:42:15.557033 [ 260 ] {6dd2a6a8-ee4f-4129-a90e-b33650e67e35} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
956 2024.12.06 02:42:15.557545 [ 260 ] {6dd2a6a8-ee4f-4129-a90e-b33650e67e35} <Debug> TCPHandler: Processed in 0.001255116 sec.
957 2024.12.06 02:42:15.557802 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
958 2024.12.06 02:42:15.558013 [ 258 ] {3de21b7a-fb60-47de-b68e-2ccf172329b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) 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)
959 2024.12.06 02:42:15.558555 [ 258 ] {3de21b7a-fb60-47de-b68e-2ccf172329b8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
960 2024.12.06 02:42:15.558620 [ 258 ] {3de21b7a-fb60-47de-b68e-2ccf172329b8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
961 2024.12.06 02:42:15.559483 [ 258 ] {3de21b7a-fb60-47de-b68e-2ccf172329b8} <Debug> TCPHandler: Processed in 0.00174418 sec.
962 2024.12.06 02:42:15.559735 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
963 2024.12.06 02:42:15.559954 [ 260 ] {f99aeb20-e19d-448e-bae5-bbabec5381b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) 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)
964 2024.12.06 02:42:15.560500 [ 260 ] {f99aeb20-e19d-448e-bae5-bbabec5381b0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
965 2024.12.06 02:42:15.560565 [ 260 ] {f99aeb20-e19d-448e-bae5-bbabec5381b0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
966 2024.12.06 02:42:15.561117 [ 260 ] {f99aeb20-e19d-448e-bae5-bbabec5381b0} <Debug> TCPHandler: Processed in 0.001436611 sec.
967 2024.12.06 02:42:15.561366 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
968 2024.12.06 02:42:15.561548 [ 258 ] {581548d5-14c6-46b6-9d8d-1c83c1da658a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) 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)
969 2024.12.06 02:42:15.562005 [ 258 ] {581548d5-14c6-46b6-9d8d-1c83c1da658a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
970 2024.12.06 02:42:15.562059 [ 258 ] {581548d5-14c6-46b6-9d8d-1c83c1da658a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
971 2024.12.06 02:42:15.562571 [ 258 ] {581548d5-14c6-46b6-9d8d-1c83c1da658a} <Debug> TCPHandler: Processed in 0.001257726 sec.
972 2024.12.06 02:42:15.562826 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
973 2024.12.06 02:42:15.563047 [ 260 ] {11d59afd-e9ce-41c7-991a-e72872012bbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) 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)
974 2024.12.06 02:42:15.563618 [ 260 ] {11d59afd-e9ce-41c7-991a-e72872012bbe} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
975 2024.12.06 02:42:15.563685 [ 260 ] {11d59afd-e9ce-41c7-991a-e72872012bbe} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
976 2024.12.06 02:42:15.564177 [ 260 ] {11d59afd-e9ce-41c7-991a-e72872012bbe} <Debug> TCPHandler: Processed in 0.00141391 sec.
977 2024.12.06 02:42:15.564422 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
978 2024.12.06 02:42:15.564604 [ 258 ] {fbb6e9bc-167e-4100-a3f0-bb74ce71f185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) 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)
979 2024.12.06 02:42:15.565070 [ 258 ] {fbb6e9bc-167e-4100-a3f0-bb74ce71f185} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
980 2024.12.06 02:42:15.565124 [ 258 ] {fbb6e9bc-167e-4100-a3f0-bb74ce71f185} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
981 2024.12.06 02:42:15.565631 [ 258 ] {fbb6e9bc-167e-4100-a3f0-bb74ce71f185} <Debug> TCPHandler: Processed in 0.001261385 sec.
982 2024.12.06 02:42:15.620498 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
983 2024.12.06 02:42:15.620661 [ 258 ] {0d709bc9-c74a-486b-af79-443779747022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
984 2024.12.06 02:42:15.620720 [ 258 ] {0d709bc9-c74a-486b-af79-443779747022} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
985 2024.12.06 02:42:15.623517 [ 258 ] {0d709bc9-c74a-486b-af79-443779747022} <Trace> oximeter.timeseries_schema (1ea89278-e762-443f-98b4-9b5f5bc3a832): Trying to reserve 1.00 MiB using storage policy from min volume index 0
986 2024.12.06 02:42:15.623568 [ 258 ] {0d709bc9-c74a-486b-af79-443779747022} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
987 2024.12.06 02:42:15.624179 [ 258 ] {0d709bc9-c74a-486b-af79-443779747022} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
988 2024.12.06 02:42:15.624412 [ 258 ] {0d709bc9-c74a-486b-af79-443779747022} <Trace> oximeter.timeseries_schema (1ea89278-e762-443f-98b4-9b5f5bc3a832): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
989 2024.12.06 02:42:15.624645 [ 258 ] {0d709bc9-c74a-486b-af79-443779747022} <Debug> executeQuery: Read 37 rows, 6.49 KiB in 0.004018 sec., 9208.561473369837 rows/sec., 1.58 MiB/sec.
990 2024.12.06 02:42:15.624775 [ 258 ] {0d709bc9-c74a-486b-af79-443779747022} <Debug> TCPHandler: Processed in 0.004341074 sec.
991 2024.12.06 02:42:15.624945 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
992 2024.12.06 02:42:15.625080 [ 260 ] {9a443663-bb8d-4ff4-a22e-8e3b38f0acc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
993 2024.12.06 02:42:15.625130 [ 260 ] {9a443663-bb8d-4ff4-a22e-8e3b38f0acc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
994 2024.12.06 02:42:15.627406 [ 260 ] {9a443663-bb8d-4ff4-a22e-8e3b38f0acc5} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
995 2024.12.06 02:42:15.627449 [ 260 ] {9a443663-bb8d-4ff4-a22e-8e3b38f0acc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
996 2024.12.06 02:42:15.627887 [ 260 ] {9a443663-bb8d-4ff4-a22e-8e3b38f0acc5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
997 2024.12.06 02:42:15.628134 [ 260 ] {9a443663-bb8d-4ff4-a22e-8e3b38f0acc5} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
998 2024.12.06 02:42:15.628394 [ 260 ] {9a443663-bb8d-4ff4-a22e-8e3b38f0acc5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.003347 sec., 4182.850313713773 rows/sec., 301.11 KiB/sec.
999 2024.12.06 02:42:15.628450 [ 260 ] {9a443663-bb8d-4ff4-a22e-8e3b38f0acc5} <Debug> TCPHandler: Processed in 0.003559802 sec.
1000 2024.12.06 02:42:15.628673 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1001 2024.12.06 02:42:15.628851 [ 258 ] {6f112e0d-aeeb-42f7-9a18-c5387df9ff38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1002 2024.12.06 02:42:15.628910 [ 258 ] {6f112e0d-aeeb-42f7-9a18-c5387df9ff38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1003 2024.12.06 02:42:15.630269 [ 258 ] {6f112e0d-aeeb-42f7-9a18-c5387df9ff38} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1004 2024.12.06 02:42:15.630305 [ 258 ] {6f112e0d-aeeb-42f7-9a18-c5387df9ff38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1005 2024.12.06 02:42:15.630807 [ 258 ] {6f112e0d-aeeb-42f7-9a18-c5387df9ff38} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1006 2024.12.06 02:42:15.631054 [ 258 ] {6f112e0d-aeeb-42f7-9a18-c5387df9ff38} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1007 2024.12.06 02:42:15.631234 [ 258 ] {6f112e0d-aeeb-42f7-9a18-c5387df9ff38} <Debug> executeQuery: Read 1333 rows, 114.13 KiB in 0.002414 sec., 552195.5260977631 rows/sec., 46.17 MiB/sec.
1008 2024.12.06 02:42:15.631287 [ 258 ] {6f112e0d-aeeb-42f7-9a18-c5387df9ff38} <Debug> TCPHandler: Processed in 0.002714958 sec.
1009 2024.12.06 02:42:15.631449 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1010 2024.12.06 02:42:15.631587 [ 260 ] {42b87a25-846d-415e-b4fa-f33faed24d8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1011 2024.12.06 02:42:15.631644 [ 260 ] {42b87a25-846d-415e-b4fa-f33faed24d8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1012 2024.12.06 02:42:15.632275 [ 260 ] {42b87a25-846d-415e-b4fa-f33faed24d8c} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1013 2024.12.06 02:42:15.632311 [ 260 ] {42b87a25-846d-415e-b4fa-f33faed24d8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1014 2024.12.06 02:42:15.632669 [ 260 ] {42b87a25-846d-415e-b4fa-f33faed24d8c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1015 2024.12.06 02:42:15.632905 [ 260 ] {42b87a25-846d-415e-b4fa-f33faed24d8c} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1016 2024.12.06 02:42:15.633124 [ 260 ] {42b87a25-846d-415e-b4fa-f33faed24d8c} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001568 sec., 9566.326530612245 rows/sec., 674.50 KiB/sec.
1017 2024.12.06 02:42:15.633176 [ 260 ] {42b87a25-846d-415e-b4fa-f33faed24d8c} <Debug> TCPHandler: Processed in 0.001794821 sec.
1018 2024.12.06 02:42:15.633370 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1019 2024.12.06 02:42:15.633571 [ 258 ] {8ff70998-5cb6-4840-b433-56a10f9c5c91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1020 2024.12.06 02:42:15.633655 [ 258 ] {8ff70998-5cb6-4840-b433-56a10f9c5c91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1021 2024.12.06 02:42:15.634370 [ 258 ] {8ff70998-5cb6-4840-b433-56a10f9c5c91} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1022 2024.12.06 02:42:15.634407 [ 258 ] {8ff70998-5cb6-4840-b433-56a10f9c5c91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1023 2024.12.06 02:42:15.634774 [ 258 ] {8ff70998-5cb6-4840-b433-56a10f9c5c91} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1024 2024.12.06 02:42:15.635005 [ 258 ] {8ff70998-5cb6-4840-b433-56a10f9c5c91} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1025 2024.12.06 02:42:15.635214 [ 258 ] {8ff70998-5cb6-4840-b433-56a10f9c5c91} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001693 sec., 142941.5239220319 rows/sec., 9.68 MiB/sec.
1026 2024.12.06 02:42:15.635267 [ 258 ] {8ff70998-5cb6-4840-b433-56a10f9c5c91} <Debug> TCPHandler: Processed in 0.001994897 sec.
1027 2024.12.06 02:42:15.635414 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1028 2024.12.06 02:42:15.635552 [ 260 ] {f30cc6b4-5e76-4474-a220-613e6e1a151d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1029 2024.12.06 02:42:15.635616 [ 260 ] {f30cc6b4-5e76-4474-a220-613e6e1a151d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1030 2024.12.06 02:42:15.636211 [ 260 ] {f30cc6b4-5e76-4474-a220-613e6e1a151d} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1031 2024.12.06 02:42:15.636247 [ 260 ] {f30cc6b4-5e76-4474-a220-613e6e1a151d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1032 2024.12.06 02:42:15.636590 [ 260 ] {f30cc6b4-5e76-4474-a220-613e6e1a151d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1033 2024.12.06 02:42:15.636817 [ 260 ] {f30cc6b4-5e76-4474-a220-613e6e1a151d} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1034 2024.12.06 02:42:15.637049 [ 260 ] {f30cc6b4-5e76-4474-a220-613e6e1a151d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00151 sec., 8609.271523178808 rows/sec., 536.79 KiB/sec.
1035 2024.12.06 02:42:15.637123 [ 260 ] {f30cc6b4-5e76-4474-a220-613e6e1a151d} <Debug> TCPHandler: Processed in 0.001776491 sec.
1036 2024.12.06 02:42:15.637286 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1037 2024.12.06 02:42:15.637424 [ 258 ] {ec14ef72-9ae2-403c-b011-9e6484d7ba62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1038 2024.12.06 02:42:15.637481 [ 258 ] {ec14ef72-9ae2-403c-b011-9e6484d7ba62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1039 2024.12.06 02:42:15.638375 [ 258 ] {ec14ef72-9ae2-403c-b011-9e6484d7ba62} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1040 2024.12.06 02:42:15.638415 [ 258 ] {ec14ef72-9ae2-403c-b011-9e6484d7ba62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1041 2024.12.06 02:42:15.638806 [ 258 ] {ec14ef72-9ae2-403c-b011-9e6484d7ba62} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1042 2024.12.06 02:42:15.639049 [ 258 ] {ec14ef72-9ae2-403c-b011-9e6484d7ba62} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1043 2024.12.06 02:42:15.639247 [ 258 ] {ec14ef72-9ae2-403c-b011-9e6484d7ba62} <Debug> executeQuery: Read 818 rows, 60.38 KiB in 0.001852 sec., 441684.66522678186 rows/sec., 31.84 MiB/sec.
1044 2024.12.06 02:42:15.639297 [ 258 ] {ec14ef72-9ae2-403c-b011-9e6484d7ba62} <Debug> TCPHandler: Processed in 0.00207751 sec.
1045 2024.12.06 02:42:15.639443 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1046 2024.12.06 02:42:15.639582 [ 260 ] {451456b4-16da-4b66-ab03-9e62e42281dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1047 2024.12.06 02:42:15.639640 [ 260 ] {451456b4-16da-4b66-ab03-9e62e42281dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1048 2024.12.06 02:42:15.640161 [ 260 ] {451456b4-16da-4b66-ab03-9e62e42281dd} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1049 2024.12.06 02:42:15.640197 [ 260 ] {451456b4-16da-4b66-ab03-9e62e42281dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1050 2024.12.06 02:42:15.640597 [ 260 ] {451456b4-16da-4b66-ab03-9e62e42281dd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1051 2024.12.06 02:42:15.640824 [ 260 ] {451456b4-16da-4b66-ab03-9e62e42281dd} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1052 2024.12.06 02:42:15.640990 [ 260 ] {451456b4-16da-4b66-ab03-9e62e42281dd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00144 sec., 4166.666666666666 rows/sec., 217.69 KiB/sec.
1053 2024.12.06 02:42:15.641037 [ 260 ] {451456b4-16da-4b66-ab03-9e62e42281dd} <Debug> TCPHandler: Processed in 0.001657788 sec.
1054 2024.12.06 02:42:15.641179 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1055 2024.12.06 02:42:15.641319 [ 258 ] {edbda59d-00b8-465a-bab2-0ced89053f9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1056 2024.12.06 02:42:15.641382 [ 258 ] {edbda59d-00b8-465a-bab2-0ced89053f9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1057 2024.12.06 02:42:15.642468 [ 258 ] {edbda59d-00b8-465a-bab2-0ced89053f9d} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1058 2024.12.06 02:42:15.642504 [ 258 ] {edbda59d-00b8-465a-bab2-0ced89053f9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1059 2024.12.06 02:42:15.642971 [ 258 ] {edbda59d-00b8-465a-bab2-0ced89053f9d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1060 2024.12.06 02:42:15.643211 [ 258 ] {edbda59d-00b8-465a-bab2-0ced89053f9d} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1061 2024.12.06 02:42:15.643496 [ 258 ] {edbda59d-00b8-465a-bab2-0ced89053f9d} <Debug> executeQuery: Read 1439 rows, 98.00 KiB in 0.002202 sec., 653496.8210717529 rows/sec., 43.46 MiB/sec.
1062 2024.12.06 02:42:15.643555 [ 258 ] {edbda59d-00b8-465a-bab2-0ced89053f9d} <Debug> TCPHandler: Processed in 0.002445379 sec.
1063 2024.12.06 02:42:15.643764 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1064 2024.12.06 02:42:15.643902 [ 260 ] {bfbbda60-c9fc-4362-b5ab-46b8dce8c159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1065 2024.12.06 02:42:15.643963 [ 260 ] {bfbbda60-c9fc-4362-b5ab-46b8dce8c159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1066 2024.12.06 02:42:15.644506 [ 260 ] {bfbbda60-c9fc-4362-b5ab-46b8dce8c159} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1067 2024.12.06 02:42:15.644549 [ 260 ] {bfbbda60-c9fc-4362-b5ab-46b8dce8c159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1068 2024.12.06 02:42:15.644922 [ 260 ] {bfbbda60-c9fc-4362-b5ab-46b8dce8c159} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1069 2024.12.06 02:42:15.645159 [ 260 ] {bfbbda60-c9fc-4362-b5ab-46b8dce8c159} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1070 2024.12.06 02:42:15.645325 [ 260 ] {bfbbda60-c9fc-4362-b5ab-46b8dce8c159} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001454 sec., 687.757909215956 rows/sec., 46.34 KiB/sec.
1071 2024.12.06 02:42:15.645372 [ 260 ] {bfbbda60-c9fc-4362-b5ab-46b8dce8c159} <Debug> TCPHandler: Processed in 0.001674057 sec.
1072 2024.12.06 02:42:15.645501 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1073 2024.12.06 02:42:15.645618 [ 258 ] {ad742c1c-8e0c-4206-8b01-73157ec5a31a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1074 2024.12.06 02:42:15.645699 [ 258 ] {ad742c1c-8e0c-4206-8b01-73157ec5a31a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1075 2024.12.06 02:42:15.646912 [ 258 ] {ad742c1c-8e0c-4206-8b01-73157ec5a31a} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1076 2024.12.06 02:42:15.646951 [ 258 ] {ad742c1c-8e0c-4206-8b01-73157ec5a31a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1077 2024.12.06 02:42:15.649698 [ 258 ] {ad742c1c-8e0c-4206-8b01-73157ec5a31a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1078 2024.12.06 02:42:15.649981 [ 258 ] {ad742c1c-8e0c-4206-8b01-73157ec5a31a} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1079 2024.12.06 02:42:15.650288 [ 258 ] {ad742c1c-8e0c-4206-8b01-73157ec5a31a} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004688 sec., 1706.4846416382252 rows/sec., 3.06 MiB/sec.
1080 2024.12.06 02:42:15.650389 [ 258 ] {ad742c1c-8e0c-4206-8b01-73157ec5a31a} <Debug> TCPHandler: Processed in 0.004942092 sec.
1081 2024.12.06 02:42:15.650548 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1082 2024.12.06 02:42:15.650668 [ 260 ] {943fd0aa-720f-4c7f-874c-a8b6ce643001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1083 2024.12.06 02:42:15.650718 [ 260 ] {943fd0aa-720f-4c7f-874c-a8b6ce643001} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1084 2024.12.06 02:42:15.651288 [ 260 ] {943fd0aa-720f-4c7f-874c-a8b6ce643001} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1085 2024.12.06 02:42:15.651332 [ 260 ] {943fd0aa-720f-4c7f-874c-a8b6ce643001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1086 2024.12.06 02:42:15.651757 [ 260 ] {943fd0aa-720f-4c7f-874c-a8b6ce643001} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1087 2024.12.06 02:42:15.651990 [ 260 ] {943fd0aa-720f-4c7f-874c-a8b6ce643001} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1088 2024.12.06 02:42:15.652181 [ 260 ] {943fd0aa-720f-4c7f-874c-a8b6ce643001} <Debug> executeQuery: Read 28 rows, 1.60 KiB in 0.001537 sec., 18217.306441119064 rows/sec., 1.02 MiB/sec.
1089 2024.12.06 02:42:15.652228 [ 260 ] {943fd0aa-720f-4c7f-874c-a8b6ce643001} <Debug> TCPHandler: Processed in 0.001739259 sec.
1090 2024.12.06 02:42:15.675188 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 98 entries to flush up to offset 188
1091 2024.12.06 02:42:15.680676 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1092 2024.12.06 02:42:15.680733 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1093 2024.12.06 02:42:15.682304 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1094 2024.12.06 02:42:15.682615 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1095 2024.12.06 02:42:15.683213 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 188
1096 2024.12.06 02:42:16.000230 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.99 MiB, peak 157.00 MiB, free memory in arenas 0.00 B, will set to 156.20 MiB (RSS), difference: 3.21 MiB
1097 2024.12.06 02:42:16.133299 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1098 2024.12.06 02:42:16.133430 [ 258 ] {075c84ce-1983-4ca4-bc6c-086c666c1881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1099 2024.12.06 02:42:16.133484 [ 258 ] {075c84ce-1983-4ca4-bc6c-086c666c1881} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1100 2024.12.06 02:42:16.134126 [ 258 ] {075c84ce-1983-4ca4-bc6c-086c666c1881} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1101 2024.12.06 02:42:16.134168 [ 258 ] {075c84ce-1983-4ca4-bc6c-086c666c1881} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1102 2024.12.06 02:42:16.134554 [ 258 ] {075c84ce-1983-4ca4-bc6c-086c666c1881} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1103 2024.12.06 02:42:16.134805 [ 258 ] {075c84ce-1983-4ca4-bc6c-086c666c1881} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1104 2024.12.06 02:42:16.135018 [ 258 ] {075c84ce-1983-4ca4-bc6c-086c666c1881} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.00162 sec., 18518.51851851852 rows/sec., 1.45 MiB/sec.
1105 2024.12.06 02:42:16.135071 [ 258 ] {075c84ce-1983-4ca4-bc6c-086c666c1881} <Debug> TCPHandler: Processed in 0.001846263 sec.
1106 2024.12.06 02:42:16.135318 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1107 2024.12.06 02:42:16.135531 [ 260 ] {da833374-6d6f-442f-815e-e7629f1a8db6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1108 2024.12.06 02:42:16.135611 [ 260 ] {da833374-6d6f-442f-815e-e7629f1a8db6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1109 2024.12.06 02:42:16.136368 [ 260 ] {da833374-6d6f-442f-815e-e7629f1a8db6} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1110 2024.12.06 02:42:16.136407 [ 260 ] {da833374-6d6f-442f-815e-e7629f1a8db6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1111 2024.12.06 02:42:16.136840 [ 260 ] {da833374-6d6f-442f-815e-e7629f1a8db6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1112 2024.12.06 02:42:16.137097 [ 260 ] {da833374-6d6f-442f-815e-e7629f1a8db6} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1113 2024.12.06 02:42:16.137340 [ 260 ] {da833374-6d6f-442f-815e-e7629f1a8db6} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001854 sec., 19417.47572815534 rows/sec., 1.52 MiB/sec.
1114 2024.12.06 02:42:16.137541 [ 260 ] {da833374-6d6f-442f-815e-e7629f1a8db6} <Debug> TCPHandler: Processed in 0.002360178 sec.
1115 2024.12.06 02:42:16.137780 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1116 2024.12.06 02:42:16.137926 [ 258 ] {06eb6f5b-c514-479b-8e2b-d7519a0c9e6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1117 2024.12.06 02:42:16.137985 [ 258 ] {06eb6f5b-c514-479b-8e2b-d7519a0c9e6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1118 2024.12.06 02:42:16.138558 [ 258 ] {06eb6f5b-c514-479b-8e2b-d7519a0c9e6c} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1119 2024.12.06 02:42:16.138602 [ 258 ] {06eb6f5b-c514-479b-8e2b-d7519a0c9e6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1120 2024.12.06 02:42:16.138999 [ 258 ] {06eb6f5b-c514-479b-8e2b-d7519a0c9e6c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1121 2024.12.06 02:42:16.139243 [ 258 ] {06eb6f5b-c514-479b-8e2b-d7519a0c9e6c} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1122 2024.12.06 02:42:16.139457 [ 258 ] {06eb6f5b-c514-479b-8e2b-d7519a0c9e6c} <Debug> executeQuery: Read 12 rows, 883.00 B in 0.001564 sec., 7672.634271099744 rows/sec., 551.35 KiB/sec.
1123 2024.12.06 02:42:16.139510 [ 258 ] {06eb6f5b-c514-479b-8e2b-d7519a0c9e6c} <Debug> TCPHandler: Processed in 0.001839353 sec.
1124 2024.12.06 02:42:16.139650 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1125 2024.12.06 02:42:16.139783 [ 260 ] {d2658e5d-39fc-4cb8-8b22-9d6f1eb0878e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1126 2024.12.06 02:42:16.139846 [ 260 ] {d2658e5d-39fc-4cb8-8b22-9d6f1eb0878e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1127 2024.12.06 02:42:16.140409 [ 260 ] {d2658e5d-39fc-4cb8-8b22-9d6f1eb0878e} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1128 2024.12.06 02:42:16.140455 [ 260 ] {d2658e5d-39fc-4cb8-8b22-9d6f1eb0878e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1129 2024.12.06 02:42:16.140964 [ 260 ] {d2658e5d-39fc-4cb8-8b22-9d6f1eb0878e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1130 2024.12.06 02:42:16.141217 [ 260 ] {d2658e5d-39fc-4cb8-8b22-9d6f1eb0878e} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1131 2024.12.06 02:42:16.141424 [ 260 ] {d2658e5d-39fc-4cb8-8b22-9d6f1eb0878e} <Debug> executeQuery: Read 6 rows, 417.00 B in 0.001679 sec., 3573.55568790947 rows/sec., 242.54 KiB/sec.
1132 2024.12.06 02:42:16.141478 [ 260 ] {d2658e5d-39fc-4cb8-8b22-9d6f1eb0878e} <Debug> TCPHandler: Processed in 0.001881874 sec.
1133 2024.12.06 02:42:18.188896 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464
1134 2024.12.06 02:42:18.189917 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1135 2024.12.06 02:42:18.189997 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1136 2024.12.06 02:42:18.190694 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1137 2024.12.06 02:42:18.190957 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1138 2024.12.06 02:42:18.191238 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464
1139 2024.12.06 02:42:18.257312 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
1140 2024.12.06 02:42:18.275849 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1141 2024.12.06 02:42:18.275900 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1142 2024.12.06 02:42:18.282214 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1143 2024.12.06 02:42:18.282994 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1144 2024.12.06 02:42:18.285513 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
1145 2024.12.06 02:42:21.136559 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1146 2024.12.06 02:42:21.136788 [ 258 ] {d0640c6a-9ea0-4622-8d00-469ce344532a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1147 2024.12.06 02:42:21.136863 [ 258 ] {d0640c6a-9ea0-4622-8d00-469ce344532a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1148 2024.12.06 02:42:21.137605 [ 258 ] {d0640c6a-9ea0-4622-8d00-469ce344532a} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1149 2024.12.06 02:42:21.137653 [ 258 ] {d0640c6a-9ea0-4622-8d00-469ce344532a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1150 2024.12.06 02:42:21.138095 [ 258 ] {d0640c6a-9ea0-4622-8d00-469ce344532a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1151 2024.12.06 02:42:21.138366 [ 258 ] {d0640c6a-9ea0-4622-8d00-469ce344532a} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1152 2024.12.06 02:42:21.138588 [ 258 ] {d0640c6a-9ea0-4622-8d00-469ce344532a} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.00186 sec., 16129.032258064515 rows/sec., 1.26 MiB/sec.
1153 2024.12.06 02:42:21.138686 [ 258 ] {d0640c6a-9ea0-4622-8d00-469ce344532a} <Debug> TCPHandler: Processed in 0.002326066 sec.
1154 2024.12.06 02:42:21.138969 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1155 2024.12.06 02:42:21.139160 [ 260 ] {e782f284-e5c7-412b-8f64-3d82d4b87eb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1156 2024.12.06 02:42:21.139233 [ 260 ] {e782f284-e5c7-412b-8f64-3d82d4b87eb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1157 2024.12.06 02:42:21.139995 [ 260 ] {e782f284-e5c7-412b-8f64-3d82d4b87eb5} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1158 2024.12.06 02:42:21.140043 [ 260 ] {e782f284-e5c7-412b-8f64-3d82d4b87eb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1159 2024.12.06 02:42:21.140496 [ 260 ] {e782f284-e5c7-412b-8f64-3d82d4b87eb5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1160 2024.12.06 02:42:21.140753 [ 260 ] {e782f284-e5c7-412b-8f64-3d82d4b87eb5} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1161 2024.12.06 02:42:21.141074 [ 260 ] {e782f284-e5c7-412b-8f64-3d82d4b87eb5} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001946 sec., 18499.486125385407 rows/sec., 1.44 MiB/sec.
1162 2024.12.06 02:42:21.141166 [ 260 ] {e782f284-e5c7-412b-8f64-3d82d4b87eb5} <Debug> TCPHandler: Processed in 0.002326686 sec.
1163 2024.12.06 02:42:21.141333 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1164 2024.12.06 02:42:21.141453 [ 258 ] {54807445-6b3f-4622-ab86-bb235c09c4fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1165 2024.12.06 02:42:21.141507 [ 258 ] {54807445-6b3f-4622-ab86-bb235c09c4fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1166 2024.12.06 02:42:21.142078 [ 258 ] {54807445-6b3f-4622-ab86-bb235c09c4fe} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1167 2024.12.06 02:42:21.142118 [ 258 ] {54807445-6b3f-4622-ab86-bb235c09c4fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1168 2024.12.06 02:42:21.142539 [ 258 ] {54807445-6b3f-4622-ab86-bb235c09c4fe} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1169 2024.12.06 02:42:21.142783 [ 258 ] {54807445-6b3f-4622-ab86-bb235c09c4fe} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1170 2024.12.06 02:42:21.143000 [ 258 ] {54807445-6b3f-4622-ab86-bb235c09c4fe} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001572 sec., 38167.93893129771 rows/sec., 2.68 MiB/sec.
1171 2024.12.06 02:42:21.143049 [ 258 ] {54807445-6b3f-4622-ab86-bb235c09c4fe} <Debug> TCPHandler: Processed in 0.001776981 sec.
1172 2024.12.06 02:42:21.143229 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1173 2024.12.06 02:42:21.143370 [ 260 ] {7e3f418b-bd45-47d6-9237-816b6e002a24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1174 2024.12.06 02:42:21.143430 [ 260 ] {7e3f418b-bd45-47d6-9237-816b6e002a24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1175 2024.12.06 02:42:21.143957 [ 260 ] {7e3f418b-bd45-47d6-9237-816b6e002a24} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1176 2024.12.06 02:42:21.143999 [ 260 ] {7e3f418b-bd45-47d6-9237-816b6e002a24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1177 2024.12.06 02:42:21.144407 [ 260 ] {7e3f418b-bd45-47d6-9237-816b6e002a24} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1178 2024.12.06 02:42:21.144651 [ 260 ] {7e3f418b-bd45-47d6-9237-816b6e002a24} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1179 2024.12.06 02:42:21.144911 [ 260 ] {7e3f418b-bd45-47d6-9237-816b6e002a24} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001569 sec., 19120.458891013383 rows/sec., 1.27 MiB/sec.
1180 2024.12.06 02:42:21.145030 [ 260 ] {7e3f418b-bd45-47d6-9237-816b6e002a24} <Debug> TCPHandler: Processed in 0.001861873 sec.
1181 2024.12.06 02:42:25.633681 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache
1182 2024.12.06 02:42:25.633743 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache
1183 2024.12.06 02:42:25.683591 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 204
1184 2024.12.06 02:42:25.686080 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1185 2024.12.06 02:42:25.686119 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1186 2024.12.06 02:42:25.687537 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1187 2024.12.06 02:42:25.687847 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1188 2024.12.06 02:42:25.688363 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 204
1189 2024.12.06 02:42:25.691333 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891
1190 2024.12.06 02:42:25.691947 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1191 2024.12.06 02:42:25.691996 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1192 2024.12.06 02:42:25.692563 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1193 2024.12.06 02:42:25.692820 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1194 2024.12.06 02:42:25.693067 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
1195 2024.12.06 02:42:25.785569 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
1196 2024.12.06 02:42:25.806349 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1197 2024.12.06 02:42:25.806412 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1198 2024.12.06 02:42:25.812716 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1199 2024.12.06 02:42:25.813478 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1200 2024.12.06 02:42:25.816462 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
1201 2024.12.06 02:42:26.140947 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1202 2024.12.06 02:42:26.141128 [ 258 ] {def66166-f7fe-4351-8c87-051a189ada08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1203 2024.12.06 02:42:26.141195 [ 258 ] {def66166-f7fe-4351-8c87-051a189ada08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1204 2024.12.06 02:42:26.141930 [ 258 ] {def66166-f7fe-4351-8c87-051a189ada08} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1205 2024.12.06 02:42:26.141970 [ 258 ] {def66166-f7fe-4351-8c87-051a189ada08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1206 2024.12.06 02:42:26.142404 [ 258 ] {def66166-f7fe-4351-8c87-051a189ada08} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1207 2024.12.06 02:42:26.142663 [ 258 ] {def66166-f7fe-4351-8c87-051a189ada08} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1208 2024.12.06 02:42:26.142852 [ 258 ] {def66166-f7fe-4351-8c87-051a189ada08} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001776 sec., 7882.882882882883 rows/sec., 567.46 KiB/sec.
1209 2024.12.06 02:42:26.142906 [ 258 ] {def66166-f7fe-4351-8c87-051a189ada08} <Debug> TCPHandler: Processed in 0.00208549 sec.
1210 2024.12.06 02:42:26.143164 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1211 2024.12.06 02:42:26.143385 [ 260 ] {a0ef8c04-04b4-4209-8ec4-99680231e1df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1212 2024.12.06 02:42:26.143467 [ 260 ] {a0ef8c04-04b4-4209-8ec4-99680231e1df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1213 2024.12.06 02:42:26.144364 [ 260 ] {a0ef8c04-04b4-4209-8ec4-99680231e1df} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1214 2024.12.06 02:42:26.144413 [ 260 ] {a0ef8c04-04b4-4209-8ec4-99680231e1df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1215 2024.12.06 02:42:26.144887 [ 260 ] {a0ef8c04-04b4-4209-8ec4-99680231e1df} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1216 2024.12.06 02:42:26.145179 [ 260 ] {a0ef8c04-04b4-4209-8ec4-99680231e1df} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1217 2024.12.06 02:42:26.145416 [ 260 ] {a0ef8c04-04b4-4209-8ec4-99680231e1df} <Debug> executeQuery: Read 193 rows, 17.57 KiB in 0.00209 sec., 92344.4976076555 rows/sec., 8.21 MiB/sec.
1218 2024.12.06 02:42:26.145482 [ 260 ] {a0ef8c04-04b4-4209-8ec4-99680231e1df} <Debug> TCPHandler: Processed in 0.00245884 sec.
1219 2024.12.06 02:42:26.145631 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1220 2024.12.06 02:42:26.145747 [ 258 ] {605f8f99-a82b-40cb-8c0c-e2c7be60e7c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1221 2024.12.06 02:42:26.145796 [ 258 ] {605f8f99-a82b-40cb-8c0c-e2c7be60e7c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1222 2024.12.06 02:42:26.146365 [ 258 ] {605f8f99-a82b-40cb-8c0c-e2c7be60e7c8} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1223 2024.12.06 02:42:26.146403 [ 258 ] {605f8f99-a82b-40cb-8c0c-e2c7be60e7c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1224 2024.12.06 02:42:26.146764 [ 258 ] {605f8f99-a82b-40cb-8c0c-e2c7be60e7c8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1225 2024.12.06 02:42:26.147007 [ 258 ] {605f8f99-a82b-40cb-8c0c-e2c7be60e7c8} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1226 2024.12.06 02:42:26.147228 [ 258 ] {605f8f99-a82b-40cb-8c0c-e2c7be60e7c8} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001495 sec., 10033.444816053512 rows/sec., 707.44 KiB/sec.
1227 2024.12.06 02:42:26.147396 [ 258 ] {605f8f99-a82b-40cb-8c0c-e2c7be60e7c8} <Debug> TCPHandler: Processed in 0.001818762 sec.
1228 2024.12.06 02:42:26.147555 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1229 2024.12.06 02:42:26.147695 [ 260 ] {75c415e9-bc1f-4232-853c-b4176e0ad6e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1230 2024.12.06 02:42:26.147755 [ 260 ] {75c415e9-bc1f-4232-853c-b4176e0ad6e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1231 2024.12.06 02:42:26.148396 [ 260 ] {75c415e9-bc1f-4232-853c-b4176e0ad6e2} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1232 2024.12.06 02:42:26.148437 [ 260 ] {75c415e9-bc1f-4232-853c-b4176e0ad6e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1233 2024.12.06 02:42:26.148798 [ 260 ] {75c415e9-bc1f-4232-853c-b4176e0ad6e2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1234 2024.12.06 02:42:26.149037 [ 260 ] {75c415e9-bc1f-4232-853c-b4176e0ad6e2} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1235 2024.12.06 02:42:26.149236 [ 260 ] {75c415e9-bc1f-4232-853c-b4176e0ad6e2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00157 sec., 8917.197452229299 rows/sec., 624.50 KiB/sec.
1236 2024.12.06 02:42:26.149294 [ 260 ] {75c415e9-bc1f-4232-853c-b4176e0ad6e2} <Debug> TCPHandler: Processed in 0.001806501 sec.
1237 2024.12.06 02:42:26.149442 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1238 2024.12.06 02:42:26.149579 [ 258 ] {3f7dc9c6-1933-4fff-a231-ecd8678737cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1239 2024.12.06 02:42:26.149637 [ 258 ] {3f7dc9c6-1933-4fff-a231-ecd8678737cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1240 2024.12.06 02:42:26.150287 [ 258 ] {3f7dc9c6-1933-4fff-a231-ecd8678737cd} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1241 2024.12.06 02:42:26.150327 [ 258 ] {3f7dc9c6-1933-4fff-a231-ecd8678737cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1242 2024.12.06 02:42:26.150706 [ 258 ] {3f7dc9c6-1933-4fff-a231-ecd8678737cd} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1243 2024.12.06 02:42:26.150948 [ 258 ] {3f7dc9c6-1933-4fff-a231-ecd8678737cd} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1244 2024.12.06 02:42:26.151220 [ 258 ] {3f7dc9c6-1933-4fff-a231-ecd8678737cd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001652 sec., 7869.249394673123 rows/sec., 490.65 KiB/sec.
1245 2024.12.06 02:42:26.151331 [ 258 ] {3f7dc9c6-1933-4fff-a231-ecd8678737cd} <Debug> TCPHandler: Processed in 0.001959425 sec.
1246 2024.12.06 02:42:26.151482 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1247 2024.12.06 02:42:26.151619 [ 260 ] {3ea0b9ce-a156-4be8-b7bd-db47c013fdca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1248 2024.12.06 02:42:26.151676 [ 260 ] {3ea0b9ce-a156-4be8-b7bd-db47c013fdca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1249 2024.12.06 02:42:26.152440 [ 260 ] {3ea0b9ce-a156-4be8-b7bd-db47c013fdca} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1250 2024.12.06 02:42:26.152480 [ 260 ] {3ea0b9ce-a156-4be8-b7bd-db47c013fdca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1251 2024.12.06 02:42:26.152878 [ 260 ] {3ea0b9ce-a156-4be8-b7bd-db47c013fdca} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1252 2024.12.06 02:42:26.153118 [ 260 ] {3ea0b9ce-a156-4be8-b7bd-db47c013fdca} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1253 2024.12.06 02:42:26.153335 [ 260 ] {3ea0b9ce-a156-4be8-b7bd-db47c013fdca} <Debug> executeQuery: Read 362 rows, 26.09 KiB in 0.001747 sec., 207212.3640526617 rows/sec., 14.58 MiB/sec.
1254 2024.12.06 02:42:26.153389 [ 260 ] {3ea0b9ce-a156-4be8-b7bd-db47c013fdca} <Debug> TCPHandler: Processed in 0.001975216 sec.
1255 2024.12.06 02:42:26.153525 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1256 2024.12.06 02:42:26.153639 [ 258 ] {3b7afb7b-617e-4233-ace5-3fbb5d5c9425} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1257 2024.12.06 02:42:26.153689 [ 258 ] {3b7afb7b-617e-4233-ace5-3fbb5d5c9425} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1258 2024.12.06 02:42:26.154177 [ 258 ] {3b7afb7b-617e-4233-ace5-3fbb5d5c9425} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1259 2024.12.06 02:42:26.154218 [ 258 ] {3b7afb7b-617e-4233-ace5-3fbb5d5c9425} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1260 2024.12.06 02:42:26.154581 [ 258 ] {3b7afb7b-617e-4233-ace5-3fbb5d5c9425} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1261 2024.12.06 02:42:26.154817 [ 258 ] {3b7afb7b-617e-4233-ace5-3fbb5d5c9425} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1262 2024.12.06 02:42:26.155057 [ 258 ] {3b7afb7b-617e-4233-ace5-3fbb5d5c9425} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001435 sec., 4181.1846689895465 rows/sec., 218.45 KiB/sec.
1263 2024.12.06 02:42:26.155198 [ 258 ] {3b7afb7b-617e-4233-ace5-3fbb5d5c9425} <Debug> TCPHandler: Processed in 0.00173248 sec.
1264 2024.12.06 02:42:26.155354 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1265 2024.12.06 02:42:26.155492 [ 260 ] {4cea6a18-3dc5-4f8e-8867-1881e7c3b285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1266 2024.12.06 02:42:26.155553 [ 260 ] {4cea6a18-3dc5-4f8e-8867-1881e7c3b285} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1267 2024.12.06 02:42:26.156189 [ 260 ] {4cea6a18-3dc5-4f8e-8867-1881e7c3b285} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1268 2024.12.06 02:42:26.156227 [ 260 ] {4cea6a18-3dc5-4f8e-8867-1881e7c3b285} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1269 2024.12.06 02:42:26.156617 [ 260 ] {4cea6a18-3dc5-4f8e-8867-1881e7c3b285} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1270 2024.12.06 02:42:26.156854 [ 260 ] {4cea6a18-3dc5-4f8e-8867-1881e7c3b285} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1271 2024.12.06 02:42:26.157062 [ 260 ] {4cea6a18-3dc5-4f8e-8867-1881e7c3b285} <Debug> executeQuery: Read 137 rows, 9.17 KiB in 0.0016 sec., 85625 rows/sec., 5.60 MiB/sec.
1272 2024.12.06 02:42:26.157116 [ 260 ] {4cea6a18-3dc5-4f8e-8867-1881e7c3b285} <Debug> TCPHandler: Processed in 0.001828452 sec.
1273 2024.12.06 02:42:26.157262 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1274 2024.12.06 02:42:26.157380 [ 258 ] {5f7847ab-d144-45fd-9d80-7093d6c439bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1275 2024.12.06 02:42:26.157431 [ 258 ] {5f7847ab-d144-45fd-9d80-7093d6c439bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1276 2024.12.06 02:42:26.157899 [ 258 ] {5f7847ab-d144-45fd-9d80-7093d6c439bb} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1277 2024.12.06 02:42:26.157938 [ 258 ] {5f7847ab-d144-45fd-9d80-7093d6c439bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1278 2024.12.06 02:42:26.158292 [ 258 ] {5f7847ab-d144-45fd-9d80-7093d6c439bb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1279 2024.12.06 02:42:26.158526 [ 258 ] {5f7847ab-d144-45fd-9d80-7093d6c439bb} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1280 2024.12.06 02:42:26.158721 [ 258 ] {5f7847ab-d144-45fd-9d80-7093d6c439bb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001365 sec., 732.6007326007326 rows/sec., 49.36 KiB/sec.
1281 2024.12.06 02:42:26.158769 [ 258 ] {5f7847ab-d144-45fd-9d80-7093d6c439bb} <Debug> TCPHandler: Processed in 0.001566315 sec.
1282 2024.12.06 02:42:26.158900 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1283 2024.12.06 02:42:26.159016 [ 260 ] {71e4489a-3628-4b64-bb2d-50de1e2e3e9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1284 2024.12.06 02:42:26.159096 [ 260 ] {71e4489a-3628-4b64-bb2d-50de1e2e3e9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1285 2024.12.06 02:42:26.160310 [ 260 ] {71e4489a-3628-4b64-bb2d-50de1e2e3e9a} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1286 2024.12.06 02:42:26.160349 [ 260 ] {71e4489a-3628-4b64-bb2d-50de1e2e3e9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1287 2024.12.06 02:42:26.160997 [ 260 ] {71e4489a-3628-4b64-bb2d-50de1e2e3e9a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1288 2024.12.06 02:42:26.161256 [ 260 ] {71e4489a-3628-4b64-bb2d-50de1e2e3e9a} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1289 2024.12.06 02:42:26.161503 [ 260 ] {71e4489a-3628-4b64-bb2d-50de1e2e3e9a} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00251 sec., 3187.2509960159364 rows/sec., 5.71 MiB/sec.
1290 2024.12.06 02:42:26.161610 [ 260 ] {71e4489a-3628-4b64-bb2d-50de1e2e3e9a} <Debug> TCPHandler: Processed in 0.002764329 sec.
1291 2024.12.06 02:42:26.161750 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1292 2024.12.06 02:42:26.161867 [ 258 ] {29cc1afa-b94e-455d-bdd9-916ed8f4c3da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1293 2024.12.06 02:42:26.161914 [ 258 ] {29cc1afa-b94e-455d-bdd9-916ed8f4c3da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1294 2024.12.06 02:42:26.162397 [ 258 ] {29cc1afa-b94e-455d-bdd9-916ed8f4c3da} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1295 2024.12.06 02:42:26.162435 [ 258 ] {29cc1afa-b94e-455d-bdd9-916ed8f4c3da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1296 2024.12.06 02:42:26.162824 [ 258 ] {29cc1afa-b94e-455d-bdd9-916ed8f4c3da} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1297 2024.12.06 02:42:26.163059 [ 258 ] {29cc1afa-b94e-455d-bdd9-916ed8f4c3da} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1298 2024.12.06 02:42:26.163280 [ 258 ] {29cc1afa-b94e-455d-bdd9-916ed8f4c3da} <Debug> executeQuery: Read 52 rows, 3.23 KiB in 0.001437 sec., 36186.49965205289 rows/sec., 2.19 MiB/sec.
1299 2024.12.06 02:42:26.163327 [ 258 ] {29cc1afa-b94e-455d-bdd9-916ed8f4c3da} <Debug> TCPHandler: Processed in 0.001635266 sec.
1300 2024.12.06 02:42:31.138814 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1301 2024.12.06 02:42:31.139025 [ 258 ] {eb74e04b-dab5-419f-89f7-855a5e0f9e8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1302 2024.12.06 02:42:31.139100 [ 258 ] {eb74e04b-dab5-419f-89f7-855a5e0f9e8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1303 2024.12.06 02:42:31.139895 [ 258 ] {eb74e04b-dab5-419f-89f7-855a5e0f9e8b} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1304 2024.12.06 02:42:31.139948 [ 258 ] {eb74e04b-dab5-419f-89f7-855a5e0f9e8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1305 2024.12.06 02:42:31.140540 [ 258 ] {eb74e04b-dab5-419f-89f7-855a5e0f9e8b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1306 2024.12.06 02:42:31.141148 [ 258 ] {eb74e04b-dab5-419f-89f7-855a5e0f9e8b} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1307 2024.12.06 02:42:31.141450 [ 258 ] {eb74e04b-dab5-419f-89f7-855a5e0f9e8b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002465 sec., 22718.05273833671 rows/sec., 1.75 MiB/sec.
1308 2024.12.06 02:42:31.141603 [ 258 ] {eb74e04b-dab5-419f-89f7-855a5e0f9e8b} <Debug> TCPHandler: Processed in 0.002929474 sec.
1309 2024.12.06 02:42:31.141907 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1310 2024.12.06 02:42:31.142100 [ 260 ] {27aca342-9dd3-4bb9-af6c-ae89b22a2e5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1311 2024.12.06 02:42:31.142177 [ 260 ] {27aca342-9dd3-4bb9-af6c-ae89b22a2e5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1312 2024.12.06 02:42:31.142978 [ 260 ] {27aca342-9dd3-4bb9-af6c-ae89b22a2e5c} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1313 2024.12.06 02:42:31.143033 [ 260 ] {27aca342-9dd3-4bb9-af6c-ae89b22a2e5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1314 2024.12.06 02:42:31.143624 [ 260 ] {27aca342-9dd3-4bb9-af6c-ae89b22a2e5c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1315 2024.12.06 02:42:31.144144 [ 260 ] {27aca342-9dd3-4bb9-af6c-ae89b22a2e5c} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1316 2024.12.06 02:42:31.144421 [ 260 ] {27aca342-9dd3-4bb9-af6c-ae89b22a2e5c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002373 sec., 26970.0800674252 rows/sec., 2.11 MiB/sec.
1317 2024.12.06 02:42:31.144480 [ 260 ] {27aca342-9dd3-4bb9-af6c-ae89b22a2e5c} <Debug> TCPHandler: Processed in 0.002713517 sec.
1318 2024.12.06 02:42:31.144666 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1319 2024.12.06 02:42:31.144788 [ 258 ] {78136d77-1f71-4ff2-a799-45b5a70c8c93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1320 2024.12.06 02:42:31.144843 [ 258 ] {78136d77-1f71-4ff2-a799-45b5a70c8c93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1321 2024.12.06 02:42:31.145420 [ 258 ] {78136d77-1f71-4ff2-a799-45b5a70c8c93} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1322 2024.12.06 02:42:31.145460 [ 258 ] {78136d77-1f71-4ff2-a799-45b5a70c8c93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1323 2024.12.06 02:42:31.146088 [ 258 ] {78136d77-1f71-4ff2-a799-45b5a70c8c93} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1324 2024.12.06 02:42:31.146586 [ 258 ] {78136d77-1f71-4ff2-a799-45b5a70c8c93} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1325 2024.12.06 02:42:31.146863 [ 258 ] {78136d77-1f71-4ff2-a799-45b5a70c8c93} <Debug> executeQuery: Read 100 rows, 7.15 KiB in 0.002089 sec., 47869.79415988511 rows/sec., 3.34 MiB/sec.
1326 2024.12.06 02:42:31.147040 [ 258 ] {78136d77-1f71-4ff2-a799-45b5a70c8c93} <Debug> TCPHandler: Processed in 0.002428209 sec.
1327 2024.12.06 02:42:31.147217 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1328 2024.12.06 02:42:31.147343 [ 260 ] {02c572ce-929d-453f-8318-6eb4378fdadc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1329 2024.12.06 02:42:31.147398 [ 260 ] {02c572ce-929d-453f-8318-6eb4378fdadc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1330 2024.12.06 02:42:31.147912 [ 260 ] {02c572ce-929d-453f-8318-6eb4378fdadc} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1331 2024.12.06 02:42:31.148040 [ 260 ] {02c572ce-929d-453f-8318-6eb4378fdadc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1332 2024.12.06 02:42:31.148580 [ 260 ] {02c572ce-929d-453f-8318-6eb4378fdadc} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1333 2024.12.06 02:42:31.149140 [ 260 ] {02c572ce-929d-453f-8318-6eb4378fdadc} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1334 2024.12.06 02:42:31.149412 [ 260 ] {02c572ce-929d-453f-8318-6eb4378fdadc} <Debug> executeQuery: Read 42 rows, 2.88 KiB in 0.002096 sec., 20038.167938931296 rows/sec., 1.34 MiB/sec.
1335 2024.12.06 02:42:31.149467 [ 260 ] {02c572ce-929d-453f-8318-6eb4378fdadc} <Debug> TCPHandler: Processed in 0.002308426 sec.
1336 2024.12.06 02:42:33.193165 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379
1337 2024.12.06 02:42:33.193916 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1338 2024.12.06 02:42:33.193969 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1339 2024.12.06 02:42:33.194531 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1340 2024.12.06 02:42:33.194785 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1341 2024.12.06 02:42:33.195023 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379
1342 2024.12.06 02:42:33.316514 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1343 2024.12.06 02:42:33.336123 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1344 2024.12.06 02:42:33.336180 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB.
1345 2024.12.06 02:42:33.343296 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1346 2024.12.06 02:42:33.344065 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): 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.12.06 02:42:33.346701 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1348 2024.12.06 02:42:35.688734 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 234
1349 2024.12.06 02:42:35.692743 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1350 2024.12.06 02:42:35.692793 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1351 2024.12.06 02:42:35.694283 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1352 2024.12.06 02:42:35.694599 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1353 2024.12.06 02:42:35.695455 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 234
1354 2024.12.06 02:42:36.144941 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1355 2024.12.06 02:42:36.145127 [ 258 ] {0824768c-e2e7-4a5a-8311-b294a30641d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1356 2024.12.06 02:42:36.145197 [ 258 ] {0824768c-e2e7-4a5a-8311-b294a30641d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1357 2024.12.06 02:42:36.145941 [ 258 ] {0824768c-e2e7-4a5a-8311-b294a30641d2} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1358 2024.12.06 02:42:36.145987 [ 258 ] {0824768c-e2e7-4a5a-8311-b294a30641d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1359 2024.12.06 02:42:36.146411 [ 258 ] {0824768c-e2e7-4a5a-8311-b294a30641d2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1360 2024.12.06 02:42:36.146659 [ 258 ] {0824768c-e2e7-4a5a-8311-b294a30641d2} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1361 2024.12.06 02:42:36.146939 [ 258 ] {0824768c-e2e7-4a5a-8311-b294a30641d2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001857 sec., 7539.041464728056 rows/sec., 542.71 KiB/sec.
1362 2024.12.06 02:42:36.147087 [ 258 ] {0824768c-e2e7-4a5a-8311-b294a30641d2} <Debug> TCPHandler: Processed in 0.002276265 sec.
1363 2024.12.06 02:42:36.147337 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1364 2024.12.06 02:42:36.147522 [ 260 ] {86ae0825-75b4-4f01-97cc-ab6893818cd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1365 2024.12.06 02:42:36.147589 [ 260 ] {86ae0825-75b4-4f01-97cc-ab6893818cd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1366 2024.12.06 02:42:36.148407 [ 260 ] {86ae0825-75b4-4f01-97cc-ab6893818cd5} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1367 2024.12.06 02:42:36.148445 [ 260 ] {86ae0825-75b4-4f01-97cc-ab6893818cd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1368 2024.12.06 02:42:36.148892 [ 260 ] {86ae0825-75b4-4f01-97cc-ab6893818cd5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1369 2024.12.06 02:42:36.149145 [ 260 ] {86ae0825-75b4-4f01-97cc-ab6893818cd5} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1370 2024.12.06 02:42:36.149281 [ 68 ] {} <Debug> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1371 2024.12.06 02:42:36.149340 [ 260 ] {86ae0825-75b4-4f01-97cc-ab6893818cd5} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.00187 sec., 117112.29946524065 rows/sec., 10.22 MiB/sec.
1372 2024.12.06 02:42:36.149349 [ 68 ] {} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1373 2024.12.06 02:42:36.149386 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1374 2024.12.06 02:42:36.149416 [ 260 ] {86ae0825-75b4-4f01-97cc-ab6893818cd5} <Debug> TCPHandler: Processed in 0.002202023 sec.
1375 2024.12.06 02:42:36.149625 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1376 2024.12.06 02:42:36.149764 [ 258 ] {952f659f-07e6-483e-b148-3479295a5e81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1377 2024.12.06 02:42:36.149821 [ 258 ] {952f659f-07e6-483e-b148-3479295a5e81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1378 2024.12.06 02:42:36.150511 [ 258 ] {952f659f-07e6-483e-b148-3479295a5e81} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1379 2024.12.06 02:42:36.150551 [ 258 ] {952f659f-07e6-483e-b148-3479295a5e81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1380 2024.12.06 02:42:36.150921 [ 258 ] {952f659f-07e6-483e-b148-3479295a5e81} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1381 2024.12.06 02:42:36.151162 [ 258 ] {952f659f-07e6-483e-b148-3479295a5e81} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1382 2024.12.06 02:42:36.151454 [ 258 ] {952f659f-07e6-483e-b148-3479295a5e81} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001701 sec., 8818.342151675484 rows/sec., 621.76 KiB/sec.
1383 2024.12.06 02:42:36.151558 [ 258 ] {952f659f-07e6-483e-b148-3479295a5e81} <Debug> TCPHandler: Processed in 0.002029428 sec.
1384 2024.12.06 02:42:36.151732 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1385 2024.12.06 02:42:36.151880 [ 260 ] {553611bb-6789-438e-a2ae-47034d65b01e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1386 2024.12.06 02:42:36.151940 [ 260 ] {553611bb-6789-438e-a2ae-47034d65b01e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1387 2024.12.06 02:42:36.152636 [ 260 ] {553611bb-6789-438e-a2ae-47034d65b01e} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1388 2024.12.06 02:42:36.152675 [ 260 ] {553611bb-6789-438e-a2ae-47034d65b01e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1389 2024.12.06 02:42:36.153049 [ 260 ] {553611bb-6789-438e-a2ae-47034d65b01e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1390 2024.12.06 02:42:36.153290 [ 260 ] {553611bb-6789-438e-a2ae-47034d65b01e} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1391 2024.12.06 02:42:36.153538 [ 260 ] {553611bb-6789-438e-a2ae-47034d65b01e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001686 sec., 8303.67734282325 rows/sec., 581.54 KiB/sec.
1392 2024.12.06 02:42:36.153553 [ 202 ] {be963b91-cb4a-4427-8175-78b8e92ca805::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
1393 2024.12.06 02:42:36.153657 [ 260 ] {553611bb-6789-438e-a2ae-47034d65b01e} <Debug> TCPHandler: Processed in 0.001996067 sec.
1394 2024.12.06 02:42:36.153860 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1395 2024.12.06 02:42:36.153866 [ 202 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1396 2024.12.06 02:42:36.154030 [ 202 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1333 rows starting from the beginning of the part
1397 2024.12.06 02:42:36.154045 [ 258 ] {9814a7e3-b7f3-46d5-b36c-0883f7aca87c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1398 2024.12.06 02:42:36.154120 [ 258 ] {9814a7e3-b7f3-46d5-b36c-0883f7aca87c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1399 2024.12.06 02:42:36.154415 [ 202 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part
1400 2024.12.06 02:42:36.154709 [ 202 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part
1401 2024.12.06 02:42:36.155186 [ 258 ] {9814a7e3-b7f3-46d5-b36c-0883f7aca87c} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1402 2024.12.06 02:42:36.155229 [ 258 ] {9814a7e3-b7f3-46d5-b36c-0883f7aca87c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1403 2024.12.06 02:42:36.155579 [ 258 ] {9814a7e3-b7f3-46d5-b36c-0883f7aca87c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1404 2024.12.06 02:42:36.155815 [ 258 ] {9814a7e3-b7f3-46d5-b36c-0883f7aca87c} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1405 2024.12.06 02:42:36.156011 [ 258 ] {9814a7e3-b7f3-46d5-b36c-0883f7aca87c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002027 sec., 6413.418845584607 rows/sec., 399.88 KiB/sec.
1406 2024.12.06 02:42:36.156066 [ 258 ] {9814a7e3-b7f3-46d5-b36c-0883f7aca87c} <Debug> TCPHandler: Processed in 0.002301256 sec.
1407 2024.12.06 02:42:36.156205 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1408 2024.12.06 02:42:36.156329 [ 260 ] {c776585d-16e2-4a8d-9ea2-cf9d0bec2845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1409 2024.12.06 02:42:36.156380 [ 260 ] {c776585d-16e2-4a8d-9ea2-cf9d0bec2845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1410 2024.12.06 02:42:36.156761 [ 202 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 193 rows starting from the beginning of the part
1411 2024.12.06 02:42:36.157471 [ 260 ] {c776585d-16e2-4a8d-9ea2-cf9d0bec2845} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1412 2024.12.06 02:42:36.157515 [ 260 ] {c776585d-16e2-4a8d-9ea2-cf9d0bec2845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1413 2024.12.06 02:42:36.157903 [ 260 ] {c776585d-16e2-4a8d-9ea2-cf9d0bec2845} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1414 2024.12.06 02:42:36.158150 [ 260 ] {c776585d-16e2-4a8d-9ea2-cf9d0bec2845} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1415 2024.12.06 02:42:36.158321 [ 67 ] {} <Debug> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1416 2024.12.06 02:42:36.158395 [ 260 ] {c776585d-16e2-4a8d-9ea2-cf9d0bec2845} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002086 sec., 186960.690316395 rows/sec., 13.26 MiB/sec.
1417 2024.12.06 02:42:36.158444 [ 67 ] {} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1418 2024.12.06 02:42:36.158695 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1419 2024.12.06 02:42:36.158960 [ 260 ] {c776585d-16e2-4a8d-9ea2-cf9d0bec2845} <Debug> TCPHandler: Processed in 0.00280447 sec.
1420 2024.12.06 02:42:36.159108 [ 202 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part
1421 2024.12.06 02:42:36.159584 [ 202 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 219 rows starting from the beginning of the part
1422 2024.12.06 02:42:36.159591 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1423 2024.12.06 02:42:36.159745 [ 187 ] {3746ce77-bc61-4209-905f-f26958cc75cd::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
1424 2024.12.06 02:42:36.160289 [ 258 ] {11470162-98b4-4b4c-8ea1-792033376e99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1425 2024.12.06 02:42:36.160430 [ 187 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1426 2024.12.06 02:42:36.160457 [ 258 ] {11470162-98b4-4b4c-8ea1-792033376e99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1427 2024.12.06 02:42:36.160532 [ 187 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 818 rows starting from the beginning of the part
1428 2024.12.06 02:42:36.161027 [ 187 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part
1429 2024.12.06 02:42:36.161443 [ 187 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 36 rows starting from the beginning of the part
1430 2024.12.06 02:42:36.161824 [ 187 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 362 rows starting from the beginning of the part
1431 2024.12.06 02:42:36.162257 [ 187 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part
1432 2024.12.06 02:42:36.162704 [ 187 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 390 rows starting from the beginning of the part
1433 2024.12.06 02:42:36.165318 [ 193 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1861 rows, containing 5 columns (5 merged, 0 gathered) in 0.015807562 sec., 117728.46438938528 rows/sec., 10.36 MiB/sec.
1434 2024.12.06 02:42:36.165537 [ 258 ] {11470162-98b4-4b4c-8ea1-792033376e99} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1435 2024.12.06 02:42:36.165606 [ 258 ] {11470162-98b4-4b4c-8ea1-792033376e99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1436 2024.12.06 02:42:36.165800 [ 193 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1437 2024.12.06 02:42:36.166860 [ 193 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_6_1} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1438 2024.12.06 02:42:36.167162 [ 193 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_6_1} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1439 2024.12.06 02:42:36.167378 [ 258 ] {11470162-98b4-4b4c-8ea1-792033376e99} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1440 2024.12.06 02:42:36.167448 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB.
1441 2024.12.06 02:42:36.168000 [ 258 ] {11470162-98b4-4b4c-8ea1-792033376e99} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1442 2024.12.06 02:42:36.168469 [ 258 ] {11470162-98b4-4b4c-8ea1-792033376e99} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.008338 sec., 719.5970256656273 rows/sec., 37.60 KiB/sec.
1443 2024.12.06 02:42:36.168615 [ 258 ] {11470162-98b4-4b4c-8ea1-792033376e99} <Debug> TCPHandler: Processed in 0.00948047 sec.
1444 2024.12.06 02:42:36.168617 [ 193 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1706 rows, containing 5 columns (5 merged, 0 gathered) in 0.009650045 sec., 176786.7403727133 rows/sec., 13.39 MiB/sec.
1445 2024.12.06 02:42:36.168824 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1446 2024.12.06 02:42:36.168916 [ 186 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1447 2024.12.06 02:42:36.169071 [ 260 ] {7cacd238-a609-44bb-9141-40959f7c53e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1448 2024.12.06 02:42:36.169164 [ 260 ] {7cacd238-a609-44bb-9141-40959f7c53e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1449 2024.12.06 02:42:36.169581 [ 186 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_6_1} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1450 2024.12.06 02:42:36.169793 [ 186 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_6_1} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1451 2024.12.06 02:42:36.169911 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
1452 2024.12.06 02:42:36.170222 [ 260 ] {7cacd238-a609-44bb-9141-40959f7c53e0} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1453 2024.12.06 02:42:36.170266 [ 260 ] {7cacd238-a609-44bb-9141-40959f7c53e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1454 2024.12.06 02:42:36.170671 [ 260 ] {7cacd238-a609-44bb-9141-40959f7c53e0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1455 2024.12.06 02:42:36.170910 [ 260 ] {7cacd238-a609-44bb-9141-40959f7c53e0} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1456 2024.12.06 02:42:36.171076 [ 67 ] {} <Debug> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1457 2024.12.06 02:42:36.171140 [ 67 ] {} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1458 2024.12.06 02:42:36.171173 [ 260 ] {7cacd238-a609-44bb-9141-40959f7c53e0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002207 sec., 107385.59130040779 rows/sec., 7.20 MiB/sec.
1459 2024.12.06 02:42:36.171183 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1460 2024.12.06 02:42:36.171364 [ 260 ] {7cacd238-a609-44bb-9141-40959f7c53e0} <Debug> TCPHandler: Processed in 0.002622925 sec.
1461 2024.12.06 02:42:36.171638 [ 186 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::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
1462 2024.12.06 02:42:36.171795 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1463 2024.12.06 02:42:36.171877 [ 186 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1464 2024.12.06 02:42:36.171961 [ 186 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1439 rows starting from the beginning of the part
1465 2024.12.06 02:42:36.171999 [ 258 ] {0cb90d9f-2904-4a47-8879-f01fbc61583a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1466 2024.12.06 02:42:36.172177 [ 258 ] {0cb90d9f-2904-4a47-8879-f01fbc61583a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1467 2024.12.06 02:42:36.172287 [ 186 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part
1468 2024.12.06 02:42:36.172722 [ 186 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::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
1469 2024.12.06 02:42:36.173161 [ 186 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 137 rows starting from the beginning of the part
1470 2024.12.06 02:42:36.173509 [ 186 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 100 rows starting from the beginning of the part
1471 2024.12.06 02:42:36.173781 [ 186 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 237 rows starting from the beginning of the part
1472 2024.12.06 02:42:36.175179 [ 194 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1985 rows, containing 5 columns (5 merged, 0 gathered) in 0.00384558 sec., 516177.0136104307 rows/sec., 34.48 MiB/sec.
1473 2024.12.06 02:42:36.175497 [ 194 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1474 2024.12.06 02:42:36.175842 [ 194 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1475 2024.12.06 02:42:36.175925 [ 194 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1476 2024.12.06 02:42:36.176034 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
1477 2024.12.06 02:42:36.176340 [ 258 ] {0cb90d9f-2904-4a47-8879-f01fbc61583a} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1478 2024.12.06 02:42:36.176387 [ 258 ] {0cb90d9f-2904-4a47-8879-f01fbc61583a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1479 2024.12.06 02:42:36.176770 [ 258 ] {0cb90d9f-2904-4a47-8879-f01fbc61583a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1480 2024.12.06 02:42:36.177022 [ 258 ] {0cb90d9f-2904-4a47-8879-f01fbc61583a} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1481 2024.12.06 02:42:36.177253 [ 258 ] {0cb90d9f-2904-4a47-8879-f01fbc61583a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005316 sec., 188.11136192626034 rows/sec., 12.68 KiB/sec.
1482 2024.12.06 02:42:36.177323 [ 258 ] {0cb90d9f-2904-4a47-8879-f01fbc61583a} <Debug> TCPHandler: Processed in 0.005639261 sec.
1483 2024.12.06 02:42:36.177493 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1484 2024.12.06 02:42:36.177619 [ 260 ] {9dbcd6ad-7190-4384-8ca5-c06177892b2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1485 2024.12.06 02:42:36.177704 [ 260 ] {9dbcd6ad-7190-4384-8ca5-c06177892b2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1486 2024.12.06 02:42:36.178881 [ 260 ] {9dbcd6ad-7190-4384-8ca5-c06177892b2f} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1487 2024.12.06 02:42:36.178921 [ 260 ] {9dbcd6ad-7190-4384-8ca5-c06177892b2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1488 2024.12.06 02:42:36.179559 [ 260 ] {9dbcd6ad-7190-4384-8ca5-c06177892b2f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1489 2024.12.06 02:42:36.179818 [ 260 ] {9dbcd6ad-7190-4384-8ca5-c06177892b2f} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1490 2024.12.06 02:42:36.180091 [ 260 ] {9dbcd6ad-7190-4384-8ca5-c06177892b2f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002494 sec., 3207.698476343224 rows/sec., 5.75 MiB/sec.
1491 2024.12.06 02:42:36.180191 [ 260 ] {9dbcd6ad-7190-4384-8ca5-c06177892b2f} <Debug> TCPHandler: Processed in 0.002761149 sec.
1492 2024.12.06 02:42:36.180354 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1493 2024.12.06 02:42:36.180495 [ 258 ] {3bd3fb2c-1cf0-4ffc-8b40-bb04060d3909} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1494 2024.12.06 02:42:36.180555 [ 258 ] {3bd3fb2c-1cf0-4ffc-8b40-bb04060d3909} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1495 2024.12.06 02:42:36.181154 [ 258 ] {3bd3fb2c-1cf0-4ffc-8b40-bb04060d3909} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1496 2024.12.06 02:42:36.181201 [ 258 ] {3bd3fb2c-1cf0-4ffc-8b40-bb04060d3909} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1497 2024.12.06 02:42:36.181628 [ 258 ] {3bd3fb2c-1cf0-4ffc-8b40-bb04060d3909} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1498 2024.12.06 02:42:36.181867 [ 258 ] {3bd3fb2c-1cf0-4ffc-8b40-bb04060d3909} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): 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.12.06 02:42:36.182028 [ 67 ] {} <Debug> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1500 2024.12.06 02:42:36.182099 [ 67 ] {} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1501 2024.12.06 02:42:36.182131 [ 258 ] {3bd3fb2c-1cf0-4ffc-8b40-bb04060d3909} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001656 sec., 49516.90821256039 rows/sec., 3.14 MiB/sec.
1502 2024.12.06 02:42:36.182145 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1503 2024.12.06 02:42:36.182278 [ 258 ] {3bd3fb2c-1cf0-4ffc-8b40-bb04060d3909} <Debug> TCPHandler: Processed in 0.001989477 sec.
1504 2024.12.06 02:42:36.182369 [ 199 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::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.12.06 02:42:36.182500 [ 199 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1506 2024.12.06 02:42:36.182543 [ 199 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part
1507 2024.12.06 02:42:36.182642 [ 199 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part
1508 2024.12.06 02:42:36.182873 [ 199 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part
1509 2024.12.06 02:42:36.183049 [ 199 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 52 rows starting from the beginning of the part
1510 2024.12.06 02:42:36.183151 [ 199 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 42 rows starting from the beginning of the part
1511 2024.12.06 02:42:36.183380 [ 199 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 82 rows starting from the beginning of the part
1512 2024.12.06 02:42:36.184509 [ 194 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 240 rows, containing 4 columns (4 merged, 0 gathered) in 0.002233473 sec., 107455.9665597032 rows/sec., 6.77 MiB/sec.
1513 2024.12.06 02:42:36.184657 [ 194 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1514 2024.12.06 02:42:36.184948 [ 194 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_6_1} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1515 2024.12.06 02:42:36.185030 [ 194 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_6_1} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1516 2024.12.06 02:42:36.185114 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
1517 2024.12.06 02:42:40.633780 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache
1518 2024.12.06 02:42:40.633849 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache
1519 2024.12.06 02:42:40.695116 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806
1520 2024.12.06 02:42:40.695803 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1521 2024.12.06 02:42:40.695847 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1522 2024.12.06 02:42:40.696360 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1523 2024.12.06 02:42:40.696609 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1524 2024.12.06 02:42:40.696812 [ 62 ] {} <Debug> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1525 2024.12.06 02:42:40.696894 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1526 2024.12.06 02:42:40.696900 [ 62 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1527 2024.12.06 02:42:40.696942 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1528 2024.12.06 02:42:40.697074 [ 198 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1529 2024.12.06 02:42:40.697219 [ 198 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1530 2024.12.06 02:42:40.697273 [ 198 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::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
1531 2024.12.06 02:42:40.697397 [ 198 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::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
1532 2024.12.06 02:42:40.697491 [ 198 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::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
1533 2024.12.06 02:42:40.697723 [ 198 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::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
1534 2024.12.06 02:42:40.697868 [ 198 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::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
1535 2024.12.06 02:42:40.697946 [ 198 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::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
1536 2024.12.06 02:42:40.716563 [ 199 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.019535138 sec., 143638.60649461497 rows/sec., 2.05 MiB/sec.
1537 2024.12.06 02:42:40.717298 [ 199 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1538 2024.12.06 02:42:40.717639 [ 199 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::all_1_6_1} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1539 2024.12.06 02:42:40.717730 [ 199 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::all_1_6_1} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1540 2024.12.06 02:42:40.717841 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1541 2024.12.06 02:42:40.846746 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1542 2024.12.06 02:42:40.866743 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1543 2024.12.06 02:42:40.866787 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1544 2024.12.06 02:42:40.873802 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1545 2024.12.06 02:42:40.874549 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1546 2024.12.06 02:42:40.874902 [ 62 ] {} <Debug> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1547 2024.12.06 02:42:40.875042 [ 62 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1548 2024.12.06 02:42:40.875120 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1549 2024.12.06 02:42:40.875445 [ 199 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::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
1550 2024.12.06 02:42:40.883782 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1551 2024.12.06 02:42:40.884994 [ 199 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1552 2024.12.06 02:42:40.885837 [ 199 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::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
1553 2024.12.06 02:42:40.890285 [ 199 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::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
1554 2024.12.06 02:42:40.894728 [ 199 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::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
1555 2024.12.06 02:42:40.899102 [ 199 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::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
1556 2024.12.06 02:42:40.908303 [ 199 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::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
1557 2024.12.06 02:42:40.912652 [ 199 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::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
1558 2024.12.06 02:42:40.970125 [ 191 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.09487959 sec., 484.82502928185085 rows/sec., 2.51 MiB/sec.
1559 2024.12.06 02:42:40.972680 [ 188 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1560 2024.12.06 02:42:40.975570 [ 188 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::all_1_6_1} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1561 2024.12.06 02:42:40.975689 [ 188 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::all_1_6_1} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1562 2024.12.06 02:42:40.978167 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1563 2024.12.06 02:42:41.000198 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.13 MiB, peak 169.67 MiB, free memory in arenas 0.00 B, will set to 164.68 MiB (RSS), difference: 4.55 MiB
1564 2024.12.06 02:42:41.139725 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1565 2024.12.06 02:42:41.139927 [ 258 ] {03e5b5e2-08ad-4080-9235-1a616fe1d808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1566 2024.12.06 02:42:41.140006 [ 258 ] {03e5b5e2-08ad-4080-9235-1a616fe1d808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1567 2024.12.06 02:42:41.140902 [ 258 ] {03e5b5e2-08ad-4080-9235-1a616fe1d808} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1568 2024.12.06 02:42:41.140945 [ 258 ] {03e5b5e2-08ad-4080-9235-1a616fe1d808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1569 2024.12.06 02:42:41.141415 [ 258 ] {03e5b5e2-08ad-4080-9235-1a616fe1d808} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1570 2024.12.06 02:42:41.141676 [ 258 ] {03e5b5e2-08ad-4080-9235-1a616fe1d808} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1571 2024.12.06 02:42:41.141983 [ 258 ] {03e5b5e2-08ad-4080-9235-1a616fe1d808} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002098 sec., 26692.08770257388 rows/sec., 2.05 MiB/sec.
1572 2024.12.06 02:42:41.142107 [ 258 ] {03e5b5e2-08ad-4080-9235-1a616fe1d808} <Debug> TCPHandler: Processed in 0.002519542 sec.
1573 2024.12.06 02:42:41.142344 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1574 2024.12.06 02:42:41.142512 [ 260 ] {836d38be-ba0f-4018-85b2-22c233fad84d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1575 2024.12.06 02:42:41.142578 [ 260 ] {836d38be-ba0f-4018-85b2-22c233fad84d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1576 2024.12.06 02:42:41.143319 [ 260 ] {836d38be-ba0f-4018-85b2-22c233fad84d} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1577 2024.12.06 02:42:41.143365 [ 260 ] {836d38be-ba0f-4018-85b2-22c233fad84d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1578 2024.12.06 02:42:41.143784 [ 260 ] {836d38be-ba0f-4018-85b2-22c233fad84d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1579 2024.12.06 02:42:41.144041 [ 260 ] {836d38be-ba0f-4018-85b2-22c233fad84d} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1580 2024.12.06 02:42:41.144277 [ 260 ] {836d38be-ba0f-4018-85b2-22c233fad84d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001811 sec., 35339.5913859746 rows/sec., 2.76 MiB/sec.
1581 2024.12.06 02:42:41.144344 [ 260 ] {836d38be-ba0f-4018-85b2-22c233fad84d} <Debug> TCPHandler: Processed in 0.002121541 sec.
1582 2024.12.06 02:42:41.144505 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1583 2024.12.06 02:42:41.144645 [ 258 ] {b6ca859a-c8ba-4bc7-b784-5538c7aa7601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1584 2024.12.06 02:42:41.144708 [ 258 ] {b6ca859a-c8ba-4bc7-b784-5538c7aa7601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1585 2024.12.06 02:42:41.145429 [ 258 ] {b6ca859a-c8ba-4bc7-b784-5538c7aa7601} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1586 2024.12.06 02:42:41.145475 [ 258 ] {b6ca859a-c8ba-4bc7-b784-5538c7aa7601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1587 2024.12.06 02:42:41.145928 [ 258 ] {b6ca859a-c8ba-4bc7-b784-5538c7aa7601} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1588 2024.12.06 02:42:41.146169 [ 258 ] {b6ca859a-c8ba-4bc7-b784-5538c7aa7601} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1589 2024.12.06 02:42:41.146434 [ 258 ] {b6ca859a-c8ba-4bc7-b784-5538c7aa7601} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001816 sec., 88105.7268722467 rows/sec., 6.14 MiB/sec.
1590 2024.12.06 02:42:41.146511 [ 258 ] {b6ca859a-c8ba-4bc7-b784-5538c7aa7601} <Debug> TCPHandler: Processed in 0.002073059 sec.
1591 2024.12.06 02:42:41.146680 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1592 2024.12.06 02:42:41.146811 [ 260 ] {87e277b0-ef3b-4cec-b75c-830ab39b5e07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1593 2024.12.06 02:42:41.146866 [ 260 ] {87e277b0-ef3b-4cec-b75c-830ab39b5e07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1594 2024.12.06 02:42:41.147382 [ 260 ] {87e277b0-ef3b-4cec-b75c-830ab39b5e07} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1595 2024.12.06 02:42:41.147424 [ 260 ] {87e277b0-ef3b-4cec-b75c-830ab39b5e07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1596 2024.12.06 02:42:41.147806 [ 260 ] {87e277b0-ef3b-4cec-b75c-830ab39b5e07} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1597 2024.12.06 02:42:41.148046 [ 260 ] {87e277b0-ef3b-4cec-b75c-830ab39b5e07} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1598 2024.12.06 02:42:41.148358 [ 260 ] {87e277b0-ef3b-4cec-b75c-830ab39b5e07} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001551 sec., 38684.71953578336 rows/sec., 2.61 MiB/sec.
1599 2024.12.06 02:42:41.148423 [ 260 ] {87e277b0-ef3b-4cec-b75c-830ab39b5e07} <Debug> TCPHandler: Processed in 0.001804282 sec.
1600 2024.12.06 02:42:45.112404 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1601 2024.12.06 02:42:45.112860 [ 258 ] {6f396234-c4bc-4241-9159-8bfa6da31892} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) 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)
1602 2024.12.06 02:42:45.115276 [ 258 ] {6f396234-c4bc-4241-9159-8bfa6da31892} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1603 2024.12.06 02:42:45.115883 [ 258 ] {6f396234-c4bc-4241-9159-8bfa6da31892} <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
1604 2024.12.06 02:42:45.116266 [ 258 ] {6f396234-c4bc-4241-9159-8bfa6da31892} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1605 2024.12.06 02:42:45.118513 [ 258 ] {6f396234-c4bc-4241-9159-8bfa6da31892} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1606 2024.12.06 02:42:45.121051 [ 258 ] {6f396234-c4bc-4241-9159-8bfa6da31892} <Debug> oximeter.timeseries_schema (1ea89278-e762-443f-98b4-9b5f5bc3a832) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
1607 2024.12.06 02:42:45.124933 [ 258 ] {6f396234-c4bc-4241-9159-8bfa6da31892} <Trace> oximeter.timeseries_schema (1ea89278-e762-443f-98b4-9b5f5bc3a832) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1608 2024.12.06 02:42:45.124990 [ 258 ] {6f396234-c4bc-4241-9159-8bfa6da31892} <Debug> oximeter.timeseries_schema (1ea89278-e762-443f-98b4-9b5f5bc3a832) (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
1609 2024.12.06 02:42:45.125010 [ 258 ] {6f396234-c4bc-4241-9159-8bfa6da31892} <Trace> oximeter.timeseries_schema (1ea89278-e762-443f-98b4-9b5f5bc3a832) (SelectExecutor): Spreading mark ranges among streams (default reading)
1610 2024.12.06 02:42:45.125103 [ 258 ] {6f396234-c4bc-4241-9159-8bfa6da31892} <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'))"
1611 2024.12.06 02:42:45.125130 [ 258 ] {6f396234-c4bc-4241-9159-8bfa6da31892} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 37 rows starting from 0
1612 2024.12.06 02:42:45.130362 [ 258 ] {6f396234-c4bc-4241-9159-8bfa6da31892} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.017715 sec., 2088.6254586508608 rows/sec., 78.28 KiB/sec.
1613 2024.12.06 02:42:45.130506 [ 258 ] {6f396234-c4bc-4241-9159-8bfa6da31892} <Debug> TCPHandler: Processed in 0.018290992 sec.
1614 2024.12.06 02:42:45.130869 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1615 2024.12.06 02:42:45.131190 [ 260 ] {64cc2c01-1433-40f0-8a26-a38c99befc9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) 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)
1616 2024.12.06 02:42:45.131697 [ 260 ] {64cc2c01-1433-40f0-8a26-a38c99befc9b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1617 2024.12.06 02:42:45.131761 [ 260 ] {64cc2c01-1433-40f0-8a26-a38c99befc9b} <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
1618 2024.12.06 02:42:45.132151 [ 260 ] {64cc2c01-1433-40f0-8a26-a38c99befc9b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1619 2024.12.06 02:42:45.132234 [ 260 ] {64cc2c01-1433-40f0-8a26-a38c99befc9b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1620 2024.12.06 02:42:45.132414 [ 260 ] {64cc2c01-1433-40f0-8a26-a38c99befc9b} <Debug> oximeter.timeseries_schema (1ea89278-e762-443f-98b4-9b5f5bc3a832) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
1621 2024.12.06 02:42:45.132454 [ 260 ] {64cc2c01-1433-40f0-8a26-a38c99befc9b} <Trace> oximeter.timeseries_schema (1ea89278-e762-443f-98b4-9b5f5bc3a832) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1622 2024.12.06 02:42:45.132480 [ 260 ] {64cc2c01-1433-40f0-8a26-a38c99befc9b} <Debug> oximeter.timeseries_schema (1ea89278-e762-443f-98b4-9b5f5bc3a832) (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
1623 2024.12.06 02:42:45.132498 [ 260 ] {64cc2c01-1433-40f0-8a26-a38c99befc9b} <Trace> oximeter.timeseries_schema (1ea89278-e762-443f-98b4-9b5f5bc3a832) (SelectExecutor): Spreading mark ranges among streams (default reading)
1624 2024.12.06 02:42:45.132546 [ 260 ] {64cc2c01-1433-40f0-8a26-a38c99befc9b} <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'))"
1625 2024.12.06 02:42:45.132571 [ 260 ] {64cc2c01-1433-40f0-8a26-a38c99befc9b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 37 rows starting from 0
1626 2024.12.06 02:42:45.133453 [ 260 ] {64cc2c01-1433-40f0-8a26-a38c99befc9b} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.002422 sec., 15276.630883567299 rows/sec., 572.55 KiB/sec.
1627 2024.12.06 02:42:45.133592 [ 260 ] {64cc2c01-1433-40f0-8a26-a38c99befc9b} <Debug> TCPHandler: Processed in 0.002852841 sec.
1628 2024.12.06 02:42:45.134014 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1629 2024.12.06 02:42:45.134246 [ 258 ] {e924bea7-459f-4e70-83c8-891b5aec7297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) 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)
1630 2024.12.06 02:42:45.134661 [ 258 ] {e924bea7-459f-4e70-83c8-891b5aec7297} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1631 2024.12.06 02:42:45.134722 [ 258 ] {e924bea7-459f-4e70-83c8-891b5aec7297} <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
1632 2024.12.06 02:42:45.135085 [ 258 ] {e924bea7-459f-4e70-83c8-891b5aec7297} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1633 2024.12.06 02:42:45.135151 [ 258 ] {e924bea7-459f-4e70-83c8-891b5aec7297} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1634 2024.12.06 02:42:45.135299 [ 258 ] {e924bea7-459f-4e70-83c8-891b5aec7297} <Debug> oximeter.timeseries_schema (1ea89278-e762-443f-98b4-9b5f5bc3a832) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
1635 2024.12.06 02:42:45.135331 [ 258 ] {e924bea7-459f-4e70-83c8-891b5aec7297} <Trace> oximeter.timeseries_schema (1ea89278-e762-443f-98b4-9b5f5bc3a832) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1636 2024.12.06 02:42:45.135354 [ 258 ] {e924bea7-459f-4e70-83c8-891b5aec7297} <Debug> oximeter.timeseries_schema (1ea89278-e762-443f-98b4-9b5f5bc3a832) (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
1637 2024.12.06 02:42:45.135371 [ 258 ] {e924bea7-459f-4e70-83c8-891b5aec7297} <Trace> oximeter.timeseries_schema (1ea89278-e762-443f-98b4-9b5f5bc3a832) (SelectExecutor): Spreading mark ranges among streams (default reading)
1638 2024.12.06 02:42:45.135414 [ 258 ] {e924bea7-459f-4e70-83c8-891b5aec7297} <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'))"
1639 2024.12.06 02:42:45.135438 [ 258 ] {e924bea7-459f-4e70-83c8-891b5aec7297} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 37 rows starting from 0
1640 2024.12.06 02:42:45.136105 [ 258 ] {e924bea7-459f-4e70-83c8-891b5aec7297} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.001981 sec., 18677.435638566378 rows/sec., 700.01 KiB/sec.
1641 2024.12.06 02:42:45.136230 [ 258 ] {e924bea7-459f-4e70-83c8-891b5aec7297} <Debug> TCPHandler: Processed in 0.002285125 sec.
1642 2024.12.06 02:42:45.137052 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1643 2024.12.06 02:42:45.137293 [ 260 ] {eb3bf0a9-a06e-437f-a8bc-967ff976b4f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) 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)
1644 2024.12.06 02:42:45.137720 [ 260 ] {eb3bf0a9-a06e-437f-a8bc-967ff976b4f6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1645 2024.12.06 02:42:45.137782 [ 260 ] {eb3bf0a9-a06e-437f-a8bc-967ff976b4f6} <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
1646 2024.12.06 02:42:45.138138 [ 260 ] {eb3bf0a9-a06e-437f-a8bc-967ff976b4f6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1647 2024.12.06 02:42:45.138204 [ 260 ] {eb3bf0a9-a06e-437f-a8bc-967ff976b4f6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1648 2024.12.06 02:42:45.138353 [ 260 ] {eb3bf0a9-a06e-437f-a8bc-967ff976b4f6} <Debug> oximeter.timeseries_schema (1ea89278-e762-443f-98b4-9b5f5bc3a832) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
1649 2024.12.06 02:42:45.138392 [ 260 ] {eb3bf0a9-a06e-437f-a8bc-967ff976b4f6} <Trace> oximeter.timeseries_schema (1ea89278-e762-443f-98b4-9b5f5bc3a832) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1650 2024.12.06 02:42:45.138415 [ 260 ] {eb3bf0a9-a06e-437f-a8bc-967ff976b4f6} <Debug> oximeter.timeseries_schema (1ea89278-e762-443f-98b4-9b5f5bc3a832) (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
1651 2024.12.06 02:42:45.138432 [ 260 ] {eb3bf0a9-a06e-437f-a8bc-967ff976b4f6} <Trace> oximeter.timeseries_schema (1ea89278-e762-443f-98b4-9b5f5bc3a832) (SelectExecutor): Spreading mark ranges among streams (default reading)
1652 2024.12.06 02:42:45.138477 [ 260 ] {eb3bf0a9-a06e-437f-a8bc-967ff976b4f6} <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'))"
1653 2024.12.06 02:42:45.138502 [ 260 ] {eb3bf0a9-a06e-437f-a8bc-967ff976b4f6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 37 rows starting from 0
1654 2024.12.06 02:42:45.139115 [ 260 ] {eb3bf0a9-a06e-437f-a8bc-967ff976b4f6} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.001949 sec., 18984.094407388406 rows/sec., 711.50 KiB/sec.
1655 2024.12.06 02:42:45.139232 [ 260 ] {eb3bf0a9-a06e-437f-a8bc-967ff976b4f6} <Debug> TCPHandler: Processed in 0.002251204 sec.
1656 2024.12.06 02:42:45.173882 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1657 2024.12.06 02:42:45.174015 [ 258 ] {9ab4fed4-d768-4e6d-984f-83f876d52d3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1658 2024.12.06 02:42:45.174074 [ 258 ] {9ab4fed4-d768-4e6d-984f-83f876d52d3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1659 2024.12.06 02:42:45.174851 [ 258 ] {9ab4fed4-d768-4e6d-984f-83f876d52d3d} <Trace> oximeter.timeseries_schema (1ea89278-e762-443f-98b4-9b5f5bc3a832): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1660 2024.12.06 02:42:45.174896 [ 258 ] {9ab4fed4-d768-4e6d-984f-83f876d52d3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1661 2024.12.06 02:42:45.175406 [ 258 ] {9ab4fed4-d768-4e6d-984f-83f876d52d3d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1662 2024.12.06 02:42:45.175630 [ 258 ] {9ab4fed4-d768-4e6d-984f-83f876d52d3d} <Trace> oximeter.timeseries_schema (1ea89278-e762-443f-98b4-9b5f5bc3a832): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1663 2024.12.06 02:42:45.175900 [ 258 ] {9ab4fed4-d768-4e6d-984f-83f876d52d3d} <Debug> executeQuery: Read 4 rows, 386.00 B in 0.001922 sec., 2081.1654526534858 rows/sec., 196.13 KiB/sec.
1664 2024.12.06 02:42:45.176046 [ 258 ] {9ab4fed4-d768-4e6d-984f-83f876d52d3d} <Debug> TCPHandler: Processed in 0.002230594 sec.
1665 2024.12.06 02:42:45.176208 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1666 2024.12.06 02:42:45.176374 [ 260 ] {7c6d461d-ed49-4e50-a08f-247c4a1e1ac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1667 2024.12.06 02:42:45.176441 [ 260 ] {7c6d461d-ed49-4e50-a08f-247c4a1e1ac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1668 2024.12.06 02:42:45.177146 [ 260 ] {7c6d461d-ed49-4e50-a08f-247c4a1e1ac9} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1669 2024.12.06 02:42:45.177192 [ 260 ] {7c6d461d-ed49-4e50-a08f-247c4a1e1ac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1670 2024.12.06 02:42:45.177616 [ 260 ] {7c6d461d-ed49-4e50-a08f-247c4a1e1ac9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1671 2024.12.06 02:42:45.177874 [ 260 ] {7c6d461d-ed49-4e50-a08f-247c4a1e1ac9} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1672 2024.12.06 02:42:45.178170 [ 260 ] {7c6d461d-ed49-4e50-a08f-247c4a1e1ac9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001839 sec., 7612.8330614464385 rows/sec., 548.02 KiB/sec.
1673 2024.12.06 02:42:45.178320 [ 260 ] {7c6d461d-ed49-4e50-a08f-247c4a1e1ac9} <Debug> TCPHandler: Processed in 0.002183453 sec.
1674 2024.12.06 02:42:45.178486 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1675 2024.12.06 02:42:45.178624 [ 258 ] {38b6bf48-c6ac-4f9d-ad65-76c456698563} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1676 2024.12.06 02:42:45.178681 [ 258 ] {38b6bf48-c6ac-4f9d-ad65-76c456698563} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1677 2024.12.06 02:42:45.179837 [ 258 ] {38b6bf48-c6ac-4f9d-ad65-76c456698563} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1678 2024.12.06 02:42:45.179876 [ 258 ] {38b6bf48-c6ac-4f9d-ad65-76c456698563} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1679 2024.12.06 02:42:45.180354 [ 258 ] {38b6bf48-c6ac-4f9d-ad65-76c456698563} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1680 2024.12.06 02:42:45.180611 [ 258 ] {38b6bf48-c6ac-4f9d-ad65-76c456698563} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1681 2024.12.06 02:42:45.180876 [ 258 ] {38b6bf48-c6ac-4f9d-ad65-76c456698563} <Debug> executeQuery: Read 1402 rows, 120.16 KiB in 0.002282 sec., 614373.356704645 rows/sec., 51.42 MiB/sec.
1682 2024.12.06 02:42:45.181032 [ 258 ] {38b6bf48-c6ac-4f9d-ad65-76c456698563} <Debug> TCPHandler: Processed in 0.002611725 sec.
1683 2024.12.06 02:42:45.181195 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1684 2024.12.06 02:42:45.181338 [ 260 ] {290d36b6-01f9-4a1e-b420-8bd70ae7e76a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1685 2024.12.06 02:42:45.181398 [ 260 ] {290d36b6-01f9-4a1e-b420-8bd70ae7e76a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1686 2024.12.06 02:42:45.182059 [ 260 ] {290d36b6-01f9-4a1e-b420-8bd70ae7e76a} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1687 2024.12.06 02:42:45.182100 [ 260 ] {290d36b6-01f9-4a1e-b420-8bd70ae7e76a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1688 2024.12.06 02:42:45.182466 [ 260 ] {290d36b6-01f9-4a1e-b420-8bd70ae7e76a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1689 2024.12.06 02:42:45.182715 [ 260 ] {290d36b6-01f9-4a1e-b420-8bd70ae7e76a} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1690 2024.12.06 02:42:45.182922 [ 260 ] {290d36b6-01f9-4a1e-b420-8bd70ae7e76a} <Debug> executeQuery: Read 36 rows, 2.64 KiB in 0.001618 sec., 22249.690976514215 rows/sec., 1.59 MiB/sec.
1691 2024.12.06 02:42:45.182976 [ 260 ] {290d36b6-01f9-4a1e-b420-8bd70ae7e76a} <Debug> TCPHandler: Processed in 0.001847103 sec.
1692 2024.12.06 02:42:45.183144 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1693 2024.12.06 02:42:45.183283 [ 258 ] {a3272874-e269-4cdb-ae97-e0948134a9b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1694 2024.12.06 02:42:45.183338 [ 258 ] {a3272874-e269-4cdb-ae97-e0948134a9b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1695 2024.12.06 02:42:45.184053 [ 258 ] {a3272874-e269-4cdb-ae97-e0948134a9b8} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1696 2024.12.06 02:42:45.184093 [ 258 ] {a3272874-e269-4cdb-ae97-e0948134a9b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1697 2024.12.06 02:42:45.184452 [ 258 ] {a3272874-e269-4cdb-ae97-e0948134a9b8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1698 2024.12.06 02:42:45.184690 [ 258 ] {a3272874-e269-4cdb-ae97-e0948134a9b8} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1699 2024.12.06 02:42:45.184900 [ 258 ] {a3272874-e269-4cdb-ae97-e0948134a9b8} <Debug> executeQuery: Read 243 rows, 16.86 KiB in 0.001647 sec., 147540.98360655736 rows/sec., 9.99 MiB/sec.
1700 2024.12.06 02:42:45.184952 [ 258 ] {a3272874-e269-4cdb-ae97-e0948134a9b8} <Debug> TCPHandler: Processed in 0.001888824 sec.
1701 2024.12.06 02:42:45.185093 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1702 2024.12.06 02:42:45.185234 [ 260 ] {5611cfa9-8774-4922-8d2e-84127139d86f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1703 2024.12.06 02:42:45.185294 [ 260 ] {5611cfa9-8774-4922-8d2e-84127139d86f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1704 2024.12.06 02:42:45.185959 [ 260 ] {5611cfa9-8774-4922-8d2e-84127139d86f} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1705 2024.12.06 02:42:45.185998 [ 260 ] {5611cfa9-8774-4922-8d2e-84127139d86f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1706 2024.12.06 02:42:45.186364 [ 260 ] {5611cfa9-8774-4922-8d2e-84127139d86f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1707 2024.12.06 02:42:45.186604 [ 260 ] {5611cfa9-8774-4922-8d2e-84127139d86f} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1708 2024.12.06 02:42:45.186817 [ 260 ] {5611cfa9-8774-4922-8d2e-84127139d86f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001616 sec., 8044.554455445545 rows/sec., 501.58 KiB/sec.
1709 2024.12.06 02:42:45.186873 [ 260 ] {5611cfa9-8774-4922-8d2e-84127139d86f} <Debug> TCPHandler: Processed in 0.001848553 sec.
1710 2024.12.06 02:42:45.187019 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1711 2024.12.06 02:42:45.187157 [ 258 ] {1fab652e-d444-4a7d-abf8-12a80fbac5a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1712 2024.12.06 02:42:45.187211 [ 258 ] {1fab652e-d444-4a7d-abf8-12a80fbac5a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1713 2024.12.06 02:42:45.188132 [ 258 ] {1fab652e-d444-4a7d-abf8-12a80fbac5a5} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1714 2024.12.06 02:42:45.188170 [ 258 ] {1fab652e-d444-4a7d-abf8-12a80fbac5a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1715 2024.12.06 02:42:45.188556 [ 258 ] {1fab652e-d444-4a7d-abf8-12a80fbac5a5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1716 2024.12.06 02:42:45.188790 [ 258 ] {1fab652e-d444-4a7d-abf8-12a80fbac5a5} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): 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.12.06 02:42:45.189052 [ 258 ] {1fab652e-d444-4a7d-abf8-12a80fbac5a5} <Debug> executeQuery: Read 876 rows, 65.02 KiB in 0.001902 sec., 460567.8233438486 rows/sec., 33.38 MiB/sec.
1718 2024.12.06 02:42:45.189185 [ 258 ] {1fab652e-d444-4a7d-abf8-12a80fbac5a5} <Debug> TCPHandler: Processed in 0.002229484 sec.
1719 2024.12.06 02:42:45.189320 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1720 2024.12.06 02:42:45.189440 [ 260 ] {36287d9a-9d9a-42eb-be1b-a226b7ddea3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1721 2024.12.06 02:42:45.189491 [ 260 ] {36287d9a-9d9a-42eb-be1b-a226b7ddea3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1722 2024.12.06 02:42:45.189981 [ 260 ] {36287d9a-9d9a-42eb-be1b-a226b7ddea3e} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1723 2024.12.06 02:42:45.190021 [ 260 ] {36287d9a-9d9a-42eb-be1b-a226b7ddea3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1724 2024.12.06 02:42:45.190381 [ 260 ] {36287d9a-9d9a-42eb-be1b-a226b7ddea3e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1725 2024.12.06 02:42:45.190619 [ 260 ] {36287d9a-9d9a-42eb-be1b-a226b7ddea3e} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1726 2024.12.06 02:42:45.190838 [ 260 ] {36287d9a-9d9a-42eb-be1b-a226b7ddea3e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001424 sec., 4213.483146067416 rows/sec., 220.14 KiB/sec.
1727 2024.12.06 02:42:45.190897 [ 260 ] {36287d9a-9d9a-42eb-be1b-a226b7ddea3e} <Debug> TCPHandler: Processed in 0.001631317 sec.
1728 2024.12.06 02:42:45.191052 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1729 2024.12.06 02:42:45.191190 [ 258 ] {4797d9e8-9bd9-4ca3-af63-76198e5e2aca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1730 2024.12.06 02:42:45.191255 [ 258 ] {4797d9e8-9bd9-4ca3-af63-76198e5e2aca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1731 2024.12.06 02:42:45.192063 [ 258 ] {4797d9e8-9bd9-4ca3-af63-76198e5e2aca} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1732 2024.12.06 02:42:45.192102 [ 258 ] {4797d9e8-9bd9-4ca3-af63-76198e5e2aca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1733 2024.12.06 02:42:45.192539 [ 258 ] {4797d9e8-9bd9-4ca3-af63-76198e5e2aca} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1734 2024.12.06 02:42:45.192776 [ 258 ] {4797d9e8-9bd9-4ca3-af63-76198e5e2aca} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1735 2024.12.06 02:42:45.192979 [ 258 ] {4797d9e8-9bd9-4ca3-af63-76198e5e2aca} <Debug> executeQuery: Read 1051 rows, 71.82 KiB in 0.00182 sec., 577472.5274725275 rows/sec., 38.53 MiB/sec.
1736 2024.12.06 02:42:45.193029 [ 258 ] {4797d9e8-9bd9-4ca3-af63-76198e5e2aca} <Debug> TCPHandler: Processed in 0.002042478 sec.
1737 2024.12.06 02:42:45.193183 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1738 2024.12.06 02:42:45.193335 [ 260 ] {b8f6b90f-f1cd-4690-9553-bb6d52dc119b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1739 2024.12.06 02:42:45.193398 [ 260 ] {b8f6b90f-f1cd-4690-9553-bb6d52dc119b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1740 2024.12.06 02:42:45.193973 [ 260 ] {b8f6b90f-f1cd-4690-9553-bb6d52dc119b} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1741 2024.12.06 02:42:45.194014 [ 260 ] {b8f6b90f-f1cd-4690-9553-bb6d52dc119b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1742 2024.12.06 02:42:45.194448 [ 260 ] {b8f6b90f-f1cd-4690-9553-bb6d52dc119b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1743 2024.12.06 02:42:45.194696 [ 260 ] {b8f6b90f-f1cd-4690-9553-bb6d52dc119b} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1744 2024.12.06 02:42:45.194907 [ 260 ] {b8f6b90f-f1cd-4690-9553-bb6d52dc119b} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.001604 sec., 1246.8827930174564 rows/sec., 81.58 KiB/sec.
1745 2024.12.06 02:42:45.194971 [ 260 ] {b8f6b90f-f1cd-4690-9553-bb6d52dc119b} <Debug> TCPHandler: Processed in 0.001857563 sec.
1746 2024.12.06 02:42:45.195120 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1747 2024.12.06 02:42:45.195238 [ 258 ] {2aa46576-37ec-47d7-adb9-64cbb3c44ee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1748 2024.12.06 02:42:45.195318 [ 258 ] {2aa46576-37ec-47d7-adb9-64cbb3c44ee8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1749 2024.12.06 02:42:45.196412 [ 258 ] {2aa46576-37ec-47d7-adb9-64cbb3c44ee8} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1750 2024.12.06 02:42:45.196453 [ 258 ] {2aa46576-37ec-47d7-adb9-64cbb3c44ee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1751 2024.12.06 02:42:45.197092 [ 258 ] {2aa46576-37ec-47d7-adb9-64cbb3c44ee8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1752 2024.12.06 02:42:45.197349 [ 258 ] {2aa46576-37ec-47d7-adb9-64cbb3c44ee8} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1753 2024.12.06 02:42:45.197586 [ 258 ] {2aa46576-37ec-47d7-adb9-64cbb3c44ee8} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002372 sec., 12225.969645868465 rows/sec., 21.91 MiB/sec.
1754 2024.12.06 02:42:45.197673 [ 258 ] {2aa46576-37ec-47d7-adb9-64cbb3c44ee8} <Debug> TCPHandler: Processed in 0.002611185 sec.
1755 2024.12.06 02:42:45.197820 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1756 2024.12.06 02:42:45.197944 [ 260 ] {ca94f7cc-10ea-4204-9678-ebee870330c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
1757 2024.12.06 02:42:45.198005 [ 260 ] {ca94f7cc-10ea-4204-9678-ebee870330c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
1758 2024.12.06 02:42:45.198504 [ 260 ] {ca94f7cc-10ea-4204-9678-ebee870330c5} <Trace> oximeter.measurements_i64 (10d2095e-0da8-4196-aa21-77e46bb7c719): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1759 2024.12.06 02:42:45.198543 [ 260 ] {ca94f7cc-10ea-4204-9678-ebee870330c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1760 2024.12.06 02:42:45.198934 [ 260 ] {ca94f7cc-10ea-4204-9678-ebee870330c5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1761 2024.12.06 02:42:45.199193 [ 260 ] {ca94f7cc-10ea-4204-9678-ebee870330c5} <Trace> oximeter.measurements_i64 (10d2095e-0da8-4196-aa21-77e46bb7c719): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1762 2024.12.06 02:42:45.199474 [ 260 ] {ca94f7cc-10ea-4204-9678-ebee870330c5} <Debug> executeQuery: Read 15 rows, 1.12 KiB in 0.001538 sec., 9752.925877763328 rows/sec., 725.75 KiB/sec.
1763 2024.12.06 02:42:45.199558 [ 260 ] {ca94f7cc-10ea-4204-9678-ebee870330c5} <Debug> TCPHandler: Processed in 0.001796551 sec.
1764 2024.12.06 02:42:45.199691 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1765 2024.12.06 02:42:45.199819 [ 258 ] {e353080a-a929-40b8-bada-c276c58c340b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1766 2024.12.06 02:42:45.199870 [ 258 ] {e353080a-a929-40b8-bada-c276c58c340b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1767 2024.12.06 02:42:45.200356 [ 258 ] {e353080a-a929-40b8-bada-c276c58c340b} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1768 2024.12.06 02:42:45.200393 [ 258 ] {e353080a-a929-40b8-bada-c276c58c340b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1769 2024.12.06 02:42:45.200759 [ 258 ] {e353080a-a929-40b8-bada-c276c58c340b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1770 2024.12.06 02:42:45.200998 [ 258 ] {e353080a-a929-40b8-bada-c276c58c340b} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1771 2024.12.06 02:42:45.201289 [ 258 ] {e353080a-a929-40b8-bada-c276c58c340b} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.00147 sec., 47619.04761904762 rows/sec., 2.99 MiB/sec.
1772 2024.12.06 02:42:45.201415 [ 258 ] {e353080a-a929-40b8-bada-c276c58c340b} <Debug> TCPHandler: Processed in 0.00178001 sec.
1773 2024.12.06 02:42:45.695598 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 64 entries to flush up to offset 298
1774 2024.12.06 02:42:45.699245 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1775 2024.12.06 02:42:45.699286 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1776 2024.12.06 02:42:45.700782 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1777 2024.12.06 02:42:45.701081 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1778 2024.12.06 02:42:45.701549 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 298
1779 2024.12.06 02:42:46.134366 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1780 2024.12.06 02:42:46.134661 [ 258 ] {b990d15e-2817-4b7a-80e7-386a60ab0692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1781 2024.12.06 02:42:46.134769 [ 258 ] {b990d15e-2817-4b7a-80e7-386a60ab0692} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1782 2024.12.06 02:42:46.135595 [ 258 ] {b990d15e-2817-4b7a-80e7-386a60ab0692} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1783 2024.12.06 02:42:46.135635 [ 258 ] {b990d15e-2817-4b7a-80e7-386a60ab0692} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1784 2024.12.06 02:42:46.136065 [ 258 ] {b990d15e-2817-4b7a-80e7-386a60ab0692} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1785 2024.12.06 02:42:46.136318 [ 258 ] {b990d15e-2817-4b7a-80e7-386a60ab0692} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1786 2024.12.06 02:42:46.136514 [ 258 ] {b990d15e-2817-4b7a-80e7-386a60ab0692} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001937 sec., 28910.686628807434 rows/sec., 2.22 MiB/sec.
1787 2024.12.06 02:42:46.136567 [ 258 ] {b990d15e-2817-4b7a-80e7-386a60ab0692} <Debug> TCPHandler: Processed in 0.002384878 sec.
1788 2024.12.06 02:42:46.136823 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1789 2024.12.06 02:42:46.137038 [ 260 ] {704c13fa-6468-44c2-8aea-450858e7af47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1790 2024.12.06 02:42:46.137120 [ 260 ] {704c13fa-6468-44c2-8aea-450858e7af47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1791 2024.12.06 02:42:46.137975 [ 260 ] {704c13fa-6468-44c2-8aea-450858e7af47} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1792 2024.12.06 02:42:46.138024 [ 260 ] {704c13fa-6468-44c2-8aea-450858e7af47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1793 2024.12.06 02:42:46.138454 [ 260 ] {704c13fa-6468-44c2-8aea-450858e7af47} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1794 2024.12.06 02:42:46.138705 [ 260 ] {704c13fa-6468-44c2-8aea-450858e7af47} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1795 2024.12.06 02:42:46.138951 [ 260 ] {704c13fa-6468-44c2-8aea-450858e7af47} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001969 sec., 32503.80904012189 rows/sec., 2.54 MiB/sec.
1796 2024.12.06 02:42:46.139017 [ 260 ] {704c13fa-6468-44c2-8aea-450858e7af47} <Debug> TCPHandler: Processed in 0.002332537 sec.
1797 2024.12.06 02:42:46.139180 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1798 2024.12.06 02:42:46.139322 [ 258 ] {08dc38a4-3f65-474d-bdff-092291dd7a42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1799 2024.12.06 02:42:46.139384 [ 258 ] {08dc38a4-3f65-474d-bdff-092291dd7a42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1800 2024.12.06 02:42:46.139997 [ 258 ] {08dc38a4-3f65-474d-bdff-092291dd7a42} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1801 2024.12.06 02:42:46.140034 [ 258 ] {08dc38a4-3f65-474d-bdff-092291dd7a42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1802 2024.12.06 02:42:46.140426 [ 258 ] {08dc38a4-3f65-474d-bdff-092291dd7a42} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1803 2024.12.06 02:42:46.140672 [ 258 ] {08dc38a4-3f65-474d-bdff-092291dd7a42} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1804 2024.12.06 02:42:46.140847 [ 258 ] {08dc38a4-3f65-474d-bdff-092291dd7a42} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001557 sec., 20552.34425176622 rows/sec., 1.43 MiB/sec.
1805 2024.12.06 02:42:46.140898 [ 258 ] {08dc38a4-3f65-474d-bdff-092291dd7a42} <Debug> TCPHandler: Processed in 0.00178782 sec.
1806 2024.12.06 02:42:46.141048 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1807 2024.12.06 02:42:46.141197 [ 260 ] {0c562cc6-a844-4bad-86ce-20999e92244f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1808 2024.12.06 02:42:46.141261 [ 260 ] {0c562cc6-a844-4bad-86ce-20999e92244f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1809 2024.12.06 02:42:46.141827 [ 260 ] {0c562cc6-a844-4bad-86ce-20999e92244f} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1810 2024.12.06 02:42:46.141875 [ 260 ] {0c562cc6-a844-4bad-86ce-20999e92244f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1811 2024.12.06 02:42:46.142263 [ 260 ] {0c562cc6-a844-4bad-86ce-20999e92244f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1812 2024.12.06 02:42:46.142504 [ 260 ] {0c562cc6-a844-4bad-86ce-20999e92244f} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1813 2024.12.06 02:42:46.142719 [ 260 ] {0c562cc6-a844-4bad-86ce-20999e92244f} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001557 sec., 7707.129094412331 rows/sec., 531.87 KiB/sec.
1814 2024.12.06 02:42:46.142773 [ 260 ] {0c562cc6-a844-4bad-86ce-20999e92244f} <Debug> TCPHandler: Processed in 0.001799001 sec.
1815 2024.12.06 02:42:48.196997 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294
1816 2024.12.06 02:42:48.197755 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1817 2024.12.06 02:42:48.197811 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1818 2024.12.06 02:42:48.198431 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1819 2024.12.06 02:42:48.198701 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1820 2024.12.06 02:42:48.198981 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294
1821 2024.12.06 02:42:48.383860 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1822 2024.12.06 02:42:48.402417 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1823 2024.12.06 02:42:48.402480 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB.
1824 2024.12.06 02:42:48.409393 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1825 2024.12.06 02:42:48.410153 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1826 2024.12.06 02:42:48.412765 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1827 2024.12.06 02:42:49.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 166.14 MiB, peak 170.14 MiB, free memory in arenas 0.00 B, will set to 167.23 MiB (RSS), difference: 1.09 MiB
1828 2024.12.06 02:42:51.140683 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1829 2024.12.06 02:42:51.140896 [ 258 ] {816a3190-51db-4d70-8c45-6f9f42dbbf0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1830 2024.12.06 02:42:51.140969 [ 258 ] {816a3190-51db-4d70-8c45-6f9f42dbbf0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1831 2024.12.06 02:42:51.141719 [ 258 ] {816a3190-51db-4d70-8c45-6f9f42dbbf0b} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1832 2024.12.06 02:42:51.141768 [ 258 ] {816a3190-51db-4d70-8c45-6f9f42dbbf0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
1833 2024.12.06 02:42:51.142216 [ 258 ] {816a3190-51db-4d70-8c45-6f9f42dbbf0b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1834 2024.12.06 02:42:51.142479 [ 258 ] {816a3190-51db-4d70-8c45-6f9f42dbbf0b} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1835 2024.12.06 02:42:51.142746 [ 258 ] {816a3190-51db-4d70-8c45-6f9f42dbbf0b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.0019 sec., 29473.684210526317 rows/sec., 2.26 MiB/sec.
1836 2024.12.06 02:42:51.142913 [ 258 ] {816a3190-51db-4d70-8c45-6f9f42dbbf0b} <Debug> TCPHandler: Processed in 0.002363517 sec.
1837 2024.12.06 02:42:51.143169 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1838 2024.12.06 02:42:51.143353 [ 260 ] {d4aa86d0-baec-4880-86e0-a4d4436417f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1839 2024.12.06 02:42:51.143424 [ 260 ] {d4aa86d0-baec-4880-86e0-a4d4436417f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1840 2024.12.06 02:42:51.144151 [ 260 ] {d4aa86d0-baec-4880-86e0-a4d4436417f2} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1841 2024.12.06 02:42:51.144190 [ 260 ] {d4aa86d0-baec-4880-86e0-a4d4436417f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
1842 2024.12.06 02:42:51.144605 [ 260 ] {d4aa86d0-baec-4880-86e0-a4d4436417f2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1843 2024.12.06 02:42:51.144856 [ 260 ] {d4aa86d0-baec-4880-86e0-a4d4436417f2} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1844 2024.12.06 02:42:51.145102 [ 260 ] {d4aa86d0-baec-4880-86e0-a4d4436417f2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001792 sec., 35714.28571428572 rows/sec., 2.79 MiB/sec.
1845 2024.12.06 02:42:51.145308 [ 260 ] {d4aa86d0-baec-4880-86e0-a4d4436417f2} <Debug> TCPHandler: Processed in 0.002267935 sec.
1846 2024.12.06 02:42:51.145492 [ 258 ] {} <Trace> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1847 2024.12.06 02:42:51.145634 [ 258 ] {03699db2-3e42-43b6-9ea2-ddf81f51581f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60915) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1848 2024.12.06 02:42:51.145699 [ 258 ] {03699db2-3e42-43b6-9ea2-ddf81f51581f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1849 2024.12.06 02:42:51.146336 [ 258 ] {03699db2-3e42-43b6-9ea2-ddf81f51581f} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1850 2024.12.06 02:42:51.146375 [ 258 ] {03699db2-3e42-43b6-9ea2-ddf81f51581f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
1851 2024.12.06 02:42:51.146786 [ 258 ] {03699db2-3e42-43b6-9ea2-ddf81f51581f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1852 2024.12.06 02:42:51.147029 [ 258 ] {03699db2-3e42-43b6-9ea2-ddf81f51581f} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1853 2024.12.06 02:42:51.147249 [ 258 ] {03699db2-3e42-43b6-9ea2-ddf81f51581f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001646 sec., 97205.34629404618 rows/sec., 6.77 MiB/sec.
1854 2024.12.06 02:42:51.147303 [ 258 ] {03699db2-3e42-43b6-9ea2-ddf81f51581f} <Debug> TCPHandler: Processed in 0.001877934 sec.
1855 2024.12.06 02:42:51.147463 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1856 2024.12.06 02:42:51.147590 [ 260 ] {8c268cb8-08eb-4807-88a2-4781a915e450} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1857 2024.12.06 02:42:51.147644 [ 260 ] {8c268cb8-08eb-4807-88a2-4781a915e450} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1858 2024.12.06 02:42:51.148158 [ 260 ] {8c268cb8-08eb-4807-88a2-4781a915e450} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1859 2024.12.06 02:42:51.148195 [ 260 ] {8c268cb8-08eb-4807-88a2-4781a915e450} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
1860 2024.12.06 02:42:51.148591 [ 260 ] {8c268cb8-08eb-4807-88a2-4781a915e450} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1861 2024.12.06 02:42:51.148843 [ 260 ] {8c268cb8-08eb-4807-88a2-4781a915e450} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1862 2024.12.06 02:42:51.149027 [ 260 ] {8c268cb8-08eb-4807-88a2-4781a915e450} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001462 sec., 41039.67168262654 rows/sec., 2.77 MiB/sec.
1863 2024.12.06 02:42:51.149084 [ 260 ] {8c268cb8-08eb-4807-88a2-4781a915e450} <Debug> TCPHandler: Processed in 0.001681037 sec.
1864 2024.12.06 02:42:55.633895 [ 36 ] {} <Debug> DNSResolver: Updating DNS cache
1865 2024.12.06 02:42:55.633962 [ 36 ] {} <Debug> DNSResolver: Updated DNS cache
1866 2024.12.06 02:42:55.699110 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721
1867 2024.12.06 02:42:55.699789 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1868 2024.12.06 02:42:55.699827 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
1869 2024.12.06 02:42:55.700408 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1870 2024.12.06 02:42:55.700665 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1871 2024.12.06 02:42:55.700887 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
1872 2024.12.06 02:42:55.701808 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 314
1873 2024.12.06 02:42:55.704427 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1874 2024.12.06 02:42:55.704470 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
1875 2024.12.06 02:42:55.705888 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1876 2024.12.06 02:42:55.706185 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1877 2024.12.06 02:42:55.706372 [ 36 ] {} <Debug> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1878 2024.12.06 02:42:55.706475 [ 36 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1879 2024.12.06 02:42:55.706537 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
1880 2024.12.06 02:42:55.707023 [ 197 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::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
1881 2024.12.06 02:42:55.707522 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 314
1882 2024.12.06 02:42:55.708051 [ 197 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1883 2024.12.06 02:42:55.708239 [ 197 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::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
1884 2024.12.06 02:42:55.708876 [ 197 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::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
1885 2024.12.06 02:42:55.709547 [ 197 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::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
1886 2024.12.06 02:42:55.710196 [ 197 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part
1887 2024.12.06 02:42:55.710834 [ 197 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part
1888 2024.12.06 02:42:55.711461 [ 197 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::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
1889 2024.12.06 02:42:55.719382 [ 191 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 314 rows, containing 72 columns (72 merged, 0 gathered) in 0.01260837 sec., 24904.091488431888 rows/sec., 25.21 MiB/sec.
1890 2024.12.06 02:42:55.720474 [ 191 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1891 2024.12.06 02:42:55.721343 [ 191 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::all_1_6_1} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1892 2024.12.06 02:42:55.721441 [ 191 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::all_1_6_1} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1893 2024.12.06 02:42:55.721812 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.62 MiB.
1894 2024.12.06 02:42:55.852855 [ 258 ] {} <Debug> TCPHandler: Done processing connection.
1895 2024.12.06 02:42:55.852930 [ 258 ] {} <Debug> TCP-Session: 730524be-a174-4464-b9dd-2908070b83c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1896 2024.12.06 02:42:55.912813 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
1897 2024.12.06 02:42:55.935031 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1898 2024.12.06 02:42:55.935078 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
1899 2024.12.06 02:42:55.942016 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1900 2024.12.06 02:42:55.942743 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1901 2024.12.06 02:42:55.946286 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
1902 2024.12.06 02:42:56.000219 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.87 MiB, peak 171.88 MiB, free memory in arenas 0.00 B, will set to 167.91 MiB (RSS), difference: 2.04 MiB
1903 2024.12.06 02:42:56.146089 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1904 2024.12.06 02:42:56.146306 [ 260 ] {c29a301c-2fbe-4c24-8992-35205ebb7291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1905 2024.12.06 02:42:56.146382 [ 260 ] {c29a301c-2fbe-4c24-8992-35205ebb7291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1906 2024.12.06 02:42:56.147155 [ 260 ] {c29a301c-2fbe-4c24-8992-35205ebb7291} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1907 2024.12.06 02:42:56.147206 [ 260 ] {c29a301c-2fbe-4c24-8992-35205ebb7291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
1908 2024.12.06 02:42:56.147665 [ 260 ] {c29a301c-2fbe-4c24-8992-35205ebb7291} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1909 2024.12.06 02:42:56.147925 [ 260 ] {c29a301c-2fbe-4c24-8992-35205ebb7291} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1910 2024.12.06 02:42:56.148119 [ 33 ] {} <Debug> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
1911 2024.12.06 02:42:56.148185 [ 33 ] {} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1912 2024.12.06 02:42:56.148222 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
1913 2024.12.06 02:42:56.148230 [ 260 ] {c29a301c-2fbe-4c24-8992-35205ebb7291} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001974 sec., 7092.198581560284 rows/sec., 510.54 KiB/sec.
1914 2024.12.06 02:42:56.148550 [ 260 ] {c29a301c-2fbe-4c24-8992-35205ebb7291} <Debug> TCPHandler: Processed in 0.002586504 sec.
1915 2024.12.06 02:42:56.148710 [ 192 ] {061534ff-c192-4580-96ae-8a4f17a4034c::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
1916 2024.12.06 02:42:56.148874 [ 192 ] {061534ff-c192-4580-96ae-8a4f17a4034c::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1917 2024.12.06 02:42:56.148889 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1918 2024.12.06 02:42:56.148920 [ 192 ] {061534ff-c192-4580-96ae-8a4f17a4034c::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
1919 2024.12.06 02:42:56.149231 [ 192 ] {061534ff-c192-4580-96ae-8a4f17a4034c::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
1920 2024.12.06 02:42:56.149251 [ 263 ] {947829ef-8dff-4f08-b5de-4d301dbc0cf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1921 2024.12.06 02:42:56.149462 [ 192 ] {061534ff-c192-4580-96ae-8a4f17a4034c::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
1922 2024.12.06 02:42:56.149491 [ 263 ] {947829ef-8dff-4f08-b5de-4d301dbc0cf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1923 2024.12.06 02:42:56.149704 [ 192 ] {061534ff-c192-4580-96ae-8a4f17a4034c::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
1924 2024.12.06 02:42:56.150133 [ 192 ] {061534ff-c192-4580-96ae-8a4f17a4034c::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
1925 2024.12.06 02:42:56.152277 [ 263 ] {947829ef-8dff-4f08-b5de-4d301dbc0cf6} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1926 2024.12.06 02:42:56.152359 [ 263 ] {947829ef-8dff-4f08-b5de-4d301dbc0cf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
1927 2024.12.06 02:42:56.152704 [ 192 ] {061534ff-c192-4580-96ae-8a4f17a4034c::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004377116 sec., 15992.265226692643 rows/sec., 1.19 MiB/sec.
1928 2024.12.06 02:42:56.152897 [ 192 ] {061534ff-c192-4580-96ae-8a4f17a4034c::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
1929 2024.12.06 02:42:56.153208 [ 263 ] {947829ef-8dff-4f08-b5de-4d301dbc0cf6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1930 2024.12.06 02:42:56.153522 [ 192 ] {061534ff-c192-4580-96ae-8a4f17a4034c::all_1_5_1} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1931 2024.12.06 02:42:56.153733 [ 263 ] {947829ef-8dff-4f08-b5de-4d301dbc0cf6} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1932 2024.12.06 02:42:56.153763 [ 192 ] {061534ff-c192-4580-96ae-8a4f17a4034c::all_1_5_1} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
1933 2024.12.06 02:42:56.153916 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
1934 2024.12.06 02:42:56.154066 [ 33 ] {} <Debug> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1935 2024.12.06 02:42:56.154151 [ 33 ] {} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1936 2024.12.06 02:42:56.154186 [ 263 ] {947829ef-8dff-4f08-b5de-4d301dbc0cf6} <Debug> executeQuery: Read 261 rows, 23.51 KiB in 0.005112 sec., 51056.33802816901 rows/sec., 4.49 MiB/sec.
1937 2024.12.06 02:42:56.154219 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
1938 2024.12.06 02:42:56.154397 [ 263 ] {947829ef-8dff-4f08-b5de-4d301dbc0cf6} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB.
1939 2024.12.06 02:42:56.154459 [ 263 ] {947829ef-8dff-4f08-b5de-4d301dbc0cf6} <Debug> TCPHandler: Processed in 0.005752505 sec.
1940 2024.12.06 02:42:56.154733 [ 191 ] {be963b91-cb4a-4427-8175-78b8e92ca805::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
1941 2024.12.06 02:42:56.154879 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1942 2024.12.06 02:42:56.155329 [ 260 ] {6092cf16-441c-4300-bfe3-08014edca595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1943 2024.12.06 02:42:56.155371 [ 191 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1944 2024.12.06 02:42:56.155487 [ 260 ] {6092cf16-441c-4300-bfe3-08014edca595} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1945 2024.12.06 02:42:56.155498 [ 191 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1359 rows starting from the beginning of the part
1946 2024.12.06 02:42:56.155837 [ 191 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part
1947 2024.12.06 02:42:56.156162 [ 191 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1402 rows starting from the beginning of the part
1948 2024.12.06 02:42:56.156593 [ 191 ] {be963b91-cb4a-4427-8175-78b8e92ca805::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
1949 2024.12.06 02:42:56.157023 [ 191 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part
1950 2024.12.06 02:42:56.157253 [ 191 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 261 rows starting from the beginning of the part
1951 2024.12.06 02:42:56.158190 [ 260 ] {6092cf16-441c-4300-bfe3-08014edca595} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1952 2024.12.06 02:42:56.158248 [ 260 ] {6092cf16-441c-4300-bfe3-08014edca595} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
1953 2024.12.06 02:42:56.159212 [ 260 ] {6092cf16-441c-4300-bfe3-08014edca595} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1954 2024.12.06 02:42:56.159753 [ 260 ] {6092cf16-441c-4300-bfe3-08014edca595} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1955 2024.12.06 02:42:56.160318 [ 260 ] {6092cf16-441c-4300-bfe3-08014edca595} <Debug> executeQuery: Read 36 rows, 2.64 KiB in 0.00511 sec., 7045.009784735812 rows/sec., 515.99 KiB/sec.
1956 2024.12.06 02:42:56.160488 [ 260 ] {6092cf16-441c-4300-bfe3-08014edca595} <Debug> TCPHandler: Processed in 0.005874918 sec.
1957 2024.12.06 02:42:56.160664 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1958 2024.12.06 02:42:56.160762 [ 191 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3190 rows, containing 5 columns (5 merged, 0 gathered) in 0.006379713 sec., 500022.49317484966 rows/sec., 43.70 MiB/sec.
1959 2024.12.06 02:42:56.160824 [ 263 ] {979bc765-a478-4471-8115-d8310b1cb66f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1960 2024.12.06 02:42:56.160875 [ 263 ] {979bc765-a478-4471-8115-d8310b1cb66f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1961 2024.12.06 02:42:56.161091 [ 200 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1962 2024.12.06 02:42:56.161757 [ 200 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_11_2} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1963 2024.12.06 02:42:56.162000 [ 200 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_11_2} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1964 2024.12.06 02:42:56.162174 [ 263 ] {979bc765-a478-4471-8115-d8310b1cb66f} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1965 2024.12.06 02:42:56.162182 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
1966 2024.12.06 02:42:56.162248 [ 263 ] {979bc765-a478-4471-8115-d8310b1cb66f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
1967 2024.12.06 02:42:56.162620 [ 263 ] {979bc765-a478-4471-8115-d8310b1cb66f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1968 2024.12.06 02:42:56.162862 [ 263 ] {979bc765-a478-4471-8115-d8310b1cb66f} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1969 2024.12.06 02:42:56.163139 [ 263 ] {979bc765-a478-4471-8115-d8310b1cb66f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002343 sec., 5975.24541186513 rows/sec., 418.47 KiB/sec.
1970 2024.12.06 02:42:56.163348 [ 263 ] {979bc765-a478-4471-8115-d8310b1cb66f} <Debug> TCPHandler: Processed in 0.002757589 sec.
1971 2024.12.06 02:42:56.163513 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1972 2024.12.06 02:42:56.163638 [ 260 ] {50d628d9-fad1-4981-b1ac-ed3255e104f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1973 2024.12.06 02:42:56.163688 [ 260 ] {50d628d9-fad1-4981-b1ac-ed3255e104f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1974 2024.12.06 02:42:56.164256 [ 260 ] {50d628d9-fad1-4981-b1ac-ed3255e104f7} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1975 2024.12.06 02:42:56.164296 [ 260 ] {50d628d9-fad1-4981-b1ac-ed3255e104f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
1976 2024.12.06 02:42:56.164660 [ 260 ] {50d628d9-fad1-4981-b1ac-ed3255e104f7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1977 2024.12.06 02:42:56.164900 [ 260 ] {50d628d9-fad1-4981-b1ac-ed3255e104f7} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1978 2024.12.06 02:42:56.165080 [ 25 ] {} <Debug> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
1979 2024.12.06 02:42:56.165142 [ 25 ] {} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1980 2024.12.06 02:42:56.165148 [ 260 ] {50d628d9-fad1-4981-b1ac-ed3255e104f7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001523 sec., 8535.784635587655 rows/sec., 532.20 KiB/sec.
1981 2024.12.06 02:42:56.165186 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
1982 2024.12.06 02:42:56.165284 [ 260 ] {50d628d9-fad1-4981-b1ac-ed3255e104f7} <Debug> TCPHandler: Processed in 0.001823592 sec.
1983 2024.12.06 02:42:56.165841 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1984 2024.12.06 02:42:56.165847 [ 190 ] {87e0652a-fb32-4e53-94fe-beb845eed234::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
1985 2024.12.06 02:42:56.166113 [ 263 ] {35d3a958-5ce3-42d6-9931-1cd038a21163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1986 2024.12.06 02:42:56.166141 [ 190 ] {87e0652a-fb32-4e53-94fe-beb845eed234::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1987 2024.12.06 02:42:56.166217 [ 190 ] {87e0652a-fb32-4e53-94fe-beb845eed234::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
1988 2024.12.06 02:42:56.166222 [ 263 ] {35d3a958-5ce3-42d6-9931-1cd038a21163} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1989 2024.12.06 02:42:56.166610 [ 190 ] {87e0652a-fb32-4e53-94fe-beb845eed234::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
1990 2024.12.06 02:42:56.166958 [ 190 ] {87e0652a-fb32-4e53-94fe-beb845eed234::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
1991 2024.12.06 02:42:56.167376 [ 190 ] {87e0652a-fb32-4e53-94fe-beb845eed234::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
1992 2024.12.06 02:42:56.167800 [ 190 ] {87e0652a-fb32-4e53-94fe-beb845eed234::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
1993 2024.12.06 02:42:56.169233 [ 263 ] {35d3a958-5ce3-42d6-9931-1cd038a21163} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1994 2024.12.06 02:42:56.169306 [ 263 ] {35d3a958-5ce3-42d6-9931-1cd038a21163} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
1995 2024.12.06 02:42:56.170274 [ 190 ] {87e0652a-fb32-4e53-94fe-beb845eed234::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004952291 sec., 13125.238399762857 rows/sec., 869.63 KiB/sec.
1996 2024.12.06 02:42:56.170362 [ 263 ] {35d3a958-5ce3-42d6-9931-1cd038a21163} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1997 2024.12.06 02:42:56.170607 [ 193 ] {87e0652a-fb32-4e53-94fe-beb845eed234::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
1998 2024.12.06 02:42:56.170872 [ 263 ] {35d3a958-5ce3-42d6-9931-1cd038a21163} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1999 2024.12.06 02:42:56.171140 [ 25 ] {} <Debug> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2000 2024.12.06 02:42:56.171289 [ 25 ] {} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2001 2024.12.06 02:42:56.171355 [ 263 ] {35d3a958-5ce3-42d6-9931-1cd038a21163} <Debug> executeQuery: Read 411 rows, 30.00 KiB in 0.005324 sec., 77197.59579263712 rows/sec., 5.50 MiB/sec.
2002 2024.12.06 02:42:56.171369 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
2003 2024.12.06 02:42:56.171809 [ 263 ] {35d3a958-5ce3-42d6-9931-1cd038a21163} <Debug> TCPHandler: Processed in 0.006385102 sec.
2004 2024.12.06 02:42:56.171973 [ 186 ] {3746ce77-bc61-4209-905f-f26958cc75cd::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
2005 2024.12.06 02:42:56.172154 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2006 2024.12.06 02:42:56.172617 [ 260 ] {60826a9c-24f0-4161-9898-9e19160be9ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2007 2024.12.06 02:42:56.172711 [ 186 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2008 2024.12.06 02:42:56.172755 [ 193 ] {87e0652a-fb32-4e53-94fe-beb845eed234::all_1_5_1} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2009 2024.12.06 02:42:56.172785 [ 260 ] {60826a9c-24f0-4161-9898-9e19160be9ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2010 2024.12.06 02:42:56.172824 [ 186 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 846 rows starting from the beginning of the part
2011 2024.12.06 02:42:56.173324 [ 186 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part
2012 2024.12.06 02:42:56.173433 [ 193 ] {87e0652a-fb32-4e53-94fe-beb845eed234::all_1_5_1} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2013 2024.12.06 02:42:56.173722 [ 186 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 876 rows starting from the beginning of the part
2014 2024.12.06 02:42:56.174177 [ 186 ] {3746ce77-bc61-4209-905f-f26958cc75cd::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
2015 2024.12.06 02:42:56.174559 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2016 2024.12.06 02:42:56.174623 [ 186 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part
2017 2024.12.06 02:42:56.174942 [ 186 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 411 rows starting from the beginning of the part
2018 2024.12.06 02:42:56.175734 [ 260 ] {60826a9c-24f0-4161-9898-9e19160be9ee} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2019 2024.12.06 02:42:56.175792 [ 260 ] {60826a9c-24f0-4161-9898-9e19160be9ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
2020 2024.12.06 02:42:56.176660 [ 260 ] {60826a9c-24f0-4161-9898-9e19160be9ee} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2021 2024.12.06 02:42:56.177114 [ 260 ] {60826a9c-24f0-4161-9898-9e19160be9ee} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2022 2024.12.06 02:42:56.177552 [ 260 ] {60826a9c-24f0-4161-9898-9e19160be9ee} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005035 sec., 1191.6583912611718 rows/sec., 62.26 KiB/sec.
2023 2024.12.06 02:42:56.177922 [ 260 ] {60826a9c-24f0-4161-9898-9e19160be9ee} <Debug> TCPHandler: Processed in 0.005956661 sec.
2024 2024.12.06 02:42:56.178110 [ 186 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2325 rows, containing 5 columns (5 merged, 0 gathered) in 0.006583418 sec., 353160.01505600894 rows/sec., 27.01 MiB/sec.
2025 2024.12.06 02:42:56.178206 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2026 2024.12.06 02:42:56.178386 [ 187 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2027 2024.12.06 02:42:56.178410 [ 263 ] {783c8c66-bdfe-4683-bb86-49d310beac30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2028 2024.12.06 02:42:56.178484 [ 263 ] {783c8c66-bdfe-4683-bb86-49d310beac30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2029 2024.12.06 02:42:56.178794 [ 187 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_11_2} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2030 2024.12.06 02:42:56.178908 [ 187 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_11_2} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2031 2024.12.06 02:42:56.178992 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
2032 2024.12.06 02:42:56.179323 [ 263 ] {783c8c66-bdfe-4683-bb86-49d310beac30} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2033 2024.12.06 02:42:56.179361 [ 263 ] {783c8c66-bdfe-4683-bb86-49d310beac30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
2034 2024.12.06 02:42:56.179753 [ 263 ] {783c8c66-bdfe-4683-bb86-49d310beac30} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2035 2024.12.06 02:42:56.179997 [ 263 ] {783c8c66-bdfe-4683-bb86-49d310beac30} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2036 2024.12.06 02:42:56.180162 [ 25 ] {} <Debug> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2037 2024.12.06 02:42:56.180229 [ 25 ] {} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2038 2024.12.06 02:42:56.180263 [ 263 ] {783c8c66-bdfe-4683-bb86-49d310beac30} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00188 sec., 126063.82978723405 rows/sec., 8.45 MiB/sec.
2039 2024.12.06 02:42:56.180270 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
2040 2024.12.06 02:42:56.180460 [ 263 ] {783c8c66-bdfe-4683-bb86-49d310beac30} <Debug> TCPHandler: Processed in 0.002403818 sec.
2041 2024.12.06 02:42:56.180516 [ 202 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::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
2042 2024.12.06 02:42:56.180671 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2043 2024.12.06 02:42:56.180717 [ 202 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2044 2024.12.06 02:42:56.180758 [ 202 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1985 rows starting from the beginning of the part
2045 2024.12.06 02:42:56.180977 [ 260 ] {09975b0b-44c7-446c-aab5-c2d75a615190} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2046 2024.12.06 02:42:56.181012 [ 202 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part
2047 2024.12.06 02:42:56.181155 [ 260 ] {09975b0b-44c7-446c-aab5-c2d75a615190} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2048 2024.12.06 02:42:56.181267 [ 202 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1051 rows starting from the beginning of the part
2049 2024.12.06 02:42:56.181711 [ 202 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 32 rows starting from the beginning of the part
2050 2024.12.06 02:42:56.182099 [ 202 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part
2051 2024.12.06 02:42:56.182458 [ 202 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 237 rows starting from the beginning of the part
2052 2024.12.06 02:42:56.183492 [ 260 ] {09975b0b-44c7-446c-aab5-c2d75a615190} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2053 2024.12.06 02:42:56.183560 [ 260 ] {09975b0b-44c7-446c-aab5-c2d75a615190} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
2054 2024.12.06 02:42:56.184347 [ 260 ] {09975b0b-44c7-446c-aab5-c2d75a615190} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2055 2024.12.06 02:42:56.184848 [ 260 ] {09975b0b-44c7-446c-aab5-c2d75a615190} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2056 2024.12.06 02:42:56.185277 [ 260 ] {09975b0b-44c7-446c-aab5-c2d75a615190} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0044 sec., 227.27272727272725 rows/sec., 15.31 KiB/sec.
2057 2024.12.06 02:42:56.185765 [ 260 ] {09975b0b-44c7-446c-aab5-c2d75a615190} <Debug> TCPHandler: Processed in 0.005188599 sec.
2058 2024.12.06 02:42:56.186146 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2059 2024.12.06 02:42:56.186284 [ 187 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3625 rows, containing 5 columns (5 merged, 0 gathered) in 0.005890598 sec., 615387.4360463911 rows/sec., 41.27 MiB/sec.
2060 2024.12.06 02:42:56.186346 [ 263 ] {4233fa11-9a8a-46b2-947a-f88ebcb1366e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2061 2024.12.06 02:42:56.186429 [ 263 ] {4233fa11-9a8a-46b2-947a-f88ebcb1366e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2062 2024.12.06 02:42:56.186614 [ 187 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2063 2024.12.06 02:42:56.187084 [ 187 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2064 2024.12.06 02:42:56.187208 [ 187 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2065 2024.12.06 02:42:56.187328 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
2066 2024.12.06 02:42:56.188021 [ 263 ] {4233fa11-9a8a-46b2-947a-f88ebcb1366e} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2067 2024.12.06 02:42:56.188060 [ 263 ] {4233fa11-9a8a-46b2-947a-f88ebcb1366e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
2068 2024.12.06 02:42:56.188705 [ 263 ] {4233fa11-9a8a-46b2-947a-f88ebcb1366e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2069 2024.12.06 02:42:56.188966 [ 263 ] {4233fa11-9a8a-46b2-947a-f88ebcb1366e} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2070 2024.12.06 02:42:56.189296 [ 263 ] {4233fa11-9a8a-46b2-947a-f88ebcb1366e} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002964 sec., 9784.075573549258 rows/sec., 17.53 MiB/sec.
2071 2024.12.06 02:42:56.189466 [ 263 ] {4233fa11-9a8a-46b2-947a-f88ebcb1366e} <Debug> TCPHandler: Processed in 0.003582743 sec.
2072 2024.12.06 02:42:56.189621 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2073 2024.12.06 02:42:56.189758 [ 260 ] {7bba3310-143e-43f2-8d9f-bd0897e1ea27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2074 2024.12.06 02:42:56.189817 [ 260 ] {7bba3310-143e-43f2-8d9f-bd0897e1ea27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2075 2024.12.06 02:42:56.190378 [ 260 ] {7bba3310-143e-43f2-8d9f-bd0897e1ea27} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2076 2024.12.06 02:42:56.190416 [ 260 ] {7bba3310-143e-43f2-8d9f-bd0897e1ea27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
2077 2024.12.06 02:42:56.190783 [ 260 ] {7bba3310-143e-43f2-8d9f-bd0897e1ea27} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2078 2024.12.06 02:42:56.191020 [ 260 ] {7bba3310-143e-43f2-8d9f-bd0897e1ea27} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2079 2024.12.06 02:42:56.191177 [ 17 ] {} <Debug> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2080 2024.12.06 02:42:56.191243 [ 17 ] {} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2081 2024.12.06 02:42:56.191275 [ 17 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
2082 2024.12.06 02:42:56.191279 [ 260 ] {7bba3310-143e-43f2-8d9f-bd0897e1ea27} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001547 sec., 53005.81771170007 rows/sec., 3.37 MiB/sec.
2083 2024.12.06 02:42:56.191600 [ 260 ] {7bba3310-143e-43f2-8d9f-bd0897e1ea27} <Debug> TCPHandler: Processed in 0.002031108 sec.
2084 2024.12.06 02:42:56.191858 [ 194 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::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
2085 2024.12.06 02:42:56.192186 [ 194 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2086 2024.12.06 02:42:56.192223 [ 194 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 240 rows starting from the beginning of the part
2087 2024.12.06 02:42:56.192344 [ 194 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part
2088 2024.12.06 02:42:56.192540 [ 194 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 70 rows starting from the beginning of the part
2089 2024.12.06 02:42:56.192730 [ 194 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part
2090 2024.12.06 02:42:56.192892 [ 194 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part
2091 2024.12.06 02:42:56.193075 [ 194 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 82 rows starting from the beginning of the part
2092 2024.12.06 02:42:56.194235 [ 188 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 524 rows, containing 4 columns (4 merged, 0 gathered) in 0.002856292 sec., 183454.63278964476 rows/sec., 11.77 MiB/sec.
2093 2024.12.06 02:42:56.194435 [ 199 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2094 2024.12.06 02:42:56.194778 [ 199 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_11_2} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2095 2024.12.06 02:42:56.194875 [ 199 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_11_2} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2096 2024.12.06 02:42:56.194969 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
2097 2024.12.06 02:42:57.000223 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.93 MiB, peak 175.42 MiB, free memory in arenas 0.00 B, will set to 168.07 MiB (RSS), difference: -2.86 MiB
2098 2024.12.06 02:43:01.140514 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2099 2024.12.06 02:43:01.140711 [ 260 ] {e068cea6-1ee6-4d78-b172-336a76f03120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2100 2024.12.06 02:43:01.140780 [ 260 ] {e068cea6-1ee6-4d78-b172-336a76f03120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2101 2024.12.06 02:43:01.141511 [ 260 ] {e068cea6-1ee6-4d78-b172-336a76f03120} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2102 2024.12.06 02:43:01.141557 [ 260 ] {e068cea6-1ee6-4d78-b172-336a76f03120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
2103 2024.12.06 02:43:01.141980 [ 260 ] {e068cea6-1ee6-4d78-b172-336a76f03120} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2104 2024.12.06 02:43:01.142243 [ 260 ] {e068cea6-1ee6-4d78-b172-336a76f03120} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2105 2024.12.06 02:43:01.142443 [ 260 ] {e068cea6-1ee6-4d78-b172-336a76f03120} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001782 sec., 31425.36475869809 rows/sec., 2.41 MiB/sec.
2106 2024.12.06 02:43:01.142506 [ 260 ] {e068cea6-1ee6-4d78-b172-336a76f03120} <Debug> TCPHandler: Processed in 0.00211962 sec.
2107 2024.12.06 02:43:01.142758 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2108 2024.12.06 02:43:01.142980 [ 263 ] {ad016a96-34ea-4d18-826c-dd06b1f0c79b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2109 2024.12.06 02:43:01.143067 [ 263 ] {ad016a96-34ea-4d18-826c-dd06b1f0c79b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2110 2024.12.06 02:43:01.143914 [ 263 ] {ad016a96-34ea-4d18-826c-dd06b1f0c79b} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2111 2024.12.06 02:43:01.143971 [ 263 ] {ad016a96-34ea-4d18-826c-dd06b1f0c79b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
2112 2024.12.06 02:43:01.144440 [ 263 ] {ad016a96-34ea-4d18-826c-dd06b1f0c79b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2113 2024.12.06 02:43:01.144693 [ 263 ] {ad016a96-34ea-4d18-826c-dd06b1f0c79b} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2114 2024.12.06 02:43:01.144949 [ 263 ] {ad016a96-34ea-4d18-826c-dd06b1f0c79b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002031 sec., 31511.57065484983 rows/sec., 2.46 MiB/sec.
2115 2024.12.06 02:43:01.145014 [ 263 ] {ad016a96-34ea-4d18-826c-dd06b1f0c79b} <Debug> TCPHandler: Processed in 0.002401759 sec.
2116 2024.12.06 02:43:01.145165 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2117 2024.12.06 02:43:01.145313 [ 260 ] {871118c7-e23c-4d1d-838b-26b5ae9927ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2118 2024.12.06 02:43:01.145379 [ 260 ] {871118c7-e23c-4d1d-838b-26b5ae9927ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2119 2024.12.06 02:43:01.145966 [ 260 ] {871118c7-e23c-4d1d-838b-26b5ae9927ab} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2120 2024.12.06 02:43:01.146004 [ 260 ] {871118c7-e23c-4d1d-838b-26b5ae9927ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
2121 2024.12.06 02:43:01.146404 [ 260 ] {871118c7-e23c-4d1d-838b-26b5ae9927ab} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2122 2024.12.06 02:43:01.146642 [ 260 ] {871118c7-e23c-4d1d-838b-26b5ae9927ab} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2123 2024.12.06 02:43:01.146819 [ 260 ] {871118c7-e23c-4d1d-838b-26b5ae9927ab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001543 sec., 103694.10239792611 rows/sec., 7.22 MiB/sec.
2124 2024.12.06 02:43:01.146875 [ 260 ] {871118c7-e23c-4d1d-838b-26b5ae9927ab} <Debug> TCPHandler: Processed in 0.001776871 sec.
2125 2024.12.06 02:43:01.147016 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2126 2024.12.06 02:43:01.147166 [ 263 ] {f30925cd-5a7b-4e8a-b4f4-271b09b2c5c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2127 2024.12.06 02:43:01.147231 [ 263 ] {f30925cd-5a7b-4e8a-b4f4-271b09b2c5c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2128 2024.12.06 02:43:01.147795 [ 263 ] {f30925cd-5a7b-4e8a-b4f4-271b09b2c5c4} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2129 2024.12.06 02:43:01.147836 [ 263 ] {f30925cd-5a7b-4e8a-b4f4-271b09b2c5c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
2130 2024.12.06 02:43:01.148226 [ 263 ] {f30925cd-5a7b-4e8a-b4f4-271b09b2c5c4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2131 2024.12.06 02:43:01.148469 [ 263 ] {f30925cd-5a7b-4e8a-b4f4-271b09b2c5c4} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2132 2024.12.06 02:43:01.148684 [ 263 ] {f30925cd-5a7b-4e8a-b4f4-271b09b2c5c4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001553 sec., 38634.9001931745 rows/sec., 2.60 MiB/sec.
2133 2024.12.06 02:43:01.148737 [ 263 ] {f30925cd-5a7b-4e8a-b4f4-271b09b2c5c4} <Debug> TCPHandler: Processed in 0.001786851 sec.
2134 2024.12.06 02:43:03.200993 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209
2135 2024.12.06 02:43:03.201725 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2136 2024.12.06 02:43:03.201774 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB.
2137 2024.12.06 02:43:03.202299 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2138 2024.12.06 02:43:03.202566 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2139 2024.12.06 02:43:03.202838 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209
2140 2024.12.06 02:43:03.446366 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
2141 2024.12.06 02:43:03.467361 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2142 2024.12.06 02:43:03.467426 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB.
2143 2024.12.06 02:43:03.474945 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2144 2024.12.06 02:43:03.475728 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2145 2024.12.06 02:43:03.478538 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
2146 2024.12.06 02:43:05.707645 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 344
2147 2024.12.06 02:43:05.710575 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2148 2024.12.06 02:43:05.710617 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB.
2149 2024.12.06 02:43:05.712087 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2150 2024.12.06 02:43:05.712393 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2151 2024.12.06 02:43:05.713591 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 344
2152 2024.12.06 02:43:06.145796 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2153 2024.12.06 02:43:06.145981 [ 260 ] {248ba27c-58bb-4fc7-8cf2-60a5e5b2eabe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2154 2024.12.06 02:43:06.146055 [ 260 ] {248ba27c-58bb-4fc7-8cf2-60a5e5b2eabe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2155 2024.12.06 02:43:06.146820 [ 260 ] {248ba27c-58bb-4fc7-8cf2-60a5e5b2eabe} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2156 2024.12.06 02:43:06.146866 [ 260 ] {248ba27c-58bb-4fc7-8cf2-60a5e5b2eabe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB.
2157 2024.12.06 02:43:06.147299 [ 260 ] {248ba27c-58bb-4fc7-8cf2-60a5e5b2eabe} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2158 2024.12.06 02:43:06.147553 [ 260 ] {248ba27c-58bb-4fc7-8cf2-60a5e5b2eabe} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2159 2024.12.06 02:43:06.147794 [ 260 ] {248ba27c-58bb-4fc7-8cf2-60a5e5b2eabe} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001864 sec., 7510.729613733905 rows/sec., 540.67 KiB/sec.
2160 2024.12.06 02:43:06.147854 [ 260 ] {248ba27c-58bb-4fc7-8cf2-60a5e5b2eabe} <Debug> TCPHandler: Processed in 0.002186122 sec.
2161 2024.12.06 02:43:06.148120 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2162 2024.12.06 02:43:06.148314 [ 263 ] {81a0e5cd-2df9-47ee-9616-85585e061782} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2163 2024.12.06 02:43:06.148387 [ 263 ] {81a0e5cd-2df9-47ee-9616-85585e061782} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2164 2024.12.06 02:43:06.149279 [ 263 ] {81a0e5cd-2df9-47ee-9616-85585e061782} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2165 2024.12.06 02:43:06.149319 [ 263 ] {81a0e5cd-2df9-47ee-9616-85585e061782} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB.
2166 2024.12.06 02:43:06.149784 [ 263 ] {81a0e5cd-2df9-47ee-9616-85585e061782} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2167 2024.12.06 02:43:06.150045 [ 263 ] {81a0e5cd-2df9-47ee-9616-85585e061782} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2168 2024.12.06 02:43:06.150245 [ 263 ] {81a0e5cd-2df9-47ee-9616-85585e061782} <Debug> executeQuery: Read 261 rows, 23.51 KiB in 0.001987 sec., 131353.79969803724 rows/sec., 11.55 MiB/sec.
2169 2024.12.06 02:43:06.150301 [ 263 ] {81a0e5cd-2df9-47ee-9616-85585e061782} <Debug> TCPHandler: Processed in 0.002332357 sec.
2170 2024.12.06 02:43:06.150474 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2171 2024.12.06 02:43:06.150593 [ 260 ] {ab2d7626-1913-4ff2-b440-eb1e9ff833a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2172 2024.12.06 02:43:06.150642 [ 260 ] {ab2d7626-1913-4ff2-b440-eb1e9ff833a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2173 2024.12.06 02:43:06.151344 [ 260 ] {ab2d7626-1913-4ff2-b440-eb1e9ff833a7} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2174 2024.12.06 02:43:06.151391 [ 260 ] {ab2d7626-1913-4ff2-b440-eb1e9ff833a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB.
2175 2024.12.06 02:43:06.151795 [ 260 ] {ab2d7626-1913-4ff2-b440-eb1e9ff833a7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2176 2024.12.06 02:43:06.152036 [ 260 ] {ab2d7626-1913-4ff2-b440-eb1e9ff833a7} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): 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.12.06 02:43:06.152211 [ 39 ] {} <Debug> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2178 2024.12.06 02:43:06.152285 [ 39 ] {} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2179 2024.12.06 02:43:06.152296 [ 260 ] {ab2d7626-1913-4ff2-b440-eb1e9ff833a7} <Debug> executeQuery: Read 36 rows, 2.64 KiB in 0.001717 sec., 20966.802562609202 rows/sec., 1.50 MiB/sec.
2180 2024.12.06 02:43:06.152327 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB.
2181 2024.12.06 02:43:06.152411 [ 260 ] {ab2d7626-1913-4ff2-b440-eb1e9ff833a7} <Debug> TCPHandler: Processed in 0.002003737 sec.
2182 2024.12.06 02:43:06.152622 [ 198 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::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
2183 2024.12.06 02:43:06.152637 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2184 2024.12.06 02:43:06.152922 [ 198 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2185 2024.12.06 02:43:06.152931 [ 263 ] {31f6cb44-b17a-458d-9461-9e04819b45ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2186 2024.12.06 02:43:06.152993 [ 198 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part
2187 2024.12.06 02:43:06.153044 [ 263 ] {31f6cb44-b17a-458d-9461-9e04819b45ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2188 2024.12.06 02:43:06.153268 [ 198 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part
2189 2024.12.06 02:43:06.153549 [ 198 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part
2190 2024.12.06 02:43:06.153821 [ 198 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part
2191 2024.12.06 02:43:06.154165 [ 198 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part
2192 2024.12.06 02:43:06.154476 [ 198 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part
2193 2024.12.06 02:43:06.156245 [ 263 ] {31f6cb44-b17a-458d-9461-9e04819b45ea} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2194 2024.12.06 02:43:06.156314 [ 263 ] {31f6cb44-b17a-458d-9461-9e04819b45ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB.
2195 2024.12.06 02:43:06.157334 [ 263 ] {31f6cb44-b17a-458d-9461-9e04819b45ea} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2196 2024.12.06 02:43:06.157671 [ 199 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 153 rows, containing 5 columns (5 merged, 0 gathered) in 0.005227099 sec., 29270.53801735915 rows/sec., 2.18 MiB/sec.
2197 2024.12.06 02:43:06.157811 [ 263 ] {31f6cb44-b17a-458d-9461-9e04819b45ea} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2198 2024.12.06 02:43:06.157929 [ 196 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2199 2024.12.06 02:43:06.158034 [ 39 ] {} <Debug> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2200 2024.12.06 02:43:06.158119 [ 39 ] {} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2201 2024.12.06 02:43:06.158189 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB.
2202 2024.12.06 02:43:06.158348 [ 263 ] {31f6cb44-b17a-458d-9461-9e04819b45ea} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005496 sec., 2547.307132459971 rows/sec., 178.40 KiB/sec.
2203 2024.12.06 02:43:06.158635 [ 263 ] {31f6cb44-b17a-458d-9461-9e04819b45ea} <Debug> TCPHandler: Processed in 0.006112285 sec.
2204 2024.12.06 02:43:06.158841 [ 189 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::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
2205 2024.12.06 02:43:06.158876 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2206 2024.12.06 02:43:06.158950 [ 196 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_6_1} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2207 2024.12.06 02:43:06.159258 [ 260 ] {a86377bd-9317-429e-868d-b6ce9f8ce128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2208 2024.12.06 02:43:06.159268 [ 196 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_6_1} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2209 2024.12.06 02:43:06.159364 [ 189 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2210 2024.12.06 02:43:06.159428 [ 260 ] {a86377bd-9317-429e-868d-b6ce9f8ce128} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2211 2024.12.06 02:43:06.159521 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
2212 2024.12.06 02:43:06.159544 [ 189 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 242 rows starting from the beginning of the part
2213 2024.12.06 02:43:06.159922 [ 189 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part
2214 2024.12.06 02:43:06.160272 [ 189 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part
2215 2024.12.06 02:43:06.160640 [ 189 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 243 rows starting from the beginning of the part
2216 2024.12.06 02:43:06.160993 [ 189 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part
2217 2024.12.06 02:43:06.161329 [ 189 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part
2218 2024.12.06 02:43:06.162457 [ 260 ] {a86377bd-9317-429e-868d-b6ce9f8ce128} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2219 2024.12.06 02:43:06.162527 [ 260 ] {a86377bd-9317-429e-868d-b6ce9f8ce128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB.
2220 2024.12.06 02:43:06.163513 [ 260 ] {a86377bd-9317-429e-868d-b6ce9f8ce128} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2221 2024.12.06 02:43:06.164037 [ 260 ] {a86377bd-9317-429e-868d-b6ce9f8ce128} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2222 2024.12.06 02:43:06.164350 [ 199 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005988241 sec., 90343.72531098865 rows/sec., 6.47 MiB/sec.
2223 2024.12.06 02:43:06.164784 [ 260 ] {a86377bd-9317-429e-868d-b6ce9f8ce128} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005609 sec., 2317.7036904974148 rows/sec., 144.51 KiB/sec.
2224 2024.12.06 02:43:06.164796 [ 196 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2225 2024.12.06 02:43:06.164997 [ 260 ] {a86377bd-9317-429e-868d-b6ce9f8ce128} <Debug> TCPHandler: Processed in 0.006226748 sec.
2226 2024.12.06 02:43:06.165197 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2227 2024.12.06 02:43:06.165394 [ 196 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_6_1} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2228 2024.12.06 02:43:06.165440 [ 263 ] {4c5f5daa-d46f-4b22-ba15-50cdebaa58d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2229 2024.12.06 02:43:06.165581 [ 263 ] {4c5f5daa-d46f-4b22-ba15-50cdebaa58d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2230 2024.12.06 02:43:06.165637 [ 196 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_6_1} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2231 2024.12.06 02:43:06.165870 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
2232 2024.12.06 02:43:06.166584 [ 263 ] {4c5f5daa-d46f-4b22-ba15-50cdebaa58d0} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2233 2024.12.06 02:43:06.166626 [ 263 ] {4c5f5daa-d46f-4b22-ba15-50cdebaa58d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB.
2234 2024.12.06 02:43:06.167008 [ 263 ] {4c5f5daa-d46f-4b22-ba15-50cdebaa58d0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2235 2024.12.06 02:43:06.167249 [ 263 ] {4c5f5daa-d46f-4b22-ba15-50cdebaa58d0} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2236 2024.12.06 02:43:06.167428 [ 263 ] {4c5f5daa-d46f-4b22-ba15-50cdebaa58d0} <Debug> executeQuery: Read 411 rows, 30.00 KiB in 0.002057 sec., 199805.54205153137 rows/sec., 14.24 MiB/sec.
2237 2024.12.06 02:43:06.167479 [ 263 ] {4c5f5daa-d46f-4b22-ba15-50cdebaa58d0} <Debug> TCPHandler: Processed in 0.002356668 sec.
2238 2024.12.06 02:43:06.167622 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2239 2024.12.06 02:43:06.167740 [ 260 ] {2a825ba7-5872-4d94-b322-efe8facce737} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2240 2024.12.06 02:43:06.167791 [ 260 ] {2a825ba7-5872-4d94-b322-efe8facce737} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2241 2024.12.06 02:43:06.168288 [ 260 ] {2a825ba7-5872-4d94-b322-efe8facce737} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2242 2024.12.06 02:43:06.168328 [ 260 ] {2a825ba7-5872-4d94-b322-efe8facce737} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB.
2243 2024.12.06 02:43:06.168700 [ 260 ] {2a825ba7-5872-4d94-b322-efe8facce737} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2244 2024.12.06 02:43:06.168943 [ 260 ] {2a825ba7-5872-4d94-b322-efe8facce737} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2245 2024.12.06 02:43:06.169100 [ 39 ] {} <Debug> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2246 2024.12.06 02:43:06.169164 [ 39 ] {} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2247 2024.12.06 02:43:06.169208 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB.
2248 2024.12.06 02:43:06.169206 [ 260 ] {2a825ba7-5872-4d94-b322-efe8facce737} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001477 sec., 4062.288422477996 rows/sec., 212.24 KiB/sec.
2249 2024.12.06 02:43:06.169366 [ 260 ] {2a825ba7-5872-4d94-b322-efe8facce737} <Debug> TCPHandler: Processed in 0.001802792 sec.
2250 2024.12.06 02:43:06.169397 [ 200 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::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
2251 2024.12.06 02:43:06.169513 [ 200 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2252 2024.12.06 02:43:06.169540 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2253 2024.12.06 02:43:06.169556 [ 200 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part
2254 2024.12.06 02:43:06.169841 [ 200 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part
2255 2024.12.06 02:43:06.169894 [ 263 ] {28bd167e-9044-4220-b7eb-6d5f8f114a3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2256 2024.12.06 02:43:06.170053 [ 200 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part
2257 2024.12.06 02:43:06.170164 [ 263 ] {28bd167e-9044-4220-b7eb-6d5f8f114a3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2258 2024.12.06 02:43:06.170392 [ 200 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part
2259 2024.12.06 02:43:06.170791 [ 200 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part
2260 2024.12.06 02:43:06.171126 [ 200 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part
2261 2024.12.06 02:43:06.172820 [ 263 ] {28bd167e-9044-4220-b7eb-6d5f8f114a3f} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2262 2024.12.06 02:43:06.172894 [ 263 ] {28bd167e-9044-4220-b7eb-6d5f8f114a3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB.
2263 2024.12.06 02:43:06.173873 [ 200 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.00456637 sec., 7883.723833154125 rows/sec., 411.89 KiB/sec.
2264 2024.12.06 02:43:06.174023 [ 263 ] {28bd167e-9044-4220-b7eb-6d5f8f114a3f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2265 2024.12.06 02:43:06.174041 [ 200 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2266 2024.12.06 02:43:06.174488 [ 263 ] {28bd167e-9044-4220-b7eb-6d5f8f114a3f} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2267 2024.12.06 02:43:06.174548 [ 200 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_6_1} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2268 2024.12.06 02:43:06.174757 [ 200 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_6_1} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2269 2024.12.06 02:43:06.174925 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
2270 2024.12.06 02:43:06.174961 [ 263 ] {28bd167e-9044-4220-b7eb-6d5f8f114a3f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00525 sec., 45142.85714285714 rows/sec., 3.03 MiB/sec.
2271 2024.12.06 02:43:06.175037 [ 263 ] {28bd167e-9044-4220-b7eb-6d5f8f114a3f} <Debug> TCPHandler: Processed in 0.00557799 sec.
2272 2024.12.06 02:43:06.175232 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2273 2024.12.06 02:43:06.175359 [ 260 ] {69e5662b-5641-4b81-a12e-946c070de9dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2274 2024.12.06 02:43:06.175412 [ 260 ] {69e5662b-5641-4b81-a12e-946c070de9dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2275 2024.12.06 02:43:06.175886 [ 260 ] {69e5662b-5641-4b81-a12e-946c070de9dd} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2276 2024.12.06 02:43:06.175927 [ 260 ] {69e5662b-5641-4b81-a12e-946c070de9dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB.
2277 2024.12.06 02:43:06.176313 [ 260 ] {69e5662b-5641-4b81-a12e-946c070de9dd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2278 2024.12.06 02:43:06.176566 [ 260 ] {69e5662b-5641-4b81-a12e-946c070de9dd} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2279 2024.12.06 02:43:06.176731 [ 39 ] {} <Debug> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2280 2024.12.06 02:43:06.176796 [ 39 ] {} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2281 2024.12.06 02:43:06.176833 [ 260 ] {69e5662b-5641-4b81-a12e-946c070de9dd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001481 sec., 675.2194463200541 rows/sec., 45.50 KiB/sec.
2282 2024.12.06 02:43:06.176839 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB.
2283 2024.12.06 02:43:06.176987 [ 260 ] {69e5662b-5641-4b81-a12e-946c070de9dd} <Debug> TCPHandler: Processed in 0.001810542 sec.
2284 2024.12.06 02:43:06.177041 [ 196 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::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
2285 2024.12.06 02:43:06.177179 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2286 2024.12.06 02:43:06.177194 [ 196 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2287 2024.12.06 02:43:06.177258 [ 196 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part
2288 2024.12.06 02:43:06.177364 [ 263 ] {63367bcd-4f35-4f53-805e-915bb527f144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2289 2024.12.06 02:43:06.177489 [ 196 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part
2290 2024.12.06 02:43:06.177804 [ 196 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part
2291 2024.12.06 02:43:06.177843 [ 263 ] {63367bcd-4f35-4f53-805e-915bb527f144} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2292 2024.12.06 02:43:06.178013 [ 196 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part
2293 2024.12.06 02:43:06.178358 [ 196 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part
2294 2024.12.06 02:43:06.178817 [ 196 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part
2295 2024.12.06 02:43:06.182945 [ 196 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7 rows, containing 4 columns (4 merged, 0 gathered) in 0.00595774 sec., 1174.9421760600496 rows/sec., 78.52 KiB/sec.
2296 2024.12.06 02:43:06.183184 [ 196 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2297 2024.12.06 02:43:06.183262 [ 263 ] {63367bcd-4f35-4f53-805e-915bb527f144} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2298 2024.12.06 02:43:06.183329 [ 263 ] {63367bcd-4f35-4f53-805e-915bb527f144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB.
2299 2024.12.06 02:43:06.183755 [ 196 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_6_1} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2300 2024.12.06 02:43:06.183957 [ 196 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_6_1} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2301 2024.12.06 02:43:06.184104 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2302 2024.12.06 02:43:06.184465 [ 263 ] {63367bcd-4f35-4f53-805e-915bb527f144} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2303 2024.12.06 02:43:06.184737 [ 263 ] {63367bcd-4f35-4f53-805e-915bb527f144} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2304 2024.12.06 02:43:06.184867 [ 39 ] {} <Debug> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2305 2024.12.06 02:43:06.184904 [ 39 ] {} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2306 2024.12.06 02:43:06.184927 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB.
2307 2024.12.06 02:43:06.184953 [ 263 ] {63367bcd-4f35-4f53-805e-915bb527f144} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.007645 sec., 3793.328973185088 rows/sec., 6.80 MiB/sec.
2308 2024.12.06 02:43:06.185363 [ 195 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::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
2309 2024.12.06 02:43:06.185609 [ 263 ] {63367bcd-4f35-4f53-805e-915bb527f144} <Debug> TCPHandler: Processed in 0.008514763 sec.
2310 2024.12.06 02:43:06.185842 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2311 2024.12.06 02:43:06.185912 [ 195 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2312 2024.12.06 02:43:06.186048 [ 195 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::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
2313 2024.12.06 02:43:06.186109 [ 260 ] {3224b9b0-e13b-467a-bd12-540492126349} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2314 2024.12.06 02:43:06.186240 [ 260 ] {3224b9b0-e13b-467a-bd12-540492126349} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2315 2024.12.06 02:43:06.186818 [ 195 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::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
2316 2024.12.06 02:43:06.187639 [ 195 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part
2317 2024.12.06 02:43:06.188251 [ 195 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 29 rows starting from the beginning of the part
2318 2024.12.06 02:43:06.189000 [ 260 ] {3224b9b0-e13b-467a-bd12-540492126349} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2319 2024.12.06 02:43:06.189037 [ 195 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 29 rows starting from the beginning of the part
2320 2024.12.06 02:43:06.189081 [ 260 ] {3224b9b0-e13b-467a-bd12-540492126349} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB.
2321 2024.12.06 02:43:06.189695 [ 195 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 29 rows starting from the beginning of the part
2322 2024.12.06 02:43:06.190677 [ 260 ] {3224b9b0-e13b-467a-bd12-540492126349} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2323 2024.12.06 02:43:06.191163 [ 260 ] {3224b9b0-e13b-467a-bd12-540492126349} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2324 2024.12.06 02:43:06.191722 [ 260 ] {3224b9b0-e13b-467a-bd12-540492126349} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005679 sec., 14439.161824264835 rows/sec., 939.08 KiB/sec.
2325 2024.12.06 02:43:06.191848 [ 260 ] {3224b9b0-e13b-467a-bd12-540492126349} <Debug> TCPHandler: Processed in 0.006141936 sec.
2326 2024.12.06 02:43:06.193505 [ 195 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 111 rows, containing 19 columns (19 merged, 0 gathered) in 0.008511693 sec., 13040.883875863472 rows/sec., 23.37 MiB/sec.
2327 2024.12.06 02:43:06.193801 [ 195 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2328 2024.12.06 02:43:06.194162 [ 195 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2329 2024.12.06 02:43:06.194234 [ 195 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2330 2024.12.06 02:43:06.194327 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB.
2331 2024.12.06 02:43:10.633998 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache
2332 2024.12.06 02:43:10.634060 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache
2333 2024.12.06 02:43:10.702963 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636
2334 2024.12.06 02:43:10.703628 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2335 2024.12.06 02:43:10.703674 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2336 2024.12.06 02:43:10.704180 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2337 2024.12.06 02:43:10.704441 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2338 2024.12.06 02:43:10.704716 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
2339 2024.12.06 02:43:10.978612 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
2340 2024.12.06 02:43:11.002002 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2341 2024.12.06 02:43:11.002069 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2342 2024.12.06 02:43:11.009449 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2343 2024.12.06 02:43:11.010228 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2344 2024.12.06 02:43:11.013003 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
2345 2024.12.06 02:43:11.140266 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2346 2024.12.06 02:43:11.140460 [ 260 ] {01a44ad0-09ff-4a33-a177-5fe8f4d569fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2347 2024.12.06 02:43:11.140532 [ 260 ] {01a44ad0-09ff-4a33-a177-5fe8f4d569fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2348 2024.12.06 02:43:11.141270 [ 260 ] {01a44ad0-09ff-4a33-a177-5fe8f4d569fb} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2349 2024.12.06 02:43:11.141319 [ 260 ] {01a44ad0-09ff-4a33-a177-5fe8f4d569fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2350 2024.12.06 02:43:11.141751 [ 260 ] {01a44ad0-09ff-4a33-a177-5fe8f4d569fb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2351 2024.12.06 02:43:11.142000 [ 260 ] {01a44ad0-09ff-4a33-a177-5fe8f4d569fb} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2352 2024.12.06 02:43:11.142227 [ 260 ] {01a44ad0-09ff-4a33-a177-5fe8f4d569fb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001819 sec., 30786.14623419461 rows/sec., 2.37 MiB/sec.
2353 2024.12.06 02:43:11.142287 [ 260 ] {01a44ad0-09ff-4a33-a177-5fe8f4d569fb} <Debug> TCPHandler: Processed in 0.002154491 sec.
2354 2024.12.06 02:43:11.142512 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2355 2024.12.06 02:43:11.142678 [ 263 ] {c9c7335f-d01a-49d1-b9e0-93695c24094d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2356 2024.12.06 02:43:11.142740 [ 263 ] {c9c7335f-d01a-49d1-b9e0-93695c24094d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2357 2024.12.06 02:43:11.143443 [ 263 ] {c9c7335f-d01a-49d1-b9e0-93695c24094d} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2358 2024.12.06 02:43:11.143485 [ 263 ] {c9c7335f-d01a-49d1-b9e0-93695c24094d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2359 2024.12.06 02:43:11.143866 [ 263 ] {c9c7335f-d01a-49d1-b9e0-93695c24094d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2360 2024.12.06 02:43:11.144106 [ 263 ] {c9c7335f-d01a-49d1-b9e0-93695c24094d} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2361 2024.12.06 02:43:11.144380 [ 263 ] {c9c7335f-d01a-49d1-b9e0-93695c24094d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001742 sec., 36739.38002296211 rows/sec., 2.87 MiB/sec.
2362 2024.12.06 02:43:11.144560 [ 263 ] {c9c7335f-d01a-49d1-b9e0-93695c24094d} <Debug> TCPHandler: Processed in 0.002167952 sec.
2363 2024.12.06 02:43:11.144737 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2364 2024.12.06 02:43:11.144861 [ 260 ] {e6414186-6b3c-43aa-bdda-f53f6954a545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2365 2024.12.06 02:43:11.144915 [ 260 ] {e6414186-6b3c-43aa-bdda-f53f6954a545} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2366 2024.12.06 02:43:11.145490 [ 260 ] {e6414186-6b3c-43aa-bdda-f53f6954a545} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2367 2024.12.06 02:43:11.145528 [ 260 ] {e6414186-6b3c-43aa-bdda-f53f6954a545} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2368 2024.12.06 02:43:11.145925 [ 260 ] {e6414186-6b3c-43aa-bdda-f53f6954a545} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2369 2024.12.06 02:43:11.146169 [ 260 ] {e6414186-6b3c-43aa-bdda-f53f6954a545} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2370 2024.12.06 02:43:11.146374 [ 260 ] {e6414186-6b3c-43aa-bdda-f53f6954a545} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001539 sec., 103963.61273554256 rows/sec., 7.24 MiB/sec.
2371 2024.12.06 02:43:11.146427 [ 260 ] {e6414186-6b3c-43aa-bdda-f53f6954a545} <Debug> TCPHandler: Processed in 0.00175025 sec.
2372 2024.12.06 02:43:11.146580 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2373 2024.12.06 02:43:11.146699 [ 263 ] {669e1c4d-62bc-4484-a173-3f9778f15bbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2374 2024.12.06 02:43:11.146751 [ 263 ] {669e1c4d-62bc-4484-a173-3f9778f15bbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2375 2024.12.06 02:43:11.147251 [ 263 ] {669e1c4d-62bc-4484-a173-3f9778f15bbb} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2376 2024.12.06 02:43:11.147290 [ 263 ] {669e1c4d-62bc-4484-a173-3f9778f15bbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2377 2024.12.06 02:43:11.147734 [ 263 ] {669e1c4d-62bc-4484-a173-3f9778f15bbb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2378 2024.12.06 02:43:11.148024 [ 263 ] {669e1c4d-62bc-4484-a173-3f9778f15bbb} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2379 2024.12.06 02:43:11.148264 [ 263 ] {669e1c4d-62bc-4484-a173-3f9778f15bbb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001584 sec., 37878.78787878788 rows/sec., 2.55 MiB/sec.
2380 2024.12.06 02:43:11.148437 [ 263 ] {669e1c4d-62bc-4484-a173-3f9778f15bbb} <Debug> TCPHandler: Processed in 0.001908864 sec.
2381 2024.12.06 02:43:15.089242 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2382 2024.12.06 02:43:15.089575 [ 260 ] {5cf1e213-5cf2-421b-899b-3d327623c20d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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)
2383 2024.12.06 02:43:15.090081 [ 260 ] {5cf1e213-5cf2-421b-899b-3d327623c20d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2384 2024.12.06 02:43:15.090136 [ 260 ] {5cf1e213-5cf2-421b-899b-3d327623c20d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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
2385 2024.12.06 02:43:15.090521 [ 260 ] {5cf1e213-5cf2-421b-899b-3d327623c20d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2386 2024.12.06 02:43:15.090607 [ 260 ] {5cf1e213-5cf2-421b-899b-3d327623c20d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2387 2024.12.06 02:43:15.090784 [ 260 ] {5cf1e213-5cf2-421b-899b-3d327623c20d} <Debug> oximeter.timeseries_schema (1ea89278-e762-443f-98b4-9b5f5bc3a832) (SelectExecutor): Key condition: (column 0 notIn 41-element set)
2388 2024.12.06 02:43:15.091013 [ 296 ] {5cf1e213-5cf2-421b-899b-3d327623c20d} <Trace> oximeter.timeseries_schema (1ea89278-e762-443f-98b4-9b5f5bc3a832) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2389 2024.12.06 02:43:15.091046 [ 298 ] {5cf1e213-5cf2-421b-899b-3d327623c20d} <Trace> oximeter.timeseries_schema (1ea89278-e762-443f-98b4-9b5f5bc3a832) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2390 2024.12.06 02:43:15.091233 [ 260 ] {5cf1e213-5cf2-421b-899b-3d327623c20d} <Debug> oximeter.timeseries_schema (1ea89278-e762-443f-98b4-9b5f5bc3a832) (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
2391 2024.12.06 02:43:15.091271 [ 260 ] {5cf1e213-5cf2-421b-899b-3d327623c20d} <Trace> oximeter.timeseries_schema (1ea89278-e762-443f-98b4-9b5f5bc3a832) (SelectExecutor): Spreading mark ranges among streams (default reading)
2392 2024.12.06 02:43:15.095688 [ 260 ] {5cf1e213-5cf2-421b-899b-3d327623c20d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2393 2024.12.06 02:43:15.095721 [ 260 ] {5cf1e213-5cf2-421b-899b-3d327623c20d} <Debug> oximeter.timeseries_schema (1ea89278-e762-443f-98b4-9b5f5bc3a832) (SelectExecutor): Reading approx. 41 rows with 2 streams
2394 2024.12.06 02:43:15.095789 [ 260 ] {5cf1e213-5cf2-421b-899b-3d327623c20d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))"
2395 2024.12.06 02:43:15.095840 [ 260 ] {5cf1e213-5cf2-421b-899b-3d327623c20d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))"
2396 2024.12.06 02:43:15.097321 [ 260 ] {5cf1e213-5cf2-421b-899b-3d327623c20d} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.007896 sec., 5192.502532928064 rows/sec., 198.13 KiB/sec.
2397 2024.12.06 02:43:15.097486 [ 260 ] {5cf1e213-5cf2-421b-899b-3d327623c20d} <Debug> TCPHandler: Processed in 0.008382599 sec.
2398 2024.12.06 02:43:15.137292 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2399 2024.12.06 02:43:15.137449 [ 260 ] {1219109b-9fed-40bc-a245-3fcd0464cdfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2400 2024.12.06 02:43:15.137514 [ 260 ] {1219109b-9fed-40bc-a245-3fcd0464cdfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2401 2024.12.06 02:43:15.138297 [ 260 ] {1219109b-9fed-40bc-a245-3fcd0464cdfd} <Trace> oximeter.timeseries_schema (1ea89278-e762-443f-98b4-9b5f5bc3a832): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2402 2024.12.06 02:43:15.138340 [ 260 ] {1219109b-9fed-40bc-a245-3fcd0464cdfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2403 2024.12.06 02:43:15.138836 [ 260 ] {1219109b-9fed-40bc-a245-3fcd0464cdfd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2404 2024.12.06 02:43:15.139066 [ 260 ] {1219109b-9fed-40bc-a245-3fcd0464cdfd} <Trace> oximeter.timeseries_schema (1ea89278-e762-443f-98b4-9b5f5bc3a832): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2405 2024.12.06 02:43:15.139329 [ 260 ] {1219109b-9fed-40bc-a245-3fcd0464cdfd} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001902 sec., 525.7623554153522 rows/sec., 119.12 KiB/sec.
2406 2024.12.06 02:43:15.139469 [ 260 ] {1219109b-9fed-40bc-a245-3fcd0464cdfd} <Debug> TCPHandler: Processed in 0.002248604 sec.
2407 2024.12.06 02:43:15.139727 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2408 2024.12.06 02:43:15.139932 [ 263 ] {a35f7266-78cc-46d3-bf64-806686394a37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2409 2024.12.06 02:43:15.140012 [ 263 ] {a35f7266-78cc-46d3-bf64-806686394a37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2410 2024.12.06 02:43:15.140743 [ 263 ] {a35f7266-78cc-46d3-bf64-806686394a37} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2411 2024.12.06 02:43:15.140792 [ 263 ] {a35f7266-78cc-46d3-bf64-806686394a37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2412 2024.12.06 02:43:15.141217 [ 263 ] {a35f7266-78cc-46d3-bf64-806686394a37} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2413 2024.12.06 02:43:15.141483 [ 263 ] {a35f7266-78cc-46d3-bf64-806686394a37} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2414 2024.12.06 02:43:15.141721 [ 263 ] {a35f7266-78cc-46d3-bf64-806686394a37} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001842 sec., 7600.43431053203 rows/sec., 547.13 KiB/sec.
2415 2024.12.06 02:43:15.141825 [ 263 ] {a35f7266-78cc-46d3-bf64-806686394a37} <Debug> TCPHandler: Processed in 0.002235014 sec.
2416 2024.12.06 02:43:15.141993 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2417 2024.12.06 02:43:15.142134 [ 260 ] {50d13454-6e95-4521-b6dc-c73b9d027035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2418 2024.12.06 02:43:15.142193 [ 260 ] {50d13454-6e95-4521-b6dc-c73b9d027035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2419 2024.12.06 02:43:15.143010 [ 260 ] {50d13454-6e95-4521-b6dc-c73b9d027035} <Trace> oximeter.fields_ipaddr (c74a5b16-760a-4278-aa08-355d94d94d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2420 2024.12.06 02:43:15.143055 [ 260 ] {50d13454-6e95-4521-b6dc-c73b9d027035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2421 2024.12.06 02:43:15.143409 [ 260 ] {50d13454-6e95-4521-b6dc-c73b9d027035} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2422 2024.12.06 02:43:15.143649 [ 260 ] {50d13454-6e95-4521-b6dc-c73b9d027035} <Trace> oximeter.fields_ipaddr (c74a5b16-760a-4278-aa08-355d94d94d7a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2423 2024.12.06 02:43:15.143915 [ 260 ] {50d13454-6e95-4521-b6dc-c73b9d027035} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001794 sec., 5574.136008918617 rows/sec., 454.53 KiB/sec.
2424 2024.12.06 02:43:15.143991 [ 260 ] {50d13454-6e95-4521-b6dc-c73b9d027035} <Debug> TCPHandler: Processed in 0.002065899 sec.
2425 2024.12.06 02:43:15.144155 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2426 2024.12.06 02:43:15.144282 [ 263 ] {03158434-de4a-4df7-9d59-0d1c53ea0a38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2427 2024.12.06 02:43:15.144336 [ 263 ] {03158434-de4a-4df7-9d59-0d1c53ea0a38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2428 2024.12.06 02:43:15.145555 [ 263 ] {03158434-de4a-4df7-9d59-0d1c53ea0a38} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2429 2024.12.06 02:43:15.145598 [ 263 ] {03158434-de4a-4df7-9d59-0d1c53ea0a38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2430 2024.12.06 02:43:15.146056 [ 263 ] {03158434-de4a-4df7-9d59-0d1c53ea0a38} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2431 2024.12.06 02:43:15.146298 [ 263 ] {03158434-de4a-4df7-9d59-0d1c53ea0a38} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2432 2024.12.06 02:43:15.146524 [ 263 ] {03158434-de4a-4df7-9d59-0d1c53ea0a38} <Debug> executeQuery: Read 1406 rows, 120.43 KiB in 0.002272 sec., 618838.028169014 rows/sec., 51.77 MiB/sec.
2433 2024.12.06 02:43:15.146590 [ 263 ] {03158434-de4a-4df7-9d59-0d1c53ea0a38} <Debug> TCPHandler: Processed in 0.002494451 sec.
2434 2024.12.06 02:43:15.146756 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2435 2024.12.06 02:43:15.146878 [ 260 ] {3d54b992-94e6-4d85-a3fe-802d53cecad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2436 2024.12.06 02:43:15.146927 [ 260 ] {3d54b992-94e6-4d85-a3fe-802d53cecad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2437 2024.12.06 02:43:15.147547 [ 260 ] {3d54b992-94e6-4d85-a3fe-802d53cecad4} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2438 2024.12.06 02:43:15.147587 [ 260 ] {3d54b992-94e6-4d85-a3fe-802d53cecad4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2439 2024.12.06 02:43:15.147944 [ 260 ] {3d54b992-94e6-4d85-a3fe-802d53cecad4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2440 2024.12.06 02:43:15.148191 [ 260 ] {3d54b992-94e6-4d85-a3fe-802d53cecad4} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2441 2024.12.06 02:43:15.148404 [ 260 ] {3d54b992-94e6-4d85-a3fe-802d53cecad4} <Debug> executeQuery: Read 46 rows, 3.33 KiB in 0.001548 sec., 29715.76227390181 rows/sec., 2.10 MiB/sec.
2442 2024.12.06 02:43:15.148484 [ 260 ] {3d54b992-94e6-4d85-a3fe-802d53cecad4} <Debug> TCPHandler: Processed in 0.001791231 sec.
2443 2024.12.06 02:43:15.148649 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2444 2024.12.06 02:43:15.148774 [ 263 ] {aeaf425e-9128-465b-adc1-1e80d822b0de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2445 2024.12.06 02:43:15.148824 [ 263 ] {aeaf425e-9128-465b-adc1-1e80d822b0de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2446 2024.12.06 02:43:15.149514 [ 263 ] {aeaf425e-9128-465b-adc1-1e80d822b0de} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2447 2024.12.06 02:43:15.149555 [ 263 ] {aeaf425e-9128-465b-adc1-1e80d822b0de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2448 2024.12.06 02:43:15.149918 [ 263 ] {aeaf425e-9128-465b-adc1-1e80d822b0de} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2449 2024.12.06 02:43:15.150163 [ 263 ] {aeaf425e-9128-465b-adc1-1e80d822b0de} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2450 2024.12.06 02:43:15.150382 [ 263 ] {aeaf425e-9128-465b-adc1-1e80d822b0de} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001636 sec., 147921.76039119804 rows/sec., 10.02 MiB/sec.
2451 2024.12.06 02:43:15.150440 [ 263 ] {aeaf425e-9128-465b-adc1-1e80d822b0de} <Debug> TCPHandler: Processed in 0.001851863 sec.
2452 2024.12.06 02:43:15.150597 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2453 2024.12.06 02:43:15.150718 [ 260 ] {1f4d81ad-6a39-44bc-a623-204f726c372c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2454 2024.12.06 02:43:15.150767 [ 260 ] {1f4d81ad-6a39-44bc-a623-204f726c372c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2455 2024.12.06 02:43:15.151354 [ 260 ] {1f4d81ad-6a39-44bc-a623-204f726c372c} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2456 2024.12.06 02:43:15.151393 [ 260 ] {1f4d81ad-6a39-44bc-a623-204f726c372c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2457 2024.12.06 02:43:15.151743 [ 260 ] {1f4d81ad-6a39-44bc-a623-204f726c372c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2458 2024.12.06 02:43:15.151978 [ 260 ] {1f4d81ad-6a39-44bc-a623-204f726c372c} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2459 2024.12.06 02:43:15.152241 [ 260 ] {1f4d81ad-6a39-44bc-a623-204f726c372c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001536 sec., 8463.541666666666 rows/sec., 527.70 KiB/sec.
2460 2024.12.06 02:43:15.152373 [ 260 ] {1f4d81ad-6a39-44bc-a623-204f726c372c} <Debug> TCPHandler: Processed in 0.001835752 sec.
2461 2024.12.06 02:43:15.152529 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2462 2024.12.06 02:43:15.152668 [ 263 ] {16670667-2bc1-459b-905b-0a9e5f9feeda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2463 2024.12.06 02:43:15.152725 [ 263 ] {16670667-2bc1-459b-905b-0a9e5f9feeda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2464 2024.12.06 02:43:15.153666 [ 263 ] {16670667-2bc1-459b-905b-0a9e5f9feeda} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2465 2024.12.06 02:43:15.153705 [ 263 ] {16670667-2bc1-459b-905b-0a9e5f9feeda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2466 2024.12.06 02:43:15.154095 [ 263 ] {16670667-2bc1-459b-905b-0a9e5f9feeda} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2467 2024.12.06 02:43:15.154334 [ 263 ] {16670667-2bc1-459b-905b-0a9e5f9feeda} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2468 2024.12.06 02:43:15.154625 [ 263 ] {16670667-2bc1-459b-905b-0a9e5f9feeda} <Debug> executeQuery: Read 877 rows, 65.11 KiB in 0.001962 sec., 446992.864424057 rows/sec., 32.41 MiB/sec.
2469 2024.12.06 02:43:15.154798 [ 263 ] {16670667-2bc1-459b-905b-0a9e5f9feeda} <Debug> TCPHandler: Processed in 0.002332646 sec.
2470 2024.12.06 02:43:15.154938 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2471 2024.12.06 02:43:15.155066 [ 260 ] {a408e5d7-85a4-44a0-88da-472c7843d3c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2472 2024.12.06 02:43:15.155126 [ 260 ] {a408e5d7-85a4-44a0-88da-472c7843d3c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2473 2024.12.06 02:43:15.155683 [ 260 ] {a408e5d7-85a4-44a0-88da-472c7843d3c3} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2474 2024.12.06 02:43:15.155728 [ 260 ] {a408e5d7-85a4-44a0-88da-472c7843d3c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2475 2024.12.06 02:43:15.156130 [ 260 ] {a408e5d7-85a4-44a0-88da-472c7843d3c3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2476 2024.12.06 02:43:15.156358 [ 260 ] {a408e5d7-85a4-44a0-88da-472c7843d3c3} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2477 2024.12.06 02:43:15.156559 [ 260 ] {a408e5d7-85a4-44a0-88da-472c7843d3c3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001523 sec., 3939.592908732764 rows/sec., 205.83 KiB/sec.
2478 2024.12.06 02:43:15.156609 [ 260 ] {a408e5d7-85a4-44a0-88da-472c7843d3c3} <Debug> TCPHandler: Processed in 0.001728169 sec.
2479 2024.12.06 02:43:15.156752 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2480 2024.12.06 02:43:15.156868 [ 263 ] {1c7914a2-8006-4d81-ad99-0bd2911ff32f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2481 2024.12.06 02:43:15.156922 [ 263 ] {1c7914a2-8006-4d81-ad99-0bd2911ff32f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2482 2024.12.06 02:43:15.157799 [ 263 ] {1c7914a2-8006-4d81-ad99-0bd2911ff32f} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2483 2024.12.06 02:43:15.157838 [ 263 ] {1c7914a2-8006-4d81-ad99-0bd2911ff32f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2484 2024.12.06 02:43:15.158284 [ 263 ] {1c7914a2-8006-4d81-ad99-0bd2911ff32f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2485 2024.12.06 02:43:15.158517 [ 263 ] {1c7914a2-8006-4d81-ad99-0bd2911ff32f} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2486 2024.12.06 02:43:15.158788 [ 263 ] {1c7914a2-8006-4d81-ad99-0bd2911ff32f} <Debug> executeQuery: Read 1056 rows, 72.17 KiB in 0.001936 sec., 545454.5454545454 rows/sec., 36.40 MiB/sec.
2487 2024.12.06 02:43:15.158992 [ 263 ] {1c7914a2-8006-4d81-ad99-0bd2911ff32f} <Debug> TCPHandler: Processed in 0.002292045 sec.
2488 2024.12.06 02:43:15.159168 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2489 2024.12.06 02:43:15.159308 [ 260 ] {2c943de3-4554-49af-af9c-d406cb775c97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2490 2024.12.06 02:43:15.159368 [ 260 ] {2c943de3-4554-49af-af9c-d406cb775c97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2491 2024.12.06 02:43:15.159925 [ 260 ] {2c943de3-4554-49af-af9c-d406cb775c97} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2492 2024.12.06 02:43:15.159971 [ 260 ] {2c943de3-4554-49af-af9c-d406cb775c97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2493 2024.12.06 02:43:15.160335 [ 260 ] {2c943de3-4554-49af-af9c-d406cb775c97} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2494 2024.12.06 02:43:15.160572 [ 260 ] {2c943de3-4554-49af-af9c-d406cb775c97} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2495 2024.12.06 02:43:15.160775 [ 260 ] {2c943de3-4554-49af-af9c-d406cb775c97} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001498 sec., 667.5567423230975 rows/sec., 44.98 KiB/sec.
2496 2024.12.06 02:43:15.160826 [ 260 ] {2c943de3-4554-49af-af9c-d406cb775c97} <Debug> TCPHandler: Processed in 0.00172651 sec.
2497 2024.12.06 02:43:15.160963 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2498 2024.12.06 02:43:15.161094 [ 263 ] {88d5774c-cd03-4c8e-b94b-29009370231b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2499 2024.12.06 02:43:15.161185 [ 263 ] {88d5774c-cd03-4c8e-b94b-29009370231b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2500 2024.12.06 02:43:15.162507 [ 263 ] {88d5774c-cd03-4c8e-b94b-29009370231b} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2501 2024.12.06 02:43:15.162545 [ 263 ] {88d5774c-cd03-4c8e-b94b-29009370231b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2502 2024.12.06 02:43:15.163168 [ 263 ] {88d5774c-cd03-4c8e-b94b-29009370231b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2503 2024.12.06 02:43:15.163416 [ 263 ] {88d5774c-cd03-4c8e-b94b-29009370231b} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2504 2024.12.06 02:43:15.163657 [ 263 ] {88d5774c-cd03-4c8e-b94b-29009370231b} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002593 sec., 11183.956806787506 rows/sec., 20.04 MiB/sec.
2505 2024.12.06 02:43:15.163761 [ 263 ] {88d5774c-cd03-4c8e-b94b-29009370231b} <Debug> TCPHandler: Processed in 0.002850782 sec.
2506 2024.12.06 02:43:15.163916 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2507 2024.12.06 02:43:15.164058 [ 260 ] {9c3563b3-8dcb-43ea-8129-0b17616b1094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2508 2024.12.06 02:43:15.164122 [ 260 ] {9c3563b3-8dcb-43ea-8129-0b17616b1094} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2509 2024.12.06 02:43:15.164707 [ 260 ] {9c3563b3-8dcb-43ea-8129-0b17616b1094} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2510 2024.12.06 02:43:15.164753 [ 260 ] {9c3563b3-8dcb-43ea-8129-0b17616b1094} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2511 2024.12.06 02:43:15.165169 [ 260 ] {9c3563b3-8dcb-43ea-8129-0b17616b1094} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2512 2024.12.06 02:43:15.165403 [ 260 ] {9c3563b3-8dcb-43ea-8129-0b17616b1094} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2513 2024.12.06 02:43:15.165641 [ 260 ] {9c3563b3-8dcb-43ea-8129-0b17616b1094} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001609 sec., 43505.2827843381 rows/sec., 2.73 MiB/sec.
2514 2024.12.06 02:43:15.165732 [ 260 ] {9c3563b3-8dcb-43ea-8129-0b17616b1094} <Debug> TCPHandler: Processed in 0.001887854 sec.
2515 2024.12.06 02:43:15.713813 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 402
2516 2024.12.06 02:43:15.718704 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2517 2024.12.06 02:43:15.718772 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2518 2024.12.06 02:43:15.720782 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2519 2024.12.06 02:43:15.721197 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2520 2024.12.06 02:43:15.721816 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 402
2521 2024.12.06 02:43:16.135239 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2522 2024.12.06 02:43:16.135458 [ 260 ] {03b5ddd0-c173-47bd-9e47-d8f4629526e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2523 2024.12.06 02:43:16.135542 [ 260 ] {03b5ddd0-c173-47bd-9e47-d8f4629526e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2524 2024.12.06 02:43:16.136394 [ 260 ] {03b5ddd0-c173-47bd-9e47-d8f4629526e5} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2525 2024.12.06 02:43:16.136451 [ 260 ] {03b5ddd0-c173-47bd-9e47-d8f4629526e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2526 2024.12.06 02:43:16.136899 [ 260 ] {03b5ddd0-c173-47bd-9e47-d8f4629526e5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2527 2024.12.06 02:43:16.137166 [ 260 ] {03b5ddd0-c173-47bd-9e47-d8f4629526e5} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2528 2024.12.06 02:43:16.137360 [ 73 ] {} <Debug> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2529 2024.12.06 02:43:16.137443 [ 73 ] {} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2530 2024.12.06 02:43:16.137453 [ 260 ] {03b5ddd0-c173-47bd-9e47-d8f4629526e5} <Debug> executeQuery: Read 78 rows, 6.49 KiB in 0.002042 sec., 38197.84524975514 rows/sec., 3.10 MiB/sec.
2531 2024.12.06 02:43:16.137476 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2532 2024.12.06 02:43:16.137684 [ 260 ] {03b5ddd0-c173-47bd-9e47-d8f4629526e5} <Debug> TCPHandler: Processed in 0.002582843 sec.
2533 2024.12.06 02:43:16.137910 [ 187 ] {be963b91-cb4a-4427-8175-78b8e92ca805::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
2534 2024.12.06 02:43:16.138062 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2535 2024.12.06 02:43:16.138146 [ 187 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2536 2024.12.06 02:43:16.138192 [ 187 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1402 rows starting from the beginning of the part
2537 2024.12.06 02:43:16.138290 [ 263 ] {d59cb6d1-d255-4118-ad8f-89df15b07983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2538 2024.12.06 02:43:16.138304 [ 187 ] {be963b91-cb4a-4427-8175-78b8e92ca805::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
2539 2024.12.06 02:43:16.138467 [ 263 ] {d59cb6d1-d255-4118-ad8f-89df15b07983} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2540 2024.12.06 02:43:16.138723 [ 187 ] {be963b91-cb4a-4427-8175-78b8e92ca805::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
2541 2024.12.06 02:43:16.139087 [ 187 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 56 rows starting from the beginning of the part
2542 2024.12.06 02:43:16.139393 [ 187 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1406 rows starting from the beginning of the part
2543 2024.12.06 02:43:16.139766 [ 187 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 78 rows starting from the beginning of the part
2544 2024.12.06 02:43:16.140934 [ 263 ] {d59cb6d1-d255-4118-ad8f-89df15b07983} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2545 2024.12.06 02:43:16.140987 [ 263 ] {d59cb6d1-d255-4118-ad8f-89df15b07983} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2546 2024.12.06 02:43:16.141618 [ 263 ] {d59cb6d1-d255-4118-ad8f-89df15b07983} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2547 2024.12.06 02:43:16.141882 [ 263 ] {d59cb6d1-d255-4118-ad8f-89df15b07983} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2548 2024.12.06 02:43:16.142169 [ 263 ] {d59cb6d1-d255-4118-ad8f-89df15b07983} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.003953 sec., 2782.696686061219 rows/sec., 209.25 KiB/sec.
2549 2024.12.06 02:43:16.142343 [ 263 ] {d59cb6d1-d255-4118-ad8f-89df15b07983} <Debug> TCPHandler: Processed in 0.004472078 sec.
2550 2024.12.06 02:43:16.142432 [ 187 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3259 rows, containing 5 columns (5 merged, 0 gathered) in 0.004819197 sec., 676253.7410278103 rows/sec., 59.20 MiB/sec.
2551 2024.12.06 02:43:16.142561 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2552 2024.12.06 02:43:16.142750 [ 260 ] {7875ea4b-654c-43a4-941a-77ceb498d1c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2553 2024.12.06 02:43:16.142762 [ 186 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2554 2024.12.06 02:43:16.142826 [ 260 ] {7875ea4b-654c-43a4-941a-77ceb498d1c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2555 2024.12.06 02:43:16.143489 [ 186 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_16_3} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2556 2024.12.06 02:43:16.143618 [ 186 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_16_3} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2557 2024.12.06 02:43:16.143777 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
2558 2024.12.06 02:43:16.144015 [ 260 ] {7875ea4b-654c-43a4-941a-77ceb498d1c0} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2559 2024.12.06 02:43:16.144061 [ 260 ] {7875ea4b-654c-43a4-941a-77ceb498d1c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2560 2024.12.06 02:43:16.144443 [ 260 ] {7875ea4b-654c-43a4-941a-77ceb498d1c0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2561 2024.12.06 02:43:16.144695 [ 260 ] {7875ea4b-654c-43a4-941a-77ceb498d1c0} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2562 2024.12.06 02:43:16.144878 [ 73 ] {} <Debug> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2563 2024.12.06 02:43:16.144939 [ 73 ] {} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2564 2024.12.06 02:43:16.144974 [ 260 ] {7875ea4b-654c-43a4-941a-77ceb498d1c0} <Debug> executeQuery: Read 86 rows, 6.90 KiB in 0.002268 sec., 37918.87125220458 rows/sec., 2.97 MiB/sec.
2565 2024.12.06 02:43:16.144979 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2566 2024.12.06 02:43:16.145168 [ 260 ] {7875ea4b-654c-43a4-941a-77ceb498d1c0} <Debug> TCPHandler: Processed in 0.002685386 sec.
2567 2024.12.06 02:43:16.145256 [ 190 ] {3746ce77-bc61-4209-905f-f26958cc75cd::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
2568 2024.12.06 02:43:16.145407 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2569 2024.12.06 02:43:16.145428 [ 190 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2570 2024.12.06 02:43:16.145490 [ 190 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 876 rows starting from the beginning of the part
2571 2024.12.06 02:43:16.145753 [ 190 ] {3746ce77-bc61-4209-905f-f26958cc75cd::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
2572 2024.12.06 02:43:16.145757 [ 263 ] {b19ef014-5476-4607-8fb9-c092f0f54973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2573 2024.12.06 02:43:16.146076 [ 263 ] {b19ef014-5476-4607-8fb9-c092f0f54973} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2574 2024.12.06 02:43:16.146088 [ 190 ] {3746ce77-bc61-4209-905f-f26958cc75cd::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
2575 2024.12.06 02:43:16.146502 [ 190 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 64 rows starting from the beginning of the part
2576 2024.12.06 02:43:16.146895 [ 190 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 877 rows starting from the beginning of the part
2577 2024.12.06 02:43:16.147256 [ 190 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 86 rows starting from the beginning of the part
2578 2024.12.06 02:43:16.148665 [ 263 ] {b19ef014-5476-4607-8fb9-c092f0f54973} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2579 2024.12.06 02:43:16.148733 [ 263 ] {b19ef014-5476-4607-8fb9-c092f0f54973} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2580 2024.12.06 02:43:16.149778 [ 263 ] {b19ef014-5476-4607-8fb9-c092f0f54973} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2581 2024.12.06 02:43:16.150173 [ 263 ] {b19ef014-5476-4607-8fb9-c092f0f54973} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2582 2024.12.06 02:43:16.150759 [ 73 ] {} <Debug> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2583 2024.12.06 02:43:16.150777 [ 263 ] {b19ef014-5476-4607-8fb9-c092f0f54973} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.005183 sec., 6174.030484275516 rows/sec., 440.33 KiB/sec.
2584 2024.12.06 02:43:16.150807 [ 186 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2378 rows, containing 5 columns (5 merged, 0 gathered) in 0.005683922 sec., 418373.08815990086 rows/sec., 32.05 MiB/sec.
2585 2024.12.06 02:43:16.150838 [ 73 ] {} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2586 2024.12.06 02:43:16.150940 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2587 2024.12.06 02:43:16.151017 [ 263 ] {b19ef014-5476-4607-8fb9-c092f0f54973} <Debug> TCPHandler: Processed in 0.005697173 sec.
2588 2024.12.06 02:43:16.151289 [ 187 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2589 2024.12.06 02:43:16.151316 [ 191 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::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
2590 2024.12.06 02:43:16.151327 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2591 2024.12.06 02:43:16.151732 [ 191 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2592 2024.12.06 02:43:16.151791 [ 260 ] {154baf14-2630-4039-a80a-d8bcb0eaf792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2593 2024.12.06 02:43:16.151827 [ 191 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3625 rows starting from the beginning of the part
2594 2024.12.06 02:43:16.152310 [ 260 ] {154baf14-2630-4039-a80a-d8bcb0eaf792} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2595 2024.12.06 02:43:16.152348 [ 187 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_16_3} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2596 2024.12.06 02:43:16.152362 [ 191 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::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
2597 2024.12.06 02:43:16.152960 [ 187 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_16_3} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2598 2024.12.06 02:43:16.153062 [ 191 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::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
2599 2024.12.06 02:43:16.153203 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
2600 2024.12.06 02:43:16.153599 [ 191 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part
2601 2024.12.06 02:43:16.153982 [ 191 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1056 rows starting from the beginning of the part
2602 2024.12.06 02:43:16.154425 [ 191 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 32 rows starting from the beginning of the part
2603 2024.12.06 02:43:16.157483 [ 260 ] {154baf14-2630-4039-a80a-d8bcb0eaf792} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2604 2024.12.06 02:43:16.157560 [ 260 ] {154baf14-2630-4039-a80a-d8bcb0eaf792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2605 2024.12.06 02:43:16.158894 [ 260 ] {154baf14-2630-4039-a80a-d8bcb0eaf792} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2606 2024.12.06 02:43:16.159218 [ 260 ] {154baf14-2630-4039-a80a-d8bcb0eaf792} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2607 2024.12.06 02:43:16.159495 [ 260 ] {154baf14-2630-4039-a80a-d8bcb0eaf792} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.007829 sec., 1405.0325712096055 rows/sec., 2.52 MiB/sec.
2608 2024.12.06 02:43:16.159647 [ 260 ] {154baf14-2630-4039-a80a-d8bcb0eaf792} <Debug> TCPHandler: Processed in 0.008504173 sec.
2609 2024.12.06 02:43:16.159922 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2610 2024.12.06 02:43:16.160143 [ 191 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5270 rows, containing 5 columns (5 merged, 0 gathered) in 0.009057388 sec., 581845.4503660437 rows/sec., 39.08 MiB/sec.
2611 2024.12.06 02:43:16.160156 [ 263 ] {c0da5e94-812a-4ab0-bd90-afdce782ef05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2612 2024.12.06 02:43:16.160221 [ 263 ] {c0da5e94-812a-4ab0-bd90-afdce782ef05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2613 2024.12.06 02:43:16.160481 [ 191 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2614 2024.12.06 02:43:16.160797 [ 263 ] {c0da5e94-812a-4ab0-bd90-afdce782ef05} <Trace> oximeter.measurements_i64 (10d2095e-0da8-4196-aa21-77e46bb7c719): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2615 2024.12.06 02:43:16.160836 [ 263 ] {c0da5e94-812a-4ab0-bd90-afdce782ef05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2616 2024.12.06 02:43:16.160879 [ 191 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2617 2024.12.06 02:43:16.160990 [ 191 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2618 2024.12.06 02:43:16.161088 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB.
2619 2024.12.06 02:43:16.161294 [ 263 ] {c0da5e94-812a-4ab0-bd90-afdce782ef05} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2620 2024.12.06 02:43:16.161538 [ 263 ] {c0da5e94-812a-4ab0-bd90-afdce782ef05} <Trace> oximeter.measurements_i64 (10d2095e-0da8-4196-aa21-77e46bb7c719): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2621 2024.12.06 02:43:16.161843 [ 263 ] {c0da5e94-812a-4ab0-bd90-afdce782ef05} <Debug> executeQuery: Read 12 rows, 897.00 B in 0.001707 sec., 7029.8769771529 rows/sec., 513.17 KiB/sec.
2622 2024.12.06 02:43:16.161947 [ 263 ] {c0da5e94-812a-4ab0-bd90-afdce782ef05} <Debug> TCPHandler: Processed in 0.002178823 sec.
2623 2024.12.06 02:43:16.162119 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2624 2024.12.06 02:43:16.162243 [ 260 ] {5ae93f5c-5aed-45e9-b010-95ba5496ecee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2625 2024.12.06 02:43:16.162298 [ 260 ] {5ae93f5c-5aed-45e9-b010-95ba5496ecee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2626 2024.12.06 02:43:16.162793 [ 260 ] {5ae93f5c-5aed-45e9-b010-95ba5496ecee} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2627 2024.12.06 02:43:16.162834 [ 260 ] {5ae93f5c-5aed-45e9-b010-95ba5496ecee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2628 2024.12.06 02:43:16.163226 [ 260 ] {5ae93f5c-5aed-45e9-b010-95ba5496ecee} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2629 2024.12.06 02:43:16.163467 [ 260 ] {5ae93f5c-5aed-45e9-b010-95ba5496ecee} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2630 2024.12.06 02:43:16.163606 [ 48 ] {} <Debug> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2631 2024.12.06 02:43:16.163651 [ 260 ] {5ae93f5c-5aed-45e9-b010-95ba5496ecee} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001435 sec., 8362.369337979093 rows/sec., 577.09 KiB/sec.
2632 2024.12.06 02:43:16.163655 [ 48 ] {} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2633 2024.12.06 02:43:16.163704 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2634 2024.12.06 02:43:16.163717 [ 260 ] {5ae93f5c-5aed-45e9-b010-95ba5496ecee} <Debug> TCPHandler: Processed in 0.001658407 sec.
2635 2024.12.06 02:43:16.163834 [ 192 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::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
2636 2024.12.06 02:43:16.163927 [ 192 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2637 2024.12.06 02:43:16.163957 [ 192 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 524 rows starting from the beginning of the part
2638 2024.12.06 02:43:16.164036 [ 192 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::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
2639 2024.12.06 02:43:16.164220 [ 192 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::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
2640 2024.12.06 02:43:16.164344 [ 192 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::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
2641 2024.12.06 02:43:16.164481 [ 192 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 70 rows starting from the beginning of the part
2642 2024.12.06 02:43:16.164612 [ 192 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part
2643 2024.12.06 02:43:16.165715 [ 199 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 808 rows, containing 4 columns (4 merged, 0 gathered) in 0.001941445 sec., 416184.8520045636 rows/sec., 26.85 MiB/sec.
2644 2024.12.06 02:43:16.165866 [ 192 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2645 2024.12.06 02:43:16.166134 [ 192 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_16_3} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2646 2024.12.06 02:43:16.166206 [ 192 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_16_3} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2647 2024.12.06 02:43:16.166269 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
2648 2024.12.06 02:43:18.204819 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124
2649 2024.12.06 02:43:18.205509 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2650 2024.12.06 02:43:18.205554 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2651 2024.12.06 02:43:18.206082 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2652 2024.12.06 02:43:18.206341 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2653 2024.12.06 02:43:18.206549 [ 43 ] {} <Debug> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2654 2024.12.06 02:43:18.206618 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124
2655 2024.12.06 02:43:18.206650 [ 43 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2656 2024.12.06 02:43:18.206679 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2657 2024.12.06 02:43:18.206793 [ 188 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::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
2658 2024.12.06 02:43:18.206899 [ 188 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2659 2024.12.06 02:43:18.206932 [ 188 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::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
2660 2024.12.06 02:43:18.207017 [ 188 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::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
2661 2024.12.06 02:43:18.207110 [ 188 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::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
2662 2024.12.06 02:43:18.207346 [ 188 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::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
2663 2024.12.06 02:43:18.207512 [ 188 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::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
2664 2024.12.06 02:43:18.207570 [ 188 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::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
2665 2024.12.06 02:43:18.209155 [ 199 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.002406259 sec., 2129446.58077123 rows/sec., 30.46 MiB/sec.
2666 2024.12.06 02:43:18.209819 [ 199 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2667 2024.12.06 02:43:18.210304 [ 199 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::all_1_11_2} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2668 2024.12.06 02:43:18.210399 [ 199 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::all_1_11_2} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2669 2024.12.06 02:43:18.210514 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
2670 2024.12.06 02:43:18.513115 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2671 2024.12.06 02:43:18.535449 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2672 2024.12.06 02:43:18.535505 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2673 2024.12.06 02:43:18.542915 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2674 2024.12.06 02:43:18.543707 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2675 2024.12.06 02:43:18.544122 [ 61 ] {} <Debug> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2676 2024.12.06 02:43:18.544266 [ 61 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2677 2024.12.06 02:43:18.544346 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2678 2024.12.06 02:43:18.544879 [ 193 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::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
2679 2024.12.06 02:43:18.559466 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2680 2024.12.06 02:43:18.561127 [ 193 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2681 2024.12.06 02:43:18.562282 [ 193 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::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
2682 2024.12.06 02:43:18.567289 [ 193 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::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
2683 2024.12.06 02:43:18.572453 [ 193 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::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
2684 2024.12.06 02:43:18.577718 [ 193 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::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
2685 2024.12.06 02:43:18.583444 [ 193 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::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
2686 2024.12.06 02:43:18.588006 [ 193 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::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
2687 2024.12.06 02:43:18.646135 [ 188 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.101636703 sec., 816.6341247806907 rows/sec., 4.22 MiB/sec.
2688 2024.12.06 02:43:18.648715 [ 194 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2689 2024.12.06 02:43:18.651610 [ 194 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::all_1_11_2} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2690 2024.12.06 02:43:18.651735 [ 194 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::all_1_11_2} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2691 2024.12.06 02:43:18.654508 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.43 MiB.
2692 2024.12.06 02:43:19.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 171.46 MiB, peak 181.34 MiB, free memory in arenas 0.00 B, will set to 173.35 MiB (RSS), difference: 1.89 MiB
2693 2024.12.06 02:43:21.140764 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2694 2024.12.06 02:43:21.140972 [ 260 ] {b1dec008-1627-4f0a-bd55-aecf8832b90d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2695 2024.12.06 02:43:21.141048 [ 260 ] {b1dec008-1627-4f0a-bd55-aecf8832b90d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2696 2024.12.06 02:43:21.141822 [ 260 ] {b1dec008-1627-4f0a-bd55-aecf8832b90d} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2697 2024.12.06 02:43:21.141876 [ 260 ] {b1dec008-1627-4f0a-bd55-aecf8832b90d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2698 2024.12.06 02:43:21.142328 [ 260 ] {b1dec008-1627-4f0a-bd55-aecf8832b90d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2699 2024.12.06 02:43:21.142585 [ 260 ] {b1dec008-1627-4f0a-bd55-aecf8832b90d} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2700 2024.12.06 02:43:21.142828 [ 260 ] {b1dec008-1627-4f0a-bd55-aecf8832b90d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001908 sec., 29350.104821802935 rows/sec., 2.25 MiB/sec.
2701 2024.12.06 02:43:21.142894 [ 260 ] {b1dec008-1627-4f0a-bd55-aecf8832b90d} <Debug> TCPHandler: Processed in 0.002319496 sec.
2702 2024.12.06 02:43:21.143162 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2703 2024.12.06 02:43:21.143377 [ 263 ] {702754ea-2ebd-4624-a23f-43f069ba44b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2704 2024.12.06 02:43:21.143460 [ 263 ] {702754ea-2ebd-4624-a23f-43f069ba44b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2705 2024.12.06 02:43:21.144388 [ 263 ] {702754ea-2ebd-4624-a23f-43f069ba44b2} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2706 2024.12.06 02:43:21.144429 [ 263 ] {702754ea-2ebd-4624-a23f-43f069ba44b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2707 2024.12.06 02:43:21.144872 [ 263 ] {702754ea-2ebd-4624-a23f-43f069ba44b2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2708 2024.12.06 02:43:21.145125 [ 263 ] {702754ea-2ebd-4624-a23f-43f069ba44b2} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2709 2024.12.06 02:43:21.145380 [ 263 ] {702754ea-2ebd-4624-a23f-43f069ba44b2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002058 sec., 31098.15354713314 rows/sec., 2.43 MiB/sec.
2710 2024.12.06 02:43:21.145586 [ 263 ] {702754ea-2ebd-4624-a23f-43f069ba44b2} <Debug> TCPHandler: Processed in 0.002569273 sec.
2711 2024.12.06 02:43:21.145790 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2712 2024.12.06 02:43:21.145914 [ 260 ] {7a900485-ba06-4522-8fdd-819d0746aa90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2713 2024.12.06 02:43:21.145971 [ 260 ] {7a900485-ba06-4522-8fdd-819d0746aa90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2714 2024.12.06 02:43:21.146560 [ 260 ] {7a900485-ba06-4522-8fdd-819d0746aa90} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2715 2024.12.06 02:43:21.146602 [ 260 ] {7a900485-ba06-4522-8fdd-819d0746aa90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2716 2024.12.06 02:43:21.147003 [ 260 ] {7a900485-ba06-4522-8fdd-819d0746aa90} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2717 2024.12.06 02:43:21.147250 [ 260 ] {7a900485-ba06-4522-8fdd-819d0746aa90} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2718 2024.12.06 02:43:21.147475 [ 260 ] {7a900485-ba06-4522-8fdd-819d0746aa90} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001589 sec., 100692.25928256765 rows/sec., 7.01 MiB/sec.
2719 2024.12.06 02:43:21.147532 [ 260 ] {7a900485-ba06-4522-8fdd-819d0746aa90} <Debug> TCPHandler: Processed in 0.001825112 sec.
2720 2024.12.06 02:43:21.147699 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2721 2024.12.06 02:43:21.147842 [ 263 ] {2b0dda18-6718-4249-bf85-c6e5ff6f2e44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2722 2024.12.06 02:43:21.147907 [ 263 ] {2b0dda18-6718-4249-bf85-c6e5ff6f2e44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2723 2024.12.06 02:43:21.148475 [ 263 ] {2b0dda18-6718-4249-bf85-c6e5ff6f2e44} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2724 2024.12.06 02:43:21.148512 [ 263 ] {2b0dda18-6718-4249-bf85-c6e5ff6f2e44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2725 2024.12.06 02:43:21.148894 [ 263 ] {2b0dda18-6718-4249-bf85-c6e5ff6f2e44} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2726 2024.12.06 02:43:21.149140 [ 263 ] {2b0dda18-6718-4249-bf85-c6e5ff6f2e44} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): 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.12.06 02:43:21.149324 [ 263 ] {2b0dda18-6718-4249-bf85-c6e5ff6f2e44} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001518 sec., 39525.691699604744 rows/sec., 2.66 MiB/sec.
2728 2024.12.06 02:43:21.149376 [ 263 ] {2b0dda18-6718-4249-bf85-c6e5ff6f2e44} <Debug> TCPHandler: Processed in 0.001750101 sec.
2729 2024.12.06 02:43:25.634111 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache
2730 2024.12.06 02:43:25.634176 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache
2731 2024.12.06 02:43:25.706739 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551
2732 2024.12.06 02:43:25.707443 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2733 2024.12.06 02:43:25.707491 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2734 2024.12.06 02:43:25.708128 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2735 2024.12.06 02:43:25.708397 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2736 2024.12.06 02:43:25.708634 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2737 2024.12.06 02:43:25.722078 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 424
2738 2024.12.06 02:43:25.724840 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2739 2024.12.06 02:43:25.724884 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2740 2024.12.06 02:43:25.726325 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2741 2024.12.06 02:43:25.726632 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2742 2024.12.06 02:43:25.727218 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 424
2743 2024.12.06 02:43:26.059550 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2744 2024.12.06 02:43:26.079471 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2745 2024.12.06 02:43:26.079524 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2746 2024.12.06 02:43:26.086793 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2747 2024.12.06 02:43:26.087570 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2748 2024.12.06 02:43:26.090726 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2749 2024.12.06 02:43:26.147554 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2750 2024.12.06 02:43:26.147752 [ 260 ] {4ab1ad6f-74f6-43c2-bf95-e9c7ad72ae63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2751 2024.12.06 02:43:26.147828 [ 260 ] {4ab1ad6f-74f6-43c2-bf95-e9c7ad72ae63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2752 2024.12.06 02:43:26.148601 [ 260 ] {4ab1ad6f-74f6-43c2-bf95-e9c7ad72ae63} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2753 2024.12.06 02:43:26.148658 [ 260 ] {4ab1ad6f-74f6-43c2-bf95-e9c7ad72ae63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2754 2024.12.06 02:43:26.149120 [ 260 ] {4ab1ad6f-74f6-43c2-bf95-e9c7ad72ae63} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2755 2024.12.06 02:43:26.149395 [ 260 ] {4ab1ad6f-74f6-43c2-bf95-e9c7ad72ae63} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2756 2024.12.06 02:43:26.149650 [ 260 ] {4ab1ad6f-74f6-43c2-bf95-e9c7ad72ae63} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001952 sec., 7172.131147540984 rows/sec., 516.30 KiB/sec.
2757 2024.12.06 02:43:26.149717 [ 260 ] {4ab1ad6f-74f6-43c2-bf95-e9c7ad72ae63} <Debug> TCPHandler: Processed in 0.002295075 sec.
2758 2024.12.06 02:43:26.149937 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2759 2024.12.06 02:43:26.150104 [ 263 ] {a6c1df3c-2db5-4cbc-bd81-558c0a3bfaec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2760 2024.12.06 02:43:26.150172 [ 263 ] {a6c1df3c-2db5-4cbc-bd81-558c0a3bfaec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2761 2024.12.06 02:43:26.150949 [ 263 ] {a6c1df3c-2db5-4cbc-bd81-558c0a3bfaec} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2762 2024.12.06 02:43:26.150992 [ 263 ] {a6c1df3c-2db5-4cbc-bd81-558c0a3bfaec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2763 2024.12.06 02:43:26.151403 [ 263 ] {a6c1df3c-2db5-4cbc-bd81-558c0a3bfaec} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2764 2024.12.06 02:43:26.151655 [ 263 ] {a6c1df3c-2db5-4cbc-bd81-558c0a3bfaec} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2765 2024.12.06 02:43:26.151882 [ 263 ] {a6c1df3c-2db5-4cbc-bd81-558c0a3bfaec} <Debug> executeQuery: Read 283 rows, 25.59 KiB in 0.001826 sec., 154983.57064622125 rows/sec., 13.69 MiB/sec.
2766 2024.12.06 02:43:26.151939 [ 263 ] {a6c1df3c-2db5-4cbc-bd81-558c0a3bfaec} <Debug> TCPHandler: Processed in 0.002122651 sec.
2767 2024.12.06 02:43:26.152075 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2768 2024.12.06 02:43:26.152200 [ 260 ] {4abf3a5b-4785-401a-8773-8e74ae930603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2769 2024.12.06 02:43:26.152254 [ 260 ] {4abf3a5b-4785-401a-8773-8e74ae930603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2770 2024.12.06 02:43:26.152873 [ 260 ] {4abf3a5b-4785-401a-8773-8e74ae930603} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2771 2024.12.06 02:43:26.152914 [ 260 ] {4abf3a5b-4785-401a-8773-8e74ae930603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2772 2024.12.06 02:43:26.153294 [ 260 ] {4abf3a5b-4785-401a-8773-8e74ae930603} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2773 2024.12.06 02:43:26.153537 [ 260 ] {4abf3a5b-4785-401a-8773-8e74ae930603} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2774 2024.12.06 02:43:26.153756 [ 260 ] {4abf3a5b-4785-401a-8773-8e74ae930603} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001585 sec., 29652.996845425867 rows/sec., 2.13 MiB/sec.
2775 2024.12.06 02:43:26.153810 [ 260 ] {4abf3a5b-4785-401a-8773-8e74ae930603} <Debug> TCPHandler: Processed in 0.001793621 sec.
2776 2024.12.06 02:43:26.153966 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2777 2024.12.06 02:43:26.154110 [ 263 ] {14250cb0-4c19-4385-9956-b23913d0e470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2778 2024.12.06 02:43:26.154169 [ 263 ] {14250cb0-4c19-4385-9956-b23913d0e470} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2779 2024.12.06 02:43:26.154817 [ 263 ] {14250cb0-4c19-4385-9956-b23913d0e470} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2780 2024.12.06 02:43:26.154856 [ 263 ] {14250cb0-4c19-4385-9956-b23913d0e470} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2781 2024.12.06 02:43:26.155215 [ 263 ] {14250cb0-4c19-4385-9956-b23913d0e470} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2782 2024.12.06 02:43:26.155452 [ 263 ] {14250cb0-4c19-4385-9956-b23913d0e470} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2783 2024.12.06 02:43:26.155722 [ 263 ] {14250cb0-4c19-4385-9956-b23913d0e470} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001624 sec., 8620.689655172413 rows/sec., 603.74 KiB/sec.
2784 2024.12.06 02:43:26.155885 [ 263 ] {14250cb0-4c19-4385-9956-b23913d0e470} <Debug> TCPHandler: Processed in 0.001985436 sec.
2785 2024.12.06 02:43:26.156052 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2786 2024.12.06 02:43:26.156175 [ 260 ] {68acbf9a-6357-436a-b631-71cd095ef557} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2787 2024.12.06 02:43:26.156224 [ 260 ] {68acbf9a-6357-436a-b631-71cd095ef557} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2788 2024.12.06 02:43:26.156823 [ 260 ] {68acbf9a-6357-436a-b631-71cd095ef557} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2789 2024.12.06 02:43:26.156862 [ 260 ] {68acbf9a-6357-436a-b631-71cd095ef557} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2790 2024.12.06 02:43:26.157230 [ 260 ] {68acbf9a-6357-436a-b631-71cd095ef557} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2791 2024.12.06 02:43:26.157480 [ 260 ] {68acbf9a-6357-436a-b631-71cd095ef557} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2792 2024.12.06 02:43:26.157700 [ 260 ] {68acbf9a-6357-436a-b631-71cd095ef557} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00155 sec., 8387.09677419355 rows/sec., 522.93 KiB/sec.
2793 2024.12.06 02:43:26.157756 [ 260 ] {68acbf9a-6357-436a-b631-71cd095ef557} <Debug> TCPHandler: Processed in 0.00175838 sec.
2794 2024.12.06 02:43:26.157907 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2795 2024.12.06 02:43:26.158046 [ 263 ] {c54635a0-158e-4ae9-a1bd-50743cf8aeef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2796 2024.12.06 02:43:26.158104 [ 263 ] {c54635a0-158e-4ae9-a1bd-50743cf8aeef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2797 2024.12.06 02:43:26.158907 [ 263 ] {c54635a0-158e-4ae9-a1bd-50743cf8aeef} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2798 2024.12.06 02:43:26.158947 [ 263 ] {c54635a0-158e-4ae9-a1bd-50743cf8aeef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2799 2024.12.06 02:43:26.159332 [ 263 ] {c54635a0-158e-4ae9-a1bd-50743cf8aeef} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2800 2024.12.06 02:43:26.159571 [ 263 ] {c54635a0-158e-4ae9-a1bd-50743cf8aeef} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2801 2024.12.06 02:43:26.159794 [ 263 ] {c54635a0-158e-4ae9-a1bd-50743cf8aeef} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001779 sec., 237211.91680719506 rows/sec., 16.95 MiB/sec.
2802 2024.12.06 02:43:26.159855 [ 263 ] {c54635a0-158e-4ae9-a1bd-50743cf8aeef} <Debug> TCPHandler: Processed in 0.002014298 sec.
2803 2024.12.06 02:43:26.160010 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2804 2024.12.06 02:43:26.160131 [ 260 ] {69b5a49b-5cfb-4549-b9d1-192544d7899a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2805 2024.12.06 02:43:26.160185 [ 260 ] {69b5a49b-5cfb-4549-b9d1-192544d7899a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2806 2024.12.06 02:43:26.160689 [ 260 ] {69b5a49b-5cfb-4549-b9d1-192544d7899a} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2807 2024.12.06 02:43:26.160728 [ 260 ] {69b5a49b-5cfb-4549-b9d1-192544d7899a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2808 2024.12.06 02:43:26.161104 [ 260 ] {69b5a49b-5cfb-4549-b9d1-192544d7899a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2809 2024.12.06 02:43:26.161357 [ 260 ] {69b5a49b-5cfb-4549-b9d1-192544d7899a} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2810 2024.12.06 02:43:26.161573 [ 260 ] {69b5a49b-5cfb-4549-b9d1-192544d7899a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001467 sec., 4089.9795501022495 rows/sec., 213.69 KiB/sec.
2811 2024.12.06 02:43:26.161625 [ 260 ] {69b5a49b-5cfb-4549-b9d1-192544d7899a} <Debug> TCPHandler: Processed in 0.001671967 sec.
2812 2024.12.06 02:43:26.161832 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2813 2024.12.06 02:43:26.162055 [ 263 ] {4c416821-b16e-46a1-8e1a-8c136ed0380a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2814 2024.12.06 02:43:26.162151 [ 263 ] {4c416821-b16e-46a1-8e1a-8c136ed0380a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2815 2024.12.06 02:43:26.162871 [ 263 ] {4c416821-b16e-46a1-8e1a-8c136ed0380a} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2816 2024.12.06 02:43:26.162909 [ 263 ] {4c416821-b16e-46a1-8e1a-8c136ed0380a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2817 2024.12.06 02:43:26.163305 [ 263 ] {4c416821-b16e-46a1-8e1a-8c136ed0380a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2818 2024.12.06 02:43:26.163543 [ 263 ] {4c416821-b16e-46a1-8e1a-8c136ed0380a} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2819 2024.12.06 02:43:26.163778 [ 263 ] {4c416821-b16e-46a1-8e1a-8c136ed0380a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001772 sec., 133747.17832957112 rows/sec., 8.96 MiB/sec.
2820 2024.12.06 02:43:26.163878 [ 263 ] {4c416821-b16e-46a1-8e1a-8c136ed0380a} <Debug> TCPHandler: Processed in 0.002152962 sec.
2821 2024.12.06 02:43:26.164021 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2822 2024.12.06 02:43:26.164140 [ 260 ] {14a757af-f043-4a64-8d5b-e0d1234374d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2823 2024.12.06 02:43:26.164192 [ 260 ] {14a757af-f043-4a64-8d5b-e0d1234374d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2824 2024.12.06 02:43:26.164669 [ 260 ] {14a757af-f043-4a64-8d5b-e0d1234374d1} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2825 2024.12.06 02:43:26.164708 [ 260 ] {14a757af-f043-4a64-8d5b-e0d1234374d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2826 2024.12.06 02:43:26.165067 [ 260 ] {14a757af-f043-4a64-8d5b-e0d1234374d1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2827 2024.12.06 02:43:26.165306 [ 260 ] {14a757af-f043-4a64-8d5b-e0d1234374d1} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2828 2024.12.06 02:43:26.165512 [ 260 ] {14a757af-f043-4a64-8d5b-e0d1234374d1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001396 sec., 716.3323782234957 rows/sec., 48.27 KiB/sec.
2829 2024.12.06 02:43:26.165563 [ 260 ] {14a757af-f043-4a64-8d5b-e0d1234374d1} <Debug> TCPHandler: Processed in 0.001596276 sec.
2830 2024.12.06 02:43:26.165761 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2831 2024.12.06 02:43:26.165980 [ 263 ] {4b5c2128-a155-4325-94db-b3f23f789c36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2832 2024.12.06 02:43:26.166127 [ 263 ] {4b5c2128-a155-4325-94db-b3f23f789c36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2833 2024.12.06 02:43:26.167377 [ 263 ] {4b5c2128-a155-4325-94db-b3f23f789c36} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2834 2024.12.06 02:43:26.167415 [ 263 ] {4b5c2128-a155-4325-94db-b3f23f789c36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2835 2024.12.06 02:43:26.168057 [ 263 ] {4b5c2128-a155-4325-94db-b3f23f789c36} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2836 2024.12.06 02:43:26.168311 [ 263 ] {4b5c2128-a155-4325-94db-b3f23f789c36} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2837 2024.12.06 02:43:26.168618 [ 263 ] {4b5c2128-a155-4325-94db-b3f23f789c36} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002683 sec., 14908.684308609765 rows/sec., 26.72 MiB/sec.
2838 2024.12.06 02:43:26.168901 [ 263 ] {4b5c2128-a155-4325-94db-b3f23f789c36} <Debug> TCPHandler: Processed in 0.003246672 sec.
2839 2024.12.06 02:43:26.169036 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2840 2024.12.06 02:43:26.169153 [ 260 ] {7e284092-97a5-4e34-92cb-1fca4f084c5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2841 2024.12.06 02:43:26.169205 [ 260 ] {7e284092-97a5-4e34-92cb-1fca4f084c5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2842 2024.12.06 02:43:26.169697 [ 260 ] {7e284092-97a5-4e34-92cb-1fca4f084c5a} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2843 2024.12.06 02:43:26.169735 [ 260 ] {7e284092-97a5-4e34-92cb-1fca4f084c5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB.
2844 2024.12.06 02:43:26.170122 [ 260 ] {7e284092-97a5-4e34-92cb-1fca4f084c5a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2845 2024.12.06 02:43:26.170363 [ 260 ] {7e284092-97a5-4e34-92cb-1fca4f084c5a} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2846 2024.12.06 02:43:26.170582 [ 260 ] {7e284092-97a5-4e34-92cb-1fca4f084c5a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001453 sec., 56434.96214728148 rows/sec., 3.58 MiB/sec.
2847 2024.12.06 02:43:26.170633 [ 260 ] {7e284092-97a5-4e34-92cb-1fca4f084c5a} <Debug> TCPHandler: Processed in 0.001653118 sec.
2848 2024.12.06 02:43:31.139747 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2849 2024.12.06 02:43:31.139951 [ 260 ] {b2353fe6-9f05-4e00-a8b0-b043de42beee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2850 2024.12.06 02:43:31.140020 [ 260 ] {b2353fe6-9f05-4e00-a8b0-b043de42beee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2851 2024.12.06 02:43:31.140721 [ 260 ] {b2353fe6-9f05-4e00-a8b0-b043de42beee} <Trace> oximeter.fields_ipaddr (c74a5b16-760a-4278-aa08-355d94d94d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2852 2024.12.06 02:43:31.140766 [ 260 ] {b2353fe6-9f05-4e00-a8b0-b043de42beee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
2853 2024.12.06 02:43:31.141185 [ 260 ] {b2353fe6-9f05-4e00-a8b0-b043de42beee} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2854 2024.12.06 02:43:31.141452 [ 260 ] {b2353fe6-9f05-4e00-a8b0-b043de42beee} <Trace> oximeter.fields_ipaddr (c74a5b16-760a-4278-aa08-355d94d94d7a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2855 2024.12.06 02:43:31.141691 [ 260 ] {b2353fe6-9f05-4e00-a8b0-b043de42beee} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001791 sec., 1116.6945840312674 rows/sec., 91.06 KiB/sec.
2856 2024.12.06 02:43:31.141748 [ 260 ] {b2353fe6-9f05-4e00-a8b0-b043de42beee} <Debug> TCPHandler: Processed in 0.002121381 sec.
2857 2024.12.06 02:43:31.141997 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2858 2024.12.06 02:43:31.142211 [ 263 ] {4f8b6545-ae59-4e74-bc3c-5e7c2d0e2aa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2859 2024.12.06 02:43:31.142291 [ 263 ] {4f8b6545-ae59-4e74-bc3c-5e7c2d0e2aa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2860 2024.12.06 02:43:31.143117 [ 263 ] {4f8b6545-ae59-4e74-bc3c-5e7c2d0e2aa8} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2861 2024.12.06 02:43:31.143160 [ 263 ] {4f8b6545-ae59-4e74-bc3c-5e7c2d0e2aa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
2862 2024.12.06 02:43:31.143607 [ 263 ] {4f8b6545-ae59-4e74-bc3c-5e7c2d0e2aa8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2863 2024.12.06 02:43:31.143869 [ 263 ] {4f8b6545-ae59-4e74-bc3c-5e7c2d0e2aa8} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2864 2024.12.06 02:43:31.144121 [ 263 ] {4f8b6545-ae59-4e74-bc3c-5e7c2d0e2aa8} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.00197 sec., 28934.010152284263 rows/sec., 2.22 MiB/sec.
2865 2024.12.06 02:43:31.144249 [ 263 ] {4f8b6545-ae59-4e74-bc3c-5e7c2d0e2aa8} <Debug> TCPHandler: Processed in 0.002398348 sec.
2866 2024.12.06 02:43:31.144410 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2867 2024.12.06 02:43:31.144527 [ 260 ] {6c3de6bc-cdae-4f36-89ac-90e89d0e0e58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2868 2024.12.06 02:43:31.144574 [ 260 ] {6c3de6bc-cdae-4f36-89ac-90e89d0e0e58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2869 2024.12.06 02:43:31.145161 [ 260 ] {6c3de6bc-cdae-4f36-89ac-90e89d0e0e58} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2870 2024.12.06 02:43:31.145202 [ 260 ] {6c3de6bc-cdae-4f36-89ac-90e89d0e0e58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
2871 2024.12.06 02:43:31.145554 [ 260 ] {6c3de6bc-cdae-4f36-89ac-90e89d0e0e58} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2872 2024.12.06 02:43:31.145799 [ 260 ] {6c3de6bc-cdae-4f36-89ac-90e89d0e0e58} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2873 2024.12.06 02:43:31.146008 [ 260 ] {6c3de6bc-cdae-4f36-89ac-90e89d0e0e58} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001505 sec., 1328.9036544850499 rows/sec., 92.79 KiB/sec.
2874 2024.12.06 02:43:31.146062 [ 260 ] {6c3de6bc-cdae-4f36-89ac-90e89d0e0e58} <Debug> TCPHandler: Processed in 0.001709529 sec.
2875 2024.12.06 02:43:31.146220 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2876 2024.12.06 02:43:31.146335 [ 263 ] {0254e36b-d477-4223-8e15-895305003bb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2877 2024.12.06 02:43:31.146384 [ 263 ] {0254e36b-d477-4223-8e15-895305003bb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2878 2024.12.06 02:43:31.146991 [ 263 ] {0254e36b-d477-4223-8e15-895305003bb1} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2879 2024.12.06 02:43:31.147030 [ 263 ] {0254e36b-d477-4223-8e15-895305003bb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
2880 2024.12.06 02:43:31.147409 [ 263 ] {0254e36b-d477-4223-8e15-895305003bb1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2881 2024.12.06 02:43:31.147652 [ 263 ] {0254e36b-d477-4223-8e15-895305003bb1} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2882 2024.12.06 02:43:31.147887 [ 263 ] {0254e36b-d477-4223-8e15-895305003bb1} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.00157 sec., 42038.21656050955 rows/sec., 3.28 MiB/sec.
2883 2024.12.06 02:43:31.148079 [ 263 ] {0254e36b-d477-4223-8e15-895305003bb1} <Debug> TCPHandler: Processed in 0.001912934 sec.
2884 2024.12.06 02:43:31.148242 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2885 2024.12.06 02:43:31.148357 [ 260 ] {c6e3a8b7-39f2-4ac0-bfa3-5345620ff1fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2886 2024.12.06 02:43:31.148408 [ 260 ] {c6e3a8b7-39f2-4ac0-bfa3-5345620ff1fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2887 2024.12.06 02:43:31.148956 [ 260 ] {c6e3a8b7-39f2-4ac0-bfa3-5345620ff1fb} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2888 2024.12.06 02:43:31.148993 [ 260 ] {c6e3a8b7-39f2-4ac0-bfa3-5345620ff1fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
2889 2024.12.06 02:43:31.149381 [ 260 ] {c6e3a8b7-39f2-4ac0-bfa3-5345620ff1fb} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2890 2024.12.06 02:43:31.149618 [ 260 ] {c6e3a8b7-39f2-4ac0-bfa3-5345620ff1fb} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2891 2024.12.06 02:43:31.149827 [ 260 ] {c6e3a8b7-39f2-4ac0-bfa3-5345620ff1fb} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001493 sec., 107836.57066309445 rows/sec., 7.51 MiB/sec.
2892 2024.12.06 02:43:31.149879 [ 260 ] {c6e3a8b7-39f2-4ac0-bfa3-5345620ff1fb} <Debug> TCPHandler: Processed in 0.001692938 sec.
2893 2024.12.06 02:43:31.150028 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2894 2024.12.06 02:43:31.150166 [ 263 ] {4b243ea4-9d6e-4a14-8bf6-d203a98e35b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2895 2024.12.06 02:43:31.150229 [ 263 ] {4b243ea4-9d6e-4a14-8bf6-d203a98e35b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2896 2024.12.06 02:43:31.150787 [ 263 ] {4b243ea4-9d6e-4a14-8bf6-d203a98e35b2} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2897 2024.12.06 02:43:31.150826 [ 263 ] {4b243ea4-9d6e-4a14-8bf6-d203a98e35b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
2898 2024.12.06 02:43:31.151227 [ 263 ] {4b243ea4-9d6e-4a14-8bf6-d203a98e35b2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2899 2024.12.06 02:43:31.151466 [ 263 ] {4b243ea4-9d6e-4a14-8bf6-d203a98e35b2} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2900 2024.12.06 02:43:31.151677 [ 263 ] {4b243ea4-9d6e-4a14-8bf6-d203a98e35b2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001542 sec., 38910.505836575874 rows/sec., 2.62 MiB/sec.
2901 2024.12.06 02:43:31.151728 [ 263 ] {4b243ea4-9d6e-4a14-8bf6-d203a98e35b2} <Debug> TCPHandler: Processed in 0.001765821 sec.
2902 2024.12.06 02:43:33.208741 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039
2903 2024.12.06 02:43:33.209387 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2904 2024.12.06 02:43:33.209431 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
2905 2024.12.06 02:43:33.210006 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2906 2024.12.06 02:43:33.210256 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2907 2024.12.06 02:43:33.210495 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039
2908 2024.12.06 02:43:33.590793 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
2909 2024.12.06 02:43:33.612013 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2910 2024.12.06 02:43:33.612086 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
2911 2024.12.06 02:43:33.620092 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2912 2024.12.06 02:43:33.620933 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2913 2024.12.06 02:43:33.626044 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
2914 2024.12.06 02:43:35.727378 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 458
2915 2024.12.06 02:43:35.730817 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2916 2024.12.06 02:43:35.730866 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
2917 2024.12.06 02:43:35.732304 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2918 2024.12.06 02:43:35.732599 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2919 2024.12.06 02:43:35.733726 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 458
2920 2024.12.06 02:43:36.146324 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2921 2024.12.06 02:43:36.146572 [ 260 ] {6f88ac90-d916-4da4-bbba-8ff47319a129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2922 2024.12.06 02:43:36.146663 [ 260 ] {6f88ac90-d916-4da4-bbba-8ff47319a129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2923 2024.12.06 02:43:36.147459 [ 260 ] {6f88ac90-d916-4da4-bbba-8ff47319a129} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2924 2024.12.06 02:43:36.147509 [ 260 ] {6f88ac90-d916-4da4-bbba-8ff47319a129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
2925 2024.12.06 02:43:36.147948 [ 260 ] {6f88ac90-d916-4da4-bbba-8ff47319a129} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2926 2024.12.06 02:43:36.148208 [ 260 ] {6f88ac90-d916-4da4-bbba-8ff47319a129} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2927 2024.12.06 02:43:36.148407 [ 133 ] {} <Debug> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
2928 2024.12.06 02:43:36.148481 [ 260 ] {6f88ac90-d916-4da4-bbba-8ff47319a129} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001971 sec., 7102.9934043632675 rows/sec., 511.32 KiB/sec.
2929 2024.12.06 02:43:36.148489 [ 133 ] {} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2930 2024.12.06 02:43:36.148559 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
2931 2024.12.06 02:43:36.148618 [ 260 ] {6f88ac90-d916-4da4-bbba-8ff47319a129} <Debug> TCPHandler: Processed in 0.00244269 sec.
2932 2024.12.06 02:43:36.148953 [ 195 ] {061534ff-c192-4580-96ae-8a4f17a4034c::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
2933 2024.12.06 02:43:36.148982 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2934 2024.12.06 02:43:36.149157 [ 195 ] {061534ff-c192-4580-96ae-8a4f17a4034c::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2935 2024.12.06 02:43:36.149205 [ 195 ] {061534ff-c192-4580-96ae-8a4f17a4034c::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
2936 2024.12.06 02:43:36.149216 [ 263 ] {9acc0fc7-f99c-466d-a9bd-b63d6e4d1ccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2937 2024.12.06 02:43:36.149330 [ 195 ] {061534ff-c192-4580-96ae-8a4f17a4034c::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
2938 2024.12.06 02:43:36.149322 [ 263 ] {9acc0fc7-f99c-466d-a9bd-b63d6e4d1ccf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2939 2024.12.06 02:43:36.149745 [ 195 ] {061534ff-c192-4580-96ae-8a4f17a4034c::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
2940 2024.12.06 02:43:36.150088 [ 195 ] {061534ff-c192-4580-96ae-8a4f17a4034c::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
2941 2024.12.06 02:43:36.150416 [ 195 ] {061534ff-c192-4580-96ae-8a4f17a4034c::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
2942 2024.12.06 02:43:36.151891 [ 263 ] {9acc0fc7-f99c-466d-a9bd-b63d6e4d1ccf} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2943 2024.12.06 02:43:36.151941 [ 263 ] {9acc0fc7-f99c-466d-a9bd-b63d6e4d1ccf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
2944 2024.12.06 02:43:36.152204 [ 200 ] {061534ff-c192-4580-96ae-8a4f17a4034c::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00350668 sec., 19961.901285546443 rows/sec., 1.48 MiB/sec.
2945 2024.12.06 02:43:36.152472 [ 200 ] {061534ff-c192-4580-96ae-8a4f17a4034c::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
2946 2024.12.06 02:43:36.152749 [ 263 ] {9acc0fc7-f99c-466d-a9bd-b63d6e4d1ccf} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2947 2024.12.06 02:43:36.153043 [ 200 ] {061534ff-c192-4580-96ae-8a4f17a4034c::all_1_9_2} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2948 2024.12.06 02:43:36.153208 [ 200 ] {061534ff-c192-4580-96ae-8a4f17a4034c::all_1_9_2} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
2949 2024.12.06 02:43:36.153219 [ 263 ] {9acc0fc7-f99c-466d-a9bd-b63d6e4d1ccf} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2950 2024.12.06 02:43:36.153364 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
2951 2024.12.06 02:43:36.153559 [ 263 ] {9acc0fc7-f99c-466d-a9bd-b63d6e4d1ccf} <Debug> executeQuery: Read 283 rows, 25.59 KiB in 0.004412 sec., 64143.24569356301 rows/sec., 5.66 MiB/sec.
2952 2024.12.06 02:43:36.153684 [ 263 ] {9acc0fc7-f99c-466d-a9bd-b63d6e4d1ccf} <Debug> TCPHandler: Processed in 0.004926171 sec.
2953 2024.12.06 02:43:36.153856 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2954 2024.12.06 02:43:36.153974 [ 260 ] {d5c0f759-0c3b-4b75-9fcc-a9425e8199bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2955 2024.12.06 02:43:36.154022 [ 260 ] {d5c0f759-0c3b-4b75-9fcc-a9425e8199bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2956 2024.12.06 02:43:36.154806 [ 260 ] {d5c0f759-0c3b-4b75-9fcc-a9425e8199bb} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2957 2024.12.06 02:43:36.154846 [ 260 ] {d5c0f759-0c3b-4b75-9fcc-a9425e8199bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
2958 2024.12.06 02:43:36.155223 [ 260 ] {d5c0f759-0c3b-4b75-9fcc-a9425e8199bb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2959 2024.12.06 02:43:36.155463 [ 260 ] {d5c0f759-0c3b-4b75-9fcc-a9425e8199bb} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2960 2024.12.06 02:43:36.155617 [ 131 ] {} <Debug> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2961 2024.12.06 02:43:36.155681 [ 131 ] {} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2962 2024.12.06 02:43:36.155712 [ 260 ] {d5c0f759-0c3b-4b75-9fcc-a9425e8199bb} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001749 sec., 26872.49857061178 rows/sec., 1.93 MiB/sec.
2963 2024.12.06 02:43:36.155718 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
2964 2024.12.06 02:43:36.155875 [ 260 ] {d5c0f759-0c3b-4b75-9fcc-a9425e8199bb} <Debug> TCPHandler: Processed in 0.002070889 sec.
2965 2024.12.06 02:43:36.155994 [ 189 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::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
2966 2024.12.06 02:43:36.156085 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2967 2024.12.06 02:43:36.156189 [ 189 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2968 2024.12.06 02:43:36.156271 [ 189 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part
2969 2024.12.06 02:43:36.156333 [ 263 ] {1f05be13-f5d3-4bbf-ac2f-56c576a4b9cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2970 2024.12.06 02:43:36.156508 [ 263 ] {1f05be13-f5d3-4bbf-ac2f-56c576a4b9cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2971 2024.12.06 02:43:36.156614 [ 189 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 46 rows starting from the beginning of the part
2972 2024.12.06 02:43:36.157051 [ 189 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 11 rows starting from the beginning of the part
2973 2024.12.06 02:43:36.157399 [ 189 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 47 rows starting from the beginning of the part
2974 2024.12.06 02:43:36.157717 [ 189 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part
2975 2024.12.06 02:43:36.158126 [ 189 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 47 rows starting from the beginning of the part
2976 2024.12.06 02:43:36.159034 [ 263 ] {1f05be13-f5d3-4bbf-ac2f-56c576a4b9cc} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2977 2024.12.06 02:43:36.159095 [ 263 ] {1f05be13-f5d3-4bbf-ac2f-56c576a4b9cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
2978 2024.12.06 02:43:36.160049 [ 263 ] {1f05be13-f5d3-4bbf-ac2f-56c576a4b9cc} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2979 2024.12.06 02:43:36.160720 [ 263 ] {1f05be13-f5d3-4bbf-ac2f-56c576a4b9cc} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2980 2024.12.06 02:43:36.160782 [ 200 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 189 rows, containing 5 columns (5 merged, 0 gathered) in 0.00490039 sec., 38568.35884490826 rows/sec., 2.91 MiB/sec.
2981 2024.12.06 02:43:36.161069 [ 263 ] {1f05be13-f5d3-4bbf-ac2f-56c576a4b9cc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004815 sec., 2907.5804776739355 rows/sec., 203.63 KiB/sec.
2982 2024.12.06 02:43:36.161079 [ 196 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2983 2024.12.06 02:43:36.161252 [ 263 ] {1f05be13-f5d3-4bbf-ac2f-56c576a4b9cc} <Debug> TCPHandler: Processed in 0.005246129 sec.
2984 2024.12.06 02:43:36.161422 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2985 2024.12.06 02:43:36.161549 [ 260 ] {2d1b0fe4-41d6-4730-8e43-67ed40b78b61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2986 2024.12.06 02:43:36.161606 [ 196 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_11_2} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2987 2024.12.06 02:43:36.161607 [ 260 ] {2d1b0fe4-41d6-4730-8e43-67ed40b78b61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2988 2024.12.06 02:43:36.161749 [ 196 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_11_2} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2989 2024.12.06 02:43:36.161879 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
2990 2024.12.06 02:43:36.162302 [ 260 ] {2d1b0fe4-41d6-4730-8e43-67ed40b78b61} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2991 2024.12.06 02:43:36.162340 [ 260 ] {2d1b0fe4-41d6-4730-8e43-67ed40b78b61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
2992 2024.12.06 02:43:36.162685 [ 260 ] {2d1b0fe4-41d6-4730-8e43-67ed40b78b61} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2993 2024.12.06 02:43:36.162927 [ 260 ] {2d1b0fe4-41d6-4730-8e43-67ed40b78b61} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2994 2024.12.06 02:43:36.163102 [ 131 ] {} <Debug> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
2995 2024.12.06 02:43:36.163197 [ 131 ] {} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2996 2024.12.06 02:43:36.163205 [ 260 ] {2d1b0fe4-41d6-4730-8e43-67ed40b78b61} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001663 sec., 7817.197835237523 rows/sec., 487.40 KiB/sec.
2997 2024.12.06 02:43:36.163254 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
2998 2024.12.06 02:43:36.163348 [ 260 ] {2d1b0fe4-41d6-4730-8e43-67ed40b78b61} <Debug> TCPHandler: Processed in 0.001986967 sec.
2999 2024.12.06 02:43:36.163721 [ 202 ] {87e0652a-fb32-4e53-94fe-beb845eed234::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
3000 2024.12.06 02:43:36.163722 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3001 2024.12.06 02:43:36.164074 [ 263 ] {d0609f54-d9e9-453a-a2d1-c1e94d342e5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3002 2024.12.06 02:43:36.164084 [ 202 ] {87e0652a-fb32-4e53-94fe-beb845eed234::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3003 2024.12.06 02:43:36.164170 [ 263 ] {d0609f54-d9e9-453a-a2d1-c1e94d342e5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3004 2024.12.06 02:43:36.164175 [ 202 ] {87e0652a-fb32-4e53-94fe-beb845eed234::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
3005 2024.12.06 02:43:36.164545 [ 202 ] {87e0652a-fb32-4e53-94fe-beb845eed234::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
3006 2024.12.06 02:43:36.164845 [ 202 ] {87e0652a-fb32-4e53-94fe-beb845eed234::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
3007 2024.12.06 02:43:36.165199 [ 202 ] {87e0652a-fb32-4e53-94fe-beb845eed234::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
3008 2024.12.06 02:43:36.165566 [ 202 ] {87e0652a-fb32-4e53-94fe-beb845eed234::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
3009 2024.12.06 02:43:36.167196 [ 263 ] {d0609f54-d9e9-453a-a2d1-c1e94d342e5c} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3010 2024.12.06 02:43:36.167272 [ 263 ] {d0609f54-d9e9-453a-a2d1-c1e94d342e5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3011 2024.12.06 02:43:36.168012 [ 196 ] {87e0652a-fb32-4e53-94fe-beb845eed234::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004607592 sec., 14107.151848514366 rows/sec., 934.68 KiB/sec.
3012 2024.12.06 02:43:36.168227 [ 196 ] {87e0652a-fb32-4e53-94fe-beb845eed234::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3013 2024.12.06 02:43:36.168291 [ 263 ] {d0609f54-d9e9-453a-a2d1-c1e94d342e5c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3014 2024.12.06 02:43:36.168691 [ 196 ] {87e0652a-fb32-4e53-94fe-beb845eed234::all_1_9_2} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3015 2024.12.06 02:43:36.168741 [ 263 ] {d0609f54-d9e9-453a-a2d1-c1e94d342e5c} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3016 2024.12.06 02:43:36.168881 [ 196 ] {87e0652a-fb32-4e53-94fe-beb845eed234::all_1_9_2} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3017 2024.12.06 02:43:36.169118 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3018 2024.12.06 02:43:36.169196 [ 263 ] {d0609f54-d9e9-453a-a2d1-c1e94d342e5c} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.005211 sec., 80982.53694108616 rows/sec., 5.79 MiB/sec.
3019 2024.12.06 02:43:36.169264 [ 263 ] {d0609f54-d9e9-453a-a2d1-c1e94d342e5c} <Debug> TCPHandler: Processed in 0.005800276 sec.
3020 2024.12.06 02:43:36.169410 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3021 2024.12.06 02:43:36.169526 [ 260 ] {dc7f2a6d-89b9-4ca7-9138-cebdbff589a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3022 2024.12.06 02:43:36.169576 [ 260 ] {dc7f2a6d-89b9-4ca7-9138-cebdbff589a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3023 2024.12.06 02:43:36.170060 [ 260 ] {dc7f2a6d-89b9-4ca7-9138-cebdbff589a9} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3024 2024.12.06 02:43:36.170101 [ 260 ] {dc7f2a6d-89b9-4ca7-9138-cebdbff589a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3025 2024.12.06 02:43:36.170458 [ 260 ] {dc7f2a6d-89b9-4ca7-9138-cebdbff589a9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3026 2024.12.06 02:43:36.170696 [ 260 ] {dc7f2a6d-89b9-4ca7-9138-cebdbff589a9} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3027 2024.12.06 02:43:36.170911 [ 260 ] {dc7f2a6d-89b9-4ca7-9138-cebdbff589a9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001408 sec., 4261.363636363636 rows/sec., 222.64 KiB/sec.
3028 2024.12.06 02:43:36.170962 [ 260 ] {dc7f2a6d-89b9-4ca7-9138-cebdbff589a9} <Debug> TCPHandler: Processed in 0.001605886 sec.
3029 2024.12.06 02:43:36.171168 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3030 2024.12.06 02:43:36.171389 [ 263 ] {85d20cbf-2ba2-4356-82ba-ca21c220aa2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3031 2024.12.06 02:43:36.171484 [ 263 ] {85d20cbf-2ba2-4356-82ba-ca21c220aa2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3032 2024.12.06 02:43:36.172249 [ 263 ] {85d20cbf-2ba2-4356-82ba-ca21c220aa2c} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3033 2024.12.06 02:43:36.172285 [ 263 ] {85d20cbf-2ba2-4356-82ba-ca21c220aa2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3034 2024.12.06 02:43:36.172679 [ 263 ] {85d20cbf-2ba2-4356-82ba-ca21c220aa2c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3035 2024.12.06 02:43:36.172916 [ 263 ] {85d20cbf-2ba2-4356-82ba-ca21c220aa2c} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3036 2024.12.06 02:43:36.173098 [ 263 ] {85d20cbf-2ba2-4356-82ba-ca21c220aa2c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001763 sec., 134429.9489506523 rows/sec., 9.01 MiB/sec.
3037 2024.12.06 02:43:36.173150 [ 263 ] {85d20cbf-2ba2-4356-82ba-ca21c220aa2c} <Debug> TCPHandler: Processed in 0.00209155 sec.
3038 2024.12.06 02:43:36.173299 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3039 2024.12.06 02:43:36.173415 [ 260 ] {b5f457d0-559b-49eb-9c8d-ad731729d497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3040 2024.12.06 02:43:36.173466 [ 260 ] {b5f457d0-559b-49eb-9c8d-ad731729d497} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3041 2024.12.06 02:43:36.173936 [ 260 ] {b5f457d0-559b-49eb-9c8d-ad731729d497} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3042 2024.12.06 02:43:36.173974 [ 260 ] {b5f457d0-559b-49eb-9c8d-ad731729d497} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3043 2024.12.06 02:43:36.174343 [ 260 ] {b5f457d0-559b-49eb-9c8d-ad731729d497} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3044 2024.12.06 02:43:36.174580 [ 260 ] {b5f457d0-559b-49eb-9c8d-ad731729d497} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3045 2024.12.06 02:43:36.174835 [ 260 ] {b5f457d0-559b-49eb-9c8d-ad731729d497} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001434 sec., 697.350069735007 rows/sec., 46.99 KiB/sec.
3046 2024.12.06 02:43:36.174975 [ 260 ] {b5f457d0-559b-49eb-9c8d-ad731729d497} <Debug> TCPHandler: Processed in 0.00173189 sec.
3047 2024.12.06 02:43:36.175200 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3048 2024.12.06 02:43:36.175424 [ 263 ] {18ff774f-059e-4d01-b0d9-c3eae53fd6aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3049 2024.12.06 02:43:36.175561 [ 263 ] {18ff774f-059e-4d01-b0d9-c3eae53fd6aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3050 2024.12.06 02:43:36.176893 [ 263 ] {18ff774f-059e-4d01-b0d9-c3eae53fd6aa} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3051 2024.12.06 02:43:36.176929 [ 263 ] {18ff774f-059e-4d01-b0d9-c3eae53fd6aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3052 2024.12.06 02:43:36.177595 [ 263 ] {18ff774f-059e-4d01-b0d9-c3eae53fd6aa} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3053 2024.12.06 02:43:36.177854 [ 263 ] {18ff774f-059e-4d01-b0d9-c3eae53fd6aa} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3054 2024.12.06 02:43:36.178057 [ 263 ] {18ff774f-059e-4d01-b0d9-c3eae53fd6aa} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002689 sec., 14875.418371141688 rows/sec., 26.66 MiB/sec.
3055 2024.12.06 02:43:36.178161 [ 263 ] {18ff774f-059e-4d01-b0d9-c3eae53fd6aa} <Debug> TCPHandler: Processed in 0.003071768 sec.
3056 2024.12.06 02:43:36.178306 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3057 2024.12.06 02:43:36.178422 [ 260 ] {86b1cab7-cd4f-48b8-b990-95e6f7b092c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3058 2024.12.06 02:43:36.178472 [ 260 ] {86b1cab7-cd4f-48b8-b990-95e6f7b092c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3059 2024.12.06 02:43:36.178958 [ 260 ] {86b1cab7-cd4f-48b8-b990-95e6f7b092c6} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3060 2024.12.06 02:43:36.178994 [ 260 ] {86b1cab7-cd4f-48b8-b990-95e6f7b092c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3061 2024.12.06 02:43:36.179360 [ 260 ] {86b1cab7-cd4f-48b8-b990-95e6f7b092c6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3062 2024.12.06 02:43:36.179598 [ 260 ] {86b1cab7-cd4f-48b8-b990-95e6f7b092c6} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3063 2024.12.06 02:43:36.179863 [ 260 ] {86b1cab7-cd4f-48b8-b990-95e6f7b092c6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001462 sec., 56087.551299589606 rows/sec., 3.56 MiB/sec.
3064 2024.12.06 02:43:36.180125 [ 260 ] {86b1cab7-cd4f-48b8-b990-95e6f7b092c6} <Debug> TCPHandler: Processed in 0.001867064 sec.
3065 2024.12.06 02:43:40.634213 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache
3066 2024.12.06 02:43:40.634276 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache
3067 2024.12.06 02:43:40.710602 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466
3068 2024.12.06 02:43:40.711205 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3069 2024.12.06 02:43:40.711243 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3070 2024.12.06 02:43:40.711766 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3071 2024.12.06 02:43:40.712021 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3072 2024.12.06 02:43:40.712207 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
3073 2024.12.06 02:43:41.126112 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
3074 2024.12.06 02:43:41.139871 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3075 2024.12.06 02:43:41.140228 [ 260 ] {7b3bc495-79e3-461a-9d54-6b18c271e5e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3076 2024.12.06 02:43:41.140427 [ 260 ] {7b3bc495-79e3-461a-9d54-6b18c271e5e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3077 2024.12.06 02:43:41.144674 [ 260 ] {7b3bc495-79e3-461a-9d54-6b18c271e5e3} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3078 2024.12.06 02:43:41.144727 [ 260 ] {7b3bc495-79e3-461a-9d54-6b18c271e5e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3079 2024.12.06 02:43:41.146685 [ 260 ] {7b3bc495-79e3-461a-9d54-6b18c271e5e3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3080 2024.12.06 02:43:41.147567 [ 260 ] {7b3bc495-79e3-461a-9d54-6b18c271e5e3} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3081 2024.12.06 02:43:41.147854 [ 123 ] {} <Debug> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3082 2024.12.06 02:43:41.147968 [ 123 ] {} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3083 2024.12.06 02:43:41.148049 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3084 2024.12.06 02:43:41.148316 [ 260 ] {7b3bc495-79e3-461a-9d54-6b18c271e5e3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.008163 sec., 6860.22295724611 rows/sec., 539.66 KiB/sec.
3085 2024.12.06 02:43:41.148767 [ 200 ] {be963b91-cb4a-4427-8175-78b8e92ca805::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
3086 2024.12.06 02:43:41.148825 [ 260 ] {7b3bc495-79e3-461a-9d54-6b18c271e5e3} <Debug> TCPHandler: Processed in 0.009129141 sec.
3087 2024.12.06 02:43:41.149212 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3088 2024.12.06 02:43:41.149418 [ 200 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3089 2024.12.06 02:43:41.149564 [ 200 ] {be963b91-cb4a-4427-8175-78b8e92ca805::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
3090 2024.12.06 02:43:41.149684 [ 263 ] {007229e0-88f3-4d32-8059-e6752bb42f69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3091 2024.12.06 02:43:41.149936 [ 263 ] {007229e0-88f3-4d32-8059-e6752bb42f69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3092 2024.12.06 02:43:41.150014 [ 200 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part
3093 2024.12.06 02:43:41.150370 [ 200 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 283 rows starting from the beginning of the part
3094 2024.12.06 02:43:41.150738 [ 200 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 57 rows starting from the beginning of the part
3095 2024.12.06 02:43:41.151249 [ 200 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 283 rows starting from the beginning of the part
3096 2024.12.06 02:43:41.151674 [ 200 ] {be963b91-cb4a-4427-8175-78b8e92ca805::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
3097 2024.12.06 02:43:41.155261 [ 263 ] {007229e0-88f3-4d32-8059-e6752bb42f69} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3098 2024.12.06 02:43:41.155358 [ 263 ] {007229e0-88f3-4d32-8059-e6752bb42f69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3099 2024.12.06 02:43:41.157165 [ 263 ] {007229e0-88f3-4d32-8059-e6752bb42f69} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3100 2024.12.06 02:43:41.157985 [ 263 ] {007229e0-88f3-4d32-8059-e6752bb42f69} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3101 2024.12.06 02:43:41.158337 [ 123 ] {} <Debug> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3102 2024.12.06 02:43:41.158436 [ 123 ] {} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3103 2024.12.06 02:43:41.158519 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3104 2024.12.06 02:43:41.158727 [ 263 ] {007229e0-88f3-4d32-8059-e6752bb42f69} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.009143 sec., 6999.890626708958 rows/sec., 559.47 KiB/sec.
3105 2024.12.06 02:43:41.159293 [ 186 ] {3746ce77-bc61-4209-905f-f26958cc75cd::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
3106 2024.12.06 02:43:41.159467 [ 263 ] {007229e0-88f3-4d32-8059-e6752bb42f69} <Debug> TCPHandler: Processed in 0.010454938 sec.
3107 2024.12.06 02:43:41.159523 [ 197 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2164 rows, containing 5 columns (5 merged, 0 gathered) in 0.011278352 sec., 191872.0039949099 rows/sec., 16.93 MiB/sec.
3108 2024.12.06 02:43:41.159850 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3109 2024.12.06 02:43:41.160146 [ 186 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3110 2024.12.06 02:43:41.160261 [ 260 ] {963217a2-485c-475d-bc06-4cb04cf38197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3111 2024.12.06 02:43:41.160285 [ 186 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 906 rows starting from the beginning of the part
3112 2024.12.06 02:43:41.160453 [ 260 ] {963217a2-485c-475d-bc06-4cb04cf38197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3113 2024.12.06 02:43:41.160699 [ 186 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part
3114 2024.12.06 02:43:41.160766 [ 191 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3115 2024.12.06 02:43:41.161249 [ 186 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 422 rows starting from the beginning of the part
3116 2024.12.06 02:43:41.161741 [ 186 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 66 rows starting from the beginning of the part
3117 2024.12.06 02:43:41.162215 [ 186 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 422 rows starting from the beginning of the part
3118 2024.12.06 02:43:41.162629 [ 186 ] {3746ce77-bc61-4209-905f-f26958cc75cd::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
3119 2024.12.06 02:43:41.164015 [ 191 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_21_4} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3120 2024.12.06 02:43:41.164698 [ 191 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_21_4} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3121 2024.12.06 02:43:41.164875 [ 260 ] {963217a2-485c-475d-bc06-4cb04cf38197} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3122 2024.12.06 02:43:41.165002 [ 260 ] {963217a2-485c-475d-bc06-4cb04cf38197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3123 2024.12.06 02:43:41.165079 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
3124 2024.12.06 02:43:41.166936 [ 260 ] {963217a2-485c-475d-bc06-4cb04cf38197} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3125 2024.12.06 02:43:41.167757 [ 260 ] {963217a2-485c-475d-bc06-4cb04cf38197} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3126 2024.12.06 02:43:41.168230 [ 123 ] {} <Debug> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3127 2024.12.06 02:43:41.168401 [ 123 ] {} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3128 2024.12.06 02:43:41.168548 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3129 2024.12.06 02:43:41.168771 [ 260 ] {963217a2-485c-475d-bc06-4cb04cf38197} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.008589 sec., 18628.478286179998 rows/sec., 1.30 MiB/sec.
3130 2024.12.06 02:43:41.169509 [ 187 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::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
3131 2024.12.06 02:43:41.169542 [ 260 ] {963217a2-485c-475d-bc06-4cb04cf38197} <Debug> TCPHandler: Processed in 0.009870181 sec.
3132 2024.12.06 02:43:41.170032 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3133 2024.12.06 02:43:41.170388 [ 187 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3134 2024.12.06 02:43:41.170555 [ 187 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5270 rows starting from the beginning of the part
3135 2024.12.06 02:43:41.170731 [ 263 ] {37ce4d7b-bad6-4b1d-8093-503e3c7164aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3136 2024.12.06 02:43:41.171030 [ 186 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1944 rows, containing 5 columns (5 merged, 0 gathered) in 0.012300332 sec., 158044.5145708262 rows/sec., 12.09 MiB/sec.
3137 2024.12.06 02:43:41.171106 [ 263 ] {37ce4d7b-bad6-4b1d-8093-503e3c7164aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3138 2024.12.06 02:43:41.171159 [ 187 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part
3139 2024.12.06 02:43:41.171699 [ 186 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3140 2024.12.06 02:43:41.171884 [ 187 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 237 rows starting from the beginning of the part
3141 2024.12.06 02:43:41.172746 [ 187 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 161 rows starting from the beginning of the part
3142 2024.12.06 02:43:41.173244 [ 186 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_21_4} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3143 2024.12.06 02:43:41.173641 [ 187 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 237 rows starting from the beginning of the part
3144 2024.12.06 02:43:41.173847 [ 186 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_21_4} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3145 2024.12.06 02:43:41.174370 [ 187 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::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
3146 2024.12.06 02:43:41.174399 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
3147 2024.12.06 02:43:41.175824 [ 263 ] {37ce4d7b-bad6-4b1d-8093-503e3c7164aa} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3148 2024.12.06 02:43:41.175905 [ 263 ] {37ce4d7b-bad6-4b1d-8093-503e3c7164aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3149 2024.12.06 02:43:41.176936 [ 263 ] {37ce4d7b-bad6-4b1d-8093-503e3c7164aa} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3150 2024.12.06 02:43:41.177613 [ 263 ] {37ce4d7b-bad6-4b1d-8093-503e3c7164aa} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3151 2024.12.06 02:43:41.177949 [ 123 ] {} <Debug> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3152 2024.12.06 02:43:41.178082 [ 123 ] {} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3153 2024.12.06 02:43:41.178172 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3154 2024.12.06 02:43:41.178648 [ 263 ] {37ce4d7b-bad6-4b1d-8093-503e3c7164aa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.008083 sec., 7422.986514907831 rows/sec., 512.26 KiB/sec.
3155 2024.12.06 02:43:41.179341 [ 190 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::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
3156 2024.12.06 02:43:41.179647 [ 263 ] {37ce4d7b-bad6-4b1d-8093-503e3c7164aa} <Debug> TCPHandler: Processed in 0.009877891 sec.
3157 2024.12.06 02:43:41.180230 [ 190 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3158 2024.12.06 02:43:41.180431 [ 190 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 808 rows starting from the beginning of the part
3159 2024.12.06 02:43:41.181049 [ 190 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part
3160 2024.12.06 02:43:41.181376 [ 190 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 82 rows starting from the beginning of the part
3161 2024.12.06 02:43:41.181674 [ 190 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part
3162 2024.12.06 02:43:41.181714 [ 192 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6225 rows, containing 5 columns (5 merged, 0 gathered) in 0.012887578 sec., 483023.26472825225 rows/sec., 32.53 MiB/sec.
3163 2024.12.06 02:43:41.182133 [ 190 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 82 rows starting from the beginning of the part
3164 2024.12.06 02:43:41.182399 [ 192 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3165 2024.12.06 02:43:41.182646 [ 190 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::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
3166 2024.12.06 02:43:41.183625 [ 192 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3167 2024.12.06 02:43:41.184393 [ 192 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3168 2024.12.06 02:43:41.184837 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.31 MiB.
3169 2024.12.06 02:43:41.188174 [ 190 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1152 rows, containing 4 columns (4 merged, 0 gathered) in 0.009753308 sec., 118113.77227090542 rows/sec., 7.66 MiB/sec.
3170 2024.12.06 02:43:41.188657 [ 194 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3171 2024.12.06 02:43:41.189589 [ 194 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_21_4} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3172 2024.12.06 02:43:41.189966 [ 194 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_21_4} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3173 2024.12.06 02:43:41.190182 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB.
3174 2024.12.06 02:43:41.191366 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3175 2024.12.06 02:43:41.191412 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3176 2024.12.06 02:43:41.198872 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3177 2024.12.06 02:43:41.199735 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3178 2024.12.06 02:43:41.203789 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
3179 2024.12.06 02:43:42.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.47 MiB, peak 182.25 MiB, free memory in arenas 0.00 B, will set to 177.55 MiB (RSS), difference: 1.08 MiB
3180 2024.12.06 02:43:45.124345 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3181 2024.12.06 02:43:45.124550 [ 260 ] {bcb00d87-a695-47c6-9c4c-1154c28d79c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3182 2024.12.06 02:43:45.124622 [ 260 ] {bcb00d87-a695-47c6-9c4c-1154c28d79c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3183 2024.12.06 02:43:45.125362 [ 260 ] {bcb00d87-a695-47c6-9c4c-1154c28d79c5} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3184 2024.12.06 02:43:45.125410 [ 260 ] {bcb00d87-a695-47c6-9c4c-1154c28d79c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3185 2024.12.06 02:43:45.125842 [ 260 ] {bcb00d87-a695-47c6-9c4c-1154c28d79c5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3186 2024.12.06 02:43:45.126103 [ 260 ] {bcb00d87-a695-47c6-9c4c-1154c28d79c5} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3187 2024.12.06 02:43:45.126395 [ 260 ] {bcb00d87-a695-47c6-9c4c-1154c28d79c5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001891 sec., 7403.490216816499 rows/sec., 532.95 KiB/sec.
3188 2024.12.06 02:43:45.126583 [ 260 ] {bcb00d87-a695-47c6-9c4c-1154c28d79c5} <Debug> TCPHandler: Processed in 0.002355297 sec.
3189 2024.12.06 02:43:45.126835 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3190 2024.12.06 02:43:45.127033 [ 263 ] {c4dac356-a385-4e2a-ae6c-371a03dd0307} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3191 2024.12.06 02:43:45.127116 [ 263 ] {c4dac356-a385-4e2a-ae6c-371a03dd0307} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3192 2024.12.06 02:43:45.127861 [ 263 ] {c4dac356-a385-4e2a-ae6c-371a03dd0307} <Trace> oximeter.fields_ipaddr (c74a5b16-760a-4278-aa08-355d94d94d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3193 2024.12.06 02:43:45.127911 [ 263 ] {c4dac356-a385-4e2a-ae6c-371a03dd0307} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3194 2024.12.06 02:43:45.128346 [ 263 ] {c4dac356-a385-4e2a-ae6c-371a03dd0307} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3195 2024.12.06 02:43:45.128608 [ 263 ] {c4dac356-a385-4e2a-ae6c-371a03dd0307} <Trace> oximeter.fields_ipaddr (c74a5b16-760a-4278-aa08-355d94d94d7a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3196 2024.12.06 02:43:45.128934 [ 263 ] {c4dac356-a385-4e2a-ae6c-371a03dd0307} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001938 sec., 1031.9917440660474 rows/sec., 84.15 KiB/sec.
3197 2024.12.06 02:43:45.129038 [ 263 ] {c4dac356-a385-4e2a-ae6c-371a03dd0307} <Debug> TCPHandler: Processed in 0.002339356 sec.
3198 2024.12.06 02:43:45.129201 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3199 2024.12.06 02:43:45.129324 [ 260 ] {88a9de05-f102-4e85-9c64-8d141c4f5b82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3200 2024.12.06 02:43:45.129380 [ 260 ] {88a9de05-f102-4e85-9c64-8d141c4f5b82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3201 2024.12.06 02:43:45.130554 [ 260 ] {88a9de05-f102-4e85-9c64-8d141c4f5b82} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3202 2024.12.06 02:43:45.130595 [ 260 ] {88a9de05-f102-4e85-9c64-8d141c4f5b82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3203 2024.12.06 02:43:45.131062 [ 260 ] {88a9de05-f102-4e85-9c64-8d141c4f5b82} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3204 2024.12.06 02:43:45.131315 [ 260 ] {88a9de05-f102-4e85-9c64-8d141c4f5b82} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3205 2024.12.06 02:43:45.131540 [ 260 ] {88a9de05-f102-4e85-9c64-8d141c4f5b82} <Debug> executeQuery: Read 1424 rows, 122.22 KiB in 0.002243 sec., 634864.0213999108 rows/sec., 53.21 MiB/sec.
3206 2024.12.06 02:43:45.131600 [ 260 ] {88a9de05-f102-4e85-9c64-8d141c4f5b82} <Debug> TCPHandler: Processed in 0.00245719 sec.
3207 2024.12.06 02:43:45.131753 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3208 2024.12.06 02:43:45.131903 [ 263 ] {b3f943ec-4d5b-4b1b-a9e7-f1fcd7f8c760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3209 2024.12.06 02:43:45.131965 [ 263 ] {b3f943ec-4d5b-4b1b-a9e7-f1fcd7f8c760} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3210 2024.12.06 02:43:45.132618 [ 263 ] {b3f943ec-4d5b-4b1b-a9e7-f1fcd7f8c760} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3211 2024.12.06 02:43:45.132659 [ 263 ] {b3f943ec-4d5b-4b1b-a9e7-f1fcd7f8c760} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3212 2024.12.06 02:43:45.133044 [ 263 ] {b3f943ec-4d5b-4b1b-a9e7-f1fcd7f8c760} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3213 2024.12.06 02:43:45.133291 [ 263 ] {b3f943ec-4d5b-4b1b-a9e7-f1fcd7f8c760} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3214 2024.12.06 02:43:45.133503 [ 263 ] {b3f943ec-4d5b-4b1b-a9e7-f1fcd7f8c760} <Debug> executeQuery: Read 49 rows, 3.60 KiB in 0.001638 sec., 29914.529914529918 rows/sec., 2.15 MiB/sec.
3215 2024.12.06 02:43:45.133559 [ 263 ] {b3f943ec-4d5b-4b1b-a9e7-f1fcd7f8c760} <Debug> TCPHandler: Processed in 0.001876984 sec.
3216 2024.12.06 02:43:45.133699 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3217 2024.12.06 02:43:45.133820 [ 260 ] {49850707-bb53-49ad-8be7-4534c2490348} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3218 2024.12.06 02:43:45.133869 [ 260 ] {49850707-bb53-49ad-8be7-4534c2490348} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3219 2024.12.06 02:43:45.134509 [ 260 ] {49850707-bb53-49ad-8be7-4534c2490348} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3220 2024.12.06 02:43:45.134549 [ 260 ] {49850707-bb53-49ad-8be7-4534c2490348} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3221 2024.12.06 02:43:45.134917 [ 260 ] {49850707-bb53-49ad-8be7-4534c2490348} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3222 2024.12.06 02:43:45.135185 [ 260 ] {49850707-bb53-49ad-8be7-4534c2490348} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3223 2024.12.06 02:43:45.135405 [ 260 ] {49850707-bb53-49ad-8be7-4534c2490348} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001609 sec., 150403.97762585458 rows/sec., 10.19 MiB/sec.
3224 2024.12.06 02:43:45.135458 [ 260 ] {49850707-bb53-49ad-8be7-4534c2490348} <Debug> TCPHandler: Processed in 0.001813322 sec.
3225 2024.12.06 02:43:45.135601 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3226 2024.12.06 02:43:45.135740 [ 263 ] {02e767a4-3ffb-439c-befe-b129c79c751a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3227 2024.12.06 02:43:45.135799 [ 263 ] {02e767a4-3ffb-439c-befe-b129c79c751a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3228 2024.12.06 02:43:45.136446 [ 263 ] {02e767a4-3ffb-439c-befe-b129c79c751a} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3229 2024.12.06 02:43:45.136486 [ 263 ] {02e767a4-3ffb-439c-befe-b129c79c751a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3230 2024.12.06 02:43:45.136851 [ 263 ] {02e767a4-3ffb-439c-befe-b129c79c751a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3231 2024.12.06 02:43:45.137093 [ 263 ] {02e767a4-3ffb-439c-befe-b129c79c751a} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3232 2024.12.06 02:43:45.137332 [ 263 ] {02e767a4-3ffb-439c-befe-b129c79c751a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001616 sec., 8044.554455445545 rows/sec., 501.58 KiB/sec.
3233 2024.12.06 02:43:45.137413 [ 263 ] {02e767a4-3ffb-439c-befe-b129c79c751a} <Debug> TCPHandler: Processed in 0.001880714 sec.
3234 2024.12.06 02:43:45.137563 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3235 2024.12.06 02:43:45.137681 [ 260 ] {3cb62e74-654e-426e-8f42-ce17555e8316} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3236 2024.12.06 02:43:45.137730 [ 260 ] {3cb62e74-654e-426e-8f42-ce17555e8316} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3237 2024.12.06 02:43:45.138565 [ 260 ] {3cb62e74-654e-426e-8f42-ce17555e8316} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3238 2024.12.06 02:43:45.138604 [ 260 ] {3cb62e74-654e-426e-8f42-ce17555e8316} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3239 2024.12.06 02:43:45.138991 [ 260 ] {3cb62e74-654e-426e-8f42-ce17555e8316} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3240 2024.12.06 02:43:45.139232 [ 260 ] {3cb62e74-654e-426e-8f42-ce17555e8316} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3241 2024.12.06 02:43:45.139440 [ 260 ] {3cb62e74-654e-426e-8f42-ce17555e8316} <Debug> executeQuery: Read 880 rows, 65.34 KiB in 0.001783 sec., 493550.1962983735 rows/sec., 35.79 MiB/sec.
3242 2024.12.06 02:43:45.139494 [ 260 ] {3cb62e74-654e-426e-8f42-ce17555e8316} <Debug> TCPHandler: Processed in 0.001985446 sec.
3243 2024.12.06 02:43:45.139649 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3244 2024.12.06 02:43:45.139790 [ 263 ] {3297ca3d-44c3-4cdc-b897-6fa37ecec346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3245 2024.12.06 02:43:45.139849 [ 263 ] {3297ca3d-44c3-4cdc-b897-6fa37ecec346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3246 2024.12.06 02:43:45.140393 [ 263 ] {3297ca3d-44c3-4cdc-b897-6fa37ecec346} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3247 2024.12.06 02:43:45.140432 [ 263 ] {3297ca3d-44c3-4cdc-b897-6fa37ecec346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3248 2024.12.06 02:43:45.140801 [ 263 ] {3297ca3d-44c3-4cdc-b897-6fa37ecec346} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3249 2024.12.06 02:43:45.141046 [ 263 ] {3297ca3d-44c3-4cdc-b897-6fa37ecec346} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3250 2024.12.06 02:43:45.141266 [ 263 ] {3297ca3d-44c3-4cdc-b897-6fa37ecec346} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001507 sec., 3981.4200398142 rows/sec., 208.01 KiB/sec.
3251 2024.12.06 02:43:45.141319 [ 263 ] {3297ca3d-44c3-4cdc-b897-6fa37ecec346} <Debug> TCPHandler: Processed in 0.001740689 sec.
3252 2024.12.06 02:43:45.141456 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3253 2024.12.06 02:43:45.141574 [ 260 ] {f8702956-b5e4-4a5f-a580-df13495c1730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3254 2024.12.06 02:43:45.141625 [ 260 ] {f8702956-b5e4-4a5f-a580-df13495c1730} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3255 2024.12.06 02:43:45.142419 [ 260 ] {f8702956-b5e4-4a5f-a580-df13495c1730} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3256 2024.12.06 02:43:45.142456 [ 260 ] {f8702956-b5e4-4a5f-a580-df13495c1730} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3257 2024.12.06 02:43:45.142892 [ 260 ] {f8702956-b5e4-4a5f-a580-df13495c1730} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3258 2024.12.06 02:43:45.143133 [ 260 ] {f8702956-b5e4-4a5f-a580-df13495c1730} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3259 2024.12.06 02:43:45.143339 [ 260 ] {f8702956-b5e4-4a5f-a580-df13495c1730} <Debug> executeQuery: Read 1052 rows, 71.89 KiB in 0.00179 sec., 587709.497206704 rows/sec., 39.22 MiB/sec.
3260 2024.12.06 02:43:45.143395 [ 260 ] {f8702956-b5e4-4a5f-a580-df13495c1730} <Debug> TCPHandler: Processed in 0.001993867 sec.
3261 2024.12.06 02:43:45.143545 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3262 2024.12.06 02:43:45.143665 [ 263 ] {085a1584-531a-4805-b27f-76ae4878f446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3263 2024.12.06 02:43:45.143717 [ 263 ] {085a1584-531a-4805-b27f-76ae4878f446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3264 2024.12.06 02:43:45.144228 [ 263 ] {085a1584-531a-4805-b27f-76ae4878f446} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3265 2024.12.06 02:43:45.144268 [ 263 ] {085a1584-531a-4805-b27f-76ae4878f446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3266 2024.12.06 02:43:45.144626 [ 263 ] {085a1584-531a-4805-b27f-76ae4878f446} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3267 2024.12.06 02:43:45.144873 [ 263 ] {085a1584-531a-4805-b27f-76ae4878f446} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3268 2024.12.06 02:43:45.145087 [ 263 ] {085a1584-531a-4805-b27f-76ae4878f446} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001445 sec., 692.0415224913494 rows/sec., 46.63 KiB/sec.
3269 2024.12.06 02:43:45.145139 [ 263 ] {085a1584-531a-4805-b27f-76ae4878f446} <Debug> TCPHandler: Processed in 0.001652028 sec.
3270 2024.12.06 02:43:45.145295 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3271 2024.12.06 02:43:45.145415 [ 260 ] {69b3fccc-26ec-4b80-bc73-ae0113d549c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3272 2024.12.06 02:43:45.145496 [ 260 ] {69b3fccc-26ec-4b80-bc73-ae0113d549c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3273 2024.12.06 02:43:45.146706 [ 260 ] {69b3fccc-26ec-4b80-bc73-ae0113d549c0} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3274 2024.12.06 02:43:45.146744 [ 260 ] {69b3fccc-26ec-4b80-bc73-ae0113d549c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3275 2024.12.06 02:43:45.147386 [ 260 ] {69b3fccc-26ec-4b80-bc73-ae0113d549c0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3276 2024.12.06 02:43:45.147653 [ 260 ] {69b3fccc-26ec-4b80-bc73-ae0113d549c0} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3277 2024.12.06 02:43:45.147833 [ 118 ] {} <Debug> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3278 2024.12.06 02:43:45.147928 [ 260 ] {69b3fccc-26ec-4b80-bc73-ae0113d549c0} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002531 sec., 15804.030027657054 rows/sec., 28.32 MiB/sec.
3279 2024.12.06 02:43:45.147930 [ 118 ] {} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3280 2024.12.06 02:43:45.148009 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3281 2024.12.06 02:43:45.148355 [ 260 ] {69b3fccc-26ec-4b80-bc73-ae0113d549c0} <Debug> TCPHandler: Processed in 0.003114049 sec.
3282 2024.12.06 02:43:45.148398 [ 193 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::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
3283 2024.12.06 02:43:45.148566 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3284 2024.12.06 02:43:45.148842 [ 263 ] {4905a673-6b2f-4e82-b214-6e7d4bd4d72a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3285 2024.12.06 02:43:45.148987 [ 263 ] {4905a673-6b2f-4e82-b214-6e7d4bd4d72a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3286 2024.12.06 02:43:45.149281 [ 193 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3287 2024.12.06 02:43:45.149564 [ 193 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 111 rows starting from the beginning of the part
3288 2024.12.06 02:43:45.150315 [ 193 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 29 rows starting from the beginning of the part
3289 2024.12.06 02:43:45.151124 [ 193 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 11 rows starting from the beginning of the part
3290 2024.12.06 02:43:45.151171 [ 263 ] {4905a673-6b2f-4e82-b214-6e7d4bd4d72a} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3291 2024.12.06 02:43:45.151247 [ 263 ] {4905a673-6b2f-4e82-b214-6e7d4bd4d72a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3292 2024.12.06 02:43:45.151730 [ 193 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part
3293 2024.12.06 02:43:45.152388 [ 193 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part
3294 2024.12.06 02:43:45.152879 [ 263 ] {4905a673-6b2f-4e82-b214-6e7d4bd4d72a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3295 2024.12.06 02:43:45.153008 [ 193 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part
3296 2024.12.06 02:43:45.153697 [ 263 ] {4905a673-6b2f-4e82-b214-6e7d4bd4d72a} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3297 2024.12.06 02:43:45.154262 [ 263 ] {4905a673-6b2f-4e82-b214-6e7d4bd4d72a} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.005529 sec., 12660.51727256285 rows/sec., 814.77 KiB/sec.
3298 2024.12.06 02:43:45.154392 [ 263 ] {4905a673-6b2f-4e82-b214-6e7d4bd4d72a} <Debug> TCPHandler: Processed in 0.005926849 sec.
3299 2024.12.06 02:43:45.156948 [ 198 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 271 rows, containing 19 columns (19 merged, 0 gathered) in 0.008786571 sec., 30842.520933365246 rows/sec., 55.27 MiB/sec.
3300 2024.12.06 02:43:45.157337 [ 193 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3301 2024.12.06 02:43:45.157738 [ 193 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3302 2024.12.06 02:43:45.157824 [ 193 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3303 2024.12.06 02:43:45.157936 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.60 MiB.
3304 2024.12.06 02:43:45.733897 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 512
3305 2024.12.06 02:43:45.737257 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3306 2024.12.06 02:43:45.737305 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3307 2024.12.06 02:43:45.738774 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3308 2024.12.06 02:43:45.739073 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3309 2024.12.06 02:43:45.739283 [ 116 ] {} <Debug> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3310 2024.12.06 02:43:45.739415 [ 116 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3311 2024.12.06 02:43:45.739485 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3312 2024.12.06 02:43:45.739888 [ 188 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::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
3313 2024.12.06 02:43:45.740409 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 512
3314 2024.12.06 02:43:45.740899 [ 188 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3315 2024.12.06 02:43:45.741070 [ 188 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 314 rows starting from the beginning of the part
3316 2024.12.06 02:43:45.741570 [ 188 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::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
3317 2024.12.06 02:43:45.742032 [ 188 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 58 rows starting from the beginning of the part
3318 2024.12.06 02:43:45.742494 [ 188 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 22 rows starting from the beginning of the part
3319 2024.12.06 02:43:45.742966 [ 188 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::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
3320 2024.12.06 02:43:45.743424 [ 188 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 54 rows starting from the beginning of the part
3321 2024.12.06 02:43:45.751353 [ 198 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 512 rows, containing 72 columns (72 merged, 0 gathered) in 0.011719614 sec., 43687.44567867167 rows/sec., 39.32 MiB/sec.
3322 2024.12.06 02:43:45.752331 [ 198 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3323 2024.12.06 02:43:45.753096 [ 198 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::all_1_11_2} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3324 2024.12.06 02:43:45.753180 [ 198 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::all_1_11_2} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3325 2024.12.06 02:43:45.753469 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.86 MiB.
3326 2024.12.06 02:43:46.133713 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3327 2024.12.06 02:43:46.133896 [ 260 ] {91d5caee-f938-4329-9f27-b39f516405ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3328 2024.12.06 02:43:46.133964 [ 260 ] {91d5caee-f938-4329-9f27-b39f516405ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3329 2024.12.06 02:43:46.134684 [ 260 ] {91d5caee-f938-4329-9f27-b39f516405ea} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3330 2024.12.06 02:43:46.134729 [ 260 ] {91d5caee-f938-4329-9f27-b39f516405ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3331 2024.12.06 02:43:46.135168 [ 260 ] {91d5caee-f938-4329-9f27-b39f516405ea} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3332 2024.12.06 02:43:46.135418 [ 260 ] {91d5caee-f938-4329-9f27-b39f516405ea} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3333 2024.12.06 02:43:46.135683 [ 260 ] {91d5caee-f938-4329-9f27-b39f516405ea} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001827 sec., 30651.340996168583 rows/sec., 2.35 MiB/sec.
3334 2024.12.06 02:43:46.135913 [ 260 ] {91d5caee-f938-4329-9f27-b39f516405ea} <Debug> TCPHandler: Processed in 0.002317586 sec.
3335 2024.12.06 02:43:46.136172 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3336 2024.12.06 02:43:46.136371 [ 263 ] {8ca15aeb-9930-4535-8e24-273dd2ef71b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3337 2024.12.06 02:43:46.136447 [ 263 ] {8ca15aeb-9930-4535-8e24-273dd2ef71b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3338 2024.12.06 02:43:46.137230 [ 263 ] {8ca15aeb-9930-4535-8e24-273dd2ef71b1} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3339 2024.12.06 02:43:46.137276 [ 263 ] {8ca15aeb-9930-4535-8e24-273dd2ef71b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3340 2024.12.06 02:43:46.137738 [ 263 ] {8ca15aeb-9930-4535-8e24-273dd2ef71b1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3341 2024.12.06 02:43:46.138009 [ 263 ] {8ca15aeb-9930-4535-8e24-273dd2ef71b1} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3342 2024.12.06 02:43:46.138221 [ 263 ] {8ca15aeb-9930-4535-8e24-273dd2ef71b1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001906 sec., 33578.1741867786 rows/sec., 2.62 MiB/sec.
3343 2024.12.06 02:43:46.138282 [ 263 ] {8ca15aeb-9930-4535-8e24-273dd2ef71b1} <Debug> TCPHandler: Processed in 0.002244555 sec.
3344 2024.12.06 02:43:46.138451 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3345 2024.12.06 02:43:46.138580 [ 260 ] {f0a0391a-0106-48e2-8800-47f24bc3930d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3346 2024.12.06 02:43:46.138639 [ 260 ] {f0a0391a-0106-48e2-8800-47f24bc3930d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3347 2024.12.06 02:43:46.139187 [ 260 ] {f0a0391a-0106-48e2-8800-47f24bc3930d} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3348 2024.12.06 02:43:46.139227 [ 260 ] {f0a0391a-0106-48e2-8800-47f24bc3930d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3349 2024.12.06 02:43:46.139610 [ 260 ] {f0a0391a-0106-48e2-8800-47f24bc3930d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3350 2024.12.06 02:43:46.139846 [ 260 ] {f0a0391a-0106-48e2-8800-47f24bc3930d} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3351 2024.12.06 02:43:46.140077 [ 260 ] {f0a0391a-0106-48e2-8800-47f24bc3930d} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001528 sec., 20942.40837696335 rows/sec., 1.46 MiB/sec.
3352 2024.12.06 02:43:46.140209 [ 260 ] {f0a0391a-0106-48e2-8800-47f24bc3930d} <Debug> TCPHandler: Processed in 0.001815072 sec.
3353 2024.12.06 02:43:46.140366 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3354 2024.12.06 02:43:46.140515 [ 263 ] {d0a1cc22-2af7-4957-a8ac-e72704fd3c6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3355 2024.12.06 02:43:46.140582 [ 263 ] {d0a1cc22-2af7-4957-a8ac-e72704fd3c6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3356 2024.12.06 02:43:46.141167 [ 263 ] {d0a1cc22-2af7-4957-a8ac-e72704fd3c6d} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3357 2024.12.06 02:43:46.141214 [ 263 ] {d0a1cc22-2af7-4957-a8ac-e72704fd3c6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3358 2024.12.06 02:43:46.141604 [ 263 ] {d0a1cc22-2af7-4957-a8ac-e72704fd3c6d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3359 2024.12.06 02:43:46.141859 [ 263 ] {d0a1cc22-2af7-4957-a8ac-e72704fd3c6d} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3360 2024.12.06 02:43:46.142042 [ 263 ] {d0a1cc22-2af7-4957-a8ac-e72704fd3c6d} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001564 sec., 7672.634271099744 rows/sec., 529.49 KiB/sec.
3361 2024.12.06 02:43:46.142096 [ 263 ] {d0a1cc22-2af7-4957-a8ac-e72704fd3c6d} <Debug> TCPHandler: Processed in 0.001796981 sec.
3362 2024.12.06 02:43:48.212318 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954
3363 2024.12.06 02:43:48.213353 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3364 2024.12.06 02:43:48.213408 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB.
3365 2024.12.06 02:43:48.213952 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3366 2024.12.06 02:43:48.214213 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3367 2024.12.06 02:43:48.214536 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954
3368 2024.12.06 02:43:48.703855 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114
3369 2024.12.06 02:43:48.725142 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3370 2024.12.06 02:43:48.725190 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3371 2024.12.06 02:43:48.732743 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3372 2024.12.06 02:43:48.733509 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3373 2024.12.06 02:43:48.736092 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114
3374 2024.12.06 02:43:51.139895 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3375 2024.12.06 02:43:51.140085 [ 260 ] {ffc9cbd1-c5ef-48df-9b81-8bb3eab373fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3376 2024.12.06 02:43:51.140158 [ 260 ] {ffc9cbd1-c5ef-48df-9b81-8bb3eab373fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3377 2024.12.06 02:43:51.140900 [ 260 ] {ffc9cbd1-c5ef-48df-9b81-8bb3eab373fd} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3378 2024.12.06 02:43:51.140943 [ 260 ] {ffc9cbd1-c5ef-48df-9b81-8bb3eab373fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3379 2024.12.06 02:43:51.141383 [ 260 ] {ffc9cbd1-c5ef-48df-9b81-8bb3eab373fd} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3380 2024.12.06 02:43:51.141647 [ 260 ] {ffc9cbd1-c5ef-48df-9b81-8bb3eab373fd} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3381 2024.12.06 02:43:51.141892 [ 260 ] {ffc9cbd1-c5ef-48df-9b81-8bb3eab373fd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001844 sec., 30368.763557483733 rows/sec., 2.33 MiB/sec.
3382 2024.12.06 02:43:51.142125 [ 260 ] {ffc9cbd1-c5ef-48df-9b81-8bb3eab373fd} <Debug> TCPHandler: Processed in 0.002350317 sec.
3383 2024.12.06 02:43:51.142381 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3384 2024.12.06 02:43:51.142575 [ 263 ] {80649fef-41ca-4802-851d-c7a2ceb834fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3385 2024.12.06 02:43:51.142649 [ 263 ] {80649fef-41ca-4802-851d-c7a2ceb834fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3386 2024.12.06 02:43:51.143429 [ 263 ] {80649fef-41ca-4802-851d-c7a2ceb834fd} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3387 2024.12.06 02:43:51.143475 [ 263 ] {80649fef-41ca-4802-851d-c7a2ceb834fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3388 2024.12.06 02:43:51.143927 [ 263 ] {80649fef-41ca-4802-851d-c7a2ceb834fd} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3389 2024.12.06 02:43:51.144191 [ 263 ] {80649fef-41ca-4802-851d-c7a2ceb834fd} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3390 2024.12.06 02:43:51.144448 [ 263 ] {80649fef-41ca-4802-851d-c7a2ceb834fd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001926 sec., 33229.491173416405 rows/sec., 2.59 MiB/sec.
3391 2024.12.06 02:43:51.144509 [ 263 ] {80649fef-41ca-4802-851d-c7a2ceb834fd} <Debug> TCPHandler: Processed in 0.002258145 sec.
3392 2024.12.06 02:43:51.144692 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3393 2024.12.06 02:43:51.144828 [ 260 ] {70508081-5719-4398-8cec-2a62b0480469} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3394 2024.12.06 02:43:51.144886 [ 260 ] {70508081-5719-4398-8cec-2a62b0480469} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3395 2024.12.06 02:43:51.145478 [ 260 ] {70508081-5719-4398-8cec-2a62b0480469} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3396 2024.12.06 02:43:51.145518 [ 260 ] {70508081-5719-4398-8cec-2a62b0480469} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3397 2024.12.06 02:43:51.145944 [ 260 ] {70508081-5719-4398-8cec-2a62b0480469} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3398 2024.12.06 02:43:51.146212 [ 260 ] {70508081-5719-4398-8cec-2a62b0480469} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3399 2024.12.06 02:43:51.146398 [ 260 ] {70508081-5719-4398-8cec-2a62b0480469} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001604 sec., 99750.62344139651 rows/sec., 6.95 MiB/sec.
3400 2024.12.06 02:43:51.146453 [ 260 ] {70508081-5719-4398-8cec-2a62b0480469} <Debug> TCPHandler: Processed in 0.001826382 sec.
3401 2024.12.06 02:43:51.146605 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3402 2024.12.06 02:43:51.146726 [ 263 ] {1d310a6d-f4a3-4fab-a40e-cc5613195dcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3403 2024.12.06 02:43:51.146779 [ 263 ] {1d310a6d-f4a3-4fab-a40e-cc5613195dcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3404 2024.12.06 02:43:51.147297 [ 263 ] {1d310a6d-f4a3-4fab-a40e-cc5613195dcc} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3405 2024.12.06 02:43:51.147336 [ 263 ] {1d310a6d-f4a3-4fab-a40e-cc5613195dcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3406 2024.12.06 02:43:51.147710 [ 263 ] {1d310a6d-f4a3-4fab-a40e-cc5613195dcc} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3407 2024.12.06 02:43:51.147961 [ 263 ] {1d310a6d-f4a3-4fab-a40e-cc5613195dcc} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3408 2024.12.06 02:43:51.148184 [ 263 ] {1d310a6d-f4a3-4fab-a40e-cc5613195dcc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001483 sec., 40458.53000674309 rows/sec., 2.73 MiB/sec.
3409 2024.12.06 02:43:51.148235 [ 263 ] {1d310a6d-f4a3-4fab-a40e-cc5613195dcc} <Debug> TCPHandler: Processed in 0.001690438 sec.
3410 2024.12.06 02:43:55.634323 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache
3411 2024.12.06 02:43:55.634381 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache
3412 2024.12.06 02:43:55.714652 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381
3413 2024.12.06 02:43:55.715336 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3414 2024.12.06 02:43:55.715381 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3415 2024.12.06 02:43:55.715968 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3416 2024.12.06 02:43:55.716231 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3417 2024.12.06 02:43:55.716375 [ 104 ] {} <Debug> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3418 2024.12.06 02:43:55.716428 [ 104 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3419 2024.12.06 02:43:55.716432 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
3420 2024.12.06 02:43:55.716451 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3421 2024.12.06 02:43:55.716551 [ 196 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::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
3422 2024.12.06 02:43:55.716662 [ 196 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3423 2024.12.06 02:43:55.716701 [ 196 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::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
3424 2024.12.06 02:43:55.716777 [ 196 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::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
3425 2024.12.06 02:43:55.717030 [ 196 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::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
3426 2024.12.06 02:43:55.717201 [ 196 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::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
3427 2024.12.06 02:43:55.717347 [ 196 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::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
3428 2024.12.06 02:43:55.717490 [ 196 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::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
3429 2024.12.06 02:43:55.719223 [ 202 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002715697 sec., 2717902.623157149 rows/sec., 38.88 MiB/sec.
3430 2024.12.06 02:43:55.720110 [ 189 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3431 2024.12.06 02:43:55.720489 [ 189 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::all_1_16_3} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3432 2024.12.06 02:43:55.720586 [ 189 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::all_1_16_3} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3433 2024.12.06 02:43:55.720709 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB.
3434 2024.12.06 02:43:55.740648 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 528
3435 2024.12.06 02:43:55.743258 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3436 2024.12.06 02:43:55.743303 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3437 2024.12.06 02:43:55.744731 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3438 2024.12.06 02:43:55.745035 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3439 2024.12.06 02:43:55.745999 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 528
3440 2024.12.06 02:43:56.001343 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000948407 sec.
3441 2024.12.06 02:43:56.146577 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3442 2024.12.06 02:43:56.146792 [ 260 ] {99dc600f-2a5b-454a-9e81-c5ebbf72a638} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3443 2024.12.06 02:43:56.146865 [ 260 ] {99dc600f-2a5b-454a-9e81-c5ebbf72a638} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3444 2024.12.06 02:43:56.147685 [ 260 ] {99dc600f-2a5b-454a-9e81-c5ebbf72a638} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3445 2024.12.06 02:43:56.147727 [ 260 ] {99dc600f-2a5b-454a-9e81-c5ebbf72a638} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3446 2024.12.06 02:43:56.148122 [ 260 ] {99dc600f-2a5b-454a-9e81-c5ebbf72a638} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3447 2024.12.06 02:43:56.148368 [ 260 ] {99dc600f-2a5b-454a-9e81-c5ebbf72a638} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3448 2024.12.06 02:43:56.148681 [ 260 ] {99dc600f-2a5b-454a-9e81-c5ebbf72a638} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001909 sec., 7333.682556312205 rows/sec., 527.93 KiB/sec.
3449 2024.12.06 02:43:56.149018 [ 260 ] {99dc600f-2a5b-454a-9e81-c5ebbf72a638} <Debug> TCPHandler: Processed in 0.002591284 sec.
3450 2024.12.06 02:43:56.149360 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3451 2024.12.06 02:43:56.149667 [ 263 ] {b75b01ce-2d6c-4d28-a6fd-8a8c18ce4c89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3452 2024.12.06 02:43:56.149742 [ 263 ] {b75b01ce-2d6c-4d28-a6fd-8a8c18ce4c89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3453 2024.12.06 02:43:56.150657 [ 263 ] {b75b01ce-2d6c-4d28-a6fd-8a8c18ce4c89} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3454 2024.12.06 02:43:56.150707 [ 263 ] {b75b01ce-2d6c-4d28-a6fd-8a8c18ce4c89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3455 2024.12.06 02:43:56.151188 [ 263 ] {b75b01ce-2d6c-4d28-a6fd-8a8c18ce4c89} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3456 2024.12.06 02:43:56.151456 [ 263 ] {b75b01ce-2d6c-4d28-a6fd-8a8c18ce4c89} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3457 2024.12.06 02:43:56.151709 [ 263 ] {b75b01ce-2d6c-4d28-a6fd-8a8c18ce4c89} <Debug> executeQuery: Read 283 rows, 25.59 KiB in 0.002125 sec., 133176.47058823527 rows/sec., 11.76 MiB/sec.
3458 2024.12.06 02:43:56.151777 [ 263 ] {b75b01ce-2d6c-4d28-a6fd-8a8c18ce4c89} <Debug> TCPHandler: Processed in 0.002613935 sec.
3459 2024.12.06 02:43:56.151954 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3460 2024.12.06 02:43:56.152098 [ 260 ] {9858abb9-79f8-48ef-8b0e-08df32f47a00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3461 2024.12.06 02:43:56.152156 [ 260 ] {9858abb9-79f8-48ef-8b0e-08df32f47a00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3462 2024.12.06 02:43:56.153195 [ 260 ] {9858abb9-79f8-48ef-8b0e-08df32f47a00} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3463 2024.12.06 02:43:56.153234 [ 260 ] {9858abb9-79f8-48ef-8b0e-08df32f47a00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3464 2024.12.06 02:43:56.153599 [ 260 ] {9858abb9-79f8-48ef-8b0e-08df32f47a00} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3465 2024.12.06 02:43:56.153833 [ 260 ] {9858abb9-79f8-48ef-8b0e-08df32f47a00} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3466 2024.12.06 02:43:56.154012 [ 260 ] {9858abb9-79f8-48ef-8b0e-08df32f47a00} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001949 sec., 24114.930733709596 rows/sec., 1.74 MiB/sec.
3467 2024.12.06 02:43:56.154067 [ 260 ] {9858abb9-79f8-48ef-8b0e-08df32f47a00} <Debug> TCPHandler: Processed in 0.002181522 sec.
3468 2024.12.06 02:43:56.154287 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3469 2024.12.06 02:43:56.154518 [ 263 ] {c894444b-072d-4fb5-abd0-549dde292931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3470 2024.12.06 02:43:56.154614 [ 263 ] {c894444b-072d-4fb5-abd0-549dde292931} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3471 2024.12.06 02:43:56.155228 [ 263 ] {c894444b-072d-4fb5-abd0-549dde292931} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3472 2024.12.06 02:43:56.155269 [ 263 ] {c894444b-072d-4fb5-abd0-549dde292931} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3473 2024.12.06 02:43:56.155635 [ 263 ] {c894444b-072d-4fb5-abd0-549dde292931} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3474 2024.12.06 02:43:56.155879 [ 263 ] {c894444b-072d-4fb5-abd0-549dde292931} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3475 2024.12.06 02:43:56.156081 [ 102 ] {} <Debug> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3476 2024.12.06 02:43:56.156104 [ 263 ] {c894444b-072d-4fb5-abd0-549dde292931} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001644 sec., 8515.81508515815 rows/sec., 596.39 KiB/sec.
3477 2024.12.06 02:43:56.156170 [ 102 ] {} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3478 2024.12.06 02:43:56.156237 [ 263 ] {c894444b-072d-4fb5-abd0-549dde292931} <Debug> TCPHandler: Processed in 0.002060689 sec.
3479 2024.12.06 02:43:56.156243 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3480 2024.12.06 02:43:56.156440 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3481 2024.12.06 02:43:56.156450 [ 196 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::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
3482 2024.12.06 02:43:56.156617 [ 260 ] {0ae675a5-30f9-4750-afc7-39ee2fcb5fa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3483 2024.12.06 02:43:56.156630 [ 196 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3484 2024.12.06 02:43:56.156678 [ 196 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 243 rows starting from the beginning of the part
3485 2024.12.06 02:43:56.156685 [ 260 ] {0ae675a5-30f9-4750-afc7-39ee2fcb5fa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3486 2024.12.06 02:43:56.156948 [ 196 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 242 rows starting from the beginning of the part
3487 2024.12.06 02:43:56.157283 [ 196 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part
3488 2024.12.06 02:43:56.157722 [ 196 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part
3489 2024.12.06 02:43:56.158009 [ 196 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 242 rows starting from the beginning of the part
3490 2024.12.06 02:43:56.158358 [ 196 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part
3491 2024.12.06 02:43:56.159253 [ 260 ] {0ae675a5-30f9-4750-afc7-39ee2fcb5fa7} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3492 2024.12.06 02:43:56.159299 [ 260 ] {0ae675a5-30f9-4750-afc7-39ee2fcb5fa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3493 2024.12.06 02:43:56.159824 [ 260 ] {0ae675a5-30f9-4750-afc7-39ee2fcb5fa7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3494 2024.12.06 02:43:56.160206 [ 260 ] {0ae675a5-30f9-4750-afc7-39ee2fcb5fa7} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3495 2024.12.06 02:43:56.160242 [ 202 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.00385323 sec., 199572.8259148818 rows/sec., 14.29 MiB/sec.
3496 2024.12.06 02:43:56.160542 [ 202 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3497 2024.12.06 02:43:56.160701 [ 260 ] {0ae675a5-30f9-4750-afc7-39ee2fcb5fa7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.0041 sec., 3170.731707317073 rows/sec., 197.69 KiB/sec.
3498 2024.12.06 02:43:56.161011 [ 260 ] {0ae675a5-30f9-4750-afc7-39ee2fcb5fa7} <Debug> TCPHandler: Processed in 0.004668813 sec.
3499 2024.12.06 02:43:56.161245 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3500 2024.12.06 02:43:56.161344 [ 202 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_11_2} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3501 2024.12.06 02:43:56.161457 [ 263 ] {dbf9684b-af55-4643-9d59-4022bbb61fd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3502 2024.12.06 02:43:56.161538 [ 263 ] {dbf9684b-af55-4643-9d59-4022bbb61fd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3503 2024.12.06 02:43:56.161539 [ 202 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_11_2} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3504 2024.12.06 02:43:56.161747 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
3505 2024.12.06 02:43:56.162453 [ 263 ] {dbf9684b-af55-4643-9d59-4022bbb61fd2} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3506 2024.12.06 02:43:56.162497 [ 263 ] {dbf9684b-af55-4643-9d59-4022bbb61fd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3507 2024.12.06 02:43:56.162903 [ 263 ] {dbf9684b-af55-4643-9d59-4022bbb61fd2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3508 2024.12.06 02:43:56.163162 [ 263 ] {dbf9684b-af55-4643-9d59-4022bbb61fd2} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3509 2024.12.06 02:43:56.163387 [ 263 ] {dbf9684b-af55-4643-9d59-4022bbb61fd2} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.002009 sec., 210054.7536087606 rows/sec., 15.01 MiB/sec.
3510 2024.12.06 02:43:56.163444 [ 263 ] {dbf9684b-af55-4643-9d59-4022bbb61fd2} <Debug> TCPHandler: Processed in 0.002314996 sec.
3511 2024.12.06 02:43:56.163601 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3512 2024.12.06 02:43:56.163741 [ 260 ] {c02d7483-34e4-4684-ad9c-9e9f57fc8261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3513 2024.12.06 02:43:56.163800 [ 260 ] {c02d7483-34e4-4684-ad9c-9e9f57fc8261} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3514 2024.12.06 02:43:56.164354 [ 260 ] {c02d7483-34e4-4684-ad9c-9e9f57fc8261} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3515 2024.12.06 02:43:56.164400 [ 260 ] {c02d7483-34e4-4684-ad9c-9e9f57fc8261} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3516 2024.12.06 02:43:56.164794 [ 260 ] {c02d7483-34e4-4684-ad9c-9e9f57fc8261} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3517 2024.12.06 02:43:56.165032 [ 260 ] {c02d7483-34e4-4684-ad9c-9e9f57fc8261} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3518 2024.12.06 02:43:56.165190 [ 102 ] {} <Debug> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3519 2024.12.06 02:43:56.165254 [ 102 ] {} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3520 2024.12.06 02:43:56.165273 [ 260 ] {c02d7483-34e4-4684-ad9c-9e9f57fc8261} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00156 sec., 3846.153846153846 rows/sec., 200.95 KiB/sec.
3521 2024.12.06 02:43:56.165287 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3522 2024.12.06 02:43:56.165462 [ 260 ] {c02d7483-34e4-4684-ad9c-9e9f57fc8261} <Debug> TCPHandler: Processed in 0.001913214 sec.
3523 2024.12.06 02:43:56.165699 [ 195 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::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
3524 2024.12.06 02:43:56.165754 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3525 2024.12.06 02:43:56.165954 [ 195 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3526 2024.12.06 02:43:56.165959 [ 263 ] {79f1010f-bb4c-4f55-941c-1fb10d52cc7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3527 2024.12.06 02:43:56.165997 [ 195 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part
3528 2024.12.06 02:43:56.166043 [ 263 ] {79f1010f-bb4c-4f55-941c-1fb10d52cc7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3529 2024.12.06 02:43:56.166257 [ 195 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part
3530 2024.12.06 02:43:56.166656 [ 195 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part
3531 2024.12.06 02:43:56.166988 [ 195 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part
3532 2024.12.06 02:43:56.167335 [ 195 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part
3533 2024.12.06 02:43:56.167655 [ 195 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part
3534 2024.12.06 02:43:56.168718 [ 263 ] {79f1010f-bb4c-4f55-941c-1fb10d52cc7d} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3535 2024.12.06 02:43:56.168762 [ 263 ] {79f1010f-bb4c-4f55-941c-1fb10d52cc7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3536 2024.12.06 02:43:56.169403 [ 197 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.003972123 sec., 16615.79966179295 rows/sec., 868.11 KiB/sec.
3537 2024.12.06 02:43:56.169439 [ 263 ] {79f1010f-bb4c-4f55-941c-1fb10d52cc7d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3538 2024.12.06 02:43:56.169681 [ 197 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3539 2024.12.06 02:43:56.169901 [ 263 ] {79f1010f-bb4c-4f55-941c-1fb10d52cc7d} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3540 2024.12.06 02:43:56.170529 [ 263 ] {79f1010f-bb4c-4f55-941c-1fb10d52cc7d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00457 sec., 51859.95623632385 rows/sec., 3.48 MiB/sec.
3541 2024.12.06 02:43:56.170542 [ 197 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_11_2} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3542 2024.12.06 02:43:56.171127 [ 197 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_11_2} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3543 2024.12.06 02:43:56.171275 [ 263 ] {79f1010f-bb4c-4f55-941c-1fb10d52cc7d} <Debug> TCPHandler: Processed in 0.005696912 sec.
3544 2024.12.06 02:43:56.171580 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
3545 2024.12.06 02:43:56.171622 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3546 2024.12.06 02:43:56.171769 [ 260 ] {53d02715-aae3-4905-b57a-e29620cb6984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3547 2024.12.06 02:43:56.171828 [ 260 ] {53d02715-aae3-4905-b57a-e29620cb6984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3548 2024.12.06 02:43:56.172376 [ 260 ] {53d02715-aae3-4905-b57a-e29620cb6984} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3549 2024.12.06 02:43:56.172421 [ 260 ] {53d02715-aae3-4905-b57a-e29620cb6984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3550 2024.12.06 02:43:56.172810 [ 260 ] {53d02715-aae3-4905-b57a-e29620cb6984} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3551 2024.12.06 02:43:56.173046 [ 260 ] {53d02715-aae3-4905-b57a-e29620cb6984} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3552 2024.12.06 02:43:56.173215 [ 102 ] {} <Debug> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3553 2024.12.06 02:43:56.173279 [ 102 ] {} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3554 2024.12.06 02:43:56.173301 [ 260 ] {53d02715-aae3-4905-b57a-e29620cb6984} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001557 sec., 642.2607578676943 rows/sec., 43.28 KiB/sec.
3555 2024.12.06 02:43:56.173314 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3556 2024.12.06 02:43:56.173443 [ 260 ] {53d02715-aae3-4905-b57a-e29620cb6984} <Debug> TCPHandler: Processed in 0.001984916 sec.
3557 2024.12.06 02:43:56.173674 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3558 2024.12.06 02:43:56.173709 [ 199 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::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
3559 2024.12.06 02:43:56.174004 [ 263 ] {b4388a81-81f2-4c4b-88e9-ddcbc89538af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3560 2024.12.06 02:43:56.174044 [ 199 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3561 2024.12.06 02:43:56.174088 [ 199 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 7 rows starting from the beginning of the part
3562 2024.12.06 02:43:56.174127 [ 263 ] {b4388a81-81f2-4c4b-88e9-ddcbc89538af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3563 2024.12.06 02:43:56.174299 [ 199 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part
3564 2024.12.06 02:43:56.174597 [ 199 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part
3565 2024.12.06 02:43:56.175013 [ 199 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part
3566 2024.12.06 02:43:56.175285 [ 199 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part
3567 2024.12.06 02:43:56.175571 [ 199 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part
3568 2024.12.06 02:43:56.177843 [ 190 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12 rows, containing 4 columns (4 merged, 0 gathered) in 0.004377375 sec., 2741.368971129958 rows/sec., 183.83 KiB/sec.
3569 2024.12.06 02:43:56.178149 [ 190 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3570 2024.12.06 02:43:56.178459 [ 263 ] {b4388a81-81f2-4c4b-88e9-ddcbc89538af} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3571 2024.12.06 02:43:56.178518 [ 263 ] {b4388a81-81f2-4c4b-88e9-ddcbc89538af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3572 2024.12.06 02:43:56.178911 [ 190 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_11_2} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3573 2024.12.06 02:43:56.179141 [ 190 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_11_2} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3574 2024.12.06 02:43:56.179297 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
3575 2024.12.06 02:43:56.179678 [ 263 ] {b4388a81-81f2-4c4b-88e9-ddcbc89538af} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3576 2024.12.06 02:43:56.179955 [ 263 ] {b4388a81-81f2-4c4b-88e9-ddcbc89538af} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3577 2024.12.06 02:43:56.180202 [ 263 ] {b4388a81-81f2-4c4b-88e9-ddcbc89538af} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.006308 sec., 6341.154090044388 rows/sec., 11.36 MiB/sec.
3578 2024.12.06 02:43:56.180318 [ 263 ] {b4388a81-81f2-4c4b-88e9-ddcbc89538af} <Debug> TCPHandler: Processed in 0.006754893 sec.
3579 2024.12.06 02:43:56.180508 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3580 2024.12.06 02:43:56.180648 [ 260 ] {06c9aeea-ee7e-438a-9093-748d03f8b3bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3581 2024.12.06 02:43:56.180706 [ 260 ] {06c9aeea-ee7e-438a-9093-748d03f8b3bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3582 2024.12.06 02:43:56.181286 [ 260 ] {06c9aeea-ee7e-438a-9093-748d03f8b3bc} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3583 2024.12.06 02:43:56.181332 [ 260 ] {06c9aeea-ee7e-438a-9093-748d03f8b3bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3584 2024.12.06 02:43:56.181749 [ 260 ] {06c9aeea-ee7e-438a-9093-748d03f8b3bc} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3585 2024.12.06 02:43:56.181997 [ 260 ] {06c9aeea-ee7e-438a-9093-748d03f8b3bc} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3586 2024.12.06 02:43:56.182205 [ 260 ] {06c9aeea-ee7e-438a-9093-748d03f8b3bc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00159 sec., 51572.32704402516 rows/sec., 3.28 MiB/sec.
3587 2024.12.06 02:43:56.182258 [ 260 ] {06c9aeea-ee7e-438a-9093-748d03f8b3bc} <Debug> TCPHandler: Processed in 0.001813692 sec.
3588 2024.12.06 02:43:56.236143 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121
3589 2024.12.06 02:43:56.258197 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3590 2024.12.06 02:43:56.258244 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3591 2024.12.06 02:43:56.266203 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3592 2024.12.06 02:43:56.266959 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3593 2024.12.06 02:43:56.267392 [ 102 ] {} <Debug> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3594 2024.12.06 02:43:56.267544 [ 102 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3595 2024.12.06 02:43:56.267668 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3596 2024.12.06 02:43:56.268072 [ 194 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::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
3597 2024.12.06 02:43:56.282634 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
3598 2024.12.06 02:43:56.284482 [ 194 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3599 2024.12.06 02:43:56.285748 [ 194 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::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
3600 2024.12.06 02:43:56.290928 [ 194 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::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
3601 2024.12.06 02:43:56.296655 [ 194 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::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
3602 2024.12.06 02:43:56.302332 [ 194 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::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
3603 2024.12.06 02:43:56.308495 [ 194 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part
3604 2024.12.06 02:43:56.313091 [ 194 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part
3605 2024.12.06 02:43:56.371573 [ 191 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.103758234 sec., 1166.1725082946189 rows/sec., 6.03 MiB/sec.
3606 2024.12.06 02:43:56.374124 [ 192 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3607 2024.12.06 02:43:56.377072 [ 192 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::all_1_16_3} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3608 2024.12.06 02:43:56.377198 [ 192 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::all_1_16_3} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3609 2024.12.06 02:43:56.379603 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.50 MiB.
3610 2024.12.06 02:44:01.140348 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3611 2024.12.06 02:44:01.140576 [ 260 ] {888d0b14-a246-4667-862f-95f0fc5ec09a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3612 2024.12.06 02:44:01.140658 [ 260 ] {888d0b14-a246-4667-862f-95f0fc5ec09a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3613 2024.12.06 02:44:01.141442 [ 260 ] {888d0b14-a246-4667-862f-95f0fc5ec09a} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3614 2024.12.06 02:44:01.141497 [ 260 ] {888d0b14-a246-4667-862f-95f0fc5ec09a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3615 2024.12.06 02:44:01.141922 [ 260 ] {888d0b14-a246-4667-862f-95f0fc5ec09a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3616 2024.12.06 02:44:01.142186 [ 260 ] {888d0b14-a246-4667-862f-95f0fc5ec09a} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3617 2024.12.06 02:44:01.142383 [ 95 ] {} <Debug> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3618 2024.12.06 02:44:01.142455 [ 260 ] {888d0b14-a246-4667-862f-95f0fc5ec09a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00193 sec., 29015.544041450776 rows/sec., 2.23 MiB/sec.
3619 2024.12.06 02:44:01.142460 [ 95 ] {} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3620 2024.12.06 02:44:01.142530 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3621 2024.12.06 02:44:01.142606 [ 260 ] {888d0b14-a246-4667-862f-95f0fc5ec09a} <Debug> TCPHandler: Processed in 0.002388228 sec.
3622 2024.12.06 02:44:01.142767 [ 187 ] {be963b91-cb4a-4427-8175-78b8e92ca805::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
3623 2024.12.06 02:44:01.142895 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3624 2024.12.06 02:44:01.142931 [ 187 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3625 2024.12.06 02:44:01.142974 [ 187 ] {be963b91-cb4a-4427-8175-78b8e92ca805::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
3626 2024.12.06 02:44:01.143149 [ 187 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1424 rows starting from the beginning of the part
3627 2024.12.06 02:44:01.143170 [ 263 ] {35eea33b-f51b-4e72-b247-5d463b44e0e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3628 2024.12.06 02:44:01.143390 [ 263 ] {35eea33b-f51b-4e72-b247-5d463b44e0e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3629 2024.12.06 02:44:01.143531 [ 187 ] {be963b91-cb4a-4427-8175-78b8e92ca805::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
3630 2024.12.06 02:44:01.143977 [ 187 ] {be963b91-cb4a-4427-8175-78b8e92ca805::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
3631 2024.12.06 02:44:01.144264 [ 187 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 283 rows starting from the beginning of the part
3632 2024.12.06 02:44:01.144693 [ 187 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 56 rows starting from the beginning of the part
3633 2024.12.06 02:44:01.146286 [ 263 ] {35eea33b-f51b-4e72-b247-5d463b44e0e0} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3634 2024.12.06 02:44:01.146338 [ 263 ] {35eea33b-f51b-4e72-b247-5d463b44e0e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3635 2024.12.06 02:44:01.147060 [ 263 ] {35eea33b-f51b-4e72-b247-5d463b44e0e0} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3636 2024.12.06 02:44:01.147343 [ 263 ] {35eea33b-f51b-4e72-b247-5d463b44e0e0} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3637 2024.12.06 02:44:01.147525 [ 95 ] {} <Debug> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3638 2024.12.06 02:44:01.147605 [ 95 ] {} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3639 2024.12.06 02:44:01.147675 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3640 2024.12.06 02:44:01.147807 [ 263 ] {35eea33b-f51b-4e72-b247-5d463b44e0e0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004758 sec., 13451.029844472467 rows/sec., 1.05 MiB/sec.
3641 2024.12.06 02:44:01.147857 [ 187 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3305 rows, containing 5 columns (5 merged, 0 gathered) in 0.00522246 sec., 632843.525847972 rows/sec., 55.47 MiB/sec.
3642 2024.12.06 02:44:01.147924 [ 191 ] {3746ce77-bc61-4209-905f-f26958cc75cd::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
3643 2024.12.06 02:44:01.147953 [ 263 ] {35eea33b-f51b-4e72-b247-5d463b44e0e0} <Debug> TCPHandler: Processed in 0.005209479 sec.
3644 2024.12.06 02:44:01.148143 [ 191 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3645 2024.12.06 02:44:01.148148 [ 187 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3646 2024.12.06 02:44:01.148181 [ 191 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 908 rows starting from the beginning of the part
3647 2024.12.06 02:44:01.148248 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3648 2024.12.06 02:44:01.148600 [ 191 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 880 rows starting from the beginning of the part
3649 2024.12.06 02:44:01.148921 [ 260 ] {947216a5-cf73-47fa-8db3-48b70afb8511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3650 2024.12.06 02:44:01.149147 [ 191 ] {3746ce77-bc61-4209-905f-f26958cc75cd::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
3651 2024.12.06 02:44:01.149190 [ 187 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_26_5} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3652 2024.12.06 02:44:01.149237 [ 260 ] {947216a5-cf73-47fa-8db3-48b70afb8511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3653 2024.12.06 02:44:01.149646 [ 187 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_26_5} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3654 2024.12.06 02:44:01.149664 [ 191 ] {3746ce77-bc61-4209-905f-f26958cc75cd::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
3655 2024.12.06 02:44:01.149965 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
3656 2024.12.06 02:44:01.150157 [ 191 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 422 rows starting from the beginning of the part
3657 2024.12.06 02:44:01.150515 [ 191 ] {3746ce77-bc61-4209-905f-f26958cc75cd::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
3658 2024.12.06 02:44:01.152280 [ 260 ] {947216a5-cf73-47fa-8db3-48b70afb8511} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3659 2024.12.06 02:44:01.152369 [ 260 ] {947216a5-cf73-47fa-8db3-48b70afb8511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3660 2024.12.06 02:44:01.153229 [ 260 ] {947216a5-cf73-47fa-8db3-48b70afb8511} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3661 2024.12.06 02:44:01.153554 [ 191 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2402 rows, containing 5 columns (5 merged, 0 gathered) in 0.005776605 sec., 415815.1717141816 rows/sec., 31.88 MiB/sec.
3662 2024.12.06 02:44:01.153692 [ 260 ] {947216a5-cf73-47fa-8db3-48b70afb8511} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3663 2024.12.06 02:44:01.153800 [ 191 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3664 2024.12.06 02:44:01.153987 [ 95 ] {} <Debug> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3665 2024.12.06 02:44:01.154085 [ 95 ] {} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3666 2024.12.06 02:44:01.154167 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3667 2024.12.06 02:44:01.154328 [ 260 ] {947216a5-cf73-47fa-8db3-48b70afb8511} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00564 sec., 28368.794326241135 rows/sec., 1.98 MiB/sec.
3668 2024.12.06 02:44:01.154589 [ 191 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_26_5} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): 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.12.06 02:44:01.154600 [ 187 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::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
3670 2024.12.06 02:44:01.154669 [ 260 ] {947216a5-cf73-47fa-8db3-48b70afb8511} <Debug> TCPHandler: Processed in 0.006595828 sec.
3671 2024.12.06 02:44:01.154820 [ 191 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_26_5} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3672 2024.12.06 02:44:01.154991 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3673 2024.12.06 02:44:01.155079 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
3674 2024.12.06 02:44:01.155103 [ 187 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3675 2024.12.06 02:44:01.155155 [ 187 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6225 rows starting from the beginning of the part
3676 2024.12.06 02:44:01.155218 [ 263 ] {69fde545-fac2-4009-8113-ece7b544208e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3677 2024.12.06 02:44:01.155382 [ 187 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1052 rows starting from the beginning of the part
3678 2024.12.06 02:44:01.155403 [ 263 ] {69fde545-fac2-4009-8113-ece7b544208e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3679 2024.12.06 02:44:01.155791 [ 187 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 32 rows starting from the beginning of the part
3680 2024.12.06 02:44:01.156145 [ 187 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::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
3681 2024.12.06 02:44:01.156462 [ 187 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::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
3682 2024.12.06 02:44:01.156803 [ 187 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part
3683 2024.12.06 02:44:01.157605 [ 263 ] {69fde545-fac2-4009-8113-ece7b544208e} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3684 2024.12.06 02:44:01.157649 [ 263 ] {69fde545-fac2-4009-8113-ece7b544208e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3685 2024.12.06 02:44:01.158165 [ 263 ] {69fde545-fac2-4009-8113-ece7b544208e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3686 2024.12.06 02:44:01.158490 [ 263 ] {69fde545-fac2-4009-8113-ece7b544208e} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3687 2024.12.06 02:44:01.158667 [ 95 ] {} <Debug> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3688 2024.12.06 02:44:01.158705 [ 95 ] {} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3689 2024.12.06 02:44:01.158729 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3690 2024.12.06 02:44:01.158761 [ 263 ] {69fde545-fac2-4009-8113-ece7b544208e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003584 sec., 16741.071428571428 rows/sec., 1.13 MiB/sec.
3691 2024.12.06 02:44:01.158982 [ 263 ] {69fde545-fac2-4009-8113-ece7b544208e} <Debug> TCPHandler: Processed in 0.004157519 sec.
3692 2024.12.06 02:44:01.159074 [ 193 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::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
3693 2024.12.06 02:44:01.159342 [ 193 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3694 2024.12.06 02:44:01.159396 [ 193 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1152 rows starting from the beginning of the part
3695 2024.12.06 02:44:01.159527 [ 193 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 70 rows starting from the beginning of the part
3696 2024.12.06 02:44:01.159718 [ 193 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 12 rows starting from the beginning of the part
3697 2024.12.06 02:44:01.159845 [ 193 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::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
3698 2024.12.06 02:44:01.160178 [ 193 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::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
3699 2024.12.06 02:44:01.160590 [ 193 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part
3700 2024.12.06 02:44:01.160647 [ 187 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7866 rows, containing 5 columns (5 merged, 0 gathered) in 0.00632467 sec., 1243701.2523973582 rows/sec., 83.78 MiB/sec.
3701 2024.12.06 02:44:01.161284 [ 187 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3702 2024.12.06 02:44:01.161864 [ 187 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3703 2024.12.06 02:44:01.162082 [ 187 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3704 2024.12.06 02:44:01.162266 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB.
3705 2024.12.06 02:44:01.162695 [ 193 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1436 rows, containing 4 columns (4 merged, 0 gathered) in 0.003874271 sec., 370650.37525769364 rows/sec., 24.05 MiB/sec.
3706 2024.12.06 02:44:01.162979 [ 198 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3707 2024.12.06 02:44:01.163327 [ 198 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_26_5} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3708 2024.12.06 02:44:01.163417 [ 198 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_26_5} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3709 2024.12.06 02:44:01.163517 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
3710 2024.12.06 02:44:03.216537 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869
3711 2024.12.06 02:44:03.217182 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3712 2024.12.06 02:44:03.217222 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3713 2024.12.06 02:44:03.217762 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3714 2024.12.06 02:44:03.218030 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3715 2024.12.06 02:44:03.218245 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869
3716 2024.12.06 02:44:03.782711 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
3717 2024.12.06 02:44:03.801165 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3718 2024.12.06 02:44:03.801223 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3719 2024.12.06 02:44:03.808335 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3720 2024.12.06 02:44:03.809093 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3721 2024.12.06 02:44:03.812120 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
3722 2024.12.06 02:44:05.746113 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 558
3723 2024.12.06 02:44:05.749149 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3724 2024.12.06 02:44:05.749187 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3725 2024.12.06 02:44:05.750638 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3726 2024.12.06 02:44:05.750940 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3727 2024.12.06 02:44:05.751813 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 558
3728 2024.12.06 02:44:06.146663 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3729 2024.12.06 02:44:06.146849 [ 260 ] {a43114f1-1e6d-4f95-b048-22e4e0fa8754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3730 2024.12.06 02:44:06.146923 [ 260 ] {a43114f1-1e6d-4f95-b048-22e4e0fa8754} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3731 2024.12.06 02:44:06.147705 [ 260 ] {a43114f1-1e6d-4f95-b048-22e4e0fa8754} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3732 2024.12.06 02:44:06.147759 [ 260 ] {a43114f1-1e6d-4f95-b048-22e4e0fa8754} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3733 2024.12.06 02:44:06.148200 [ 260 ] {a43114f1-1e6d-4f95-b048-22e4e0fa8754} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3734 2024.12.06 02:44:06.148455 [ 260 ] {a43114f1-1e6d-4f95-b048-22e4e0fa8754} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3735 2024.12.06 02:44:06.148694 [ 260 ] {a43114f1-1e6d-4f95-b048-22e4e0fa8754} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001897 sec., 7380.073800738007 rows/sec., 531.27 KiB/sec.
3736 2024.12.06 02:44:06.148762 [ 260 ] {a43114f1-1e6d-4f95-b048-22e4e0fa8754} <Debug> TCPHandler: Processed in 0.002228084 sec.
3737 2024.12.06 02:44:06.149014 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3738 2024.12.06 02:44:06.149222 [ 263 ] {152e1fe1-02df-4153-92b8-7bb07db8fef0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3739 2024.12.06 02:44:06.149303 [ 263 ] {152e1fe1-02df-4153-92b8-7bb07db8fef0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3740 2024.12.06 02:44:06.150350 [ 263 ] {152e1fe1-02df-4153-92b8-7bb07db8fef0} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3741 2024.12.06 02:44:06.150407 [ 263 ] {152e1fe1-02df-4153-92b8-7bb07db8fef0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3742 2024.12.06 02:44:06.150894 [ 263 ] {152e1fe1-02df-4153-92b8-7bb07db8fef0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3743 2024.12.06 02:44:06.151173 [ 263 ] {152e1fe1-02df-4153-92b8-7bb07db8fef0} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3744 2024.12.06 02:44:06.151466 [ 263 ] {152e1fe1-02df-4153-92b8-7bb07db8fef0} <Debug> executeQuery: Read 283 rows, 25.59 KiB in 0.002299 sec., 123096.99869508483 rows/sec., 10.87 MiB/sec.
3745 2024.12.06 02:44:06.151702 [ 263 ] {152e1fe1-02df-4153-92b8-7bb07db8fef0} <Debug> TCPHandler: Processed in 0.002823241 sec.
3746 2024.12.06 02:44:06.151894 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3747 2024.12.06 02:44:06.152040 [ 260 ] {411f47f7-50c0-4b6c-8777-08d6898c4209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3748 2024.12.06 02:44:06.152104 [ 260 ] {411f47f7-50c0-4b6c-8777-08d6898c4209} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3749 2024.12.06 02:44:06.152826 [ 260 ] {411f47f7-50c0-4b6c-8777-08d6898c4209} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3750 2024.12.06 02:44:06.152876 [ 260 ] {411f47f7-50c0-4b6c-8777-08d6898c4209} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3751 2024.12.06 02:44:06.153269 [ 260 ] {411f47f7-50c0-4b6c-8777-08d6898c4209} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3752 2024.12.06 02:44:06.153508 [ 260 ] {411f47f7-50c0-4b6c-8777-08d6898c4209} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3753 2024.12.06 02:44:06.153776 [ 260 ] {411f47f7-50c0-4b6c-8777-08d6898c4209} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001771 sec., 26538.678712591754 rows/sec., 1.91 MiB/sec.
3754 2024.12.06 02:44:06.153991 [ 260 ] {411f47f7-50c0-4b6c-8777-08d6898c4209} <Debug> TCPHandler: Processed in 0.002159742 sec.
3755 2024.12.06 02:44:06.154169 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3756 2024.12.06 02:44:06.154314 [ 263 ] {c9f77c60-89c4-4638-b734-774c47c87138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3757 2024.12.06 02:44:06.154376 [ 263 ] {c9f77c60-89c4-4638-b734-774c47c87138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3758 2024.12.06 02:44:06.155062 [ 263 ] {c9f77c60-89c4-4638-b734-774c47c87138} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3759 2024.12.06 02:44:06.155105 [ 263 ] {c9f77c60-89c4-4638-b734-774c47c87138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3760 2024.12.06 02:44:06.155471 [ 263 ] {c9f77c60-89c4-4638-b734-774c47c87138} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3761 2024.12.06 02:44:06.155713 [ 263 ] {c9f77c60-89c4-4638-b734-774c47c87138} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3762 2024.12.06 02:44:06.156024 [ 263 ] {c9f77c60-89c4-4638-b734-774c47c87138} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001712 sec., 8177.570093457944 rows/sec., 572.70 KiB/sec.
3763 2024.12.06 02:44:06.156160 [ 263 ] {c9f77c60-89c4-4638-b734-774c47c87138} <Debug> TCPHandler: Processed in 0.002059459 sec.
3764 2024.12.06 02:44:06.156318 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3765 2024.12.06 02:44:06.156457 [ 260 ] {1ca9d377-005f-4a7e-9361-3f321dcb5b15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3766 2024.12.06 02:44:06.156517 [ 260 ] {1ca9d377-005f-4a7e-9361-3f321dcb5b15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3767 2024.12.06 02:44:06.157171 [ 260 ] {1ca9d377-005f-4a7e-9361-3f321dcb5b15} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3768 2024.12.06 02:44:06.157212 [ 260 ] {1ca9d377-005f-4a7e-9361-3f321dcb5b15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3769 2024.12.06 02:44:06.157571 [ 260 ] {1ca9d377-005f-4a7e-9361-3f321dcb5b15} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3770 2024.12.06 02:44:06.157812 [ 260 ] {1ca9d377-005f-4a7e-9361-3f321dcb5b15} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3771 2024.12.06 02:44:06.158080 [ 260 ] {1ca9d377-005f-4a7e-9361-3f321dcb5b15} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00164 sec., 7926.829268292683 rows/sec., 494.24 KiB/sec.
3772 2024.12.06 02:44:06.158239 [ 260 ] {1ca9d377-005f-4a7e-9361-3f321dcb5b15} <Debug> TCPHandler: Processed in 0.001989727 sec.
3773 2024.12.06 02:44:06.158392 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3774 2024.12.06 02:44:06.158533 [ 263 ] {966bdcc3-1374-4702-8aeb-e417b5210711} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3775 2024.12.06 02:44:06.158591 [ 263 ] {966bdcc3-1374-4702-8aeb-e417b5210711} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3776 2024.12.06 02:44:06.159382 [ 263 ] {966bdcc3-1374-4702-8aeb-e417b5210711} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3777 2024.12.06 02:44:06.159422 [ 263 ] {966bdcc3-1374-4702-8aeb-e417b5210711} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3778 2024.12.06 02:44:06.159816 [ 263 ] {966bdcc3-1374-4702-8aeb-e417b5210711} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3779 2024.12.06 02:44:06.160065 [ 263 ] {966bdcc3-1374-4702-8aeb-e417b5210711} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3780 2024.12.06 02:44:06.160326 [ 263 ] {966bdcc3-1374-4702-8aeb-e417b5210711} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001824 sec., 231359.649122807 rows/sec., 16.54 MiB/sec.
3781 2024.12.06 02:44:06.160546 [ 263 ] {966bdcc3-1374-4702-8aeb-e417b5210711} <Debug> TCPHandler: Processed in 0.002219073 sec.
3782 2024.12.06 02:44:06.160731 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3783 2024.12.06 02:44:06.160868 [ 260 ] {5dd24d5d-0886-4a9a-95c4-31586f29ef61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3784 2024.12.06 02:44:06.160927 [ 260 ] {5dd24d5d-0886-4a9a-95c4-31586f29ef61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3785 2024.12.06 02:44:06.161424 [ 260 ] {5dd24d5d-0886-4a9a-95c4-31586f29ef61} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3786 2024.12.06 02:44:06.161463 [ 260 ] {5dd24d5d-0886-4a9a-95c4-31586f29ef61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3787 2024.12.06 02:44:06.161831 [ 260 ] {5dd24d5d-0886-4a9a-95c4-31586f29ef61} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3788 2024.12.06 02:44:06.162063 [ 260 ] {5dd24d5d-0886-4a9a-95c4-31586f29ef61} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3789 2024.12.06 02:44:06.162269 [ 260 ] {5dd24d5d-0886-4a9a-95c4-31586f29ef61} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001432 sec., 4189.944134078212 rows/sec., 218.91 KiB/sec.
3790 2024.12.06 02:44:06.162323 [ 260 ] {5dd24d5d-0886-4a9a-95c4-31586f29ef61} <Debug> TCPHandler: Processed in 0.001669278 sec.
3791 2024.12.06 02:44:06.162453 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3792 2024.12.06 02:44:06.162571 [ 263 ] {8baaf6e3-3cca-43a8-a403-731ce16ce830} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3793 2024.12.06 02:44:06.162625 [ 263 ] {8baaf6e3-3cca-43a8-a403-731ce16ce830} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3794 2024.12.06 02:44:06.163227 [ 263 ] {8baaf6e3-3cca-43a8-a403-731ce16ce830} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3795 2024.12.06 02:44:06.163267 [ 263 ] {8baaf6e3-3cca-43a8-a403-731ce16ce830} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3796 2024.12.06 02:44:06.163666 [ 263 ] {8baaf6e3-3cca-43a8-a403-731ce16ce830} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3797 2024.12.06 02:44:06.163917 [ 263 ] {8baaf6e3-3cca-43a8-a403-731ce16ce830} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3798 2024.12.06 02:44:06.164137 [ 263 ] {8baaf6e3-3cca-43a8-a403-731ce16ce830} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00159 sec., 149056.6037735849 rows/sec., 9.99 MiB/sec.
3799 2024.12.06 02:44:06.164192 [ 263 ] {8baaf6e3-3cca-43a8-a403-731ce16ce830} <Debug> TCPHandler: Processed in 0.001797722 sec.
3800 2024.12.06 02:44:06.164376 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3801 2024.12.06 02:44:06.164513 [ 260 ] {6aee8018-019d-4729-bbfe-e24d686262d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3802 2024.12.06 02:44:06.164573 [ 260 ] {6aee8018-019d-4729-bbfe-e24d686262d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3803 2024.12.06 02:44:06.165096 [ 260 ] {6aee8018-019d-4729-bbfe-e24d686262d5} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3804 2024.12.06 02:44:06.165134 [ 260 ] {6aee8018-019d-4729-bbfe-e24d686262d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3805 2024.12.06 02:44:06.165483 [ 260 ] {6aee8018-019d-4729-bbfe-e24d686262d5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3806 2024.12.06 02:44:06.165716 [ 260 ] {6aee8018-019d-4729-bbfe-e24d686262d5} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3807 2024.12.06 02:44:06.165927 [ 260 ] {6aee8018-019d-4729-bbfe-e24d686262d5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001445 sec., 692.0415224913494 rows/sec., 46.63 KiB/sec.
3808 2024.12.06 02:44:06.165980 [ 260 ] {6aee8018-019d-4729-bbfe-e24d686262d5} <Debug> TCPHandler: Processed in 0.001668328 sec.
3809 2024.12.06 02:44:06.166182 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3810 2024.12.06 02:44:06.166404 [ 263 ] {6fdd1edd-11ef-4311-a9e4-3a68b38b932d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3811 2024.12.06 02:44:06.166544 [ 263 ] {6fdd1edd-11ef-4311-a9e4-3a68b38b932d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3812 2024.12.06 02:44:06.167998 [ 263 ] {6fdd1edd-11ef-4311-a9e4-3a68b38b932d} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3813 2024.12.06 02:44:06.168038 [ 263 ] {6fdd1edd-11ef-4311-a9e4-3a68b38b932d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3814 2024.12.06 02:44:06.168732 [ 263 ] {6fdd1edd-11ef-4311-a9e4-3a68b38b932d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3815 2024.12.06 02:44:06.168995 [ 263 ] {6fdd1edd-11ef-4311-a9e4-3a68b38b932d} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3816 2024.12.06 02:44:06.169253 [ 263 ] {6fdd1edd-11ef-4311-a9e4-3a68b38b932d} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002905 sec., 13769.363166953528 rows/sec., 24.67 MiB/sec.
3817 2024.12.06 02:44:06.169362 [ 263 ] {6fdd1edd-11ef-4311-a9e4-3a68b38b932d} <Debug> TCPHandler: Processed in 0.003297984 sec.
3818 2024.12.06 02:44:06.169516 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3819 2024.12.06 02:44:06.169656 [ 260 ] {3bc97052-2ca8-4aab-8bd5-6709423884d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3820 2024.12.06 02:44:06.169715 [ 260 ] {3bc97052-2ca8-4aab-8bd5-6709423884d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3821 2024.12.06 02:44:06.170234 [ 260 ] {3bc97052-2ca8-4aab-8bd5-6709423884d4} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3822 2024.12.06 02:44:06.170272 [ 260 ] {3bc97052-2ca8-4aab-8bd5-6709423884d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3823 2024.12.06 02:44:06.170638 [ 260 ] {3bc97052-2ca8-4aab-8bd5-6709423884d4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3824 2024.12.06 02:44:06.170867 [ 260 ] {3bc97052-2ca8-4aab-8bd5-6709423884d4} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3825 2024.12.06 02:44:06.171133 [ 260 ] {3bc97052-2ca8-4aab-8bd5-6709423884d4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001494 sec., 54886.211512717535 rows/sec., 3.49 MiB/sec.
3826 2024.12.06 02:44:06.171210 [ 260 ] {3bc97052-2ca8-4aab-8bd5-6709423884d4} <Debug> TCPHandler: Processed in 0.00174918 sec.
3827 2024.12.06 02:44:10.634430 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache
3828 2024.12.06 02:44:10.634501 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache
3829 2024.12.06 02:44:10.718359 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296
3830 2024.12.06 02:44:10.719064 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3831 2024.12.06 02:44:10.719116 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3832 2024.12.06 02:44:10.719732 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3833 2024.12.06 02:44:10.719991 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3834 2024.12.06 02:44:10.720233 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
3835 2024.12.06 02:44:11.139608 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3836 2024.12.06 02:44:11.139777 [ 260 ] {9307b180-93c7-415e-9146-0d26ee11a98a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3837 2024.12.06 02:44:11.139844 [ 260 ] {9307b180-93c7-415e-9146-0d26ee11a98a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3838 2024.12.06 02:44:11.140571 [ 260 ] {9307b180-93c7-415e-9146-0d26ee11a98a} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3839 2024.12.06 02:44:11.140618 [ 260 ] {9307b180-93c7-415e-9146-0d26ee11a98a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3840 2024.12.06 02:44:11.141034 [ 260 ] {9307b180-93c7-415e-9146-0d26ee11a98a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3841 2024.12.06 02:44:11.141283 [ 260 ] {9307b180-93c7-415e-9146-0d26ee11a98a} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3842 2024.12.06 02:44:11.141524 [ 260 ] {9307b180-93c7-415e-9146-0d26ee11a98a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001792 sec., 31250 rows/sec., 2.40 MiB/sec.
3843 2024.12.06 02:44:11.141591 [ 260 ] {9307b180-93c7-415e-9146-0d26ee11a98a} <Debug> TCPHandler: Processed in 0.00209903 sec.
3844 2024.12.06 02:44:11.141846 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3845 2024.12.06 02:44:11.142064 [ 263 ] {45c454ce-3c76-48ab-9eb7-c60236dd9c4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3846 2024.12.06 02:44:11.142147 [ 263 ] {45c454ce-3c76-48ab-9eb7-c60236dd9c4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3847 2024.12.06 02:44:11.142931 [ 263 ] {45c454ce-3c76-48ab-9eb7-c60236dd9c4d} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3848 2024.12.06 02:44:11.142971 [ 263 ] {45c454ce-3c76-48ab-9eb7-c60236dd9c4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3849 2024.12.06 02:44:11.143415 [ 263 ] {45c454ce-3c76-48ab-9eb7-c60236dd9c4d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3850 2024.12.06 02:44:11.143666 [ 263 ] {45c454ce-3c76-48ab-9eb7-c60236dd9c4d} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): 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.12.06 02:44:11.143865 [ 263 ] {45c454ce-3c76-48ab-9eb7-c60236dd9c4d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001862 sec., 34371.64339419979 rows/sec., 2.68 MiB/sec.
3852 2024.12.06 02:44:11.143923 [ 263 ] {45c454ce-3c76-48ab-9eb7-c60236dd9c4d} <Debug> TCPHandler: Processed in 0.002218063 sec.
3853 2024.12.06 02:44:11.144090 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3854 2024.12.06 02:44:11.144237 [ 260 ] {49722ad2-b8c2-4f46-b7ee-6155209bd4ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3855 2024.12.06 02:44:11.144303 [ 260 ] {49722ad2-b8c2-4f46-b7ee-6155209bd4ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3856 2024.12.06 02:44:11.144984 [ 260 ] {49722ad2-b8c2-4f46-b7ee-6155209bd4ef} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3857 2024.12.06 02:44:11.145031 [ 260 ] {49722ad2-b8c2-4f46-b7ee-6155209bd4ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3858 2024.12.06 02:44:11.145467 [ 260 ] {49722ad2-b8c2-4f46-b7ee-6155209bd4ef} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3859 2024.12.06 02:44:11.145702 [ 260 ] {49722ad2-b8c2-4f46-b7ee-6155209bd4ef} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3860 2024.12.06 02:44:11.145927 [ 260 ] {49722ad2-b8c2-4f46-b7ee-6155209bd4ef} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001726 sec., 92699.88412514483 rows/sec., 6.46 MiB/sec.
3861 2024.12.06 02:44:11.145987 [ 260 ] {49722ad2-b8c2-4f46-b7ee-6155209bd4ef} <Debug> TCPHandler: Processed in 0.001963196 sec.
3862 2024.12.06 02:44:11.146143 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3863 2024.12.06 02:44:11.146266 [ 263 ] {31c3dfa2-c546-4d03-9cbf-420d126d9f69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3864 2024.12.06 02:44:11.146320 [ 263 ] {31c3dfa2-c546-4d03-9cbf-420d126d9f69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3865 2024.12.06 02:44:11.146841 [ 263 ] {31c3dfa2-c546-4d03-9cbf-420d126d9f69} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3866 2024.12.06 02:44:11.146878 [ 263 ] {31c3dfa2-c546-4d03-9cbf-420d126d9f69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3867 2024.12.06 02:44:11.147270 [ 263 ] {31c3dfa2-c546-4d03-9cbf-420d126d9f69} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3868 2024.12.06 02:44:11.147515 [ 263 ] {31c3dfa2-c546-4d03-9cbf-420d126d9f69} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): 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.12.06 02:44:11.147698 [ 263 ] {31c3dfa2-c546-4d03-9cbf-420d126d9f69} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001457 sec., 41180.507892930684 rows/sec., 2.78 MiB/sec.
3870 2024.12.06 02:44:11.147747 [ 263 ] {31c3dfa2-c546-4d03-9cbf-420d126d9f69} <Debug> TCPHandler: Processed in 0.001663018 sec.
3871 2024.12.06 02:44:11.312174 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
3872 2024.12.06 02:44:11.332731 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3873 2024.12.06 02:44:11.332780 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB.
3874 2024.12.06 02:44:11.340567 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3875 2024.12.06 02:44:11.341349 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3876 2024.12.06 02:44:11.344173 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
3877 2024.12.06 02:44:15.126547 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3878 2024.12.06 02:44:15.126778 [ 260 ] {a421e0c2-ebf6-43a2-a715-79791cf5b2e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3879 2024.12.06 02:44:15.126865 [ 260 ] {a421e0c2-ebf6-43a2-a715-79791cf5b2e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3880 2024.12.06 02:44:15.127667 [ 260 ] {a421e0c2-ebf6-43a2-a715-79791cf5b2e9} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3881 2024.12.06 02:44:15.127724 [ 260 ] {a421e0c2-ebf6-43a2-a715-79791cf5b2e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
3882 2024.12.06 02:44:15.128166 [ 260 ] {a421e0c2-ebf6-43a2-a715-79791cf5b2e9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3883 2024.12.06 02:44:15.128432 [ 260 ] {a421e0c2-ebf6-43a2-a715-79791cf5b2e9} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3884 2024.12.06 02:44:15.128637 [ 77 ] {} <Debug> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
3885 2024.12.06 02:44:15.128697 [ 260 ] {a421e0c2-ebf6-43a2-a715-79791cf5b2e9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001977 sec., 7081.436519979768 rows/sec., 509.77 KiB/sec.
3886 2024.12.06 02:44:15.128763 [ 77 ] {} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3887 2024.12.06 02:44:15.128839 [ 260 ] {a421e0c2-ebf6-43a2-a715-79791cf5b2e9} <Debug> TCPHandler: Processed in 0.00243228 sec.
3888 2024.12.06 02:44:15.128850 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
3889 2024.12.06 02:44:15.129098 [ 189 ] {061534ff-c192-4580-96ae-8a4f17a4034c::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
3890 2024.12.06 02:44:15.129207 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3891 2024.12.06 02:44:15.129356 [ 189 ] {061534ff-c192-4580-96ae-8a4f17a4034c::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3892 2024.12.06 02:44:15.129437 [ 189 ] {061534ff-c192-4580-96ae-8a4f17a4034c::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
3893 2024.12.06 02:44:15.129611 [ 263 ] {e464ede9-453c-462b-ad1d-cae7d09e6640} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3894 2024.12.06 02:44:15.129694 [ 189 ] {061534ff-c192-4580-96ae-8a4f17a4034c::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
3895 2024.12.06 02:44:15.129809 [ 263 ] {e464ede9-453c-462b-ad1d-cae7d09e6640} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3896 2024.12.06 02:44:15.130041 [ 189 ] {061534ff-c192-4580-96ae-8a4f17a4034c::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
3897 2024.12.06 02:44:15.130574 [ 189 ] {061534ff-c192-4580-96ae-8a4f17a4034c::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
3898 2024.12.06 02:44:15.131181 [ 189 ] {061534ff-c192-4580-96ae-8a4f17a4034c::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
3899 2024.12.06 02:44:15.133041 [ 263 ] {e464ede9-453c-462b-ad1d-cae7d09e6640} <Trace> oximeter.fields_ipaddr (c74a5b16-760a-4278-aa08-355d94d94d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3900 2024.12.06 02:44:15.133130 [ 263 ] {e464ede9-453c-462b-ad1d-cae7d09e6640} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
3901 2024.12.06 02:44:15.134112 [ 193 ] {061534ff-c192-4580-96ae-8a4f17a4034c::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.005101726 sec., 13720.846631120527 rows/sec., 1.02 MiB/sec.
3902 2024.12.06 02:44:15.134258 [ 263 ] {e464ede9-453c-462b-ad1d-cae7d09e6640} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3903 2024.12.06 02:44:15.134351 [ 197 ] {061534ff-c192-4580-96ae-8a4f17a4034c::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
3904 2024.12.06 02:44:15.134757 [ 263 ] {e464ede9-453c-462b-ad1d-cae7d09e6640} <Trace> oximeter.fields_ipaddr (c74a5b16-760a-4278-aa08-355d94d94d7a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3905 2024.12.06 02:44:15.134884 [ 197 ] {061534ff-c192-4580-96ae-8a4f17a4034c::all_1_13_3} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3906 2024.12.06 02:44:15.135098 [ 197 ] {061534ff-c192-4580-96ae-8a4f17a4034c::all_1_13_3} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
3907 2024.12.06 02:44:15.135370 [ 263 ] {e464ede9-453c-462b-ad1d-cae7d09e6640} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.005846 sec., 2394.7998631542937 rows/sec., 195.28 KiB/sec.
3908 2024.12.06 02:44:15.135411 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
3909 2024.12.06 02:44:15.135524 [ 263 ] {e464ede9-453c-462b-ad1d-cae7d09e6640} <Debug> TCPHandler: Processed in 0.006551338 sec.
3910 2024.12.06 02:44:15.135675 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3911 2024.12.06 02:44:15.135805 [ 260 ] {d7f363bb-b346-49cb-819d-f14dd805c6d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3912 2024.12.06 02:44:15.135860 [ 260 ] {d7f363bb-b346-49cb-819d-f14dd805c6d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3913 2024.12.06 02:44:15.137169 [ 260 ] {d7f363bb-b346-49cb-819d-f14dd805c6d9} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3914 2024.12.06 02:44:15.137213 [ 260 ] {d7f363bb-b346-49cb-819d-f14dd805c6d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
3915 2024.12.06 02:44:15.137685 [ 260 ] {d7f363bb-b346-49cb-819d-f14dd805c6d9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3916 2024.12.06 02:44:15.137933 [ 260 ] {d7f363bb-b346-49cb-819d-f14dd805c6d9} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3917 2024.12.06 02:44:15.138161 [ 260 ] {d7f363bb-b346-49cb-819d-f14dd805c6d9} <Debug> executeQuery: Read 1430 rows, 122.66 KiB in 0.002386 sec., 599329.4216261526 rows/sec., 50.20 MiB/sec.
3918 2024.12.06 02:44:15.138226 [ 260 ] {d7f363bb-b346-49cb-819d-f14dd805c6d9} <Debug> TCPHandler: Processed in 0.002607595 sec.
3919 2024.12.06 02:44:15.138402 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3920 2024.12.06 02:44:15.138546 [ 263 ] {5b1349e2-6bbf-4f7b-8cb6-029688888a4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3921 2024.12.06 02:44:15.138606 [ 263 ] {5b1349e2-6bbf-4f7b-8cb6-029688888a4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3922 2024.12.06 02:44:15.139358 [ 263 ] {5b1349e2-6bbf-4f7b-8cb6-029688888a4c} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3923 2024.12.06 02:44:15.139406 [ 263 ] {5b1349e2-6bbf-4f7b-8cb6-029688888a4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
3924 2024.12.06 02:44:15.139791 [ 263 ] {5b1349e2-6bbf-4f7b-8cb6-029688888a4c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3925 2024.12.06 02:44:15.140058 [ 263 ] {5b1349e2-6bbf-4f7b-8cb6-029688888a4c} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3926 2024.12.06 02:44:15.140328 [ 263 ] {5b1349e2-6bbf-4f7b-8cb6-029688888a4c} <Debug> executeQuery: Read 61 rows, 4.44 KiB in 0.00181 sec., 33701.65745856354 rows/sec., 2.40 MiB/sec.
3927 2024.12.06 02:44:15.140434 [ 263 ] {5b1349e2-6bbf-4f7b-8cb6-029688888a4c} <Debug> TCPHandler: Processed in 0.0021046 sec.
3928 2024.12.06 02:44:15.140588 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3929 2024.12.06 02:44:15.140710 [ 260 ] {b579534b-ebc4-4bc4-94b8-36db44a6978a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3930 2024.12.06 02:44:15.140764 [ 260 ] {b579534b-ebc4-4bc4-94b8-36db44a6978a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3931 2024.12.06 02:44:15.141435 [ 260 ] {b579534b-ebc4-4bc4-94b8-36db44a6978a} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3932 2024.12.06 02:44:15.141478 [ 260 ] {b579534b-ebc4-4bc4-94b8-36db44a6978a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
3933 2024.12.06 02:44:15.141858 [ 260 ] {b579534b-ebc4-4bc4-94b8-36db44a6978a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3934 2024.12.06 02:44:15.142097 [ 260 ] {b579534b-ebc4-4bc4-94b8-36db44a6978a} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3935 2024.12.06 02:44:15.142320 [ 260 ] {b579534b-ebc4-4bc4-94b8-36db44a6978a} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001637 sec., 147831.39890042762 rows/sec., 10.02 MiB/sec.
3936 2024.12.06 02:44:15.142382 [ 260 ] {b579534b-ebc4-4bc4-94b8-36db44a6978a} <Debug> TCPHandler: Processed in 0.001849093 sec.
3937 2024.12.06 02:44:15.142543 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3938 2024.12.06 02:44:15.142684 [ 263 ] {8e73fae2-7947-4544-880a-783dd2dd7bd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3939 2024.12.06 02:44:15.142742 [ 263 ] {8e73fae2-7947-4544-880a-783dd2dd7bd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3940 2024.12.06 02:44:15.143428 [ 263 ] {8e73fae2-7947-4544-880a-783dd2dd7bd4} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3941 2024.12.06 02:44:15.143469 [ 263 ] {8e73fae2-7947-4544-880a-783dd2dd7bd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
3942 2024.12.06 02:44:15.143847 [ 263 ] {8e73fae2-7947-4544-880a-783dd2dd7bd4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3943 2024.12.06 02:44:15.144090 [ 263 ] {8e73fae2-7947-4544-880a-783dd2dd7bd4} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3944 2024.12.06 02:44:15.144248 [ 77 ] {} <Debug> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
3945 2024.12.06 02:44:15.144309 [ 77 ] {} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3946 2024.12.06 02:44:15.144348 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
3947 2024.12.06 02:44:15.144363 [ 263 ] {8e73fae2-7947-4544-880a-783dd2dd7bd4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001697 sec., 7660.577489687685 rows/sec., 477.64 KiB/sec.
3948 2024.12.06 02:44:15.144643 [ 263 ] {8e73fae2-7947-4544-880a-783dd2dd7bd4} <Debug> TCPHandler: Processed in 0.002160612 sec.
3949 2024.12.06 02:44:15.144727 [ 199 ] {87e0652a-fb32-4e53-94fe-beb845eed234::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
3950 2024.12.06 02:44:15.144957 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3951 2024.12.06 02:44:15.145239 [ 199 ] {87e0652a-fb32-4e53-94fe-beb845eed234::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3952 2024.12.06 02:44:15.145270 [ 260 ] {eadfccb6-250b-4de6-b2f8-f4e2e7582650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3953 2024.12.06 02:44:15.145297 [ 199 ] {87e0652a-fb32-4e53-94fe-beb845eed234::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
3954 2024.12.06 02:44:15.145364 [ 260 ] {eadfccb6-250b-4de6-b2f8-f4e2e7582650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3955 2024.12.06 02:44:15.145702 [ 199 ] {87e0652a-fb32-4e53-94fe-beb845eed234::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
3956 2024.12.06 02:44:15.145990 [ 199 ] {87e0652a-fb32-4e53-94fe-beb845eed234::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
3957 2024.12.06 02:44:15.146477 [ 199 ] {87e0652a-fb32-4e53-94fe-beb845eed234::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
3958 2024.12.06 02:44:15.146861 [ 199 ] {87e0652a-fb32-4e53-94fe-beb845eed234::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
3959 2024.12.06 02:44:15.148320 [ 260 ] {eadfccb6-250b-4de6-b2f8-f4e2e7582650} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3960 2024.12.06 02:44:15.148411 [ 260 ] {eadfccb6-250b-4de6-b2f8-f4e2e7582650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
3961 2024.12.06 02:44:15.149070 [ 197 ] {87e0652a-fb32-4e53-94fe-beb845eed234::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004581551 sec., 14187.335249569416 rows/sec., 940.00 KiB/sec.
3962 2024.12.06 02:44:15.149265 [ 197 ] {87e0652a-fb32-4e53-94fe-beb845eed234::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
3963 2024.12.06 02:44:15.149429 [ 260 ] {eadfccb6-250b-4de6-b2f8-f4e2e7582650} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3964 2024.12.06 02:44:15.149737 [ 197 ] {87e0652a-fb32-4e53-94fe-beb845eed234::all_1_13_3} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3965 2024.12.06 02:44:15.149881 [ 197 ] {87e0652a-fb32-4e53-94fe-beb845eed234::all_1_13_3} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
3966 2024.12.06 02:44:15.149934 [ 260 ] {eadfccb6-250b-4de6-b2f8-f4e2e7582650} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3967 2024.12.06 02:44:15.150045 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3968 2024.12.06 02:44:15.150265 [ 260 ] {eadfccb6-250b-4de6-b2f8-f4e2e7582650} <Debug> executeQuery: Read 892 rows, 66.32 KiB in 0.005076 sec., 175728.92040977147 rows/sec., 12.76 MiB/sec.
3969 2024.12.06 02:44:15.150339 [ 260 ] {eadfccb6-250b-4de6-b2f8-f4e2e7582650} <Debug> TCPHandler: Processed in 0.005552719 sec.
3970 2024.12.06 02:44:15.150556 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3971 2024.12.06 02:44:15.150782 [ 263 ] {df833ab2-b9d9-498c-8d77-a95c36d6148c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3972 2024.12.06 02:44:15.150878 [ 263 ] {df833ab2-b9d9-498c-8d77-a95c36d6148c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3973 2024.12.06 02:44:15.151591 [ 263 ] {df833ab2-b9d9-498c-8d77-a95c36d6148c} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3974 2024.12.06 02:44:15.151631 [ 263 ] {df833ab2-b9d9-498c-8d77-a95c36d6148c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
3975 2024.12.06 02:44:15.152010 [ 263 ] {df833ab2-b9d9-498c-8d77-a95c36d6148c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3976 2024.12.06 02:44:15.152257 [ 263 ] {df833ab2-b9d9-498c-8d77-a95c36d6148c} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3977 2024.12.06 02:44:15.152510 [ 263 ] {df833ab2-b9d9-498c-8d77-a95c36d6148c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001782 sec., 3367.003367003367 rows/sec., 175.91 KiB/sec.
3978 2024.12.06 02:44:15.152613 [ 263 ] {df833ab2-b9d9-498c-8d77-a95c36d6148c} <Debug> TCPHandler: Processed in 0.002166782 sec.
3979 2024.12.06 02:44:15.152766 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3980 2024.12.06 02:44:15.152908 [ 260 ] {e1d448d0-4712-47c3-af0d-b6d29c7c169b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3981 2024.12.06 02:44:15.152972 [ 260 ] {e1d448d0-4712-47c3-af0d-b6d29c7c169b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3982 2024.12.06 02:44:15.153812 [ 260 ] {e1d448d0-4712-47c3-af0d-b6d29c7c169b} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3983 2024.12.06 02:44:15.153852 [ 260 ] {e1d448d0-4712-47c3-af0d-b6d29c7c169b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
3984 2024.12.06 02:44:15.154308 [ 260 ] {e1d448d0-4712-47c3-af0d-b6d29c7c169b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3985 2024.12.06 02:44:15.154539 [ 260 ] {e1d448d0-4712-47c3-af0d-b6d29c7c169b} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3986 2024.12.06 02:44:15.154757 [ 260 ] {e1d448d0-4712-47c3-af0d-b6d29c7c169b} <Debug> executeQuery: Read 1058 rows, 72.31 KiB in 0.001882 sec., 562167.9064824654 rows/sec., 37.52 MiB/sec.
3987 2024.12.06 02:44:15.154812 [ 260 ] {e1d448d0-4712-47c3-af0d-b6d29c7c169b} <Debug> TCPHandler: Processed in 0.002112361 sec.
3988 2024.12.06 02:44:15.155027 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3989 2024.12.06 02:44:15.155253 [ 263 ] {001714ce-4efb-4cdd-bdea-7045c359771a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3990 2024.12.06 02:44:15.155350 [ 263 ] {001714ce-4efb-4cdd-bdea-7045c359771a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3991 2024.12.06 02:44:15.155851 [ 263 ] {001714ce-4efb-4cdd-bdea-7045c359771a} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3992 2024.12.06 02:44:15.155892 [ 263 ] {001714ce-4efb-4cdd-bdea-7045c359771a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
3993 2024.12.06 02:44:15.156259 [ 263 ] {001714ce-4efb-4cdd-bdea-7045c359771a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3994 2024.12.06 02:44:15.156505 [ 263 ] {001714ce-4efb-4cdd-bdea-7045c359771a} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3995 2024.12.06 02:44:15.156758 [ 263 ] {001714ce-4efb-4cdd-bdea-7045c359771a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00156 sec., 641.025641025641 rows/sec., 43.19 KiB/sec.
3996 2024.12.06 02:44:15.156872 [ 263 ] {001714ce-4efb-4cdd-bdea-7045c359771a} <Debug> TCPHandler: Processed in 0.001953155 sec.
3997 2024.12.06 02:44:15.157016 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3998 2024.12.06 02:44:15.157155 [ 260 ] {8eff1167-67f4-47dd-bb38-9e52d0ad6bcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3999 2024.12.06 02:44:15.157250 [ 260 ] {8eff1167-67f4-47dd-bb38-9e52d0ad6bcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4000 2024.12.06 02:44:15.158401 [ 260 ] {8eff1167-67f4-47dd-bb38-9e52d0ad6bcc} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4001 2024.12.06 02:44:15.158441 [ 260 ] {8eff1167-67f4-47dd-bb38-9e52d0ad6bcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4002 2024.12.06 02:44:15.159081 [ 260 ] {8eff1167-67f4-47dd-bb38-9e52d0ad6bcc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4003 2024.12.06 02:44:15.159334 [ 260 ] {8eff1167-67f4-47dd-bb38-9e52d0ad6bcc} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4004 2024.12.06 02:44:15.159671 [ 260 ] {8eff1167-67f4-47dd-bb38-9e52d0ad6bcc} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002529 sec., 15816.528272044286 rows/sec., 28.34 MiB/sec.
4005 2024.12.06 02:44:15.159889 [ 260 ] {8eff1167-67f4-47dd-bb38-9e52d0ad6bcc} <Debug> TCPHandler: Processed in 0.002936864 sec.
4006 2024.12.06 02:44:15.160042 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4007 2024.12.06 02:44:15.160182 [ 263 ] {010a229c-c0d6-4bf4-bf13-a921afe2c907} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4008 2024.12.06 02:44:15.160243 [ 263 ] {010a229c-c0d6-4bf4-bf13-a921afe2c907} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4009 2024.12.06 02:44:15.160754 [ 263 ] {010a229c-c0d6-4bf4-bf13-a921afe2c907} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4010 2024.12.06 02:44:15.160793 [ 263 ] {010a229c-c0d6-4bf4-bf13-a921afe2c907} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4011 2024.12.06 02:44:15.161174 [ 263 ] {010a229c-c0d6-4bf4-bf13-a921afe2c907} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4012 2024.12.06 02:44:15.161430 [ 263 ] {010a229c-c0d6-4bf4-bf13-a921afe2c907} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4013 2024.12.06 02:44:15.161657 [ 263 ] {010a229c-c0d6-4bf4-bf13-a921afe2c907} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001505 sec., 46511.62790697674 rows/sec., 2.92 MiB/sec.
4014 2024.12.06 02:44:15.161710 [ 263 ] {010a229c-c0d6-4bf4-bf13-a921afe2c907} <Debug> TCPHandler: Processed in 0.00173389 sec.
4015 2024.12.06 02:44:15.751977 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 612
4016 2024.12.06 02:44:15.755522 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4017 2024.12.06 02:44:15.755581 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4018 2024.12.06 02:44:15.757068 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4019 2024.12.06 02:44:15.757389 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4020 2024.12.06 02:44:15.758012 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 612
4021 2024.12.06 02:44:16.133477 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4022 2024.12.06 02:44:16.133692 [ 260 ] {2aca91fe-9000-45df-8ed1-e462f77fa137} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4023 2024.12.06 02:44:16.133775 [ 260 ] {2aca91fe-9000-45df-8ed1-e462f77fa137} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4024 2024.12.06 02:44:16.134679 [ 260 ] {2aca91fe-9000-45df-8ed1-e462f77fa137} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4025 2024.12.06 02:44:16.134725 [ 260 ] {2aca91fe-9000-45df-8ed1-e462f77fa137} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4026 2024.12.06 02:44:16.135167 [ 260 ] {2aca91fe-9000-45df-8ed1-e462f77fa137} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4027 2024.12.06 02:44:16.135441 [ 260 ] {2aca91fe-9000-45df-8ed1-e462f77fa137} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4028 2024.12.06 02:44:16.135700 [ 260 ] {2aca91fe-9000-45df-8ed1-e462f77fa137} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002059 sec., 27197.668771248176 rows/sec., 2.09 MiB/sec.
4029 2024.12.06 02:44:16.135937 [ 260 ] {2aca91fe-9000-45df-8ed1-e462f77fa137} <Debug> TCPHandler: Processed in 0.002590174 sec.
4030 2024.12.06 02:44:16.136234 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4031 2024.12.06 02:44:16.136449 [ 263 ] {efde9513-7f95-4b1a-bc3d-916771a045da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4032 2024.12.06 02:44:16.136525 [ 263 ] {efde9513-7f95-4b1a-bc3d-916771a045da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4033 2024.12.06 02:44:16.137314 [ 263 ] {efde9513-7f95-4b1a-bc3d-916771a045da} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4034 2024.12.06 02:44:16.137366 [ 263 ] {efde9513-7f95-4b1a-bc3d-916771a045da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4035 2024.12.06 02:44:16.137818 [ 263 ] {efde9513-7f95-4b1a-bc3d-916771a045da} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4036 2024.12.06 02:44:16.138077 [ 263 ] {efde9513-7f95-4b1a-bc3d-916771a045da} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4037 2024.12.06 02:44:16.138381 [ 263 ] {efde9513-7f95-4b1a-bc3d-916771a045da} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001989 sec., 32176.973353443944 rows/sec., 2.51 MiB/sec.
4038 2024.12.06 02:44:16.138652 [ 263 ] {efde9513-7f95-4b1a-bc3d-916771a045da} <Debug> TCPHandler: Processed in 0.002571174 sec.
4039 2024.12.06 02:44:16.138905 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4040 2024.12.06 02:44:16.139056 [ 260 ] {6f5bb486-e64f-4bbf-a085-3880c5ae211f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4041 2024.12.06 02:44:16.139128 [ 260 ] {6f5bb486-e64f-4bbf-a085-3880c5ae211f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4042 2024.12.06 02:44:16.139718 [ 260 ] {6f5bb486-e64f-4bbf-a085-3880c5ae211f} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4043 2024.12.06 02:44:16.139758 [ 260 ] {6f5bb486-e64f-4bbf-a085-3880c5ae211f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4044 2024.12.06 02:44:16.140151 [ 260 ] {6f5bb486-e64f-4bbf-a085-3880c5ae211f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4045 2024.12.06 02:44:16.140389 [ 260 ] {6f5bb486-e64f-4bbf-a085-3880c5ae211f} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4046 2024.12.06 02:44:16.140609 [ 260 ] {6f5bb486-e64f-4bbf-a085-3880c5ae211f} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.00159 sec., 20125.78616352201 rows/sec., 1.40 MiB/sec.
4047 2024.12.06 02:44:16.140668 [ 260 ] {6f5bb486-e64f-4bbf-a085-3880c5ae211f} <Debug> TCPHandler: Processed in 0.001890734 sec.
4048 2024.12.06 02:44:16.140874 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4049 2024.12.06 02:44:16.141111 [ 263 ] {31454499-08a9-4ec2-a7eb-a68074fc9cfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4050 2024.12.06 02:44:16.141217 [ 263 ] {31454499-08a9-4ec2-a7eb-a68074fc9cfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4051 2024.12.06 02:44:16.141810 [ 263 ] {31454499-08a9-4ec2-a7eb-a68074fc9cfa} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4052 2024.12.06 02:44:16.141849 [ 263 ] {31454499-08a9-4ec2-a7eb-a68074fc9cfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4053 2024.12.06 02:44:16.142229 [ 263 ] {31454499-08a9-4ec2-a7eb-a68074fc9cfa} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4054 2024.12.06 02:44:16.142472 [ 263 ] {31454499-08a9-4ec2-a7eb-a68074fc9cfa} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4055 2024.12.06 02:44:16.142653 [ 263 ] {31454499-08a9-4ec2-a7eb-a68074fc9cfa} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001604 sec., 7481.296758104739 rows/sec., 516.29 KiB/sec.
4056 2024.12.06 02:44:16.142701 [ 263 ] {31454499-08a9-4ec2-a7eb-a68074fc9cfa} <Debug> TCPHandler: Processed in 0.001940946 sec.
4057 2024.12.06 02:44:18.220339 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784
4058 2024.12.06 02:44:18.221100 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4059 2024.12.06 02:44:18.221146 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4060 2024.12.06 02:44:18.221709 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4061 2024.12.06 02:44:18.221960 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4062 2024.12.06 02:44:18.222214 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784
4063 2024.12.06 02:44:18.844235 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
4064 2024.12.06 02:44:18.865555 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4065 2024.12.06 02:44:18.865619 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4066 2024.12.06 02:44:18.873492 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4067 2024.12.06 02:44:18.874299 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4068 2024.12.06 02:44:18.876962 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
4069 2024.12.06 02:44:21.140183 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4070 2024.12.06 02:44:21.140391 [ 260 ] {b97f767b-8c7b-49c9-95b9-2f5e9592c9ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4071 2024.12.06 02:44:21.140470 [ 260 ] {b97f767b-8c7b-49c9-95b9-2f5e9592c9ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4072 2024.12.06 02:44:21.141206 [ 260 ] {b97f767b-8c7b-49c9-95b9-2f5e9592c9ec} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4073 2024.12.06 02:44:21.141252 [ 260 ] {b97f767b-8c7b-49c9-95b9-2f5e9592c9ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4074 2024.12.06 02:44:21.141678 [ 260 ] {b97f767b-8c7b-49c9-95b9-2f5e9592c9ec} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4075 2024.12.06 02:44:21.141926 [ 260 ] {b97f767b-8c7b-49c9-95b9-2f5e9592c9ec} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4076 2024.12.06 02:44:21.142093 [ 68 ] {} <Debug> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4077 2024.12.06 02:44:21.142139 [ 68 ] {} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4078 2024.12.06 02:44:21.142147 [ 260 ] {b97f767b-8c7b-49c9-95b9-2f5e9592c9ec} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001811 sec., 30922.142462727777 rows/sec., 2.38 MiB/sec.
4079 2024.12.06 02:44:21.142165 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4080 2024.12.06 02:44:21.142278 [ 260 ] {b97f767b-8c7b-49c9-95b9-2f5e9592c9ec} <Debug> TCPHandler: Processed in 0.002222903 sec.
4081 2024.12.06 02:44:21.142694 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4082 2024.12.06 02:44:21.142723 [ 193 ] {be963b91-cb4a-4427-8175-78b8e92ca805::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
4083 2024.12.06 02:44:21.143078 [ 263 ] {5064beee-3fb9-4b16-8546-b72881efe113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4084 2024.12.06 02:44:21.143099 [ 193 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4085 2024.12.06 02:44:21.143156 [ 193 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1431 rows starting from the beginning of the part
4086 2024.12.06 02:44:21.143186 [ 263 ] {5064beee-3fb9-4b16-8546-b72881efe113} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4087 2024.12.06 02:44:21.143485 [ 193 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 283 rows starting from the beginning of the part
4088 2024.12.06 02:44:21.143759 [ 193 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 56 rows starting from the beginning of the part
4089 2024.12.06 02:44:21.144068 [ 193 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1430 rows starting from the beginning of the part
4090 2024.12.06 02:44:21.144381 [ 193 ] {be963b91-cb4a-4427-8175-78b8e92ca805::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
4091 2024.12.06 02:44:21.144752 [ 193 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part
4092 2024.12.06 02:44:21.146257 [ 263 ] {5064beee-3fb9-4b16-8546-b72881efe113} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4093 2024.12.06 02:44:21.146351 [ 263 ] {5064beee-3fb9-4b16-8546-b72881efe113} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4094 2024.12.06 02:44:21.147483 [ 263 ] {5064beee-3fb9-4b16-8546-b72881efe113} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4095 2024.12.06 02:44:21.147781 [ 263 ] {5064beee-3fb9-4b16-8546-b72881efe113} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4096 2024.12.06 02:44:21.148038 [ 68 ] {} <Debug> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4097 2024.12.06 02:44:21.148159 [ 68 ] {} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4098 2024.12.06 02:44:21.148236 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4099 2024.12.06 02:44:21.148406 [ 263 ] {5064beee-3fb9-4b16-8546-b72881efe113} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005417 sec., 11814.657559534799 rows/sec., 944.29 KiB/sec.
4100 2024.12.06 02:44:21.148759 [ 199 ] {3746ce77-bc61-4209-905f-f26958cc75cd::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
4101 2024.12.06 02:44:21.148861 [ 263 ] {5064beee-3fb9-4b16-8546-b72881efe113} <Debug> TCPHandler: Processed in 0.006429083 sec.
4102 2024.12.06 02:44:21.148905 [ 193 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3312 rows, containing 5 columns (5 merged, 0 gathered) in 0.006603008 sec., 501589.5785678285 rows/sec., 43.95 MiB/sec.
4103 2024.12.06 02:44:21.149081 [ 199 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4104 2024.12.06 02:44:21.149099 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4105 2024.12.06 02:44:21.149133 [ 199 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 910 rows starting from the beginning of the part
4106 2024.12.06 02:44:21.149363 [ 193 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4107 2024.12.06 02:44:21.149556 [ 260 ] {8f8aed8b-a1a3-4fe3-b1e7-b5662b26fcb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4108 2024.12.06 02:44:21.149586 [ 199 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 422 rows starting from the beginning of the part
4109 2024.12.06 02:44:21.149838 [ 260 ] {8f8aed8b-a1a3-4fe3-b1e7-b5662b26fcb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4110 2024.12.06 02:44:21.150208 [ 199 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 64 rows starting from the beginning of the part
4111 2024.12.06 02:44:21.150708 [ 199 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 892 rows starting from the beginning of the part
4112 2024.12.06 02:44:21.151221 [ 199 ] {3746ce77-bc61-4209-905f-f26958cc75cd::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
4113 2024.12.06 02:44:21.151249 [ 193 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_31_6} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4114 2024.12.06 02:44:21.151649 [ 199 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part
4115 2024.12.06 02:44:21.152230 [ 193 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_31_6} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4116 2024.12.06 02:44:21.152578 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
4117 2024.12.06 02:44:21.153203 [ 260 ] {8f8aed8b-a1a3-4fe3-b1e7-b5662b26fcb3} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4118 2024.12.06 02:44:21.153263 [ 260 ] {8f8aed8b-a1a3-4fe3-b1e7-b5662b26fcb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4119 2024.12.06 02:44:21.154182 [ 260 ] {8f8aed8b-a1a3-4fe3-b1e7-b5662b26fcb3} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4120 2024.12.06 02:44:21.154615 [ 260 ] {8f8aed8b-a1a3-4fe3-b1e7-b5662b26fcb3} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4121 2024.12.06 02:44:21.154818 [ 67 ] {} <Debug> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4122 2024.12.06 02:44:21.154890 [ 67 ] {} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4123 2024.12.06 02:44:21.154921 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4124 2024.12.06 02:44:21.155011 [ 260 ] {8f8aed8b-a1a3-4fe3-b1e7-b5662b26fcb3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005624 sec., 28449.50213371266 rows/sec., 1.98 MiB/sec.
4125 2024.12.06 02:44:21.155448 [ 260 ] {8f8aed8b-a1a3-4fe3-b1e7-b5662b26fcb3} <Debug> TCPHandler: Processed in 0.006461774 sec.
4126 2024.12.06 02:44:21.155499 [ 192 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::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
4127 2024.12.06 02:44:21.155792 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4128 2024.12.06 02:44:21.155959 [ 199 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2416 rows, containing 5 columns (5 merged, 0 gathered) in 0.007575377 sec., 318928.0216680965 rows/sec., 24.46 MiB/sec.
4129 2024.12.06 02:44:21.156116 [ 192 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4130 2024.12.06 02:44:21.156122 [ 263 ] {7b9c8e23-3d54-4328-a9ec-fb8e2bc36385} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4131 2024.12.06 02:44:21.156228 [ 192 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7866 rows starting from the beginning of the part
4132 2024.12.06 02:44:21.156243 [ 199 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4133 2024.12.06 02:44:21.156264 [ 263 ] {7b9c8e23-3d54-4328-a9ec-fb8e2bc36385} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4134 2024.12.06 02:44:21.156827 [ 192 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 237 rows starting from the beginning of the part
4135 2024.12.06 02:44:21.157386 [ 192 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part
4136 2024.12.06 02:44:21.157558 [ 199 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_31_6} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4137 2024.12.06 02:44:21.157955 [ 192 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1058 rows starting from the beginning of the part
4138 2024.12.06 02:44:21.158075 [ 199 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_31_6} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4139 2024.12.06 02:44:21.158381 [ 192 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 32 rows starting from the beginning of the part
4140 2024.12.06 02:44:21.158484 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
4141 2024.12.06 02:44:21.158681 [ 192 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part
4142 2024.12.06 02:44:21.159576 [ 263 ] {7b9c8e23-3d54-4328-a9ec-fb8e2bc36385} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4143 2024.12.06 02:44:21.159641 [ 263 ] {7b9c8e23-3d54-4328-a9ec-fb8e2bc36385} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4144 2024.12.06 02:44:21.160266 [ 263 ] {7b9c8e23-3d54-4328-a9ec-fb8e2bc36385} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4145 2024.12.06 02:44:21.160747 [ 263 ] {7b9c8e23-3d54-4328-a9ec-fb8e2bc36385} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4146 2024.12.06 02:44:21.161052 [ 67 ] {} <Debug> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4147 2024.12.06 02:44:21.161161 [ 67 ] {} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4148 2024.12.06 02:44:21.161247 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4149 2024.12.06 02:44:21.161276 [ 263 ] {7b9c8e23-3d54-4328-a9ec-fb8e2bc36385} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005233 sec., 11465.69845213071 rows/sec., 791.25 KiB/sec.
4150 2024.12.06 02:44:21.161737 [ 263 ] {7b9c8e23-3d54-4328-a9ec-fb8e2bc36385} <Debug> TCPHandler: Processed in 0.006136335 sec.
4151 2024.12.06 02:44:21.161782 [ 190 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::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
4152 2024.12.06 02:44:21.162139 [ 190 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4153 2024.12.06 02:44:21.162185 [ 190 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1436 rows starting from the beginning of the part
4154 2024.12.06 02:44:21.162341 [ 190 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 82 rows starting from the beginning of the part
4155 2024.12.06 02:44:21.162511 [ 190 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part
4156 2024.12.06 02:44:21.162671 [ 190 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 70 rows starting from the beginning of the part
4157 2024.12.06 02:44:21.162837 [ 190 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 12 rows starting from the beginning of the part
4158 2024.12.06 02:44:21.163164 [ 190 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part
4159 2024.12.06 02:44:21.164698 [ 192 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9513 rows, containing 5 columns (5 merged, 0 gathered) in 0.009633346 sec., 987507.3520664576 rows/sec., 66.53 MiB/sec.
4160 2024.12.06 02:44:21.164939 [ 192 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4161 2024.12.06 02:44:21.165441 [ 195 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1720 rows, containing 4 columns (4 merged, 0 gathered) in 0.003997004 sec., 430322.311411247 rows/sec., 27.94 MiB/sec.
4162 2024.12.06 02:44:21.165504 [ 196 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4163 2024.12.06 02:44:21.165636 [ 196 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4164 2024.12.06 02:44:21.165782 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB.
4165 2024.12.06 02:44:21.165787 [ 195 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4166 2024.12.06 02:44:21.166103 [ 195 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_31_6} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4167 2024.12.06 02:44:21.166183 [ 195 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_31_6} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4168 2024.12.06 02:44:21.166268 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
4169 2024.12.06 02:44:25.634556 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache
4170 2024.12.06 02:44:25.634617 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache
4171 2024.12.06 02:44:25.722323 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211
4172 2024.12.06 02:44:25.723056 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4173 2024.12.06 02:44:25.723111 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4174 2024.12.06 02:44:25.723629 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4175 2024.12.06 02:44:25.723884 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4176 2024.12.06 02:44:25.724123 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
4177 2024.12.06 02:44:25.758249 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 628
4178 2024.12.06 02:44:25.761739 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4179 2024.12.06 02:44:25.761779 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4180 2024.12.06 02:44:25.763191 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4181 2024.12.06 02:44:25.763483 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4182 2024.12.06 02:44:25.764396 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 628
4183 2024.12.06 02:44:26.146855 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4184 2024.12.06 02:44:26.147068 [ 260 ] {ad4f1eba-6ac4-4cb2-baff-23dfc08d9d81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4185 2024.12.06 02:44:26.147152 [ 260 ] {ad4f1eba-6ac4-4cb2-baff-23dfc08d9d81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4186 2024.12.06 02:44:26.147967 [ 260 ] {ad4f1eba-6ac4-4cb2-baff-23dfc08d9d81} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4187 2024.12.06 02:44:26.148021 [ 260 ] {ad4f1eba-6ac4-4cb2-baff-23dfc08d9d81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4188 2024.12.06 02:44:26.148464 [ 260 ] {ad4f1eba-6ac4-4cb2-baff-23dfc08d9d81} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4189 2024.12.06 02:44:26.148722 [ 260 ] {ad4f1eba-6ac4-4cb2-baff-23dfc08d9d81} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4190 2024.12.06 02:44:26.148963 [ 260 ] {ad4f1eba-6ac4-4cb2-baff-23dfc08d9d81} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001953 sec., 7168.458781362006 rows/sec., 516.03 KiB/sec.
4191 2024.12.06 02:44:26.149020 [ 260 ] {ad4f1eba-6ac4-4cb2-baff-23dfc08d9d81} <Debug> TCPHandler: Processed in 0.002298506 sec.
4192 2024.12.06 02:44:26.149323 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4193 2024.12.06 02:44:26.149638 [ 263 ] {a157ac62-fe83-4660-a9d2-9ea00c8712c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4194 2024.12.06 02:44:26.149757 [ 263 ] {a157ac62-fe83-4660-a9d2-9ea00c8712c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4195 2024.12.06 02:44:26.150663 [ 263 ] {a157ac62-fe83-4660-a9d2-9ea00c8712c7} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4196 2024.12.06 02:44:26.150713 [ 263 ] {a157ac62-fe83-4660-a9d2-9ea00c8712c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4197 2024.12.06 02:44:26.151179 [ 263 ] {a157ac62-fe83-4660-a9d2-9ea00c8712c7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4198 2024.12.06 02:44:26.151439 [ 263 ] {a157ac62-fe83-4660-a9d2-9ea00c8712c7} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4199 2024.12.06 02:44:26.151685 [ 263 ] {a157ac62-fe83-4660-a9d2-9ea00c8712c7} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002134 sec., 133552.01499531395 rows/sec., 11.80 MiB/sec.
4200 2024.12.06 02:44:26.151752 [ 263 ] {a157ac62-fe83-4660-a9d2-9ea00c8712c7} <Debug> TCPHandler: Processed in 0.002622255 sec.
4201 2024.12.06 02:44:26.151908 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4202 2024.12.06 02:44:26.152049 [ 260 ] {6dd2e407-91f3-47c7-bac0-2a0a1ed2293c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4203 2024.12.06 02:44:26.152107 [ 260 ] {6dd2e407-91f3-47c7-bac0-2a0a1ed2293c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4204 2024.12.06 02:44:26.152813 [ 260 ] {6dd2e407-91f3-47c7-bac0-2a0a1ed2293c} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4205 2024.12.06 02:44:26.152853 [ 260 ] {6dd2e407-91f3-47c7-bac0-2a0a1ed2293c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4206 2024.12.06 02:44:26.153220 [ 260 ] {6dd2e407-91f3-47c7-bac0-2a0a1ed2293c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4207 2024.12.06 02:44:26.153460 [ 260 ] {6dd2e407-91f3-47c7-bac0-2a0a1ed2293c} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4208 2024.12.06 02:44:26.153612 [ 62 ] {} <Debug> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4209 2024.12.06 02:44:26.153687 [ 260 ] {6dd2e407-91f3-47c7-bac0-2a0a1ed2293c} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001665 sec., 28828.828828828828 rows/sec., 2.08 MiB/sec.
4210 2024.12.06 02:44:26.153695 [ 62 ] {} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4211 2024.12.06 02:44:26.153773 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4212 2024.12.06 02:44:26.153809 [ 260 ] {6dd2e407-91f3-47c7-bac0-2a0a1ed2293c} <Debug> TCPHandler: Processed in 0.001961425 sec.
4213 2024.12.06 02:44:26.154174 [ 196 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::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
4214 2024.12.06 02:44:26.154162 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4215 2024.12.06 02:44:26.154696 [ 196 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4216 2024.12.06 02:44:26.154752 [ 263 ] {2b2394a1-17b2-45d2-951a-6a7a0026a148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4217 2024.12.06 02:44:26.154779 [ 196 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 59 rows starting from the beginning of the part
4218 2024.12.06 02:44:26.154892 [ 263 ] {2b2394a1-17b2-45d2-951a-6a7a0026a148} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4219 2024.12.06 02:44:26.155029 [ 196 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 49 rows starting from the beginning of the part
4220 2024.12.06 02:44:26.155408 [ 196 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 47 rows starting from the beginning of the part
4221 2024.12.06 02:44:26.155768 [ 196 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 47 rows starting from the beginning of the part
4222 2024.12.06 02:44:26.156113 [ 196 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 61 rows starting from the beginning of the part
4223 2024.12.06 02:44:26.156500 [ 196 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 48 rows starting from the beginning of the part
4224 2024.12.06 02:44:26.158013 [ 263 ] {2b2394a1-17b2-45d2-951a-6a7a0026a148} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4225 2024.12.06 02:44:26.158083 [ 263 ] {2b2394a1-17b2-45d2-951a-6a7a0026a148} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4226 2024.12.06 02:44:26.159094 [ 263 ] {2b2394a1-17b2-45d2-951a-6a7a0026a148} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4227 2024.12.06 02:44:26.159397 [ 195 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 311 rows, containing 5 columns (5 merged, 0 gathered) in 0.005513777 sec., 56404.16723418448 rows/sec., 4.26 MiB/sec.
4228 2024.12.06 02:44:26.159575 [ 263 ] {2b2394a1-17b2-45d2-951a-6a7a0026a148} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4229 2024.12.06 02:44:26.159681 [ 194 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4230 2024.12.06 02:44:26.160132 [ 263 ] {2b2394a1-17b2-45d2-951a-6a7a0026a148} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005487 sec., 2551.4853289593584 rows/sec., 178.69 KiB/sec.
4231 2024.12.06 02:44:26.160312 [ 263 ] {2b2394a1-17b2-45d2-951a-6a7a0026a148} <Debug> TCPHandler: Processed in 0.006398073 sec.
4232 2024.12.06 02:44:26.160493 [ 194 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_16_3} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4233 2024.12.06 02:44:26.160505 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4234 2024.12.06 02:44:26.160623 [ 194 ] {a883ff33-974b-42ed-bb10-2fc5dc7ad0a9::all_1_16_3} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4235 2024.12.06 02:44:26.160699 [ 260 ] {96743b1c-2bca-4531-b02a-b231db340fc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4236 2024.12.06 02:44:26.160777 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
4237 2024.12.06 02:44:26.160800 [ 260 ] {96743b1c-2bca-4531-b02a-b231db340fc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4238 2024.12.06 02:44:26.161372 [ 260 ] {96743b1c-2bca-4531-b02a-b231db340fc3} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4239 2024.12.06 02:44:26.161411 [ 260 ] {96743b1c-2bca-4531-b02a-b231db340fc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4240 2024.12.06 02:44:26.161788 [ 260 ] {96743b1c-2bca-4531-b02a-b231db340fc3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4241 2024.12.06 02:44:26.162026 [ 260 ] {96743b1c-2bca-4531-b02a-b231db340fc3} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4242 2024.12.06 02:44:26.162229 [ 260 ] {96743b1c-2bca-4531-b02a-b231db340fc3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001578 sec., 8238.276299112802 rows/sec., 513.65 KiB/sec.
4243 2024.12.06 02:44:26.162279 [ 260 ] {96743b1c-2bca-4531-b02a-b231db340fc3} <Debug> TCPHandler: Processed in 0.001854093 sec.
4244 2024.12.06 02:44:26.162496 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4245 2024.12.06 02:44:26.162717 [ 263 ] {c38dca50-328b-4078-99ba-31dfce1827b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4246 2024.12.06 02:44:26.162808 [ 263 ] {c38dca50-328b-4078-99ba-31dfce1827b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4247 2024.12.06 02:44:26.163531 [ 263 ] {c38dca50-328b-4078-99ba-31dfce1827b4} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4248 2024.12.06 02:44:26.163571 [ 263 ] {c38dca50-328b-4078-99ba-31dfce1827b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4249 2024.12.06 02:44:26.163963 [ 263 ] {c38dca50-328b-4078-99ba-31dfce1827b4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4250 2024.12.06 02:44:26.164235 [ 263 ] {c38dca50-328b-4078-99ba-31dfce1827b4} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4251 2024.12.06 02:44:26.164448 [ 263 ] {c38dca50-328b-4078-99ba-31dfce1827b4} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001784 sec., 237107.62331838565 rows/sec., 16.95 MiB/sec.
4252 2024.12.06 02:44:26.164503 [ 263 ] {c38dca50-328b-4078-99ba-31dfce1827b4} <Debug> TCPHandler: Processed in 0.00211953 sec.
4253 2024.12.06 02:44:26.164653 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4254 2024.12.06 02:44:26.164792 [ 260 ] {d6d26f38-eadd-4d4e-a5a4-f6ba727cbb1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4255 2024.12.06 02:44:26.164851 [ 260 ] {d6d26f38-eadd-4d4e-a5a4-f6ba727cbb1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4256 2024.12.06 02:44:26.165405 [ 260 ] {d6d26f38-eadd-4d4e-a5a4-f6ba727cbb1b} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4257 2024.12.06 02:44:26.165450 [ 260 ] {d6d26f38-eadd-4d4e-a5a4-f6ba727cbb1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4258 2024.12.06 02:44:26.165866 [ 260 ] {d6d26f38-eadd-4d4e-a5a4-f6ba727cbb1b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4259 2024.12.06 02:44:26.166108 [ 260 ] {d6d26f38-eadd-4d4e-a5a4-f6ba727cbb1b} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4260 2024.12.06 02:44:26.166363 [ 260 ] {d6d26f38-eadd-4d4e-a5a4-f6ba727cbb1b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001593 sec., 3766.478342749529 rows/sec., 196.78 KiB/sec.
4261 2024.12.06 02:44:26.166554 [ 260 ] {d6d26f38-eadd-4d4e-a5a4-f6ba727cbb1b} <Debug> TCPHandler: Processed in 0.001964907 sec.
4262 2024.12.06 02:44:26.166702 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4263 2024.12.06 02:44:26.166857 [ 263 ] {b148733f-854c-4151-a4e9-6bf1f26ac53a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4264 2024.12.06 02:44:26.166954 [ 263 ] {b148733f-854c-4151-a4e9-6bf1f26ac53a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4265 2024.12.06 02:44:26.167904 [ 263 ] {b148733f-854c-4151-a4e9-6bf1f26ac53a} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4266 2024.12.06 02:44:26.167942 [ 263 ] {b148733f-854c-4151-a4e9-6bf1f26ac53a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4267 2024.12.06 02:44:26.168353 [ 263 ] {b148733f-854c-4151-a4e9-6bf1f26ac53a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4268 2024.12.06 02:44:26.168601 [ 263 ] {b148733f-854c-4151-a4e9-6bf1f26ac53a} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4269 2024.12.06 02:44:26.168815 [ 263 ] {b148733f-854c-4151-a4e9-6bf1f26ac53a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002016 sec., 117559.52380952382 rows/sec., 7.88 MiB/sec.
4270 2024.12.06 02:44:26.168869 [ 263 ] {b148733f-854c-4151-a4e9-6bf1f26ac53a} <Debug> TCPHandler: Processed in 0.002224764 sec.
4271 2024.12.06 02:44:26.169025 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4272 2024.12.06 02:44:26.169162 [ 260 ] {62320dfc-59e8-4960-8949-587d85b93c0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4273 2024.12.06 02:44:26.169222 [ 260 ] {62320dfc-59e8-4960-8949-587d85b93c0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4274 2024.12.06 02:44:26.169769 [ 260 ] {62320dfc-59e8-4960-8949-587d85b93c0e} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4275 2024.12.06 02:44:26.169813 [ 260 ] {62320dfc-59e8-4960-8949-587d85b93c0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4276 2024.12.06 02:44:26.170167 [ 260 ] {62320dfc-59e8-4960-8949-587d85b93c0e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4277 2024.12.06 02:44:26.170408 [ 260 ] {62320dfc-59e8-4960-8949-587d85b93c0e} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4278 2024.12.06 02:44:26.170692 [ 260 ] {62320dfc-59e8-4960-8949-587d85b93c0e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001537 sec., 650.6180871828237 rows/sec., 43.84 KiB/sec.
4279 2024.12.06 02:44:26.170880 [ 260 ] {62320dfc-59e8-4960-8949-587d85b93c0e} <Debug> TCPHandler: Processed in 0.001914274 sec.
4280 2024.12.06 02:44:26.171078 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4281 2024.12.06 02:44:26.171306 [ 263 ] {92089c74-1f6c-4f3c-89e4-3dc9b9c33002} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4282 2024.12.06 02:44:26.171443 [ 263 ] {92089c74-1f6c-4f3c-89e4-3dc9b9c33002} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4283 2024.12.06 02:44:26.172853 [ 263 ] {92089c74-1f6c-4f3c-89e4-3dc9b9c33002} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4284 2024.12.06 02:44:26.172891 [ 263 ] {92089c74-1f6c-4f3c-89e4-3dc9b9c33002} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4285 2024.12.06 02:44:26.173578 [ 263 ] {92089c74-1f6c-4f3c-89e4-3dc9b9c33002} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4286 2024.12.06 02:44:26.173839 [ 263 ] {92089c74-1f6c-4f3c-89e4-3dc9b9c33002} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4287 2024.12.06 02:44:26.174192 [ 263 ] {92089c74-1f6c-4f3c-89e4-3dc9b9c33002} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002913 sec., 14074.836937864746 rows/sec., 25.22 MiB/sec.
4288 2024.12.06 02:44:26.174617 [ 263 ] {92089c74-1f6c-4f3c-89e4-3dc9b9c33002} <Debug> TCPHandler: Processed in 0.003649944 sec.
4289 2024.12.06 02:44:26.174763 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4290 2024.12.06 02:44:26.174896 [ 260 ] {892e4c04-716b-488e-a423-fe8eaa003c05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4291 2024.12.06 02:44:26.174956 [ 260 ] {892e4c04-716b-488e-a423-fe8eaa003c05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4292 2024.12.06 02:44:26.175523 [ 260 ] {892e4c04-716b-488e-a423-fe8eaa003c05} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4293 2024.12.06 02:44:26.175568 [ 260 ] {892e4c04-716b-488e-a423-fe8eaa003c05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4294 2024.12.06 02:44:26.175970 [ 260 ] {892e4c04-716b-488e-a423-fe8eaa003c05} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4295 2024.12.06 02:44:26.176225 [ 260 ] {892e4c04-716b-488e-a423-fe8eaa003c05} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4296 2024.12.06 02:44:26.176428 [ 260 ] {892e4c04-716b-488e-a423-fe8eaa003c05} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001562 sec., 52496.798975672216 rows/sec., 3.33 MiB/sec.
4297 2024.12.06 02:44:26.176475 [ 260 ] {892e4c04-716b-488e-a423-fe8eaa003c05} <Debug> TCPHandler: Processed in 0.0017665 sec.
4298 2024.12.06 02:44:26.377020 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
4299 2024.12.06 02:44:26.399094 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4300 2024.12.06 02:44:26.399159 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4301 2024.12.06 02:44:26.408022 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4302 2024.12.06 02:44:26.408967 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4303 2024.12.06 02:44:26.412701 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
4304 2024.12.06 02:44:31.140335 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4305 2024.12.06 02:44:31.140535 [ 260 ] {37f1577a-e24a-4e53-8a00-14e5b149e157} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4306 2024.12.06 02:44:31.140608 [ 260 ] {37f1577a-e24a-4e53-8a00-14e5b149e157} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4307 2024.12.06 02:44:31.141305 [ 260 ] {37f1577a-e24a-4e53-8a00-14e5b149e157} <Trace> oximeter.fields_ipaddr (c74a5b16-760a-4278-aa08-355d94d94d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4308 2024.12.06 02:44:31.141355 [ 260 ] {37f1577a-e24a-4e53-8a00-14e5b149e157} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4309 2024.12.06 02:44:31.141772 [ 260 ] {37f1577a-e24a-4e53-8a00-14e5b149e157} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4310 2024.12.06 02:44:31.142016 [ 260 ] {37f1577a-e24a-4e53-8a00-14e5b149e157} <Trace> oximeter.fields_ipaddr (c74a5b16-760a-4278-aa08-355d94d94d7a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4311 2024.12.06 02:44:31.142288 [ 260 ] {37f1577a-e24a-4e53-8a00-14e5b149e157} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.0018 sec., 1111.111111111111 rows/sec., 90.60 KiB/sec.
4312 2024.12.06 02:44:31.142476 [ 260 ] {37f1577a-e24a-4e53-8a00-14e5b149e157} <Debug> TCPHandler: Processed in 0.002262935 sec.
4313 2024.12.06 02:44:31.142728 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4314 2024.12.06 02:44:31.142941 [ 263 ] {7ab6bee5-be37-4c10-b598-74a3f94625c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4315 2024.12.06 02:44:31.143019 [ 263 ] {7ab6bee5-be37-4c10-b598-74a3f94625c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4316 2024.12.06 02:44:31.143794 [ 263 ] {7ab6bee5-be37-4c10-b598-74a3f94625c4} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4317 2024.12.06 02:44:31.143841 [ 263 ] {7ab6bee5-be37-4c10-b598-74a3f94625c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4318 2024.12.06 02:44:31.144268 [ 263 ] {7ab6bee5-be37-4c10-b598-74a3f94625c4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4319 2024.12.06 02:44:31.144550 [ 263 ] {7ab6bee5-be37-4c10-b598-74a3f94625c4} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4320 2024.12.06 02:44:31.144795 [ 263 ] {7ab6bee5-be37-4c10-b598-74a3f94625c4} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001913 sec., 29796.131730266596 rows/sec., 2.29 MiB/sec.
4321 2024.12.06 02:44:31.144852 [ 263 ] {7ab6bee5-be37-4c10-b598-74a3f94625c4} <Debug> TCPHandler: Processed in 0.002266735 sec.
4322 2024.12.06 02:44:31.145022 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4323 2024.12.06 02:44:31.145161 [ 260 ] {08504dbf-c2de-4464-9d50-58bb13607e7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4324 2024.12.06 02:44:31.145219 [ 260 ] {08504dbf-c2de-4464-9d50-58bb13607e7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4325 2024.12.06 02:44:31.145882 [ 260 ] {08504dbf-c2de-4464-9d50-58bb13607e7d} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4326 2024.12.06 02:44:31.145929 [ 260 ] {08504dbf-c2de-4464-9d50-58bb13607e7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4327 2024.12.06 02:44:31.146280 [ 260 ] {08504dbf-c2de-4464-9d50-58bb13607e7d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4328 2024.12.06 02:44:31.146515 [ 260 ] {08504dbf-c2de-4464-9d50-58bb13607e7d} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4329 2024.12.06 02:44:31.146776 [ 260 ] {08504dbf-c2de-4464-9d50-58bb13607e7d} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00164 sec., 1219.5121951219512 rows/sec., 85.15 KiB/sec.
4330 2024.12.06 02:44:31.146989 [ 260 ] {08504dbf-c2de-4464-9d50-58bb13607e7d} <Debug> TCPHandler: Processed in 0.002032988 sec.
4331 2024.12.06 02:44:31.147162 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4332 2024.12.06 02:44:31.147303 [ 263 ] {3cafcc92-d197-4b8e-86f9-f9a977a020ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4333 2024.12.06 02:44:31.147360 [ 263 ] {3cafcc92-d197-4b8e-86f9-f9a977a020ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4334 2024.12.06 02:44:31.148044 [ 263 ] {3cafcc92-d197-4b8e-86f9-f9a977a020ec} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4335 2024.12.06 02:44:31.148083 [ 263 ] {3cafcc92-d197-4b8e-86f9-f9a977a020ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4336 2024.12.06 02:44:31.148448 [ 263 ] {3cafcc92-d197-4b8e-86f9-f9a977a020ec} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4337 2024.12.06 02:44:31.148686 [ 263 ] {3cafcc92-d197-4b8e-86f9-f9a977a020ec} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4338 2024.12.06 02:44:31.148894 [ 263 ] {3cafcc92-d197-4b8e-86f9-f9a977a020ec} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001621 sec., 40715.60764959901 rows/sec., 3.18 MiB/sec.
4339 2024.12.06 02:44:31.148946 [ 263 ] {3cafcc92-d197-4b8e-86f9-f9a977a020ec} <Debug> TCPHandler: Processed in 0.001852043 sec.
4340 2024.12.06 02:44:31.149103 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4341 2024.12.06 02:44:31.149242 [ 260 ] {3971cefa-0297-485b-8bba-06251dd25baf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4342 2024.12.06 02:44:31.149303 [ 260 ] {3971cefa-0297-485b-8bba-06251dd25baf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4343 2024.12.06 02:44:31.149966 [ 260 ] {3971cefa-0297-485b-8bba-06251dd25baf} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4344 2024.12.06 02:44:31.150007 [ 260 ] {3971cefa-0297-485b-8bba-06251dd25baf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4345 2024.12.06 02:44:31.150399 [ 260 ] {3971cefa-0297-485b-8bba-06251dd25baf} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4346 2024.12.06 02:44:31.150643 [ 260 ] {3971cefa-0297-485b-8bba-06251dd25baf} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4347 2024.12.06 02:44:31.150885 [ 260 ] {3971cefa-0297-485b-8bba-06251dd25baf} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001673 sec., 96234.30962343096 rows/sec., 6.70 MiB/sec.
4348 2024.12.06 02:44:31.151090 [ 260 ] {3971cefa-0297-485b-8bba-06251dd25baf} <Debug> TCPHandler: Processed in 0.002054429 sec.
4349 2024.12.06 02:44:31.151316 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4350 2024.12.06 02:44:31.151453 [ 263 ] {a7784414-4f3e-483b-a03b-5138a8aeca7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4351 2024.12.06 02:44:31.151512 [ 263 ] {a7784414-4f3e-483b-a03b-5138a8aeca7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4352 2024.12.06 02:44:31.152073 [ 263 ] {a7784414-4f3e-483b-a03b-5138a8aeca7c} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4353 2024.12.06 02:44:31.152113 [ 263 ] {a7784414-4f3e-483b-a03b-5138a8aeca7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4354 2024.12.06 02:44:31.152487 [ 263 ] {a7784414-4f3e-483b-a03b-5138a8aeca7c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4355 2024.12.06 02:44:31.152723 [ 263 ] {a7784414-4f3e-483b-a03b-5138a8aeca7c} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4356 2024.12.06 02:44:31.152983 [ 263 ] {a7784414-4f3e-483b-a03b-5138a8aeca7c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001551 sec., 38684.71953578336 rows/sec., 2.61 MiB/sec.
4357 2024.12.06 02:44:31.153138 [ 263 ] {a7784414-4f3e-483b-a03b-5138a8aeca7c} <Debug> TCPHandler: Processed in 0.001937306 sec.
4358 2024.12.06 02:44:33.224233 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699
4359 2024.12.06 02:44:33.224893 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4360 2024.12.06 02:44:33.224937 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4361 2024.12.06 02:44:33.225446 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4362 2024.12.06 02:44:33.225697 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4363 2024.12.06 02:44:33.225910 [ 50 ] {} <Debug> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4364 2024.12.06 02:44:33.225941 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699
4365 2024.12.06 02:44:33.225996 [ 50 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4366 2024.12.06 02:44:33.226029 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4367 2024.12.06 02:44:33.226157 [ 186 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::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
4368 2024.12.06 02:44:33.226303 [ 186 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4369 2024.12.06 02:44:33.226349 [ 186 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::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
4370 2024.12.06 02:44:33.226433 [ 186 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::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
4371 2024.12.06 02:44:33.226611 [ 186 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::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
4372 2024.12.06 02:44:33.226715 [ 186 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::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
4373 2024.12.06 02:44:33.226845 [ 186 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::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
4374 2024.12.06 02:44:33.226935 [ 186 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::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
4375 2024.12.06 02:44:33.229199 [ 195 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.003096929 sec., 3131812.192013443 rows/sec., 44.80 MiB/sec.
4376 2024.12.06 02:44:33.229665 [ 200 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4377 2024.12.06 02:44:33.230012 [ 200 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::all_1_21_4} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4378 2024.12.06 02:44:33.230097 [ 200 ] {aae5b0bd-dc97-4f21-943f-97e0f1c99a3e::all_1_21_4} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4379 2024.12.06 02:44:33.230197 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.43 MiB.
4380 2024.12.06 02:44:33.912761 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
4381 2024.12.06 02:44:33.934365 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4382 2024.12.06 02:44:33.934429 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4383 2024.12.06 02:44:33.941920 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4384 2024.12.06 02:44:33.942703 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4385 2024.12.06 02:44:33.943119 [ 49 ] {} <Debug> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4386 2024.12.06 02:44:33.943252 [ 49 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4387 2024.12.06 02:44:33.943325 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4388 2024.12.06 02:44:33.943815 [ 186 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::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
4389 2024.12.06 02:44:33.958196 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
4390 2024.12.06 02:44:33.960097 [ 186 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4391 2024.12.06 02:44:33.961765 [ 186 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::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
4392 2024.12.06 02:44:33.967682 [ 186 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::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
4393 2024.12.06 02:44:33.973142 [ 186 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::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
4394 2024.12.06 02:44:33.978572 [ 186 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::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
4395 2024.12.06 02:44:33.984133 [ 186 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::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
4396 2024.12.06 02:44:33.988693 [ 186 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::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
4397 2024.12.06 02:44:34.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 195.63 MiB, peak 195.63 MiB, free memory in arenas 0.00 B, will set to 186.30 MiB (RSS), difference: -9.33 MiB
4398 2024.12.06 02:44:34.046469 [ 195 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.102986432 sec., 1543.8926945250419 rows/sec., 7.98 MiB/sec.
4399 2024.12.06 02:44:34.049051 [ 188 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4400 2024.12.06 02:44:34.051900 [ 188 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::all_1_21_4} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4401 2024.12.06 02:44:34.052026 [ 188 ] {4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d::all_1_21_4} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4402 2024.12.06 02:44:34.054359 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
4403 2024.12.06 02:44:35.000237 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.90 MiB, peak 195.63 MiB, free memory in arenas 0.00 B, will set to 188.20 MiB (RSS), difference: 11.30 MiB
4404 2024.12.06 02:44:35.764545 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 662
4405 2024.12.06 02:44:35.768211 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4406 2024.12.06 02:44:35.768264 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4407 2024.12.06 02:44:35.769799 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4408 2024.12.06 02:44:35.770112 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4409 2024.12.06 02:44:35.770366 [ 45 ] {} <Debug> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4410 2024.12.06 02:44:35.770537 [ 45 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4411 2024.12.06 02:44:35.770668 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4412 2024.12.06 02:44:35.771670 [ 195 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::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
4413 2024.12.06 02:44:35.771866 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 662
4414 2024.12.06 02:44:35.772527 [ 195 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4415 2024.12.06 02:44:35.772705 [ 195 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 512 rows starting from the beginning of the part
4416 2024.12.06 02:44:35.773376 [ 195 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::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
4417 2024.12.06 02:44:35.774113 [ 195 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::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
4418 2024.12.06 02:44:35.774758 [ 195 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 54 rows starting from the beginning of the part
4419 2024.12.06 02:44:35.775339 [ 195 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 16 rows starting from the beginning of the part
4420 2024.12.06 02:44:35.775950 [ 195 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::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
4421 2024.12.06 02:44:35.784498 [ 187 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 662 rows, containing 72 columns (72 merged, 0 gathered) in 0.013583257 sec., 48736.47020004113 rows/sec., 41.73 MiB/sec.
4422 2024.12.06 02:44:35.785524 [ 187 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4423 2024.12.06 02:44:35.786228 [ 187 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::all_1_16_3} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4424 2024.12.06 02:44:35.786310 [ 187 ] {14ceb340-4a1d-4d95-be04-8ef3491fc911::all_1_16_3} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4425 2024.12.06 02:44:35.786510 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.09 MiB.
4426 2024.12.06 02:44:36.146464 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4427 2024.12.06 02:44:36.146685 [ 260 ] {983a750f-33ee-4de5-b4c4-f451c755f65f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4428 2024.12.06 02:44:36.146784 [ 260 ] {983a750f-33ee-4de5-b4c4-f451c755f65f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4429 2024.12.06 02:44:36.147607 [ 260 ] {983a750f-33ee-4de5-b4c4-f451c755f65f} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4430 2024.12.06 02:44:36.147659 [ 260 ] {983a750f-33ee-4de5-b4c4-f451c755f65f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4431 2024.12.06 02:44:36.148093 [ 260 ] {983a750f-33ee-4de5-b4c4-f451c755f65f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4432 2024.12.06 02:44:36.148354 [ 260 ] {983a750f-33ee-4de5-b4c4-f451c755f65f} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4433 2024.12.06 02:44:36.148613 [ 260 ] {983a750f-33ee-4de5-b4c4-f451c755f65f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001992 sec., 7028.112449799198 rows/sec., 505.93 KiB/sec.
4434 2024.12.06 02:44:36.148733 [ 260 ] {983a750f-33ee-4de5-b4c4-f451c755f65f} <Debug> TCPHandler: Processed in 0.002418029 sec.
4435 2024.12.06 02:44:36.148993 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4436 2024.12.06 02:44:36.149183 [ 263 ] {ce1696e3-e168-4b2b-af6c-a20073790c1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4437 2024.12.06 02:44:36.149259 [ 263 ] {ce1696e3-e168-4b2b-af6c-a20073790c1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4438 2024.12.06 02:44:36.150271 [ 263 ] {ce1696e3-e168-4b2b-af6c-a20073790c1d} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4439 2024.12.06 02:44:36.150324 [ 263 ] {ce1696e3-e168-4b2b-af6c-a20073790c1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4440 2024.12.06 02:44:36.150769 [ 263 ] {ce1696e3-e168-4b2b-af6c-a20073790c1d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4441 2024.12.06 02:44:36.151022 [ 263 ] {ce1696e3-e168-4b2b-af6c-a20073790c1d} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): 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.12.06 02:44:36.151262 [ 263 ] {ce1696e3-e168-4b2b-af6c-a20073790c1d} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002131 sec., 133740.0281557954 rows/sec., 11.82 MiB/sec.
4443 2024.12.06 02:44:36.151321 [ 263 ] {ce1696e3-e168-4b2b-af6c-a20073790c1d} <Debug> TCPHandler: Processed in 0.002462551 sec.
4444 2024.12.06 02:44:36.151470 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4445 2024.12.06 02:44:36.151598 [ 260 ] {6c555968-26f5-41f3-8859-83f7e1032668} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4446 2024.12.06 02:44:36.151652 [ 260 ] {6c555968-26f5-41f3-8859-83f7e1032668} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4447 2024.12.06 02:44:36.152261 [ 260 ] {6c555968-26f5-41f3-8859-83f7e1032668} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4448 2024.12.06 02:44:36.152301 [ 260 ] {6c555968-26f5-41f3-8859-83f7e1032668} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4449 2024.12.06 02:44:36.152664 [ 260 ] {6c555968-26f5-41f3-8859-83f7e1032668} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4450 2024.12.06 02:44:36.152902 [ 260 ] {6c555968-26f5-41f3-8859-83f7e1032668} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4451 2024.12.06 02:44:36.153180 [ 260 ] {6c555968-26f5-41f3-8859-83f7e1032668} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001608 sec., 29850.746268656716 rows/sec., 2.15 MiB/sec.
4452 2024.12.06 02:44:36.153297 [ 260 ] {6c555968-26f5-41f3-8859-83f7e1032668} <Debug> TCPHandler: Processed in 0.001885404 sec.
4453 2024.12.06 02:44:36.153524 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4454 2024.12.06 02:44:36.153756 [ 263 ] {c22d6562-adc1-4e36-addc-86827e92ea8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4455 2024.12.06 02:44:36.153853 [ 263 ] {c22d6562-adc1-4e36-addc-86827e92ea8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4456 2024.12.06 02:44:36.154617 [ 263 ] {c22d6562-adc1-4e36-addc-86827e92ea8d} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4457 2024.12.06 02:44:36.154657 [ 263 ] {c22d6562-adc1-4e36-addc-86827e92ea8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4458 2024.12.06 02:44:36.155019 [ 263 ] {c22d6562-adc1-4e36-addc-86827e92ea8d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4459 2024.12.06 02:44:36.155261 [ 263 ] {c22d6562-adc1-4e36-addc-86827e92ea8d} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4460 2024.12.06 02:44:36.155474 [ 263 ] {c22d6562-adc1-4e36-addc-86827e92ea8d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001779 sec., 7869.589657110737 rows/sec., 551.13 KiB/sec.
4461 2024.12.06 02:44:36.155527 [ 263 ] {c22d6562-adc1-4e36-addc-86827e92ea8d} <Debug> TCPHandler: Processed in 0.002114681 sec.
4462 2024.12.06 02:44:36.155675 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4463 2024.12.06 02:44:36.155794 [ 260 ] {db3aa569-5057-468e-b96b-84f091172bc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4464 2024.12.06 02:44:36.155845 [ 260 ] {db3aa569-5057-468e-b96b-84f091172bc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4465 2024.12.06 02:44:36.156435 [ 260 ] {db3aa569-5057-468e-b96b-84f091172bc9} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4466 2024.12.06 02:44:36.156474 [ 260 ] {db3aa569-5057-468e-b96b-84f091172bc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4467 2024.12.06 02:44:36.156836 [ 260 ] {db3aa569-5057-468e-b96b-84f091172bc9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4468 2024.12.06 02:44:36.157077 [ 260 ] {db3aa569-5057-468e-b96b-84f091172bc9} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4469 2024.12.06 02:44:36.157308 [ 260 ] {db3aa569-5057-468e-b96b-84f091172bc9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001537 sec., 8458.035133376708 rows/sec., 527.36 KiB/sec.
4470 2024.12.06 02:44:36.157418 [ 260 ] {db3aa569-5057-468e-b96b-84f091172bc9} <Debug> TCPHandler: Processed in 0.001800561 sec.
4471 2024.12.06 02:44:36.157628 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4472 2024.12.06 02:44:36.157849 [ 263 ] {8eb98520-63dd-4465-959d-10a7ff3383cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4473 2024.12.06 02:44:36.157939 [ 263 ] {8eb98520-63dd-4465-959d-10a7ff3383cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4474 2024.12.06 02:44:36.158807 [ 263 ] {8eb98520-63dd-4465-959d-10a7ff3383cc} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4475 2024.12.06 02:44:36.158848 [ 263 ] {8eb98520-63dd-4465-959d-10a7ff3383cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4476 2024.12.06 02:44:36.159260 [ 263 ] {8eb98520-63dd-4465-959d-10a7ff3383cc} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4477 2024.12.06 02:44:36.159505 [ 263 ] {8eb98520-63dd-4465-959d-10a7ff3383cc} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4478 2024.12.06 02:44:36.159761 [ 263 ] {8eb98520-63dd-4465-959d-10a7ff3383cc} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001954 sec., 216479.0174002047 rows/sec., 15.48 MiB/sec.
4479 2024.12.06 02:44:36.159833 [ 263 ] {8eb98520-63dd-4465-959d-10a7ff3383cc} <Debug> TCPHandler: Processed in 0.002311996 sec.
4480 2024.12.06 02:44:36.160064 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4481 2024.12.06 02:44:36.160220 [ 260 ] {90728763-e8ec-40bc-820a-40de43b64f23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4482 2024.12.06 02:44:36.160272 [ 260 ] {90728763-e8ec-40bc-820a-40de43b64f23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4483 2024.12.06 02:44:36.160759 [ 260 ] {90728763-e8ec-40bc-820a-40de43b64f23} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4484 2024.12.06 02:44:36.160796 [ 260 ] {90728763-e8ec-40bc-820a-40de43b64f23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4485 2024.12.06 02:44:36.161171 [ 260 ] {90728763-e8ec-40bc-820a-40de43b64f23} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4486 2024.12.06 02:44:36.161406 [ 260 ] {90728763-e8ec-40bc-820a-40de43b64f23} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4487 2024.12.06 02:44:36.161658 [ 260 ] {90728763-e8ec-40bc-820a-40de43b64f23} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001457 sec., 4118.050789293068 rows/sec., 215.15 KiB/sec.
4488 2024.12.06 02:44:36.161734 [ 260 ] {90728763-e8ec-40bc-820a-40de43b64f23} <Debug> TCPHandler: Processed in 0.001789171 sec.
4489 2024.12.06 02:44:36.161887 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4490 2024.12.06 02:44:36.162003 [ 263 ] {a9e91cb0-c89d-4745-91a4-96d3640e8b29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4491 2024.12.06 02:44:36.162057 [ 263 ] {a9e91cb0-c89d-4745-91a4-96d3640e8b29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4492 2024.12.06 02:44:36.162656 [ 263 ] {a9e91cb0-c89d-4745-91a4-96d3640e8b29} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4493 2024.12.06 02:44:36.162695 [ 263 ] {a9e91cb0-c89d-4745-91a4-96d3640e8b29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4494 2024.12.06 02:44:36.163096 [ 263 ] {a9e91cb0-c89d-4745-91a4-96d3640e8b29} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4495 2024.12.06 02:44:36.163335 [ 263 ] {a9e91cb0-c89d-4745-91a4-96d3640e8b29} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4496 2024.12.06 02:44:36.163559 [ 263 ] {a9e91cb0-c89d-4745-91a4-96d3640e8b29} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00158 sec., 150000 rows/sec., 10.05 MiB/sec.
4497 2024.12.06 02:44:36.163613 [ 263 ] {a9e91cb0-c89d-4745-91a4-96d3640e8b29} <Debug> TCPHandler: Processed in 0.001786521 sec.
4498 2024.12.06 02:44:36.163762 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4499 2024.12.06 02:44:36.163880 [ 260 ] {6071834d-f38a-458f-adbc-40dff3c6bbc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4500 2024.12.06 02:44:36.163932 [ 260 ] {6071834d-f38a-458f-adbc-40dff3c6bbc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4501 2024.12.06 02:44:36.164418 [ 260 ] {6071834d-f38a-458f-adbc-40dff3c6bbc9} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4502 2024.12.06 02:44:36.164457 [ 260 ] {6071834d-f38a-458f-adbc-40dff3c6bbc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4503 2024.12.06 02:44:36.164811 [ 260 ] {6071834d-f38a-458f-adbc-40dff3c6bbc9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4504 2024.12.06 02:44:36.165040 [ 260 ] {6071834d-f38a-458f-adbc-40dff3c6bbc9} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4505 2024.12.06 02:44:36.165253 [ 260 ] {6071834d-f38a-458f-adbc-40dff3c6bbc9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001398 sec., 715.307582260372 rows/sec., 48.20 KiB/sec.
4506 2024.12.06 02:44:36.165305 [ 260 ] {6071834d-f38a-458f-adbc-40dff3c6bbc9} <Debug> TCPHandler: Processed in 0.001597826 sec.
4507 2024.12.06 02:44:36.165510 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4508 2024.12.06 02:44:36.165732 [ 263 ] {a02702fe-a237-4352-9d0e-3c2ec46583c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4509 2024.12.06 02:44:36.165875 [ 263 ] {a02702fe-a237-4352-9d0e-3c2ec46583c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4510 2024.12.06 02:44:36.167194 [ 263 ] {a02702fe-a237-4352-9d0e-3c2ec46583c2} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4511 2024.12.06 02:44:36.167233 [ 263 ] {a02702fe-a237-4352-9d0e-3c2ec46583c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4512 2024.12.06 02:44:36.167889 [ 263 ] {a02702fe-a237-4352-9d0e-3c2ec46583c2} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4513 2024.12.06 02:44:36.168152 [ 263 ] {a02702fe-a237-4352-9d0e-3c2ec46583c2} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4514 2024.12.06 02:44:36.168330 [ 46 ] {} <Debug> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4515 2024.12.06 02:44:36.168427 [ 263 ] {a02702fe-a237-4352-9d0e-3c2ec46583c2} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002749 sec., 14914.514368861403 rows/sec., 26.73 MiB/sec.
4516 2024.12.06 02:44:36.168434 [ 46 ] {} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4517 2024.12.06 02:44:36.168539 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4518 2024.12.06 02:44:36.168772 [ 263 ] {a02702fe-a237-4352-9d0e-3c2ec46583c2} <Debug> TCPHandler: Processed in 0.003373956 sec.
4519 2024.12.06 02:44:36.168821 [ 191 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::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
4520 2024.12.06 02:44:36.168943 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4521 2024.12.06 02:44:36.169200 [ 260 ] {30057543-507b-43e8-9a8e-6914c76f4dea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4522 2024.12.06 02:44:36.169335 [ 260 ] {30057543-507b-43e8-9a8e-6914c76f4dea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4523 2024.12.06 02:44:36.169542 [ 191 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4524 2024.12.06 02:44:36.169771 [ 191 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 271 rows starting from the beginning of the part
4525 2024.12.06 02:44:36.170613 [ 191 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part
4526 2024.12.06 02:44:36.171413 [ 191 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 40 rows starting from the beginning of the part
4527 2024.12.06 02:44:36.171475 [ 260 ] {30057543-507b-43e8-9a8e-6914c76f4dea} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4528 2024.12.06 02:44:36.171549 [ 260 ] {30057543-507b-43e8-9a8e-6914c76f4dea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB.
4529 2024.12.06 02:44:36.172055 [ 191 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part
4530 2024.12.06 02:44:36.172723 [ 191 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 41 rows starting from the beginning of the part
4531 2024.12.06 02:44:36.173252 [ 260 ] {30057543-507b-43e8-9a8e-6914c76f4dea} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4532 2024.12.06 02:44:36.173363 [ 191 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 41 rows starting from the beginning of the part
4533 2024.12.06 02:44:36.174105 [ 260 ] {30057543-507b-43e8-9a8e-6914c76f4dea} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4534 2024.12.06 02:44:36.174793 [ 260 ] {30057543-507b-43e8-9a8e-6914c76f4dea} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005661 sec., 14485.07330860272 rows/sec., 942.06 KiB/sec.
4535 2024.12.06 02:44:36.175095 [ 260 ] {30057543-507b-43e8-9a8e-6914c76f4dea} <Debug> TCPHandler: Processed in 0.006220257 sec.
4536 2024.12.06 02:44:36.178670 [ 202 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 473 rows, containing 19 columns (19 merged, 0 gathered) in 0.009986445 sec., 47364.202176049635 rows/sec., 84.87 MiB/sec.
4537 2024.12.06 02:44:36.179458 [ 202 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4538 2024.12.06 02:44:36.179912 [ 202 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4539 2024.12.06 02:44:36.180001 [ 202 ] {40d9dcda-e0ed-426b-94fd-c6b09953fdd2::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4540 2024.12.06 02:44:36.180162 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.39 MiB.
4541 2024.12.06 02:44:40.634682 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache
4542 2024.12.06 02:44:40.634794 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache
4543 2024.12.06 02:44:40.726076 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126
4544 2024.12.06 02:44:40.726748 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4545 2024.12.06 02:44:40.726796 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4546 2024.12.06 02:44:40.727392 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4547 2024.12.06 02:44:40.727656 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4548 2024.12.06 02:44:40.727968 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
4549 2024.12.06 02:44:41.140535 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4550 2024.12.06 02:44:41.140773 [ 260 ] {9f11a0bb-9c7a-474a-9547-2b2f7847bd4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4551 2024.12.06 02:44:41.140867 [ 260 ] {9f11a0bb-9c7a-474a-9547-2b2f7847bd4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4552 2024.12.06 02:44:41.141799 [ 260 ] {9f11a0bb-9c7a-474a-9547-2b2f7847bd4e} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4553 2024.12.06 02:44:41.141847 [ 260 ] {9f11a0bb-9c7a-474a-9547-2b2f7847bd4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4554 2024.12.06 02:44:41.142286 [ 260 ] {9f11a0bb-9c7a-474a-9547-2b2f7847bd4e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4555 2024.12.06 02:44:41.142531 [ 260 ] {9f11a0bb-9c7a-474a-9547-2b2f7847bd4e} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4556 2024.12.06 02:44:41.142783 [ 260 ] {9f11a0bb-9c7a-474a-9547-2b2f7847bd4e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002078 sec., 26948.989412897015 rows/sec., 2.07 MiB/sec.
4557 2024.12.06 02:44:41.142849 [ 260 ] {9f11a0bb-9c7a-474a-9547-2b2f7847bd4e} <Debug> TCPHandler: Processed in 0.002464371 sec.
4558 2024.12.06 02:44:41.143169 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4559 2024.12.06 02:44:41.143457 [ 263 ] {e4cb48e9-88d9-48f8-aeec-e4b1b5b643d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4560 2024.12.06 02:44:41.143535 [ 263 ] {e4cb48e9-88d9-48f8-aeec-e4b1b5b643d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4561 2024.12.06 02:44:41.144336 [ 263 ] {e4cb48e9-88d9-48f8-aeec-e4b1b5b643d0} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4562 2024.12.06 02:44:41.144390 [ 263 ] {e4cb48e9-88d9-48f8-aeec-e4b1b5b643d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4563 2024.12.06 02:44:41.144875 [ 263 ] {e4cb48e9-88d9-48f8-aeec-e4b1b5b643d0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4564 2024.12.06 02:44:41.145128 [ 263 ] {e4cb48e9-88d9-48f8-aeec-e4b1b5b643d0} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4565 2024.12.06 02:44:41.145438 [ 263 ] {e4cb48e9-88d9-48f8-aeec-e4b1b5b643d0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002028 sec., 31558.185404339252 rows/sec., 2.46 MiB/sec.
4566 2024.12.06 02:44:41.145606 [ 263 ] {e4cb48e9-88d9-48f8-aeec-e4b1b5b643d0} <Debug> TCPHandler: Processed in 0.002629695 sec.
4567 2024.12.06 02:44:41.145835 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4568 2024.12.06 02:44:41.145972 [ 260 ] {be5f5624-d63a-43a3-9ead-492ada636c2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4569 2024.12.06 02:44:41.146029 [ 260 ] {be5f5624-d63a-43a3-9ead-492ada636c2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4570 2024.12.06 02:44:41.146627 [ 260 ] {be5f5624-d63a-43a3-9ead-492ada636c2f} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4571 2024.12.06 02:44:41.146666 [ 260 ] {be5f5624-d63a-43a3-9ead-492ada636c2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4572 2024.12.06 02:44:41.147066 [ 260 ] {be5f5624-d63a-43a3-9ead-492ada636c2f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4573 2024.12.06 02:44:41.147315 [ 260 ] {be5f5624-d63a-43a3-9ead-492ada636c2f} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4574 2024.12.06 02:44:41.147544 [ 260 ] {be5f5624-d63a-43a3-9ead-492ada636c2f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001602 sec., 99875.15605493134 rows/sec., 6.96 MiB/sec.
4575 2024.12.06 02:44:41.147600 [ 260 ] {be5f5624-d63a-43a3-9ead-492ada636c2f} <Debug> TCPHandler: Processed in 0.001885434 sec.
4576 2024.12.06 02:44:41.147808 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4577 2024.12.06 02:44:41.148038 [ 263 ] {93215565-4c53-4fd2-873f-65b2e4496f95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4578 2024.12.06 02:44:41.148138 [ 263 ] {93215565-4c53-4fd2-873f-65b2e4496f95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4579 2024.12.06 02:44:41.148772 [ 263 ] {93215565-4c53-4fd2-873f-65b2e4496f95} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4580 2024.12.06 02:44:41.148813 [ 263 ] {93215565-4c53-4fd2-873f-65b2e4496f95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4581 2024.12.06 02:44:41.149215 [ 263 ] {93215565-4c53-4fd2-873f-65b2e4496f95} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4582 2024.12.06 02:44:41.149456 [ 263 ] {93215565-4c53-4fd2-873f-65b2e4496f95} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4583 2024.12.06 02:44:41.149716 [ 263 ] {93215565-4c53-4fd2-873f-65b2e4496f95} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00173 sec., 34682.080924855494 rows/sec., 2.34 MiB/sec.
4584 2024.12.06 02:44:41.149875 [ 263 ] {93215565-4c53-4fd2-873f-65b2e4496f95} <Debug> TCPHandler: Processed in 0.002173282 sec.
4585 2024.12.06 02:44:41.458290 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
4586 2024.12.06 02:44:41.478468 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4587 2024.12.06 02:44:41.478530 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4588 2024.12.06 02:44:41.485866 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4589 2024.12.06 02:44:41.486660 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4590 2024.12.06 02:44:41.490211 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
4591 2024.12.06 02:44:44.439542 [ 17 ] {} <Debug> oximeter.fields_ipaddr (c74a5b16-760a-4278-aa08-355d94d94d7a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
4592 2024.12.06 02:44:44.439640 [ 17 ] {} <Trace> oximeter.fields_ipaddr (c74a5b16-760a-4278-aa08-355d94d94d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4593 2024.12.06 02:44:44.439670 [ 17 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4594 2024.12.06 02:44:44.439826 [ 197 ] {c74a5b16-760a-4278-aa08-355d94d94d7a::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
4595 2024.12.06 02:44:44.439986 [ 197 ] {c74a5b16-760a-4278-aa08-355d94d94d7a::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4596 2024.12.06 02:44:44.440029 [ 197 ] {c74a5b16-760a-4278-aa08-355d94d94d7a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part
4597 2024.12.06 02:44:44.440133 [ 197 ] {c74a5b16-760a-4278-aa08-355d94d94d7a::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
4598 2024.12.06 02:44:44.440226 [ 197 ] {c74a5b16-760a-4278-aa08-355d94d94d7a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part
4599 2024.12.06 02:44:44.440509 [ 197 ] {c74a5b16-760a-4278-aa08-355d94d94d7a::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
4600 2024.12.06 02:44:44.440701 [ 197 ] {c74a5b16-760a-4278-aa08-355d94d94d7a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part
4601 2024.12.06 02:44:44.441775 [ 197 ] {c74a5b16-760a-4278-aa08-355d94d94d7a::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.002032058 sec., 14763.358132494248 rows/sec., 1.23 MiB/sec.
4602 2024.12.06 02:44:44.441885 [ 197 ] {c74a5b16-760a-4278-aa08-355d94d94d7a::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4603 2024.12.06 02:44:44.442167 [ 197 ] {c74a5b16-760a-4278-aa08-355d94d94d7a::all_1_5_1} <Trace> oximeter.fields_ipaddr (c74a5b16-760a-4278-aa08-355d94d94d7a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4604 2024.12.06 02:44:44.442243 [ 197 ] {c74a5b16-760a-4278-aa08-355d94d94d7a::all_1_5_1} <Trace> oximeter.fields_ipaddr (c74a5b16-760a-4278-aa08-355d94d94d7a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4605 2024.12.06 02:44:44.442311 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4606 2024.12.06 02:44:45.123302 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4607 2024.12.06 02:44:45.123488 [ 260 ] {e34c7e6a-4722-4962-b539-5bd0462e129a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4608 2024.12.06 02:44:45.123558 [ 260 ] {e34c7e6a-4722-4962-b539-5bd0462e129a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4609 2024.12.06 02:44:45.124279 [ 260 ] {e34c7e6a-4722-4962-b539-5bd0462e129a} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4610 2024.12.06 02:44:45.124325 [ 260 ] {e34c7e6a-4722-4962-b539-5bd0462e129a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4611 2024.12.06 02:44:45.124748 [ 260 ] {e34c7e6a-4722-4962-b539-5bd0462e129a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4612 2024.12.06 02:44:45.124997 [ 260 ] {e34c7e6a-4722-4962-b539-5bd0462e129a} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4613 2024.12.06 02:44:45.125234 [ 260 ] {e34c7e6a-4722-4962-b539-5bd0462e129a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00179 sec., 7821.22905027933 rows/sec., 563.02 KiB/sec.
4614 2024.12.06 02:44:45.125335 [ 260 ] {e34c7e6a-4722-4962-b539-5bd0462e129a} <Debug> TCPHandler: Processed in 0.002156841 sec.
4615 2024.12.06 02:44:45.125691 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4616 2024.12.06 02:44:45.125885 [ 263 ] {c4ba044d-675b-4cb9-b61c-0bf29cd8c227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4617 2024.12.06 02:44:45.125960 [ 263 ] {c4ba044d-675b-4cb9-b61c-0bf29cd8c227} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4618 2024.12.06 02:44:45.126714 [ 263 ] {c4ba044d-675b-4cb9-b61c-0bf29cd8c227} <Trace> oximeter.fields_ipaddr (c74a5b16-760a-4278-aa08-355d94d94d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4619 2024.12.06 02:44:45.126766 [ 263 ] {c4ba044d-675b-4cb9-b61c-0bf29cd8c227} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4620 2024.12.06 02:44:45.127195 [ 263 ] {c4ba044d-675b-4cb9-b61c-0bf29cd8c227} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4621 2024.12.06 02:44:45.127453 [ 263 ] {c4ba044d-675b-4cb9-b61c-0bf29cd8c227} <Trace> oximeter.fields_ipaddr (c74a5b16-760a-4278-aa08-355d94d94d7a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4622 2024.12.06 02:44:45.127694 [ 263 ] {c4ba044d-675b-4cb9-b61c-0bf29cd8c227} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001863 sec., 1073.5373054213633 rows/sec., 87.54 KiB/sec.
4623 2024.12.06 02:44:45.127752 [ 263 ] {c4ba044d-675b-4cb9-b61c-0bf29cd8c227} <Debug> TCPHandler: Processed in 0.002290035 sec.
4624 2024.12.06 02:44:45.127903 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4625 2024.12.06 02:44:45.128023 [ 260 ] {d5e5d276-d5b0-4b6f-9ae8-a05488c5467a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4626 2024.12.06 02:44:45.128073 [ 260 ] {d5e5d276-d5b0-4b6f-9ae8-a05488c5467a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4627 2024.12.06 02:44:45.129397 [ 260 ] {d5e5d276-d5b0-4b6f-9ae8-a05488c5467a} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4628 2024.12.06 02:44:45.129435 [ 260 ] {d5e5d276-d5b0-4b6f-9ae8-a05488c5467a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4629 2024.12.06 02:44:45.129925 [ 260 ] {d5e5d276-d5b0-4b6f-9ae8-a05488c5467a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4630 2024.12.06 02:44:45.130195 [ 260 ] {d5e5d276-d5b0-4b6f-9ae8-a05488c5467a} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4631 2024.12.06 02:44:45.130329 [ 28 ] {} <Debug> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4632 2024.12.06 02:44:45.130380 [ 28 ] {} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4633 2024.12.06 02:44:45.130384 [ 260 ] {d5e5d276-d5b0-4b6f-9ae8-a05488c5467a} <Debug> executeQuery: Read 1426 rows, 122.42 KiB in 0.002384 sec., 598154.3624161074 rows/sec., 50.15 MiB/sec.
4634 2024.12.06 02:44:45.130479 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4635 2024.12.06 02:44:45.130557 [ 260 ] {d5e5d276-d5b0-4b6f-9ae8-a05488c5467a} <Debug> TCPHandler: Processed in 0.002694107 sec.
4636 2024.12.06 02:44:45.130812 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4637 2024.12.06 02:44:45.130840 [ 189 ] {be963b91-cb4a-4427-8175-78b8e92ca805::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
4638 2024.12.06 02:44:45.131013 [ 263 ] {6dad488b-0b0b-4b2d-bf68-ef2b593e50e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4639 2024.12.06 02:44:45.131137 [ 263 ] {6dad488b-0b0b-4b2d-bf68-ef2b593e50e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4640 2024.12.06 02:44:45.131385 [ 189 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4641 2024.12.06 02:44:45.131496 [ 189 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1433 rows starting from the beginning of the part
4642 2024.12.06 02:44:45.131988 [ 189 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 285 rows starting from the beginning of the part
4643 2024.12.06 02:44:45.132219 [ 189 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 57 rows starting from the beginning of the part
4644 2024.12.06 02:44:45.132624 [ 189 ] {be963b91-cb4a-4427-8175-78b8e92ca805::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
4645 2024.12.06 02:44:45.132945 [ 189 ] {be963b91-cb4a-4427-8175-78b8e92ca805::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
4646 2024.12.06 02:44:45.133355 [ 189 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1426 rows starting from the beginning of the part
4647 2024.12.06 02:44:45.133884 [ 263 ] {6dad488b-0b0b-4b2d-bf68-ef2b593e50e0} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4648 2024.12.06 02:44:45.133964 [ 263 ] {6dad488b-0b0b-4b2d-bf68-ef2b593e50e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4649 2024.12.06 02:44:45.134868 [ 263 ] {6dad488b-0b0b-4b2d-bf68-ef2b593e50e0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4650 2024.12.06 02:44:45.135527 [ 263 ] {6dad488b-0b0b-4b2d-bf68-ef2b593e50e0} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4651 2024.12.06 02:44:45.136092 [ 263 ] {6dad488b-0b0b-4b2d-bf68-ef2b593e50e0} <Debug> executeQuery: Read 50 rows, 3.68 KiB in 0.005129 sec., 9748.488984207448 rows/sec., 717.24 KiB/sec.
4652 2024.12.06 02:44:45.136433 [ 263 ] {6dad488b-0b0b-4b2d-bf68-ef2b593e50e0} <Debug> TCPHandler: Processed in 0.005752564 sec.
4653 2024.12.06 02:44:45.136626 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4654 2024.12.06 02:44:45.136768 [ 260 ] {a028635a-ee23-44ac-94e5-a940f93de2f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4655 2024.12.06 02:44:45.136823 [ 260 ] {a028635a-ee23-44ac-94e5-a940f93de2f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4656 2024.12.06 02:44:45.137401 [ 189 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3542 rows, containing 5 columns (5 merged, 0 gathered) in 0.006790854 sec., 521583.88326416677 rows/sec., 45.96 MiB/sec.
4657 2024.12.06 02:44:45.137709 [ 189 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4658 2024.12.06 02:44:45.138187 [ 189 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_36_7} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4659 2024.12.06 02:44:45.138384 [ 189 ] {be963b91-cb4a-4427-8175-78b8e92ca805::all_1_36_7} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4660 2024.12.06 02:44:45.138445 [ 260 ] {a028635a-ee23-44ac-94e5-a940f93de2f7} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4661 2024.12.06 02:44:45.138515 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB.
4662 2024.12.06 02:44:45.138524 [ 260 ] {a028635a-ee23-44ac-94e5-a940f93de2f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4663 2024.12.06 02:44:45.138939 [ 260 ] {a028635a-ee23-44ac-94e5-a940f93de2f7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4664 2024.12.06 02:44:45.139198 [ 260 ] {a028635a-ee23-44ac-94e5-a940f93de2f7} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4665 2024.12.06 02:44:45.139326 [ 28 ] {} <Debug> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4666 2024.12.06 02:44:45.139367 [ 28 ] {} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4667 2024.12.06 02:44:45.139390 [ 260 ] {a028635a-ee23-44ac-94e5-a940f93de2f7} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002648 sec., 91389.72809667673 rows/sec., 6.19 MiB/sec.
4668 2024.12.06 02:44:45.139396 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4669 2024.12.06 02:44:45.139576 [ 260 ] {a028635a-ee23-44ac-94e5-a940f93de2f7} <Debug> TCPHandler: Processed in 0.002995066 sec.
4670 2024.12.06 02:44:45.139834 [ 199 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::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
4671 2024.12.06 02:44:45.139919 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4672 2024.12.06 02:44:45.140243 [ 199 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4673 2024.12.06 02:44:45.140252 [ 263 ] {37b7e9a1-a4c5-45a0-a63a-b63b5b2d8bb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4674 2024.12.06 02:44:45.140287 [ 199 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 243 rows starting from the beginning of the part
4675 2024.12.06 02:44:45.140328 [ 263 ] {37b7e9a1-a4c5-45a0-a63a-b63b5b2d8bb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4676 2024.12.06 02:44:45.140496 [ 199 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part
4677 2024.12.06 02:44:45.140847 [ 199 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 242 rows starting from the beginning of the part
4678 2024.12.06 02:44:45.141207 [ 199 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part
4679 2024.12.06 02:44:45.141580 [ 199 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part
4680 2024.12.06 02:44:45.141995 [ 199 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 242 rows starting from the beginning of the part
4681 2024.12.06 02:44:45.142922 [ 263 ] {37b7e9a1-a4c5-45a0-a63a-b63b5b2d8bb0} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4682 2024.12.06 02:44:45.142967 [ 263 ] {37b7e9a1-a4c5-45a0-a63a-b63b5b2d8bb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4683 2024.12.06 02:44:45.143509 [ 263 ] {37b7e9a1-a4c5-45a0-a63a-b63b5b2d8bb0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4684 2024.12.06 02:44:45.143880 [ 263 ] {37b7e9a1-a4c5-45a0-a63a-b63b5b2d8bb0} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4685 2024.12.06 02:44:45.143890 [ 199 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.004377075 sec., 175688.1022143783 rows/sec., 12.58 MiB/sec.
4686 2024.12.06 02:44:45.144164 [ 193 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4687 2024.12.06 02:44:45.144241 [ 263 ] {37b7e9a1-a4c5-45a0-a63a-b63b5b2d8bb0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00404 sec., 3217.8217821782177 rows/sec., 200.63 KiB/sec.
4688 2024.12.06 02:44:45.144344 [ 263 ] {37b7e9a1-a4c5-45a0-a63a-b63b5b2d8bb0} <Debug> TCPHandler: Processed in 0.004625192 sec.
4689 2024.12.06 02:44:45.144518 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4690 2024.12.06 02:44:45.144689 [ 193 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_16_3} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4691 2024.12.06 02:44:45.144723 [ 260 ] {f9eaca07-918e-49ad-86e9-9bad963cda61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4692 2024.12.06 02:44:45.144824 [ 260 ] {f9eaca07-918e-49ad-86e9-9bad963cda61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4693 2024.12.06 02:44:45.144854 [ 193 ] {0274ef92-abf3-4430-8150-ee7a4c9403d6::all_1_16_3} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4694 2024.12.06 02:44:45.145042 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
4695 2024.12.06 02:44:45.146041 [ 260 ] {f9eaca07-918e-49ad-86e9-9bad963cda61} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4696 2024.12.06 02:44:45.146085 [ 260 ] {f9eaca07-918e-49ad-86e9-9bad963cda61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4697 2024.12.06 02:44:45.146506 [ 260 ] {f9eaca07-918e-49ad-86e9-9bad963cda61} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4698 2024.12.06 02:44:45.146745 [ 260 ] {f9eaca07-918e-49ad-86e9-9bad963cda61} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4699 2024.12.06 02:44:45.146926 [ 23 ] {} <Debug> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4700 2024.12.06 02:44:45.146990 [ 23 ] {} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4701 2024.12.06 02:44:45.146987 [ 260 ] {f9eaca07-918e-49ad-86e9-9bad963cda61} <Debug> executeQuery: Read 881 rows, 65.42 KiB in 0.002312 sec., 381055.3633217993 rows/sec., 27.63 MiB/sec.
4702 2024.12.06 02:44:45.147023 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4703 2024.12.06 02:44:45.147160 [ 260 ] {f9eaca07-918e-49ad-86e9-9bad963cda61} <Debug> TCPHandler: Processed in 0.002708948 sec.
4704 2024.12.06 02:44:45.147272 [ 190 ] {3746ce77-bc61-4209-905f-f26958cc75cd::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
4705 2024.12.06 02:44:45.147365 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4706 2024.12.06 02:44:45.147557 [ 190 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4707 2024.12.06 02:44:45.147593 [ 263 ] {4594683f-caa7-461d-bc9e-08b50b4e1790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4708 2024.12.06 02:44:45.147614 [ 190 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 914 rows starting from the beginning of the part
4709 2024.12.06 02:44:45.147710 [ 263 ] {4594683f-caa7-461d-bc9e-08b50b4e1790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4710 2024.12.06 02:44:45.147903 [ 190 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 423 rows starting from the beginning of the part
4711 2024.12.06 02:44:45.148305 [ 190 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 66 rows starting from the beginning of the part
4712 2024.12.06 02:44:45.148697 [ 190 ] {3746ce77-bc61-4209-905f-f26958cc75cd::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
4713 2024.12.06 02:44:45.149064 [ 190 ] {3746ce77-bc61-4209-905f-f26958cc75cd::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
4714 2024.12.06 02:44:45.149386 [ 190 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 881 rows starting from the beginning of the part
4715 2024.12.06 02:44:45.150328 [ 263 ] {4594683f-caa7-461d-bc9e-08b50b4e1790} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4716 2024.12.06 02:44:45.150402 [ 263 ] {4594683f-caa7-461d-bc9e-08b50b4e1790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4717 2024.12.06 02:44:45.151417 [ 263 ] {4594683f-caa7-461d-bc9e-08b50b4e1790} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4718 2024.12.06 02:44:45.151890 [ 263 ] {4594683f-caa7-461d-bc9e-08b50b4e1790} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4719 2024.12.06 02:44:45.152034 [ 23 ] {} <Debug> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4720 2024.12.06 02:44:45.152093 [ 23 ] {} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4721 2024.12.06 02:44:45.152138 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4722 2024.12.06 02:44:45.152141 [ 263 ] {4594683f-caa7-461d-bc9e-08b50b4e1790} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004608 sec., 1302.0833333333333 rows/sec., 68.03 KiB/sec.
4723 2024.12.06 02:44:45.152626 [ 263 ] {4594683f-caa7-461d-bc9e-08b50b4e1790} <Debug> TCPHandler: Processed in 0.005335643 sec.
4724 2024.12.06 02:44:45.152703 [ 199 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::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
4725 2024.12.06 02:44:45.153104 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4726 2024.12.06 02:44:45.153573 [ 199 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4727 2024.12.06 02:44:45.153672 [ 260 ] {79fc9586-6574-4e91-be13-a2d4b4a0e979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4728 2024.12.06 02:44:45.153770 [ 199 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part
4729 2024.12.06 02:44:45.153885 [ 260 ] {79fc9586-6574-4e91-be13-a2d4b4a0e979} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4730 2024.12.06 02:44:45.153995 [ 196 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2771 rows, containing 5 columns (5 merged, 0 gathered) in 0.006838936 sec., 405179.98706231493 rows/sec., 30.94 MiB/sec.
4731 2024.12.06 02:44:45.154199 [ 199 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part
4732 2024.12.06 02:44:45.154480 [ 196 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4733 2024.12.06 02:44:45.154671 [ 199 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part
4734 2024.12.06 02:44:45.155103 [ 199 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part
4735 2024.12.06 02:44:45.155551 [ 199 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part
4736 2024.12.06 02:44:45.155979 [ 199 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part
4737 2024.12.06 02:44:45.156268 [ 196 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_36_7} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4738 2024.12.06 02:44:45.156829 [ 196 ] {3746ce77-bc61-4209-905f-f26958cc75cd::all_1_36_7} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4739 2024.12.06 02:44:45.157035 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
4740 2024.12.06 02:44:45.158368 [ 260 ] {79fc9586-6574-4e91-be13-a2d4b4a0e979} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4741 2024.12.06 02:44:45.158446 [ 260 ] {79fc9586-6574-4e91-be13-a2d4b4a0e979} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4742 2024.12.06 02:44:45.158717 [ 199 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.006508116 sec., 14750.812677585955 rows/sec., 770.67 KiB/sec.
4743 2024.12.06 02:44:45.158917 [ 196 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4744 2024.12.06 02:44:45.159243 [ 260 ] {79fc9586-6574-4e91-be13-a2d4b4a0e979} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4745 2024.12.06 02:44:45.159357 [ 196 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_16_3} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4746 2024.12.06 02:44:45.159467 [ 196 ] {c4bc4799-b14f-4427-a917-710c0bce8b5e::all_1_16_3} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4747 2024.12.06 02:44:45.159534 [ 260 ] {79fc9586-6574-4e91-be13-a2d4b4a0e979} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4748 2024.12.06 02:44:45.159577 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
4749 2024.12.06 02:44:45.159736 [ 23 ] {} <Debug> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4750 2024.12.06 02:44:45.159792 [ 23 ] {} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4751 2024.12.06 02:44:45.159820 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4752 2024.12.06 02:44:45.159844 [ 260 ] {79fc9586-6574-4e91-be13-a2d4b4a0e979} <Debug> executeQuery: Read 1052 rows, 71.89 KiB in 0.006314 sec., 166613.8739309471 rows/sec., 11.12 MiB/sec.
4753 2024.12.06 02:44:45.159995 [ 260 ] {79fc9586-6574-4e91-be13-a2d4b4a0e979} <Debug> TCPHandler: Processed in 0.007221656 sec.
4754 2024.12.06 02:44:45.160020 [ 192 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::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
4755 2024.12.06 02:44:45.160182 [ 192 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4756 2024.12.06 02:44:45.160192 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4757 2024.12.06 02:44:45.160236 [ 192 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9513 rows starting from the beginning of the part
4758 2024.12.06 02:44:45.160554 [ 192 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 237 rows starting from the beginning of the part
4759 2024.12.06 02:44:45.160576 [ 263 ] {67d52fe0-d534-474c-b598-f289a807f589} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4760 2024.12.06 02:44:45.160767 [ 263 ] {67d52fe0-d534-474c-b598-f289a807f589} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4761 2024.12.06 02:44:45.160852 [ 192 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 161 rows starting from the beginning of the part
4762 2024.12.06 02:44:45.161244 [ 192 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::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
4763 2024.12.06 02:44:45.161708 [ 192 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::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
4764 2024.12.06 02:44:45.162029 [ 192 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1052 rows starting from the beginning of the part
4765 2024.12.06 02:44:45.163271 [ 263 ] {67d52fe0-d534-474c-b598-f289a807f589} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4766 2024.12.06 02:44:45.163343 [ 263 ] {67d52fe0-d534-474c-b598-f289a807f589} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4767 2024.12.06 02:44:45.163881 [ 263 ] {67d52fe0-d534-474c-b598-f289a807f589} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4768 2024.12.06 02:44:45.164389 [ 263 ] {67d52fe0-d534-474c-b598-f289a807f589} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4769 2024.12.06 02:44:45.164694 [ 23 ] {} <Debug> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4770 2024.12.06 02:44:45.164795 [ 23 ] {} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4771 2024.12.06 02:44:45.164871 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4772 2024.12.06 02:44:45.165055 [ 263 ] {67d52fe0-d534-474c-b598-f289a807f589} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004628 sec., 216.076058772688 rows/sec., 14.56 KiB/sec.
4773 2024.12.06 02:44:45.165380 [ 196 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::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
4774 2024.12.06 02:44:45.165435 [ 263 ] {67d52fe0-d534-474c-b598-f289a807f589} <Debug> TCPHandler: Processed in 0.005341083 sec.
4775 2024.12.06 02:44:45.165758 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4776 2024.12.06 02:44:45.165824 [ 196 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4777 2024.12.06 02:44:45.165860 [ 196 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 12 rows starting from the beginning of the part
4778 2024.12.06 02:44:45.166049 [ 196 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part
4779 2024.12.06 02:44:45.166052 [ 260 ] {c71affff-2d50-420d-ac6d-e6974c89861c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4780 2024.12.06 02:44:45.166442 [ 196 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part
4781 2024.12.06 02:44:45.166512 [ 260 ] {c71affff-2d50-420d-ac6d-e6974c89861c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4782 2024.12.06 02:44:45.166985 [ 196 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part
4783 2024.12.06 02:44:45.167450 [ 196 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part
4784 2024.12.06 02:44:45.167687 [ 196 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part
4785 2024.12.06 02:44:45.169461 [ 192 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11360 rows, containing 5 columns (5 merged, 0 gathered) in 0.009553893 sec., 1189044.089147743 rows/sec., 80.09 MiB/sec.
4786 2024.12.06 02:44:45.169855 [ 192 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4787 2024.12.06 02:44:45.170552 [ 192 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4788 2024.12.06 02:44:45.170833 [ 192 ] {6ab695bd-064e-4b60-8a31-72361664cfb5::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4789 2024.12.06 02:44:45.171055 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB.
4790 2024.12.06 02:44:45.171210 [ 198 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17 rows, containing 4 columns (4 merged, 0 gathered) in 0.006165527 sec., 2757.2663293827113 rows/sec., 185.16 KiB/sec.
4791 2024.12.06 02:44:45.171460 [ 198 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4792 2024.12.06 02:44:45.171895 [ 260 ] {c71affff-2d50-420d-ac6d-e6974c89861c} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4793 2024.12.06 02:44:45.171956 [ 260 ] {c71affff-2d50-420d-ac6d-e6974c89861c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4794 2024.12.06 02:44:45.172150 [ 198 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_16_3} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4795 2024.12.06 02:44:45.172360 [ 198 ] {8b72651d-c13b-4861-8620-2ab28514b4e4::all_1_16_3} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4796 2024.12.06 02:44:45.172549 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
4797 2024.12.06 02:44:45.172988 [ 260 ] {c71affff-2d50-420d-ac6d-e6974c89861c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4798 2024.12.06 02:44:45.173258 [ 260 ] {c71affff-2d50-420d-ac6d-e6974c89861c} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4799 2024.12.06 02:44:45.173501 [ 260 ] {c71affff-2d50-420d-ac6d-e6974c89861c} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.007583 sec., 5406.83106949756 rows/sec., 9.69 MiB/sec.
4800 2024.12.06 02:44:45.173624 [ 260 ] {c71affff-2d50-420d-ac6d-e6974c89861c} <Debug> TCPHandler: Processed in 0.008075431 sec.
4801 2024.12.06 02:44:45.173777 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4802 2024.12.06 02:44:45.173898 [ 263 ] {e8a34ee2-ee55-4b54-bbb8-38971dbc2c71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4803 2024.12.06 02:44:45.173949 [ 263 ] {e8a34ee2-ee55-4b54-bbb8-38971dbc2c71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4804 2024.12.06 02:44:45.174441 [ 263 ] {e8a34ee2-ee55-4b54-bbb8-38971dbc2c71} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4805 2024.12.06 02:44:45.174479 [ 263 ] {e8a34ee2-ee55-4b54-bbb8-38971dbc2c71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4806 2024.12.06 02:44:45.174876 [ 263 ] {e8a34ee2-ee55-4b54-bbb8-38971dbc2c71} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4807 2024.12.06 02:44:45.175116 [ 263 ] {e8a34ee2-ee55-4b54-bbb8-38971dbc2c71} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4808 2024.12.06 02:44:45.175241 [ 23 ] {} <Debug> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4809 2024.12.06 02:44:45.175278 [ 23 ] {} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4810 2024.12.06 02:44:45.175299 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4811 2024.12.06 02:44:45.175311 [ 263 ] {e8a34ee2-ee55-4b54-bbb8-38971dbc2c71} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001435 sec., 48780.487804878045 rows/sec., 3.07 MiB/sec.
4812 2024.12.06 02:44:45.175660 [ 186 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::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
4813 2024.12.06 02:44:45.175681 [ 263 ] {e8a34ee2-ee55-4b54-bbb8-38971dbc2c71} <Debug> TCPHandler: Processed in 0.001937085 sec.
4814 2024.12.06 02:44:45.176171 [ 186 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4815 2024.12.06 02:44:45.176224 [ 186 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1720 rows starting from the beginning of the part
4816 2024.12.06 02:44:45.176348 [ 186 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 82 rows starting from the beginning of the part
4817 2024.12.06 02:44:45.176566 [ 186 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::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
4818 2024.12.06 02:44:45.176674 [ 186 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::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
4819 2024.12.06 02:44:45.176864 [ 186 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::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
4820 2024.12.06 02:44:45.177042 [ 186 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 70 rows starting from the beginning of the part
4821 2024.12.06 02:44:45.178433 [ 198 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2074 rows, containing 4 columns (4 merged, 0 gathered) in 0.003039657 sec., 682313.8268561222 rows/sec., 44.28 MiB/sec.
4822 2024.12.06 02:44:45.178675 [ 187 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4823 2024.12.06 02:44:45.178995 [ 187 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_36_7} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4824 2024.12.06 02:44:45.179070 [ 187 ] {50a98ad6-77a0-4855-a285-d2c8f578567d::all_1_36_7} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4825 2024.12.06 02:44:45.179155 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
4826 2024.12.06 02:44:45.772105 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 716
4827 2024.12.06 02:44:45.775669 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4828 2024.12.06 02:44:45.775707 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4829 2024.12.06 02:44:45.777147 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4830 2024.12.06 02:44:45.777459 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4831 2024.12.06 02:44:45.778459 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 716
4832 2024.12.06 02:44:46.133663 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4833 2024.12.06 02:44:46.133859 [ 260 ] {32c1c33f-64c2-489f-807b-93a0c90e6a5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4834 2024.12.06 02:44:46.133933 [ 260 ] {32c1c33f-64c2-489f-807b-93a0c90e6a5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4835 2024.12.06 02:44:46.134689 [ 260 ] {32c1c33f-64c2-489f-807b-93a0c90e6a5a} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4836 2024.12.06 02:44:46.134743 [ 260 ] {32c1c33f-64c2-489f-807b-93a0c90e6a5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4837 2024.12.06 02:44:46.135193 [ 260 ] {32c1c33f-64c2-489f-807b-93a0c90e6a5a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4838 2024.12.06 02:44:46.135448 [ 260 ] {32c1c33f-64c2-489f-807b-93a0c90e6a5a} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4839 2024.12.06 02:44:46.135686 [ 260 ] {32c1c33f-64c2-489f-807b-93a0c90e6a5a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001878 sec., 29818.956336528223 rows/sec., 2.29 MiB/sec.
4840 2024.12.06 02:44:46.135754 [ 260 ] {32c1c33f-64c2-489f-807b-93a0c90e6a5a} <Debug> TCPHandler: Processed in 0.002222654 sec.
4841 2024.12.06 02:44:46.136010 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4842 2024.12.06 02:44:46.136230 [ 263 ] {3eb4bcbf-a562-40cc-97a4-00f6d7ec394f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4843 2024.12.06 02:44:46.136315 [ 263 ] {3eb4bcbf-a562-40cc-97a4-00f6d7ec394f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4844 2024.12.06 02:44:46.137151 [ 263 ] {3eb4bcbf-a562-40cc-97a4-00f6d7ec394f} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4845 2024.12.06 02:44:46.137201 [ 263 ] {3eb4bcbf-a562-40cc-97a4-00f6d7ec394f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4846 2024.12.06 02:44:46.137671 [ 263 ] {3eb4bcbf-a562-40cc-97a4-00f6d7ec394f} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4847 2024.12.06 02:44:46.137936 [ 263 ] {3eb4bcbf-a562-40cc-97a4-00f6d7ec394f} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4848 2024.12.06 02:44:46.138219 [ 263 ] {3eb4bcbf-a562-40cc-97a4-00f6d7ec394f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002042 sec., 31341.821743388835 rows/sec., 2.45 MiB/sec.
4849 2024.12.06 02:44:46.138401 [ 263 ] {3eb4bcbf-a562-40cc-97a4-00f6d7ec394f} <Debug> TCPHandler: Processed in 0.002538322 sec.
4850 2024.12.06 02:44:46.138637 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4851 2024.12.06 02:44:46.138791 [ 260 ] {9ed7001e-5b46-44e0-9d7c-782b1da5cf1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4852 2024.12.06 02:44:46.138860 [ 260 ] {9ed7001e-5b46-44e0-9d7c-782b1da5cf1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4853 2024.12.06 02:44:46.139495 [ 260 ] {9ed7001e-5b46-44e0-9d7c-782b1da5cf1e} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4854 2024.12.06 02:44:46.139544 [ 260 ] {9ed7001e-5b46-44e0-9d7c-782b1da5cf1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4855 2024.12.06 02:44:46.139986 [ 260 ] {9ed7001e-5b46-44e0-9d7c-782b1da5cf1e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4856 2024.12.06 02:44:46.140244 [ 260 ] {9ed7001e-5b46-44e0-9d7c-782b1da5cf1e} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4857 2024.12.06 02:44:46.140453 [ 260 ] {9ed7001e-5b46-44e0-9d7c-782b1da5cf1e} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001698 sec., 18845.70082449941 rows/sec., 1.31 MiB/sec.
4858 2024.12.06 02:44:46.140506 [ 260 ] {9ed7001e-5b46-44e0-9d7c-782b1da5cf1e} <Debug> TCPHandler: Processed in 0.001981907 sec.
4859 2024.12.06 02:44:46.140724 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4860 2024.12.06 02:44:46.140950 [ 263 ] {976a0307-80ab-4887-a137-056c0b2b9b1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4861 2024.12.06 02:44:46.141048 [ 263 ] {976a0307-80ab-4887-a137-056c0b2b9b1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4862 2024.12.06 02:44:46.141780 [ 263 ] {976a0307-80ab-4887-a137-056c0b2b9b1e} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4863 2024.12.06 02:44:46.141819 [ 263 ] {976a0307-80ab-4887-a137-056c0b2b9b1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4864 2024.12.06 02:44:46.142209 [ 263 ] {976a0307-80ab-4887-a137-056c0b2b9b1e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4865 2024.12.06 02:44:46.142484 [ 263 ] {976a0307-80ab-4887-a137-056c0b2b9b1e} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4866 2024.12.06 02:44:46.142694 [ 263 ] {976a0307-80ab-4887-a137-056c0b2b9b1e} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001801 sec., 6662.965019433647 rows/sec., 459.81 KiB/sec.
4867 2024.12.06 02:44:46.142748 [ 263 ] {976a0307-80ab-4887-a137-056c0b2b9b1e} <Debug> TCPHandler: Processed in 0.00213713 sec.
4868 2024.12.06 02:44:48.228075 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614
4869 2024.12.06 02:44:48.228819 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4870 2024.12.06 02:44:48.228863 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4871 2024.12.06 02:44:48.229402 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4872 2024.12.06 02:44:48.229661 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4873 2024.12.06 02:44:48.229912 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614
4874 2024.12.06 02:44:48.990280 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174
4875 2024.12.06 02:44:49.011547 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4876 2024.12.06 02:44:49.011597 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4877 2024.12.06 02:44:49.019480 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4878 2024.12.06 02:44:49.020280 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4879 2024.12.06 02:44:49.022854 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174
4880 2024.12.06 02:44:51.140073 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4881 2024.12.06 02:44:51.140289 [ 260 ] {ec069476-1062-4fe7-905e-48ddb8a88247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4882 2024.12.06 02:44:51.140372 [ 260 ] {ec069476-1062-4fe7-905e-48ddb8a88247} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4883 2024.12.06 02:44:51.141195 [ 260 ] {ec069476-1062-4fe7-905e-48ddb8a88247} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4884 2024.12.06 02:44:51.141252 [ 260 ] {ec069476-1062-4fe7-905e-48ddb8a88247} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4885 2024.12.06 02:44:51.141701 [ 260 ] {ec069476-1062-4fe7-905e-48ddb8a88247} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4886 2024.12.06 02:44:51.141971 [ 260 ] {ec069476-1062-4fe7-905e-48ddb8a88247} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4887 2024.12.06 02:44:51.142244 [ 260 ] {ec069476-1062-4fe7-905e-48ddb8a88247} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002013 sec., 27819.175360158966 rows/sec., 2.14 MiB/sec.
4888 2024.12.06 02:44:51.142313 [ 260 ] {ec069476-1062-4fe7-905e-48ddb8a88247} <Debug> TCPHandler: Processed in 0.002381628 sec.
4889 2024.12.06 02:44:51.142572 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4890 2024.12.06 02:44:51.142787 [ 263 ] {db3f0013-465a-4bf0-9745-3f5a156867e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4891 2024.12.06 02:44:51.142860 [ 263 ] {db3f0013-465a-4bf0-9745-3f5a156867e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4892 2024.12.06 02:44:51.143637 [ 263 ] {db3f0013-465a-4bf0-9745-3f5a156867e0} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4893 2024.12.06 02:44:51.143679 [ 263 ] {db3f0013-465a-4bf0-9745-3f5a156867e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4894 2024.12.06 02:44:51.144137 [ 263 ] {db3f0013-465a-4bf0-9745-3f5a156867e0} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4895 2024.12.06 02:44:51.144391 [ 263 ] {db3f0013-465a-4bf0-9745-3f5a156867e0} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4896 2024.12.06 02:44:51.144611 [ 263 ] {db3f0013-465a-4bf0-9745-3f5a156867e0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001882 sec., 34006.376195536664 rows/sec., 2.65 MiB/sec.
4897 2024.12.06 02:44:51.144668 [ 263 ] {db3f0013-465a-4bf0-9745-3f5a156867e0} <Debug> TCPHandler: Processed in 0.002237024 sec.
4898 2024.12.06 02:44:51.144827 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4899 2024.12.06 02:44:51.144975 [ 260 ] {a41853c1-55bf-4137-bd1d-54e4bc788161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4900 2024.12.06 02:44:51.145042 [ 260 ] {a41853c1-55bf-4137-bd1d-54e4bc788161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4901 2024.12.06 02:44:51.145742 [ 260 ] {a41853c1-55bf-4137-bd1d-54e4bc788161} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4902 2024.12.06 02:44:51.145788 [ 260 ] {a41853c1-55bf-4137-bd1d-54e4bc788161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4903 2024.12.06 02:44:51.146236 [ 260 ] {a41853c1-55bf-4137-bd1d-54e4bc788161} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4904 2024.12.06 02:44:51.146486 [ 260 ] {a41853c1-55bf-4137-bd1d-54e4bc788161} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4905 2024.12.06 02:44:51.146720 [ 260 ] {a41853c1-55bf-4137-bd1d-54e4bc788161} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001781 sec., 89837.17012914093 rows/sec., 6.26 MiB/sec.
4906 2024.12.06 02:44:51.146780 [ 260 ] {a41853c1-55bf-4137-bd1d-54e4bc788161} <Debug> TCPHandler: Processed in 0.002022398 sec.
4907 2024.12.06 02:44:51.146932 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4908 2024.12.06 02:44:51.147052 [ 263 ] {ba9f61f3-ccd8-4140-88e5-cc5fabf4ac89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4909 2024.12.06 02:44:51.147107 [ 263 ] {ba9f61f3-ccd8-4140-88e5-cc5fabf4ac89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4910 2024.12.06 02:44:51.147624 [ 263 ] {ba9f61f3-ccd8-4140-88e5-cc5fabf4ac89} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4911 2024.12.06 02:44:51.147662 [ 263 ] {ba9f61f3-ccd8-4140-88e5-cc5fabf4ac89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4912 2024.12.06 02:44:51.148054 [ 263 ] {ba9f61f3-ccd8-4140-88e5-cc5fabf4ac89} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4913 2024.12.06 02:44:51.148297 [ 263 ] {ba9f61f3-ccd8-4140-88e5-cc5fabf4ac89} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4914 2024.12.06 02:44:51.148504 [ 263 ] {ba9f61f3-ccd8-4140-88e5-cc5fabf4ac89} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001468 sec., 40871.934604904636 rows/sec., 2.75 MiB/sec.
4915 2024.12.06 02:44:51.148576 [ 263 ] {ba9f61f3-ccd8-4140-88e5-cc5fabf4ac89} <Debug> TCPHandler: Processed in 0.001701438 sec.
4916 2024.12.06 02:44:55.634838 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache
4917 2024.12.06 02:44:55.634905 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache
4918 2024.12.06 02:44:55.730028 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041
4919 2024.12.06 02:44:55.730757 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4920 2024.12.06 02:44:55.730807 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4921 2024.12.06 02:44:55.731404 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4922 2024.12.06 02:44:55.731675 [ 244 ] {} <Trace> system.asynchronous_metric_log (aae5b0bd-dc97-4f21-943f-97e0f1c99a3e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4923 2024.12.06 02:44:55.731967 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041
4924 2024.12.06 02:44:55.778703 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 732
4925 2024.12.06 02:44:55.781369 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4926 2024.12.06 02:44:55.781413 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4927 2024.12.06 02:44:55.782850 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4928 2024.12.06 02:44:55.783229 [ 242 ] {} <Trace> system.query_log (14ceb340-4a1d-4d95-be04-8ef3491fc911): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4929 2024.12.06 02:44:55.783930 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 732
4930 2024.12.06 02:44:56.146573 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4931 2024.12.06 02:44:56.146757 [ 260 ] {10f12d54-fb24-47d0-ad12-b854c57715d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4932 2024.12.06 02:44:56.146832 [ 260 ] {10f12d54-fb24-47d0-ad12-b854c57715d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4933 2024.12.06 02:44:56.147560 [ 260 ] {10f12d54-fb24-47d0-ad12-b854c57715d6} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4934 2024.12.06 02:44:56.147613 [ 260 ] {10f12d54-fb24-47d0-ad12-b854c57715d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4935 2024.12.06 02:44:56.148054 [ 260 ] {10f12d54-fb24-47d0-ad12-b854c57715d6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4936 2024.12.06 02:44:56.148320 [ 260 ] {10f12d54-fb24-47d0-ad12-b854c57715d6} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4937 2024.12.06 02:44:56.148518 [ 114 ] {} <Debug> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
4938 2024.12.06 02:44:56.148584 [ 260 ] {10f12d54-fb24-47d0-ad12-b854c57715d6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001871 sec., 7482.629609834313 rows/sec., 538.65 KiB/sec.
4939 2024.12.06 02:44:56.148609 [ 114 ] {} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4940 2024.12.06 02:44:56.148672 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4941 2024.12.06 02:44:56.148726 [ 260 ] {10f12d54-fb24-47d0-ad12-b854c57715d6} <Debug> TCPHandler: Processed in 0.002280175 sec.
4942 2024.12.06 02:44:56.149064 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4943 2024.12.06 02:44:56.149096 [ 198 ] {061534ff-c192-4580-96ae-8a4f17a4034c::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
4944 2024.12.06 02:44:56.149608 [ 263 ] {078602ef-a850-47ff-8600-d0ca648b3cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4945 2024.12.06 02:44:56.149684 [ 198 ] {061534ff-c192-4580-96ae-8a4f17a4034c::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4946 2024.12.06 02:44:56.149801 [ 198 ] {061534ff-c192-4580-96ae-8a4f17a4034c::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
4947 2024.12.06 02:44:56.149863 [ 263 ] {078602ef-a850-47ff-8600-d0ca648b3cfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4948 2024.12.06 02:44:56.150132 [ 198 ] {061534ff-c192-4580-96ae-8a4f17a4034c::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
4949 2024.12.06 02:44:56.150472 [ 198 ] {061534ff-c192-4580-96ae-8a4f17a4034c::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
4950 2024.12.06 02:44:56.150801 [ 198 ] {061534ff-c192-4580-96ae-8a4f17a4034c::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
4951 2024.12.06 02:44:56.151077 [ 198 ] {061534ff-c192-4580-96ae-8a4f17a4034c::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
4952 2024.12.06 02:44:56.153260 [ 263 ] {078602ef-a850-47ff-8600-d0ca648b3cfd} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4953 2024.12.06 02:44:56.153332 [ 263 ] {078602ef-a850-47ff-8600-d0ca648b3cfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4954 2024.12.06 02:44:56.153692 [ 187 ] {061534ff-c192-4580-96ae-8a4f17a4034c::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00491824 sec., 14232.733660821757 rows/sec., 1.05 MiB/sec.
4955 2024.12.06 02:44:56.153881 [ 187 ] {061534ff-c192-4580-96ae-8a4f17a4034c::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
4956 2024.12.06 02:44:56.154114 [ 263 ] {078602ef-a850-47ff-8600-d0ca648b3cfd} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4957 2024.12.06 02:44:56.154276 [ 187 ] {061534ff-c192-4580-96ae-8a4f17a4034c::all_1_17_4} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4958 2024.12.06 02:44:56.154385 [ 187 ] {061534ff-c192-4580-96ae-8a4f17a4034c::all_1_17_4} <Trace> oximeter.fields_i16 (061534ff-c192-4580-96ae-8a4f17a4034c) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
4959 2024.12.06 02:44:56.154418 [ 263 ] {078602ef-a850-47ff-8600-d0ca648b3cfd} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4960 2024.12.06 02:44:56.154501 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4961 2024.12.06 02:44:56.154706 [ 263 ] {078602ef-a850-47ff-8600-d0ca648b3cfd} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.005335 sec., 53420.80599812558 rows/sec., 4.72 MiB/sec.
4962 2024.12.06 02:44:56.154773 [ 263 ] {078602ef-a850-47ff-8600-d0ca648b3cfd} <Debug> TCPHandler: Processed in 0.005922889 sec.
4963 2024.12.06 02:44:56.154964 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4964 2024.12.06 02:44:56.155114 [ 260 ] {8c2f24ec-bcef-4e13-924d-0a83f9f1e0ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4965 2024.12.06 02:44:56.155177 [ 260 ] {8c2f24ec-bcef-4e13-924d-0a83f9f1e0ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4966 2024.12.06 02:44:56.155917 [ 260 ] {8c2f24ec-bcef-4e13-924d-0a83f9f1e0ca} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4967 2024.12.06 02:44:56.155963 [ 260 ] {8c2f24ec-bcef-4e13-924d-0a83f9f1e0ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4968 2024.12.06 02:44:56.156355 [ 260 ] {8c2f24ec-bcef-4e13-924d-0a83f9f1e0ca} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4969 2024.12.06 02:44:56.156614 [ 260 ] {8c2f24ec-bcef-4e13-924d-0a83f9f1e0ca} <Trace> oximeter.fields_u16 (a883ff33-974b-42ed-bb10-2fc5dc7ad0a9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4970 2024.12.06 02:44:56.156861 [ 260 ] {8c2f24ec-bcef-4e13-924d-0a83f9f1e0ca} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001781 sec., 26951.15103874228 rows/sec., 1.94 MiB/sec.
4971 2024.12.06 02:44:56.156989 [ 260 ] {8c2f24ec-bcef-4e13-924d-0a83f9f1e0ca} <Debug> TCPHandler: Processed in 0.002097111 sec.
4972 2024.12.06 02:44:56.157165 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4973 2024.12.06 02:44:56.157306 [ 263 ] {198b46d5-61a7-4379-94be-a141d5e3e28d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4974 2024.12.06 02:44:56.157367 [ 263 ] {198b46d5-61a7-4379-94be-a141d5e3e28d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4975 2024.12.06 02:44:56.158039 [ 263 ] {198b46d5-61a7-4379-94be-a141d5e3e28d} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4976 2024.12.06 02:44:56.158079 [ 263 ] {198b46d5-61a7-4379-94be-a141d5e3e28d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4977 2024.12.06 02:44:56.158465 [ 263 ] {198b46d5-61a7-4379-94be-a141d5e3e28d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4978 2024.12.06 02:44:56.158714 [ 263 ] {198b46d5-61a7-4379-94be-a141d5e3e28d} <Trace> oximeter.fields_u32 (0274ef92-abf3-4430-8150-ee7a4c9403d6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4979 2024.12.06 02:44:56.158923 [ 263 ] {198b46d5-61a7-4379-94be-a141d5e3e28d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001648 sec., 8495.145631067962 rows/sec., 594.94 KiB/sec.
4980 2024.12.06 02:44:56.158978 [ 263 ] {198b46d5-61a7-4379-94be-a141d5e3e28d} <Debug> TCPHandler: Processed in 0.001882314 sec.
4981 2024.12.06 02:44:56.159144 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4982 2024.12.06 02:44:56.159287 [ 260 ] {95d17ae0-945b-4976-9fa5-45eab3650969} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4983 2024.12.06 02:44:56.159349 [ 260 ] {95d17ae0-945b-4976-9fa5-45eab3650969} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4984 2024.12.06 02:44:56.160030 [ 260 ] {95d17ae0-945b-4976-9fa5-45eab3650969} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4985 2024.12.06 02:44:56.160070 [ 260 ] {95d17ae0-945b-4976-9fa5-45eab3650969} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4986 2024.12.06 02:44:56.160437 [ 260 ] {95d17ae0-945b-4976-9fa5-45eab3650969} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4987 2024.12.06 02:44:56.160690 [ 260 ] {95d17ae0-945b-4976-9fa5-45eab3650969} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4988 2024.12.06 02:44:56.160829 [ 132 ] {} <Debug> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
4989 2024.12.06 02:44:56.160873 [ 132 ] {} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4990 2024.12.06 02:44:56.160882 [ 260 ] {95d17ae0-945b-4976-9fa5-45eab3650969} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001625 sec., 8000 rows/sec., 498.80 KiB/sec.
4991 2024.12.06 02:44:56.160899 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
4992 2024.12.06 02:44:56.161003 [ 260 ] {95d17ae0-945b-4976-9fa5-45eab3650969} <Debug> TCPHandler: Processed in 0.001929915 sec.
4993 2024.12.06 02:44:56.161086 [ 191 ] {87e0652a-fb32-4e53-94fe-beb845eed234::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
4994 2024.12.06 02:44:56.161179 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4995 2024.12.06 02:44:56.161227 [ 191 ] {87e0652a-fb32-4e53-94fe-beb845eed234::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4996 2024.12.06 02:44:56.161265 [ 191 ] {87e0652a-fb32-4e53-94fe-beb845eed234::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
4997 2024.12.06 02:44:56.161339 [ 263 ] {498d5215-8f28-403a-b0c0-461976af1b0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4998 2024.12.06 02:44:56.161462 [ 191 ] {87e0652a-fb32-4e53-94fe-beb845eed234::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
4999 2024.12.06 02:44:56.161490 [ 263 ] {498d5215-8f28-403a-b0c0-461976af1b0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5000 2024.12.06 02:44:56.161902 [ 191 ] {87e0652a-fb32-4e53-94fe-beb845eed234::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
5001 2024.12.06 02:44:56.162272 [ 191 ] {87e0652a-fb32-4e53-94fe-beb845eed234::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
5002 2024.12.06 02:44:56.162649 [ 191 ] {87e0652a-fb32-4e53-94fe-beb845eed234::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
5003 2024.12.06 02:44:56.163978 [ 263 ] {498d5215-8f28-403a-b0c0-461976af1b0d} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5004 2024.12.06 02:44:56.164023 [ 263 ] {498d5215-8f28-403a-b0c0-461976af1b0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
5005 2024.12.06 02:44:56.164392 [ 195 ] {87e0652a-fb32-4e53-94fe-beb845eed234::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003398567 sec., 19125.707982217213 rows/sec., 1.24 MiB/sec.
5006 2024.12.06 02:44:56.164643 [ 202 ] {87e0652a-fb32-4e53-94fe-beb845eed234::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5007 2024.12.06 02:44:56.164687 [ 263 ] {498d5215-8f28-403a-b0c0-461976af1b0d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5008 2024.12.06 02:44:56.165169 [ 263 ] {498d5215-8f28-403a-b0c0-461976af1b0d} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5009 2024.12.06 02:44:56.165204 [ 202 ] {87e0652a-fb32-4e53-94fe-beb845eed234::all_1_17_4} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5010 2024.12.06 02:44:56.165433 [ 202 ] {87e0652a-fb32-4e53-94fe-beb845eed234::all_1_17_4} <Trace> oximeter.fields_u8 (87e0652a-fb32-4e53-94fe-beb845eed234) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5011 2024.12.06 02:44:56.165683 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5012 2024.12.06 02:44:56.165742 [ 263 ] {498d5215-8f28-403a-b0c0-461976af1b0d} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.004412 sec., 95874.88667271078 rows/sec., 6.85 MiB/sec.
5013 2024.12.06 02:44:56.165986 [ 263 ] {498d5215-8f28-403a-b0c0-461976af1b0d} <Debug> TCPHandler: Processed in 0.004876079 sec.
5014 2024.12.06 02:44:56.166191 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5015 2024.12.06 02:44:56.166313 [ 260 ] {cc490d56-dcd8-4757-9930-475f06b1564d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5016 2024.12.06 02:44:56.166367 [ 260 ] {cc490d56-dcd8-4757-9930-475f06b1564d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5017 2024.12.06 02:44:56.166876 [ 260 ] {cc490d56-dcd8-4757-9930-475f06b1564d} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5018 2024.12.06 02:44:56.166915 [ 260 ] {cc490d56-dcd8-4757-9930-475f06b1564d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
5019 2024.12.06 02:44:56.167300 [ 260 ] {cc490d56-dcd8-4757-9930-475f06b1564d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5020 2024.12.06 02:44:56.167538 [ 260 ] {cc490d56-dcd8-4757-9930-475f06b1564d} <Trace> oximeter.measurements_bool (c4bc4799-b14f-4427-a917-710c0bce8b5e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5021 2024.12.06 02:44:56.167721 [ 260 ] {cc490d56-dcd8-4757-9930-475f06b1564d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001434 sec., 4184.100418410042 rows/sec., 218.60 KiB/sec.
5022 2024.12.06 02:44:56.167775 [ 260 ] {cc490d56-dcd8-4757-9930-475f06b1564d} <Debug> TCPHandler: Processed in 0.001686628 sec.
5023 2024.12.06 02:44:56.167918 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5024 2024.12.06 02:44:56.168052 [ 263 ] {e526af07-5b06-4dad-b76b-60d934bd5054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5025 2024.12.06 02:44:56.168115 [ 263 ] {e526af07-5b06-4dad-b76b-60d934bd5054} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5026 2024.12.06 02:44:56.168801 [ 263 ] {e526af07-5b06-4dad-b76b-60d934bd5054} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5027 2024.12.06 02:44:56.168847 [ 263 ] {e526af07-5b06-4dad-b76b-60d934bd5054} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
5028 2024.12.06 02:44:56.169270 [ 263 ] {e526af07-5b06-4dad-b76b-60d934bd5054} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5029 2024.12.06 02:44:56.169512 [ 263 ] {e526af07-5b06-4dad-b76b-60d934bd5054} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5030 2024.12.06 02:44:56.169721 [ 263 ] {e526af07-5b06-4dad-b76b-60d934bd5054} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001699 sec., 139493.81989405534 rows/sec., 9.35 MiB/sec.
5031 2024.12.06 02:44:56.169772 [ 263 ] {e526af07-5b06-4dad-b76b-60d934bd5054} <Debug> TCPHandler: Processed in 0.001912765 sec.
5032 2024.12.06 02:44:56.169903 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5033 2024.12.06 02:44:56.170038 [ 260 ] {0c4b441c-1ced-4264-b5b3-d06b215e200e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5034 2024.12.06 02:44:56.170103 [ 260 ] {0c4b441c-1ced-4264-b5b3-d06b215e200e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5035 2024.12.06 02:44:56.170653 [ 260 ] {0c4b441c-1ced-4264-b5b3-d06b215e200e} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5036 2024.12.06 02:44:56.170698 [ 260 ] {0c4b441c-1ced-4264-b5b3-d06b215e200e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
5037 2024.12.06 02:44:56.171100 [ 260 ] {0c4b441c-1ced-4264-b5b3-d06b215e200e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5038 2024.12.06 02:44:56.171342 [ 260 ] {0c4b441c-1ced-4264-b5b3-d06b215e200e} <Trace> oximeter.measurements_f64 (8b72651d-c13b-4861-8620-2ab28514b4e4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5039 2024.12.06 02:44:56.171524 [ 260 ] {0c4b441c-1ced-4264-b5b3-d06b215e200e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001517 sec., 659.1957811470007 rows/sec., 44.42 KiB/sec.
5040 2024.12.06 02:44:56.171574 [ 260 ] {0c4b441c-1ced-4264-b5b3-d06b215e200e} <Debug> TCPHandler: Processed in 0.001727389 sec.
5041 2024.12.06 02:44:56.171705 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5042 2024.12.06 02:44:56.171820 [ 263 ] {659a2271-0b47-4c32-9851-51aa5a356fd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5043 2024.12.06 02:44:56.171903 [ 263 ] {659a2271-0b47-4c32-9851-51aa5a356fd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5044 2024.12.06 02:44:56.173222 [ 263 ] {659a2271-0b47-4c32-9851-51aa5a356fd7} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5045 2024.12.06 02:44:56.173260 [ 263 ] {659a2271-0b47-4c32-9851-51aa5a356fd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
5046 2024.12.06 02:44:56.173951 [ 263 ] {659a2271-0b47-4c32-9851-51aa5a356fd7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5047 2024.12.06 02:44:56.174218 [ 263 ] {659a2271-0b47-4c32-9851-51aa5a356fd7} <Trace> oximeter.measurements_histogramu64 (40d9dcda-e0ed-426b-94fd-c6b09953fdd2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5048 2024.12.06 02:44:56.174474 [ 263 ] {659a2271-0b47-4c32-9851-51aa5a356fd7} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002677 sec., 15315.651849084796 rows/sec., 27.44 MiB/sec.
5049 2024.12.06 02:44:56.174567 [ 263 ] {659a2271-0b47-4c32-9851-51aa5a356fd7} <Debug> TCPHandler: Processed in 0.002915714 sec.
5050 2024.12.06 02:44:56.174705 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5051 2024.12.06 02:44:56.174822 [ 260 ] {20de2868-a5e1-466d-81bd-7fb394214e85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5052 2024.12.06 02:44:56.174871 [ 260 ] {20de2868-a5e1-466d-81bd-7fb394214e85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5053 2024.12.06 02:44:56.175438 [ 260 ] {20de2868-a5e1-466d-81bd-7fb394214e85} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5054 2024.12.06 02:44:56.175483 [ 260 ] {20de2868-a5e1-466d-81bd-7fb394214e85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
5055 2024.12.06 02:44:56.175924 [ 260 ] {20de2868-a5e1-466d-81bd-7fb394214e85} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5056 2024.12.06 02:44:56.176167 [ 260 ] {20de2868-a5e1-466d-81bd-7fb394214e85} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5057 2024.12.06 02:44:56.176348 [ 260 ] {20de2868-a5e1-466d-81bd-7fb394214e85} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00155 sec., 52903.22580645161 rows/sec., 3.36 MiB/sec.
5058 2024.12.06 02:44:56.176399 [ 260 ] {20de2868-a5e1-466d-81bd-7fb394214e85} <Debug> TCPHandler: Processed in 0.00175432 sec.
5059 2024.12.06 02:44:56.522919 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181
5060 2024.12.06 02:44:56.543949 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5061 2024.12.06 02:44:56.543998 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
5062 2024.12.06 02:44:56.551556 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5063 2024.12.06 02:44:56.552320 [ 243 ] {} <Trace> system.metric_log (4f6ebc9d-2e7b-4fe6-a0c5-7249f786929d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5064 2024.12.06 02:44:56.555586 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181
5065 2024.12.06 02:45:01.139526 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5066 2024.12.06 02:45:01.139731 [ 260 ] {c2bcea01-0551-40a1-abe5-5200cba5c0d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5067 2024.12.06 02:45:01.139807 [ 260 ] {c2bcea01-0551-40a1-abe5-5200cba5c0d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5068 2024.12.06 02:45:01.140654 [ 260 ] {c2bcea01-0551-40a1-abe5-5200cba5c0d0} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5069 2024.12.06 02:45:01.140704 [ 260 ] {c2bcea01-0551-40a1-abe5-5200cba5c0d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
5070 2024.12.06 02:45:01.141138 [ 260 ] {c2bcea01-0551-40a1-abe5-5200cba5c0d0} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5071 2024.12.06 02:45:01.141398 [ 260 ] {c2bcea01-0551-40a1-abe5-5200cba5c0d0} <Trace> oximeter.fields_string (be963b91-cb4a-4427-8175-78b8e92ca805): 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.12.06 02:45:01.141652 [ 260 ] {c2bcea01-0551-40a1-abe5-5200cba5c0d0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001974 sec., 28368.794326241135 rows/sec., 2.18 MiB/sec.
5073 2024.12.06 02:45:01.141718 [ 260 ] {c2bcea01-0551-40a1-abe5-5200cba5c0d0} <Debug> TCPHandler: Processed in 0.002327456 sec.
5074 2024.12.06 02:45:01.142064 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5075 2024.12.06 02:45:01.142333 [ 263 ] {46174935-83fc-4877-a33a-91b13924371c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5076 2024.12.06 02:45:01.142450 [ 263 ] {46174935-83fc-4877-a33a-91b13924371c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5077 2024.12.06 02:45:01.143505 [ 263 ] {46174935-83fc-4877-a33a-91b13924371c} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5078 2024.12.06 02:45:01.143557 [ 263 ] {46174935-83fc-4877-a33a-91b13924371c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
5079 2024.12.06 02:45:01.144061 [ 263 ] {46174935-83fc-4877-a33a-91b13924371c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5080 2024.12.06 02:45:01.144373 [ 263 ] {46174935-83fc-4877-a33a-91b13924371c} <Trace> oximeter.fields_uuid (3746ce77-bc61-4209-905f-f26958cc75cd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5081 2024.12.06 02:45:01.144651 [ 263 ] {46174935-83fc-4877-a33a-91b13924371c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002389 sec., 26789.45165341147 rows/sec., 2.09 MiB/sec.
5082 2024.12.06 02:45:01.144722 [ 263 ] {46174935-83fc-4877-a33a-91b13924371c} <Debug> TCPHandler: Processed in 0.002854222 sec.
5083 2024.12.06 02:45:01.144906 [ 260 ] {} <Trace> TCP-Session: 3ead6db4-853a-4a69-9011-72264de89dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5084 2024.12.06 02:45:01.145047 [ 260 ] {6b492af8-7dfd-4895-8a28-843b38d64893} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5085 2024.12.06 02:45:01.145109 [ 260 ] {6b492af8-7dfd-4895-8a28-843b38d64893} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5086 2024.12.06 02:45:01.145740 [ 260 ] {6b492af8-7dfd-4895-8a28-843b38d64893} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5087 2024.12.06 02:45:01.145784 [ 260 ] {6b492af8-7dfd-4895-8a28-843b38d64893} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
5088 2024.12.06 02:45:01.146210 [ 260 ] {6b492af8-7dfd-4895-8a28-843b38d64893} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5089 2024.12.06 02:45:01.146554 [ 260 ] {6b492af8-7dfd-4895-8a28-843b38d64893} <Trace> oximeter.measurements_cumulativeu64 (6ab695bd-064e-4b60-8a31-72361664cfb5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5090 2024.12.06 02:45:01.146800 [ 260 ] {6b492af8-7dfd-4895-8a28-843b38d64893} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001786 sec., 89585.66629339305 rows/sec., 6.24 MiB/sec.
5091 2024.12.06 02:45:01.146863 [ 260 ] {6b492af8-7dfd-4895-8a28-843b38d64893} <Debug> TCPHandler: Processed in 0.002020038 sec.
5092 2024.12.06 02:45:01.147029 [ 263 ] {} <Trace> TCP-Session: caf0ffc0-380c-44c6-ae19-12ca1e47cbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5093 2024.12.06 02:45:01.147169 [ 263 ] {dfdef556-683c-4a1b-afd8-3781ff4930b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47467) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5094 2024.12.06 02:45:01.147240 [ 263 ] {dfdef556-683c-4a1b-afd8-3781ff4930b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5095 2024.12.06 02:45:01.147818 [ 263 ] {dfdef556-683c-4a1b-afd8-3781ff4930b0} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5096 2024.12.06 02:45:01.147863 [ 263 ] {dfdef556-683c-4a1b-afd8-3781ff4930b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB.
5097 2024.12.06 02:45:01.148293 [ 263 ] {dfdef556-683c-4a1b-afd8-3781ff4930b0} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5098 2024.12.06 02:45:01.148589 [ 263 ] {dfdef556-683c-4a1b-afd8-3781ff4930b0} <Trace> oximeter.measurements_u64 (50a98ad6-77a0-4855-a285-d2c8f578567d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5099 2024.12.06 02:45:01.148846 [ 263 ] {dfdef556-683c-4a1b-afd8-3781ff4930b0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001714 sec., 35005.83430571762 rows/sec., 2.36 MiB/sec.
5100 2024.12.06 02:45:01.148908 [ 263 ] {dfdef556-683c-4a1b-afd8-3781ff4930b0} <Debug> TCPHandler: Processed in 0.001938975 sec.