Max level shown:
1 [ Nov 22 05:53:28 Enabled. ]
2 [ Nov 22 05:53:28 Rereading configuration. ]
3 [ Nov 22 05:53:30 Rereading configuration. ]
4 [ Nov 22 05:53:38 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ]
5 + set -o errexit
6 + set -o pipefail
7 + . /lib/svc/share/smf_include.sh
8 ++ SMF_EXIT_OK=0
9 ++ SMF_EXIT_NODAEMON=94
10 ++ SMF_EXIT_ERR_FATAL=95
11 ++ SMF_EXIT_ERR_CONFIG=96
12 ++ SMF_EXIT_MON_DEGRADE=97
13 ++ SMF_EXIT_MON_OFFLINE=98
14 ++ SMF_EXIT_ERR_NOSMF=99
15 ++ SMF_EXIT_ERR_PERM=100
16 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default
17 + LISTEN_ADDR=fd00:1122:3344:101::e
18 ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default
19 + LISTEN_PORT=8123
20 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default
21 + DATASTORE=/data
22 + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT")
23 + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123
24 [ Nov 22 05:53:38 Method "start" exited with status 0. ]
25 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
26 Logging trace to /var/tmp/clickhouse-server.log
27 Logging errors to /var/tmp/clickhouse-server.errlog
28 2024.11.22 05:53:39.274918 [ 1 ] {} <Information> Application: Will watch for the process with pid 24216
29 2024.11.22 05:53:39.275635 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2024.11.22 05:53:39.522033 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 24216
31 2024.11.22 05:53:39.522781 [ 1 ] {} <Information> Application: starting up
32 2024.11.22 05:53:39.523511 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2024.11.22 05:53:39.609823 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2024.11.22 05:53:39.638361 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2024.11.22 05:53:39.638409 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2024.11.22 05:53:39.638422 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2024.11.22 05:53:39.638485 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2024.11.22 05:53:39.638863 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2024.11.22 05:53:39.640439 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
40 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
41 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
42 2024.11.22 05:53:39.641242 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2024.11.22 05:53:39.642071 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio)
44 2024.11.22 05:53:39.642094 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio)
45 2024.11.22 05:53:39.642110 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2024.11.22 05:53:39.642288 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2024.11.22 05:53:39.643292 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2024.11.22 05:53:39.648717 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2024.11.22 05:53:39.649415 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2024.11.22 05:53:39.650721 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2024.11.22 05:53:39.650787 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2024.11.22 05:53:39.652288 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
53 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
54 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
55 2024.11.22 05:53:39.652772 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2024.11.22 05:53:39.657046 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2024.11.22 05:53:39.657729 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2024.11.22 05:53:39.659323 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2024.11.22 05:53:39.659760 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2024.11.22 05:53:39.660154 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2024.11.22 05:53:39.660540 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2024.11.22 05:53:39.661906 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2024.11.22 05:53:39.661933 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2024.11.22 05:53:39.662032 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache
65 2024.11.22 05:53:39.662198 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache
66 2024.11.22 05:53:39.677802 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2024.11.22 05:53:39.677828 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000154874 sec
68 2024.11.22 05:53:39.677869 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2024.11.22 05:53:39.677884 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2024.11.22 05:53:39.678994 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2024.11.22 05:53:39.680020 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2024.11.22 05:53:39.691724 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2024.11.22 05:53:39.691768 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2024.11.22 05:53:39.691790 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2024.11.22 05:53:39.691802 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2024.11.22 05:53:39.691832 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2024.11.22 05:53:39.691852 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2024.11.22 05:53:39.694470 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2024.11.22 05:53:39.694513 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2024.11.22 05:53:39.694534 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2024.11.22 05:53:39.694721 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2024.11.22 05:53:39.694739 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2024.11.22 05:53:39.694774 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2024.11.22 05:53:39.694794 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2024.11.22 05:53:39.694806 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2024.11.22 05:53:39.694834 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2024.11.22 05:53:39.694851 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2024.11.22 05:53:39.721421 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2024.11.22 05:53:39.722805 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2024.11.22 05:53:39.722836 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.9272e-05 sec
91 2024.11.22 05:53:39.722849 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2024.11.22 05:53:39.722860 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2024.11.22 05:53:39.722882 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2024.11.22 05:53:39.723078 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2024.11.22 05:53:39.723122 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2024.11.22 05:53:39.723136 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2024.11.22 05:53:39.723148 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe).
98 2024.11.22 05:53:39.723160 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2024.11.22 05:53:39.731417 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2024.11.22 05:53:39.731719 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.34 MiB
101 2024.11.22 05:53:39.732918 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 3.6431e-05 sec.
102 2024.11.22 05:53:39.733892 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2024.11.22 05:53:39.733987 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2024.11.22 05:53:39.734009 [ 1 ] {} <Information> Application: Ready for connections.
105 2024.11.22 05:53:39.819910 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54716
106 2024.11.22 05:53:39.820927 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2024.11.22 05:53:39.821025 [ 3 ] {} <Debug> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Authenticating user 'default' from [fd00:1122:3344:101::d]:54716
108 2024.11.22 05:53:39.821078 [ 3 ] {} <Debug> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2024.11.22 05:53:39.821116 [ 3 ] {} <Debug> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2024.11.22 05:53:39.821258 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2024.11.22 05:53:39.821291 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
112 2024.11.22 05:53:39.821315 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
113 2024.11.22 05:53:39.821594 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57351
114 2024.11.22 05:53:39.821717 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60473
115 2024.11.22 05:53:39.821783 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
116 2024.11.22 05:53:39.821834 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
117 2024.11.22 05:53:39.821848 [ 4 ] {} <Debug> TCP-Session: 8e5a034d-25f6-4d43-a6af-c6b7bd883865 Authenticating user 'default' from [fd00:1122:3344:101::d]:57351
118 2024.11.22 05:53:39.821920 [ 5 ] {} <Debug> TCP-Session: c3ec209b-2c1e-4a01-afdb-954d6ad184f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60473
119 2024.11.22 05:53:39.821932 [ 4 ] {} <Debug> TCP-Session: 8e5a034d-25f6-4d43-a6af-c6b7bd883865 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
120 2024.11.22 05:53:39.821982 [ 5 ] {} <Debug> TCP-Session: c3ec209b-2c1e-4a01-afdb-954d6ad184f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
121 2024.11.22 05:53:39.821994 [ 4 ] {} <Debug> TCP-Session: 8e5a034d-25f6-4d43-a6af-c6b7bd883865 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
122 2024.11.22 05:53:39.822034 [ 5 ] {} <Debug> TCP-Session: c3ec209b-2c1e-4a01-afdb-954d6ad184f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
123 2024.11.22 05:53:39.822607 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60142
124 2024.11.22 05:53:39.822709 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35879
125 2024.11.22 05:53:39.823453 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
126 2024.11.22 05:53:39.823466 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:32847
127 2024.11.22 05:53:39.824246 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
128 2024.11.22 05:53:39.824314 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
129 2024.11.22 05:53:39.824359 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34673
130 2024.11.22 05:53:39.824420 [ 253 ] {} <Debug> TCP-Session: b37de9ab-fa89-4a74-9364-76e489172324 Authenticating user 'default' from [fd00:1122:3344:101::d]:60142
131 2024.11.22 05:53:39.824426 [ 254 ] {} <Debug> TCP-Session: cff9c811-64c4-4dd5-84b5-38f978154410 Authenticating user 'default' from [fd00:1122:3344:101::d]:35879
132 2024.11.22 05:53:39.824467 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
133 2024.11.22 05:53:39.824487 [ 255 ] {} <Debug> TCP-Session: cd22c7fd-f7c7-4b9d-915e-316d6c60ea7f Authenticating user 'default' from [fd00:1122:3344:101::d]:32847
134 2024.11.22 05:53:39.824515 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64801
135 2024.11.22 05:53:39.824654 [ 253 ] {} <Debug> TCP-Session: b37de9ab-fa89-4a74-9364-76e489172324 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
136 2024.11.22 05:53:39.824660 [ 254 ] {} <Debug> TCP-Session: cff9c811-64c4-4dd5-84b5-38f978154410 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
137 2024.11.22 05:53:39.824679 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47525
138 2024.11.22 05:53:39.824761 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
139 2024.11.22 05:53:39.824757 [ 253 ] {} <Debug> TCP-Session: b37de9ab-fa89-4a74-9364-76e489172324 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
140 2024.11.22 05:53:39.824811 [ 254 ] {} <Debug> TCP-Session: cff9c811-64c4-4dd5-84b5-38f978154410 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
141 2024.11.22 05:53:39.825058 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
142 2024.11.22 05:53:39.825106 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
143 2024.11.22 05:53:39.825102 [ 255 ] {} <Debug> TCP-Session: cd22c7fd-f7c7-4b9d-915e-316d6c60ea7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
144 2024.11.22 05:53:39.825153 [ 256 ] {} <Debug> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34673
145 2024.11.22 05:53:39.825165 [ 258 ] {} <Debug> TCP-Session: f4bfb75b-ab47-42fe-9dcc-2d272ae139d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:47525
146 2024.11.22 05:53:39.825189 [ 257 ] {} <Debug> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Authenticating user 'default' from [fd00:1122:3344:101::d]:64801
147 2024.11.22 05:53:39.825199 [ 255 ] {} <Debug> TCP-Session: cd22c7fd-f7c7-4b9d-915e-316d6c60ea7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
148 2024.11.22 05:53:39.825219 [ 256 ] {} <Debug> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
149 2024.11.22 05:53:39.825239 [ 258 ] {} <Debug> TCP-Session: f4bfb75b-ab47-42fe-9dcc-2d272ae139d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
150 2024.11.22 05:53:39.825330 [ 256 ] {} <Debug> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
151 2024.11.22 05:53:39.825359 [ 258 ] {} <Debug> TCP-Session: f4bfb75b-ab47-42fe-9dcc-2d272ae139d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
152 2024.11.22 05:53:39.825371 [ 257 ] {} <Debug> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
153 2024.11.22 05:53:39.825975 [ 257 ] {} <Debug> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
154 2024.11.22 05:53:39.828332 [ 3 ] {f62a26e2-3ab7-42ee-963f-a1e00aad1765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
155 2024.11.22 05:53:39.901603 [ 3 ] {f62a26e2-3ab7-42ee-963f-a1e00aad1765} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:54716) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
156 
157 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
158 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
159 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
160 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
161 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
162 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
163 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
164 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
165 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
166 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
167 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
168 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
169 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
170 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
171 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
172 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
173 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
174 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
175 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
176 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
177 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
178 
179 2024.11.22 05:53:39.902888 [ 3 ] {f62a26e2-3ab7-42ee-963f-a1e00aad1765} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
180 
181 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
182 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
183 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
184 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
185 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
186 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
187 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
188 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
189 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
190 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
191 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
192 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
193 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
194 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
195 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
196 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
197 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
198 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
199 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
200 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
201 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
202 
203 2024.11.22 05:53:39.902994 [ 3 ] {f62a26e2-3ab7-42ee-963f-a1e00aad1765} <Debug> TCPHandler: Processed in 0.080343122 sec.
204 2024.11.22 05:53:39.903303 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
205 2024.11.22 05:53:39.903504 [ 256 ] {1c92dd3c-263a-4883-856d-cabb199b32ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
206 2024.11.22 05:53:39.903869 [ 256 ] {1c92dd3c-263a-4883-856d-cabb199b32ba} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:34673) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
207 
208 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
209 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
210 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
211 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
212 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
213 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
214 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
215 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
216 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
217 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
218 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
219 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
220 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
221 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
222 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
223 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
224 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
225 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
226 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
227 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
228 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
229 
230 2024.11.22 05:53:39.903994 [ 256 ] {1c92dd3c-263a-4883-856d-cabb199b32ba} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
231 
232 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
233 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
234 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
235 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
236 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
237 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
238 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
239 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
240 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
241 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
242 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
243 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
244 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
245 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
246 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
247 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
248 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
249 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
250 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
251 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
252 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
253 
254 2024.11.22 05:53:39.904083 [ 256 ] {1c92dd3c-263a-4883-856d-cabb199b32ba} <Debug> TCPHandler: Processed in 0.000925006 sec.
255 2024.11.22 05:53:39.904365 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
256 2024.11.22 05:53:39.905581 [ 3 ] {66d8cc00-b64c-4759-97c3-c2b0ce9e6157} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) DROP DATABASE IF EXISTS oximeter (stage: Complete)
257 2024.11.22 05:53:39.906210 [ 3 ] {66d8cc00-b64c-4759-97c3-c2b0ce9e6157} <Debug> TCPHandler: Processed in 0.001960003 sec.
258 2024.11.22 05:53:39.906422 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
259 2024.11.22 05:53:39.906550 [ 256 ] {baa67ca7-c46e-4b85-8b9e-79c1ccd42e32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
260 2024.11.22 05:53:39.906656 [ 256 ] {baa67ca7-c46e-4b85-8b9e-79c1ccd42e32} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
261 2024.11.22 05:53:39.907913 [ 256 ] {baa67ca7-c46e-4b85-8b9e-79c1ccd42e32} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
262 2024.11.22 05:53:39.907933 [ 256 ] {baa67ca7-c46e-4b85-8b9e-79c1ccd42e32} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.0281e-05 sec
263 2024.11.22 05:53:39.907947 [ 256 ] {baa67ca7-c46e-4b85-8b9e-79c1ccd42e32} <Trace> ReferentialDeps: No tables
264 2024.11.22 05:53:39.907972 [ 256 ] {baa67ca7-c46e-4b85-8b9e-79c1ccd42e32} <Trace> LoadingDeps: No tables
265 2024.11.22 05:53:39.907992 [ 256 ] {baa67ca7-c46e-4b85-8b9e-79c1ccd42e32} <Information> DatabaseAtomic (oximeter): Starting up tables.
266 2024.11.22 05:53:39.908043 [ 256 ] {baa67ca7-c46e-4b85-8b9e-79c1ccd42e32} <Debug> TCPHandler: Processed in 0.001685886 sec.
267 2024.11.22 05:53:39.908213 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
268 2024.11.22 05:53:39.908412 [ 3 ] {4aa64526-b1c0-47a2-b77b-335a3adeb16a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) /* The version table contains metadata about the `oximeter` database */
269 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
270 2024.11.22 05:53:39.908462 [ 3 ] {4aa64526-b1c0-47a2-b77b-335a3adeb16a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
271 2024.11.22 05:53:39.916046 [ 3 ] {4aa64526-b1c0-47a2-b77b-335a3adeb16a} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
272 2024.11.22 05:53:39.922729 [ 3 ] {4aa64526-b1c0-47a2-b77b-335a3adeb16a} <Debug> oximeter.version (3185a137-fbf9-451d-a81c-5cf1cba9dc4a): Loading data parts
273 2024.11.22 05:53:39.923286 [ 3 ] {4aa64526-b1c0-47a2-b77b-335a3adeb16a} <Debug> oximeter.version (3185a137-fbf9-451d-a81c-5cf1cba9dc4a): There are no data parts
274 2024.11.22 05:53:39.926493 [ 3 ] {4aa64526-b1c0-47a2-b77b-335a3adeb16a} <Debug> TCPHandler: Processed in 0.018335498 sec.
275 2024.11.22 05:53:39.926686 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
276 2024.11.22 05:53:39.926933 [ 256 ] {6899489a-ad8f-4944-9e40-4b489697fe49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) /* The measurement tables contain all individual samples from each timeseries.
277 *
278 * Each table stores a single datum type, and otherwise contains nearly the same
279 * structure. The primary sorting key is on the timeseries name, key, and then
280 * timestamp, so that all timeseries from the same schema are grouped, followed
281 * by all samples from the same timeseries.
282 *
283 * This reflects that one usually looks up the _key_ in one or more field table,
284 * and then uses that to index quickly into the measurements tables.
285 */
286 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)
287 2024.11.22 05:53:39.927023 [ 256 ] {6899489a-ad8f-4944-9e40-4b489697fe49} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
288 2024.11.22 05:53:39.940432 [ 256 ] {6899489a-ad8f-4944-9e40-4b489697fe49} <Debug> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Loading data parts
289 2024.11.22 05:53:39.940694 [ 256 ] {6899489a-ad8f-4944-9e40-4b489697fe49} <Debug> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): There are no data parts
290 2024.11.22 05:53:39.942471 [ 256 ] {6899489a-ad8f-4944-9e40-4b489697fe49} <Debug> TCPHandler: Processed in 0.01585128 sec.
291 2024.11.22 05:53:39.942670 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
292 2024.11.22 05:53:39.942944 [ 3 ] {a15fd64c-5794-48a6-ae43-e57c0a0afcba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) 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)
293 2024.11.22 05:53:39.943014 [ 3 ] {a15fd64c-5794-48a6-ae43-e57c0a0afcba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
294 2024.11.22 05:53:39.945297 [ 3 ] {a15fd64c-5794-48a6-ae43-e57c0a0afcba} <Debug> oximeter.measurements_i8 (fd3b8040-cd27-4e03-b43f-c0c0e6a3efb8): Loading data parts
295 2024.11.22 05:53:39.945454 [ 3 ] {a15fd64c-5794-48a6-ae43-e57c0a0afcba} <Debug> oximeter.measurements_i8 (fd3b8040-cd27-4e03-b43f-c0c0e6a3efb8): There are no data parts
296 2024.11.22 05:53:39.946680 [ 3 ] {a15fd64c-5794-48a6-ae43-e57c0a0afcba} <Debug> TCPHandler: Processed in 0.004078311 sec.
297 2024.11.22 05:53:39.946862 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
298 2024.11.22 05:53:39.947069 [ 256 ] {175319c1-91af-4b8f-af72-815da1a2f0cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) 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)
299 2024.11.22 05:53:39.947133 [ 256 ] {175319c1-91af-4b8f-af72-815da1a2f0cc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
300 2024.11.22 05:53:39.949172 [ 256 ] {175319c1-91af-4b8f-af72-815da1a2f0cc} <Debug> oximeter.measurements_u8 (997ff9a8-f020-4c2f-a7eb-99d8b1e93a1b): Loading data parts
301 2024.11.22 05:53:39.949361 [ 256 ] {175319c1-91af-4b8f-af72-815da1a2f0cc} <Debug> oximeter.measurements_u8 (997ff9a8-f020-4c2f-a7eb-99d8b1e93a1b): There are no data parts
302 2024.11.22 05:53:39.950624 [ 256 ] {175319c1-91af-4b8f-af72-815da1a2f0cc} <Debug> TCPHandler: Processed in 0.003819014 sec.
303 2024.11.22 05:53:39.950799 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
304 2024.11.22 05:53:39.951021 [ 3 ] {1d3251bb-b1a2-4911-a4ff-33b1d64717d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) 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)
305 2024.11.22 05:53:39.951077 [ 3 ] {1d3251bb-b1a2-4911-a4ff-33b1d64717d7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
306 2024.11.22 05:53:39.953123 [ 3 ] {1d3251bb-b1a2-4911-a4ff-33b1d64717d7} <Debug> oximeter.measurements_i16 (39199563-a36d-4d06-8e37-634aa8c49a30): Loading data parts
307 2024.11.22 05:53:39.953310 [ 3 ] {1d3251bb-b1a2-4911-a4ff-33b1d64717d7} <Debug> oximeter.measurements_i16 (39199563-a36d-4d06-8e37-634aa8c49a30): There are no data parts
308 2024.11.22 05:53:39.954610 [ 3 ] {1d3251bb-b1a2-4911-a4ff-33b1d64717d7} <Debug> TCPHandler: Processed in 0.003867185 sec.
309 2024.11.22 05:53:39.954791 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
310 2024.11.22 05:53:39.954995 [ 256 ] {412340b8-9f84-48a1-a872-7c167c17498b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) 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)
311 2024.11.22 05:53:39.955059 [ 256 ] {412340b8-9f84-48a1-a872-7c167c17498b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
312 2024.11.22 05:53:39.957030 [ 256 ] {412340b8-9f84-48a1-a872-7c167c17498b} <Debug> oximeter.measurements_u16 (55cb206b-157a-4244-a575-a8e7754324b9): Loading data parts
313 2024.11.22 05:53:39.957195 [ 256 ] {412340b8-9f84-48a1-a872-7c167c17498b} <Debug> oximeter.measurements_u16 (55cb206b-157a-4244-a575-a8e7754324b9): There are no data parts
314 2024.11.22 05:53:39.958399 [ 256 ] {412340b8-9f84-48a1-a872-7c167c17498b} <Debug> TCPHandler: Processed in 0.0036647 sec.
315 2024.11.22 05:53:39.958581 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
316 2024.11.22 05:53:39.958855 [ 3 ] {26c289b0-ed24-4823-bd51-3fa651ec3109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) 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)
317 2024.11.22 05:53:39.958911 [ 3 ] {26c289b0-ed24-4823-bd51-3fa651ec3109} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
318 2024.11.22 05:53:39.960981 [ 3 ] {26c289b0-ed24-4823-bd51-3fa651ec3109} <Debug> oximeter.measurements_i32 (2573c62a-f5a1-4326-9f4e-8a5378234bd8): Loading data parts
319 2024.11.22 05:53:39.961142 [ 3 ] {26c289b0-ed24-4823-bd51-3fa651ec3109} <Debug> oximeter.measurements_i32 (2573c62a-f5a1-4326-9f4e-8a5378234bd8): There are no data parts
320 2024.11.22 05:53:39.962430 [ 3 ] {26c289b0-ed24-4823-bd51-3fa651ec3109} <Debug> TCPHandler: Processed in 0.003916607 sec.
321 2024.11.22 05:53:39.962616 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
322 2024.11.22 05:53:39.962819 [ 256 ] {26bb0ccc-a88f-48db-a9ba-11c16cb43b69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) 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)
323 2024.11.22 05:53:39.962887 [ 256 ] {26bb0ccc-a88f-48db-a9ba-11c16cb43b69} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
324 2024.11.22 05:53:39.964867 [ 256 ] {26bb0ccc-a88f-48db-a9ba-11c16cb43b69} <Debug> oximeter.measurements_u32 (8e32cfe4-f3c8-46ee-bc10-bf7e89009d61): Loading data parts
325 2024.11.22 05:53:39.965037 [ 256 ] {26bb0ccc-a88f-48db-a9ba-11c16cb43b69} <Debug> oximeter.measurements_u32 (8e32cfe4-f3c8-46ee-bc10-bf7e89009d61): There are no data parts
326 2024.11.22 05:53:39.966243 [ 256 ] {26bb0ccc-a88f-48db-a9ba-11c16cb43b69} <Debug> TCPHandler: Processed in 0.00368269 sec.
327 2024.11.22 05:53:39.966436 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
328 2024.11.22 05:53:39.966700 [ 3 ] {399329ef-0dc9-4d9b-b146-8b3a6efc6052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) 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)
329 2024.11.22 05:53:39.966757 [ 3 ] {399329ef-0dc9-4d9b-b146-8b3a6efc6052} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
330 2024.11.22 05:53:39.968764 [ 3 ] {399329ef-0dc9-4d9b-b146-8b3a6efc6052} <Debug> oximeter.measurements_i64 (e63e8af2-c24e-4ac4-88b3-7f2659e8d00b): Loading data parts
331 2024.11.22 05:53:39.968923 [ 3 ] {399329ef-0dc9-4d9b-b146-8b3a6efc6052} <Debug> oximeter.measurements_i64 (e63e8af2-c24e-4ac4-88b3-7f2659e8d00b): There are no data parts
332 2024.11.22 05:53:39.970170 [ 3 ] {399329ef-0dc9-4d9b-b146-8b3a6efc6052} <Debug> TCPHandler: Processed in 0.003802013 sec.
333 2024.11.22 05:53:39.970363 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
334 2024.11.22 05:53:39.970565 [ 256 ] {e4f782e7-75b1-4736-8681-0bd43d5783fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) 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)
335 2024.11.22 05:53:39.970630 [ 256 ] {e4f782e7-75b1-4736-8681-0bd43d5783fa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
336 2024.11.22 05:53:39.973022 [ 256 ] {e4f782e7-75b1-4736-8681-0bd43d5783fa} <Debug> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Loading data parts
337 2024.11.22 05:53:39.973198 [ 256 ] {e4f782e7-75b1-4736-8681-0bd43d5783fa} <Debug> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): There are no data parts
338 2024.11.22 05:53:39.974448 [ 256 ] {e4f782e7-75b1-4736-8681-0bd43d5783fa} <Debug> TCPHandler: Processed in 0.004141832 sec.
339 2024.11.22 05:53:39.974645 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
340 2024.11.22 05:53:39.974901 [ 3 ] {1e51921d-7f66-4677-8531-dade9fd282d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) 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)
341 2024.11.22 05:53:39.974949 [ 3 ] {1e51921d-7f66-4677-8531-dade9fd282d6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
342 2024.11.22 05:53:39.976590 [ 3 ] {1e51921d-7f66-4677-8531-dade9fd282d6} <Debug> oximeter.measurements_f32 (bd737dd0-3579-44cb-9865-c7c18fc08b8e): Loading data parts
343 2024.11.22 05:53:39.976750 [ 3 ] {1e51921d-7f66-4677-8531-dade9fd282d6} <Debug> oximeter.measurements_f32 (bd737dd0-3579-44cb-9865-c7c18fc08b8e): There are no data parts
344 2024.11.22 05:53:39.977921 [ 3 ] {1e51921d-7f66-4677-8531-dade9fd282d6} <Debug> TCPHandler: Processed in 0.00334293 sec.
345 2024.11.22 05:53:39.978098 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
346 2024.11.22 05:53:39.978300 [ 256 ] {9d9b1919-c93d-4043-9620-13e3317f3358} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) 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)
347 2024.11.22 05:53:39.978364 [ 256 ] {9d9b1919-c93d-4043-9620-13e3317f3358} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
348 2024.11.22 05:53:39.979968 [ 256 ] {9d9b1919-c93d-4043-9620-13e3317f3358} <Debug> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Loading data parts
349 2024.11.22 05:53:39.980140 [ 256 ] {9d9b1919-c93d-4043-9620-13e3317f3358} <Debug> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): There are no data parts
350 2024.11.22 05:53:39.981320 [ 256 ] {9d9b1919-c93d-4043-9620-13e3317f3358} <Debug> TCPHandler: Processed in 0.003278689 sec.
351 2024.11.22 05:53:39.981507 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
352 2024.11.22 05:53:39.981773 [ 3 ] {79d3cfe0-59b9-4612-ad15-13c026a00397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) 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)
353 2024.11.22 05:53:39.981831 [ 3 ] {79d3cfe0-59b9-4612-ad15-13c026a00397} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
354 2024.11.22 05:53:39.983486 [ 3 ] {79d3cfe0-59b9-4612-ad15-13c026a00397} <Debug> oximeter.measurements_string (8b35b2f9-67d8-4b06-872a-9c281b6649ec): Loading data parts
355 2024.11.22 05:53:39.983646 [ 3 ] {79d3cfe0-59b9-4612-ad15-13c026a00397} <Debug> oximeter.measurements_string (8b35b2f9-67d8-4b06-872a-9c281b6649ec): There are no data parts
356 2024.11.22 05:53:39.984792 [ 3 ] {79d3cfe0-59b9-4612-ad15-13c026a00397} <Debug> TCPHandler: Processed in 0.003352601 sec.
357 2024.11.22 05:53:39.984988 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
358 2024.11.22 05:53:39.985235 [ 256 ] {5a2cffaf-aa13-44d6-8f9e-d30d332c772e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
359 * NOTE: Right now we can't unambiguously record a nullable byte array.
360 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
361 * a string isn't palatable for a few reasons.
362 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
363 * details.
364 */
365 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
366 2024.11.22 05:53:39.985317 [ 256 ] {5a2cffaf-aa13-44d6-8f9e-d30d332c772e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
367 2024.11.22 05:53:39.987079 [ 256 ] {5a2cffaf-aa13-44d6-8f9e-d30d332c772e} <Debug> oximeter.measurements_bytes (69614fb5-bf6a-4349-a69b-d51ecddbaae1): Loading data parts
368 2024.11.22 05:53:39.987220 [ 256 ] {5a2cffaf-aa13-44d6-8f9e-d30d332c772e} <Debug> oximeter.measurements_bytes (69614fb5-bf6a-4349-a69b-d51ecddbaae1): There are no data parts
369 2024.11.22 05:53:39.988415 [ 256 ] {5a2cffaf-aa13-44d6-8f9e-d30d332c772e} <Debug> TCPHandler: Processed in 0.003495475 sec.
370 2024.11.22 05:53:39.988617 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
371 2024.11.22 05:53:39.988872 [ 3 ] {da9e5f10-af13-499f-a96f-ffe47dc5c4f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) 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)
372 2024.11.22 05:53:39.988938 [ 3 ] {da9e5f10-af13-499f-a96f-ffe47dc5c4f2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
373 2024.11.22 05:53:39.990624 [ 3 ] {da9e5f10-af13-499f-a96f-ffe47dc5c4f2} <Debug> oximeter.measurements_cumulativei64 (e025f8f6-71c4-4a65-ba8d-bd75564477f9): Loading data parts
374 2024.11.22 05:53:39.990790 [ 3 ] {da9e5f10-af13-499f-a96f-ffe47dc5c4f2} <Debug> oximeter.measurements_cumulativei64 (e025f8f6-71c4-4a65-ba8d-bd75564477f9): There are no data parts
375 2024.11.22 05:53:39.991982 [ 3 ] {da9e5f10-af13-499f-a96f-ffe47dc5c4f2} <Debug> TCPHandler: Processed in 0.003431583 sec.
376 2024.11.22 05:53:39.992158 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
377 2024.11.22 05:53:39.992435 [ 256 ] {54274fe8-2c46-4115-a84d-2044784aa3fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) 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)
378 2024.11.22 05:53:39.992505 [ 256 ] {54274fe8-2c46-4115-a84d-2044784aa3fa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
379 2024.11.22 05:53:39.994235 [ 256 ] {54274fe8-2c46-4115-a84d-2044784aa3fa} <Debug> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Loading data parts
380 2024.11.22 05:53:39.994442 [ 256 ] {54274fe8-2c46-4115-a84d-2044784aa3fa} <Debug> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): There are no data parts
381 2024.11.22 05:53:39.995667 [ 256 ] {54274fe8-2c46-4115-a84d-2044784aa3fa} <Debug> TCPHandler: Processed in 0.003576577 sec.
382 2024.11.22 05:53:39.995857 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
383 2024.11.22 05:53:39.996071 [ 3 ] {81855601-bf92-42d3-8f9f-a958ff470e67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) 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)
384 2024.11.22 05:53:39.996137 [ 3 ] {81855601-bf92-42d3-8f9f-a958ff470e67} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
385 2024.11.22 05:53:39.997805 [ 3 ] {81855601-bf92-42d3-8f9f-a958ff470e67} <Debug> oximeter.measurements_cumulativef32 (8de1040f-1df8-4921-8e13-48fa06745eee): Loading data parts
386 2024.11.22 05:53:39.997965 [ 3 ] {81855601-bf92-42d3-8f9f-a958ff470e67} <Debug> oximeter.measurements_cumulativef32 (8de1040f-1df8-4921-8e13-48fa06745eee): There are no data parts
387 2024.11.22 05:53:39.999158 [ 3 ] {81855601-bf92-42d3-8f9f-a958ff470e67} <Debug> TCPHandler: Processed in 0.003369412 sec.
388 2024.11.22 05:53:39.999345 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
389 2024.11.22 05:53:39.999601 [ 256 ] {2118b215-4718-4092-b097-53e95129efd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) 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)
390 2024.11.22 05:53:39.999682 [ 256 ] {2118b215-4718-4092-b097-53e95129efd0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
391 2024.11.22 05:53:40.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 122.55 MiB, peak 122.55 MiB, free memory in arenas 0.00 B, will set to 133.72 MiB (RSS), difference: 11.17 MiB
392 2024.11.22 05:53:40.002021 [ 256 ] {2118b215-4718-4092-b097-53e95129efd0} <Debug> oximeter.measurements_cumulativef64 (b0538e8a-f7c4-4ce9-8583-f66d7cee54b0): Loading data parts
393 2024.11.22 05:53:40.002185 [ 256 ] {2118b215-4718-4092-b097-53e95129efd0} <Debug> oximeter.measurements_cumulativef64 (b0538e8a-f7c4-4ce9-8583-f66d7cee54b0): There are no data parts
394 2024.11.22 05:53:40.003392 [ 256 ] {2118b215-4718-4092-b097-53e95129efd0} <Debug> TCPHandler: Processed in 0.004113282 sec.
395 2024.11.22 05:53:40.003597 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
396 2024.11.22 05:53:40.003904 [ 3 ] {46b55157-d93e-4029-b3e3-8252d838a879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
397 * NOTE: Array types cannot be Nullable, see
398 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
399 * for more details.
400 *
401 * This means we need to use empty arrays to indicate a missing value. This
402 * is unfortunate, and at this point relies on the fact that an
403 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
404 * to figure out another way to represent missing samples here.
405 */
406 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)
407 2024.11.22 05:53:40.003989 [ 3 ] {46b55157-d93e-4029-b3e3-8252d838a879} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
408 2024.11.22 05:53:40.006055 [ 3 ] {46b55157-d93e-4029-b3e3-8252d838a879} <Debug> oximeter.measurements_histogrami8 (c45617cd-74a6-498a-b7bc-9e85b98527bc): Loading data parts
409 2024.11.22 05:53:40.006261 [ 3 ] {46b55157-d93e-4029-b3e3-8252d838a879} <Debug> oximeter.measurements_histogrami8 (c45617cd-74a6-498a-b7bc-9e85b98527bc): There are no data parts
410 2024.11.22 05:53:40.007559 [ 3 ] {46b55157-d93e-4029-b3e3-8252d838a879} <Debug> TCPHandler: Processed in 0.004020829 sec.
411 2024.11.22 05:53:40.007742 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
412 2024.11.22 05:53:40.008032 [ 256 ] {4c90e7b7-c67a-46aa-9b4b-8ccdf0c6075e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) 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)
413 2024.11.22 05:53:40.008115 [ 256 ] {4c90e7b7-c67a-46aa-9b4b-8ccdf0c6075e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
414 2024.11.22 05:53:40.010127 [ 256 ] {4c90e7b7-c67a-46aa-9b4b-8ccdf0c6075e} <Debug> oximeter.measurements_histogramu8 (799bad6f-a705-4b9a-a01d-55e89082512b): Loading data parts
415 2024.11.22 05:53:40.010283 [ 256 ] {4c90e7b7-c67a-46aa-9b4b-8ccdf0c6075e} <Debug> oximeter.measurements_histogramu8 (799bad6f-a705-4b9a-a01d-55e89082512b): There are no data parts
416 2024.11.22 05:53:40.011607 [ 256 ] {4c90e7b7-c67a-46aa-9b4b-8ccdf0c6075e} <Debug> TCPHandler: Processed in 0.003922766 sec.
417 2024.11.22 05:53:40.011820 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
418 2024.11.22 05:53:40.012115 [ 3 ] {f626edd3-40d4-4996-8359-8043387dff53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) 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)
419 2024.11.22 05:53:40.012202 [ 3 ] {f626edd3-40d4-4996-8359-8043387dff53} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
420 2024.11.22 05:53:40.014291 [ 3 ] {f626edd3-40d4-4996-8359-8043387dff53} <Debug> oximeter.measurements_histogrami16 (b4c09378-96f3-4b97-9015-7334b3d5494a): Loading data parts
421 2024.11.22 05:53:40.014518 [ 3 ] {f626edd3-40d4-4996-8359-8043387dff53} <Debug> oximeter.measurements_histogrami16 (b4c09378-96f3-4b97-9015-7334b3d5494a): There are no data parts
422 2024.11.22 05:53:40.015819 [ 3 ] {f626edd3-40d4-4996-8359-8043387dff53} <Debug> TCPHandler: Processed in 0.004068871 sec.
423 2024.11.22 05:53:40.016010 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
424 2024.11.22 05:53:40.016317 [ 256 ] {bfb96634-551e-4387-bd80-46f7f37217e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) 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)
425 2024.11.22 05:53:40.016395 [ 256 ] {bfb96634-551e-4387-bd80-46f7f37217e9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
426 2024.11.22 05:53:40.018441 [ 256 ] {bfb96634-551e-4387-bd80-46f7f37217e9} <Debug> oximeter.measurements_histogramu16 (6798083e-8ba8-4db4-9038-c947f14b4082): Loading data parts
427 2024.11.22 05:53:40.018600 [ 256 ] {bfb96634-551e-4387-bd80-46f7f37217e9} <Debug> oximeter.measurements_histogramu16 (6798083e-8ba8-4db4-9038-c947f14b4082): There are no data parts
428 2024.11.22 05:53:40.019869 [ 256 ] {bfb96634-551e-4387-bd80-46f7f37217e9} <Debug> TCPHandler: Processed in 0.003914197 sec.
429 2024.11.22 05:53:40.020057 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
430 2024.11.22 05:53:40.020356 [ 3 ] {ef34d383-8245-42d4-94e5-b4e3eda41bf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) 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)
431 2024.11.22 05:53:40.020428 [ 3 ] {ef34d383-8245-42d4-94e5-b4e3eda41bf6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
432 2024.11.22 05:53:40.022440 [ 3 ] {ef34d383-8245-42d4-94e5-b4e3eda41bf6} <Debug> oximeter.measurements_histogrami32 (b7cec1e9-b078-4f07-a72b-b199820f776c): Loading data parts
433 2024.11.22 05:53:40.022572 [ 3 ] {ef34d383-8245-42d4-94e5-b4e3eda41bf6} <Debug> oximeter.measurements_histogrami32 (b7cec1e9-b078-4f07-a72b-b199820f776c): There are no data parts
434 2024.11.22 05:53:40.023882 [ 3 ] {ef34d383-8245-42d4-94e5-b4e3eda41bf6} <Debug> TCPHandler: Processed in 0.003882646 sec.
435 2024.11.22 05:53:40.024070 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
436 2024.11.22 05:53:40.024413 [ 256 ] {73badfe4-8648-455e-9339-4e3d27256c1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) 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)
437 2024.11.22 05:53:40.024505 [ 256 ] {73badfe4-8648-455e-9339-4e3d27256c1c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
438 2024.11.22 05:53:40.026536 [ 256 ] {73badfe4-8648-455e-9339-4e3d27256c1c} <Debug> oximeter.measurements_histogramu32 (d3d52261-c6be-46f8-afc8-43050f96c167): Loading data parts
439 2024.11.22 05:53:40.026682 [ 256 ] {73badfe4-8648-455e-9339-4e3d27256c1c} <Debug> oximeter.measurements_histogramu32 (d3d52261-c6be-46f8-afc8-43050f96c167): There are no data parts
440 2024.11.22 05:53:40.027930 [ 256 ] {73badfe4-8648-455e-9339-4e3d27256c1c} <Debug> TCPHandler: Processed in 0.003927197 sec.
441 2024.11.22 05:53:40.028110 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
442 2024.11.22 05:53:40.028476 [ 3 ] {bd224970-0b55-49a4-a579-205a61af0d02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) 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)
443 2024.11.22 05:53:40.028559 [ 3 ] {bd224970-0b55-49a4-a579-205a61af0d02} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
444 2024.11.22 05:53:40.030597 [ 3 ] {bd224970-0b55-49a4-a579-205a61af0d02} <Debug> oximeter.measurements_histogrami64 (f5e4d8ab-3e92-4e71-94b5-a159726dbd75): Loading data parts
445 2024.11.22 05:53:40.030732 [ 3 ] {bd224970-0b55-49a4-a579-205a61af0d02} <Debug> oximeter.measurements_histogrami64 (f5e4d8ab-3e92-4e71-94b5-a159726dbd75): There are no data parts
446 2024.11.22 05:53:40.031985 [ 3 ] {bd224970-0b55-49a4-a579-205a61af0d02} <Debug> TCPHandler: Processed in 0.003942197 sec.
447 2024.11.22 05:53:40.032175 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
448 2024.11.22 05:53:40.032520 [ 256 ] {e1f0f996-aeab-45de-8585-7540ba2df49d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) 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)
449 2024.11.22 05:53:40.032614 [ 256 ] {e1f0f996-aeab-45de-8585-7540ba2df49d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
450 2024.11.22 05:53:40.036343 [ 256 ] {e1f0f996-aeab-45de-8585-7540ba2df49d} <Debug> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Loading data parts
451 2024.11.22 05:53:40.036601 [ 256 ] {e1f0f996-aeab-45de-8585-7540ba2df49d} <Debug> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): There are no data parts
452 2024.11.22 05:53:40.038194 [ 256 ] {e1f0f996-aeab-45de-8585-7540ba2df49d} <Debug> TCPHandler: Processed in 0.006087455 sec.
453 2024.11.22 05:53:40.038377 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
454 2024.11.22 05:53:40.038741 [ 3 ] {8ee2e665-a974-431d-a6da-af35dc1de975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) 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)
455 2024.11.22 05:53:40.038823 [ 3 ] {8ee2e665-a974-431d-a6da-af35dc1de975} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
456 2024.11.22 05:53:40.040829 [ 3 ] {8ee2e665-a974-431d-a6da-af35dc1de975} <Debug> oximeter.measurements_histogramf32 (cc5e5cf9-cea7-42fe-bbeb-50a2484623ed): Loading data parts
457 2024.11.22 05:53:40.040997 [ 3 ] {8ee2e665-a974-431d-a6da-af35dc1de975} <Debug> oximeter.measurements_histogramf32 (cc5e5cf9-cea7-42fe-bbeb-50a2484623ed): There are no data parts
458 2024.11.22 05:53:40.042264 [ 3 ] {8ee2e665-a974-431d-a6da-af35dc1de975} <Debug> TCPHandler: Processed in 0.003954377 sec.
459 2024.11.22 05:53:40.042454 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
460 2024.11.22 05:53:40.042796 [ 256 ] {88701c34-b809-490a-837e-04a222a7184f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) 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)
461 2024.11.22 05:53:40.042891 [ 256 ] {88701c34-b809-490a-837e-04a222a7184f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
462 2024.11.22 05:53:40.044865 [ 256 ] {88701c34-b809-490a-837e-04a222a7184f} <Debug> oximeter.measurements_histogramf64 (7d66a641-574e-432c-b1a9-cba160852a7d): Loading data parts
463 2024.11.22 05:53:40.045053 [ 256 ] {88701c34-b809-490a-837e-04a222a7184f} <Debug> oximeter.measurements_histogramf64 (7d66a641-574e-432c-b1a9-cba160852a7d): There are no data parts
464 2024.11.22 05:53:40.046316 [ 256 ] {88701c34-b809-490a-837e-04a222a7184f} <Debug> TCPHandler: Processed in 0.003930107 sec.
465 2024.11.22 05:53:40.046494 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
466 2024.11.22 05:53:40.046736 [ 3 ] {1fad2333-6e78-4da4-9de4-2f92dd9e7200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) /* The field tables store named dimensions of each timeseries.
467 *
468 * As with the measurement tables, there is one field table for each field data
469 * type. Fields are deduplicated by using the "replacing merge tree", though
470 * this behavior **must not** be relied upon for query correctness.
471 *
472 * The index for the fields differs from the measurements, however. Rows are
473 * sorted by timeseries name, then field name, field value, and finally
474 * timeseries key. This reflects the most common pattern for looking them up:
475 * by field name and possibly value, within a timeseries. The resulting keys are
476 * usually then used to look up measurements.
477 *
478 * NOTE: We may want to consider a secondary index on these tables, sorting by
479 * timeseries name and then key, since it would improve lookups where one
480 * already has the key. Realistically though, these tables are quite small and
481 * so performance benefits will be low in absolute terms.
482 *
483 * TTL: We use a materialized column to expire old field table records. This
484 * column is generated automatically by the database whenever a new row is
485 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
486 * query. Since these tables are `ReplacingMergeTree`s, that means the last
487 * record will remain during a deduplication, which will have the last
488 * timestamp. ClickHouse will then expire old data for us, similar to the
489 * measurement tables.
490 */
491 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)
492 2024.11.22 05:53:40.046807 [ 3 ] {1fad2333-6e78-4da4-9de4-2f92dd9e7200} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
493 2024.11.22 05:53:40.048633 [ 3 ] {1fad2333-6e78-4da4-9de4-2f92dd9e7200} <Debug> oximeter.fields_bool (f26a7262-544b-4a4a-a813-9b760794d6ae): Loading data parts
494 2024.11.22 05:53:40.048778 [ 3 ] {1fad2333-6e78-4da4-9de4-2f92dd9e7200} <Debug> oximeter.fields_bool (f26a7262-544b-4a4a-a813-9b760794d6ae): There are no data parts
495 2024.11.22 05:53:40.049920 [ 3 ] {1fad2333-6e78-4da4-9de4-2f92dd9e7200} <Debug> TCPHandler: Processed in 0.003483175 sec.
496 2024.11.22 05:53:40.050124 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
497 2024.11.22 05:53:40.050370 [ 256 ] {4620e29f-3899-4035-a682-4a8986dbe2f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) 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)
498 2024.11.22 05:53:40.050456 [ 256 ] {4620e29f-3899-4035-a682-4a8986dbe2f2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
499 2024.11.22 05:53:40.052290 [ 256 ] {4620e29f-3899-4035-a682-4a8986dbe2f2} <Debug> oximeter.fields_i8 (58c57b85-0fb1-4c55-b619-5eb4d43d5f1d): Loading data parts
500 2024.11.22 05:53:40.052491 [ 256 ] {4620e29f-3899-4035-a682-4a8986dbe2f2} <Debug> oximeter.fields_i8 (58c57b85-0fb1-4c55-b619-5eb4d43d5f1d): There are no data parts
501 2024.11.22 05:53:40.053685 [ 256 ] {4620e29f-3899-4035-a682-4a8986dbe2f2} <Debug> TCPHandler: Processed in 0.003628208 sec.
502 2024.11.22 05:53:40.053872 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
503 2024.11.22 05:53:40.054099 [ 3 ] {04461863-146f-4f36-9cc3-97fc11313e5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) 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)
504 2024.11.22 05:53:40.054156 [ 3 ] {04461863-146f-4f36-9cc3-97fc11313e5b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
505 2024.11.22 05:53:40.055882 [ 3 ] {04461863-146f-4f36-9cc3-97fc11313e5b} <Debug> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Loading data parts
506 2024.11.22 05:53:40.056029 [ 3 ] {04461863-146f-4f36-9cc3-97fc11313e5b} <Debug> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): There are no data parts
507 2024.11.22 05:53:40.057210 [ 3 ] {04461863-146f-4f36-9cc3-97fc11313e5b} <Debug> TCPHandler: Processed in 0.003395922 sec.
508 2024.11.22 05:53:40.057394 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
509 2024.11.22 05:53:40.057598 [ 256 ] {583d068a-4706-4569-b6c7-d133a96b74c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) 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)
510 2024.11.22 05:53:40.057669 [ 256 ] {583d068a-4706-4569-b6c7-d133a96b74c7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
511 2024.11.22 05:53:40.059399 [ 256 ] {583d068a-4706-4569-b6c7-d133a96b74c7} <Debug> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Loading data parts
512 2024.11.22 05:53:40.059650 [ 256 ] {583d068a-4706-4569-b6c7-d133a96b74c7} <Debug> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): There are no data parts
513 2024.11.22 05:53:40.060820 [ 256 ] {583d068a-4706-4569-b6c7-d133a96b74c7} <Debug> TCPHandler: Processed in 0.003481325 sec.
514 2024.11.22 05:53:40.061000 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
515 2024.11.22 05:53:40.061270 [ 3 ] {e28b03a4-0dfa-4126-99bc-50c00594203f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) 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)
516 2024.11.22 05:53:40.061340 [ 3 ] {e28b03a4-0dfa-4126-99bc-50c00594203f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
517 2024.11.22 05:53:40.063165 [ 3 ] {e28b03a4-0dfa-4126-99bc-50c00594203f} <Debug> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Loading data parts
518 2024.11.22 05:53:40.063319 [ 3 ] {e28b03a4-0dfa-4126-99bc-50c00594203f} <Debug> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): There are no data parts
519 2024.11.22 05:53:40.064587 [ 3 ] {e28b03a4-0dfa-4126-99bc-50c00594203f} <Debug> TCPHandler: Processed in 0.003652589 sec.
520 2024.11.22 05:53:40.064773 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
521 2024.11.22 05:53:40.064976 [ 256 ] {58baf015-02cc-47d4-94e8-fdca158615e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) 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)
522 2024.11.22 05:53:40.065047 [ 256 ] {58baf015-02cc-47d4-94e8-fdca158615e5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
523 2024.11.22 05:53:40.066762 [ 256 ] {58baf015-02cc-47d4-94e8-fdca158615e5} <Debug> oximeter.fields_i32 (028979fa-ccac-4150-81fe-80d402199ff3): Loading data parts
524 2024.11.22 05:53:40.066931 [ 256 ] {58baf015-02cc-47d4-94e8-fdca158615e5} <Debug> oximeter.fields_i32 (028979fa-ccac-4150-81fe-80d402199ff3): There are no data parts
525 2024.11.22 05:53:40.068143 [ 256 ] {58baf015-02cc-47d4-94e8-fdca158615e5} <Debug> TCPHandler: Processed in 0.003426443 sec.
526 2024.11.22 05:53:40.068330 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
527 2024.11.22 05:53:40.068600 [ 3 ] {8abb0999-80e1-4285-8832-498f2c6743f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) 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)
528 2024.11.22 05:53:40.068669 [ 3 ] {8abb0999-80e1-4285-8832-498f2c6743f4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
529 2024.11.22 05:53:40.070417 [ 3 ] {8abb0999-80e1-4285-8832-498f2c6743f4} <Debug> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Loading data parts
530 2024.11.22 05:53:40.070635 [ 3 ] {8abb0999-80e1-4285-8832-498f2c6743f4} <Debug> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): There are no data parts
531 2024.11.22 05:53:40.071778 [ 3 ] {8abb0999-80e1-4285-8832-498f2c6743f4} <Debug> TCPHandler: Processed in 0.003514926 sec.
532 2024.11.22 05:53:40.071965 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
533 2024.11.22 05:53:40.072166 [ 256 ] {f4f6321d-1b8a-4ef1-8330-608da3d8a86a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) 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)
534 2024.11.22 05:53:40.072238 [ 256 ] {f4f6321d-1b8a-4ef1-8330-608da3d8a86a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
535 2024.11.22 05:53:40.073992 [ 256 ] {f4f6321d-1b8a-4ef1-8330-608da3d8a86a} <Debug> oximeter.fields_i64 (c596bb85-7384-4983-9610-f6de00641347): Loading data parts
536 2024.11.22 05:53:40.074155 [ 256 ] {f4f6321d-1b8a-4ef1-8330-608da3d8a86a} <Debug> oximeter.fields_i64 (c596bb85-7384-4983-9610-f6de00641347): There are no data parts
537 2024.11.22 05:53:40.075320 [ 256 ] {f4f6321d-1b8a-4ef1-8330-608da3d8a86a} <Debug> TCPHandler: Processed in 0.003411373 sec.
538 2024.11.22 05:53:40.075512 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
539 2024.11.22 05:53:40.075784 [ 3 ] {af6df009-3ff0-428c-a013-7fac70cf6cf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) 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)
540 2024.11.22 05:53:40.075854 [ 3 ] {af6df009-3ff0-428c-a013-7fac70cf6cf1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
541 2024.11.22 05:53:40.077579 [ 3 ] {af6df009-3ff0-428c-a013-7fac70cf6cf1} <Debug> oximeter.fields_u64 (9caba2d3-6ef8-4941-bb04-a9c127a29df2): Loading data parts
542 2024.11.22 05:53:40.077704 [ 3 ] {af6df009-3ff0-428c-a013-7fac70cf6cf1} <Debug> oximeter.fields_u64 (9caba2d3-6ef8-4941-bb04-a9c127a29df2): There are no data parts
543 2024.11.22 05:53:40.078853 [ 3 ] {af6df009-3ff0-428c-a013-7fac70cf6cf1} <Debug> TCPHandler: Processed in 0.003407093 sec.
544 2024.11.22 05:53:40.079035 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
545 2024.11.22 05:53:40.079236 [ 256 ] {c44af3b7-9a21-484e-8d99-75bfc37aba36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) 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)
546 2024.11.22 05:53:40.079310 [ 256 ] {c44af3b7-9a21-484e-8d99-75bfc37aba36} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
547 2024.11.22 05:53:40.080960 [ 256 ] {c44af3b7-9a21-484e-8d99-75bfc37aba36} <Debug> oximeter.fields_ipaddr (99939db0-ec9a-4d46-b64a-a0023bb0c9b6): Loading data parts
548 2024.11.22 05:53:40.081115 [ 256 ] {c44af3b7-9a21-484e-8d99-75bfc37aba36} <Debug> oximeter.fields_ipaddr (99939db0-ec9a-4d46-b64a-a0023bb0c9b6): There are no data parts
549 2024.11.22 05:53:40.082331 [ 256 ] {c44af3b7-9a21-484e-8d99-75bfc37aba36} <Debug> TCPHandler: Processed in 0.003350721 sec.
550 2024.11.22 05:53:40.082529 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
551 2024.11.22 05:53:40.082806 [ 3 ] {52e9752a-b872-4fec-ab13-3d5a7d15f829} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) 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)
552 2024.11.22 05:53:40.082880 [ 3 ] {52e9752a-b872-4fec-ab13-3d5a7d15f829} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
553 2024.11.22 05:53:40.084663 [ 3 ] {52e9752a-b872-4fec-ab13-3d5a7d15f829} <Debug> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Loading data parts
554 2024.11.22 05:53:40.084787 [ 3 ] {52e9752a-b872-4fec-ab13-3d5a7d15f829} <Debug> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): There are no data parts
555 2024.11.22 05:53:40.086043 [ 3 ] {52e9752a-b872-4fec-ab13-3d5a7d15f829} <Debug> TCPHandler: Processed in 0.003579927 sec.
556 2024.11.22 05:53:40.086215 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
557 2024.11.22 05:53:40.086418 [ 256 ] {0978e86a-6808-43a3-b7c9-9aceb903d66a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) 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)
558 2024.11.22 05:53:40.086499 [ 256 ] {0978e86a-6808-43a3-b7c9-9aceb903d66a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
559 2024.11.22 05:53:40.088221 [ 256 ] {0978e86a-6808-43a3-b7c9-9aceb903d66a} <Debug> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Loading data parts
560 2024.11.22 05:53:40.088376 [ 256 ] {0978e86a-6808-43a3-b7c9-9aceb903d66a} <Debug> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): There are no data parts
561 2024.11.22 05:53:40.089557 [ 256 ] {0978e86a-6808-43a3-b7c9-9aceb903d66a} <Debug> TCPHandler: Processed in 0.003397232 sec.
562 2024.11.22 05:53:40.089752 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
563 2024.11.22 05:53:40.090125 [ 3 ] {763d0357-9f13-40e5-82d8-80826abd1881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) /* The timeseries schema table stores the extracted schema for the samples
564 * oximeter collects.
565 */
566 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)
567 2024.11.22 05:53:40.090218 [ 3 ] {763d0357-9f13-40e5-82d8-80826abd1881} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
568 2024.11.22 05:53:40.092004 [ 3 ] {763d0357-9f13-40e5-82d8-80826abd1881} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c): Loading data parts
569 2024.11.22 05:53:40.092161 [ 3 ] {763d0357-9f13-40e5-82d8-80826abd1881} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c): There are no data parts
570 2024.11.22 05:53:40.093512 [ 3 ] {763d0357-9f13-40e5-82d8-80826abd1881} <Debug> TCPHandler: Processed in 0.003827274 sec.
571 2024.11.22 05:53:40.093715 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
572 2024.11.22 05:53:40.093950 [ 256 ] {b9ad0a7e-453e-4053-8dff-51132c0e4c0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
573 2024.11.22 05:53:40.095077 [ 256 ] {b9ad0a7e-453e-4053-8dff-51132c0e4c0f} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
574 2024.11.22 05:53:40.102974 [ 260 ] {b9ad0a7e-453e-4053-8dff-51132c0e4c0f} <Trace> oximeter.version (3185a137-fbf9-451d-a81c-5cf1cba9dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
575 2024.11.22 05:53:40.103054 [ 260 ] {b9ad0a7e-453e-4053-8dff-51132c0e4c0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
576 2024.11.22 05:53:40.107598 [ 260 ] {b9ad0a7e-453e-4053-8dff-51132c0e4c0f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
577 2024.11.22 05:53:40.107980 [ 260 ] {b9ad0a7e-453e-4053-8dff-51132c0e4c0f} <Trace> oximeter.version (3185a137-fbf9-451d-a81c-5cf1cba9dc4a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
578 2024.11.22 05:53:40.108351 [ 256 ] {b9ad0a7e-453e-4053-8dff-51132c0e4c0f} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.014447 sec., 69.2185228767218 rows/sec., 1.08 KiB/sec.
579 2024.11.22 05:53:40.108785 [ 256 ] {b9ad0a7e-453e-4053-8dff-51132c0e4c0f} <Debug> TCPHandler: Processed in 0.015131511 sec.
580 2024.11.22 05:53:41.000202 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 135.68 MiB, peak 135.68 MiB, free memory in arenas 0.00 B, will set to 139.29 MiB (RSS), difference: 3.62 MiB
581 2024.11.22 05:53:41.407142 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50163
582 2024.11.22 05:53:41.408162 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
583 2024.11.22 05:53:41.408193 [ 261 ] {} <Debug> TCP-Session: 5fbc0dc8-8514-4125-88d1-6553248f96c2 Authenticating user 'default' from [fd00:1122:3344:101::a]:50163
584 2024.11.22 05:53:41.408266 [ 261 ] {} <Debug> TCP-Session: 5fbc0dc8-8514-4125-88d1-6553248f96c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
585 2024.11.22 05:53:41.408281 [ 261 ] {} <Debug> TCP-Session: 5fbc0dc8-8514-4125-88d1-6553248f96c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
586 2024.11.22 05:53:41.408338 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
587 2024.11.22 05:53:41.408387 [ 261 ] {} <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
588 2024.11.22 05:53:41.408405 [ 261 ] {} <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
589 2024.11.22 05:53:41.413910 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49535
590 2024.11.22 05:53:41.413927 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:65236
591 2024.11.22 05:53:41.413998 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:65175
592 2024.11.22 05:53:41.414100 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
593 2024.11.22 05:53:41.414102 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62289
594 2024.11.22 05:53:41.414282 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
595 2024.11.22 05:53:41.414301 [ 263 ] {} <Debug> TCP-Session: 1d90b3ba-03c6-4df5-a4b9-f8c645b9491e Authenticating user 'default' from [fd00:1122:3344:101::a]:49535
596 2024.11.22 05:53:41.414287 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54429
597 2024.11.22 05:53:41.414518 [ 262 ] {} <Debug> TCP-Session: 27fdf17a-c155-44b9-abcd-1d0692447bb6 Authenticating user 'default' from [fd00:1122:3344:101::a]:65236
598 2024.11.22 05:53:41.414533 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43123
599 2024.11.22 05:53:41.414530 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
600 2024.11.22 05:53:41.414565 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52395
601 2024.11.22 05:53:41.414719 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
602 2024.11.22 05:53:41.414858 [ 262 ] {} <Debug> TCP-Session: 27fdf17a-c155-44b9-abcd-1d0692447bb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
603 2024.11.22 05:53:41.414862 [ 263 ] {} <Debug> TCP-Session: 1d90b3ba-03c6-4df5-a4b9-f8c645b9491e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
604 2024.11.22 05:53:41.414911 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
605 2024.11.22 05:53:41.414934 [ 264 ] {} <Debug> TCP-Session: b2c1da54-472c-4caf-be31-bc0f96d3fe40 Authenticating user 'default' from [fd00:1122:3344:101::a]:65175
606 2024.11.22 05:53:41.414961 [ 262 ] {} <Debug> TCP-Session: 27fdf17a-c155-44b9-abcd-1d0692447bb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
607 2024.11.22 05:53:41.414974 [ 263 ] {} <Debug> TCP-Session: 1d90b3ba-03c6-4df5-a4b9-f8c645b9491e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
608 2024.11.22 05:53:41.414957 [ 266 ] {} <Debug> TCP-Session: b0dee4fb-f3ad-471b-bd13-c004f139a38a Authenticating user 'default' from [fd00:1122:3344:101::a]:54429
609 2024.11.22 05:53:41.415128 [ 264 ] {} <Debug> TCP-Session: b2c1da54-472c-4caf-be31-bc0f96d3fe40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
610 2024.11.22 05:53:41.415147 [ 266 ] {} <Debug> TCP-Session: b0dee4fb-f3ad-471b-bd13-c004f139a38a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
611 2024.11.22 05:53:41.415149 [ 265 ] {} <Debug> TCP-Session: 02160feb-8c25-4678-999d-748faf08d9d0 Authenticating user 'default' from [fd00:1122:3344:101::a]:62289
612 2024.11.22 05:53:41.415191 [ 264 ] {} <Debug> TCP-Session: b2c1da54-472c-4caf-be31-bc0f96d3fe40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
613 2024.11.22 05:53:41.415202 [ 266 ] {} <Debug> TCP-Session: b0dee4fb-f3ad-471b-bd13-c004f139a38a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
614 2024.11.22 05:53:41.415262 [ 265 ] {} <Debug> TCP-Session: 02160feb-8c25-4678-999d-748faf08d9d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
615 2024.11.22 05:53:41.415387 [ 265 ] {} <Debug> TCP-Session: 02160feb-8c25-4678-999d-748faf08d9d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
616 2024.11.22 05:53:41.417936 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
617 2024.11.22 05:53:41.418000 [ 268 ] {} <Debug> TCP-Session: 38b66d1b-480b-4d36-9618-8d7223a7fada Authenticating user 'default' from [fd00:1122:3344:101::a]:52395
618 2024.11.22 05:53:41.418090 [ 268 ] {} <Debug> TCP-Session: 38b66d1b-480b-4d36-9618-8d7223a7fada Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
619 2024.11.22 05:53:41.418115 [ 268 ] {} <Debug> TCP-Session: 38b66d1b-480b-4d36-9618-8d7223a7fada Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
620 2024.11.22 05:53:41.420989 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
621 2024.11.22 05:53:41.421071 [ 267 ] {} <Debug> TCP-Session: e08138a6-590b-42d1-b069-4224099a3826 Authenticating user 'default' from [fd00:1122:3344:101::a]:43123
622 2024.11.22 05:53:41.421092 [ 267 ] {} <Debug> TCP-Session: e08138a6-590b-42d1-b069-4224099a3826 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
623 2024.11.22 05:53:41.421105 [ 267 ] {} <Debug> TCP-Session: e08138a6-590b-42d1-b069-4224099a3826 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
624 2024.11.22 05:53:42.532534 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53306
625 2024.11.22 05:53:42.533607 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
626 2024.11.22 05:53:42.533647 [ 269 ] {} <Debug> TCP-Session: bbc9b4c6-981f-4af2-901f-e8bcfb473c68 Authenticating user 'default' from [fd00:1122:3344:101::c]:53306
627 2024.11.22 05:53:42.533697 [ 269 ] {} <Debug> TCP-Session: bbc9b4c6-981f-4af2-901f-e8bcfb473c68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
628 2024.11.22 05:53:42.533730 [ 269 ] {} <Debug> TCP-Session: bbc9b4c6-981f-4af2-901f-e8bcfb473c68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
629 2024.11.22 05:53:42.533797 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
630 2024.11.22 05:53:42.533823 [ 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
631 2024.11.22 05:53:42.533860 [ 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
632 2024.11.22 05:53:42.534782 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51662
633 2024.11.22 05:53:42.534871 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41670
634 2024.11.22 05:53:42.535014 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45872
635 2024.11.22 05:53:42.535022 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
636 2024.11.22 05:53:42.535215 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49756
637 2024.11.22 05:53:42.535240 [ 270 ] {} <Debug> TCP-Session: 8a866828-266e-4262-b180-74123b5a19da Authenticating user 'default' from [fd00:1122:3344:101::c]:51662
638 2024.11.22 05:53:42.535233 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
639 2024.11.22 05:53:42.535421 [ 270 ] {} <Debug> TCP-Session: 8a866828-266e-4262-b180-74123b5a19da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
640 2024.11.22 05:53:42.535435 [ 271 ] {} <Debug> TCP-Session: 7f425286-2ef1-40a5-a065-d2c62ad15327 Authenticating user 'default' from [fd00:1122:3344:101::c]:41670
641 2024.11.22 05:53:42.535438 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
642 2024.11.22 05:53:42.535581 [ 270 ] {} <Debug> TCP-Session: 8a866828-266e-4262-b180-74123b5a19da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
643 2024.11.22 05:53:42.535599 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
644 2024.11.22 05:53:42.535589 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45028
645 2024.11.22 05:53:42.535646 [ 272 ] {} <Debug> TCP-Session: 37b8b2e1-8a84-4fb6-af15-e3421e86213b Authenticating user 'default' from [fd00:1122:3344:101::c]:45872
646 2024.11.22 05:53:42.535718 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59997
647 2024.11.22 05:53:42.535734 [ 273 ] {} <Debug> TCP-Session: 51b96f33-23ff-4362-8b45-730c6b09e6ca Authenticating user 'default' from [fd00:1122:3344:101::c]:49756
648 2024.11.22 05:53:42.535779 [ 272 ] {} <Debug> TCP-Session: 37b8b2e1-8a84-4fb6-af15-e3421e86213b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
649 2024.11.22 05:53:42.535916 [ 273 ] {} <Debug> TCP-Session: 51b96f33-23ff-4362-8b45-730c6b09e6ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
650 2024.11.22 05:53:42.535936 [ 271 ] {} <Debug> TCP-Session: 7f425286-2ef1-40a5-a065-d2c62ad15327 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
651 2024.11.22 05:53:42.535960 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
652 2024.11.22 05:53:42.536017 [ 271 ] {} <Debug> TCP-Session: 7f425286-2ef1-40a5-a065-d2c62ad15327 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
653 2024.11.22 05:53:42.535999 [ 273 ] {} <Debug> TCP-Session: 51b96f33-23ff-4362-8b45-730c6b09e6ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
654 2024.11.22 05:53:42.535974 [ 272 ] {} <Debug> TCP-Session: 37b8b2e1-8a84-4fb6-af15-e3421e86213b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
655 2024.11.22 05:53:42.536207 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60187
656 2024.11.22 05:53:42.536237 [ 274 ] {} <Debug> TCP-Session: b73af54e-b354-43d3-8b05-8875e9fbea9e Authenticating user 'default' from [fd00:1122:3344:101::c]:45028
657 2024.11.22 05:53:42.536425 [ 274 ] {} <Debug> TCP-Session: b73af54e-b354-43d3-8b05-8875e9fbea9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
658 2024.11.22 05:53:42.536438 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
659 2024.11.22 05:53:42.536488 [ 274 ] {} <Debug> TCP-Session: b73af54e-b354-43d3-8b05-8875e9fbea9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
660 2024.11.22 05:53:42.536508 [ 276 ] {} <Debug> TCP-Session: 30ebe10a-1d6d-4a5c-8b14-ddc977809496 Authenticating user 'default' from [fd00:1122:3344:101::c]:60187
661 2024.11.22 05:53:42.536581 [ 276 ] {} <Debug> TCP-Session: 30ebe10a-1d6d-4a5c-8b14-ddc977809496 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
662 2024.11.22 05:53:42.536613 [ 276 ] {} <Debug> TCP-Session: 30ebe10a-1d6d-4a5c-8b14-ddc977809496 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
663 2024.11.22 05:53:42.540601 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
664 2024.11.22 05:53:42.540643 [ 275 ] {} <Debug> TCP-Session: d8921665-bef1-47bf-b071-5954183189a8 Authenticating user 'default' from [fd00:1122:3344:101::c]:59997
665 2024.11.22 05:53:42.540739 [ 275 ] {} <Debug> TCP-Session: d8921665-bef1-47bf-b071-5954183189a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
666 2024.11.22 05:53:42.540759 [ 275 ] {} <Debug> TCP-Session: d8921665-bef1-47bf-b071-5954183189a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
667 2024.11.22 05:53:43.206682 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47861
668 2024.11.22 05:53:43.207912 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
669 2024.11.22 05:53:43.207953 [ 277 ] {} <Debug> TCP-Session: 56bc935d-4a87-4863-9d2b-2a2c7b704dbe Authenticating user 'default' from [fd00:1122:3344:101::b]:47861
670 2024.11.22 05:53:43.207976 [ 277 ] {} <Debug> TCP-Session: 56bc935d-4a87-4863-9d2b-2a2c7b704dbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
671 2024.11.22 05:53:43.208027 [ 277 ] {} <Debug> TCP-Session: 56bc935d-4a87-4863-9d2b-2a2c7b704dbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
672 2024.11.22 05:53:43.208103 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
673 2024.11.22 05:53:43.208130 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
674 2024.11.22 05:53:43.208186 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
675 2024.11.22 05:53:43.214094 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59693
676 2024.11.22 05:53:43.214277 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39419
677 2024.11.22 05:53:43.214370 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
678 2024.11.22 05:53:43.214405 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47822
679 2024.11.22 05:53:43.214429 [ 278 ] {} <Debug> TCP-Session: 0e6e9873-ffda-43c4-a9c9-4446b0d6dcd7 Authenticating user 'default' from [fd00:1122:3344:101::b]:59693
680 2024.11.22 05:53:43.214622 [ 278 ] {} <Debug> TCP-Session: 0e6e9873-ffda-43c4-a9c9-4446b0d6dcd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
681 2024.11.22 05:53:43.214618 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52144
682 2024.11.22 05:53:43.214651 [ 278 ] {} <Debug> TCP-Session: 0e6e9873-ffda-43c4-a9c9-4446b0d6dcd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
683 2024.11.22 05:53:43.214907 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53847
684 2024.11.22 05:53:43.214959 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
685 2024.11.22 05:53:43.215328 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
686 2024.11.22 05:53:43.215422 [ 280 ] {} <Debug> TCP-Session: 302d8fae-697a-4f6e-9bea-701ac172d41d Authenticating user 'default' from [fd00:1122:3344:101::b]:47822
687 2024.11.22 05:53:43.215409 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44105
688 2024.11.22 05:53:43.215517 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38733
689 2024.11.22 05:53:43.215543 [ 280 ] {} <Debug> TCP-Session: 302d8fae-697a-4f6e-9bea-701ac172d41d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
690 2024.11.22 05:53:43.215543 [ 281 ] {} <Debug> TCP-Session: df96ca95-12da-4f90-b46e-68db7dd87299 Authenticating user 'default' from [fd00:1122:3344:101::b]:52144
691 2024.11.22 05:53:43.215848 [ 281 ] {} <Debug> TCP-Session: df96ca95-12da-4f90-b46e-68db7dd87299 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
692 2024.11.22 05:53:43.215839 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
693 2024.11.22 05:53:43.215889 [ 281 ] {} <Debug> TCP-Session: df96ca95-12da-4f90-b46e-68db7dd87299 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
694 2024.11.22 05:53:43.215869 [ 280 ] {} <Debug> TCP-Session: 302d8fae-697a-4f6e-9bea-701ac172d41d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
695 2024.11.22 05:53:43.215995 [ 283 ] {} <Debug> TCP-Session: 8d3a355c-940a-44c7-8d6b-66cc62e032a1 Authenticating user 'default' from [fd00:1122:3344:101::b]:44105
696 2024.11.22 05:53:43.216090 [ 283 ] {} <Debug> TCP-Session: 8d3a355c-940a-44c7-8d6b-66cc62e032a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
697 2024.11.22 05:53:43.216139 [ 283 ] {} <Debug> TCP-Session: 8d3a355c-940a-44c7-8d6b-66cc62e032a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
698 2024.11.22 05:53:43.219102 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
699 2024.11.22 05:53:43.219182 [ 284 ] {} <Debug> TCP-Session: f60bd623-073d-4e8c-bd96-4a4913036a94 Authenticating user 'default' from [fd00:1122:3344:101::b]:38733
700 2024.11.22 05:53:43.219201 [ 284 ] {} <Debug> TCP-Session: f60bd623-073d-4e8c-bd96-4a4913036a94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
701 2024.11.22 05:53:43.219215 [ 284 ] {} <Debug> TCP-Session: f60bd623-073d-4e8c-bd96-4a4913036a94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
702 2024.11.22 05:53:43.219665 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
703 2024.11.22 05:53:43.219712 [ 279 ] {} <Debug> TCP-Session: 7d14c686-87ae-42a7-9109-cdfea5abf7e5 Authenticating user 'default' from [fd00:1122:3344:101::b]:39419
704 2024.11.22 05:53:43.219732 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
705 2024.11.22 05:53:43.219743 [ 279 ] {} <Debug> TCP-Session: 7d14c686-87ae-42a7-9109-cdfea5abf7e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
706 2024.11.22 05:53:43.219827 [ 279 ] {} <Debug> TCP-Session: 7d14c686-87ae-42a7-9109-cdfea5abf7e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
707 2024.11.22 05:53:43.219834 [ 282 ] {} <Debug> TCP-Session: 019ea0fc-5c04-496d-9573-325c5e67d577 Authenticating user 'default' from [fd00:1122:3344:101::b]:53847
708 2024.11.22 05:53:43.219874 [ 282 ] {} <Debug> TCP-Session: 019ea0fc-5c04-496d-9573-325c5e67d577 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
709 2024.11.22 05:53:43.219891 [ 282 ] {} <Debug> TCP-Session: 019ea0fc-5c04-496d-9573-325c5e67d577 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
710 2024.11.22 05:53:47.196008 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
711 2024.11.22 05:53:47.196059 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549
712 2024.11.22 05:53:47.196230 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
713 2024.11.22 05:53:47.196326 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
714 2024.11.22 05:53:47.206845 [ 244 ] {} <Debug> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Loading data parts
715 2024.11.22 05:53:47.207426 [ 244 ] {} <Debug> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): There are no data parts
716 2024.11.22 05:53:47.214834 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
717 2024.11.22 05:53:47.214921 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
718 2024.11.22 05:53:47.218025 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
719 2024.11.22 05:53:47.218897 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
720 2024.11.22 05:53:47.219550 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549
721 2024.11.22 05:53:47.226817 [ 243 ] {} <Debug> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Loading data parts
722 2024.11.22 05:53:47.227075 [ 243 ] {} <Debug> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): There are no data parts
723 2024.11.22 05:53:47.249783 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
724 2024.11.22 05:53:47.249825 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
725 2024.11.22 05:53:47.257082 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
726 2024.11.22 05:53:47.258227 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
727 2024.11.22 05:53:47.260522 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
728 2024.11.22 05:53:48.001140 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.85 MiB, peak 149.85 MiB, free memory in arenas 0.00 B, will set to 150.75 MiB (RSS), difference: 4.91 MiB
729 2024.11.22 05:53:49.695901 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90
730 2024.11.22 05:53:49.696005 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
731 2024.11.22 05:53:49.701209 [ 242 ] {} <Debug> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Loading data parts
732 2024.11.22 05:53:49.701550 [ 242 ] {} <Debug> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): There are no data parts
733 2024.11.22 05:53:49.714177 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
734 2024.11.22 05:53:49.714220 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
735 2024.11.22 05:53:49.716048 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
736 2024.11.22 05:53:49.716742 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
737 2024.11.22 05:53:49.717276 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90
738 2024.11.22 05:53:50.000156 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.93 MiB, peak 154.93 MiB, free memory in arenas 0.00 B, will set to 151.23 MiB (RSS), difference: -3.70 MiB
739 2024.11.22 05:53:54.662244 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache
740 2024.11.22 05:53:54.662302 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache
741 2024.11.22 05:53:54.720609 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976
742 2024.11.22 05:53:54.721493 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
743 2024.11.22 05:53:54.721716 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
744 2024.11.22 05:53:54.722417 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
745 2024.11.22 05:53:54.722974 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
746 2024.11.22 05:53:54.723383 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
747 2024.11.22 05:53:54.761537 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
748 2024.11.22 05:53:54.784081 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
749 2024.11.22 05:53:54.784150 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
750 2024.11.22 05:53:54.791486 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
751 2024.11.22 05:53:54.792708 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
752 2024.11.22 05:53:54.795569 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
753 2024.11.22 05:53:55.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.90 MiB, peak 155.90 MiB, free memory in arenas 0.00 B, will set to 154.04 MiB (RSS), difference: 2.14 MiB
754 2024.11.22 05:54:00.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.06 MiB, peak 155.90 MiB, free memory in arenas 0.00 B, will set to 154.07 MiB (RSS), difference: 4.01 MiB
755 2024.11.22 05:54:00.113998 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
756 2024.11.22 05:54:00.114307 [ 3 ] {5275505f-7505-4602-951f-e18671771b9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
757 2024.11.22 05:54:00.114800 [ 3 ] {5275505f-7505-4602-951f-e18671771b9c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
758 2024.11.22 05:54:00.117285 [ 3 ] {5275505f-7505-4602-951f-e18671771b9c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
759 2024.11.22 05:54:00.118167 [ 3 ] {5275505f-7505-4602-951f-e18671771b9c} <Debug> TCPHandler: Processed in 0.004298457 sec.
760 2024.11.22 05:54:00.122231 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
761 2024.11.22 05:54:00.122524 [ 256 ] {e78b1bd2-4f1d-4aca-b35c-99b9cfa88408} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
762 2024.11.22 05:54:00.126593 [ 256 ] {e78b1bd2-4f1d-4aca-b35c-99b9cfa88408} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
763 2024.11.22 05:54:00.126670 [ 256 ] {e78b1bd2-4f1d-4aca-b35c-99b9cfa88408} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
764 2024.11.22 05:54:00.127337 [ 256 ] {e78b1bd2-4f1d-4aca-b35c-99b9cfa88408} <Debug> TCPHandler: Processed in 0.005262583 sec.
765 2024.11.22 05:54:00.127647 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
766 2024.11.22 05:54:00.127842 [ 3 ] {df8d5e97-2ff5-4ae4-8ab2-002467108f20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
767 2024.11.22 05:54:00.128371 [ 3 ] {df8d5e97-2ff5-4ae4-8ab2-002467108f20} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
768 2024.11.22 05:54:00.128443 [ 3 ] {df8d5e97-2ff5-4ae4-8ab2-002467108f20} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
769 2024.11.22 05:54:00.128986 [ 3 ] {df8d5e97-2ff5-4ae4-8ab2-002467108f20} <Debug> TCPHandler: Processed in 0.001410038 sec.
770 2024.11.22 05:54:00.129246 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
771 2024.11.22 05:54:00.129402 [ 256 ] {488debfe-d591-4fbc-8353-92de412079bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
772 2024.11.22 05:54:00.129777 [ 256 ] {488debfe-d591-4fbc-8353-92de412079bf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
773 2024.11.22 05:54:00.129836 [ 256 ] {488debfe-d591-4fbc-8353-92de412079bf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
774 2024.11.22 05:54:00.130381 [ 256 ] {488debfe-d591-4fbc-8353-92de412079bf} <Debug> TCPHandler: Processed in 0.001192573 sec.
775 2024.11.22 05:54:00.130713 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
776 2024.11.22 05:54:00.130874 [ 3 ] {d6f95b57-c2dd-41d6-992a-2ea03c54b714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
777 2024.11.22 05:54:00.131261 [ 3 ] {d6f95b57-c2dd-41d6-992a-2ea03c54b714} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
778 2024.11.22 05:54:00.131318 [ 3 ] {d6f95b57-c2dd-41d6-992a-2ea03c54b714} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
779 2024.11.22 05:54:00.131798 [ 3 ] {d6f95b57-c2dd-41d6-992a-2ea03c54b714} <Debug> TCPHandler: Processed in 0.001144531 sec.
780 2024.11.22 05:54:00.132058 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
781 2024.11.22 05:54:00.132211 [ 256 ] {db46dfe5-ed63-4e18-ab6b-5d8943cdc54a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
782 2024.11.22 05:54:00.132579 [ 256 ] {db46dfe5-ed63-4e18-ab6b-5d8943cdc54a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
783 2024.11.22 05:54:00.132635 [ 256 ] {db46dfe5-ed63-4e18-ab6b-5d8943cdc54a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
784 2024.11.22 05:54:00.133135 [ 256 ] {db46dfe5-ed63-4e18-ab6b-5d8943cdc54a} <Debug> TCPHandler: Processed in 0.001132181 sec.
785 2024.11.22 05:54:00.133476 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
786 2024.11.22 05:54:00.133631 [ 3 ] {bdcc62df-1b55-4a1c-96e4-c6bcbfff046d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
787 2024.11.22 05:54:00.133999 [ 3 ] {bdcc62df-1b55-4a1c-96e4-c6bcbfff046d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
788 2024.11.22 05:54:00.134056 [ 3 ] {bdcc62df-1b55-4a1c-96e4-c6bcbfff046d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
789 2024.11.22 05:54:00.134527 [ 3 ] {bdcc62df-1b55-4a1c-96e4-c6bcbfff046d} <Debug> TCPHandler: Processed in 0.00111011 sec.
790 2024.11.22 05:54:00.134765 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
791 2024.11.22 05:54:00.134916 [ 256 ] {c13be5d7-1c7e-49cd-8d0b-45c244a1bced} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
792 2024.11.22 05:54:00.135287 [ 256 ] {c13be5d7-1c7e-49cd-8d0b-45c244a1bced} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
793 2024.11.22 05:54:00.135342 [ 256 ] {c13be5d7-1c7e-49cd-8d0b-45c244a1bced} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
794 2024.11.22 05:54:00.135875 [ 256 ] {c13be5d7-1c7e-49cd-8d0b-45c244a1bced} <Debug> TCPHandler: Processed in 0.001163632 sec.
795 2024.11.22 05:54:00.136166 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
796 2024.11.22 05:54:00.136354 [ 3 ] {fb8de8c4-c1d5-46e9-a6f6-b91f8035e64e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
797 2024.11.22 05:54:00.136869 [ 3 ] {fb8de8c4-c1d5-46e9-a6f6-b91f8035e64e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
798 2024.11.22 05:54:00.136927 [ 3 ] {fb8de8c4-c1d5-46e9-a6f6-b91f8035e64e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
799 2024.11.22 05:54:00.137464 [ 3 ] {fb8de8c4-c1d5-46e9-a6f6-b91f8035e64e} <Debug> TCPHandler: Processed in 0.001355167 sec.
800 2024.11.22 05:54:00.137715 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
801 2024.11.22 05:54:00.137873 [ 256 ] {eae51ffc-7dde-4e0f-9548-2b1a7dc84dbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
802 2024.11.22 05:54:00.138255 [ 256 ] {eae51ffc-7dde-4e0f-9548-2b1a7dc84dbd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
803 2024.11.22 05:54:00.138310 [ 256 ] {eae51ffc-7dde-4e0f-9548-2b1a7dc84dbd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
804 2024.11.22 05:54:00.138895 [ 256 ] {eae51ffc-7dde-4e0f-9548-2b1a7dc84dbd} <Debug> TCPHandler: Processed in 0.001237794 sec.
805 2024.11.22 05:54:00.139151 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
806 2024.11.22 05:54:00.139313 [ 3 ] {855911e7-70bb-4111-9b88-bd82e72cc92a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
807 2024.11.22 05:54:00.139698 [ 3 ] {855911e7-70bb-4111-9b88-bd82e72cc92a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
808 2024.11.22 05:54:00.139753 [ 3 ] {855911e7-70bb-4111-9b88-bd82e72cc92a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
809 2024.11.22 05:54:00.140224 [ 3 ] {855911e7-70bb-4111-9b88-bd82e72cc92a} <Debug> TCPHandler: Processed in 0.001136041 sec.
810 2024.11.22 05:54:00.140496 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
811 2024.11.22 05:54:00.140655 [ 256 ] {ead61a2b-8c8f-4a3d-b457-17b643f121c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
812 2024.11.22 05:54:00.141039 [ 256 ] {ead61a2b-8c8f-4a3d-b457-17b643f121c9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
813 2024.11.22 05:54:00.141096 [ 256 ] {ead61a2b-8c8f-4a3d-b457-17b643f121c9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
814 2024.11.22 05:54:00.141592 [ 256 ] {ead61a2b-8c8f-4a3d-b457-17b643f121c9} <Debug> TCPHandler: Processed in 0.001150191 sec.
815 2024.11.22 05:54:00.141863 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
816 2024.11.22 05:54:00.142022 [ 3 ] {db8416c6-fc45-4947-8595-0aa51253a955} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
817 2024.11.22 05:54:00.142442 [ 3 ] {db8416c6-fc45-4947-8595-0aa51253a955} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
818 2024.11.22 05:54:00.142500 [ 3 ] {db8416c6-fc45-4947-8595-0aa51253a955} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
819 2024.11.22 05:54:00.142974 [ 3 ] {db8416c6-fc45-4947-8595-0aa51253a955} <Debug> TCPHandler: Processed in 0.001170112 sec.
820 2024.11.22 05:54:00.143223 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
821 2024.11.22 05:54:00.143383 [ 256 ] {3bb2f795-1d19-43bc-9f5d-fac3b999fa36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
822 2024.11.22 05:54:00.143771 [ 256 ] {3bb2f795-1d19-43bc-9f5d-fac3b999fa36} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
823 2024.11.22 05:54:00.143828 [ 256 ] {3bb2f795-1d19-43bc-9f5d-fac3b999fa36} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
824 2024.11.22 05:54:00.144327 [ 256 ] {3bb2f795-1d19-43bc-9f5d-fac3b999fa36} <Debug> TCPHandler: Processed in 0.001157362 sec.
825 2024.11.22 05:54:00.144584 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
826 2024.11.22 05:54:00.144748 [ 3 ] {5f36d5b6-1a3f-435d-8471-de58d85bd502} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
827 2024.11.22 05:54:00.145155 [ 3 ] {5f36d5b6-1a3f-435d-8471-de58d85bd502} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
828 2024.11.22 05:54:00.145212 [ 3 ] {5f36d5b6-1a3f-435d-8471-de58d85bd502} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
829 2024.11.22 05:54:00.145679 [ 3 ] {5f36d5b6-1a3f-435d-8471-de58d85bd502} <Debug> TCPHandler: Processed in 0.001151541 sec.
830 2024.11.22 05:54:00.146587 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
831 2024.11.22 05:54:00.146780 [ 256 ] {0c30b382-5efe-46fe-95e7-f99014c0fe40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
832 2024.11.22 05:54:00.147267 [ 256 ] {0c30b382-5efe-46fe-95e7-f99014c0fe40} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
833 2024.11.22 05:54:00.147337 [ 256 ] {0c30b382-5efe-46fe-95e7-f99014c0fe40} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
834 2024.11.22 05:54:00.147877 [ 256 ] {0c30b382-5efe-46fe-95e7-f99014c0fe40} <Debug> TCPHandler: Processed in 0.001355867 sec.
835 2024.11.22 05:54:00.148154 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
836 2024.11.22 05:54:00.148320 [ 3 ] {80df2eb3-bc17-4c01-bd63-26e17f05f3da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete)
837 2024.11.22 05:54:00.148746 [ 3 ] {80df2eb3-bc17-4c01-bd63-26e17f05f3da} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
838 2024.11.22 05:54:00.148804 [ 3 ] {80df2eb3-bc17-4c01-bd63-26e17f05f3da} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
839 2024.11.22 05:54:00.149291 [ 3 ] {80df2eb3-bc17-4c01-bd63-26e17f05f3da} <Debug> TCPHandler: Processed in 0.001195472 sec.
840 2024.11.22 05:54:00.149588 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
841 2024.11.22 05:54:00.149771 [ 256 ] {5b0948c6-5d49-4ed6-96c1-724a43fb989f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete)
842 2024.11.22 05:54:00.150185 [ 256 ] {5b0948c6-5d49-4ed6-96c1-724a43fb989f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
843 2024.11.22 05:54:00.150246 [ 256 ] {5b0948c6-5d49-4ed6-96c1-724a43fb989f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
844 2024.11.22 05:54:00.150794 [ 256 ] {5b0948c6-5d49-4ed6-96c1-724a43fb989f} <Debug> TCPHandler: Processed in 0.001261114 sec.
845 2024.11.22 05:54:00.151114 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
846 2024.11.22 05:54:00.151296 [ 3 ] {1ac3b862-f327-4818-a1ef-8f7d54e46e85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
847 2024.11.22 05:54:00.151736 [ 3 ] {1ac3b862-f327-4818-a1ef-8f7d54e46e85} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
848 2024.11.22 05:54:00.151798 [ 3 ] {1ac3b862-f327-4818-a1ef-8f7d54e46e85} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
849 2024.11.22 05:54:00.152330 [ 3 ] {1ac3b862-f327-4818-a1ef-8f7d54e46e85} <Debug> TCPHandler: Processed in 0.001276145 sec.
850 2024.11.22 05:54:00.154077 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
851 2024.11.22 05:54:00.154212 [ 256 ] {346d6188-24c1-43fa-8d1e-0b684e767d34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
852 2024.11.22 05:54:00.154269 [ 256 ] {346d6188-24c1-43fa-8d1e-0b684e767d34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
853 2024.11.22 05:54:00.155071 [ 256 ] {346d6188-24c1-43fa-8d1e-0b684e767d34} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
854 2024.11.22 05:54:00.155126 [ 256 ] {346d6188-24c1-43fa-8d1e-0b684e767d34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
855 2024.11.22 05:54:00.155855 [ 256 ] {346d6188-24c1-43fa-8d1e-0b684e767d34} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
856 2024.11.22 05:54:00.156334 [ 256 ] {346d6188-24c1-43fa-8d1e-0b684e767d34} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
857 2024.11.22 05:54:00.156588 [ 256 ] {346d6188-24c1-43fa-8d1e-0b684e767d34} <Debug> executeQuery: Read 19 rows, 2.67 KiB in 0.002408 sec., 7890.365448504984 rows/sec., 1.08 MiB/sec.
858 2024.11.22 05:54:00.156771 [ 256 ] {346d6188-24c1-43fa-8d1e-0b684e767d34} <Debug> TCPHandler: Processed in 0.002747705 sec.
859 2024.11.22 05:54:00.156941 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
860 2024.11.22 05:54:00.157079 [ 3 ] {eaefd9f0-fa49-4e2a-b76e-bf6f18061f76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
861 2024.11.22 05:54:00.157135 [ 3 ] {eaefd9f0-fa49-4e2a-b76e-bf6f18061f76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
862 2024.11.22 05:54:00.159324 [ 3 ] {eaefd9f0-fa49-4e2a-b76e-bf6f18061f76} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
863 2024.11.22 05:54:00.159372 [ 3 ] {eaefd9f0-fa49-4e2a-b76e-bf6f18061f76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
864 2024.11.22 05:54:00.160033 [ 3 ] {eaefd9f0-fa49-4e2a-b76e-bf6f18061f76} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
865 2024.11.22 05:54:00.160574 [ 3 ] {eaefd9f0-fa49-4e2a-b76e-bf6f18061f76} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
866 2024.11.22 05:54:00.160859 [ 3 ] {eaefd9f0-fa49-4e2a-b76e-bf6f18061f76} <Debug> executeQuery: Read 46 rows, 3.93 KiB in 0.003807 sec., 12083.004990806408 rows/sec., 1.01 MiB/sec.
867 2024.11.22 05:54:00.160940 [ 3 ] {eaefd9f0-fa49-4e2a-b76e-bf6f18061f76} <Debug> TCPHandler: Processed in 0.00405941 sec.
868 2024.11.22 05:54:00.161114 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
869 2024.11.22 05:54:00.161259 [ 256 ] {f7e7d473-efe6-4e6c-a169-4b39f9885efd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
870 2024.11.22 05:54:00.161318 [ 256 ] {f7e7d473-efe6-4e6c-a169-4b39f9885efd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
871 2024.11.22 05:54:00.161983 [ 256 ] {f7e7d473-efe6-4e6c-a169-4b39f9885efd} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
872 2024.11.22 05:54:00.162022 [ 256 ] {f7e7d473-efe6-4e6c-a169-4b39f9885efd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
873 2024.11.22 05:54:00.162512 [ 256 ] {f7e7d473-efe6-4e6c-a169-4b39f9885efd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
874 2024.11.22 05:54:00.162981 [ 256 ] {f7e7d473-efe6-4e6c-a169-4b39f9885efd} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
875 2024.11.22 05:54:00.163209 [ 256 ] {f7e7d473-efe6-4e6c-a169-4b39f9885efd} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001977 sec., 4046.535154274153 rows/sec., 304.28 KiB/sec.
876 2024.11.22 05:54:00.163364 [ 256 ] {f7e7d473-efe6-4e6c-a169-4b39f9885efd} <Debug> TCPHandler: Processed in 0.002317133 sec.
877 2024.11.22 05:54:00.163515 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
878 2024.11.22 05:54:00.163636 [ 3 ] {f4998c54-9101-4f71-9db3-148086bfb519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
879 2024.11.22 05:54:00.163684 [ 3 ] {f4998c54-9101-4f71-9db3-148086bfb519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
880 2024.11.22 05:54:00.164297 [ 3 ] {f4998c54-9101-4f71-9db3-148086bfb519} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
881 2024.11.22 05:54:00.164337 [ 3 ] {f4998c54-9101-4f71-9db3-148086bfb519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
882 2024.11.22 05:54:00.164790 [ 3 ] {f4998c54-9101-4f71-9db3-148086bfb519} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
883 2024.11.22 05:54:00.165208 [ 3 ] {f4998c54-9101-4f71-9db3-148086bfb519} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
884 2024.11.22 05:54:00.165403 [ 3 ] {f4998c54-9101-4f71-9db3-148086bfb519} <Debug> executeQuery: Read 44 rows, 3.52 KiB in 0.001795 sec., 24512.534818941505 rows/sec., 1.91 MiB/sec.
885 2024.11.22 05:54:00.165455 [ 3 ] {f4998c54-9101-4f71-9db3-148086bfb519} <Debug> TCPHandler: Processed in 0.001997264 sec.
886 2024.11.22 05:54:00.165608 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
887 2024.11.22 05:54:00.165729 [ 256 ] {1975762a-0d95-4816-ad6a-d1f109ad588a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
888 2024.11.22 05:54:00.165783 [ 256 ] {1975762a-0d95-4816-ad6a-d1f109ad588a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
889 2024.11.22 05:54:00.166398 [ 256 ] {1975762a-0d95-4816-ad6a-d1f109ad588a} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
890 2024.11.22 05:54:00.166457 [ 256 ] {1975762a-0d95-4816-ad6a-d1f109ad588a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
891 2024.11.22 05:54:00.167006 [ 256 ] {1975762a-0d95-4816-ad6a-d1f109ad588a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
892 2024.11.22 05:54:00.167455 [ 256 ] {1975762a-0d95-4816-ad6a-d1f109ad588a} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
893 2024.11.22 05:54:00.167669 [ 256 ] {1975762a-0d95-4816-ad6a-d1f109ad588a} <Debug> executeQuery: Read 44 rows, 3.14 KiB in 0.001966 sec., 22380.467955239066 rows/sec., 1.56 MiB/sec.
894 2024.11.22 05:54:00.167728 [ 256 ] {1975762a-0d95-4816-ad6a-d1f109ad588a} <Debug> TCPHandler: Processed in 0.002176699 sec.
895 2024.11.22 05:54:00.167876 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
896 2024.11.22 05:54:00.167993 [ 3 ] {d09ed2cf-3ac4-4f8c-822a-838b5dcee3a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
897 2024.11.22 05:54:00.168070 [ 3 ] {d09ed2cf-3ac4-4f8c-822a-838b5dcee3a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
898 2024.11.22 05:54:00.169201 [ 3 ] {d09ed2cf-3ac4-4f8c-822a-838b5dcee3a3} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
899 2024.11.22 05:54:00.169238 [ 3 ] {d09ed2cf-3ac4-4f8c-822a-838b5dcee3a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
900 2024.11.22 05:54:00.172213 [ 3 ] {d09ed2cf-3ac4-4f8c-822a-838b5dcee3a3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
901 2024.11.22 05:54:00.172708 [ 3 ] {d09ed2cf-3ac4-4f8c-822a-838b5dcee3a3} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
902 2024.11.22 05:54:00.172907 [ 3 ] {d09ed2cf-3ac4-4f8c-822a-838b5dcee3a3} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004938 sec., 1620.0891049007696 rows/sec., 2.90 MiB/sec.
903 2024.11.22 05:54:00.173021 [ 3 ] {d09ed2cf-3ac4-4f8c-822a-838b5dcee3a3} <Debug> TCPHandler: Processed in 0.005200511 sec.
904 2024.11.22 05:54:00.173179 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
905 2024.11.22 05:54:00.173297 [ 256 ] {c0b93c30-9160-4622-84e2-d17e13fedf5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
906 2024.11.22 05:54:00.173349 [ 256 ] {c0b93c30-9160-4622-84e2-d17e13fedf5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
907 2024.11.22 05:54:00.173817 [ 256 ] {c0b93c30-9160-4622-84e2-d17e13fedf5c} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
908 2024.11.22 05:54:00.173857 [ 256 ] {c0b93c30-9160-4622-84e2-d17e13fedf5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
909 2024.11.22 05:54:00.174314 [ 256 ] {c0b93c30-9160-4622-84e2-d17e13fedf5c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
910 2024.11.22 05:54:00.174820 [ 256 ] {c0b93c30-9160-4622-84e2-d17e13fedf5c} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
911 2024.11.22 05:54:00.175092 [ 256 ] {c0b93c30-9160-4622-84e2-d17e13fedf5c} <Debug> executeQuery: Read 16 rows, 1.09 KiB in 0.00181 sec., 8839.779005524862 rows/sec., 604.28 KiB/sec.
912 2024.11.22 05:54:00.175205 [ 256 ] {c0b93c30-9160-4622-84e2-d17e13fedf5c} <Debug> TCPHandler: Processed in 0.002081296 sec.
913 2024.11.22 05:54:02.224537 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464
914 2024.11.22 05:54:02.225209 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
915 2024.11.22 05:54:02.225249 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
916 2024.11.22 05:54:02.225983 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
917 2024.11.22 05:54:02.226555 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
918 2024.11.22 05:54:02.226743 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464
919 2024.11.22 05:54:02.295629 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
920 2024.11.22 05:54:02.314364 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
921 2024.11.22 05:54:02.314411 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
922 2024.11.22 05:54:02.320865 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
923 2024.11.22 05:54:02.322022 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
924 2024.11.22 05:54:02.324367 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
925 2024.11.22 05:54:05.118897 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
926 2024.11.22 05:54:05.119111 [ 3 ] {59d366c9-060c-4b35-a9b5-0ec8a3023f32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
927 2024.11.22 05:54:05.119188 [ 3 ] {59d366c9-060c-4b35-a9b5-0ec8a3023f32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
928 2024.11.22 05:54:05.119972 [ 3 ] {59d366c9-060c-4b35-a9b5-0ec8a3023f32} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
929 2024.11.22 05:54:05.120025 [ 3 ] {59d366c9-060c-4b35-a9b5-0ec8a3023f32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
930 2024.11.22 05:54:05.120710 [ 3 ] {59d366c9-060c-4b35-a9b5-0ec8a3023f32} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
931 2024.11.22 05:54:05.121347 [ 3 ] {59d366c9-060c-4b35-a9b5-0ec8a3023f32} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
932 2024.11.22 05:54:05.121587 [ 3 ] {59d366c9-060c-4b35-a9b5-0ec8a3023f32} <Debug> executeQuery: Read 30 rows, 2.34 KiB in 0.002529 sec., 11862.396204033215 rows/sec., 926.75 KiB/sec.
933 2024.11.22 05:54:05.121652 [ 3 ] {59d366c9-060c-4b35-a9b5-0ec8a3023f32} <Debug> TCPHandler: Processed in 0.002895019 sec.
934 2024.11.22 05:54:05.121959 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
935 2024.11.22 05:54:05.122162 [ 256 ] {135aef37-7af1-408d-93b1-037cbee1d5dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
936 2024.11.22 05:54:05.122251 [ 256 ] {135aef37-7af1-408d-93b1-037cbee1d5dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
937 2024.11.22 05:54:05.123052 [ 256 ] {135aef37-7af1-408d-93b1-037cbee1d5dc} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
938 2024.11.22 05:54:05.123106 [ 256 ] {135aef37-7af1-408d-93b1-037cbee1d5dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
939 2024.11.22 05:54:05.123729 [ 256 ] {135aef37-7af1-408d-93b1-037cbee1d5dc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
940 2024.11.22 05:54:05.124250 [ 256 ] {135aef37-7af1-408d-93b1-037cbee1d5dc} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
941 2024.11.22 05:54:05.124494 [ 256 ] {135aef37-7af1-408d-93b1-037cbee1d5dc} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.002394 sec., 15037.593984962406 rows/sec., 1.17 MiB/sec.
942 2024.11.22 05:54:05.124563 [ 256 ] {135aef37-7af1-408d-93b1-037cbee1d5dc} <Debug> TCPHandler: Processed in 0.002737994 sec.
943 2024.11.22 05:54:05.124749 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
944 2024.11.22 05:54:05.124900 [ 3 ] {80394edb-ecaf-4126-b30b-4470162b94c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
945 2024.11.22 05:54:05.124968 [ 3 ] {80394edb-ecaf-4126-b30b-4470162b94c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
946 2024.11.22 05:54:05.125636 [ 3 ] {80394edb-ecaf-4126-b30b-4470162b94c3} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
947 2024.11.22 05:54:05.125679 [ 3 ] {80394edb-ecaf-4126-b30b-4470162b94c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
948 2024.11.22 05:54:05.126323 [ 3 ] {80394edb-ecaf-4126-b30b-4470162b94c3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
949 2024.11.22 05:54:05.126841 [ 3 ] {80394edb-ecaf-4126-b30b-4470162b94c3} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
950 2024.11.22 05:54:05.127068 [ 3 ] {80394edb-ecaf-4126-b30b-4470162b94c3} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.002206 sec., 49864.00725294651 rows/sec., 3.48 MiB/sec.
951 2024.11.22 05:54:05.127134 [ 3 ] {80394edb-ecaf-4126-b30b-4470162b94c3} <Debug> TCPHandler: Processed in 0.002456267 sec.
952 2024.11.22 05:54:05.127308 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
953 2024.11.22 05:54:05.127452 [ 256 ] {31ba8ee5-1f57-4db4-afd4-d38f50930491} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
954 2024.11.22 05:54:05.127522 [ 256 ] {31ba8ee5-1f57-4db4-afd4-d38f50930491} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
955 2024.11.22 05:54:05.128205 [ 256 ] {31ba8ee5-1f57-4db4-afd4-d38f50930491} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
956 2024.11.22 05:54:05.128252 [ 256 ] {31ba8ee5-1f57-4db4-afd4-d38f50930491} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
957 2024.11.22 05:54:05.128862 [ 256 ] {31ba8ee5-1f57-4db4-afd4-d38f50930491} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
958 2024.11.22 05:54:05.129458 [ 256 ] {31ba8ee5-1f57-4db4-afd4-d38f50930491} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
959 2024.11.22 05:54:05.129695 [ 256 ] {31ba8ee5-1f57-4db4-afd4-d38f50930491} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.002275 sec., 17582.41758241758 rows/sec., 1.17 MiB/sec.
960 2024.11.22 05:54:05.129859 [ 256 ] {31ba8ee5-1f57-4db4-afd4-d38f50930491} <Debug> TCPHandler: Processed in 0.002610431 sec.
961 2024.11.22 05:54:08.307769 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60383, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
962 2024.11.22 05:54:08.530368 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50420, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
963 2024.11.22 05:54:08.561010 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62448, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
964 2024.11.22 05:54:08.640500 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48730, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
965 2024.11.22 05:54:08.655933 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54930, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
966 2024.11.22 05:54:08.719514 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56490, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
967 2024.11.22 05:54:08.720060 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53430, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
968 2024.11.22 05:54:08.731628 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37590, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
969 2024.11.22 05:54:09.662343 [ 63 ] {} <Debug> DNSResolver: Updating DNS cache
970 2024.11.22 05:54:09.662414 [ 63 ] {} <Debug> DNSResolver: Updated DNS cache
971 2024.11.22 05:54:09.719619 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 150
972 2024.11.22 05:54:09.724079 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
973 2024.11.22 05:54:09.724142 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
974 2024.11.22 05:54:09.725777 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
975 2024.11.22 05:54:09.726309 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
976 2024.11.22 05:54:09.726954 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 150
977 2024.11.22 05:54:09.727821 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891
978 2024.11.22 05:54:09.728456 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
979 2024.11.22 05:54:09.728497 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
980 2024.11.22 05:54:09.729201 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
981 2024.11.22 05:54:09.729793 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
982 2024.11.22 05:54:09.730125 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
983 2024.11.22 05:54:09.825409 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
984 2024.11.22 05:54:09.845162 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
985 2024.11.22 05:54:09.845230 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
986 2024.11.22 05:54:09.851774 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
987 2024.11.22 05:54:09.852931 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
988 2024.11.22 05:54:09.855557 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
989 2024.11.22 05:54:10.118698 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
990 2024.11.22 05:54:10.118885 [ 3 ] {8731a4d8-584e-429a-9a4b-457db97d1cd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
991 2024.11.22 05:54:10.118959 [ 3 ] {8731a4d8-584e-429a-9a4b-457db97d1cd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
992 2024.11.22 05:54:10.119761 [ 3 ] {8731a4d8-584e-429a-9a4b-457db97d1cd4} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
993 2024.11.22 05:54:10.119817 [ 3 ] {8731a4d8-584e-429a-9a4b-457db97d1cd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
994 2024.11.22 05:54:10.120411 [ 3 ] {8731a4d8-584e-429a-9a4b-457db97d1cd4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
995 2024.11.22 05:54:10.120971 [ 3 ] {8731a4d8-584e-429a-9a4b-457db97d1cd4} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
996 2024.11.22 05:54:10.121218 [ 3 ] {8731a4d8-584e-429a-9a4b-457db97d1cd4} <Debug> executeQuery: Read 46 rows, 3.93 KiB in 0.002383 sec., 19303.399076793958 rows/sec., 1.61 MiB/sec.
997 2024.11.22 05:54:10.121286 [ 3 ] {8731a4d8-584e-429a-9a4b-457db97d1cd4} <Debug> TCPHandler: Processed in 0.002724454 sec.
998 2024.11.22 05:54:10.121554 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
999 2024.11.22 05:54:10.121749 [ 256 ] {72c4feb7-7e37-4404-9236-59fea2a83428} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1000 2024.11.22 05:54:10.121825 [ 256 ] {72c4feb7-7e37-4404-9236-59fea2a83428} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1001 2024.11.22 05:54:10.122560 [ 256 ] {72c4feb7-7e37-4404-9236-59fea2a83428} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1002 2024.11.22 05:54:10.122615 [ 256 ] {72c4feb7-7e37-4404-9236-59fea2a83428} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1003 2024.11.22 05:54:10.123191 [ 256 ] {72c4feb7-7e37-4404-9236-59fea2a83428} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1004 2024.11.22 05:54:10.123795 [ 256 ] {72c4feb7-7e37-4404-9236-59fea2a83428} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1005 2024.11.22 05:54:10.124099 [ 256 ] {72c4feb7-7e37-4404-9236-59fea2a83428} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.002385 sec., 3354.2976939203354 rows/sec., 252.23 KiB/sec.
1006 2024.11.22 05:54:10.124210 [ 256 ] {72c4feb7-7e37-4404-9236-59fea2a83428} <Debug> TCPHandler: Processed in 0.002786776 sec.
1007 2024.11.22 05:54:10.124391 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1008 2024.11.22 05:54:10.124519 [ 3 ] {1020ee1a-fc25-422a-a7d5-a376f096770f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1009 2024.11.22 05:54:10.124570 [ 3 ] {1020ee1a-fc25-422a-a7d5-a376f096770f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1010 2024.11.22 05:54:10.125273 [ 3 ] {1020ee1a-fc25-422a-a7d5-a376f096770f} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1011 2024.11.22 05:54:10.125315 [ 3 ] {1020ee1a-fc25-422a-a7d5-a376f096770f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1012 2024.11.22 05:54:10.125825 [ 3 ] {1020ee1a-fc25-422a-a7d5-a376f096770f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1013 2024.11.22 05:54:10.126412 [ 3 ] {1020ee1a-fc25-422a-a7d5-a376f096770f} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1014 2024.11.22 05:54:10.126620 [ 3 ] {1020ee1a-fc25-422a-a7d5-a376f096770f} <Debug> executeQuery: Read 44 rows, 3.52 KiB in 0.002131 sec., 20647.58329422806 rows/sec., 1.61 MiB/sec.
1015 2024.11.22 05:54:10.126674 [ 3 ] {1020ee1a-fc25-422a-a7d5-a376f096770f} <Debug> TCPHandler: Processed in 0.002347984 sec.
1016 2024.11.22 05:54:10.126861 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1017 2024.11.22 05:54:10.127007 [ 256 ] {66b8b298-a93f-40e5-87c0-bef45998e521} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1018 2024.11.22 05:54:10.127074 [ 256 ] {66b8b298-a93f-40e5-87c0-bef45998e521} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1019 2024.11.22 05:54:10.127751 [ 256 ] {66b8b298-a93f-40e5-87c0-bef45998e521} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1020 2024.11.22 05:54:10.127801 [ 256 ] {66b8b298-a93f-40e5-87c0-bef45998e521} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1021 2024.11.22 05:54:10.128310 [ 256 ] {66b8b298-a93f-40e5-87c0-bef45998e521} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1022 2024.11.22 05:54:10.128804 [ 256 ] {66b8b298-a93f-40e5-87c0-bef45998e521} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1023 2024.11.22 05:54:10.129101 [ 256 ] {66b8b298-a93f-40e5-87c0-bef45998e521} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.002114 sec., 52034.05865657522 rows/sec., 3.63 MiB/sec.
1024 2024.11.22 05:54:10.129180 [ 256 ] {66b8b298-a93f-40e5-87c0-bef45998e521} <Debug> TCPHandler: Processed in 0.002389395 sec.
1025 2024.11.22 05:54:10.129357 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1026 2024.11.22 05:54:10.129497 [ 3 ] {c81995b5-16ee-4bfe-8f53-8751f8f7bcd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1027 2024.11.22 05:54:10.129588 [ 3 ] {c81995b5-16ee-4bfe-8f53-8751f8f7bcd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1028 2024.11.22 05:54:10.130731 [ 3 ] {c81995b5-16ee-4bfe-8f53-8751f8f7bcd3} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1029 2024.11.22 05:54:10.130771 [ 3 ] {c81995b5-16ee-4bfe-8f53-8751f8f7bcd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1030 2024.11.22 05:54:10.131529 [ 3 ] {c81995b5-16ee-4bfe-8f53-8751f8f7bcd3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1031 2024.11.22 05:54:10.132050 [ 3 ] {c81995b5-16ee-4bfe-8f53-8751f8f7bcd3} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1032 2024.11.22 05:54:10.132379 [ 3 ] {c81995b5-16ee-4bfe-8f53-8751f8f7bcd3} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002893 sec., 2765.29554096094 rows/sec., 4.96 MiB/sec.
1033 2024.11.22 05:54:10.132493 [ 3 ] {c81995b5-16ee-4bfe-8f53-8751f8f7bcd3} <Debug> TCPHandler: Processed in 0.003208517 sec.
1034 2024.11.22 05:54:10.132666 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1035 2024.11.22 05:54:10.132791 [ 256 ] {f2915313-6b63-46df-b19f-df8497bcf6f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1036 2024.11.22 05:54:10.132844 [ 256 ] {f2915313-6b63-46df-b19f-df8497bcf6f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1037 2024.11.22 05:54:10.133343 [ 256 ] {f2915313-6b63-46df-b19f-df8497bcf6f7} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1038 2024.11.22 05:54:10.133383 [ 256 ] {f2915313-6b63-46df-b19f-df8497bcf6f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1039 2024.11.22 05:54:10.133863 [ 256 ] {f2915313-6b63-46df-b19f-df8497bcf6f7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1040 2024.11.22 05:54:10.134264 [ 256 ] {f2915313-6b63-46df-b19f-df8497bcf6f7} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1041 2024.11.22 05:54:10.134484 [ 256 ] {f2915313-6b63-46df-b19f-df8497bcf6f7} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.00172 sec., 23255.813953488374 rows/sec., 1.55 MiB/sec.
1042 2024.11.22 05:54:10.134537 [ 256 ] {f2915313-6b63-46df-b19f-df8497bcf6f7} <Debug> TCPHandler: Processed in 0.001931493 sec.
1043 2024.11.22 05:54:11.522142 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41053, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1044 2024.11.22 05:54:12.234292 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60420, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1045 2024.11.22 05:54:12.243714 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36540, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1046 2024.11.22 05:54:12.338683 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56824, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1047 2024.11.22 05:54:12.366351 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42066, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1048 2024.11.22 05:54:12.368688 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63391, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1049 2024.11.22 05:54:12.368835 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61414, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1050 2024.11.22 05:54:12.373342 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41753, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1051 2024.11.22 05:54:12.642689 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62887, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1052 2024.11.22 05:54:13.172317 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35599, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1053 2024.11.22 05:54:13.209790 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45933, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1054 2024.11.22 05:54:13.339491 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49523, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1055 2024.11.22 05:54:13.460448 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45160, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1056 2024.11.22 05:54:13.479886 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45073, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1057 2024.11.22 05:54:13.491210 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62721, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1058 2024.11.22 05:54:13.508508 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37244, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1059 2024.11.22 05:54:13.515789 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55919, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1060 2024.11.22 05:54:13.837406 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49096, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1061 2024.11.22 05:54:13.859924 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61711, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1062 2024.11.22 05:54:14.000072 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58015, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1063 2024.11.22 05:54:14.000201 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.09 MiB, peak 160.98 MiB, free memory in arenas 0.00 B, will set to 156.96 MiB (RSS), difference: -1.12 MiB
1064 2024.11.22 05:54:14.059475 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50616, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1065 2024.11.22 05:54:14.151773 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58256, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1066 2024.11.22 05:54:14.187091 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61606, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1067 2024.11.22 05:54:14.201768 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58621, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1068 2024.11.22 05:54:15.118205 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1069 2024.11.22 05:54:15.118577 [ 3 ] {33579481-69fe-48e2-a280-c7402af00c56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1070 2024.11.22 05:54:15.119110 [ 3 ] {33579481-69fe-48e2-a280-c7402af00c56} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1071 2024.11.22 05:54:15.119204 [ 3 ] {33579481-69fe-48e2-a280-c7402af00c56} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1072 2024.11.22 05:54:15.119608 [ 3 ] {33579481-69fe-48e2-a280-c7402af00c56} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1073 2024.11.22 05:54:15.122510 [ 3 ] {33579481-69fe-48e2-a280-c7402af00c56} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1074 2024.11.22 05:54:15.125608 [ 3 ] {33579481-69fe-48e2-a280-c7402af00c56} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1075 2024.11.22 05:54:15.129496 [ 3 ] {33579481-69fe-48e2-a280-c7402af00c56} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1076 2024.11.22 05:54:15.129571 [ 3 ] {33579481-69fe-48e2-a280-c7402af00c56} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1077 2024.11.22 05:54:15.129599 [ 3 ] {33579481-69fe-48e2-a280-c7402af00c56} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Spreading mark ranges among streams (default reading)
1078 2024.11.22 05:54:15.129745 [ 3 ] {33579481-69fe-48e2-a280-c7402af00c56} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1079 2024.11.22 05:54:15.129777 [ 3 ] {33579481-69fe-48e2-a280-c7402af00c56} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0
1080 2024.11.22 05:54:15.145196 [ 3 ] {33579481-69fe-48e2-a280-c7402af00c56} <Debug> executeQuery: Read 19 rows, 801.00 B in 0.026757 sec., 710.0945546959674 rows/sec., 29.23 KiB/sec.
1081 2024.11.22 05:54:15.145428 [ 3 ] {33579481-69fe-48e2-a280-c7402af00c56} <Debug> TCPHandler: Processed in 0.027450236 sec.
1082 2024.11.22 05:54:15.145977 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1083 2024.11.22 05:54:15.146274 [ 256 ] {bdf7394a-06e7-48b6-a519-828339a3f35e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1084 2024.11.22 05:54:15.146726 [ 256 ] {bdf7394a-06e7-48b6-a519-828339a3f35e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1085 2024.11.22 05:54:15.146780 [ 256 ] {bdf7394a-06e7-48b6-a519-828339a3f35e} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1086 2024.11.22 05:54:15.147257 [ 256 ] {bdf7394a-06e7-48b6-a519-828339a3f35e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1087 2024.11.22 05:54:15.147391 [ 256 ] {bdf7394a-06e7-48b6-a519-828339a3f35e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1088 2024.11.22 05:54:15.147675 [ 256 ] {bdf7394a-06e7-48b6-a519-828339a3f35e} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1089 2024.11.22 05:54:15.147733 [ 256 ] {bdf7394a-06e7-48b6-a519-828339a3f35e} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1090 2024.11.22 05:54:15.147774 [ 256 ] {bdf7394a-06e7-48b6-a519-828339a3f35e} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1091 2024.11.22 05:54:15.147805 [ 256 ] {bdf7394a-06e7-48b6-a519-828339a3f35e} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Spreading mark ranges among streams (default reading)
1092 2024.11.22 05:54:15.147881 [ 256 ] {bdf7394a-06e7-48b6-a519-828339a3f35e} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1093 2024.11.22 05:54:15.147922 [ 256 ] {bdf7394a-06e7-48b6-a519-828339a3f35e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0
1094 2024.11.22 05:54:15.149055 [ 256 ] {bdf7394a-06e7-48b6-a519-828339a3f35e} <Debug> executeQuery: Read 19 rows, 801.00 B in 0.002897 sec., 6558.508802209182 rows/sec., 270.01 KiB/sec.
1095 2024.11.22 05:54:15.149270 [ 256 ] {bdf7394a-06e7-48b6-a519-828339a3f35e} <Debug> TCPHandler: Processed in 0.003453704 sec.
1096 2024.11.22 05:54:15.149803 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1097 2024.11.22 05:54:15.150104 [ 3 ] {548dcc3c-efe9-4bc1-9ff2-a5d38ab4a192} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1098 2024.11.22 05:54:15.150667 [ 3 ] {548dcc3c-efe9-4bc1-9ff2-a5d38ab4a192} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1099 2024.11.22 05:54:15.150733 [ 3 ] {548dcc3c-efe9-4bc1-9ff2-a5d38ab4a192} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1100 2024.11.22 05:54:15.151174 [ 3 ] {548dcc3c-efe9-4bc1-9ff2-a5d38ab4a192} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1101 2024.11.22 05:54:15.151290 [ 3 ] {548dcc3c-efe9-4bc1-9ff2-a5d38ab4a192} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1102 2024.11.22 05:54:15.151545 [ 3 ] {548dcc3c-efe9-4bc1-9ff2-a5d38ab4a192} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1103 2024.11.22 05:54:15.151605 [ 3 ] {548dcc3c-efe9-4bc1-9ff2-a5d38ab4a192} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1104 2024.11.22 05:54:15.151639 [ 3 ] {548dcc3c-efe9-4bc1-9ff2-a5d38ab4a192} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1105 2024.11.22 05:54:15.151665 [ 3 ] {548dcc3c-efe9-4bc1-9ff2-a5d38ab4a192} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Spreading mark ranges among streams (default reading)
1106 2024.11.22 05:54:15.151733 [ 3 ] {548dcc3c-efe9-4bc1-9ff2-a5d38ab4a192} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1107 2024.11.22 05:54:15.151767 [ 3 ] {548dcc3c-efe9-4bc1-9ff2-a5d38ab4a192} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0
1108 2024.11.22 05:54:15.152730 [ 3 ] {548dcc3c-efe9-4bc1-9ff2-a5d38ab4a192} <Debug> executeQuery: Read 19 rows, 801.00 B in 0.002774 sec., 6849.315068493151 rows/sec., 281.99 KiB/sec.
1109 2024.11.22 05:54:15.152877 [ 3 ] {548dcc3c-efe9-4bc1-9ff2-a5d38ab4a192} <Debug> TCPHandler: Processed in 0.003272969 sec.
1110 2024.11.22 05:54:15.154830 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1111 2024.11.22 05:54:15.155106 [ 256 ] {859a2fdb-daf9-44b7-9e07-ba9b185c227c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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)
1112 2024.11.22 05:54:15.155503 [ 256 ] {859a2fdb-daf9-44b7-9e07-ba9b185c227c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1113 2024.11.22 05:54:15.155555 [ 256 ] {859a2fdb-daf9-44b7-9e07-ba9b185c227c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1114 2024.11.22 05:54:15.155892 [ 256 ] {859a2fdb-daf9-44b7-9e07-ba9b185c227c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1115 2024.11.22 05:54:15.155979 [ 256 ] {859a2fdb-daf9-44b7-9e07-ba9b185c227c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1116 2024.11.22 05:54:15.156159 [ 256 ] {859a2fdb-daf9-44b7-9e07-ba9b185c227c} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1117 2024.11.22 05:54:15.156198 [ 256 ] {859a2fdb-daf9-44b7-9e07-ba9b185c227c} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1118 2024.11.22 05:54:15.156225 [ 256 ] {859a2fdb-daf9-44b7-9e07-ba9b185c227c} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1119 2024.11.22 05:54:15.156244 [ 256 ] {859a2fdb-daf9-44b7-9e07-ba9b185c227c} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Spreading mark ranges among streams (default reading)
1120 2024.11.22 05:54:15.156298 [ 256 ] {859a2fdb-daf9-44b7-9e07-ba9b185c227c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1121 2024.11.22 05:54:15.156324 [ 256 ] {859a2fdb-daf9-44b7-9e07-ba9b185c227c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0
1122 2024.11.22 05:54:15.157138 [ 256 ] {859a2fdb-daf9-44b7-9e07-ba9b185c227c} <Debug> executeQuery: Read 19 rows, 801.00 B in 0.00217 sec., 8755.760368663594 rows/sec., 360.47 KiB/sec.
1123 2024.11.22 05:54:15.157282 [ 256 ] {859a2fdb-daf9-44b7-9e07-ba9b185c227c} <Debug> TCPHandler: Processed in 0.00254878 sec.
1124 2024.11.22 05:54:15.157822 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1125 2024.11.22 05:54:15.158043 [ 3 ] {4e331142-7085-4725-aa1b-1d8387a80258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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)
1126 2024.11.22 05:54:15.158438 [ 3 ] {4e331142-7085-4725-aa1b-1d8387a80258} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1127 2024.11.22 05:54:15.158489 [ 3 ] {4e331142-7085-4725-aa1b-1d8387a80258} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE
1128 2024.11.22 05:54:15.158803 [ 3 ] {4e331142-7085-4725-aa1b-1d8387a80258} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1129 2024.11.22 05:54:15.158898 [ 3 ] {4e331142-7085-4725-aa1b-1d8387a80258} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1130 2024.11.22 05:54:15.159072 [ 3 ] {4e331142-7085-4725-aa1b-1d8387a80258} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1131 2024.11.22 05:54:15.159112 [ 3 ] {4e331142-7085-4725-aa1b-1d8387a80258} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1132 2024.11.22 05:54:15.159138 [ 3 ] {4e331142-7085-4725-aa1b-1d8387a80258} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1133 2024.11.22 05:54:15.159157 [ 3 ] {4e331142-7085-4725-aa1b-1d8387a80258} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Spreading mark ranges among streams (default reading)
1134 2024.11.22 05:54:15.159211 [ 3 ] {4e331142-7085-4725-aa1b-1d8387a80258} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))"
1135 2024.11.22 05:54:15.159241 [ 3 ] {4e331142-7085-4725-aa1b-1d8387a80258} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0
1136 2024.11.22 05:54:15.159943 [ 3 ] {4e331142-7085-4725-aa1b-1d8387a80258} <Debug> executeQuery: Read 19 rows, 801.00 B in 0.001999 sec., 9504.752376188095 rows/sec., 391.31 KiB/sec.
1137 2024.11.22 05:54:15.160080 [ 3 ] {4e331142-7085-4725-aa1b-1d8387a80258} <Debug> TCPHandler: Processed in 0.002336354 sec.
1138 2024.11.22 05:54:15.161128 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1139 2024.11.22 05:54:15.161381 [ 256 ] {129c5746-df2f-4735-b864-5b094709c985} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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)
1140 2024.11.22 05:54:15.161772 [ 256 ] {129c5746-df2f-4735-b864-5b094709c985} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1141 2024.11.22 05:54:15.161825 [ 256 ] {129c5746-df2f-4735-b864-5b094709c985} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE
1142 2024.11.22 05:54:15.162237 [ 256 ] {129c5746-df2f-4735-b864-5b094709c985} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1143 2024.11.22 05:54:15.162346 [ 256 ] {129c5746-df2f-4735-b864-5b094709c985} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1144 2024.11.22 05:54:15.162559 [ 256 ] {129c5746-df2f-4735-b864-5b094709c985} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1145 2024.11.22 05:54:15.162600 [ 256 ] {129c5746-df2f-4735-b864-5b094709c985} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1146 2024.11.22 05:54:15.162628 [ 256 ] {129c5746-df2f-4735-b864-5b094709c985} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (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
1147 2024.11.22 05:54:15.162650 [ 256 ] {129c5746-df2f-4735-b864-5b094709c985} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Spreading mark ranges among streams (default reading)
1148 2024.11.22 05:54:15.162711 [ 256 ] {129c5746-df2f-4735-b864-5b094709c985} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))"
1149 2024.11.22 05:54:15.162749 [ 256 ] {129c5746-df2f-4735-b864-5b094709c985} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0
1150 2024.11.22 05:54:15.163462 [ 256 ] {129c5746-df2f-4735-b864-5b094709c985} <Debug> executeQuery: Read 19 rows, 801.00 B in 0.00218 sec., 8715.59633027523 rows/sec., 358.82 KiB/sec.
1151 2024.11.22 05:54:15.163613 [ 256 ] {129c5746-df2f-4735-b864-5b094709c985} <Debug> TCPHandler: Processed in 0.00256588 sec.
1152 2024.11.22 05:54:15.164014 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1153 2024.11.22 05:54:15.164294 [ 3 ] {2d33906b-f03d-4c57-867a-7d0fcb148802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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)
1154 2024.11.22 05:54:15.164829 [ 3 ] {2d33906b-f03d-4c57-867a-7d0fcb148802} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1155 2024.11.22 05:54:15.164904 [ 3 ] {2d33906b-f03d-4c57-867a-7d0fcb148802} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE
1156 2024.11.22 05:54:15.165407 [ 3 ] {2d33906b-f03d-4c57-867a-7d0fcb148802} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1157 2024.11.22 05:54:15.165525 [ 3 ] {2d33906b-f03d-4c57-867a-7d0fcb148802} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1158 2024.11.22 05:54:15.165777 [ 3 ] {2d33906b-f03d-4c57-867a-7d0fcb148802} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1159 2024.11.22 05:54:15.165836 [ 3 ] {2d33906b-f03d-4c57-867a-7d0fcb148802} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1160 2024.11.22 05:54:15.165876 [ 3 ] {2d33906b-f03d-4c57-867a-7d0fcb148802} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (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
1161 2024.11.22 05:54:15.165906 [ 3 ] {2d33906b-f03d-4c57-867a-7d0fcb148802} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Spreading mark ranges among streams (default reading)
1162 2024.11.22 05:54:15.165979 [ 3 ] {2d33906b-f03d-4c57-867a-7d0fcb148802} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))"
1163 2024.11.22 05:54:15.166025 [ 3 ] {2d33906b-f03d-4c57-867a-7d0fcb148802} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0
1164 2024.11.22 05:54:15.166876 [ 3 ] {2d33906b-f03d-4c57-867a-7d0fcb148802} <Debug> executeQuery: Read 19 rows, 801.00 B in 0.002723 sec., 6977.59823723834 rows/sec., 287.27 KiB/sec.
1165 2024.11.22 05:54:15.167064 [ 3 ] {2d33906b-f03d-4c57-867a-7d0fcb148802} <Debug> TCPHandler: Processed in 0.003135645 sec.
1166 2024.11.22 05:54:15.167507 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1167 2024.11.22 05:54:15.167752 [ 256 ] {63b87f22-59e2-465f-a851-b1211d8fc510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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)
1168 2024.11.22 05:54:15.168180 [ 256 ] {63b87f22-59e2-465f-a851-b1211d8fc510} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1169 2024.11.22 05:54:15.168234 [ 256 ] {63b87f22-59e2-465f-a851-b1211d8fc510} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE
1170 2024.11.22 05:54:15.168656 [ 256 ] {63b87f22-59e2-465f-a851-b1211d8fc510} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1171 2024.11.22 05:54:15.168767 [ 256 ] {63b87f22-59e2-465f-a851-b1211d8fc510} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1172 2024.11.22 05:54:15.168966 [ 256 ] {63b87f22-59e2-465f-a851-b1211d8fc510} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1173 2024.11.22 05:54:15.169017 [ 256 ] {63b87f22-59e2-465f-a851-b1211d8fc510} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1174 2024.11.22 05:54:15.169058 [ 256 ] {63b87f22-59e2-465f-a851-b1211d8fc510} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (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
1175 2024.11.22 05:54:15.169080 [ 256 ] {63b87f22-59e2-465f-a851-b1211d8fc510} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Spreading mark ranges among streams (default reading)
1176 2024.11.22 05:54:15.169143 [ 256 ] {63b87f22-59e2-465f-a851-b1211d8fc510} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))"
1177 2024.11.22 05:54:15.169187 [ 256 ] {63b87f22-59e2-465f-a851-b1211d8fc510} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0
1178 2024.11.22 05:54:15.169933 [ 256 ] {63b87f22-59e2-465f-a851-b1211d8fc510} <Debug> executeQuery: Read 19 rows, 801.00 B in 0.002281 sec., 8329.679964927664 rows/sec., 342.93 KiB/sec.
1179 2024.11.22 05:54:15.170069 [ 256 ] {63b87f22-59e2-465f-a851-b1211d8fc510} <Debug> TCPHandler: Processed in 0.002651302 sec.
1180 2024.11.22 05:54:15.170537 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1181 2024.11.22 05:54:15.170855 [ 3 ] {0a68cc61-1c12-4672-9286-0fa71759c78f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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)
1182 2024.11.22 05:54:15.171359 [ 3 ] {0a68cc61-1c12-4672-9286-0fa71759c78f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1183 2024.11.22 05:54:15.171423 [ 3 ] {0a68cc61-1c12-4672-9286-0fa71759c78f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1184 2024.11.22 05:54:15.171872 [ 3 ] {0a68cc61-1c12-4672-9286-0fa71759c78f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1185 2024.11.22 05:54:15.171970 [ 3 ] {0a68cc61-1c12-4672-9286-0fa71759c78f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1186 2024.11.22 05:54:15.172191 [ 3 ] {0a68cc61-1c12-4672-9286-0fa71759c78f} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1187 2024.11.22 05:54:15.172243 [ 3 ] {0a68cc61-1c12-4672-9286-0fa71759c78f} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1188 2024.11.22 05:54:15.172278 [ 3 ] {0a68cc61-1c12-4672-9286-0fa71759c78f} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (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
1189 2024.11.22 05:54:15.172304 [ 3 ] {0a68cc61-1c12-4672-9286-0fa71759c78f} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Spreading mark ranges among streams (default reading)
1190 2024.11.22 05:54:15.172368 [ 3 ] {0a68cc61-1c12-4672-9286-0fa71759c78f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))"
1191 2024.11.22 05:54:15.172404 [ 3 ] {0a68cc61-1c12-4672-9286-0fa71759c78f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0
1192 2024.11.22 05:54:15.173206 [ 3 ] {0a68cc61-1c12-4672-9286-0fa71759c78f} <Debug> executeQuery: Read 19 rows, 801.00 B in 0.002481 sec., 7658.202337767029 rows/sec., 315.29 KiB/sec.
1193 2024.11.22 05:54:15.173379 [ 3 ] {0a68cc61-1c12-4672-9286-0fa71759c78f} <Debug> TCPHandler: Processed in 0.00295284 sec.
1194 2024.11.22 05:54:15.173858 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1195 2024.11.22 05:54:15.174077 [ 256 ] {45dcd482-9820-43c3-b082-f562639f3287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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)
1196 2024.11.22 05:54:15.174471 [ 256 ] {45dcd482-9820-43c3-b082-f562639f3287} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1197 2024.11.22 05:54:15.174524 [ 256 ] {45dcd482-9820-43c3-b082-f562639f3287} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1198 2024.11.22 05:54:15.174866 [ 256 ] {45dcd482-9820-43c3-b082-f562639f3287} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1199 2024.11.22 05:54:15.174951 [ 256 ] {45dcd482-9820-43c3-b082-f562639f3287} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1200 2024.11.22 05:54:15.175135 [ 256 ] {45dcd482-9820-43c3-b082-f562639f3287} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1201 2024.11.22 05:54:15.175184 [ 256 ] {45dcd482-9820-43c3-b082-f562639f3287} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1202 2024.11.22 05:54:15.175212 [ 256 ] {45dcd482-9820-43c3-b082-f562639f3287} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (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
1203 2024.11.22 05:54:15.175235 [ 256 ] {45dcd482-9820-43c3-b082-f562639f3287} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Spreading mark ranges among streams (default reading)
1204 2024.11.22 05:54:15.175289 [ 256 ] {45dcd482-9820-43c3-b082-f562639f3287} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))"
1205 2024.11.22 05:54:15.175318 [ 256 ] {45dcd482-9820-43c3-b082-f562639f3287} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0
1206 2024.11.22 05:54:15.176099 [ 256 ] {45dcd482-9820-43c3-b082-f562639f3287} <Debug> executeQuery: Read 19 rows, 801.00 B in 0.002124 sec., 8945.386064030132 rows/sec., 368.28 KiB/sec.
1207 2024.11.22 05:54:15.176242 [ 256 ] {45dcd482-9820-43c3-b082-f562639f3287} <Debug> TCPHandler: Processed in 0.002457197 sec.
1208 2024.11.22 05:54:15.176609 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1209 2024.11.22 05:54:15.176880 [ 3 ] {0b849877-b11d-4926-8f47-42ce59eab610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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)
1210 2024.11.22 05:54:15.177275 [ 3 ] {0b849877-b11d-4926-8f47-42ce59eab610} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1211 2024.11.22 05:54:15.177327 [ 3 ] {0b849877-b11d-4926-8f47-42ce59eab610} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1212 2024.11.22 05:54:15.177674 [ 3 ] {0b849877-b11d-4926-8f47-42ce59eab610} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1213 2024.11.22 05:54:15.177761 [ 3 ] {0b849877-b11d-4926-8f47-42ce59eab610} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1214 2024.11.22 05:54:15.177988 [ 3 ] {0b849877-b11d-4926-8f47-42ce59eab610} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1215 2024.11.22 05:54:15.178038 [ 3 ] {0b849877-b11d-4926-8f47-42ce59eab610} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1216 2024.11.22 05:54:15.178064 [ 3 ] {0b849877-b11d-4926-8f47-42ce59eab610} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (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
1217 2024.11.22 05:54:15.178085 [ 3 ] {0b849877-b11d-4926-8f47-42ce59eab610} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Spreading mark ranges among streams (default reading)
1218 2024.11.22 05:54:15.178143 [ 3 ] {0b849877-b11d-4926-8f47-42ce59eab610} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))"
1219 2024.11.22 05:54:15.178171 [ 3 ] {0b849877-b11d-4926-8f47-42ce59eab610} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0
1220 2024.11.22 05:54:15.179089 [ 3 ] {0b849877-b11d-4926-8f47-42ce59eab610} <Debug> executeQuery: Read 19 rows, 801.00 B in 0.00232 sec., 8189.6551724137935 rows/sec., 337.17 KiB/sec.
1221 2024.11.22 05:54:15.179262 [ 3 ] {0b849877-b11d-4926-8f47-42ce59eab610} <Debug> TCPHandler: Processed in 0.002740615 sec.
1222 2024.11.22 05:54:15.179767 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1223 2024.11.22 05:54:15.180046 [ 256 ] {08cc48a4-586e-4e5a-82f6-985143223cab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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)
1224 2024.11.22 05:54:15.180507 [ 256 ] {08cc48a4-586e-4e5a-82f6-985143223cab} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1225 2024.11.22 05:54:15.180576 [ 256 ] {08cc48a4-586e-4e5a-82f6-985143223cab} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1226 2024.11.22 05:54:15.181057 [ 256 ] {08cc48a4-586e-4e5a-82f6-985143223cab} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1227 2024.11.22 05:54:15.181273 [ 256 ] {08cc48a4-586e-4e5a-82f6-985143223cab} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1228 2024.11.22 05:54:15.181502 [ 256 ] {08cc48a4-586e-4e5a-82f6-985143223cab} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1229 2024.11.22 05:54:15.181552 [ 256 ] {08cc48a4-586e-4e5a-82f6-985143223cab} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1230 2024.11.22 05:54:15.181589 [ 256 ] {08cc48a4-586e-4e5a-82f6-985143223cab} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (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
1231 2024.11.22 05:54:15.181617 [ 256 ] {08cc48a4-586e-4e5a-82f6-985143223cab} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Spreading mark ranges among streams (default reading)
1232 2024.11.22 05:54:15.181686 [ 256 ] {08cc48a4-586e-4e5a-82f6-985143223cab} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))"
1233 2024.11.22 05:54:15.181832 [ 256 ] {08cc48a4-586e-4e5a-82f6-985143223cab} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0
1234 2024.11.22 05:54:15.182649 [ 256 ] {08cc48a4-586e-4e5a-82f6-985143223cab} <Debug> executeQuery: Read 19 rows, 801.00 B in 0.002751 sec., 6906.579425663395 rows/sec., 284.34 KiB/sec.
1235 2024.11.22 05:54:15.182814 [ 256 ] {08cc48a4-586e-4e5a-82f6-985143223cab} <Debug> TCPHandler: Processed in 0.003141395 sec.
1236 2024.11.22 05:54:15.183195 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1237 2024.11.22 05:54:15.183466 [ 3 ] {093f7252-41d0-467d-9d68-b5da2db426e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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)
1238 2024.11.22 05:54:15.183972 [ 3 ] {093f7252-41d0-467d-9d68-b5da2db426e3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1239 2024.11.22 05:54:15.184039 [ 3 ] {093f7252-41d0-467d-9d68-b5da2db426e3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1240 2024.11.22 05:54:15.184522 [ 3 ] {093f7252-41d0-467d-9d68-b5da2db426e3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1241 2024.11.22 05:54:15.184633 [ 3 ] {093f7252-41d0-467d-9d68-b5da2db426e3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1242 2024.11.22 05:54:15.184861 [ 3 ] {093f7252-41d0-467d-9d68-b5da2db426e3} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1243 2024.11.22 05:54:15.184910 [ 3 ] {093f7252-41d0-467d-9d68-b5da2db426e3} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1244 2024.11.22 05:54:15.184944 [ 3 ] {093f7252-41d0-467d-9d68-b5da2db426e3} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (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
1245 2024.11.22 05:54:15.184971 [ 3 ] {093f7252-41d0-467d-9d68-b5da2db426e3} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Spreading mark ranges among streams (default reading)
1246 2024.11.22 05:54:15.185034 [ 3 ] {093f7252-41d0-467d-9d68-b5da2db426e3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))"
1247 2024.11.22 05:54:15.185082 [ 3 ] {093f7252-41d0-467d-9d68-b5da2db426e3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0
1248 2024.11.22 05:54:15.185894 [ 3 ] {093f7252-41d0-467d-9d68-b5da2db426e3} <Debug> executeQuery: Read 19 rows, 801.00 B in 0.00257 sec., 7392.996108949417 rows/sec., 304.37 KiB/sec.
1249 2024.11.22 05:54:15.186113 [ 3 ] {093f7252-41d0-467d-9d68-b5da2db426e3} <Debug> TCPHandler: Processed in 0.003006722 sec.
1250 2024.11.22 05:54:15.186572 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1251 2024.11.22 05:54:15.186803 [ 256 ] {9c348182-2101-48a8-ac70-e2270c3f36fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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)
1252 2024.11.22 05:54:15.187207 [ 256 ] {9c348182-2101-48a8-ac70-e2270c3f36fa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1253 2024.11.22 05:54:15.187267 [ 256 ] {9c348182-2101-48a8-ac70-e2270c3f36fa} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1254 2024.11.22 05:54:15.187626 [ 256 ] {9c348182-2101-48a8-ac70-e2270c3f36fa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1255 2024.11.22 05:54:15.187705 [ 256 ] {9c348182-2101-48a8-ac70-e2270c3f36fa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1256 2024.11.22 05:54:15.187885 [ 256 ] {9c348182-2101-48a8-ac70-e2270c3f36fa} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1257 2024.11.22 05:54:15.187925 [ 256 ] {9c348182-2101-48a8-ac70-e2270c3f36fa} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1258 2024.11.22 05:54:15.187954 [ 256 ] {9c348182-2101-48a8-ac70-e2270c3f36fa} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (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
1259 2024.11.22 05:54:15.187975 [ 256 ] {9c348182-2101-48a8-ac70-e2270c3f36fa} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Spreading mark ranges among streams (default reading)
1260 2024.11.22 05:54:15.188024 [ 256 ] {9c348182-2101-48a8-ac70-e2270c3f36fa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))"
1261 2024.11.22 05:54:15.188054 [ 256 ] {9c348182-2101-48a8-ac70-e2270c3f36fa} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0
1262 2024.11.22 05:54:15.188818 [ 256 ] {9c348182-2101-48a8-ac70-e2270c3f36fa} <Debug> executeQuery: Read 19 rows, 801.00 B in 0.002126 sec., 8936.970837253059 rows/sec., 367.93 KiB/sec.
1263 2024.11.22 05:54:15.188977 [ 256 ] {9c348182-2101-48a8-ac70-e2270c3f36fa} <Debug> TCPHandler: Processed in 0.002476698 sec.
1264 2024.11.22 05:54:15.195242 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1265 2024.11.22 05:54:15.195526 [ 3 ] {1ca5066c-178c-4427-accd-076b57c067ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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)
1266 2024.11.22 05:54:15.195991 [ 3 ] {1ca5066c-178c-4427-accd-076b57c067ef} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1267 2024.11.22 05:54:15.196054 [ 3 ] {1ca5066c-178c-4427-accd-076b57c067ef} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1268 2024.11.22 05:54:15.196555 [ 3 ] {1ca5066c-178c-4427-accd-076b57c067ef} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1269 2024.11.22 05:54:15.196670 [ 3 ] {1ca5066c-178c-4427-accd-076b57c067ef} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1270 2024.11.22 05:54:15.196872 [ 3 ] {1ca5066c-178c-4427-accd-076b57c067ef} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1271 2024.11.22 05:54:15.196917 [ 3 ] {1ca5066c-178c-4427-accd-076b57c067ef} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1272 2024.11.22 05:54:15.196953 [ 3 ] {1ca5066c-178c-4427-accd-076b57c067ef} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (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
1273 2024.11.22 05:54:15.196973 [ 3 ] {1ca5066c-178c-4427-accd-076b57c067ef} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Spreading mark ranges among streams (default reading)
1274 2024.11.22 05:54:15.197027 [ 3 ] {1ca5066c-178c-4427-accd-076b57c067ef} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))"
1275 2024.11.22 05:54:15.197057 [ 3 ] {1ca5066c-178c-4427-accd-076b57c067ef} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0
1276 2024.11.22 05:54:15.197870 [ 3 ] {1ca5066c-178c-4427-accd-076b57c067ef} <Debug> executeQuery: Read 19 rows, 801.00 B in 0.002467 sec., 7701.661937576003 rows/sec., 317.08 KiB/sec.
1277 2024.11.22 05:54:15.198051 [ 3 ] {1ca5066c-178c-4427-accd-076b57c067ef} <Debug> TCPHandler: Processed in 0.00292718 sec.
1278 2024.11.22 05:54:15.202192 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1279 2024.11.22 05:54:15.202368 [ 256 ] {319e52f0-6090-41a6-90b1-d7421b481b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1280 2024.11.22 05:54:15.202447 [ 256 ] {319e52f0-6090-41a6-90b1-d7421b481b2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1281 2024.11.22 05:54:15.203376 [ 256 ] {319e52f0-6090-41a6-90b1-d7421b481b2c} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1282 2024.11.22 05:54:15.203431 [ 256 ] {319e52f0-6090-41a6-90b1-d7421b481b2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1283 2024.11.22 05:54:15.204330 [ 256 ] {319e52f0-6090-41a6-90b1-d7421b481b2c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1284 2024.11.22 05:54:15.204998 [ 256 ] {319e52f0-6090-41a6-90b1-d7421b481b2c} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1285 2024.11.22 05:54:15.205389 [ 256 ] {319e52f0-6090-41a6-90b1-d7421b481b2c} <Debug> executeQuery: Read 15 rows, 2.76 KiB in 0.003069 sec., 4887.5855327468225 rows/sec., 898.92 KiB/sec.
1286 2024.11.22 05:54:15.205532 [ 256 ] {319e52f0-6090-41a6-90b1-d7421b481b2c} <Debug> TCPHandler: Processed in 0.003430313 sec.
1287 2024.11.22 05:54:15.205785 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1288 2024.11.22 05:54:15.205951 [ 3 ] {32eae00f-142c-4e58-b695-fcfdf1bf2a72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1289 2024.11.22 05:54:15.206020 [ 3 ] {32eae00f-142c-4e58-b695-fcfdf1bf2a72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1290 2024.11.22 05:54:15.207476 [ 3 ] {32eae00f-142c-4e58-b695-fcfdf1bf2a72} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1291 2024.11.22 05:54:15.207526 [ 3 ] {32eae00f-142c-4e58-b695-fcfdf1bf2a72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1292 2024.11.22 05:54:15.208190 [ 3 ] {32eae00f-142c-4e58-b695-fcfdf1bf2a72} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1293 2024.11.22 05:54:15.208724 [ 3 ] {32eae00f-142c-4e58-b695-fcfdf1bf2a72} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1294 2024.11.22 05:54:15.208984 [ 3 ] {32eae00f-142c-4e58-b695-fcfdf1bf2a72} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.003074 sec., 4554.326610279766 rows/sec., 327.85 KiB/sec.
1295 2024.11.22 05:54:15.209064 [ 3 ] {32eae00f-142c-4e58-b695-fcfdf1bf2a72} <Debug> TCPHandler: Processed in 0.003392202 sec.
1296 2024.11.22 05:54:15.209295 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1297 2024.11.22 05:54:15.209442 [ 256 ] {59dedc46-d41b-4c4a-928c-a7d74e76b9f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1298 2024.11.22 05:54:15.209506 [ 256 ] {59dedc46-d41b-4c4a-928c-a7d74e76b9f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1299 2024.11.22 05:54:15.210417 [ 256 ] {59dedc46-d41b-4c4a-928c-a7d74e76b9f6} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1300 2024.11.22 05:54:15.210467 [ 256 ] {59dedc46-d41b-4c4a-928c-a7d74e76b9f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1301 2024.11.22 05:54:15.211189 [ 256 ] {59dedc46-d41b-4c4a-928c-a7d74e76b9f6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1302 2024.11.22 05:54:15.211736 [ 256 ] {59dedc46-d41b-4c4a-928c-a7d74e76b9f6} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1303 2024.11.22 05:54:15.211999 [ 256 ] {59dedc46-d41b-4c4a-928c-a7d74e76b9f6} <Debug> executeQuery: Read 239 rows, 21.37 KiB in 0.002591 sec., 92242.37746043998 rows/sec., 8.06 MiB/sec.
1304 2024.11.22 05:54:15.212076 [ 256 ] {59dedc46-d41b-4c4a-928c-a7d74e76b9f6} <Debug> TCPHandler: Processed in 0.002856858 sec.
1305 2024.11.22 05:54:15.212317 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1306 2024.11.22 05:54:15.212491 [ 3 ] {6837dc89-0bfc-4921-b982-f665a46be8bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1307 2024.11.22 05:54:15.212567 [ 3 ] {6837dc89-0bfc-4921-b982-f665a46be8bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1308 2024.11.22 05:54:15.213481 [ 3 ] {6837dc89-0bfc-4921-b982-f665a46be8bb} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1309 2024.11.22 05:54:15.213541 [ 3 ] {6837dc89-0bfc-4921-b982-f665a46be8bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1310 2024.11.22 05:54:15.214222 [ 3 ] {6837dc89-0bfc-4921-b982-f665a46be8bb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1311 2024.11.22 05:54:15.214942 [ 3 ] {6837dc89-0bfc-4921-b982-f665a46be8bb} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1312 2024.11.22 05:54:15.215270 [ 3 ] {6837dc89-0bfc-4921-b982-f665a46be8bb} <Debug> executeQuery: Read 25 rows, 1.81 KiB in 0.002821 sec., 8862.105636299184 rows/sec., 641.46 KiB/sec.
1313 2024.11.22 05:54:15.215397 [ 3 ] {6837dc89-0bfc-4921-b982-f665a46be8bb} <Debug> TCPHandler: Processed in 0.003162426 sec.
1314 2024.11.22 05:54:15.215628 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1315 2024.11.22 05:54:15.215798 [ 256 ] {5c6c1769-c4f3-4ab6-a36a-93aa07191e4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1316 2024.11.22 05:54:15.215883 [ 256 ] {5c6c1769-c4f3-4ab6-a36a-93aa07191e4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1317 2024.11.22 05:54:15.216762 [ 256 ] {5c6c1769-c4f3-4ab6-a36a-93aa07191e4e} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1318 2024.11.22 05:54:15.216817 [ 256 ] {5c6c1769-c4f3-4ab6-a36a-93aa07191e4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1319 2024.11.22 05:54:15.217586 [ 256 ] {5c6c1769-c4f3-4ab6-a36a-93aa07191e4e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1320 2024.11.22 05:54:15.218298 [ 256 ] {5c6c1769-c4f3-4ab6-a36a-93aa07191e4e} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1321 2024.11.22 05:54:15.218619 [ 256 ] {5c6c1769-c4f3-4ab6-a36a-93aa07191e4e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002861 sec., 4893.393918210416 rows/sec., 342.70 KiB/sec.
1322 2024.11.22 05:54:15.218709 [ 256 ] {5c6c1769-c4f3-4ab6-a36a-93aa07191e4e} <Debug> TCPHandler: Processed in 0.003160346 sec.
1323 2024.11.22 05:54:15.218945 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1324 2024.11.22 05:54:15.219112 [ 3 ] {e53455fd-e5d4-40cb-8281-8cd1eaf8ff1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1325 2024.11.22 05:54:15.219206 [ 3 ] {e53455fd-e5d4-40cb-8281-8cd1eaf8ff1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1326 2024.11.22 05:54:15.220180 [ 3 ] {e53455fd-e5d4-40cb-8281-8cd1eaf8ff1b} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1327 2024.11.22 05:54:15.220241 [ 3 ] {e53455fd-e5d4-40cb-8281-8cd1eaf8ff1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1328 2024.11.22 05:54:15.221055 [ 3 ] {e53455fd-e5d4-40cb-8281-8cd1eaf8ff1b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1329 2024.11.22 05:54:15.221636 [ 3 ] {e53455fd-e5d4-40cb-8281-8cd1eaf8ff1b} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1330 2024.11.22 05:54:15.221892 [ 3 ] {e53455fd-e5d4-40cb-8281-8cd1eaf8ff1b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002817 sec., 4614.838480653177 rows/sec., 287.73 KiB/sec.
1331 2024.11.22 05:54:15.221971 [ 3 ] {e53455fd-e5d4-40cb-8281-8cd1eaf8ff1b} <Debug> TCPHandler: Processed in 0.003105804 sec.
1332 2024.11.22 05:54:15.222189 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1333 2024.11.22 05:54:15.222358 [ 256 ] {ca1fcc7c-36b8-4f0e-97f4-75598c3f9c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1334 2024.11.22 05:54:15.222453 [ 256 ] {ca1fcc7c-36b8-4f0e-97f4-75598c3f9c8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1335 2024.11.22 05:54:15.223565 [ 256 ] {ca1fcc7c-36b8-4f0e-97f4-75598c3f9c8f} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1336 2024.11.22 05:54:15.223620 [ 256 ] {ca1fcc7c-36b8-4f0e-97f4-75598c3f9c8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1337 2024.11.22 05:54:15.224383 [ 256 ] {ca1fcc7c-36b8-4f0e-97f4-75598c3f9c8f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1338 2024.11.22 05:54:15.225085 [ 256 ] {ca1fcc7c-36b8-4f0e-97f4-75598c3f9c8f} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1339 2024.11.22 05:54:15.225380 [ 256 ] {ca1fcc7c-36b8-4f0e-97f4-75598c3f9c8f} <Debug> executeQuery: Read 409 rows, 29.85 KiB in 0.003057 sec., 133791.29865881585 rows/sec., 9.53 MiB/sec.
1340 2024.11.22 05:54:15.225456 [ 256 ] {ca1fcc7c-36b8-4f0e-97f4-75598c3f9c8f} <Debug> TCPHandler: Processed in 0.003348511 sec.
1341 2024.11.22 05:54:15.225682 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1342 2024.11.22 05:54:15.225828 [ 3 ] {1eea31e5-eadc-450f-a5e1-c2606357e578} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1343 2024.11.22 05:54:15.225893 [ 3 ] {1eea31e5-eadc-450f-a5e1-c2606357e578} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1344 2024.11.22 05:54:15.226487 [ 3 ] {1eea31e5-eadc-450f-a5e1-c2606357e578} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1345 2024.11.22 05:54:15.226531 [ 3 ] {1eea31e5-eadc-450f-a5e1-c2606357e578} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1346 2024.11.22 05:54:15.227089 [ 3 ] {1eea31e5-eadc-450f-a5e1-c2606357e578} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1347 2024.11.22 05:54:15.227717 [ 3 ] {1eea31e5-eadc-450f-a5e1-c2606357e578} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1348 2024.11.22 05:54:15.228018 [ 3 ] {1eea31e5-eadc-450f-a5e1-c2606357e578} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002218 sec., 2705.139765554554 rows/sec., 141.33 KiB/sec.
1349 2024.11.22 05:54:15.228175 [ 3 ] {1eea31e5-eadc-450f-a5e1-c2606357e578} <Debug> TCPHandler: Processed in 0.00257539 sec.
1350 2024.11.22 05:54:15.228416 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1351 2024.11.22 05:54:15.228596 [ 256 ] {b4489dc1-9cb3-4dd5-a725-5e398f56e847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1352 2024.11.22 05:54:15.228682 [ 256 ] {b4489dc1-9cb3-4dd5-a725-5e398f56e847} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1353 2024.11.22 05:54:15.229589 [ 256 ] {b4489dc1-9cb3-4dd5-a725-5e398f56e847} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1354 2024.11.22 05:54:15.229652 [ 256 ] {b4489dc1-9cb3-4dd5-a725-5e398f56e847} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1355 2024.11.22 05:54:15.230476 [ 256 ] {b4489dc1-9cb3-4dd5-a725-5e398f56e847} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1356 2024.11.22 05:54:15.231375 [ 256 ] {b4489dc1-9cb3-4dd5-a725-5e398f56e847} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1357 2024.11.22 05:54:15.231707 [ 256 ] {b4489dc1-9cb3-4dd5-a725-5e398f56e847} <Debug> executeQuery: Read 207 rows, 14.14 KiB in 0.00315 sec., 65714.28571428571 rows/sec., 4.38 MiB/sec.
1358 2024.11.22 05:54:15.231798 [ 256 ] {b4489dc1-9cb3-4dd5-a725-5e398f56e847} <Debug> TCPHandler: Processed in 0.003466245 sec.
1359 2024.11.22 05:54:15.232035 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1360 2024.11.22 05:54:15.232205 [ 3 ] {27ee9d31-1b3b-42d4-acd5-c9261134fab0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1361 2024.11.22 05:54:15.232288 [ 3 ] {27ee9d31-1b3b-42d4-acd5-c9261134fab0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1362 2024.11.22 05:54:15.232908 [ 3 ] {27ee9d31-1b3b-42d4-acd5-c9261134fab0} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1363 2024.11.22 05:54:15.232953 [ 3 ] {27ee9d31-1b3b-42d4-acd5-c9261134fab0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1364 2024.11.22 05:54:15.233591 [ 3 ] {27ee9d31-1b3b-42d4-acd5-c9261134fab0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1365 2024.11.22 05:54:15.234384 [ 3 ] {27ee9d31-1b3b-42d4-acd5-c9261134fab0} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1366 2024.11.22 05:54:15.234701 [ 3 ] {27ee9d31-1b3b-42d4-acd5-c9261134fab0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002524 sec., 396.19651347068145 rows/sec., 26.70 KiB/sec.
1367 2024.11.22 05:54:15.234820 [ 3 ] {27ee9d31-1b3b-42d4-acd5-c9261134fab0} <Debug> TCPHandler: Processed in 0.002882309 sec.
1368 2024.11.22 05:54:15.235065 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1369 2024.11.22 05:54:15.235241 [ 256 ] {d8b2e69c-69c7-42b4-b326-f981b50c9e62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1370 2024.11.22 05:54:15.235359 [ 256 ] {d8b2e69c-69c7-42b4-b326-f981b50c9e62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1371 2024.11.22 05:54:15.237072 [ 256 ] {d8b2e69c-69c7-42b4-b326-f981b50c9e62} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1372 2024.11.22 05:54:15.237128 [ 256 ] {d8b2e69c-69c7-42b4-b326-f981b50c9e62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1373 2024.11.22 05:54:15.238283 [ 256 ] {d8b2e69c-69c7-42b4-b326-f981b50c9e62} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1374 2024.11.22 05:54:15.238938 [ 256 ] {d8b2e69c-69c7-42b4-b326-f981b50c9e62} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1375 2024.11.22 05:54:15.239280 [ 256 ] {d8b2e69c-69c7-42b4-b326-f981b50c9e62} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.004079 sec., 4412.846285854376 rows/sec., 7.91 MiB/sec.
1376 2024.11.22 05:54:15.239430 [ 256 ] {d8b2e69c-69c7-42b4-b326-f981b50c9e62} <Debug> TCPHandler: Processed in 0.004452581 sec.
1377 2024.11.22 05:54:15.239683 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1378 2024.11.22 05:54:15.239837 [ 3 ] {6f3eeab2-8a13-415c-adc5-bae27942a3cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
1379 2024.11.22 05:54:15.239916 [ 3 ] {6f3eeab2-8a13-415c-adc5-bae27942a3cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
1380 2024.11.22 05:54:15.240992 [ 3 ] {6f3eeab2-8a13-415c-adc5-bae27942a3cf} <Trace> oximeter.measurements_i64 (e63e8af2-c24e-4ac4-88b3-7f2659e8d00b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1381 2024.11.22 05:54:15.241042 [ 3 ] {6f3eeab2-8a13-415c-adc5-bae27942a3cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1382 2024.11.22 05:54:15.241697 [ 3 ] {6f3eeab2-8a13-415c-adc5-bae27942a3cf} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1383 2024.11.22 05:54:15.242335 [ 3 ] {6f3eeab2-8a13-415c-adc5-bae27942a3cf} <Trace> oximeter.measurements_i64 (e63e8af2-c24e-4ac4-88b3-7f2659e8d00b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1384 2024.11.22 05:54:15.242654 [ 3 ] {6f3eeab2-8a13-415c-adc5-bae27942a3cf} <Debug> executeQuery: Read 15 rows, 1.12 KiB in 0.002849 sec., 5265.005265005265 rows/sec., 391.79 KiB/sec.
1385 2024.11.22 05:54:15.242766 [ 3 ] {6f3eeab2-8a13-415c-adc5-bae27942a3cf} <Debug> TCPHandler: Processed in 0.003162436 sec.
1386 2024.11.22 05:54:15.243043 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1387 2024.11.22 05:54:15.243268 [ 256 ] {40750541-fc8c-4ab4-8cdc-6eb6dc1ab185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1388 2024.11.22 05:54:15.243348 [ 256 ] {40750541-fc8c-4ab4-8cdc-6eb6dc1ab185} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1389 2024.11.22 05:54:15.245407 [ 256 ] {40750541-fc8c-4ab4-8cdc-6eb6dc1ab185} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1390 2024.11.22 05:54:15.245463 [ 256 ] {40750541-fc8c-4ab4-8cdc-6eb6dc1ab185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1391 2024.11.22 05:54:15.246453 [ 256 ] {40750541-fc8c-4ab4-8cdc-6eb6dc1ab185} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1392 2024.11.22 05:54:15.247323 [ 256 ] {40750541-fc8c-4ab4-8cdc-6eb6dc1ab185} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1393 2024.11.22 05:54:15.247673 [ 256 ] {40750541-fc8c-4ab4-8cdc-6eb6dc1ab185} <Debug> executeQuery: Read 70 rows, 4.49 KiB in 0.004435 sec., 15783.540022547915 rows/sec., 1012.23 KiB/sec.
1394 2024.11.22 05:54:15.247776 [ 256 ] {40750541-fc8c-4ab4-8cdc-6eb6dc1ab185} <Debug> TCPHandler: Processed in 0.004811031 sec.
1395 2024.11.22 05:54:17.231214 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379
1396 2024.11.22 05:54:17.231860 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1397 2024.11.22 05:54:17.231901 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1398 2024.11.22 05:54:17.232615 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1399 2024.11.22 05:54:17.233120 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1400 2024.11.22 05:54:17.233334 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379
1401 2024.11.22 05:54:17.356601 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1402 2024.11.22 05:54:17.375918 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1403 2024.11.22 05:54:17.375966 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1404 2024.11.22 05:54:17.382899 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1405 2024.11.22 05:54:17.383995 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1406 2024.11.22 05:54:17.386465 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1407 2024.11.22 05:54:18.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.66 MiB, peak 162.66 MiB, free memory in arenas 0.00 B, will set to 159.89 MiB (RSS), difference: 1.23 MiB
1408 2024.11.22 05:54:19.728235 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 68 entries to flush up to offset 218
1409 2024.11.22 05:54:19.732021 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1410 2024.11.22 05:54:19.732072 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1411 2024.11.22 05:54:19.733786 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1412 2024.11.22 05:54:19.734343 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1413 2024.11.22 05:54:19.734909 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 218
1414 2024.11.22 05:54:20.120483 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1415 2024.11.22 05:54:20.120734 [ 3 ] {666a441c-3f88-4910-b067-37d3a1f761c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1416 2024.11.22 05:54:20.120830 [ 3 ] {666a441c-3f88-4910-b067-37d3a1f761c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1417 2024.11.22 05:54:20.121673 [ 3 ] {666a441c-3f88-4910-b067-37d3a1f761c2} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1418 2024.11.22 05:54:20.121712 [ 3 ] {666a441c-3f88-4910-b067-37d3a1f761c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1419 2024.11.22 05:54:20.122274 [ 3 ] {666a441c-3f88-4910-b067-37d3a1f761c2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1420 2024.11.22 05:54:20.122740 [ 3 ] {666a441c-3f88-4910-b067-37d3a1f761c2} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1421 2024.11.22 05:54:20.122974 [ 3 ] {666a441c-3f88-4910-b067-37d3a1f761c2} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002306 sec., 31222.896790980052 rows/sec., 2.54 MiB/sec.
1422 2024.11.22 05:54:20.123037 [ 3 ] {666a441c-3f88-4910-b067-37d3a1f761c2} <Debug> TCPHandler: Processed in 0.002689433 sec.
1423 2024.11.22 05:54:20.123346 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1424 2024.11.22 05:54:20.123647 [ 256 ] {63834e70-f435-45cf-b3ac-4ad2ccc9196c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1425 2024.11.22 05:54:20.123765 [ 256 ] {63834e70-f435-45cf-b3ac-4ad2ccc9196c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1426 2024.11.22 05:54:20.124734 [ 256 ] {63834e70-f435-45cf-b3ac-4ad2ccc9196c} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1427 2024.11.22 05:54:20.124779 [ 256 ] {63834e70-f435-45cf-b3ac-4ad2ccc9196c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1428 2024.11.22 05:54:20.125349 [ 256 ] {63834e70-f435-45cf-b3ac-4ad2ccc9196c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1429 2024.11.22 05:54:20.125874 [ 256 ] {63834e70-f435-45cf-b3ac-4ad2ccc9196c} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1430 2024.11.22 05:54:20.126106 [ 256 ] {63834e70-f435-45cf-b3ac-4ad2ccc9196c} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.002544 sec., 3144.654088050315 rows/sec., 236.46 KiB/sec.
1431 2024.11.22 05:54:20.126173 [ 256 ] {63834e70-f435-45cf-b3ac-4ad2ccc9196c} <Debug> TCPHandler: Processed in 0.003011141 sec.
1432 2024.11.22 05:54:20.126348 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1433 2024.11.22 05:54:20.126491 [ 3 ] {c6ba8957-bf8f-4179-860d-f03b8d83e001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1434 2024.11.22 05:54:20.126550 [ 3 ] {c6ba8957-bf8f-4179-860d-f03b8d83e001} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1435 2024.11.22 05:54:20.127275 [ 3 ] {c6ba8957-bf8f-4179-860d-f03b8d83e001} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1436 2024.11.22 05:54:20.127312 [ 3 ] {c6ba8957-bf8f-4179-860d-f03b8d83e001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1437 2024.11.22 05:54:20.127794 [ 3 ] {c6ba8957-bf8f-4179-860d-f03b8d83e001} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1438 2024.11.22 05:54:20.128253 [ 3 ] {c6ba8957-bf8f-4179-860d-f03b8d83e001} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1439 2024.11.22 05:54:20.128450 [ 3 ] {c6ba8957-bf8f-4179-860d-f03b8d83e001} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001995 sec., 36090.22556390978 rows/sec., 2.82 MiB/sec.
1440 2024.11.22 05:54:20.128504 [ 3 ] {c6ba8957-bf8f-4179-860d-f03b8d83e001} <Debug> TCPHandler: Processed in 0.002225961 sec.
1441 2024.11.22 05:54:20.128656 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1442 2024.11.22 05:54:20.128802 [ 256 ] {f9170a4d-bc9f-47ed-930d-49f67b5d80d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1443 2024.11.22 05:54:20.128869 [ 256 ] {f9170a4d-bc9f-47ed-930d-49f67b5d80d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1444 2024.11.22 05:54:20.129509 [ 256 ] {f9170a4d-bc9f-47ed-930d-49f67b5d80d2} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1445 2024.11.22 05:54:20.129549 [ 256 ] {f9170a4d-bc9f-47ed-930d-49f67b5d80d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1446 2024.11.22 05:54:20.130081 [ 256 ] {f9170a4d-bc9f-47ed-930d-49f67b5d80d2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1447 2024.11.22 05:54:20.130622 [ 256 ] {f9170a4d-bc9f-47ed-930d-49f67b5d80d2} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1448 2024.11.22 05:54:20.130879 [ 256 ] {f9170a4d-bc9f-47ed-930d-49f67b5d80d2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002112 sec., 75757.57575757575 rows/sec., 5.28 MiB/sec.
1449 2024.11.22 05:54:20.130940 [ 256 ] {f9170a4d-bc9f-47ed-930d-49f67b5d80d2} <Debug> TCPHandler: Processed in 0.002353374 sec.
1450 2024.11.22 05:54:20.131109 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1451 2024.11.22 05:54:20.131249 [ 3 ] {5a852fbd-0bf8-42c0-b0ca-bc9369c22777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1452 2024.11.22 05:54:20.131340 [ 3 ] {5a852fbd-0bf8-42c0-b0ca-bc9369c22777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1453 2024.11.22 05:54:20.132522 [ 3 ] {5a852fbd-0bf8-42c0-b0ca-bc9369c22777} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1454 2024.11.22 05:54:20.132558 [ 3 ] {5a852fbd-0bf8-42c0-b0ca-bc9369c22777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1455 2024.11.22 05:54:20.133393 [ 3 ] {5a852fbd-0bf8-42c0-b0ca-bc9369c22777} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1456 2024.11.22 05:54:20.133847 [ 3 ] {5a852fbd-0bf8-42c0-b0ca-bc9369c22777} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1457 2024.11.22 05:54:20.134043 [ 3 ] {5a852fbd-0bf8-42c0-b0ca-bc9369c22777} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002827 sec., 2829.854969932791 rows/sec., 5.07 MiB/sec.
1458 2024.11.22 05:54:20.134136 [ 3 ] {5a852fbd-0bf8-42c0-b0ca-bc9369c22777} <Debug> TCPHandler: Processed in 0.003094024 sec.
1459 2024.11.22 05:54:20.134377 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1460 2024.11.22 05:54:20.134601 [ 256 ] {32309622-267e-43ae-bb9b-6f90a19e8265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1461 2024.11.22 05:54:20.134697 [ 256 ] {32309622-267e-43ae-bb9b-6f90a19e8265} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1462 2024.11.22 05:54:20.135433 [ 256 ] {32309622-267e-43ae-bb9b-6f90a19e8265} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1463 2024.11.22 05:54:20.135473 [ 256 ] {32309622-267e-43ae-bb9b-6f90a19e8265} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1464 2024.11.22 05:54:20.135986 [ 256 ] {32309622-267e-43ae-bb9b-6f90a19e8265} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1465 2024.11.22 05:54:20.136480 [ 256 ] {32309622-267e-43ae-bb9b-6f90a19e8265} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1466 2024.11.22 05:54:20.136724 [ 256 ] {32309622-267e-43ae-bb9b-6f90a19e8265} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002179 sec., 27535.566773749426 rows/sec., 1.86 MiB/sec.
1467 2024.11.22 05:54:20.136776 [ 256 ] {32309622-267e-43ae-bb9b-6f90a19e8265} <Debug> TCPHandler: Processed in 0.002508218 sec.
1468 2024.11.22 05:54:24.662679 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache
1469 2024.11.22 05:54:24.662780 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache
1470 2024.11.22 05:54:24.733458 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806
1471 2024.11.22 05:54:24.734466 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1472 2024.11.22 05:54:24.734508 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1473 2024.11.22 05:54:24.735218 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1474 2024.11.22 05:54:24.735728 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1475 2024.11.22 05:54:24.735882 [ 79 ] {} <Debug> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1476 2024.11.22 05:54:24.735936 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1477 2024.11.22 05:54:24.735949 [ 79 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1478 2024.11.22 05:54:24.735982 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1479 2024.11.22 05:54:24.738371 [ 201 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::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
1480 2024.11.22 05:54:24.738660 [ 201 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1481 2024.11.22 05:54:24.738886 [ 201 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::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
1482 2024.11.22 05:54:24.739104 [ 201 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::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
1483 2024.11.22 05:54:24.739434 [ 201 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::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
1484 2024.11.22 05:54:24.739529 [ 201 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::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
1485 2024.11.22 05:54:24.739724 [ 201 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::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
1486 2024.11.22 05:54:24.739963 [ 201 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::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
1487 2024.11.22 05:54:24.767857 [ 188 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.031783884 sec., 88283.73524141984 rows/sec., 1.26 MiB/sec.
1488 2024.11.22 05:54:24.768811 [ 188 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1489 2024.11.22 05:54:24.769458 [ 188 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_6_1} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1490 2024.11.22 05:54:24.769557 [ 188 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_6_1} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1491 2024.11.22 05:54:24.769696 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1492 2024.11.22 05:54:24.886532 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1493 2024.11.22 05:54:24.907460 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1494 2024.11.22 05:54:24.907506 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1495 2024.11.22 05:54:24.914777 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1496 2024.11.22 05:54:24.915937 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1497 2024.11.22 05:54:24.916223 [ 78 ] {} <Debug> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1498 2024.11.22 05:54:24.916284 [ 78 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1499 2024.11.22 05:54:24.916324 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1500 2024.11.22 05:54:24.916983 [ 188 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::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
1501 2024.11.22 05:54:24.932519 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1502 2024.11.22 05:54:24.933943 [ 188 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1503 2024.11.22 05:54:24.935504 [ 188 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::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
1504 2024.11.22 05:54:24.941248 [ 188 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::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
1505 2024.11.22 05:54:24.946747 [ 188 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::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
1506 2024.11.22 05:54:24.952545 [ 188 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::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
1507 2024.11.22 05:54:24.962320 [ 188 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::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
1508 2024.11.22 05:54:24.967016 [ 188 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::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
1509 2024.11.22 05:54:25.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.46 MiB, peak 170.46 MiB, free memory in arenas 0.00 B, will set to 164.10 MiB (RSS), difference: -6.36 MiB
1510 2024.11.22 05:54:25.032387 [ 201 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.115924899 sec., 396.8086269369965 rows/sec., 2.05 MiB/sec.
1511 2024.11.22 05:54:25.035078 [ 201 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1512 2024.11.22 05:54:25.038692 [ 201 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_6_1} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1513 2024.11.22 05:54:25.038823 [ 201 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_6_1} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1514 2024.11.22 05:54:25.041005 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1515 2024.11.22 05:54:25.125477 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1516 2024.11.22 05:54:25.125672 [ 3 ] {9397b38b-47af-4a9e-9297-1973d3116ade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1517 2024.11.22 05:54:25.125745 [ 3 ] {9397b38b-47af-4a9e-9297-1973d3116ade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1518 2024.11.22 05:54:25.126522 [ 3 ] {9397b38b-47af-4a9e-9297-1973d3116ade} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1519 2024.11.22 05:54:25.126572 [ 3 ] {9397b38b-47af-4a9e-9297-1973d3116ade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1520 2024.11.22 05:54:25.127134 [ 3 ] {9397b38b-47af-4a9e-9297-1973d3116ade} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1521 2024.11.22 05:54:25.127609 [ 3 ] {9397b38b-47af-4a9e-9297-1973d3116ade} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1522 2024.11.22 05:54:25.127849 [ 3 ] {9397b38b-47af-4a9e-9297-1973d3116ade} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00223 sec., 6278.026905829596 rows/sec., 451.93 KiB/sec.
1523 2024.11.22 05:54:25.127916 [ 3 ] {9397b38b-47af-4a9e-9297-1973d3116ade} <Debug> TCPHandler: Processed in 0.00257499 sec.
1524 2024.11.22 05:54:25.128182 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1525 2024.11.22 05:54:25.128378 [ 256 ] {28684125-cf28-43fd-b6fb-2348a75e4be5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1526 2024.11.22 05:54:25.128453 [ 256 ] {28684125-cf28-43fd-b6fb-2348a75e4be5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1527 2024.11.22 05:54:25.129322 [ 256 ] {28684125-cf28-43fd-b6fb-2348a75e4be5} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1528 2024.11.22 05:54:25.129376 [ 256 ] {28684125-cf28-43fd-b6fb-2348a75e4be5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1529 2024.11.22 05:54:25.129948 [ 256 ] {28684125-cf28-43fd-b6fb-2348a75e4be5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1530 2024.11.22 05:54:25.130424 [ 256 ] {28684125-cf28-43fd-b6fb-2348a75e4be5} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1531 2024.11.22 05:54:25.130608 [ 78 ] {} <Debug> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1532 2024.11.22 05:54:25.130691 [ 78 ] {} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1533 2024.11.22 05:54:25.130695 [ 256 ] {28684125-cf28-43fd-b6fb-2348a75e4be5} <Debug> executeQuery: Read 239 rows, 21.37 KiB in 0.00236 sec., 101271.18644067796 rows/sec., 8.84 MiB/sec.
1534 2024.11.22 05:54:25.130737 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1535 2024.11.22 05:54:25.130861 [ 256 ] {28684125-cf28-43fd-b6fb-2348a75e4be5} <Debug> TCPHandler: Processed in 0.002811947 sec.
1536 2024.11.22 05:54:25.130980 [ 197 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::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
1537 2024.11.22 05:54:25.131079 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1538 2024.11.22 05:54:25.131164 [ 197 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1539 2024.11.22 05:54:25.131248 [ 197 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 46 rows starting from the beginning of the part
1540 2024.11.22 05:54:25.131305 [ 3 ] {4dd57b52-3fd8-42f9-a03d-8aa9ba672d3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1541 2024.11.22 05:54:25.131461 [ 3 ] {4dd57b52-3fd8-42f9-a03d-8aa9ba672d3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1542 2024.11.22 05:54:25.131504 [ 197 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::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
1543 2024.11.22 05:54:25.131858 [ 197 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 46 rows starting from the beginning of the part
1544 2024.11.22 05:54:25.132164 [ 197 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 239 rows starting from the beginning of the part
1545 2024.11.22 05:54:25.132500 [ 197 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part
1546 2024.11.22 05:54:25.132835 [ 197 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 239 rows starting from the beginning of the part
1547 2024.11.22 05:54:25.134665 [ 3 ] {4dd57b52-3fd8-42f9-a03d-8aa9ba672d3e} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1548 2024.11.22 05:54:25.134759 [ 3 ] {4dd57b52-3fd8-42f9-a03d-8aa9ba672d3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1549 2024.11.22 05:54:25.136051 [ 3 ] {4dd57b52-3fd8-42f9-a03d-8aa9ba672d3e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1550 2024.11.22 05:54:25.136158 [ 186 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 672 rows, containing 5 columns (5 merged, 0 gathered) in 0.005283084 sec., 127198.43182504764 rows/sec., 11.38 MiB/sec.
1551 2024.11.22 05:54:25.136571 [ 190 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1552 2024.11.22 05:54:25.136749 [ 3 ] {4dd57b52-3fd8-42f9-a03d-8aa9ba672d3e} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1553 2024.11.22 05:54:25.137074 [ 3 ] {4dd57b52-3fd8-42f9-a03d-8aa9ba672d3e} <Debug> executeQuery: Read 25 rows, 1.81 KiB in 0.005824 sec., 4292.582417582417 rows/sec., 310.71 KiB/sec.
1554 2024.11.22 05:54:25.137178 [ 3 ] {4dd57b52-3fd8-42f9-a03d-8aa9ba672d3e} <Debug> TCPHandler: Processed in 0.006200548 sec.
1555 2024.11.22 05:54:25.137403 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1556 2024.11.22 05:54:25.137585 [ 256 ] {6261eaf4-85bc-49c3-a7e6-b5dbdc2681f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1557 2024.11.22 05:54:25.137593 [ 190 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_6_1} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1558 2024.11.22 05:54:25.137703 [ 256 ] {6261eaf4-85bc-49c3-a7e6-b5dbdc2681f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1559 2024.11.22 05:54:25.137828 [ 190 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_6_1} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1560 2024.11.22 05:54:25.138015 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB.
1561 2024.11.22 05:54:25.138579 [ 256 ] {6261eaf4-85bc-49c3-a7e6-b5dbdc2681f1} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1562 2024.11.22 05:54:25.138625 [ 256 ] {6261eaf4-85bc-49c3-a7e6-b5dbdc2681f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1563 2024.11.22 05:54:25.139110 [ 256 ] {6261eaf4-85bc-49c3-a7e6-b5dbdc2681f1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1564 2024.11.22 05:54:25.139592 [ 256 ] {6261eaf4-85bc-49c3-a7e6-b5dbdc2681f1} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1565 2024.11.22 05:54:25.139867 [ 256 ] {6261eaf4-85bc-49c3-a7e6-b5dbdc2681f1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002324 sec., 6024.096385542169 rows/sec., 421.89 KiB/sec.
1566 2024.11.22 05:54:25.139985 [ 256 ] {6261eaf4-85bc-49c3-a7e6-b5dbdc2681f1} <Debug> TCPHandler: Processed in 0.002679393 sec.
1567 2024.11.22 05:54:25.140135 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1568 2024.11.22 05:54:25.140258 [ 3 ] {3330dc06-4a01-4c85-8094-3429b3ad7df8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1569 2024.11.22 05:54:25.140307 [ 3 ] {3330dc06-4a01-4c85-8094-3429b3ad7df8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1570 2024.11.22 05:54:25.141005 [ 3 ] {3330dc06-4a01-4c85-8094-3429b3ad7df8} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1571 2024.11.22 05:54:25.141053 [ 3 ] {3330dc06-4a01-4c85-8094-3429b3ad7df8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1572 2024.11.22 05:54:25.141570 [ 3 ] {3330dc06-4a01-4c85-8094-3429b3ad7df8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1573 2024.11.22 05:54:25.142034 [ 3 ] {3330dc06-4a01-4c85-8094-3429b3ad7df8} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1574 2024.11.22 05:54:25.142267 [ 3 ] {3330dc06-4a01-4c85-8094-3429b3ad7df8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002032 sec., 6397.637795275591 rows/sec., 398.89 KiB/sec.
1575 2024.11.22 05:54:25.142329 [ 3 ] {3330dc06-4a01-4c85-8094-3429b3ad7df8} <Debug> TCPHandler: Processed in 0.002248481 sec.
1576 2024.11.22 05:54:25.142497 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1577 2024.11.22 05:54:25.142637 [ 256 ] {a47c240e-38c2-453e-ae5e-ddcb52ffe386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1578 2024.11.22 05:54:25.142695 [ 256 ] {a47c240e-38c2-453e-ae5e-ddcb52ffe386} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1579 2024.11.22 05:54:25.143575 [ 256 ] {a47c240e-38c2-453e-ae5e-ddcb52ffe386} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1580 2024.11.22 05:54:25.143615 [ 256 ] {a47c240e-38c2-453e-ae5e-ddcb52ffe386} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1581 2024.11.22 05:54:25.144125 [ 256 ] {a47c240e-38c2-453e-ae5e-ddcb52ffe386} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1582 2024.11.22 05:54:25.144585 [ 256 ] {a47c240e-38c2-453e-ae5e-ddcb52ffe386} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1583 2024.11.22 05:54:25.144744 [ 78 ] {} <Debug> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1584 2024.11.22 05:54:25.144806 [ 78 ] {} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1585 2024.11.22 05:54:25.144839 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1586 2024.11.22 05:54:25.144853 [ 256 ] {a47c240e-38c2-453e-ae5e-ddcb52ffe386} <Debug> executeQuery: Read 400 rows, 29.12 KiB in 0.002235 sec., 178970.91722595078 rows/sec., 12.73 MiB/sec.
1587 2024.11.22 05:54:25.145212 [ 256 ] {a47c240e-38c2-453e-ae5e-ddcb52ffe386} <Debug> TCPHandler: Processed in 0.002778305 sec.
1588 2024.11.22 05:54:25.145258 [ 186 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::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
1589 2024.11.22 05:54:25.145451 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1590 2024.11.22 05:54:25.145477 [ 186 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1591 2024.11.22 05:54:25.145527 [ 186 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 44 rows starting from the beginning of the part
1592 2024.11.22 05:54:25.145625 [ 3 ] {ce0a720d-3d6f-4a28-812d-9dd31de8808e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1593 2024.11.22 05:54:25.145823 [ 186 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::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
1594 2024.11.22 05:54:25.145840 [ 3 ] {ce0a720d-3d6f-4a28-812d-9dd31de8808e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1595 2024.11.22 05:54:25.146147 [ 186 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 44 rows starting from the beginning of the part
1596 2024.11.22 05:54:25.146531 [ 186 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 409 rows starting from the beginning of the part
1597 2024.11.22 05:54:25.146912 [ 186 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part
1598 2024.11.22 05:54:25.147244 [ 186 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 400 rows starting from the beginning of the part
1599 2024.11.22 05:54:25.148105 [ 3 ] {ce0a720d-3d6f-4a28-812d-9dd31de8808e} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1600 2024.11.22 05:54:25.148169 [ 3 ] {ce0a720d-3d6f-4a28-812d-9dd31de8808e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1601 2024.11.22 05:54:25.149337 [ 3 ] {ce0a720d-3d6f-4a28-812d-9dd31de8808e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1602 2024.11.22 05:54:25.149863 [ 197 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1005 rows, containing 5 columns (5 merged, 0 gathered) in 0.004928214 sec., 203927.83267934388 rows/sec., 15.57 MiB/sec.
1603 2024.11.22 05:54:25.150043 [ 3 ] {ce0a720d-3d6f-4a28-812d-9dd31de8808e} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1604 2024.11.22 05:54:25.150228 [ 197 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1605 2024.11.22 05:54:25.150409 [ 3 ] {ce0a720d-3d6f-4a28-812d-9dd31de8808e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004822 sec., 1244.296972210701 rows/sec., 65.01 KiB/sec.
1606 2024.11.22 05:54:25.150503 [ 3 ] {ce0a720d-3d6f-4a28-812d-9dd31de8808e} <Debug> TCPHandler: Processed in 0.005139479 sec.
1607 2024.11.22 05:54:25.150706 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1608 2024.11.22 05:54:25.150897 [ 256 ] {2fe9549a-5cc3-4ce5-a437-7957ea81a36c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1609 2024.11.22 05:54:25.150980 [ 256 ] {2fe9549a-5cc3-4ce5-a437-7957ea81a36c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1610 2024.11.22 05:54:25.151111 [ 197 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_6_1} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1611 2024.11.22 05:54:25.151404 [ 197 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_6_1} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1612 2024.11.22 05:54:25.151579 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
1613 2024.11.22 05:54:25.151975 [ 256 ] {2fe9549a-5cc3-4ce5-a437-7957ea81a36c} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1614 2024.11.22 05:54:25.152018 [ 256 ] {2fe9549a-5cc3-4ce5-a437-7957ea81a36c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1615 2024.11.22 05:54:25.152536 [ 256 ] {2fe9549a-5cc3-4ce5-a437-7957ea81a36c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1616 2024.11.22 05:54:25.152995 [ 256 ] {2fe9549a-5cc3-4ce5-a437-7957ea81a36c} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1617 2024.11.22 05:54:25.153152 [ 77 ] {} <Debug> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1618 2024.11.22 05:54:25.153190 [ 256 ] {2fe9549a-5cc3-4ce5-a437-7957ea81a36c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002331 sec., 101673.10167310167 rows/sec., 6.81 MiB/sec.
1619 2024.11.22 05:54:25.153203 [ 77 ] {} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1620 2024.11.22 05:54:25.153254 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1621 2024.11.22 05:54:25.153272 [ 256 ] {2fe9549a-5cc3-4ce5-a437-7957ea81a36c} <Debug> TCPHandler: Processed in 0.002657292 sec.
1622 2024.11.22 05:54:25.153462 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1623 2024.11.22 05:54:25.153477 [ 191 ] {ff8afe02-9df6-47a2-8081-751390795547::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
1624 2024.11.22 05:54:25.153609 [ 3 ] {3ef1ac4d-1bd7-4ff4-a4c5-eacd7c2347dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1625 2024.11.22 05:54:25.153655 [ 191 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1626 2024.11.22 05:54:25.153675 [ 3 ] {3ef1ac4d-1bd7-4ff4-a4c5-eacd7c2347dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1627 2024.11.22 05:54:25.153716 [ 191 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 44 rows starting from the beginning of the part
1628 2024.11.22 05:54:25.154091 [ 191 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 110 rows starting from the beginning of the part
1629 2024.11.22 05:54:25.154468 [ 191 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 110 rows starting from the beginning of the part
1630 2024.11.22 05:54:25.154685 [ 191 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 207 rows starting from the beginning of the part
1631 2024.11.22 05:54:25.155014 [ 191 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part
1632 2024.11.22 05:54:25.155429 [ 191 ] {ff8afe02-9df6-47a2-8081-751390795547::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
1633 2024.11.22 05:54:25.156010 [ 3 ] {3ef1ac4d-1bd7-4ff4-a4c5-eacd7c2347dd} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1634 2024.11.22 05:54:25.156052 [ 3 ] {3ef1ac4d-1bd7-4ff4-a4c5-eacd7c2347dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1635 2024.11.22 05:54:25.156636 [ 3 ] {3ef1ac4d-1bd7-4ff4-a4c5-eacd7c2347dd} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1636 2024.11.22 05:54:25.157181 [ 3 ] {3ef1ac4d-1bd7-4ff4-a4c5-eacd7c2347dd} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1637 2024.11.22 05:54:25.157386 [ 197 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 868 rows, containing 5 columns (5 merged, 0 gathered) in 0.003993929 sec., 217329.85238345497 rows/sec., 14.84 MiB/sec.
1638 2024.11.22 05:54:25.157611 [ 3 ] {3ef1ac4d-1bd7-4ff4-a4c5-eacd7c2347dd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004025 sec., 248.4472049689441 rows/sec., 16.74 KiB/sec.
1639 2024.11.22 05:54:25.157696 [ 3 ] {3ef1ac4d-1bd7-4ff4-a4c5-eacd7c2347dd} <Debug> TCPHandler: Processed in 0.004319488 sec.
1640 2024.11.22 05:54:25.157812 [ 197 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1641 2024.11.22 05:54:25.157887 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1642 2024.11.22 05:54:25.158067 [ 256 ] {ba31373b-cde8-45ce-b494-d2497a571cbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1643 2024.11.22 05:54:25.158207 [ 256 ] {ba31373b-cde8-45ce-b494-d2497a571cbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1644 2024.11.22 05:54:25.158795 [ 197 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1645 2024.11.22 05:54:25.159092 [ 197 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1646 2024.11.22 05:54:25.159341 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
1647 2024.11.22 05:54:25.160084 [ 256 ] {ba31373b-cde8-45ce-b494-d2497a571cbe} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1648 2024.11.22 05:54:25.160129 [ 256 ] {ba31373b-cde8-45ce-b494-d2497a571cbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1649 2024.11.22 05:54:25.160886 [ 256 ] {ba31373b-cde8-45ce-b494-d2497a571cbe} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1650 2024.11.22 05:54:25.161382 [ 256 ] {ba31373b-cde8-45ce-b494-d2497a571cbe} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1651 2024.11.22 05:54:25.161617 [ 256 ] {ba31373b-cde8-45ce-b494-d2497a571cbe} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.003605 sec., 4993.065187239944 rows/sec., 8.95 MiB/sec.
1652 2024.11.22 05:54:25.161739 [ 256 ] {ba31373b-cde8-45ce-b494-d2497a571cbe} <Debug> TCPHandler: Processed in 0.003942427 sec.
1653 2024.11.22 05:54:25.161905 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1654 2024.11.22 05:54:25.162048 [ 3 ] {3e4200ce-c0d5-4ce0-bb30-cd0c277c83bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1655 2024.11.22 05:54:25.162109 [ 3 ] {3e4200ce-c0d5-4ce0-bb30-cd0c277c83bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1656 2024.11.22 05:54:25.162648 [ 3 ] {3e4200ce-c0d5-4ce0-bb30-cd0c277c83bc} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1657 2024.11.22 05:54:25.162688 [ 3 ] {3e4200ce-c0d5-4ce0-bb30-cd0c277c83bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1658 2024.11.22 05:54:25.163205 [ 3 ] {3e4200ce-c0d5-4ce0-bb30-cd0c277c83bc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1659 2024.11.22 05:54:25.163732 [ 3 ] {3e4200ce-c0d5-4ce0-bb30-cd0c277c83bc} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1660 2024.11.22 05:54:25.163898 [ 77 ] {} <Debug> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1661 2024.11.22 05:54:25.163979 [ 77 ] {} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1662 2024.11.22 05:54:25.163998 [ 3 ] {3e4200ce-c0d5-4ce0-bb30-cd0c277c83bc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001977 sec., 41476.98533131007 rows/sec., 2.63 MiB/sec.
1663 2024.11.22 05:54:25.164030 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1664 2024.11.22 05:54:25.164121 [ 3 ] {3e4200ce-c0d5-4ce0-bb30-cd0c277c83bc} <Debug> TCPHandler: Processed in 0.002277192 sec.
1665 2024.11.22 05:54:25.164218 [ 191 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::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
1666 2024.11.22 05:54:25.164310 [ 191 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1667 2024.11.22 05:54:25.164338 [ 191 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 16 rows starting from the beginning of the part
1668 2024.11.22 05:54:25.164419 [ 191 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 40 rows starting from the beginning of the part
1669 2024.11.22 05:54:25.164621 [ 191 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 40 rows starting from the beginning of the part
1670 2024.11.22 05:54:25.164842 [ 191 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 70 rows starting from the beginning of the part
1671 2024.11.22 05:54:25.165008 [ 191 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part
1672 2024.11.22 05:54:25.165163 [ 191 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::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
1673 2024.11.22 05:54:25.166252 [ 197 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 308 rows, containing 4 columns (4 merged, 0 gathered) in 0.002112927 sec., 145769.35218301436 rows/sec., 9.49 MiB/sec.
1674 2024.11.22 05:54:25.166490 [ 197 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1675 2024.11.22 05:54:25.166977 [ 197 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_6_1} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1676 2024.11.22 05:54:25.167058 [ 197 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_6_1} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1677 2024.11.22 05:54:25.167140 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
1678 2024.11.22 05:54:26.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.63 MiB, peak 170.46 MiB, free memory in arenas 0.00 B, will set to 164.61 MiB (RSS), difference: 8.98 MiB
1679 2024.11.22 05:54:29.735235 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 252
1680 2024.11.22 05:54:29.738267 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1681 2024.11.22 05:54:29.738320 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1682 2024.11.22 05:54:29.739979 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1683 2024.11.22 05:54:29.740587 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1684 2024.11.22 05:54:29.741427 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 252
1685 2024.11.22 05:54:30.120966 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1686 2024.11.22 05:54:30.121181 [ 3 ] {6af5adcf-9dfe-49ba-9c6b-17d7280c7035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1687 2024.11.22 05:54:30.121264 [ 3 ] {6af5adcf-9dfe-49ba-9c6b-17d7280c7035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1688 2024.11.22 05:54:30.122072 [ 3 ] {6af5adcf-9dfe-49ba-9c6b-17d7280c7035} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1689 2024.11.22 05:54:30.122120 [ 3 ] {6af5adcf-9dfe-49ba-9c6b-17d7280c7035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1690 2024.11.22 05:54:30.122713 [ 3 ] {6af5adcf-9dfe-49ba-9c6b-17d7280c7035} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1691 2024.11.22 05:54:30.123182 [ 3 ] {6af5adcf-9dfe-49ba-9c6b-17d7280c7035} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1692 2024.11.22 05:54:30.123403 [ 3 ] {6af5adcf-9dfe-49ba-9c6b-17d7280c7035} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.00228 sec., 31578.947368421053 rows/sec., 2.57 MiB/sec.
1693 2024.11.22 05:54:30.123505 [ 3 ] {6af5adcf-9dfe-49ba-9c6b-17d7280c7035} <Debug> TCPHandler: Processed in 0.002682953 sec.
1694 2024.11.22 05:54:30.123774 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1695 2024.11.22 05:54:30.123982 [ 256 ] {e41f6e7e-91bb-40a1-90a3-27f4ab4e6775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1696 2024.11.22 05:54:30.124063 [ 256 ] {e41f6e7e-91bb-40a1-90a3-27f4ab4e6775} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1697 2024.11.22 05:54:30.124939 [ 256 ] {e41f6e7e-91bb-40a1-90a3-27f4ab4e6775} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1698 2024.11.22 05:54:30.124983 [ 256 ] {e41f6e7e-91bb-40a1-90a3-27f4ab4e6775} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1699 2024.11.22 05:54:30.125587 [ 256 ] {e41f6e7e-91bb-40a1-90a3-27f4ab4e6775} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1700 2024.11.22 05:54:30.126103 [ 256 ] {e41f6e7e-91bb-40a1-90a3-27f4ab4e6775} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1701 2024.11.22 05:54:30.126276 [ 68 ] {} <Debug> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1702 2024.11.22 05:54:30.126340 [ 68 ] {} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1703 2024.11.22 05:54:30.126368 [ 256 ] {e41f6e7e-91bb-40a1-90a3-27f4ab4e6775} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00244 sec., 3278.688524590164 rows/sec., 246.54 KiB/sec.
1704 2024.11.22 05:54:30.126381 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1705 2024.11.22 05:54:30.126520 [ 256 ] {e41f6e7e-91bb-40a1-90a3-27f4ab4e6775} <Debug> TCPHandler: Processed in 0.002878719 sec.
1706 2024.11.22 05:54:30.126750 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1707 2024.11.22 05:54:30.126771 [ 193 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::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
1708 2024.11.22 05:54:30.126968 [ 3 ] {78d53cdd-1719-4511-87d4-8f0c3587b271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1709 2024.11.22 05:54:30.127038 [ 193 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1710 2024.11.22 05:54:30.127082 [ 3 ] {78d53cdd-1719-4511-87d4-8f0c3587b271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1711 2024.11.22 05:54:30.127105 [ 193 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::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
1712 2024.11.22 05:54:30.127391 [ 193 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::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
1713 2024.11.22 05:54:30.127674 [ 193 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 25 rows starting from the beginning of the part
1714 2024.11.22 05:54:30.127946 [ 193 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::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
1715 2024.11.22 05:54:30.128254 [ 193 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 25 rows starting from the beginning of the part
1716 2024.11.22 05:54:30.128583 [ 193 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::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
1717 2024.11.22 05:54:30.130063 [ 3 ] {78d53cdd-1719-4511-87d4-8f0c3587b271} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1718 2024.11.22 05:54:30.130148 [ 3 ] {78d53cdd-1719-4511-87d4-8f0c3587b271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1719 2024.11.22 05:54:30.131311 [ 3 ] {78d53cdd-1719-4511-87d4-8f0c3587b271} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1720 2024.11.22 05:54:30.131360 [ 191 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 82 rows, containing 5 columns (5 merged, 0 gathered) in 0.004805 sec., 17065.556711758585 rows/sec., 1.29 MiB/sec.
1721 2024.11.22 05:54:30.131800 [ 200 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1722 2024.11.22 05:54:30.132012 [ 3 ] {78d53cdd-1719-4511-87d4-8f0c3587b271} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1723 2024.11.22 05:54:30.132301 [ 3 ] {78d53cdd-1719-4511-87d4-8f0c3587b271} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.005403 sec., 13325.930038867296 rows/sec., 1.04 MiB/sec.
1724 2024.11.22 05:54:30.132422 [ 3 ] {78d53cdd-1719-4511-87d4-8f0c3587b271} <Debug> TCPHandler: Processed in 0.005800128 sec.
1725 2024.11.22 05:54:30.132620 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1726 2024.11.22 05:54:30.132776 [ 256 ] {f61f02c5-2381-4954-aee4-2df21d9afae6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1727 2024.11.22 05:54:30.132841 [ 200 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_6_1} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1728 2024.11.22 05:54:30.132858 [ 256 ] {f61f02c5-2381-4954-aee4-2df21d9afae6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1729 2024.11.22 05:54:30.132983 [ 200 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_6_1} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1730 2024.11.22 05:54:30.133118 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
1731 2024.11.22 05:54:30.133659 [ 256 ] {f61f02c5-2381-4954-aee4-2df21d9afae6} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1732 2024.11.22 05:54:30.133698 [ 256 ] {f61f02c5-2381-4954-aee4-2df21d9afae6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1733 2024.11.22 05:54:30.134209 [ 256 ] {f61f02c5-2381-4954-aee4-2df21d9afae6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1734 2024.11.22 05:54:30.134656 [ 256 ] {f61f02c5-2381-4954-aee4-2df21d9afae6} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1735 2024.11.22 05:54:30.134874 [ 256 ] {f61f02c5-2381-4954-aee4-2df21d9afae6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002135 sec., 74941.45199063231 rows/sec., 5.22 MiB/sec.
1736 2024.11.22 05:54:30.134931 [ 256 ] {f61f02c5-2381-4954-aee4-2df21d9afae6} <Debug> TCPHandler: Processed in 0.002398985 sec.
1737 2024.11.22 05:54:30.135094 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1738 2024.11.22 05:54:30.135234 [ 3 ] {09b44473-0c71-4b13-a230-d563fea2c6f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1739 2024.11.22 05:54:30.135329 [ 3 ] {09b44473-0c71-4b13-a230-d563fea2c6f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1740 2024.11.22 05:54:30.136473 [ 3 ] {09b44473-0c71-4b13-a230-d563fea2c6f7} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1741 2024.11.22 05:54:30.136510 [ 3 ] {09b44473-0c71-4b13-a230-d563fea2c6f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1742 2024.11.22 05:54:30.137282 [ 3 ] {09b44473-0c71-4b13-a230-d563fea2c6f7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1743 2024.11.22 05:54:30.137808 [ 3 ] {09b44473-0c71-4b13-a230-d563fea2c6f7} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1744 2024.11.22 05:54:30.137933 [ 68 ] {} <Debug> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1745 2024.11.22 05:54:30.137974 [ 68 ] {} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1746 2024.11.22 05:54:30.137998 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1747 2024.11.22 05:54:30.138028 [ 3 ] {09b44473-0c71-4b13-a230-d563fea2c6f7} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002827 sec., 2829.854969932791 rows/sec., 5.07 MiB/sec.
1748 2024.11.22 05:54:30.138471 [ 193 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::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
1749 2024.11.22 05:54:30.138736 [ 3 ] {09b44473-0c71-4b13-a230-d563fea2c6f7} <Debug> TCPHandler: Processed in 0.003708511 sec.
1750 2024.11.22 05:54:30.139023 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1751 2024.11.22 05:54:30.139158 [ 193 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1752 2024.11.22 05:54:30.139278 [ 256 ] {6dd8b1f4-5a4c-40fa-a41a-5a2b28e1ae84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1753 2024.11.22 05:54:30.139317 [ 193 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::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
1754 2024.11.22 05:54:30.139394 [ 256 ] {6dd8b1f4-5a4c-40fa-a41a-5a2b28e1ae84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1755 2024.11.22 05:54:30.140146 [ 193 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::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
1756 2024.11.22 05:54:30.140764 [ 193 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 18 rows starting from the beginning of the part
1757 2024.11.22 05:54:30.141416 [ 193 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::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
1758 2024.11.22 05:54:30.142129 [ 193 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 18 rows starting from the beginning of the part
1759 2024.11.22 05:54:30.142150 [ 256 ] {6dd8b1f4-5a4c-40fa-a41a-5a2b28e1ae84} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1760 2024.11.22 05:54:30.142221 [ 256 ] {6dd8b1f4-5a4c-40fa-a41a-5a2b28e1ae84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1761 2024.11.22 05:54:30.142690 [ 193 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::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
1762 2024.11.22 05:54:30.143897 [ 256 ] {6dd8b1f4-5a4c-40fa-a41a-5a2b28e1ae84} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1763 2024.11.22 05:54:30.144668 [ 256 ] {6dd8b1f4-5a4c-40fa-a41a-5a2b28e1ae84} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1764 2024.11.22 05:54:30.145531 [ 256 ] {6dd8b1f4-5a4c-40fa-a41a-5a2b28e1ae84} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006316 sec., 9499.683343888537 rows/sec., 655.58 KiB/sec.
1765 2024.11.22 05:54:30.145733 [ 256 ] {6dd8b1f4-5a4c-40fa-a41a-5a2b28e1ae84} <Debug> TCPHandler: Processed in 0.006879787 sec.
1766 2024.11.22 05:54:30.146858 [ 191 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 68 rows, containing 19 columns (19 merged, 0 gathered) in 0.008789799 sec., 7736.240612555533 rows/sec., 13.86 MiB/sec.
1767 2024.11.22 05:54:30.147355 [ 191 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1768 2024.11.22 05:54:30.148054 [ 191 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1769 2024.11.22 05:54:30.148144 [ 191 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1770 2024.11.22 05:54:30.148288 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB.
1771 2024.11.22 05:54:32.236038 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294
1772 2024.11.22 05:54:32.236794 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1773 2024.11.22 05:54:32.236841 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1774 2024.11.22 05:54:32.237537 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1775 2024.11.22 05:54:32.238052 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1776 2024.11.22 05:54:32.238306 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294
1777 2024.11.22 05:54:32.432611 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1778 2024.11.22 05:54:32.451767 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1779 2024.11.22 05:54:32.451828 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1780 2024.11.22 05:54:32.458802 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1781 2024.11.22 05:54:32.459972 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1782 2024.11.22 05:54:32.462449 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1783 2024.11.22 05:54:35.126299 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1784 2024.11.22 05:54:35.126529 [ 3 ] {8c59e0cd-3141-4c23-99d2-a114f7d71483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1785 2024.11.22 05:54:35.126612 [ 3 ] {8c59e0cd-3141-4c23-99d2-a114f7d71483} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1786 2024.11.22 05:54:35.127394 [ 3 ] {8c59e0cd-3141-4c23-99d2-a114f7d71483} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1787 2024.11.22 05:54:35.127444 [ 3 ] {8c59e0cd-3141-4c23-99d2-a114f7d71483} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1788 2024.11.22 05:54:35.128003 [ 3 ] {8c59e0cd-3141-4c23-99d2-a114f7d71483} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1789 2024.11.22 05:54:35.128574 [ 3 ] {8c59e0cd-3141-4c23-99d2-a114f7d71483} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1790 2024.11.22 05:54:35.128828 [ 3 ] {8c59e0cd-3141-4c23-99d2-a114f7d71483} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002355 sec., 5944.7983014862 rows/sec., 427.95 KiB/sec.
1791 2024.11.22 05:54:35.128902 [ 3 ] {8c59e0cd-3141-4c23-99d2-a114f7d71483} <Debug> TCPHandler: Processed in 0.002754125 sec.
1792 2024.11.22 05:54:35.129180 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1793 2024.11.22 05:54:35.129377 [ 256 ] {72911ec5-7554-4122-b0a6-42ee2509871d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1794 2024.11.22 05:54:35.129457 [ 256 ] {72911ec5-7554-4122-b0a6-42ee2509871d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1795 2024.11.22 05:54:35.130349 [ 256 ] {72911ec5-7554-4122-b0a6-42ee2509871d} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1796 2024.11.22 05:54:35.130406 [ 256 ] {72911ec5-7554-4122-b0a6-42ee2509871d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1797 2024.11.22 05:54:35.131037 [ 256 ] {72911ec5-7554-4122-b0a6-42ee2509871d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1798 2024.11.22 05:54:35.131530 [ 256 ] {72911ec5-7554-4122-b0a6-42ee2509871d} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1799 2024.11.22 05:54:35.131784 [ 256 ] {72911ec5-7554-4122-b0a6-42ee2509871d} <Debug> executeQuery: Read 239 rows, 21.37 KiB in 0.002461 sec., 97114.9939049167 rows/sec., 8.48 MiB/sec.
1800 2024.11.22 05:54:35.131853 [ 256 ] {72911ec5-7554-4122-b0a6-42ee2509871d} <Debug> TCPHandler: Processed in 0.002806537 sec.
1801 2024.11.22 05:54:35.132030 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1802 2024.11.22 05:54:35.132165 [ 3 ] {cfe14984-579d-494c-86d5-766731f3b57d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1803 2024.11.22 05:54:35.132224 [ 3 ] {cfe14984-579d-494c-86d5-766731f3b57d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1804 2024.11.22 05:54:35.132838 [ 3 ] {cfe14984-579d-494c-86d5-766731f3b57d} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1805 2024.11.22 05:54:35.132879 [ 3 ] {cfe14984-579d-494c-86d5-766731f3b57d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1806 2024.11.22 05:54:35.133355 [ 3 ] {cfe14984-579d-494c-86d5-766731f3b57d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1807 2024.11.22 05:54:35.133795 [ 3 ] {cfe14984-579d-494c-86d5-766731f3b57d} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1808 2024.11.22 05:54:35.134004 [ 3 ] {cfe14984-579d-494c-86d5-766731f3b57d} <Debug> executeQuery: Read 25 rows, 1.81 KiB in 0.00187 sec., 13368.983957219252 rows/sec., 967.68 KiB/sec.
1809 2024.11.22 05:54:35.134057 [ 3 ] {cfe14984-579d-494c-86d5-766731f3b57d} <Debug> TCPHandler: Processed in 0.002092227 sec.
1810 2024.11.22 05:54:35.134233 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1811 2024.11.22 05:54:35.134380 [ 256 ] {cdb60477-b5ad-475f-990f-c564d725de56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1812 2024.11.22 05:54:35.134444 [ 256 ] {cdb60477-b5ad-475f-990f-c564d725de56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1813 2024.11.22 05:54:35.135096 [ 256 ] {cdb60477-b5ad-475f-990f-c564d725de56} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1814 2024.11.22 05:54:35.135138 [ 256 ] {cdb60477-b5ad-475f-990f-c564d725de56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1815 2024.11.22 05:54:35.135660 [ 256 ] {cdb60477-b5ad-475f-990f-c564d725de56} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1816 2024.11.22 05:54:35.136193 [ 256 ] {cdb60477-b5ad-475f-990f-c564d725de56} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1817 2024.11.22 05:54:35.136417 [ 256 ] {cdb60477-b5ad-475f-990f-c564d725de56} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002074 sec., 6750.241080038573 rows/sec., 472.74 KiB/sec.
1818 2024.11.22 05:54:35.136478 [ 256 ] {cdb60477-b5ad-475f-990f-c564d725de56} <Debug> TCPHandler: Processed in 0.002310782 sec.
1819 2024.11.22 05:54:35.136637 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1820 2024.11.22 05:54:35.136754 [ 3 ] {8cdb7f67-019a-46d5-bc01-3cfb980955a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1821 2024.11.22 05:54:35.136802 [ 3 ] {8cdb7f67-019a-46d5-bc01-3cfb980955a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1822 2024.11.22 05:54:35.137418 [ 3 ] {8cdb7f67-019a-46d5-bc01-3cfb980955a6} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1823 2024.11.22 05:54:35.137457 [ 3 ] {8cdb7f67-019a-46d5-bc01-3cfb980955a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1824 2024.11.22 05:54:35.137925 [ 3 ] {8cdb7f67-019a-46d5-bc01-3cfb980955a6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1825 2024.11.22 05:54:35.138395 [ 3 ] {8cdb7f67-019a-46d5-bc01-3cfb980955a6} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1826 2024.11.22 05:54:35.138659 [ 3 ] {8cdb7f67-019a-46d5-bc01-3cfb980955a6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001906 sec., 6820.566631689402 rows/sec., 425.26 KiB/sec.
1827 2024.11.22 05:54:35.138796 [ 3 ] {8cdb7f67-019a-46d5-bc01-3cfb980955a6} <Debug> TCPHandler: Processed in 0.00221864 sec.
1828 2024.11.22 05:54:35.138957 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1829 2024.11.22 05:54:35.139082 [ 256 ] {9a3c866a-6948-49ff-9f14-c9960e60c022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1830 2024.11.22 05:54:35.139133 [ 256 ] {9a3c866a-6948-49ff-9f14-c9960e60c022} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1831 2024.11.22 05:54:35.139872 [ 256 ] {9a3c866a-6948-49ff-9f14-c9960e60c022} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1832 2024.11.22 05:54:35.139913 [ 256 ] {9a3c866a-6948-49ff-9f14-c9960e60c022} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1833 2024.11.22 05:54:35.140439 [ 256 ] {9a3c866a-6948-49ff-9f14-c9960e60c022} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1834 2024.11.22 05:54:35.140908 [ 256 ] {9a3c866a-6948-49ff-9f14-c9960e60c022} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1835 2024.11.22 05:54:35.141137 [ 256 ] {9a3c866a-6948-49ff-9f14-c9960e60c022} <Debug> executeQuery: Read 400 rows, 29.12 KiB in 0.002084 sec., 191938.57965451057 rows/sec., 13.65 MiB/sec.
1836 2024.11.22 05:54:35.141195 [ 256 ] {9a3c866a-6948-49ff-9f14-c9960e60c022} <Debug> TCPHandler: Processed in 0.002298443 sec.
1837 2024.11.22 05:54:35.141351 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1838 2024.11.22 05:54:35.141471 [ 3 ] {96c4152e-a3f1-4864-a5e6-278cc4ac733f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1839 2024.11.22 05:54:35.141522 [ 3 ] {96c4152e-a3f1-4864-a5e6-278cc4ac733f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1840 2024.11.22 05:54:35.142016 [ 3 ] {96c4152e-a3f1-4864-a5e6-278cc4ac733f} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1841 2024.11.22 05:54:35.142058 [ 3 ] {96c4152e-a3f1-4864-a5e6-278cc4ac733f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1842 2024.11.22 05:54:35.142552 [ 3 ] {96c4152e-a3f1-4864-a5e6-278cc4ac733f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1843 2024.11.22 05:54:35.143013 [ 3 ] {96c4152e-a3f1-4864-a5e6-278cc4ac733f} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1844 2024.11.22 05:54:35.143251 [ 3 ] {96c4152e-a3f1-4864-a5e6-278cc4ac733f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0018 sec., 3333.3333333333335 rows/sec., 174.15 KiB/sec.
1845 2024.11.22 05:54:35.143321 [ 3 ] {96c4152e-a3f1-4864-a5e6-278cc4ac733f} <Debug> TCPHandler: Processed in 0.002029165 sec.
1846 2024.11.22 05:54:35.143478 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1847 2024.11.22 05:54:35.143619 [ 256 ] {a418a7fc-d84e-4e1a-a4e7-337ba9388a42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1848 2024.11.22 05:54:35.143682 [ 256 ] {a418a7fc-d84e-4e1a-a4e7-337ba9388a42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1849 2024.11.22 05:54:35.144289 [ 256 ] {a418a7fc-d84e-4e1a-a4e7-337ba9388a42} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1850 2024.11.22 05:54:35.144330 [ 256 ] {a418a7fc-d84e-4e1a-a4e7-337ba9388a42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1851 2024.11.22 05:54:35.144854 [ 256 ] {a418a7fc-d84e-4e1a-a4e7-337ba9388a42} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1852 2024.11.22 05:54:35.145407 [ 256 ] {a418a7fc-d84e-4e1a-a4e7-337ba9388a42} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1853 2024.11.22 05:54:35.145631 [ 256 ] {a418a7fc-d84e-4e1a-a4e7-337ba9388a42} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002044 sec., 115949.11937377692 rows/sec., 7.77 MiB/sec.
1854 2024.11.22 05:54:35.145688 [ 256 ] {a418a7fc-d84e-4e1a-a4e7-337ba9388a42} <Debug> TCPHandler: Processed in 0.002275941 sec.
1855 2024.11.22 05:54:35.145836 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1856 2024.11.22 05:54:35.145953 [ 3 ] {bab3d52c-a1c2-4ebb-9edd-9885d9b36716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1857 2024.11.22 05:54:35.146006 [ 3 ] {bab3d52c-a1c2-4ebb-9edd-9885d9b36716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1858 2024.11.22 05:54:35.146499 [ 3 ] {bab3d52c-a1c2-4ebb-9edd-9885d9b36716} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1859 2024.11.22 05:54:35.146539 [ 3 ] {bab3d52c-a1c2-4ebb-9edd-9885d9b36716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1860 2024.11.22 05:54:35.147121 [ 3 ] {bab3d52c-a1c2-4ebb-9edd-9885d9b36716} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1861 2024.11.22 05:54:35.147610 [ 3 ] {bab3d52c-a1c2-4ebb-9edd-9885d9b36716} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1862 2024.11.22 05:54:35.147884 [ 3 ] {bab3d52c-a1c2-4ebb-9edd-9885d9b36716} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001942 sec., 514.9330587023687 rows/sec., 34.70 KiB/sec.
1863 2024.11.22 05:54:35.147971 [ 3 ] {bab3d52c-a1c2-4ebb-9edd-9885d9b36716} <Debug> TCPHandler: Processed in 0.002190149 sec.
1864 2024.11.22 05:54:35.148126 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1865 2024.11.22 05:54:35.148246 [ 256 ] {4df651d8-892d-4fc7-97d8-95f05d7fe025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1866 2024.11.22 05:54:35.148329 [ 256 ] {4df651d8-892d-4fc7-97d8-95f05d7fe025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1867 2024.11.22 05:54:35.149467 [ 256 ] {4df651d8-892d-4fc7-97d8-95f05d7fe025} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1868 2024.11.22 05:54:35.149506 [ 256 ] {4df651d8-892d-4fc7-97d8-95f05d7fe025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1869 2024.11.22 05:54:35.150264 [ 256 ] {4df651d8-892d-4fc7-97d8-95f05d7fe025} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1870 2024.11.22 05:54:35.150774 [ 256 ] {4df651d8-892d-4fc7-97d8-95f05d7fe025} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1871 2024.11.22 05:54:35.151016 [ 256 ] {4df651d8-892d-4fc7-97d8-95f05d7fe025} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.002794 sec., 6442.376521116678 rows/sec., 11.54 MiB/sec.
1872 2024.11.22 05:54:35.151120 [ 256 ] {4df651d8-892d-4fc7-97d8-95f05d7fe025} <Debug> TCPHandler: Processed in 0.003049583 sec.
1873 2024.11.22 05:54:35.151278 [ 3 ] {} <Trace> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1874 2024.11.22 05:54:35.151399 [ 3 ] {84949639-f983-4428-8746-d4465c026da1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54716) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1875 2024.11.22 05:54:35.151449 [ 3 ] {84949639-f983-4428-8746-d4465c026da1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1876 2024.11.22 05:54:35.151948 [ 3 ] {84949639-f983-4428-8746-d4465c026da1} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1877 2024.11.22 05:54:35.151989 [ 3 ] {84949639-f983-4428-8746-d4465c026da1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1878 2024.11.22 05:54:35.152479 [ 3 ] {84949639-f983-4428-8746-d4465c026da1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1879 2024.11.22 05:54:35.152928 [ 3 ] {84949639-f983-4428-8746-d4465c026da1} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1880 2024.11.22 05:54:35.153146 [ 3 ] {84949639-f983-4428-8746-d4465c026da1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001773 sec., 46249.294980259445 rows/sec., 2.94 MiB/sec.
1881 2024.11.22 05:54:35.153196 [ 3 ] {84949639-f983-4428-8746-d4465c026da1} <Debug> TCPHandler: Processed in 0.001976553 sec.
1882 2024.11.22 05:54:38.316360 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50138, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1883 2024.11.22 05:54:38.539978 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42502, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1884 2024.11.22 05:54:38.573441 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62567, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1885 2024.11.22 05:54:38.657850 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52032, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1886 2024.11.22 05:54:38.666213 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40264, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1887 2024.11.22 05:54:38.724556 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60563, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1888 2024.11.22 05:54:38.732873 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47273, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1889 2024.11.22 05:54:38.738177 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56658, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1890 2024.11.22 05:54:39.662831 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache
1891 2024.11.22 05:54:39.662894 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache
1892 2024.11.22 05:54:39.738413 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721
1893 2024.11.22 05:54:39.739126 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1894 2024.11.22 05:54:39.739178 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1895 2024.11.22 05:54:39.739736 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1896 2024.11.22 05:54:39.740002 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1897 2024.11.22 05:54:39.740283 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
1898 2024.11.22 05:54:39.741601 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 286
1899 2024.11.22 05:54:39.745088 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1900 2024.11.22 05:54:39.745139 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1901 2024.11.22 05:54:39.746595 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1902 2024.11.22 05:54:39.746897 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1903 2024.11.22 05:54:39.747641 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 286
1904 2024.11.22 05:54:39.823362 [ 3 ] {} <Debug> TCPHandler: Done processing connection.
1905 2024.11.22 05:54:39.823428 [ 3 ] {} <Debug> TCP-Session: 8c1c6c30-780d-4a0a-8374-9b981ae81c73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1906 2024.11.22 05:54:39.962498 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
1907 2024.11.22 05:54:39.982616 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1908 2024.11.22 05:54:39.982683 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1909 2024.11.22 05:54:39.990038 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1910 2024.11.22 05:54:39.990791 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1911 2024.11.22 05:54:39.993529 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
1912 2024.11.22 05:54:40.000219 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.59 MiB, peak 170.46 MiB, free memory in arenas 0.00 B, will set to 167.09 MiB (RSS), difference: 2.50 MiB
1913 2024.11.22 05:54:40.121403 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1914 2024.11.22 05:54:40.121609 [ 256 ] {60509dbd-de5a-4191-b70b-290749bd29e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1915 2024.11.22 05:54:40.121690 [ 256 ] {60509dbd-de5a-4191-b70b-290749bd29e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1916 2024.11.22 05:54:40.122497 [ 256 ] {60509dbd-de5a-4191-b70b-290749bd29e1} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1917 2024.11.22 05:54:40.122543 [ 256 ] {60509dbd-de5a-4191-b70b-290749bd29e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1918 2024.11.22 05:54:40.123166 [ 256 ] {60509dbd-de5a-4191-b70b-290749bd29e1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1919 2024.11.22 05:54:40.123437 [ 256 ] {60509dbd-de5a-4191-b70b-290749bd29e1} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1920 2024.11.22 05:54:40.123772 [ 256 ] {60509dbd-de5a-4191-b70b-290749bd29e1} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002219 sec., 32447.04821991888 rows/sec., 2.64 MiB/sec.
1921 2024.11.22 05:54:40.124004 [ 256 ] {60509dbd-de5a-4191-b70b-290749bd29e1} <Debug> TCPHandler: Processed in 0.002731894 sec.
1922 2024.11.22 05:54:40.124251 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1923 2024.11.22 05:54:40.124410 [ 257 ] {469d2706-497c-4c05-99ae-80f92251823b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1924 2024.11.22 05:54:40.124486 [ 257 ] {469d2706-497c-4c05-99ae-80f92251823b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1925 2024.11.22 05:54:40.125086 [ 257 ] {469d2706-497c-4c05-99ae-80f92251823b} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1926 2024.11.22 05:54:40.125125 [ 257 ] {469d2706-497c-4c05-99ae-80f92251823b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1927 2024.11.22 05:54:40.125478 [ 257 ] {469d2706-497c-4c05-99ae-80f92251823b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1928 2024.11.22 05:54:40.125713 [ 257 ] {469d2706-497c-4c05-99ae-80f92251823b} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1929 2024.11.22 05:54:40.125940 [ 257 ] {469d2706-497c-4c05-99ae-80f92251823b} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001567 sec., 5105.2967453733245 rows/sec., 383.89 KiB/sec.
1930 2024.11.22 05:54:40.126000 [ 257 ] {469d2706-497c-4c05-99ae-80f92251823b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
1931 2024.11.22 05:54:40.126015 [ 257 ] {469d2706-497c-4c05-99ae-80f92251823b} <Debug> TCPHandler: Processed in 0.001878241 sec.
1932 2024.11.22 05:54:40.126190 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1933 2024.11.22 05:54:40.126322 [ 256 ] {7d0d8d11-871a-4513-95d9-85c0e72f1b82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1934 2024.11.22 05:54:40.126380 [ 256 ] {7d0d8d11-871a-4513-95d9-85c0e72f1b82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1935 2024.11.22 05:54:40.127041 [ 256 ] {7d0d8d11-871a-4513-95d9-85c0e72f1b82} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1936 2024.11.22 05:54:40.127082 [ 256 ] {7d0d8d11-871a-4513-95d9-85c0e72f1b82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1937 2024.11.22 05:54:40.127451 [ 256 ] {7d0d8d11-871a-4513-95d9-85c0e72f1b82} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1938 2024.11.22 05:54:40.127703 [ 256 ] {7d0d8d11-871a-4513-95d9-85c0e72f1b82} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1939 2024.11.22 05:54:40.128045 [ 256 ] {7d0d8d11-871a-4513-95d9-85c0e72f1b82} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001727 sec., 41690.79328314997 rows/sec., 3.25 MiB/sec.
1940 2024.11.22 05:54:40.128369 [ 256 ] {7d0d8d11-871a-4513-95d9-85c0e72f1b82} <Debug> TCPHandler: Processed in 0.002243191 sec.
1941 2024.11.22 05:54:40.128530 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1942 2024.11.22 05:54:40.128660 [ 257 ] {6dabaef5-190c-43cb-964d-2a053ab63630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1943 2024.11.22 05:54:40.128719 [ 257 ] {6dabaef5-190c-43cb-964d-2a053ab63630} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1944 2024.11.22 05:54:40.129296 [ 257 ] {6dabaef5-190c-43cb-964d-2a053ab63630} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1945 2024.11.22 05:54:40.129335 [ 257 ] {6dabaef5-190c-43cb-964d-2a053ab63630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1946 2024.11.22 05:54:40.129718 [ 257 ] {6dabaef5-190c-43cb-964d-2a053ab63630} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1947 2024.11.22 05:54:40.129963 [ 257 ] {6dabaef5-190c-43cb-964d-2a053ab63630} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1948 2024.11.22 05:54:40.130228 [ 257 ] {6dabaef5-190c-43cb-964d-2a053ab63630} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001578 sec., 101394.16983523447 rows/sec., 7.06 MiB/sec.
1949 2024.11.22 05:54:40.130358 [ 257 ] {6dabaef5-190c-43cb-964d-2a053ab63630} <Debug> TCPHandler: Processed in 0.001890961 sec.
1950 2024.11.22 05:54:40.130506 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1951 2024.11.22 05:54:40.130617 [ 256 ] {4b0aba69-3111-4f2c-ab38-12ebd30c0460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1952 2024.11.22 05:54:40.130689 [ 256 ] {4b0aba69-3111-4f2c-ab38-12ebd30c0460} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1953 2024.11.22 05:54:40.131755 [ 256 ] {4b0aba69-3111-4f2c-ab38-12ebd30c0460} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1954 2024.11.22 05:54:40.131795 [ 256 ] {4b0aba69-3111-4f2c-ab38-12ebd30c0460} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1955 2024.11.22 05:54:40.132419 [ 256 ] {4b0aba69-3111-4f2c-ab38-12ebd30c0460} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1956 2024.11.22 05:54:40.132694 [ 256 ] {4b0aba69-3111-4f2c-ab38-12ebd30c0460} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1957 2024.11.22 05:54:40.133013 [ 256 ] {4b0aba69-3111-4f2c-ab38-12ebd30c0460} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002405 sec., 3326.4033264033264 rows/sec., 5.96 MiB/sec.
1958 2024.11.22 05:54:40.133127 [ 256 ] {4b0aba69-3111-4f2c-ab38-12ebd30c0460} <Debug> TCPHandler: Processed in 0.002674692 sec.
1959 2024.11.22 05:54:40.133289 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1960 2024.11.22 05:54:40.133418 [ 257 ] {2b975a68-90d3-4bf1-856a-680907c0c1f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1961 2024.11.22 05:54:40.133472 [ 257 ] {2b975a68-90d3-4bf1-856a-680907c0c1f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1962 2024.11.22 05:54:40.133980 [ 257 ] {2b975a68-90d3-4bf1-856a-680907c0c1f0} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1963 2024.11.22 05:54:40.134017 [ 257 ] {2b975a68-90d3-4bf1-856a-680907c0c1f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1964 2024.11.22 05:54:40.134369 [ 257 ] {2b975a68-90d3-4bf1-856a-680907c0c1f0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1965 2024.11.22 05:54:40.134608 [ 257 ] {2b975a68-90d3-4bf1-856a-680907c0c1f0} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1966 2024.11.22 05:54:40.135032 [ 257 ] {2b975a68-90d3-4bf1-856a-680907c0c1f0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001584 sec., 37878.78787878788 rows/sec., 2.55 MiB/sec.
1967 2024.11.22 05:54:40.135218 [ 257 ] {2b975a68-90d3-4bf1-856a-680907c0c1f0} <Debug> TCPHandler: Processed in 0.001992884 sec.
1968 2024.11.22 05:54:41.000226 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.56 MiB, peak 171.37 MiB, free memory in arenas 0.00 B, will set to 167.17 MiB (RSS), difference: -2.38 MiB
1969 2024.11.22 05:54:41.533179 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40838, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1970 2024.11.22 05:54:42.238920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63971, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1971 2024.11.22 05:54:42.262227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49837, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1972 2024.11.22 05:54:42.353357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50966, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1973 2024.11.22 05:54:42.373977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35255, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1974 2024.11.22 05:54:42.378202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:65047, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1975 2024.11.22 05:54:42.382614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52293, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1976 2024.11.22 05:54:42.388963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56191, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1977 2024.11.22 05:54:42.645257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47295, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1978 2024.11.22 05:54:43.187664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54791, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1979 2024.11.22 05:54:43.214115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63807, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1980 2024.11.22 05:54:43.358922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44724, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1981 2024.11.22 05:54:43.464659 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35434, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1982 2024.11.22 05:54:43.482027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59301, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1983 2024.11.22 05:54:43.494400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41325, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1984 2024.11.22 05:54:43.509745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62235, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1985 2024.11.22 05:54:43.527997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54374, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1986 2024.11.22 05:54:43.850975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58330, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1987 2024.11.22 05:54:43.877676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43663, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1988 2024.11.22 05:54:44.018970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62469, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1989 2024.11.22 05:54:44.061412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34665, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1990 2024.11.22 05:54:44.154784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36599, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1991 2024.11.22 05:54:44.202303 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58050, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1992 2024.11.22 05:54:44.217585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49196, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
1993 2024.11.22 05:54:45.133336 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1994 2024.11.22 05:54:45.133602 [ 256 ] {c9d9a626-ebf4-4f8a-b33d-f74475b6eba3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1995 2024.11.22 05:54:45.133709 [ 256 ] {c9d9a626-ebf4-4f8a-b33d-f74475b6eba3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1996 2024.11.22 05:54:45.134597 [ 256 ] {c9d9a626-ebf4-4f8a-b33d-f74475b6eba3} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1997 2024.11.22 05:54:45.134659 [ 256 ] {c9d9a626-ebf4-4f8a-b33d-f74475b6eba3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
1998 2024.11.22 05:54:45.135176 [ 256 ] {c9d9a626-ebf4-4f8a-b33d-f74475b6eba3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1999 2024.11.22 05:54:45.135449 [ 256 ] {c9d9a626-ebf4-4f8a-b33d-f74475b6eba3} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2000 2024.11.22 05:54:45.135700 [ 256 ] {c9d9a626-ebf4-4f8a-b33d-f74475b6eba3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002169 sec., 6454.587367450438 rows/sec., 464.64 KiB/sec.
2001 2024.11.22 05:54:45.135812 [ 256 ] {c9d9a626-ebf4-4f8a-b33d-f74475b6eba3} <Debug> TCPHandler: Processed in 0.002679603 sec.
2002 2024.11.22 05:54:45.136043 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2003 2024.11.22 05:54:45.136210 [ 257 ] {9e51e3a6-de8d-4feb-b8d9-3f9d16d7bb3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2004 2024.11.22 05:54:45.136281 [ 257 ] {9e51e3a6-de8d-4feb-b8d9-3f9d16d7bb3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2005 2024.11.22 05:54:45.137191 [ 257 ] {9e51e3a6-de8d-4feb-b8d9-3f9d16d7bb3f} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2006 2024.11.22 05:54:45.137247 [ 257 ] {9e51e3a6-de8d-4feb-b8d9-3f9d16d7bb3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2007 2024.11.22 05:54:45.137757 [ 257 ] {9e51e3a6-de8d-4feb-b8d9-3f9d16d7bb3f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2008 2024.11.22 05:54:45.138051 [ 257 ] {9e51e3a6-de8d-4feb-b8d9-3f9d16d7bb3f} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2009 2024.11.22 05:54:45.138298 [ 257 ] {9e51e3a6-de8d-4feb-b8d9-3f9d16d7bb3f} <Debug> executeQuery: Read 239 rows, 21.37 KiB in 0.002128 sec., 112312.03007518797 rows/sec., 9.81 MiB/sec.
2010 2024.11.22 05:54:45.138354 [ 257 ] {9e51e3a6-de8d-4feb-b8d9-3f9d16d7bb3f} <Debug> TCPHandler: Processed in 0.002382104 sec.
2011 2024.11.22 05:54:45.138568 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2012 2024.11.22 05:54:45.138687 [ 256 ] {f9abfb0c-e42c-426c-8bfe-b034349cde0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2013 2024.11.22 05:54:45.138738 [ 256 ] {f9abfb0c-e42c-426c-8bfe-b034349cde0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2014 2024.11.22 05:54:45.139411 [ 256 ] {f9abfb0c-e42c-426c-8bfe-b034349cde0e} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2015 2024.11.22 05:54:45.139457 [ 256 ] {f9abfb0c-e42c-426c-8bfe-b034349cde0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2016 2024.11.22 05:54:45.139875 [ 256 ] {f9abfb0c-e42c-426c-8bfe-b034349cde0e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2017 2024.11.22 05:54:45.140142 [ 256 ] {f9abfb0c-e42c-426c-8bfe-b034349cde0e} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2018 2024.11.22 05:54:45.140399 [ 256 ] {f9abfb0c-e42c-426c-8bfe-b034349cde0e} <Debug> executeQuery: Read 25 rows, 1.81 KiB in 0.001724 sec., 14501.160092807424 rows/sec., 1.03 MiB/sec.
2019 2024.11.22 05:54:45.140502 [ 256 ] {f9abfb0c-e42c-426c-8bfe-b034349cde0e} <Debug> TCPHandler: Processed in 0.001993785 sec.
2020 2024.11.22 05:54:45.140758 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2021 2024.11.22 05:54:45.140892 [ 257 ] {86208e68-8007-4201-8715-843cfd5f267f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2022 2024.11.22 05:54:45.140950 [ 257 ] {86208e68-8007-4201-8715-843cfd5f267f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2023 2024.11.22 05:54:45.141619 [ 257 ] {86208e68-8007-4201-8715-843cfd5f267f} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2024 2024.11.22 05:54:45.141668 [ 257 ] {86208e68-8007-4201-8715-843cfd5f267f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2025 2024.11.22 05:54:45.142133 [ 257 ] {86208e68-8007-4201-8715-843cfd5f267f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2026 2024.11.22 05:54:45.142434 [ 257 ] {86208e68-8007-4201-8715-843cfd5f267f} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2027 2024.11.22 05:54:45.142683 [ 257 ] {86208e68-8007-4201-8715-843cfd5f267f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001824 sec., 7675.438596491228 rows/sec., 537.54 KiB/sec.
2028 2024.11.22 05:54:45.142747 [ 257 ] {86208e68-8007-4201-8715-843cfd5f267f} <Debug> TCPHandler: Processed in 0.002053315 sec.
2029 2024.11.22 05:54:45.142919 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2030 2024.11.22 05:54:45.143033 [ 256 ] {b73f7fd9-ff41-463d-9236-ce599688a3cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2031 2024.11.22 05:54:45.143082 [ 256 ] {b73f7fd9-ff41-463d-9236-ce599688a3cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2032 2024.11.22 05:54:45.143669 [ 256 ] {b73f7fd9-ff41-463d-9236-ce599688a3cd} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2033 2024.11.22 05:54:45.143710 [ 256 ] {b73f7fd9-ff41-463d-9236-ce599688a3cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2034 2024.11.22 05:54:45.144126 [ 256 ] {b73f7fd9-ff41-463d-9236-ce599688a3cd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2035 2024.11.22 05:54:45.144426 [ 256 ] {b73f7fd9-ff41-463d-9236-ce599688a3cd} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2036 2024.11.22 05:54:45.144680 [ 256 ] {b73f7fd9-ff41-463d-9236-ce599688a3cd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001667 sec., 7798.440311937612 rows/sec., 486.23 KiB/sec.
2037 2024.11.22 05:54:45.144772 [ 256 ] {b73f7fd9-ff41-463d-9236-ce599688a3cd} <Debug> TCPHandler: Processed in 0.001907011 sec.
2038 2024.11.22 05:54:45.144983 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2039 2024.11.22 05:54:45.145104 [ 257 ] {99e47a17-6f7c-459d-881d-71dba1d1e952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2040 2024.11.22 05:54:45.145151 [ 257 ] {99e47a17-6f7c-459d-881d-71dba1d1e952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2041 2024.11.22 05:54:45.146002 [ 257 ] {99e47a17-6f7c-459d-881d-71dba1d1e952} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2042 2024.11.22 05:54:45.146048 [ 257 ] {99e47a17-6f7c-459d-881d-71dba1d1e952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2043 2024.11.22 05:54:45.146562 [ 257 ] {99e47a17-6f7c-459d-881d-71dba1d1e952} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2044 2024.11.22 05:54:45.146889 [ 257 ] {99e47a17-6f7c-459d-881d-71dba1d1e952} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2045 2024.11.22 05:54:45.147194 [ 257 ] {99e47a17-6f7c-459d-881d-71dba1d1e952} <Debug> executeQuery: Read 400 rows, 29.12 KiB in 0.002103 sec., 190204.46980504043 rows/sec., 13.52 MiB/sec.
2046 2024.11.22 05:54:45.147389 [ 257 ] {99e47a17-6f7c-459d-881d-71dba1d1e952} <Debug> TCPHandler: Processed in 0.002467398 sec.
2047 2024.11.22 05:54:45.147614 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2048 2024.11.22 05:54:45.147765 [ 256 ] {06cd6a70-5cbb-4d3c-9ad7-b8517cb41ea5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2049 2024.11.22 05:54:45.147828 [ 256 ] {06cd6a70-5cbb-4d3c-9ad7-b8517cb41ea5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2050 2024.11.22 05:54:45.148462 [ 256 ] {06cd6a70-5cbb-4d3c-9ad7-b8517cb41ea5} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2051 2024.11.22 05:54:45.148511 [ 256 ] {06cd6a70-5cbb-4d3c-9ad7-b8517cb41ea5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2052 2024.11.22 05:54:45.149015 [ 256 ] {06cd6a70-5cbb-4d3c-9ad7-b8517cb41ea5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2053 2024.11.22 05:54:45.149367 [ 256 ] {06cd6a70-5cbb-4d3c-9ad7-b8517cb41ea5} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2054 2024.11.22 05:54:45.149642 [ 256 ] {06cd6a70-5cbb-4d3c-9ad7-b8517cb41ea5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001912 sec., 3138.075313807531 rows/sec., 163.95 KiB/sec.
2055 2024.11.22 05:54:45.149707 [ 256 ] {06cd6a70-5cbb-4d3c-9ad7-b8517cb41ea5} <Debug> TCPHandler: Processed in 0.002160638 sec.
2056 2024.11.22 05:54:45.149889 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2057 2024.11.22 05:54:45.150020 [ 257 ] {a83f0dcd-bd03-4d73-906a-e10fc6d648ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2058 2024.11.22 05:54:45.150088 [ 257 ] {a83f0dcd-bd03-4d73-906a-e10fc6d648ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2059 2024.11.22 05:54:45.150797 [ 257 ] {a83f0dcd-bd03-4d73-906a-e10fc6d648ba} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2060 2024.11.22 05:54:45.150849 [ 257 ] {a83f0dcd-bd03-4d73-906a-e10fc6d648ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2061 2024.11.22 05:54:45.151392 [ 257 ] {a83f0dcd-bd03-4d73-906a-e10fc6d648ba} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2062 2024.11.22 05:54:45.151758 [ 257 ] {a83f0dcd-bd03-4d73-906a-e10fc6d648ba} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2063 2024.11.22 05:54:45.152014 [ 257 ] {a83f0dcd-bd03-4d73-906a-e10fc6d648ba} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00202 sec., 117326.73267326732 rows/sec., 7.86 MiB/sec.
2064 2024.11.22 05:54:45.152141 [ 257 ] {a83f0dcd-bd03-4d73-906a-e10fc6d648ba} <Debug> TCPHandler: Processed in 0.002313423 sec.
2065 2024.11.22 05:54:45.152346 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2066 2024.11.22 05:54:45.152460 [ 256 ] {93bdf2b2-97b6-4626-8d18-2d59a03c9ba0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2067 2024.11.22 05:54:45.152511 [ 256 ] {93bdf2b2-97b6-4626-8d18-2d59a03c9ba0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2068 2024.11.22 05:54:45.152950 [ 256 ] {93bdf2b2-97b6-4626-8d18-2d59a03c9ba0} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2069 2024.11.22 05:54:45.152990 [ 256 ] {93bdf2b2-97b6-4626-8d18-2d59a03c9ba0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2070 2024.11.22 05:54:45.153362 [ 256 ] {93bdf2b2-97b6-4626-8d18-2d59a03c9ba0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2071 2024.11.22 05:54:45.153686 [ 256 ] {93bdf2b2-97b6-4626-8d18-2d59a03c9ba0} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2072 2024.11.22 05:54:45.154058 [ 256 ] {93bdf2b2-97b6-4626-8d18-2d59a03c9ba0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001621 sec., 616.9031462060457 rows/sec., 41.57 KiB/sec.
2073 2024.11.22 05:54:45.154113 [ 256 ] {93bdf2b2-97b6-4626-8d18-2d59a03c9ba0} <Debug> TCPHandler: Processed in 0.001823209 sec.
2074 2024.11.22 05:54:45.154286 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2075 2024.11.22 05:54:45.154397 [ 257 ] {352e491d-6a76-4abb-9059-f27c52d8ccd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2076 2024.11.22 05:54:45.154465 [ 257 ] {352e491d-6a76-4abb-9059-f27c52d8ccd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2077 2024.11.22 05:54:45.155773 [ 257 ] {352e491d-6a76-4abb-9059-f27c52d8ccd2} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2078 2024.11.22 05:54:45.155820 [ 257 ] {352e491d-6a76-4abb-9059-f27c52d8ccd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2079 2024.11.22 05:54:45.156642 [ 257 ] {352e491d-6a76-4abb-9059-f27c52d8ccd2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2080 2024.11.22 05:54:45.156986 [ 257 ] {352e491d-6a76-4abb-9059-f27c52d8ccd2} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2081 2024.11.22 05:54:45.157308 [ 257 ] {352e491d-6a76-4abb-9059-f27c52d8ccd2} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.002931 sec., 6141.248720573183 rows/sec., 11.00 MiB/sec.
2082 2024.11.22 05:54:45.157491 [ 257 ] {352e491d-6a76-4abb-9059-f27c52d8ccd2} <Debug> TCPHandler: Processed in 0.003260329 sec.
2083 2024.11.22 05:54:45.157955 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2084 2024.11.22 05:54:45.158081 [ 256 ] {cd4be17e-935c-4e37-a6a2-586ad317958c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2085 2024.11.22 05:54:45.158138 [ 256 ] {cd4be17e-935c-4e37-a6a2-586ad317958c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2086 2024.11.22 05:54:45.158711 [ 256 ] {cd4be17e-935c-4e37-a6a2-586ad317958c} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2087 2024.11.22 05:54:45.158756 [ 256 ] {cd4be17e-935c-4e37-a6a2-586ad317958c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2088 2024.11.22 05:54:45.159198 [ 256 ] {cd4be17e-935c-4e37-a6a2-586ad317958c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2089 2024.11.22 05:54:45.159511 [ 256 ] {cd4be17e-935c-4e37-a6a2-586ad317958c} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2090 2024.11.22 05:54:45.159778 [ 256 ] {cd4be17e-935c-4e37-a6a2-586ad317958c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001724 sec., 47563.80510440835 rows/sec., 3.02 MiB/sec.
2091 2024.11.22 05:54:45.159876 [ 256 ] {cd4be17e-935c-4e37-a6a2-586ad317958c} <Debug> TCPHandler: Processed in 0.001984924 sec.
2092 2024.11.22 05:54:47.240391 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209
2093 2024.11.22 05:54:47.241216 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2094 2024.11.22 05:54:47.241277 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2095 2024.11.22 05:54:47.241934 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2096 2024.11.22 05:54:47.242322 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2097 2024.11.22 05:54:47.242646 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209
2098 2024.11.22 05:54:47.493586 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
2099 2024.11.22 05:54:47.514412 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2100 2024.11.22 05:54:47.514486 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2101 2024.11.22 05:54:47.521316 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2102 2024.11.22 05:54:47.522098 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2103 2024.11.22 05:54:47.525211 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
2104 2024.11.22 05:54:49.747813 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 320
2105 2024.11.22 05:54:49.750803 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2106 2024.11.22 05:54:49.750850 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2107 2024.11.22 05:54:49.752302 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2108 2024.11.22 05:54:49.752599 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2109 2024.11.22 05:54:49.752805 [ 29 ] {} <Debug> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2110 2024.11.22 05:54:49.752920 [ 29 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2111 2024.11.22 05:54:49.752989 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2112 2024.11.22 05:54:49.753466 [ 194 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::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
2113 2024.11.22 05:54:49.754413 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 320
2114 2024.11.22 05:54:49.754868 [ 194 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2115 2024.11.22 05:54:49.755082 [ 194 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::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
2116 2024.11.22 05:54:49.755763 [ 194 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part
2117 2024.11.22 05:54:49.756407 [ 194 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 68 rows starting from the beginning of the part
2118 2024.11.22 05:54:49.757020 [ 194 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 34 rows starting from the beginning of the part
2119 2024.11.22 05:54:49.757602 [ 194 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 34 rows starting from the beginning of the part
2120 2024.11.22 05:54:49.758181 [ 194 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 34 rows starting from the beginning of the part
2121 2024.11.22 05:54:49.768577 [ 193 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 320 rows, containing 72 columns (72 merged, 0 gathered) in 0.015404298 sec., 20773.423105681282 rows/sec., 20.10 MiB/sec.
2122 2024.11.22 05:54:49.769513 [ 198 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2123 2024.11.22 05:54:49.770245 [ 198 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_6_1} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2124 2024.11.22 05:54:49.770331 [ 198 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_6_1} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2125 2024.11.22 05:54:49.770555 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.65 MiB.
2126 2024.11.22 05:54:50.120612 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2127 2024.11.22 05:54:50.120817 [ 256 ] {4fddea2e-9133-45ab-90f8-8ad4aa067552} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2128 2024.11.22 05:54:50.120895 [ 256 ] {4fddea2e-9133-45ab-90f8-8ad4aa067552} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2129 2024.11.22 05:54:50.121711 [ 256 ] {4fddea2e-9133-45ab-90f8-8ad4aa067552} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2130 2024.11.22 05:54:50.121754 [ 256 ] {4fddea2e-9133-45ab-90f8-8ad4aa067552} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2131 2024.11.22 05:54:50.122191 [ 256 ] {4fddea2e-9133-45ab-90f8-8ad4aa067552} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2132 2024.11.22 05:54:50.122458 [ 256 ] {4fddea2e-9133-45ab-90f8-8ad4aa067552} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2133 2024.11.22 05:54:50.122658 [ 35 ] {} <Debug> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2134 2024.11.22 05:54:50.122685 [ 256 ] {4fddea2e-9133-45ab-90f8-8ad4aa067552} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001919 sec., 37519.541427827 rows/sec., 3.05 MiB/sec.
2135 2024.11.22 05:54:50.122767 [ 35 ] {} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2136 2024.11.22 05:54:50.122845 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2137 2024.11.22 05:54:50.122857 [ 256 ] {4fddea2e-9133-45ab-90f8-8ad4aa067552} <Debug> TCPHandler: Processed in 0.002379494 sec.
2138 2024.11.22 05:54:50.123089 [ 194 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::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
2139 2024.11.22 05:54:50.123117 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2140 2024.11.22 05:54:50.123327 [ 194 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2141 2024.11.22 05:54:50.123356 [ 257 ] {7947008d-0aec-450f-8f4a-f279a935bc3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2142 2024.11.22 05:54:50.123386 [ 194 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 255 rows starting from the beginning of the part
2143 2024.11.22 05:54:50.123448 [ 257 ] {7947008d-0aec-450f-8f4a-f279a935bc3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2144 2024.11.22 05:54:50.123684 [ 194 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 72 rows starting from the beginning of the part
2145 2024.11.22 05:54:50.124023 [ 194 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 239 rows starting from the beginning of the part
2146 2024.11.22 05:54:50.124333 [ 194 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 72 rows starting from the beginning of the part
2147 2024.11.22 05:54:50.124721 [ 194 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 239 rows starting from the beginning of the part
2148 2024.11.22 05:54:50.125129 [ 194 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 72 rows starting from the beginning of the part
2149 2024.11.22 05:54:50.126576 [ 257 ] {7947008d-0aec-450f-8f4a-f279a935bc3c} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2150 2024.11.22 05:54:50.126632 [ 257 ] {7947008d-0aec-450f-8f4a-f279a935bc3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2151 2024.11.22 05:54:50.127705 [ 257 ] {7947008d-0aec-450f-8f4a-f279a935bc3c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2152 2024.11.22 05:54:50.128167 [ 257 ] {7947008d-0aec-450f-8f4a-f279a935bc3c} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2153 2024.11.22 05:54:50.128832 [ 194 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 949 rows, containing 5 columns (5 merged, 0 gathered) in 0.005884769 sec., 161263.7641341572 rows/sec., 14.50 MiB/sec.
2154 2024.11.22 05:54:50.128992 [ 257 ] {7947008d-0aec-450f-8f4a-f279a935bc3c} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.005686 sec., 1406.9644741470277 rows/sec., 105.80 KiB/sec.
2155 2024.11.22 05:54:50.129186 [ 194 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2156 2024.11.22 05:54:50.129198 [ 257 ] {7947008d-0aec-450f-8f4a-f279a935bc3c} <Debug> TCPHandler: Processed in 0.006189479 sec.
2157 2024.11.22 05:54:50.129410 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2158 2024.11.22 05:54:50.129595 [ 256 ] {f0f6b181-3663-40da-b236-d349e6a51919} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2159 2024.11.22 05:54:50.129671 [ 194 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_11_2} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2160 2024.11.22 05:54:50.129681 [ 256 ] {f0f6b181-3663-40da-b236-d349e6a51919} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2161 2024.11.22 05:54:50.129911 [ 194 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_11_2} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2162 2024.11.22 05:54:50.130087 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
2163 2024.11.22 05:54:50.130581 [ 256 ] {f0f6b181-3663-40da-b236-d349e6a51919} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2164 2024.11.22 05:54:50.130625 [ 256 ] {f0f6b181-3663-40da-b236-d349e6a51919} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2165 2024.11.22 05:54:50.131008 [ 256 ] {f0f6b181-3663-40da-b236-d349e6a51919} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2166 2024.11.22 05:54:50.131295 [ 256 ] {f0f6b181-3663-40da-b236-d349e6a51919} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2167 2024.11.22 05:54:50.131462 [ 35 ] {} <Debug> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2168 2024.11.22 05:54:50.131534 [ 35 ] {} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2169 2024.11.22 05:54:50.131561 [ 256 ] {f0f6b181-3663-40da-b236-d349e6a51919} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002014 sec., 35749.75173783515 rows/sec., 2.79 MiB/sec.
2170 2024.11.22 05:54:50.131579 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2171 2024.11.22 05:54:50.131740 [ 256 ] {f0f6b181-3663-40da-b236-d349e6a51919} <Debug> TCPHandler: Processed in 0.002393594 sec.
2172 2024.11.22 05:54:50.131838 [ 193 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::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
2173 2024.11.22 05:54:50.131960 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2174 2024.11.22 05:54:50.132055 [ 193 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2175 2024.11.22 05:54:50.132146 [ 193 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 417 rows starting from the beginning of the part
2176 2024.11.22 05:54:50.132195 [ 257 ] {455b58fe-5d9e-45ee-b100-8854caae769f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2177 2024.11.22 05:54:50.132348 [ 193 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 72 rows starting from the beginning of the part
2178 2024.11.22 05:54:50.132493 [ 257 ] {455b58fe-5d9e-45ee-b100-8854caae769f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2179 2024.11.22 05:54:50.132655 [ 193 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 400 rows starting from the beginning of the part
2180 2024.11.22 05:54:50.133041 [ 193 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 72 rows starting from the beginning of the part
2181 2024.11.22 05:54:50.133430 [ 193 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 400 rows starting from the beginning of the part
2182 2024.11.22 05:54:50.133768 [ 193 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 72 rows starting from the beginning of the part
2183 2024.11.22 05:54:50.135052 [ 257 ] {455b58fe-5d9e-45ee-b100-8854caae769f} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2184 2024.11.22 05:54:50.135133 [ 257 ] {455b58fe-5d9e-45ee-b100-8854caae769f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2185 2024.11.22 05:54:50.136306 [ 257 ] {455b58fe-5d9e-45ee-b100-8854caae769f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2186 2024.11.22 05:54:50.136856 [ 257 ] {455b58fe-5d9e-45ee-b100-8854caae769f} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2187 2024.11.22 05:54:50.136945 [ 194 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1433 rows, containing 5 columns (5 merged, 0 gathered) in 0.005228022 sec., 274099.8412018924 rows/sec., 20.85 MiB/sec.
2188 2024.11.22 05:54:50.137126 [ 35 ] {} <Debug> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2189 2024.11.22 05:54:50.137228 [ 35 ] {} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2190 2024.11.22 05:54:50.137303 [ 194 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2191 2024.11.22 05:54:50.137305 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2192 2024.11.22 05:54:50.137359 [ 257 ] {455b58fe-5d9e-45ee-b100-8854caae769f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005233 sec., 30575.19587234856 rows/sec., 2.13 MiB/sec.
2193 2024.11.22 05:54:50.137745 [ 193 ] {ff8afe02-9df6-47a2-8081-751390795547::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
2194 2024.11.22 05:54:50.137805 [ 257 ] {455b58fe-5d9e-45ee-b100-8854caae769f} <Debug> TCPHandler: Processed in 0.005921561 sec.
2195 2024.11.22 05:54:50.138143 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2196 2024.11.22 05:54:50.138251 [ 193 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2197 2024.11.22 05:54:50.138261 [ 194 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_11_2} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2198 2024.11.22 05:54:50.138339 [ 193 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 868 rows starting from the beginning of the part
2199 2024.11.22 05:54:50.138636 [ 194 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_11_2} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2200 2024.11.22 05:54:50.138679 [ 193 ] {ff8afe02-9df6-47a2-8081-751390795547::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
2201 2024.11.22 05:54:50.138760 [ 256 ] {e2851ed2-419b-433b-86af-c972eebf6b57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2202 2024.11.22 05:54:50.139117 [ 193 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 237 rows starting from the beginning of the part
2203 2024.11.22 05:54:50.139124 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
2204 2024.11.22 05:54:50.139364 [ 256 ] {e2851ed2-419b-433b-86af-c972eebf6b57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2205 2024.11.22 05:54:50.139476 [ 193 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part
2206 2024.11.22 05:54:50.139840 [ 193 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part
2207 2024.11.22 05:54:50.140163 [ 193 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part
2208 2024.11.22 05:54:50.144371 [ 193 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1822 rows, containing 5 columns (5 merged, 0 gathered) in 0.006912408 sec., 263583.9782605425 rows/sec., 18.01 MiB/sec.
2209 2024.11.22 05:54:50.144436 [ 256 ] {e2851ed2-419b-433b-86af-c972eebf6b57} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2210 2024.11.22 05:54:50.144488 [ 256 ] {e2851ed2-419b-433b-86af-c972eebf6b57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2211 2024.11.22 05:54:50.144679 [ 193 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2212 2024.11.22 05:54:50.145403 [ 193 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2213 2024.11.22 05:54:50.145669 [ 193 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2214 2024.11.22 05:54:50.145874 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
2215 2024.11.22 05:54:50.146023 [ 256 ] {e2851ed2-419b-433b-86af-c972eebf6b57} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2216 2024.11.22 05:54:50.146317 [ 256 ] {e2851ed2-419b-433b-86af-c972eebf6b57} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2217 2024.11.22 05:54:50.146596 [ 256 ] {e2851ed2-419b-433b-86af-c972eebf6b57} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.008168 sec., 979.4319294809011 rows/sec., 1.76 MiB/sec.
2218 2024.11.22 05:54:50.146744 [ 256 ] {e2851ed2-419b-433b-86af-c972eebf6b57} <Debug> TCPHandler: Processed in 0.008802659 sec.
2219 2024.11.22 05:54:50.146913 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2220 2024.11.22 05:54:50.147024 [ 257 ] {ce72a501-f9d0-446a-80bf-834938933f97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2221 2024.11.22 05:54:50.147074 [ 257 ] {ce72a501-f9d0-446a-80bf-834938933f97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2222 2024.11.22 05:54:50.147540 [ 257 ] {ce72a501-f9d0-446a-80bf-834938933f97} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2223 2024.11.22 05:54:50.147580 [ 257 ] {ce72a501-f9d0-446a-80bf-834938933f97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2224 2024.11.22 05:54:50.147966 [ 257 ] {ce72a501-f9d0-446a-80bf-834938933f97} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2225 2024.11.22 05:54:50.148214 [ 257 ] {ce72a501-f9d0-446a-80bf-834938933f97} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2226 2024.11.22 05:54:50.148383 [ 35 ] {} <Debug> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2227 2024.11.22 05:54:50.148454 [ 35 ] {} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2228 2024.11.22 05:54:50.148463 [ 257 ] {ce72a501-f9d0-446a-80bf-834938933f97} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001451 sec., 41350.79255685734 rows/sec., 2.79 MiB/sec.
2229 2024.11.22 05:54:50.148490 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2230 2024.11.22 05:54:50.148569 [ 257 ] {ce72a501-f9d0-446a-80bf-834938933f97} <Debug> TCPHandler: Processed in 0.001708447 sec.
2231 2024.11.22 05:54:50.148695 [ 196 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::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
2232 2024.11.22 05:54:50.148798 [ 196 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2233 2024.11.22 05:54:50.148835 [ 196 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 308 rows starting from the beginning of the part
2234 2024.11.22 05:54:50.148927 [ 196 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::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
2235 2024.11.22 05:54:50.149135 [ 196 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 82 rows starting from the beginning of the part
2236 2024.11.22 05:54:50.149228 [ 196 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part
2237 2024.11.22 05:54:50.149427 [ 196 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part
2238 2024.11.22 05:54:50.149600 [ 196 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part
2239 2024.11.22 05:54:50.150790 [ 196 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 652 rows, containing 4 columns (4 merged, 0 gathered) in 0.002178439 sec., 299296.88184980163 rows/sec., 19.55 MiB/sec.
2240 2024.11.22 05:54:50.151040 [ 195 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2241 2024.11.22 05:54:50.151426 [ 195 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_11_2} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2242 2024.11.22 05:54:50.151531 [ 195 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_11_2} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2243 2024.11.22 05:54:50.151639 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB.
2244 2024.11.22 05:54:54.662948 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache
2245 2024.11.22 05:54:54.663010 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache
2246 2024.11.22 05:54:54.742772 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636
2247 2024.11.22 05:54:54.743421 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2248 2024.11.22 05:54:54.743472 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2249 2024.11.22 05:54:54.744003 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2250 2024.11.22 05:54:54.744278 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2251 2024.11.22 05:54:54.744536 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
2252 2024.11.22 05:54:55.025277 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
2253 2024.11.22 05:54:55.047888 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2254 2024.11.22 05:54:55.047955 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2255 2024.11.22 05:54:55.054964 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2256 2024.11.22 05:54:55.055738 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2257 2024.11.22 05:54:55.058906 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
2258 2024.11.22 05:54:55.125494 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2259 2024.11.22 05:54:55.125710 [ 256 ] {3f51ebed-1778-483b-bb0f-e46972600ad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2260 2024.11.22 05:54:55.125790 [ 256 ] {3f51ebed-1778-483b-bb0f-e46972600ad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2261 2024.11.22 05:54:55.126696 [ 256 ] {3f51ebed-1778-483b-bb0f-e46972600ad4} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2262 2024.11.22 05:54:55.126748 [ 256 ] {3f51ebed-1778-483b-bb0f-e46972600ad4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2263 2024.11.22 05:54:55.127195 [ 256 ] {3f51ebed-1778-483b-bb0f-e46972600ad4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2264 2024.11.22 05:54:55.127466 [ 256 ] {3f51ebed-1778-483b-bb0f-e46972600ad4} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2265 2024.11.22 05:54:55.127667 [ 28 ] {} <Debug> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2266 2024.11.22 05:54:55.127734 [ 256 ] {3f51ebed-1778-483b-bb0f-e46972600ad4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002074 sec., 6750.241080038573 rows/sec., 485.93 KiB/sec.
2267 2024.11.22 05:54:55.127743 [ 28 ] {} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2268 2024.11.22 05:54:55.127811 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2269 2024.11.22 05:54:55.127892 [ 256 ] {3f51ebed-1778-483b-bb0f-e46972600ad4} <Debug> TCPHandler: Processed in 0.002573521 sec.
2270 2024.11.22 05:54:55.128114 [ 189 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::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
2271 2024.11.22 05:54:55.128125 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2272 2024.11.22 05:54:55.128393 [ 257 ] {f7b34f4e-f4cb-4b9f-b875-eae72478f515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2273 2024.11.22 05:54:55.128401 [ 189 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2274 2024.11.22 05:54:55.128487 [ 257 ] {f7b34f4e-f4cb-4b9f-b875-eae72478f515} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2275 2024.11.22 05:54:55.128506 [ 189 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::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
2276 2024.11.22 05:54:55.128859 [ 189 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::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
2277 2024.11.22 05:54:55.129221 [ 189 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::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
2278 2024.11.22 05:54:55.129638 [ 189 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::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
2279 2024.11.22 05:54:55.130021 [ 189 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::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
2280 2024.11.22 05:54:55.131271 [ 257 ] {f7b34f4e-f4cb-4b9f-b875-eae72478f515} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2281 2024.11.22 05:54:55.131340 [ 257 ] {f7b34f4e-f4cb-4b9f-b875-eae72478f515} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2282 2024.11.22 05:54:55.132528 [ 257 ] {f7b34f4e-f4cb-4b9f-b875-eae72478f515} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2283 2024.11.22 05:54:55.132610 [ 195 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004679687 sec., 14958.265371166917 rows/sec., 1.11 MiB/sec.
2284 2024.11.22 05:54:55.132866 [ 195 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2285 2024.11.22 05:54:55.132941 [ 257 ] {f7b34f4e-f4cb-4b9f-b875-eae72478f515} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2286 2024.11.22 05:54:55.133359 [ 257 ] {f7b34f4e-f4cb-4b9f-b875-eae72478f515} <Debug> executeQuery: Read 239 rows, 21.37 KiB in 0.00504 sec., 47420.63492063492 rows/sec., 4.14 MiB/sec.
2287 2024.11.22 05:54:55.133507 [ 257 ] {f7b34f4e-f4cb-4b9f-b875-eae72478f515} <Debug> TCPHandler: Processed in 0.005485569 sec.
2288 2024.11.22 05:54:55.133631 [ 195 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_5_1} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2289 2024.11.22 05:54:55.133705 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2290 2024.11.22 05:54:55.133759 [ 195 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_5_1} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2291 2024.11.22 05:54:55.133895 [ 256 ] {53246949-79dc-4b1c-b9d5-c70079468fe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2292 2024.11.22 05:54:55.133918 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2293 2024.11.22 05:54:55.133974 [ 256 ] {53246949-79dc-4b1c-b9d5-c70079468fe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2294 2024.11.22 05:54:55.134562 [ 256 ] {53246949-79dc-4b1c-b9d5-c70079468fe9} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2295 2024.11.22 05:54:55.134603 [ 256 ] {53246949-79dc-4b1c-b9d5-c70079468fe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2296 2024.11.22 05:54:55.134967 [ 256 ] {53246949-79dc-4b1c-b9d5-c70079468fe9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2297 2024.11.22 05:54:55.135210 [ 256 ] {53246949-79dc-4b1c-b9d5-c70079468fe9} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2298 2024.11.22 05:54:55.135366 [ 28 ] {} <Debug> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2299 2024.11.22 05:54:55.135427 [ 28 ] {} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2300 2024.11.22 05:54:55.135460 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2301 2024.11.22 05:54:55.135474 [ 256 ] {53246949-79dc-4b1c-b9d5-c70079468fe9} <Debug> executeQuery: Read 25 rows, 1.81 KiB in 0.001651 sec., 15142.337976983647 rows/sec., 1.07 MiB/sec.
2302 2024.11.22 05:54:55.135733 [ 256 ] {53246949-79dc-4b1c-b9d5-c70079468fe9} <Debug> TCPHandler: Processed in 0.002112278 sec.
2303 2024.11.22 05:54:55.135851 [ 196 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::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
2304 2024.11.22 05:54:55.136078 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2305 2024.11.22 05:54:55.136224 [ 196 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2306 2024.11.22 05:54:55.136275 [ 196 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 33 rows starting from the beginning of the part
2307 2024.11.22 05:54:55.136281 [ 257 ] {695860d8-3888-4686-8a3b-c57b88e7993d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2308 2024.11.22 05:54:55.136359 [ 257 ] {695860d8-3888-4686-8a3b-c57b88e7993d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2309 2024.11.22 05:54:55.136496 [ 196 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 25 rows starting from the beginning of the part
2310 2024.11.22 05:54:55.136922 [ 196 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::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
2311 2024.11.22 05:54:55.137230 [ 196 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 25 rows starting from the beginning of the part
2312 2024.11.22 05:54:55.137570 [ 196 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::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
2313 2024.11.22 05:54:55.137902 [ 196 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 25 rows starting from the beginning of the part
2314 2024.11.22 05:54:55.138742 [ 257 ] {695860d8-3888-4686-8a3b-c57b88e7993d} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2315 2024.11.22 05:54:55.138786 [ 257 ] {695860d8-3888-4686-8a3b-c57b88e7993d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2316 2024.11.22 05:54:55.139314 [ 257 ] {695860d8-3888-4686-8a3b-c57b88e7993d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2317 2024.11.22 05:54:55.139535 [ 194 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 124 rows, containing 5 columns (5 merged, 0 gathered) in 0.003988699 sec., 31087.830894233935 rows/sec., 2.33 MiB/sec.
2318 2024.11.22 05:54:55.139685 [ 257 ] {695860d8-3888-4686-8a3b-c57b88e7993d} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2319 2024.11.22 05:54:55.139807 [ 194 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2320 2024.11.22 05:54:55.139939 [ 45 ] {} <Debug> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2321 2024.11.22 05:54:55.140043 [ 45 ] {} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2322 2024.11.22 05:54:55.140116 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2323 2024.11.22 05:54:55.140181 [ 257 ] {695860d8-3888-4686-8a3b-c57b88e7993d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003938 sec., 3555.104113763332 rows/sec., 248.98 KiB/sec.
2324 2024.11.22 05:54:55.140512 [ 196 ] {83830c52-a49a-4c88-a39b-38990e0224d3::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
2325 2024.11.22 05:54:55.140686 [ 257 ] {695860d8-3888-4686-8a3b-c57b88e7993d} <Debug> TCPHandler: Processed in 0.004755079 sec.
2326 2024.11.22 05:54:55.140943 [ 196 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2327 2024.11.22 05:54:55.140988 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2328 2024.11.22 05:54:55.141012 [ 196 ] {83830c52-a49a-4c88-a39b-38990e0224d3::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
2329 2024.11.22 05:54:55.141145 [ 194 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_11_2} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2330 2024.11.22 05:54:55.141384 [ 196 ] {83830c52-a49a-4c88-a39b-38990e0224d3::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
2331 2024.11.22 05:54:55.141510 [ 256 ] {0eb8b4f3-e795-4226-bb35-5586b22f9269} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2332 2024.11.22 05:54:55.141674 [ 194 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_11_2} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2333 2024.11.22 05:54:55.141781 [ 256 ] {0eb8b4f3-e795-4226-bb35-5586b22f9269} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2334 2024.11.22 05:54:55.141929 [ 196 ] {83830c52-a49a-4c88-a39b-38990e0224d3::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
2335 2024.11.22 05:54:55.142095 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
2336 2024.11.22 05:54:55.142324 [ 196 ] {83830c52-a49a-4c88-a39b-38990e0224d3::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
2337 2024.11.22 05:54:55.142478 [ 196 ] {83830c52-a49a-4c88-a39b-38990e0224d3::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
2338 2024.11.22 05:54:55.143581 [ 256 ] {0eb8b4f3-e795-4226-bb35-5586b22f9269} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2339 2024.11.22 05:54:55.143623 [ 256 ] {0eb8b4f3-e795-4226-bb35-5586b22f9269} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2340 2024.11.22 05:54:55.144057 [ 196 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003861425 sec., 18128.022685925534 rows/sec., 1.31 MiB/sec.
2341 2024.11.22 05:54:55.144207 [ 196 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2342 2024.11.22 05:54:55.144212 [ 256 ] {0eb8b4f3-e795-4226-bb35-5586b22f9269} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2343 2024.11.22 05:54:55.144590 [ 256 ] {0eb8b4f3-e795-4226-bb35-5586b22f9269} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2344 2024.11.22 05:54:55.144595 [ 196 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_5_1} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2345 2024.11.22 05:54:55.144713 [ 196 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_5_1} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2346 2024.11.22 05:54:55.144790 [ 45 ] {} <Debug> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2347 2024.11.22 05:54:55.144856 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2348 2024.11.22 05:54:55.144863 [ 45 ] {} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2349 2024.11.22 05:54:55.144908 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2350 2024.11.22 05:54:55.144915 [ 256 ] {0eb8b4f3-e795-4226-bb35-5586b22f9269} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003622 sec., 3589.1772501380456 rows/sec., 223.78 KiB/sec.
2351 2024.11.22 05:54:55.145212 [ 256 ] {0eb8b4f3-e795-4226-bb35-5586b22f9269} <Debug> TCPHandler: Processed in 0.004351978 sec.
2352 2024.11.22 05:54:55.145273 [ 192 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::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
2353 2024.11.22 05:54:55.145515 [ 192 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2354 2024.11.22 05:54:55.145549 [ 192 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::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
2355 2024.11.22 05:54:55.145664 [ 192 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::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
2356 2024.11.22 05:54:55.145756 [ 192 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::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
2357 2024.11.22 05:54:55.145844 [ 192 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::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
2358 2024.11.22 05:54:55.146120 [ 192 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::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
2359 2024.11.22 05:54:55.146556 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2360 2024.11.22 05:54:55.146722 [ 257 ] {d9459d85-950a-4c91-a9a8-dd64b464a085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2361 2024.11.22 05:54:55.146803 [ 257 ] {d9459d85-950a-4c91-a9a8-dd64b464a085} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2362 2024.11.22 05:54:55.147521 [ 194 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002542679 sec., 25563.588640170467 rows/sec., 1.65 MiB/sec.
2363 2024.11.22 05:54:55.147713 [ 194 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2364 2024.11.22 05:54:55.148321 [ 257 ] {d9459d85-950a-4c91-a9a8-dd64b464a085} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2365 2024.11.22 05:54:55.148339 [ 194 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_5_1} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2366 2024.11.22 05:54:55.148382 [ 257 ] {d9459d85-950a-4c91-a9a8-dd64b464a085} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2367 2024.11.22 05:54:55.148507 [ 194 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_5_1} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2368 2024.11.22 05:54:55.148683 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2369 2024.11.22 05:54:55.148987 [ 257 ] {d9459d85-950a-4c91-a9a8-dd64b464a085} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2370 2024.11.22 05:54:55.149243 [ 257 ] {d9459d85-950a-4c91-a9a8-dd64b464a085} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2371 2024.11.22 05:54:55.149432 [ 257 ] {d9459d85-950a-4c91-a9a8-dd64b464a085} <Debug> executeQuery: Read 400 rows, 29.12 KiB in 0.002747 sec., 145613.39643247178 rows/sec., 10.35 MiB/sec.
2372 2024.11.22 05:54:55.149547 [ 257 ] {d9459d85-950a-4c91-a9a8-dd64b464a085} <Debug> TCPHandler: Processed in 0.003062253 sec.
2373 2024.11.22 05:54:55.149787 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2374 2024.11.22 05:54:55.149920 [ 256 ] {1e56b11f-5066-4ec3-a46d-f3ee570ac58b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2375 2024.11.22 05:54:55.149976 [ 256 ] {1e56b11f-5066-4ec3-a46d-f3ee570ac58b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2376 2024.11.22 05:54:55.150516 [ 256 ] {1e56b11f-5066-4ec3-a46d-f3ee570ac58b} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2377 2024.11.22 05:54:55.150554 [ 256 ] {1e56b11f-5066-4ec3-a46d-f3ee570ac58b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2378 2024.11.22 05:54:55.150921 [ 256 ] {1e56b11f-5066-4ec3-a46d-f3ee570ac58b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2379 2024.11.22 05:54:55.151158 [ 256 ] {1e56b11f-5066-4ec3-a46d-f3ee570ac58b} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2380 2024.11.22 05:54:55.151333 [ 256 ] {1e56b11f-5066-4ec3-a46d-f3ee570ac58b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001442 sec., 4160.887656033287 rows/sec., 217.39 KiB/sec.
2381 2024.11.22 05:54:55.151381 [ 256 ] {1e56b11f-5066-4ec3-a46d-f3ee570ac58b} <Debug> TCPHandler: Processed in 0.001660005 sec.
2382 2024.11.22 05:54:55.151539 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2383 2024.11.22 05:54:55.151667 [ 257 ] {a10018ec-b70e-4dd4-806f-bec38f1beb83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2384 2024.11.22 05:54:55.151725 [ 257 ] {a10018ec-b70e-4dd4-806f-bec38f1beb83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2385 2024.11.22 05:54:55.152357 [ 257 ] {a10018ec-b70e-4dd4-806f-bec38f1beb83} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2386 2024.11.22 05:54:55.152402 [ 257 ] {a10018ec-b70e-4dd4-806f-bec38f1beb83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2387 2024.11.22 05:54:55.152804 [ 257 ] {a10018ec-b70e-4dd4-806f-bec38f1beb83} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2388 2024.11.22 05:54:55.153046 [ 257 ] {a10018ec-b70e-4dd4-806f-bec38f1beb83} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2389 2024.11.22 05:54:55.153277 [ 257 ] {a10018ec-b70e-4dd4-806f-bec38f1beb83} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001626 sec., 145756.45756457563 rows/sec., 9.77 MiB/sec.
2390 2024.11.22 05:54:55.153436 [ 257 ] {a10018ec-b70e-4dd4-806f-bec38f1beb83} <Debug> TCPHandler: Processed in 0.001952994 sec.
2391 2024.11.22 05:54:55.153598 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2392 2024.11.22 05:54:55.153726 [ 256 ] {1014c3c7-a13a-45e4-a983-16a1b732a1b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2393 2024.11.22 05:54:55.153782 [ 256 ] {1014c3c7-a13a-45e4-a983-16a1b732a1b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2394 2024.11.22 05:54:55.154301 [ 256 ] {1014c3c7-a13a-45e4-a983-16a1b732a1b1} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2395 2024.11.22 05:54:55.154345 [ 256 ] {1014c3c7-a13a-45e4-a983-16a1b732a1b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2396 2024.11.22 05:54:55.154720 [ 256 ] {1014c3c7-a13a-45e4-a983-16a1b732a1b1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2397 2024.11.22 05:54:55.154950 [ 256 ] {1014c3c7-a13a-45e4-a983-16a1b732a1b1} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2398 2024.11.22 05:54:55.155069 [ 45 ] {} <Debug> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2399 2024.11.22 05:54:55.155110 [ 45 ] {} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2400 2024.11.22 05:54:55.155134 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2401 2024.11.22 05:54:55.155142 [ 256 ] {1014c3c7-a13a-45e4-a983-16a1b732a1b1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001442 sec., 693.4812760055479 rows/sec., 46.73 KiB/sec.
2402 2024.11.22 05:54:55.155459 [ 256 ] {1014c3c7-a13a-45e4-a983-16a1b732a1b1} <Debug> TCPHandler: Processed in 0.001917432 sec.
2403 2024.11.22 05:54:55.155646 [ 187 ] {47fadcc9-f993-425c-864c-24e9e47a2248::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
2404 2024.11.22 05:54:55.155724 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2405 2024.11.22 05:54:55.155914 [ 187 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2406 2024.11.22 05:54:55.155980 [ 257 ] {f67d728b-0b99-4335-9cb7-1618987596bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2407 2024.11.22 05:54:55.155996 [ 187 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part
2408 2024.11.22 05:54:55.156142 [ 257 ] {f67d728b-0b99-4335-9cb7-1618987596bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2409 2024.11.22 05:54:55.156376 [ 187 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part
2410 2024.11.22 05:54:55.156738 [ 187 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part
2411 2024.11.22 05:54:55.157051 [ 187 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part
2412 2024.11.22 05:54:55.157369 [ 187 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part
2413 2024.11.22 05:54:55.160762 [ 187 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.005510899 sec., 907.2929843207071 rows/sec., 61.14 KiB/sec.
2414 2024.11.22 05:54:55.160979 [ 187 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2415 2024.11.22 05:54:55.161316 [ 257 ] {f67d728b-0b99-4335-9cb7-1618987596bb} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2416 2024.11.22 05:54:55.161375 [ 257 ] {f67d728b-0b99-4335-9cb7-1618987596bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2417 2024.11.22 05:54:55.161675 [ 187 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_5_1} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2418 2024.11.22 05:54:55.161890 [ 187 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_5_1} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2419 2024.11.22 05:54:55.162063 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
2420 2024.11.22 05:54:55.162500 [ 257 ] {f67d728b-0b99-4335-9cb7-1618987596bb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2421 2024.11.22 05:54:55.162777 [ 257 ] {f67d728b-0b99-4335-9cb7-1618987596bb} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2422 2024.11.22 05:54:55.162924 [ 45 ] {} <Debug> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2423 2024.11.22 05:54:55.162975 [ 45 ] {} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2424 2024.11.22 05:54:55.163010 [ 257 ] {f67d728b-0b99-4335-9cb7-1618987596bb} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.0071 sec., 2535.2112676056336 rows/sec., 4.54 MiB/sec.
2425 2024.11.22 05:54:55.163019 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2426 2024.11.22 05:54:55.163410 [ 257 ] {f67d728b-0b99-4335-9cb7-1618987596bb} <Debug> TCPHandler: Processed in 0.007837563 sec.
2427 2024.11.22 05:54:55.163407 [ 201 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::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
2428 2024.11.22 05:54:55.163611 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2429 2024.11.22 05:54:55.163909 [ 256 ] {6bedb692-c221-4c0d-8116-03ff56cf465e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2430 2024.11.22 05:54:55.164054 [ 256 ] {6bedb692-c221-4c0d-8116-03ff56cf465e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2431 2024.11.22 05:54:55.164085 [ 201 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2432 2024.11.22 05:54:55.164362 [ 201 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 68 rows starting from the beginning of the part
2433 2024.11.22 05:54:55.165247 [ 201 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 18 rows starting from the beginning of the part
2434 2024.11.22 05:54:55.165928 [ 201 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::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
2435 2024.11.22 05:54:55.166598 [ 256 ] {6bedb692-c221-4c0d-8116-03ff56cf465e} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2436 2024.11.22 05:54:55.166695 [ 256 ] {6bedb692-c221-4c0d-8116-03ff56cf465e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2437 2024.11.22 05:54:55.166704 [ 201 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 18 rows starting from the beginning of the part
2438 2024.11.22 05:54:55.167432 [ 201 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::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
2439 2024.11.22 05:54:55.168095 [ 201 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 18 rows starting from the beginning of the part
2440 2024.11.22 05:54:55.168102 [ 256 ] {6bedb692-c221-4c0d-8116-03ff56cf465e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2441 2024.11.22 05:54:55.168860 [ 256 ] {6bedb692-c221-4c0d-8116-03ff56cf465e} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2442 2024.11.22 05:54:55.169337 [ 256 ] {6bedb692-c221-4c0d-8116-03ff56cf465e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00551 sec., 14882.032667876587 rows/sec., 967.88 KiB/sec.
2443 2024.11.22 05:54:55.169504 [ 256 ] {6bedb692-c221-4c0d-8116-03ff56cf465e} <Debug> TCPHandler: Processed in 0.005979022 sec.
2444 2024.11.22 05:54:55.171492 [ 190 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 138 rows, containing 19 columns (19 merged, 0 gathered) in 0.008330236 sec., 16566.15730934874 rows/sec., 29.69 MiB/sec.
2445 2024.11.22 05:54:55.171842 [ 187 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2446 2024.11.22 05:54:55.172277 [ 187 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2447 2024.11.22 05:54:55.172363 [ 187 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2448 2024.11.22 05:54:55.172518 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB.
2449 2024.11.22 05:54:56.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.16 MiB, peak 173.12 MiB, free memory in arenas 0.00 B, will set to 167.80 MiB (RSS), difference: -1.35 MiB
2450 2024.11.22 05:54:59.130447 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2451 2024.11.22 05:54:59.130727 [ 256 ] {e64ed614-b2e3-46e3-9916-522f16c542c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2452 2024.11.22 05:54:59.131150 [ 256 ] {e64ed614-b2e3-46e3-9916-522f16c542c7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2453 2024.11.22 05:54:59.131201 [ 256 ] {e64ed614-b2e3-46e3-9916-522f16c542c7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2454 2024.11.22 05:54:59.131552 [ 256 ] {e64ed614-b2e3-46e3-9916-522f16c542c7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2455 2024.11.22 05:54:59.131629 [ 256 ] {e64ed614-b2e3-46e3-9916-522f16c542c7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2456 2024.11.22 05:54:59.131808 [ 256 ] {e64ed614-b2e3-46e3-9916-522f16c542c7} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
2457 2024.11.22 05:54:59.132078 [ 296 ] {e64ed614-b2e3-46e3-9916-522f16c542c7} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2458 2024.11.22 05:54:59.132203 [ 297 ] {e64ed614-b2e3-46e3-9916-522f16c542c7} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2459 2024.11.22 05:54:59.132375 [ 256 ] {e64ed614-b2e3-46e3-9916-522f16c542c7} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (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
2460 2024.11.22 05:54:59.132407 [ 256 ] {e64ed614-b2e3-46e3-9916-522f16c542c7} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Spreading mark ranges among streams (default reading)
2461 2024.11.22 05:54:59.136447 [ 256 ] {e64ed614-b2e3-46e3-9916-522f16c542c7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2462 2024.11.22 05:54:59.136480 [ 256 ] {e64ed614-b2e3-46e3-9916-522f16c542c7} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Reading approx. 34 rows with 2 streams
2463 2024.11.22 05:54:59.136546 [ 256 ] {e64ed614-b2e3-46e3-9916-522f16c542c7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2464 2024.11.22 05:54:59.136595 [ 256 ] {e64ed614-b2e3-46e3-9916-522f16c542c7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2465 2024.11.22 05:54:59.138099 [ 256 ] {e64ed614-b2e3-46e3-9916-522f16c542c7} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.007494 sec., 4536.962903656258 rows/sec., 174.62 KiB/sec.
2466 2024.11.22 05:54:59.138291 [ 256 ] {e64ed614-b2e3-46e3-9916-522f16c542c7} <Debug> TCPHandler: Processed in 0.007981557 sec.
2467 2024.11.22 05:54:59.138598 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2468 2024.11.22 05:54:59.138776 [ 257 ] {1cdbac83-1e6a-4237-b4be-356b53390fd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2469 2024.11.22 05:54:59.139090 [ 257 ] {1cdbac83-1e6a-4237-b4be-356b53390fd1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2470 2024.11.22 05:54:59.139146 [ 257 ] {1cdbac83-1e6a-4237-b4be-356b53390fd1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2471 2024.11.22 05:54:59.139479 [ 257 ] {1cdbac83-1e6a-4237-b4be-356b53390fd1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2472 2024.11.22 05:54:59.139547 [ 257 ] {1cdbac83-1e6a-4237-b4be-356b53390fd1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2473 2024.11.22 05:54:59.139694 [ 257 ] {1cdbac83-1e6a-4237-b4be-356b53390fd1} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
2474 2024.11.22 05:54:59.139823 [ 297 ] {1cdbac83-1e6a-4237-b4be-356b53390fd1} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2475 2024.11.22 05:54:59.139823 [ 298 ] {1cdbac83-1e6a-4237-b4be-356b53390fd1} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2476 2024.11.22 05:54:59.139974 [ 257 ] {1cdbac83-1e6a-4237-b4be-356b53390fd1} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (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
2477 2024.11.22 05:54:59.140004 [ 257 ] {1cdbac83-1e6a-4237-b4be-356b53390fd1} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Spreading mark ranges among streams (default reading)
2478 2024.11.22 05:54:59.140085 [ 257 ] {1cdbac83-1e6a-4237-b4be-356b53390fd1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2479 2024.11.22 05:54:59.140106 [ 257 ] {1cdbac83-1e6a-4237-b4be-356b53390fd1} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Reading approx. 34 rows with 2 streams
2480 2024.11.22 05:54:59.140147 [ 257 ] {1cdbac83-1e6a-4237-b4be-356b53390fd1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2481 2024.11.22 05:54:59.140219 [ 257 ] {1cdbac83-1e6a-4237-b4be-356b53390fd1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2482 2024.11.22 05:54:59.141301 [ 257 ] {1cdbac83-1e6a-4237-b4be-356b53390fd1} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.002606 sec., 13046.815042210284 rows/sec., 502.15 KiB/sec.
2483 2024.11.22 05:54:59.141455 [ 257 ] {1cdbac83-1e6a-4237-b4be-356b53390fd1} <Debug> TCPHandler: Processed in 0.002917449 sec.
2484 2024.11.22 05:54:59.143482 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2485 2024.11.22 05:54:59.143657 [ 256 ] {c4417097-d6e7-4dce-9644-744fe8e00cb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2486 2024.11.22 05:54:59.144033 [ 256 ] {c4417097-d6e7-4dce-9644-744fe8e00cb5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2487 2024.11.22 05:54:59.144094 [ 256 ] {c4417097-d6e7-4dce-9644-744fe8e00cb5} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2488 2024.11.22 05:54:59.144493 [ 256 ] {c4417097-d6e7-4dce-9644-744fe8e00cb5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2489 2024.11.22 05:54:59.144575 [ 256 ] {c4417097-d6e7-4dce-9644-744fe8e00cb5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2490 2024.11.22 05:54:59.144735 [ 256 ] {c4417097-d6e7-4dce-9644-744fe8e00cb5} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
2491 2024.11.22 05:54:59.144845 [ 297 ] {c4417097-d6e7-4dce-9644-744fe8e00cb5} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2492 2024.11.22 05:54:59.144852 [ 296 ] {c4417097-d6e7-4dce-9644-744fe8e00cb5} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2493 2024.11.22 05:54:59.144978 [ 256 ] {c4417097-d6e7-4dce-9644-744fe8e00cb5} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (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
2494 2024.11.22 05:54:59.145007 [ 256 ] {c4417097-d6e7-4dce-9644-744fe8e00cb5} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Spreading mark ranges among streams (default reading)
2495 2024.11.22 05:54:59.145090 [ 256 ] {c4417097-d6e7-4dce-9644-744fe8e00cb5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2496 2024.11.22 05:54:59.145121 [ 256 ] {c4417097-d6e7-4dce-9644-744fe8e00cb5} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Reading approx. 34 rows with 2 streams
2497 2024.11.22 05:54:59.145162 [ 256 ] {c4417097-d6e7-4dce-9644-744fe8e00cb5} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2498 2024.11.22 05:54:59.145207 [ 256 ] {c4417097-d6e7-4dce-9644-744fe8e00cb5} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2499 2024.11.22 05:54:59.146227 [ 256 ] {c4417097-d6e7-4dce-9644-744fe8e00cb5} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.002654 sec., 12810.85154483798 rows/sec., 493.06 KiB/sec.
2500 2024.11.22 05:54:59.146386 [ 256 ] {c4417097-d6e7-4dce-9644-744fe8e00cb5} <Debug> TCPHandler: Processed in 0.00295922 sec.
2501 2024.11.22 05:54:59.146694 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2502 2024.11.22 05:54:59.146865 [ 257 ] {0f1eb35a-9c0f-4cf1-8182-21feda9159db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) 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', 'oximeter_collector:collections', '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)
2503 2024.11.22 05:54:59.147171 [ 257 ] {0f1eb35a-9c0f-4cf1-8182-21feda9159db} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2504 2024.11.22 05:54:59.147220 [ 257 ] {0f1eb35a-9c0f-4cf1-8182-21feda9159db} <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', 'oximeter_collector:collections', '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')" moved to PREWHERE
2505 2024.11.22 05:54:59.147546 [ 257 ] {0f1eb35a-9c0f-4cf1-8182-21feda9159db} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2506 2024.11.22 05:54:59.147611 [ 257 ] {0f1eb35a-9c0f-4cf1-8182-21feda9159db} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2507 2024.11.22 05:54:59.147755 [ 257 ] {0f1eb35a-9c0f-4cf1-8182-21feda9159db} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
2508 2024.11.22 05:54:59.147866 [ 297 ] {0f1eb35a-9c0f-4cf1-8182-21feda9159db} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2509 2024.11.22 05:54:59.147873 [ 298 ] {0f1eb35a-9c0f-4cf1-8182-21feda9159db} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2510 2024.11.22 05:54:59.148003 [ 257 ] {0f1eb35a-9c0f-4cf1-8182-21feda9159db} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (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
2511 2024.11.22 05:54:59.148032 [ 257 ] {0f1eb35a-9c0f-4cf1-8182-21feda9159db} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Spreading mark ranges among streams (default reading)
2512 2024.11.22 05:54:59.148114 [ 257 ] {0f1eb35a-9c0f-4cf1-8182-21feda9159db} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2513 2024.11.22 05:54:59.148134 [ 257 ] {0f1eb35a-9c0f-4cf1-8182-21feda9159db} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Reading approx. 34 rows with 2 streams
2514 2024.11.22 05:54:59.148174 [ 257 ] {0f1eb35a-9c0f-4cf1-8182-21feda9159db} <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', 'oximeter_collector:collections', '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'))"
2515 2024.11.22 05:54:59.148217 [ 257 ] {0f1eb35a-9c0f-4cf1-8182-21feda9159db} <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', 'oximeter_collector:collections', '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'))"
2516 2024.11.22 05:54:59.149226 [ 257 ] {0f1eb35a-9c0f-4cf1-8182-21feda9159db} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.002443 sec., 13917.314776913632 rows/sec., 535.65 KiB/sec.
2517 2024.11.22 05:54:59.149382 [ 257 ] {0f1eb35a-9c0f-4cf1-8182-21feda9159db} <Debug> TCPHandler: Processed in 0.002748134 sec.
2518 2024.11.22 05:54:59.149711 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2519 2024.11.22 05:54:59.149918 [ 256 ] {302f2d48-8371-4109-a55e-97431c0bc0b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) 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', 'oximeter_collector:collections', '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)
2520 2024.11.22 05:54:59.150295 [ 256 ] {302f2d48-8371-4109-a55e-97431c0bc0b9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2521 2024.11.22 05:54:59.150356 [ 256 ] {302f2d48-8371-4109-a55e-97431c0bc0b9} <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', 'oximeter_collector:collections', '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')" moved to PREWHERE
2522 2024.11.22 05:54:59.150739 [ 256 ] {302f2d48-8371-4109-a55e-97431c0bc0b9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2523 2024.11.22 05:54:59.150806 [ 256 ] {302f2d48-8371-4109-a55e-97431c0bc0b9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2524 2024.11.22 05:54:59.150950 [ 256 ] {302f2d48-8371-4109-a55e-97431c0bc0b9} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
2525 2024.11.22 05:54:59.151056 [ 297 ] {302f2d48-8371-4109-a55e-97431c0bc0b9} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2526 2024.11.22 05:54:59.151068 [ 296 ] {302f2d48-8371-4109-a55e-97431c0bc0b9} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2527 2024.11.22 05:54:59.151181 [ 256 ] {302f2d48-8371-4109-a55e-97431c0bc0b9} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (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
2528 2024.11.22 05:54:59.151210 [ 256 ] {302f2d48-8371-4109-a55e-97431c0bc0b9} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Spreading mark ranges among streams (default reading)
2529 2024.11.22 05:54:59.151293 [ 256 ] {302f2d48-8371-4109-a55e-97431c0bc0b9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2530 2024.11.22 05:54:59.151314 [ 256 ] {302f2d48-8371-4109-a55e-97431c0bc0b9} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Reading approx. 34 rows with 2 streams
2531 2024.11.22 05:54:59.151354 [ 256 ] {302f2d48-8371-4109-a55e-97431c0bc0b9} <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', 'oximeter_collector:collections', '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'))"
2532 2024.11.22 05:54:59.151398 [ 256 ] {302f2d48-8371-4109-a55e-97431c0bc0b9} <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', 'oximeter_collector:collections', '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'))"
2533 2024.11.22 05:54:59.152410 [ 256 ] {302f2d48-8371-4109-a55e-97431c0bc0b9} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.002596 sec., 13097.072419106318 rows/sec., 504.08 KiB/sec.
2534 2024.11.22 05:54:59.152563 [ 256 ] {302f2d48-8371-4109-a55e-97431c0bc0b9} <Debug> TCPHandler: Processed in 0.002916389 sec.
2535 2024.11.22 05:54:59.152823 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2536 2024.11.22 05:54:59.153027 [ 257 ] {46099225-89b2-4568-bfae-65146b93bb07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) 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', 'oximeter_collector:collections', '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)
2537 2024.11.22 05:54:59.153404 [ 257 ] {46099225-89b2-4568-bfae-65146b93bb07} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2538 2024.11.22 05:54:59.153466 [ 257 ] {46099225-89b2-4568-bfae-65146b93bb07} <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', 'oximeter_collector:collections', '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')" moved to PREWHERE
2539 2024.11.22 05:54:59.153832 [ 257 ] {46099225-89b2-4568-bfae-65146b93bb07} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2540 2024.11.22 05:54:59.153898 [ 257 ] {46099225-89b2-4568-bfae-65146b93bb07} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2541 2024.11.22 05:54:59.154042 [ 257 ] {46099225-89b2-4568-bfae-65146b93bb07} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
2542 2024.11.22 05:54:59.154127 [ 296 ] {46099225-89b2-4568-bfae-65146b93bb07} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2543 2024.11.22 05:54:59.154149 [ 298 ] {46099225-89b2-4568-bfae-65146b93bb07} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2544 2024.11.22 05:54:59.154252 [ 257 ] {46099225-89b2-4568-bfae-65146b93bb07} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (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
2545 2024.11.22 05:54:59.154282 [ 257 ] {46099225-89b2-4568-bfae-65146b93bb07} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Spreading mark ranges among streams (default reading)
2546 2024.11.22 05:54:59.154362 [ 257 ] {46099225-89b2-4568-bfae-65146b93bb07} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2547 2024.11.22 05:54:59.154383 [ 257 ] {46099225-89b2-4568-bfae-65146b93bb07} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Reading approx. 34 rows with 2 streams
2548 2024.11.22 05:54:59.154424 [ 257 ] {46099225-89b2-4568-bfae-65146b93bb07} <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', 'oximeter_collector:collections', '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'))"
2549 2024.11.22 05:54:59.154466 [ 257 ] {46099225-89b2-4568-bfae-65146b93bb07} <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', 'oximeter_collector:collections', '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'))"
2550 2024.11.22 05:54:59.155527 [ 257 ] {46099225-89b2-4568-bfae-65146b93bb07} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.002603 sec., 13061.851709565886 rows/sec., 502.73 KiB/sec.
2551 2024.11.22 05:54:59.155681 [ 257 ] {46099225-89b2-4568-bfae-65146b93bb07} <Debug> TCPHandler: Processed in 0.00291934 sec.
2552 2024.11.22 05:54:59.155968 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2553 2024.11.22 05:54:59.156177 [ 256 ] {5d860ad3-7547-4ff0-8759-29b8be78fc23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) 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', 'oximeter_collector:collections', '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)
2554 2024.11.22 05:54:59.156560 [ 256 ] {5d860ad3-7547-4ff0-8759-29b8be78fc23} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2555 2024.11.22 05:54:59.156625 [ 256 ] {5d860ad3-7547-4ff0-8759-29b8be78fc23} <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', 'oximeter_collector:collections', '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')" moved to PREWHERE
2556 2024.11.22 05:54:59.156965 [ 256 ] {5d860ad3-7547-4ff0-8759-29b8be78fc23} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2557 2024.11.22 05:54:59.157031 [ 256 ] {5d860ad3-7547-4ff0-8759-29b8be78fc23} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2558 2024.11.22 05:54:59.157178 [ 256 ] {5d860ad3-7547-4ff0-8759-29b8be78fc23} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
2559 2024.11.22 05:54:59.157288 [ 296 ] {5d860ad3-7547-4ff0-8759-29b8be78fc23} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2560 2024.11.22 05:54:59.157287 [ 297 ] {5d860ad3-7547-4ff0-8759-29b8be78fc23} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2561 2024.11.22 05:54:59.157404 [ 256 ] {5d860ad3-7547-4ff0-8759-29b8be78fc23} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (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
2562 2024.11.22 05:54:59.157433 [ 256 ] {5d860ad3-7547-4ff0-8759-29b8be78fc23} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Spreading mark ranges among streams (default reading)
2563 2024.11.22 05:54:59.157514 [ 256 ] {5d860ad3-7547-4ff0-8759-29b8be78fc23} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2564 2024.11.22 05:54:59.157536 [ 256 ] {5d860ad3-7547-4ff0-8759-29b8be78fc23} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Reading approx. 34 rows with 2 streams
2565 2024.11.22 05:54:59.157577 [ 256 ] {5d860ad3-7547-4ff0-8759-29b8be78fc23} <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', 'oximeter_collector:collections', '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'))"
2566 2024.11.22 05:54:59.157622 [ 256 ] {5d860ad3-7547-4ff0-8759-29b8be78fc23} <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', 'oximeter_collector:collections', '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'))"
2567 2024.11.22 05:54:59.158633 [ 256 ] {5d860ad3-7547-4ff0-8759-29b8be78fc23} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.00256 sec., 13281.249999999998 rows/sec., 511.17 KiB/sec.
2568 2024.11.22 05:54:59.158789 [ 256 ] {5d860ad3-7547-4ff0-8759-29b8be78fc23} <Debug> TCPHandler: Processed in 0.002884309 sec.
2569 2024.11.22 05:54:59.159127 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2570 2024.11.22 05:54:59.159305 [ 257 ] {7300b959-15ee-4316-bd68-86e17e0f51ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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)
2571 2024.11.22 05:54:59.159630 [ 257 ] {7300b959-15ee-4316-bd68-86e17e0f51ce} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2572 2024.11.22 05:54:59.159685 [ 257 ] {7300b959-15ee-4316-bd68-86e17e0f51ce} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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
2573 2024.11.22 05:54:59.160043 [ 257 ] {7300b959-15ee-4316-bd68-86e17e0f51ce} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2574 2024.11.22 05:54:59.160112 [ 257 ] {7300b959-15ee-4316-bd68-86e17e0f51ce} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2575 2024.11.22 05:54:59.160258 [ 257 ] {7300b959-15ee-4316-bd68-86e17e0f51ce} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Key condition: (column 0 notIn 41-element set)
2576 2024.11.22 05:54:59.160376 [ 297 ] {7300b959-15ee-4316-bd68-86e17e0f51ce} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2577 2024.11.22 05:54:59.160379 [ 298 ] {7300b959-15ee-4316-bd68-86e17e0f51ce} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2578 2024.11.22 05:54:59.160511 [ 257 ] {7300b959-15ee-4316-bd68-86e17e0f51ce} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (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
2579 2024.11.22 05:54:59.160539 [ 257 ] {7300b959-15ee-4316-bd68-86e17e0f51ce} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Spreading mark ranges among streams (default reading)
2580 2024.11.22 05:54:59.160623 [ 257 ] {7300b959-15ee-4316-bd68-86e17e0f51ce} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2581 2024.11.22 05:54:59.160645 [ 257 ] {7300b959-15ee-4316-bd68-86e17e0f51ce} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Reading approx. 34 rows with 2 streams
2582 2024.11.22 05:54:59.160687 [ 257 ] {7300b959-15ee-4316-bd68-86e17e0f51ce} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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'))"
2583 2024.11.22 05:54:59.160731 [ 257 ] {7300b959-15ee-4316-bd68-86e17e0f51ce} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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'))"
2584 2024.11.22 05:54:59.161801 [ 257 ] {7300b959-15ee-4316-bd68-86e17e0f51ce} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.002579 sec., 13183.404420317953 rows/sec., 507.40 KiB/sec.
2585 2024.11.22 05:54:59.161955 [ 257 ] {7300b959-15ee-4316-bd68-86e17e0f51ce} <Debug> TCPHandler: Processed in 0.002904589 sec.
2586 2024.11.22 05:54:59.257253 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2587 2024.11.22 05:54:59.257605 [ 256 ] {36be4e0a-1749-47cb-a6bd-4e859610c101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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)
2588 2024.11.22 05:54:59.257969 [ 256 ] {36be4e0a-1749-47cb-a6bd-4e859610c101} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2589 2024.11.22 05:54:59.258023 [ 256 ] {36be4e0a-1749-47cb-a6bd-4e859610c101} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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
2590 2024.11.22 05:54:59.258370 [ 256 ] {36be4e0a-1749-47cb-a6bd-4e859610c101} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2591 2024.11.22 05:54:59.258437 [ 256 ] {36be4e0a-1749-47cb-a6bd-4e859610c101} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2592 2024.11.22 05:54:59.258587 [ 256 ] {36be4e0a-1749-47cb-a6bd-4e859610c101} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Key condition: (column 0 notIn 42-element set)
2593 2024.11.22 05:54:59.258739 [ 296 ] {36be4e0a-1749-47cb-a6bd-4e859610c101} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2594 2024.11.22 05:54:59.258745 [ 297 ] {36be4e0a-1749-47cb-a6bd-4e859610c101} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2595 2024.11.22 05:54:59.258916 [ 256 ] {36be4e0a-1749-47cb-a6bd-4e859610c101} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (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
2596 2024.11.22 05:54:59.258947 [ 256 ] {36be4e0a-1749-47cb-a6bd-4e859610c101} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Spreading mark ranges among streams (default reading)
2597 2024.11.22 05:54:59.259032 [ 256 ] {36be4e0a-1749-47cb-a6bd-4e859610c101} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2598 2024.11.22 05:54:59.259055 [ 256 ] {36be4e0a-1749-47cb-a6bd-4e859610c101} <Debug> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c) (SelectExecutor): Reading approx. 34 rows with 2 streams
2599 2024.11.22 05:54:59.259099 [ 256 ] {36be4e0a-1749-47cb-a6bd-4e859610c101} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))"
2600 2024.11.22 05:54:59.259146 [ 256 ] {36be4e0a-1749-47cb-a6bd-4e859610c101} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))"
2601 2024.11.22 05:54:59.260311 [ 256 ] {36be4e0a-1749-47cb-a6bd-4e859610c101} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.002885 sec., 11785.095320623917 rows/sec., 453.59 KiB/sec.
2602 2024.11.22 05:54:59.260472 [ 256 ] {36be4e0a-1749-47cb-a6bd-4e859610c101} <Debug> TCPHandler: Processed in 0.003329861 sec.
2603 2024.11.22 05:54:59.261083 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2604 2024.11.22 05:54:59.261227 [ 257 ] {eeeda5b4-5dc5-4a36-a6b9-faceb6fd22f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2605 2024.11.22 05:54:59.261286 [ 257 ] {eeeda5b4-5dc5-4a36-a6b9-faceb6fd22f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2606 2024.11.22 05:54:59.262016 [ 257 ] {eeeda5b4-5dc5-4a36-a6b9-faceb6fd22f4} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2607 2024.11.22 05:54:59.262061 [ 257 ] {eeeda5b4-5dc5-4a36-a6b9-faceb6fd22f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2608 2024.11.22 05:54:59.262572 [ 257 ] {eeeda5b4-5dc5-4a36-a6b9-faceb6fd22f4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2609 2024.11.22 05:54:59.262801 [ 257 ] {eeeda5b4-5dc5-4a36-a6b9-faceb6fd22f4} <Trace> oximeter.timeseries_schema (8fa4796f-3ee3-417f-a2d4-0a20abfbe50c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2610 2024.11.22 05:54:59.263043 [ 257 ] {eeeda5b4-5dc5-4a36-a6b9-faceb6fd22f4} <Debug> executeQuery: Read 9 rows, 1.75 KiB in 0.001848 sec., 4870.12987012987 rows/sec., 949.08 KiB/sec.
2611 2024.11.22 05:54:59.263221 [ 257 ] {eeeda5b4-5dc5-4a36-a6b9-faceb6fd22f4} <Debug> TCPHandler: Processed in 0.002197309 sec.
2612 2024.11.22 05:54:59.263385 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2613 2024.11.22 05:54:59.263493 [ 256 ] {ff6b5878-4936-4404-9002-c999e1bcc496} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2614 2024.11.22 05:54:59.263539 [ 256 ] {ff6b5878-4936-4404-9002-c999e1bcc496} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2615 2024.11.22 05:54:59.264098 [ 256 ] {ff6b5878-4936-4404-9002-c999e1bcc496} <Trace> oximeter.fields_ipaddr (99939db0-ec9a-4d46-b64a-a0023bb0c9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2616 2024.11.22 05:54:59.264139 [ 256 ] {ff6b5878-4936-4404-9002-c999e1bcc496} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2617 2024.11.22 05:54:59.264502 [ 256 ] {ff6b5878-4936-4404-9002-c999e1bcc496} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2618 2024.11.22 05:54:59.264747 [ 256 ] {ff6b5878-4936-4404-9002-c999e1bcc496} <Trace> oximeter.fields_ipaddr (99939db0-ec9a-4d46-b64a-a0023bb0c9b6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2619 2024.11.22 05:54:59.264973 [ 256 ] {ff6b5878-4936-4404-9002-c999e1bcc496} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001501 sec., 3997.3351099267156 rows/sec., 325.95 KiB/sec.
2620 2024.11.22 05:54:59.265033 [ 256 ] {ff6b5878-4936-4404-9002-c999e1bcc496} <Debug> TCPHandler: Processed in 0.001708577 sec.
2621 2024.11.22 05:54:59.265178 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2622 2024.11.22 05:54:59.265286 [ 257 ] {8635acfb-0fa7-409a-a556-95ce43d078cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2623 2024.11.22 05:54:59.265329 [ 257 ] {8635acfb-0fa7-409a-a556-95ce43d078cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2624 2024.11.22 05:54:59.266633 [ 257 ] {8635acfb-0fa7-409a-a556-95ce43d078cc} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2625 2024.11.22 05:54:59.266672 [ 257 ] {8635acfb-0fa7-409a-a556-95ce43d078cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2626 2024.11.22 05:54:59.267108 [ 257 ] {8635acfb-0fa7-409a-a556-95ce43d078cc} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2627 2024.11.22 05:54:59.267347 [ 257 ] {8635acfb-0fa7-409a-a556-95ce43d078cc} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2628 2024.11.22 05:54:59.267556 [ 257 ] {8635acfb-0fa7-409a-a556-95ce43d078cc} <Debug> executeQuery: Read 1247 rows, 105.77 KiB in 0.002291 sec., 544303.7974683545 rows/sec., 45.09 MiB/sec.
2629 2024.11.22 05:54:59.267608 [ 257 ] {8635acfb-0fa7-409a-a556-95ce43d078cc} <Debug> TCPHandler: Processed in 0.002482508 sec.
2630 2024.11.22 05:54:59.267764 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2631 2024.11.22 05:54:59.267898 [ 256 ] {363a4948-ea5d-47aa-b021-47b6ccade10a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2632 2024.11.22 05:54:59.267952 [ 256 ] {363a4948-ea5d-47aa-b021-47b6ccade10a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2633 2024.11.22 05:54:59.268602 [ 256 ] {363a4948-ea5d-47aa-b021-47b6ccade10a} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2634 2024.11.22 05:54:59.268649 [ 256 ] {363a4948-ea5d-47aa-b021-47b6ccade10a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2635 2024.11.22 05:54:59.269006 [ 256 ] {363a4948-ea5d-47aa-b021-47b6ccade10a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2636 2024.11.22 05:54:59.269248 [ 256 ] {363a4948-ea5d-47aa-b021-47b6ccade10a} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2637 2024.11.22 05:54:59.269520 [ 256 ] {363a4948-ea5d-47aa-b021-47b6ccade10a} <Debug> executeQuery: Read 29 rows, 2.15 KiB in 0.001628 sec., 17813.267813267812 rows/sec., 1.29 MiB/sec.
2638 2024.11.22 05:54:59.269686 [ 256 ] {363a4948-ea5d-47aa-b021-47b6ccade10a} <Debug> TCPHandler: Processed in 0.001985184 sec.
2639 2024.11.22 05:54:59.269829 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2640 2024.11.22 05:54:59.269936 [ 257 ] {3efc9106-41a8-449e-91ff-51bf66ad5ad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2641 2024.11.22 05:54:59.269981 [ 257 ] {3efc9106-41a8-449e-91ff-51bf66ad5ad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2642 2024.11.22 05:54:59.270620 [ 257 ] {3efc9106-41a8-449e-91ff-51bf66ad5ad4} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2643 2024.11.22 05:54:59.270659 [ 257 ] {3efc9106-41a8-449e-91ff-51bf66ad5ad4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2644 2024.11.22 05:54:59.271010 [ 257 ] {3efc9106-41a8-449e-91ff-51bf66ad5ad4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2645 2024.11.22 05:54:59.271246 [ 257 ] {3efc9106-41a8-449e-91ff-51bf66ad5ad4} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2646 2024.11.22 05:54:59.271449 [ 257 ] {3efc9106-41a8-449e-91ff-51bf66ad5ad4} <Debug> executeQuery: Read 229 rows, 15.88 KiB in 0.001536 sec., 149088.54166666666 rows/sec., 10.09 MiB/sec.
2647 2024.11.22 05:54:59.271501 [ 257 ] {3efc9106-41a8-449e-91ff-51bf66ad5ad4} <Debug> TCPHandler: Processed in 0.001724246 sec.
2648 2024.11.22 05:54:59.271634 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2649 2024.11.22 05:54:59.271760 [ 256 ] {54526a69-205f-407b-84d4-d67bffb92df3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2650 2024.11.22 05:54:59.271813 [ 256 ] {54526a69-205f-407b-84d4-d67bffb92df3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2651 2024.11.22 05:54:59.272681 [ 256 ] {54526a69-205f-407b-84d4-d67bffb92df3} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2652 2024.11.22 05:54:59.272720 [ 256 ] {54526a69-205f-407b-84d4-d67bffb92df3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2653 2024.11.22 05:54:59.273090 [ 256 ] {54526a69-205f-407b-84d4-d67bffb92df3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2654 2024.11.22 05:54:59.273333 [ 256 ] {54526a69-205f-407b-84d4-d67bffb92df3} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2655 2024.11.22 05:54:59.273543 [ 256 ] {54526a69-205f-407b-84d4-d67bffb92df3} <Debug> executeQuery: Read 560 rows, 42.64 KiB in 0.001811 sec., 309221.42462727777 rows/sec., 22.99 MiB/sec.
2656 2024.11.22 05:54:59.273596 [ 256 ] {54526a69-205f-407b-84d4-d67bffb92df3} <Debug> TCPHandler: Processed in 0.002012264 sec.
2657 2024.11.22 05:54:59.273742 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2658 2024.11.22 05:54:59.273869 [ 257 ] {2623f06c-4e4c-4ca4-a676-9827ca6c6c79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2659 2024.11.22 05:54:59.273927 [ 257 ] {2623f06c-4e4c-4ca4-a676-9827ca6c6c79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2660 2024.11.22 05:54:59.277314 [ 257 ] {2623f06c-4e4c-4ca4-a676-9827ca6c6c79} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2661 2024.11.22 05:54:59.277350 [ 257 ] {2623f06c-4e4c-4ca4-a676-9827ca6c6c79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2662 2024.11.22 05:54:59.277858 [ 257 ] {2623f06c-4e4c-4ca4-a676-9827ca6c6c79} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2663 2024.11.22 05:54:59.278092 [ 257 ] {2623f06c-4e4c-4ca4-a676-9827ca6c6c79} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2664 2024.11.22 05:54:59.278318 [ 257 ] {2623f06c-4e4c-4ca4-a676-9827ca6c6c79} <Debug> executeQuery: Read 2592 rows, 177.58 KiB in 0.004474 sec., 579347.3401877515 rows/sec., 38.76 MiB/sec.
2665 2024.11.22 05:54:59.278403 [ 257 ] {2623f06c-4e4c-4ca4-a676-9827ca6c6c79} <Debug> TCPHandler: Processed in 0.004720198 sec.
2666 2024.11.22 05:54:59.278562 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2667 2024.11.22 05:54:59.278691 [ 256 ] {c901dd43-9569-4e85-84fe-0a88fe52c3e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2668 2024.11.22 05:54:59.278747 [ 256 ] {c901dd43-9569-4e85-84fe-0a88fe52c3e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2669 2024.11.22 05:54:59.279258 [ 256 ] {c901dd43-9569-4e85-84fe-0a88fe52c3e0} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2670 2024.11.22 05:54:59.279303 [ 256 ] {c901dd43-9569-4e85-84fe-0a88fe52c3e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2671 2024.11.22 05:54:59.279706 [ 256 ] {c901dd43-9569-4e85-84fe-0a88fe52c3e0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2672 2024.11.22 05:54:59.279954 [ 256 ] {c901dd43-9569-4e85-84fe-0a88fe52c3e0} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2673 2024.11.22 05:54:59.280148 [ 256 ] {c901dd43-9569-4e85-84fe-0a88fe52c3e0} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001485 sec., 673.4006734006734 rows/sec., 42.75 KiB/sec.
2674 2024.11.22 05:54:59.280197 [ 256 ] {c901dd43-9569-4e85-84fe-0a88fe52c3e0} <Debug> TCPHandler: Processed in 0.001698176 sec.
2675 2024.11.22 05:54:59.280328 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2676 2024.11.22 05:54:59.280435 [ 257 ] {419c6d66-71ff-4af6-9317-e2ecf073da46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2677 2024.11.22 05:54:59.280499 [ 257 ] {419c6d66-71ff-4af6-9317-e2ecf073da46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2678 2024.11.22 05:54:59.281583 [ 257 ] {419c6d66-71ff-4af6-9317-e2ecf073da46} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2679 2024.11.22 05:54:59.281622 [ 257 ] {419c6d66-71ff-4af6-9317-e2ecf073da46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2680 2024.11.22 05:54:59.282238 [ 257 ] {419c6d66-71ff-4af6-9317-e2ecf073da46} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2681 2024.11.22 05:54:59.282559 [ 257 ] {419c6d66-71ff-4af6-9317-e2ecf073da46} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2682 2024.11.22 05:54:59.282887 [ 257 ] {419c6d66-71ff-4af6-9317-e2ecf073da46} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002467 sec., 9323.064450749898 rows/sec., 16.71 MiB/sec.
2683 2024.11.22 05:54:59.283407 [ 257 ] {419c6d66-71ff-4af6-9317-e2ecf073da46} <Debug> TCPHandler: Processed in 0.003118755 sec.
2684 2024.11.22 05:54:59.283564 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2685 2024.11.22 05:54:59.283693 [ 256 ] {65b492c0-536f-476f-9aaf-b29abf09c1e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2686 2024.11.22 05:54:59.283750 [ 256 ] {65b492c0-536f-476f-9aaf-b29abf09c1e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2687 2024.11.22 05:54:59.284268 [ 256 ] {65b492c0-536f-476f-9aaf-b29abf09c1e2} <Trace> oximeter.measurements_i64 (e63e8af2-c24e-4ac4-88b3-7f2659e8d00b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2688 2024.11.22 05:54:59.284314 [ 256 ] {65b492c0-536f-476f-9aaf-b29abf09c1e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2689 2024.11.22 05:54:59.284721 [ 256 ] {65b492c0-536f-476f-9aaf-b29abf09c1e2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2690 2024.11.22 05:54:59.284951 [ 256 ] {65b492c0-536f-476f-9aaf-b29abf09c1e2} <Trace> oximeter.measurements_i64 (e63e8af2-c24e-4ac4-88b3-7f2659e8d00b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2691 2024.11.22 05:54:59.285171 [ 256 ] {65b492c0-536f-476f-9aaf-b29abf09c1e2} <Debug> executeQuery: Read 12 rows, 897.00 B in 0.001506 sec., 7968.127490039841 rows/sec., 581.66 KiB/sec.
2692 2024.11.22 05:54:59.285223 [ 256 ] {65b492c0-536f-476f-9aaf-b29abf09c1e2} <Debug> TCPHandler: Processed in 0.001720917 sec.
2693 2024.11.22 05:54:59.285357 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2694 2024.11.22 05:54:59.285463 [ 257 ] {531b9495-7c99-47e7-8078-20a9cf4d16fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2695 2024.11.22 05:54:59.285508 [ 257 ] {531b9495-7c99-47e7-8078-20a9cf4d16fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2696 2024.11.22 05:54:59.285928 [ 257 ] {531b9495-7c99-47e7-8078-20a9cf4d16fd} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2697 2024.11.22 05:54:59.285966 [ 257 ] {531b9495-7c99-47e7-8078-20a9cf4d16fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2698 2024.11.22 05:54:59.286317 [ 257 ] {531b9495-7c99-47e7-8078-20a9cf4d16fd} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2699 2024.11.22 05:54:59.286548 [ 257 ] {531b9495-7c99-47e7-8078-20a9cf4d16fd} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2700 2024.11.22 05:54:59.286761 [ 257 ] {531b9495-7c99-47e7-8078-20a9cf4d16fd} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001319 sec., 36391.205458680815 rows/sec., 2.45 MiB/sec.
2701 2024.11.22 05:54:59.286809 [ 257 ] {531b9495-7c99-47e7-8078-20a9cf4d16fd} <Debug> TCPHandler: Processed in 0.00150265 sec.
2702 2024.11.22 05:54:59.754650 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 74 entries to flush up to offset 394
2703 2024.11.22 05:54:59.758901 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2704 2024.11.22 05:54:59.758957 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2705 2024.11.22 05:54:59.760486 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2706 2024.11.22 05:54:59.760812 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2707 2024.11.22 05:54:59.761489 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 394
2708 2024.11.22 05:55:00.000225 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.14 MiB, peak 173.12 MiB, free memory in arenas 0.00 B, will set to 168.14 MiB (RSS), difference: -1.00 MiB
2709 2024.11.22 05:55:00.114097 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2710 2024.11.22 05:55:00.114312 [ 256 ] {3b90e09b-3057-40f8-9443-38152549629f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2711 2024.11.22 05:55:00.114393 [ 256 ] {3b90e09b-3057-40f8-9443-38152549629f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2712 2024.11.22 05:55:00.115215 [ 256 ] {3b90e09b-3057-40f8-9443-38152549629f} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2713 2024.11.22 05:55:00.115271 [ 256 ] {3b90e09b-3057-40f8-9443-38152549629f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2714 2024.11.22 05:55:00.115720 [ 256 ] {3b90e09b-3057-40f8-9443-38152549629f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2715 2024.11.22 05:55:00.115985 [ 256 ] {3b90e09b-3057-40f8-9443-38152549629f} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2716 2024.11.22 05:55:00.116278 [ 256 ] {3b90e09b-3057-40f8-9443-38152549629f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002021 sec., 27709.0549233053 rows/sec., 2.13 MiB/sec.
2717 2024.11.22 05:55:00.116495 [ 256 ] {3b90e09b-3057-40f8-9443-38152549629f} <Debug> TCPHandler: Processed in 0.002542599 sec.
2718 2024.11.22 05:55:00.116690 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2719 2024.11.22 05:55:00.116817 [ 257 ] {46097139-6a10-4291-9e3c-07ebf41005b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2720 2024.11.22 05:55:00.116865 [ 257 ] {46097139-6a10-4291-9e3c-07ebf41005b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2721 2024.11.22 05:55:00.117480 [ 257 ] {46097139-6a10-4291-9e3c-07ebf41005b1} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2722 2024.11.22 05:55:00.117522 [ 257 ] {46097139-6a10-4291-9e3c-07ebf41005b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2723 2024.11.22 05:55:00.117892 [ 257 ] {46097139-6a10-4291-9e3c-07ebf41005b1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2724 2024.11.22 05:55:00.118136 [ 257 ] {46097139-6a10-4291-9e3c-07ebf41005b1} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2725 2024.11.22 05:55:00.118373 [ 257 ] {46097139-6a10-4291-9e3c-07ebf41005b1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001584 sec., 40404.04040404041 rows/sec., 3.15 MiB/sec.
2726 2024.11.22 05:55:00.118431 [ 257 ] {46097139-6a10-4291-9e3c-07ebf41005b1} <Debug> TCPHandler: Processed in 0.00180128 sec.
2727 2024.11.22 05:55:00.118585 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2728 2024.11.22 05:55:00.118701 [ 256 ] {10a35712-e0c7-439f-b326-923cb0b7f537} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2729 2024.11.22 05:55:00.118761 [ 256 ] {10a35712-e0c7-439f-b326-923cb0b7f537} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2730 2024.11.22 05:55:00.119349 [ 256 ] {10a35712-e0c7-439f-b326-923cb0b7f537} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2731 2024.11.22 05:55:00.119396 [ 256 ] {10a35712-e0c7-439f-b326-923cb0b7f537} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2732 2024.11.22 05:55:00.119827 [ 256 ] {10a35712-e0c7-439f-b326-923cb0b7f537} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2733 2024.11.22 05:55:00.120083 [ 256 ] {10a35712-e0c7-439f-b326-923cb0b7f537} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2734 2024.11.22 05:55:00.120321 [ 256 ] {10a35712-e0c7-439f-b326-923cb0b7f537} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.00165 sec., 19393.939393939396 rows/sec., 1.35 MiB/sec.
2735 2024.11.22 05:55:00.120375 [ 256 ] {10a35712-e0c7-439f-b326-923cb0b7f537} <Debug> TCPHandler: Processed in 0.00184311 sec.
2736 2024.11.22 05:55:00.120521 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2737 2024.11.22 05:55:00.120628 [ 257 ] {bb79c92f-c021-4968-a9eb-8f6a77b4e2d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2738 2024.11.22 05:55:00.120676 [ 257 ] {bb79c92f-c021-4968-a9eb-8f6a77b4e2d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2739 2024.11.22 05:55:00.121180 [ 257 ] {bb79c92f-c021-4968-a9eb-8f6a77b4e2d1} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2740 2024.11.22 05:55:00.121226 [ 257 ] {bb79c92f-c021-4968-a9eb-8f6a77b4e2d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2741 2024.11.22 05:55:00.121687 [ 257 ] {bb79c92f-c021-4968-a9eb-8f6a77b4e2d1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2742 2024.11.22 05:55:00.121935 [ 257 ] {bb79c92f-c021-4968-a9eb-8f6a77b4e2d1} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2743 2024.11.22 05:55:00.122150 [ 257 ] {bb79c92f-c021-4968-a9eb-8f6a77b4e2d1} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001544 sec., 7772.020725388601 rows/sec., 536.35 KiB/sec.
2744 2024.11.22 05:55:00.122198 [ 257 ] {bb79c92f-c021-4968-a9eb-8f6a77b4e2d1} <Debug> TCPHandler: Processed in 0.001729377 sec.
2745 2024.11.22 05:55:02.244673 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124
2746 2024.11.22 05:55:02.245841 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2747 2024.11.22 05:55:02.245934 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2748 2024.11.22 05:55:02.246582 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2749 2024.11.22 05:55:02.246847 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2750 2024.11.22 05:55:02.247062 [ 168 ] {} <Debug> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2751 2024.11.22 05:55:02.247093 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124
2752 2024.11.22 05:55:02.247140 [ 168 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2753 2024.11.22 05:55:02.247168 [ 168 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2754 2024.11.22 05:55:02.247294 [ 186 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::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
2755 2024.11.22 05:55:02.247416 [ 186 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2756 2024.11.22 05:55:02.247458 [ 186 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::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
2757 2024.11.22 05:55:02.247543 [ 186 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::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
2758 2024.11.22 05:55:02.247743 [ 186 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::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
2759 2024.11.22 05:55:02.248015 [ 186 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::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
2760 2024.11.22 05:55:02.248188 [ 186 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::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
2761 2024.11.22 05:55:02.248413 [ 186 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::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
2762 2024.11.22 05:55:02.250067 [ 187 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.002831547 sec., 1809611.4950590616 rows/sec., 25.89 MiB/sec.
2763 2024.11.22 05:55:02.250722 [ 186 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2764 2024.11.22 05:55:02.251021 [ 186 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_11_2} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2765 2024.11.22 05:55:02.251103 [ 186 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_11_2} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2766 2024.11.22 05:55:02.251184 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
2767 2024.11.22 05:55:02.558992 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2768 2024.11.22 05:55:02.580342 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2769 2024.11.22 05:55:02.580413 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2770 2024.11.22 05:55:02.587762 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2771 2024.11.22 05:55:02.588514 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2772 2024.11.22 05:55:02.588885 [ 168 ] {} <Debug> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2773 2024.11.22 05:55:02.589031 [ 168 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2774 2024.11.22 05:55:02.589101 [ 168 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2775 2024.11.22 05:55:02.589583 [ 197 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::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
2776 2024.11.22 05:55:02.598500 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2777 2024.11.22 05:55:02.599753 [ 197 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2778 2024.11.22 05:55:02.600638 [ 197 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::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
2779 2024.11.22 05:55:02.605281 [ 197 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::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
2780 2024.11.22 05:55:02.610002 [ 197 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::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
2781 2024.11.22 05:55:02.615046 [ 197 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::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
2782 2024.11.22 05:55:02.620223 [ 197 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::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
2783 2024.11.22 05:55:02.624739 [ 197 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::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
2784 2024.11.22 05:55:02.680118 [ 186 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.090869758 sec., 913.3951913902973 rows/sec., 4.72 MiB/sec.
2785 2024.11.22 05:55:02.682877 [ 186 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2786 2024.11.22 05:55:02.686018 [ 186 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_11_2} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2787 2024.11.22 05:55:02.686157 [ 186 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_11_2} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2788 2024.11.22 05:55:02.688873 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.43 MiB.
2789 2024.11.22 05:55:03.000230 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.23 MiB, peak 179.12 MiB, free memory in arenas 0.00 B, will set to 171.17 MiB (RSS), difference: 1.95 MiB
2790 2024.11.22 05:55:05.125786 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2791 2024.11.22 05:55:05.126016 [ 256 ] {5d4d9e52-2f9a-4261-a99e-17d1a85fa501} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2792 2024.11.22 05:55:05.126096 [ 256 ] {5d4d9e52-2f9a-4261-a99e-17d1a85fa501} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2793 2024.11.22 05:55:05.127025 [ 256 ] {5d4d9e52-2f9a-4261-a99e-17d1a85fa501} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2794 2024.11.22 05:55:05.127074 [ 256 ] {5d4d9e52-2f9a-4261-a99e-17d1a85fa501} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2795 2024.11.22 05:55:05.127510 [ 256 ] {5d4d9e52-2f9a-4261-a99e-17d1a85fa501} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2796 2024.11.22 05:55:05.127769 [ 256 ] {5d4d9e52-2f9a-4261-a99e-17d1a85fa501} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2797 2024.11.22 05:55:05.128063 [ 256 ] {5d4d9e52-2f9a-4261-a99e-17d1a85fa501} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002101 sec., 6663.493574488339 rows/sec., 479.68 KiB/sec.
2798 2024.11.22 05:55:05.128249 [ 256 ] {5d4d9e52-2f9a-4261-a99e-17d1a85fa501} <Debug> TCPHandler: Processed in 0.002601331 sec.
2799 2024.11.22 05:55:05.128445 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2800 2024.11.22 05:55:05.128561 [ 257 ] {63eaac8f-f69e-4923-bf9f-4e22a5cd5014} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2801 2024.11.22 05:55:05.128611 [ 257 ] {63eaac8f-f69e-4923-bf9f-4e22a5cd5014} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2802 2024.11.22 05:55:05.129298 [ 257 ] {63eaac8f-f69e-4923-bf9f-4e22a5cd5014} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2803 2024.11.22 05:55:05.129338 [ 257 ] {63eaac8f-f69e-4923-bf9f-4e22a5cd5014} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2804 2024.11.22 05:55:05.129723 [ 257 ] {63eaac8f-f69e-4923-bf9f-4e22a5cd5014} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2805 2024.11.22 05:55:05.129968 [ 257 ] {63eaac8f-f69e-4923-bf9f-4e22a5cd5014} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2806 2024.11.22 05:55:05.130186 [ 257 ] {63eaac8f-f69e-4923-bf9f-4e22a5cd5014} <Debug> executeQuery: Read 239 rows, 21.37 KiB in 0.001651 sec., 144760.75105996366 rows/sec., 12.64 MiB/sec.
2807 2024.11.22 05:55:05.130241 [ 257 ] {63eaac8f-f69e-4923-bf9f-4e22a5cd5014} <Debug> TCPHandler: Processed in 0.00185721 sec.
2808 2024.11.22 05:55:05.130388 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2809 2024.11.22 05:55:05.130497 [ 256 ] {4b31dd9a-a65b-462b-92a3-ef92e2aa739a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2810 2024.11.22 05:55:05.130544 [ 256 ] {4b31dd9a-a65b-462b-92a3-ef92e2aa739a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2811 2024.11.22 05:55:05.131068 [ 256 ] {4b31dd9a-a65b-462b-92a3-ef92e2aa739a} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2812 2024.11.22 05:55:05.131108 [ 256 ] {4b31dd9a-a65b-462b-92a3-ef92e2aa739a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2813 2024.11.22 05:55:05.131459 [ 256 ] {4b31dd9a-a65b-462b-92a3-ef92e2aa739a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2814 2024.11.22 05:55:05.131727 [ 256 ] {4b31dd9a-a65b-462b-92a3-ef92e2aa739a} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2815 2024.11.22 05:55:05.131946 [ 256 ] {4b31dd9a-a65b-462b-92a3-ef92e2aa739a} <Debug> executeQuery: Read 25 rows, 1.81 KiB in 0.001473 sec., 16972.16564833673 rows/sec., 1.20 MiB/sec.
2816 2024.11.22 05:55:05.132001 [ 256 ] {4b31dd9a-a65b-462b-92a3-ef92e2aa739a} <Debug> TCPHandler: Processed in 0.001672275 sec.
2817 2024.11.22 05:55:05.132135 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2818 2024.11.22 05:55:05.132241 [ 257 ] {febbee39-cf46-4ac1-9bb4-1b1923ee6a64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2819 2024.11.22 05:55:05.132285 [ 257 ] {febbee39-cf46-4ac1-9bb4-1b1923ee6a64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2820 2024.11.22 05:55:05.132824 [ 257 ] {febbee39-cf46-4ac1-9bb4-1b1923ee6a64} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2821 2024.11.22 05:55:05.132863 [ 257 ] {febbee39-cf46-4ac1-9bb4-1b1923ee6a64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2822 2024.11.22 05:55:05.133214 [ 257 ] {febbee39-cf46-4ac1-9bb4-1b1923ee6a64} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2823 2024.11.22 05:55:05.133448 [ 257 ] {febbee39-cf46-4ac1-9bb4-1b1923ee6a64} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2824 2024.11.22 05:55:05.133650 [ 257 ] {febbee39-cf46-4ac1-9bb4-1b1923ee6a64} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001431 sec., 9783.368273934311 rows/sec., 685.16 KiB/sec.
2825 2024.11.22 05:55:05.133702 [ 257 ] {febbee39-cf46-4ac1-9bb4-1b1923ee6a64} <Debug> TCPHandler: Processed in 0.001629804 sec.
2826 2024.11.22 05:55:05.133859 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2827 2024.11.22 05:55:05.133964 [ 256 ] {1009a7f3-c422-4e31-bde1-431acfffbdd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2828 2024.11.22 05:55:05.134008 [ 256 ] {1009a7f3-c422-4e31-bde1-431acfffbdd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2829 2024.11.22 05:55:05.134526 [ 256 ] {1009a7f3-c422-4e31-bde1-431acfffbdd7} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2830 2024.11.22 05:55:05.134564 [ 256 ] {1009a7f3-c422-4e31-bde1-431acfffbdd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2831 2024.11.22 05:55:05.134906 [ 256 ] {1009a7f3-c422-4e31-bde1-431acfffbdd7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2832 2024.11.22 05:55:05.135157 [ 256 ] {1009a7f3-c422-4e31-bde1-431acfffbdd7} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2833 2024.11.22 05:55:05.135386 [ 256 ] {1009a7f3-c422-4e31-bde1-431acfffbdd7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001438 sec., 9040.333796940195 rows/sec., 563.66 KiB/sec.
2834 2024.11.22 05:55:05.135475 [ 256 ] {1009a7f3-c422-4e31-bde1-431acfffbdd7} <Debug> TCPHandler: Processed in 0.001676365 sec.
2835 2024.11.22 05:55:05.135631 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2836 2024.11.22 05:55:05.135735 [ 257 ] {a8613f59-3126-48d5-b854-98911891a5e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2837 2024.11.22 05:55:05.135779 [ 257 ] {a8613f59-3126-48d5-b854-98911891a5e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2838 2024.11.22 05:55:05.136430 [ 257 ] {a8613f59-3126-48d5-b854-98911891a5e8} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2839 2024.11.22 05:55:05.136468 [ 257 ] {a8613f59-3126-48d5-b854-98911891a5e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2840 2024.11.22 05:55:05.136837 [ 257 ] {a8613f59-3126-48d5-b854-98911891a5e8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2841 2024.11.22 05:55:05.137086 [ 257 ] {a8613f59-3126-48d5-b854-98911891a5e8} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2842 2024.11.22 05:55:05.137295 [ 257 ] {a8613f59-3126-48d5-b854-98911891a5e8} <Debug> executeQuery: Read 400 rows, 29.12 KiB in 0.001581 sec., 253004.42757748262 rows/sec., 17.99 MiB/sec.
2843 2024.11.22 05:55:05.137346 [ 257 ] {a8613f59-3126-48d5-b854-98911891a5e8} <Debug> TCPHandler: Processed in 0.001774878 sec.
2844 2024.11.22 05:55:05.137484 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2845 2024.11.22 05:55:05.137589 [ 256 ] {529a1174-02bb-4ec7-9357-a3ea8a05fa9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2846 2024.11.22 05:55:05.137635 [ 256 ] {529a1174-02bb-4ec7-9357-a3ea8a05fa9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2847 2024.11.22 05:55:05.138056 [ 256 ] {529a1174-02bb-4ec7-9357-a3ea8a05fa9a} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2848 2024.11.22 05:55:05.138093 [ 256 ] {529a1174-02bb-4ec7-9357-a3ea8a05fa9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2849 2024.11.22 05:55:05.138449 [ 256 ] {529a1174-02bb-4ec7-9357-a3ea8a05fa9a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2850 2024.11.22 05:55:05.138686 [ 256 ] {529a1174-02bb-4ec7-9357-a3ea8a05fa9a} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2851 2024.11.22 05:55:05.138832 [ 152 ] {} <Debug> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2852 2024.11.22 05:55:05.138901 [ 256 ] {529a1174-02bb-4ec7-9357-a3ea8a05fa9a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001329 sec., 4514.672686230248 rows/sec., 235.87 KiB/sec.
2853 2024.11.22 05:55:05.138914 [ 152 ] {} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2854 2024.11.22 05:55:05.138984 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2855 2024.11.22 05:55:05.139011 [ 256 ] {529a1174-02bb-4ec7-9357-a3ea8a05fa9a} <Debug> TCPHandler: Processed in 0.001581223 sec.
2856 2024.11.22 05:55:05.139296 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2857 2024.11.22 05:55:05.139487 [ 187 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::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
2858 2024.11.22 05:55:05.139562 [ 257 ] {fb51040c-7d24-4757-b31b-13ecd7ea81b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2859 2024.11.22 05:55:05.139676 [ 257 ] {fb51040c-7d24-4757-b31b-13ecd7ea81b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2860 2024.11.22 05:55:05.139859 [ 187 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2861 2024.11.22 05:55:05.139959 [ 187 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::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
2862 2024.11.22 05:55:05.140277 [ 187 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::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
2863 2024.11.22 05:55:05.140579 [ 187 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::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
2864 2024.11.22 05:55:05.140870 [ 187 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::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
2865 2024.11.22 05:55:05.141107 [ 187 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::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
2866 2024.11.22 05:55:05.141348 [ 187 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::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
2867 2024.11.22 05:55:05.142282 [ 257 ] {fb51040c-7d24-4757-b31b-13ecd7ea81b1} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2868 2024.11.22 05:55:05.142343 [ 257 ] {fb51040c-7d24-4757-b31b-13ecd7ea81b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2869 2024.11.22 05:55:05.143467 [ 257 ] {fb51040c-7d24-4757-b31b-13ecd7ea81b1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2870 2024.11.22 05:55:05.144078 [ 257 ] {fb51040c-7d24-4757-b31b-13ecd7ea81b1} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2871 2024.11.22 05:55:05.144208 [ 187 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.005106398 sec., 7049.979261311007 rows/sec., 368.33 KiB/sec.
2872 2024.11.22 05:55:05.144461 [ 187 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2873 2024.11.22 05:55:05.144475 [ 257 ] {fb51040c-7d24-4757-b31b-13ecd7ea81b1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004948 sec., 47898.1406628941 rows/sec., 3.21 MiB/sec.
2874 2024.11.22 05:55:05.144646 [ 257 ] {fb51040c-7d24-4757-b31b-13ecd7ea81b1} <Debug> TCPHandler: Processed in 0.005551401 sec.
2875 2024.11.22 05:55:05.144838 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2876 2024.11.22 05:55:05.144960 [ 187 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_6_1} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2877 2024.11.22 05:55:05.145078 [ 256 ] {bca01736-c9ed-4a4c-9dc0-3f7bf6da6d88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2878 2024.11.22 05:55:05.145146 [ 187 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_6_1} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2879 2024.11.22 05:55:05.145176 [ 256 ] {bca01736-c9ed-4a4c-9dc0-3f7bf6da6d88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2880 2024.11.22 05:55:05.145322 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2881 2024.11.22 05:55:05.145931 [ 256 ] {bca01736-c9ed-4a4c-9dc0-3f7bf6da6d88} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2882 2024.11.22 05:55:05.145973 [ 256 ] {bca01736-c9ed-4a4c-9dc0-3f7bf6da6d88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2883 2024.11.22 05:55:05.146336 [ 256 ] {bca01736-c9ed-4a4c-9dc0-3f7bf6da6d88} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2884 2024.11.22 05:55:05.146575 [ 256 ] {bca01736-c9ed-4a4c-9dc0-3f7bf6da6d88} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2885 2024.11.22 05:55:05.146786 [ 256 ] {bca01736-c9ed-4a4c-9dc0-3f7bf6da6d88} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00179 sec., 558.659217877095 rows/sec., 37.64 KiB/sec.
2886 2024.11.22 05:55:05.146838 [ 256 ] {bca01736-c9ed-4a4c-9dc0-3f7bf6da6d88} <Debug> TCPHandler: Processed in 0.002079696 sec.
2887 2024.11.22 05:55:05.146972 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2888 2024.11.22 05:55:05.147100 [ 257 ] {94372b32-0dd9-42a6-a80b-3775be762844} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2889 2024.11.22 05:55:05.147178 [ 257 ] {94372b32-0dd9-42a6-a80b-3775be762844} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2890 2024.11.22 05:55:05.148358 [ 257 ] {94372b32-0dd9-42a6-a80b-3775be762844} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2891 2024.11.22 05:55:05.148397 [ 257 ] {94372b32-0dd9-42a6-a80b-3775be762844} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2892 2024.11.22 05:55:05.148998 [ 257 ] {94372b32-0dd9-42a6-a80b-3775be762844} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2893 2024.11.22 05:55:05.149251 [ 257 ] {94372b32-0dd9-42a6-a80b-3775be762844} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2894 2024.11.22 05:55:05.149480 [ 257 ] {94372b32-0dd9-42a6-a80b-3775be762844} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.002408 sec., 7475.0830564784055 rows/sec., 13.40 MiB/sec.
2895 2024.11.22 05:55:05.149580 [ 257 ] {94372b32-0dd9-42a6-a80b-3775be762844} <Debug> TCPHandler: Processed in 0.002669482 sec.
2896 2024.11.22 05:55:05.149728 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2897 2024.11.22 05:55:05.149837 [ 256 ] {5998d9e4-c658-4c9a-9d8f-e92e4376a397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2898 2024.11.22 05:55:05.149885 [ 256 ] {5998d9e4-c658-4c9a-9d8f-e92e4376a397} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2899 2024.11.22 05:55:05.150417 [ 256 ] {5998d9e4-c658-4c9a-9d8f-e92e4376a397} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2900 2024.11.22 05:55:05.150463 [ 256 ] {5998d9e4-c658-4c9a-9d8f-e92e4376a397} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2901 2024.11.22 05:55:05.150882 [ 256 ] {5998d9e4-c658-4c9a-9d8f-e92e4376a397} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2902 2024.11.22 05:55:05.151120 [ 256 ] {5998d9e4-c658-4c9a-9d8f-e92e4376a397} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2903 2024.11.22 05:55:05.151336 [ 256 ] {5998d9e4-c658-4c9a-9d8f-e92e4376a397} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001521 sec., 53911.90006574622 rows/sec., 3.42 MiB/sec.
2904 2024.11.22 05:55:05.151384 [ 256 ] {5998d9e4-c658-4c9a-9d8f-e92e4376a397} <Debug> TCPHandler: Processed in 0.001709156 sec.
2905 2024.11.22 05:55:08.333328 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53593, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2906 2024.11.22 05:55:08.543917 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51677, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2907 2024.11.22 05:55:08.588444 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38159, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2908 2024.11.22 05:55:08.671889 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46316, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2909 2024.11.22 05:55:08.674164 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52829, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2910 2024.11.22 05:55:08.740546 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38798, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2911 2024.11.22 05:55:08.740760 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39806, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2912 2024.11.22 05:55:08.748232 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38415, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
2913 2024.11.22 05:55:09.663056 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache
2914 2024.11.22 05:55:09.663127 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache
2915 2024.11.22 05:55:09.747251 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551
2916 2024.11.22 05:55:09.748235 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2917 2024.11.22 05:55:09.748286 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2918 2024.11.22 05:55:09.748825 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2919 2024.11.22 05:55:09.749096 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2920 2024.11.22 05:55:09.749386 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2921 2024.11.22 05:55:09.761807 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 424
2922 2024.11.22 05:55:09.764766 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2923 2024.11.22 05:55:09.764810 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2924 2024.11.22 05:55:09.766279 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2925 2024.11.22 05:55:09.766591 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2926 2024.11.22 05:55:09.767475 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 424
2927 2024.11.22 05:55:10.098571 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2928 2024.11.22 05:55:10.118440 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2929 2024.11.22 05:55:10.118506 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2930 2024.11.22 05:55:10.121997 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2931 2024.11.22 05:55:10.122357 [ 256 ] {e6ee6900-56ea-48fd-88eb-e5b1b45f950e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2932 2024.11.22 05:55:10.122497 [ 256 ] {e6ee6900-56ea-48fd-88eb-e5b1b45f950e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2933 2024.11.22 05:55:10.125531 [ 256 ] {e6ee6900-56ea-48fd-88eb-e5b1b45f950e} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2934 2024.11.22 05:55:10.125613 [ 256 ] {e6ee6900-56ea-48fd-88eb-e5b1b45f950e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2935 2024.11.22 05:55:10.126645 [ 256 ] {e6ee6900-56ea-48fd-88eb-e5b1b45f950e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2936 2024.11.22 05:55:10.127069 [ 256 ] {e6ee6900-56ea-48fd-88eb-e5b1b45f950e} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2937 2024.11.22 05:55:10.127287 [ 147 ] {} <Debug> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2938 2024.11.22 05:55:10.127401 [ 147 ] {} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2939 2024.11.22 05:55:10.127435 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2940 2024.11.22 05:55:10.127487 [ 256 ] {e6ee6900-56ea-48fd-88eb-e5b1b45f950e} <Debug> executeQuery: Read 102 rows, 8.82 KiB in 0.005232 sec., 19495.4128440367 rows/sec., 1.65 MiB/sec.
2941 2024.11.22 05:55:10.128050 [ 256 ] {e6ee6900-56ea-48fd-88eb-e5b1b45f950e} <Debug> TCPHandler: Processed in 0.006244339 sec.
2942 2024.11.22 05:55:10.128102 [ 188 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::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
2943 2024.11.22 05:55:10.128492 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2944 2024.11.22 05:55:10.128996 [ 257 ] {1d18f55f-edef-42a9-a6fa-fba25cbed44b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2945 2024.11.22 05:55:10.129069 [ 188 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2946 2024.11.22 05:55:10.129191 [ 257 ] {1d18f55f-edef-42a9-a6fa-fba25cbed44b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2947 2024.11.22 05:55:10.129215 [ 188 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 255 rows starting from the beginning of the part
2948 2024.11.22 05:55:10.129911 [ 188 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 239 rows starting from the beginning of the part
2949 2024.11.22 05:55:10.130590 [ 188 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1247 rows starting from the beginning of the part
2950 2024.11.22 05:55:10.131289 [ 188 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::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
2951 2024.11.22 05:55:10.131980 [ 188 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 239 rows starting from the beginning of the part
2952 2024.11.22 05:55:10.132738 [ 188 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 102 rows starting from the beginning of the part
2953 2024.11.22 05:55:10.136114 [ 257 ] {1d18f55f-edef-42a9-a6fa-fba25cbed44b} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2954 2024.11.22 05:55:10.136219 [ 257 ] {1d18f55f-edef-42a9-a6fa-fba25cbed44b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2955 2024.11.22 05:55:10.138452 [ 257 ] {1d18f55f-edef-42a9-a6fa-fba25cbed44b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2956 2024.11.22 05:55:10.139564 [ 257 ] {1d18f55f-edef-42a9-a6fa-fba25cbed44b} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2957 2024.11.22 05:55:10.140489 [ 200 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2138 rows, containing 5 columns (5 merged, 0 gathered) in 0.012919911 sec., 165481.01608439873 rows/sec., 14.59 MiB/sec.
2958 2024.11.22 05:55:10.141007 [ 257 ] {1d18f55f-edef-42a9-a6fa-fba25cbed44b} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.012149 sec., 1893.1599308585069 rows/sec., 142.36 KiB/sec.
2959 2024.11.22 05:55:10.141115 [ 200 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2960 2024.11.22 05:55:10.141420 [ 257 ] {1d18f55f-edef-42a9-a6fa-fba25cbed44b} <Debug> TCPHandler: Processed in 0.013195958 sec.
2961 2024.11.22 05:55:10.141698 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2962 2024.11.22 05:55:10.142042 [ 256 ] {663489fb-f418-4316-a542-34903bb91de3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2963 2024.11.22 05:55:10.142130 [ 200 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_16_3} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2964 2024.11.22 05:55:10.142177 [ 256 ] {663489fb-f418-4316-a542-34903bb91de3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2965 2024.11.22 05:55:10.142482 [ 200 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_16_3} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2966 2024.11.22 05:55:10.142728 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
2967 2024.11.22 05:55:10.144953 [ 256 ] {663489fb-f418-4316-a542-34903bb91de3} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2968 2024.11.22 05:55:10.144996 [ 256 ] {663489fb-f418-4316-a542-34903bb91de3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2969 2024.11.22 05:55:10.145339 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2970 2024.11.22 05:55:10.145475 [ 256 ] {663489fb-f418-4316-a542-34903bb91de3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2971 2024.11.22 05:55:10.146262 [ 256 ] {663489fb-f418-4316-a542-34903bb91de3} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2972 2024.11.22 05:55:10.146665 [ 147 ] {} <Debug> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2973 2024.11.22 05:55:10.146792 [ 147 ] {} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2974 2024.11.22 05:55:10.146883 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2975 2024.11.22 05:55:10.147330 [ 256 ] {663489fb-f418-4316-a542-34903bb91de3} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.005369 sec., 16204.134848202646 rows/sec., 1.27 MiB/sec.
2976 2024.11.22 05:55:10.147413 [ 200 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::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
2977 2024.11.22 05:55:10.147755 [ 256 ] {663489fb-f418-4316-a542-34903bb91de3} <Debug> TCPHandler: Processed in 0.006213439 sec.
2978 2024.11.22 05:55:10.148190 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2979 2024.11.22 05:55:10.148306 [ 200 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2980 2024.11.22 05:55:10.148471 [ 200 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 417 rows starting from the beginning of the part
2981 2024.11.22 05:55:10.149051 [ 257 ] {a6da45db-8c5d-4d8b-b236-c18b519cb658} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2982 2024.11.22 05:55:10.149122 [ 200 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 400 rows starting from the beginning of the part
2983 2024.11.22 05:55:10.149321 [ 257 ] {a6da45db-8c5d-4d8b-b236-c18b519cb658} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2984 2024.11.22 05:55:10.149745 [ 200 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 560 rows starting from the beginning of the part
2985 2024.11.22 05:55:10.150385 [ 200 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::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
2986 2024.11.22 05:55:10.151000 [ 200 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 400 rows starting from the beginning of the part
2987 2024.11.22 05:55:10.151564 [ 200 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 87 rows starting from the beginning of the part
2988 2024.11.22 05:55:10.151972 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2989 2024.11.22 05:55:10.154977 [ 257 ] {a6da45db-8c5d-4d8b-b236-c18b519cb658} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2990 2024.11.22 05:55:10.155084 [ 257 ] {a6da45db-8c5d-4d8b-b236-c18b519cb658} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2991 2024.11.22 05:55:10.157059 [ 257 ] {a6da45db-8c5d-4d8b-b236-c18b519cb658} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2992 2024.11.22 05:55:10.158416 [ 257 ] {a6da45db-8c5d-4d8b-b236-c18b519cb658} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2993 2024.11.22 05:55:10.158630 [ 200 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1928 rows, containing 5 columns (5 merged, 0 gathered) in 0.011579945 sec., 166494.74587314535 rows/sec., 12.73 MiB/sec.
2994 2024.11.22 05:55:10.158922 [ 147 ] {} <Debug> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2995 2024.11.22 05:55:10.159051 [ 147 ] {} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2996 2024.11.22 05:55:10.159110 [ 200 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2997 2024.11.22 05:55:10.159163 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
2998 2024.11.22 05:55:10.159467 [ 257 ] {a6da45db-8c5d-4d8b-b236-c18b519cb658} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.010883 sec., 14701.828539924652 rows/sec., 1.02 MiB/sec.
2999 2024.11.22 05:55:10.160101 [ 257 ] {a6da45db-8c5d-4d8b-b236-c18b519cb658} <Debug> TCPHandler: Processed in 0.012195032 sec.
3000 2024.11.22 05:55:10.160158 [ 191 ] {ff8afe02-9df6-47a2-8081-751390795547::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
3001 2024.11.22 05:55:10.160460 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3002 2024.11.22 05:55:10.161127 [ 256 ] {1a89dfd0-c3da-4ec0-871b-81b02eb75f17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3003 2024.11.22 05:55:10.161244 [ 191 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3004 2024.11.22 05:55:10.161306 [ 200 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_16_3} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3005 2024.11.22 05:55:10.161541 [ 191 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1822 rows starting from the beginning of the part
3006 2024.11.22 05:55:10.161778 [ 256 ] {1a89dfd0-c3da-4ec0-871b-81b02eb75f17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3007 2024.11.22 05:55:10.161803 [ 200 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_16_3} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3008 2024.11.22 05:55:10.162368 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
3009 2024.11.22 05:55:10.163024 [ 191 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part
3010 2024.11.22 05:55:10.163999 [ 191 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2592 rows starting from the beginning of the part
3011 2024.11.22 05:55:10.164620 [ 191 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 32 rows starting from the beginning of the part
3012 2024.11.22 05:55:10.166600 [ 191 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 237 rows starting from the beginning of the part
3013 2024.11.22 05:55:10.167396 [ 191 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part
3014 2024.11.22 05:55:10.177315 [ 191 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5080 rows, containing 5 columns (5 merged, 0 gathered) in 0.017712301 sec., 286806.3274218296 rows/sec., 19.37 MiB/sec.
3015 2024.11.22 05:55:10.177696 [ 256 ] {1a89dfd0-c3da-4ec0-871b-81b02eb75f17} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3016 2024.11.22 05:55:10.177785 [ 256 ] {1a89dfd0-c3da-4ec0-871b-81b02eb75f17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3017 2024.11.22 05:55:10.178083 [ 200 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3018 2024.11.22 05:55:10.179736 [ 191 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3019 2024.11.22 05:55:10.180225 [ 191 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3020 2024.11.22 05:55:10.180636 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB.
3021 2024.11.22 05:55:10.181194 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
3022 2024.11.22 05:55:10.181476 [ 256 ] {1a89dfd0-c3da-4ec0-871b-81b02eb75f17} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3023 2024.11.22 05:55:10.181792 [ 256 ] {1a89dfd0-c3da-4ec0-871b-81b02eb75f17} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3024 2024.11.22 05:55:10.182173 [ 256 ] {1a89dfd0-c3da-4ec0-871b-81b02eb75f17} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.021317 sec., 1078.9510719144346 rows/sec., 1.93 MiB/sec.
3025 2024.11.22 05:55:10.182406 [ 256 ] {1a89dfd0-c3da-4ec0-871b-81b02eb75f17} <Debug> TCPHandler: Processed in 0.022161312 sec.
3026 2024.11.22 05:55:10.182568 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3027 2024.11.22 05:55:10.182678 [ 257 ] {a7bf890c-80d7-46c1-b14d-4d1eb793e540} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3028 2024.11.22 05:55:10.182726 [ 257 ] {a7bf890c-80d7-46c1-b14d-4d1eb793e540} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3029 2024.11.22 05:55:10.183201 [ 257 ] {a7bf890c-80d7-46c1-b14d-4d1eb793e540} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3030 2024.11.22 05:55:10.183239 [ 257 ] {a7bf890c-80d7-46c1-b14d-4d1eb793e540} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3031 2024.11.22 05:55:10.183605 [ 257 ] {a7bf890c-80d7-46c1-b14d-4d1eb793e540} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3032 2024.11.22 05:55:10.183839 [ 257 ] {a7bf890c-80d7-46c1-b14d-4d1eb793e540} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3033 2024.11.22 05:55:10.184006 [ 147 ] {} <Debug> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3034 2024.11.22 05:55:10.184056 [ 147 ] {} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3035 2024.11.22 05:55:10.184075 [ 257 ] {a7bf890c-80d7-46c1-b14d-4d1eb793e540} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001411 sec., 42523.033309709426 rows/sec., 2.87 MiB/sec.
3036 2024.11.22 05:55:10.184094 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3037 2024.11.22 05:55:10.184240 [ 257 ] {a7bf890c-80d7-46c1-b14d-4d1eb793e540} <Debug> TCPHandler: Processed in 0.001724897 sec.
3038 2024.11.22 05:55:10.184287 [ 200 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::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
3039 2024.11.22 05:55:10.184384 [ 200 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3040 2024.11.22 05:55:10.184411 [ 200 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 652 rows starting from the beginning of the part
3041 2024.11.22 05:55:10.184475 [ 200 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part
3042 2024.11.22 05:55:10.184716 [ 200 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 48 rows starting from the beginning of the part
3043 2024.11.22 05:55:10.184790 [ 200 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part
3044 2024.11.22 05:55:10.185018 [ 200 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 82 rows starting from the beginning of the part
3045 2024.11.22 05:55:10.185107 [ 200 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part
3046 2024.11.22 05:55:10.186210 [ 191 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 936 rows, containing 4 columns (4 merged, 0 gathered) in 0.001997394 sec., 468610.5996112935 rows/sec., 30.59 MiB/sec.
3047 2024.11.22 05:55:10.186433 [ 199 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3048 2024.11.22 05:55:10.186753 [ 199 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_16_3} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3049 2024.11.22 05:55:10.186836 [ 199 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_16_3} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3050 2024.11.22 05:55:10.186923 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
3051 2024.11.22 05:55:11.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 172.25 MiB, peak 179.48 MiB, free memory in arenas 0.00 B, will set to 173.72 MiB (RSS), difference: 1.46 MiB
3052 2024.11.22 05:55:11.550136 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54028, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3053 2024.11.22 05:55:12.250573 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51343, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3054 2024.11.22 05:55:12.268999 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53718, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3055 2024.11.22 05:55:12.357877 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59174, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3056 2024.11.22 05:55:12.385668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38081, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3057 2024.11.22 05:55:12.395021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43365, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3058 2024.11.22 05:55:12.396285 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59163, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3059 2024.11.22 05:55:12.401604 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47385, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3060 2024.11.22 05:55:12.661944 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64069, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3061 2024.11.22 05:55:13.194546 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51832, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3062 2024.11.22 05:55:13.221985 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45197, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3063 2024.11.22 05:55:13.373823 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60736, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3064 2024.11.22 05:55:13.484875 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39714, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3065 2024.11.22 05:55:13.491195 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36542, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3066 2024.11.22 05:55:13.514515 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64480, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3067 2024.11.22 05:55:13.528800 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39955, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3068 2024.11.22 05:55:13.537066 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36508, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3069 2024.11.22 05:55:13.862844 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50576, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3070 2024.11.22 05:55:13.885489 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64151, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3071 2024.11.22 05:55:14.028790 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54258, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3072 2024.11.22 05:55:14.064157 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41184, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3073 2024.11.22 05:55:14.172502 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56847, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3074 2024.11.22 05:55:14.218865 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43393, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3075 2024.11.22 05:55:14.225161 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51604, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3076 2024.11.22 05:55:15.132020 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3077 2024.11.22 05:55:15.132269 [ 256 ] {a68a4809-f713-429e-afa3-82ca776bee1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3078 2024.11.22 05:55:15.132356 [ 256 ] {a68a4809-f713-429e-afa3-82ca776bee1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3079 2024.11.22 05:55:15.133205 [ 256 ] {a68a4809-f713-429e-afa3-82ca776bee1a} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3080 2024.11.22 05:55:15.133272 [ 256 ] {a68a4809-f713-429e-afa3-82ca776bee1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3081 2024.11.22 05:55:15.133932 [ 256 ] {a68a4809-f713-429e-afa3-82ca776bee1a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3082 2024.11.22 05:55:15.134227 [ 256 ] {a68a4809-f713-429e-afa3-82ca776bee1a} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3083 2024.11.22 05:55:15.134451 [ 256 ] {a68a4809-f713-429e-afa3-82ca776bee1a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002241 sec., 6247.211066488175 rows/sec., 449.72 KiB/sec.
3084 2024.11.22 05:55:15.134527 [ 256 ] {a68a4809-f713-429e-afa3-82ca776bee1a} <Debug> TCPHandler: Processed in 0.002708203 sec.
3085 2024.11.22 05:55:15.134749 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3086 2024.11.22 05:55:15.134889 [ 257 ] {662d6a4c-ced7-445f-8186-35d3f4fa8a9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3087 2024.11.22 05:55:15.134963 [ 257 ] {662d6a4c-ced7-445f-8186-35d3f4fa8a9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3088 2024.11.22 05:55:15.135835 [ 257 ] {662d6a4c-ced7-445f-8186-35d3f4fa8a9b} <Trace> oximeter.fields_ipaddr (99939db0-ec9a-4d46-b64a-a0023bb0c9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3089 2024.11.22 05:55:15.135879 [ 257 ] {662d6a4c-ced7-445f-8186-35d3f4fa8a9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3090 2024.11.22 05:55:15.136308 [ 257 ] {662d6a4c-ced7-445f-8186-35d3f4fa8a9b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
3091 2024.11.22 05:55:15.136585 [ 257 ] {662d6a4c-ced7-445f-8186-35d3f4fa8a9b} <Trace> oximeter.fields_ipaddr (99939db0-ec9a-4d46-b64a-a0023bb0c9b6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3092 2024.11.22 05:55:15.136817 [ 257 ] {662d6a4c-ced7-445f-8186-35d3f4fa8a9b} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001957 sec., 3065.9172202350537 rows/sec., 250.00 KiB/sec.
3093 2024.11.22 05:55:15.137013 [ 257 ] {662d6a4c-ced7-445f-8186-35d3f4fa8a9b} <Debug> TCPHandler: Processed in 0.002333483 sec.
3094 2024.11.22 05:55:15.137244 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3095 2024.11.22 05:55:15.137377 [ 256 ] {56e04386-e99f-4eb8-9ba1-ac28d7e0607b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3096 2024.11.22 05:55:15.137430 [ 256 ] {56e04386-e99f-4eb8-9ba1-ac28d7e0607b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3097 2024.11.22 05:55:15.138159 [ 256 ] {56e04386-e99f-4eb8-9ba1-ac28d7e0607b} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3098 2024.11.22 05:55:15.138200 [ 256 ] {56e04386-e99f-4eb8-9ba1-ac28d7e0607b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3099 2024.11.22 05:55:15.138633 [ 256 ] {56e04386-e99f-4eb8-9ba1-ac28d7e0607b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3100 2024.11.22 05:55:15.138996 [ 256 ] {56e04386-e99f-4eb8-9ba1-ac28d7e0607b} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3101 2024.11.22 05:55:15.139249 [ 256 ] {56e04386-e99f-4eb8-9ba1-ac28d7e0607b} <Debug> executeQuery: Read 242 rows, 21.59 KiB in 0.001901 sec., 127301.42030510258 rows/sec., 11.09 MiB/sec.
3102 2024.11.22 05:55:15.139329 [ 256 ] {56e04386-e99f-4eb8-9ba1-ac28d7e0607b} <Debug> TCPHandler: Processed in 0.002142338 sec.
3103 2024.11.22 05:55:15.139519 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3104 2024.11.22 05:55:15.139642 [ 257 ] {f3facef3-dba8-4e52-869f-59c269635e58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3105 2024.11.22 05:55:15.139692 [ 257 ] {f3facef3-dba8-4e52-869f-59c269635e58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3106 2024.11.22 05:55:15.140285 [ 257 ] {f3facef3-dba8-4e52-869f-59c269635e58} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3107 2024.11.22 05:55:15.140325 [ 257 ] {f3facef3-dba8-4e52-869f-59c269635e58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3108 2024.11.22 05:55:15.140705 [ 257 ] {f3facef3-dba8-4e52-869f-59c269635e58} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3109 2024.11.22 05:55:15.140950 [ 257 ] {f3facef3-dba8-4e52-869f-59c269635e58} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3110 2024.11.22 05:55:15.141134 [ 257 ] {f3facef3-dba8-4e52-869f-59c269635e58} <Debug> executeQuery: Read 31 rows, 2.23 KiB in 0.001518 sec., 20421.607378129116 rows/sec., 1.43 MiB/sec.
3111 2024.11.22 05:55:15.141185 [ 257 ] {f3facef3-dba8-4e52-869f-59c269635e58} <Debug> TCPHandler: Processed in 0.001724438 sec.
3112 2024.11.22 05:55:15.141361 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3113 2024.11.22 05:55:15.141473 [ 256 ] {294a27c9-a69d-4b67-8b7f-0fc77c9af2bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3114 2024.11.22 05:55:15.141519 [ 256 ] {294a27c9-a69d-4b67-8b7f-0fc77c9af2bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3115 2024.11.22 05:55:15.142112 [ 256 ] {294a27c9-a69d-4b67-8b7f-0fc77c9af2bd} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3116 2024.11.22 05:55:15.142157 [ 256 ] {294a27c9-a69d-4b67-8b7f-0fc77c9af2bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3117 2024.11.22 05:55:15.142590 [ 256 ] {294a27c9-a69d-4b67-8b7f-0fc77c9af2bd} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3118 2024.11.22 05:55:15.142892 [ 256 ] {294a27c9-a69d-4b67-8b7f-0fc77c9af2bd} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3119 2024.11.22 05:55:15.143098 [ 256 ] {294a27c9-a69d-4b67-8b7f-0fc77c9af2bd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001647 sec., 8500.303582270795 rows/sec., 595.31 KiB/sec.
3120 2024.11.22 05:55:15.143162 [ 256 ] {294a27c9-a69d-4b67-8b7f-0fc77c9af2bd} <Debug> TCPHandler: Processed in 0.00185848 sec.
3121 2024.11.22 05:55:15.143334 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3122 2024.11.22 05:55:15.143448 [ 257 ] {80417661-6001-42ce-a1f2-958a4f179904} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3123 2024.11.22 05:55:15.143501 [ 257 ] {80417661-6001-42ce-a1f2-958a4f179904} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3124 2024.11.22 05:55:15.144051 [ 257 ] {80417661-6001-42ce-a1f2-958a4f179904} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3125 2024.11.22 05:55:15.144091 [ 257 ] {80417661-6001-42ce-a1f2-958a4f179904} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3126 2024.11.22 05:55:15.144483 [ 257 ] {80417661-6001-42ce-a1f2-958a4f179904} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3127 2024.11.22 05:55:15.144762 [ 257 ] {80417661-6001-42ce-a1f2-958a4f179904} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3128 2024.11.22 05:55:15.144949 [ 257 ] {80417661-6001-42ce-a1f2-958a4f179904} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001521 sec., 8547.008547008547 rows/sec., 532.90 KiB/sec.
3129 2024.11.22 05:55:15.145011 [ 257 ] {80417661-6001-42ce-a1f2-958a4f179904} <Debug> TCPHandler: Processed in 0.001729727 sec.
3130 2024.11.22 05:55:15.145185 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3131 2024.11.22 05:55:15.145305 [ 256 ] {8c9b6bd3-98a8-4265-9a23-6ecf6fea80c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3132 2024.11.22 05:55:15.145358 [ 256 ] {8c9b6bd3-98a8-4265-9a23-6ecf6fea80c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3133 2024.11.22 05:55:15.146196 [ 256 ] {8c9b6bd3-98a8-4265-9a23-6ecf6fea80c5} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3134 2024.11.22 05:55:15.146234 [ 256 ] {8c9b6bd3-98a8-4265-9a23-6ecf6fea80c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3135 2024.11.22 05:55:15.146621 [ 256 ] {8c9b6bd3-98a8-4265-9a23-6ecf6fea80c5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3136 2024.11.22 05:55:15.146867 [ 256 ] {8c9b6bd3-98a8-4265-9a23-6ecf6fea80c5} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3137 2024.11.22 05:55:15.147056 [ 256 ] {8c9b6bd3-98a8-4265-9a23-6ecf6fea80c5} <Debug> executeQuery: Read 406 rows, 29.61 KiB in 0.001775 sec., 228732.39436619717 rows/sec., 16.29 MiB/sec.
3138 2024.11.22 05:55:15.147171 [ 256 ] {8c9b6bd3-98a8-4265-9a23-6ecf6fea80c5} <Debug> TCPHandler: Processed in 0.002051426 sec.
3139 2024.11.22 05:55:15.147340 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3140 2024.11.22 05:55:15.147452 [ 257 ] {ba64b021-014c-4828-8ab3-f8c649c8cb0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3141 2024.11.22 05:55:15.147500 [ 257 ] {ba64b021-014c-4828-8ab3-f8c649c8cb0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3142 2024.11.22 05:55:15.147956 [ 257 ] {ba64b021-014c-4828-8ab3-f8c649c8cb0f} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3143 2024.11.22 05:55:15.147995 [ 257 ] {ba64b021-014c-4828-8ab3-f8c649c8cb0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3144 2024.11.22 05:55:15.148382 [ 257 ] {ba64b021-014c-4828-8ab3-f8c649c8cb0f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3145 2024.11.22 05:55:15.148629 [ 257 ] {ba64b021-014c-4828-8ab3-f8c649c8cb0f} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3146 2024.11.22 05:55:15.148831 [ 257 ] {ba64b021-014c-4828-8ab3-f8c649c8cb0f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001392 sec., 4310.3448275862065 rows/sec., 225.20 KiB/sec.
3147 2024.11.22 05:55:15.148957 [ 257 ] {ba64b021-014c-4828-8ab3-f8c649c8cb0f} <Debug> TCPHandler: Processed in 0.001670715 sec.
3148 2024.11.22 05:55:15.149124 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3149 2024.11.22 05:55:15.149243 [ 256 ] {b766a878-7f68-418e-90ad-e12852326f61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3150 2024.11.22 05:55:15.149293 [ 256 ] {b766a878-7f68-418e-90ad-e12852326f61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3151 2024.11.22 05:55:15.149860 [ 256 ] {b766a878-7f68-418e-90ad-e12852326f61} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3152 2024.11.22 05:55:15.149902 [ 256 ] {b766a878-7f68-418e-90ad-e12852326f61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3153 2024.11.22 05:55:15.150379 [ 256 ] {b766a878-7f68-418e-90ad-e12852326f61} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3154 2024.11.22 05:55:15.150695 [ 256 ] {b766a878-7f68-418e-90ad-e12852326f61} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3155 2024.11.22 05:55:15.150916 [ 256 ] {b766a878-7f68-418e-90ad-e12852326f61} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.001697 sec., 141426.04596346495 rows/sec., 9.48 MiB/sec.
3156 2024.11.22 05:55:15.150991 [ 256 ] {b766a878-7f68-418e-90ad-e12852326f61} <Debug> TCPHandler: Processed in 0.001922142 sec.
3157 2024.11.22 05:55:15.151130 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3158 2024.11.22 05:55:15.151258 [ 257 ] {f9306077-0146-44aa-afe5-f241c9e376c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3159 2024.11.22 05:55:15.151309 [ 257 ] {f9306077-0146-44aa-afe5-f241c9e376c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3160 2024.11.22 05:55:15.151846 [ 257 ] {f9306077-0146-44aa-afe5-f241c9e376c5} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3161 2024.11.22 05:55:15.151890 [ 257 ] {f9306077-0146-44aa-afe5-f241c9e376c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3162 2024.11.22 05:55:15.152320 [ 257 ] {f9306077-0146-44aa-afe5-f241c9e376c5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3163 2024.11.22 05:55:15.152616 [ 257 ] {f9306077-0146-44aa-afe5-f241c9e376c5} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3164 2024.11.22 05:55:15.152835 [ 257 ] {f9306077-0146-44aa-afe5-f241c9e376c5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001606 sec., 622.66500622665 rows/sec., 41.96 KiB/sec.
3165 2024.11.22 05:55:15.152897 [ 257 ] {f9306077-0146-44aa-afe5-f241c9e376c5} <Debug> TCPHandler: Processed in 0.00182019 sec.
3166 2024.11.22 05:55:15.153404 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3167 2024.11.22 05:55:15.153646 [ 256 ] {c03cd1e6-6436-4f5f-aa8a-666c77e8a364} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3168 2024.11.22 05:55:15.153786 [ 256 ] {c03cd1e6-6436-4f5f-aa8a-666c77e8a364} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3169 2024.11.22 05:55:15.155497 [ 256 ] {c03cd1e6-6436-4f5f-aa8a-666c77e8a364} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3170 2024.11.22 05:55:15.155555 [ 256 ] {c03cd1e6-6436-4f5f-aa8a-666c77e8a364} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3171 2024.11.22 05:55:15.156546 [ 256 ] {c03cd1e6-6436-4f5f-aa8a-666c77e8a364} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3172 2024.11.22 05:55:15.156974 [ 256 ] {c03cd1e6-6436-4f5f-aa8a-666c77e8a364} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3173 2024.11.22 05:55:15.157287 [ 256 ] {c03cd1e6-6436-4f5f-aa8a-666c77e8a364} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.003708 sec., 4854.368932038835 rows/sec., 8.70 MiB/sec.
3174 2024.11.22 05:55:15.157543 [ 256 ] {c03cd1e6-6436-4f5f-aa8a-666c77e8a364} <Debug> TCPHandler: Processed in 0.004335188 sec.
3175 2024.11.22 05:55:15.157766 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3176 2024.11.22 05:55:15.157924 [ 257 ] {7e7b7900-91ee-4196-8b72-c3703e3efe50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3177 2024.11.22 05:55:15.157987 [ 257 ] {7e7b7900-91ee-4196-8b72-c3703e3efe50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3178 2024.11.22 05:55:15.158564 [ 257 ] {7e7b7900-91ee-4196-8b72-c3703e3efe50} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3179 2024.11.22 05:55:15.158603 [ 257 ] {7e7b7900-91ee-4196-8b72-c3703e3efe50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3180 2024.11.22 05:55:15.158993 [ 257 ] {7e7b7900-91ee-4196-8b72-c3703e3efe50} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3181 2024.11.22 05:55:15.159342 [ 257 ] {7e7b7900-91ee-4196-8b72-c3703e3efe50} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3182 2024.11.22 05:55:15.159552 [ 257 ] {7e7b7900-91ee-4196-8b72-c3703e3efe50} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001665 sec., 49249.249249249246 rows/sec., 3.13 MiB/sec.
3183 2024.11.22 05:55:15.159624 [ 257 ] {7e7b7900-91ee-4196-8b72-c3703e3efe50} <Debug> TCPHandler: Processed in 0.001940953 sec.
3184 2024.11.22 05:55:17.249501 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039
3185 2024.11.22 05:55:17.250226 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3186 2024.11.22 05:55:17.250275 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3187 2024.11.22 05:55:17.250834 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3188 2024.11.22 05:55:17.251095 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3189 2024.11.22 05:55:17.251293 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039
3190 2024.11.22 05:55:17.681283 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
3191 2024.11.22 05:55:17.702070 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3192 2024.11.22 05:55:17.702126 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3193 2024.11.22 05:55:17.709453 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3194 2024.11.22 05:55:17.710217 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3195 2024.11.22 05:55:17.713018 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
3196 2024.11.22 05:55:19.767636 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 460
3197 2024.11.22 05:55:19.770699 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3198 2024.11.22 05:55:19.770738 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3199 2024.11.22 05:55:19.772184 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3200 2024.11.22 05:55:19.772486 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3201 2024.11.22 05:55:19.772961 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 460
3202 2024.11.22 05:55:20.121805 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3203 2024.11.22 05:55:20.121999 [ 256 ] {6cec174e-0bd0-44b8-a6b5-8f6880557560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3204 2024.11.22 05:55:20.122074 [ 256 ] {6cec174e-0bd0-44b8-a6b5-8f6880557560} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3205 2024.11.22 05:55:20.122874 [ 256 ] {6cec174e-0bd0-44b8-a6b5-8f6880557560} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3206 2024.11.22 05:55:20.122929 [ 256 ] {6cec174e-0bd0-44b8-a6b5-8f6880557560} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3207 2024.11.22 05:55:20.123377 [ 256 ] {6cec174e-0bd0-44b8-a6b5-8f6880557560} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3208 2024.11.22 05:55:20.123630 [ 256 ] {6cec174e-0bd0-44b8-a6b5-8f6880557560} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3209 2024.11.22 05:55:20.123903 [ 256 ] {6cec174e-0bd0-44b8-a6b5-8f6880557560} <Debug> executeQuery: Read 102 rows, 8.82 KiB in 0.001949 sec., 52334.53052847614 rows/sec., 4.42 MiB/sec.
3210 2024.11.22 05:55:20.124035 [ 256 ] {6cec174e-0bd0-44b8-a6b5-8f6880557560} <Debug> TCPHandler: Processed in 0.002357454 sec.
3211 2024.11.22 05:55:20.124258 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3212 2024.11.22 05:55:20.124385 [ 257 ] {3721191f-1727-4313-b81a-4575e43a4310} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3213 2024.11.22 05:55:20.124440 [ 257 ] {3721191f-1727-4313-b81a-4575e43a4310} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3214 2024.11.22 05:55:20.125133 [ 257 ] {3721191f-1727-4313-b81a-4575e43a4310} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3215 2024.11.22 05:55:20.125183 [ 257 ] {3721191f-1727-4313-b81a-4575e43a4310} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3216 2024.11.22 05:55:20.125599 [ 257 ] {3721191f-1727-4313-b81a-4575e43a4310} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3217 2024.11.22 05:55:20.125850 [ 257 ] {3721191f-1727-4313-b81a-4575e43a4310} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3218 2024.11.22 05:55:20.126046 [ 130 ] {} <Debug> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3219 2024.11.22 05:55:20.126090 [ 257 ] {3721191f-1727-4313-b81a-4575e43a4310} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001725 sec., 13333.333333333334 rows/sec., 1002.60 KiB/sec.
3220 2024.11.22 05:55:20.126137 [ 130 ] {} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3221 2024.11.22 05:55:20.126211 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3222 2024.11.22 05:55:20.126222 [ 257 ] {3721191f-1727-4313-b81a-4575e43a4310} <Debug> TCPHandler: Processed in 0.002049726 sec.
3223 2024.11.22 05:55:20.126396 [ 200 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::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
3224 2024.11.22 05:55:20.126414 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3225 2024.11.22 05:55:20.126549 [ 200 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3226 2024.11.22 05:55:20.126562 [ 256 ] {732069ea-ae05-44ad-a46f-2bf890ed791b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3227 2024.11.22 05:55:20.126596 [ 200 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 33 rows starting from the beginning of the part
3228 2024.11.22 05:55:20.126622 [ 256 ] {732069ea-ae05-44ad-a46f-2bf890ed791b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3229 2024.11.22 05:55:20.126846 [ 200 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 29 rows starting from the beginning of the part
3230 2024.11.22 05:55:20.127130 [ 200 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 25 rows starting from the beginning of the part
3231 2024.11.22 05:55:20.127428 [ 200 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 23 rows starting from the beginning of the part
3232 2024.11.22 05:55:20.127862 [ 200 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 31 rows starting from the beginning of the part
3233 2024.11.22 05:55:20.128176 [ 200 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 23 rows starting from the beginning of the part
3234 2024.11.22 05:55:20.128937 [ 256 ] {732069ea-ae05-44ad-a46f-2bf890ed791b} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3235 2024.11.22 05:55:20.128981 [ 256 ] {732069ea-ae05-44ad-a46f-2bf890ed791b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3236 2024.11.22 05:55:20.129556 [ 256 ] {732069ea-ae05-44ad-a46f-2bf890ed791b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3237 2024.11.22 05:55:20.129945 [ 256 ] {732069ea-ae05-44ad-a46f-2bf890ed791b} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3238 2024.11.22 05:55:20.129985 [ 199 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 164 rows, containing 5 columns (5 merged, 0 gathered) in 0.003667949 sec., 44711.635848808146 rows/sec., 3.38 MiB/sec.
3239 2024.11.22 05:55:20.130314 [ 256 ] {732069ea-ae05-44ad-a46f-2bf890ed791b} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.003787 sec., 22973.329812516506 rows/sec., 1.79 MiB/sec.
3240 2024.11.22 05:55:20.130323 [ 199 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3241 2024.11.22 05:55:20.130507 [ 256 ] {732069ea-ae05-44ad-a46f-2bf890ed791b} <Debug> TCPHandler: Processed in 0.004168523 sec.
3242 2024.11.22 05:55:20.130705 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3243 2024.11.22 05:55:20.130876 [ 199 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_16_3} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3244 2024.11.22 05:55:20.130888 [ 257 ] {fc655480-24fe-4be8-a9c5-2b42782f3cc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3245 2024.11.22 05:55:20.131021 [ 257 ] {fc655480-24fe-4be8-a9c5-2b42782f3cc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3246 2024.11.22 05:55:20.131074 [ 199 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_16_3} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3247 2024.11.22 05:55:20.131289 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
3248 2024.11.22 05:55:20.131787 [ 257 ] {fc655480-24fe-4be8-a9c5-2b42782f3cc2} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3249 2024.11.22 05:55:20.131831 [ 257 ] {fc655480-24fe-4be8-a9c5-2b42782f3cc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3250 2024.11.22 05:55:20.132223 [ 257 ] {fc655480-24fe-4be8-a9c5-2b42782f3cc2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3251 2024.11.22 05:55:20.132473 [ 257 ] {fc655480-24fe-4be8-a9c5-2b42782f3cc2} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3252 2024.11.22 05:55:20.132699 [ 257 ] {fc655480-24fe-4be8-a9c5-2b42782f3cc2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001877 sec., 85242.40809802877 rows/sec., 5.94 MiB/sec.
3253 2024.11.22 05:55:20.132757 [ 257 ] {fc655480-24fe-4be8-a9c5-2b42782f3cc2} <Debug> TCPHandler: Processed in 0.002114387 sec.
3254 2024.11.22 05:55:20.132911 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3255 2024.11.22 05:55:20.133040 [ 256 ] {76934571-43b7-4812-8a1f-62d94fa0d66b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3256 2024.11.22 05:55:20.133120 [ 256 ] {76934571-43b7-4812-8a1f-62d94fa0d66b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3257 2024.11.22 05:55:20.134244 [ 256 ] {76934571-43b7-4812-8a1f-62d94fa0d66b} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3258 2024.11.22 05:55:20.134284 [ 256 ] {76934571-43b7-4812-8a1f-62d94fa0d66b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3259 2024.11.22 05:55:20.134914 [ 256 ] {76934571-43b7-4812-8a1f-62d94fa0d66b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3260 2024.11.22 05:55:20.135165 [ 256 ] {76934571-43b7-4812-8a1f-62d94fa0d66b} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3261 2024.11.22 05:55:20.135373 [ 130 ] {} <Debug> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3262 2024.11.22 05:55:20.135446 [ 256 ] {76934571-43b7-4812-8a1f-62d94fa0d66b} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002428 sec., 9472.817133443163 rows/sec., 16.97 MiB/sec.
3263 2024.11.22 05:55:20.135454 [ 130 ] {} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3264 2024.11.22 05:55:20.135541 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3265 2024.11.22 05:55:20.135896 [ 256 ] {76934571-43b7-4812-8a1f-62d94fa0d66b} <Debug> TCPHandler: Processed in 0.003042442 sec.
3266 2024.11.22 05:55:20.136081 [ 199 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::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
3267 2024.11.22 05:55:20.136289 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3268 2024.11.22 05:55:20.136679 [ 257 ] {d065075b-e6cc-4432-bf19-f4f29b313da4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3269 2024.11.22 05:55:20.136839 [ 257 ] {d065075b-e6cc-4432-bf19-f4f29b313da4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3270 2024.11.22 05:55:20.137087 [ 199 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3271 2024.11.22 05:55:20.137333 [ 199 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 138 rows starting from the beginning of the part
3272 2024.11.22 05:55:20.138135 [ 199 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 23 rows starting from the beginning of the part
3273 2024.11.22 05:55:20.138802 [ 199 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 18 rows starting from the beginning of the part
3274 2024.11.22 05:55:20.139344 [ 257 ] {d065075b-e6cc-4432-bf19-f4f29b313da4} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3275 2024.11.22 05:55:20.139458 [ 257 ] {d065075b-e6cc-4432-bf19-f4f29b313da4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3276 2024.11.22 05:55:20.139522 [ 199 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 23 rows starting from the beginning of the part
3277 2024.11.22 05:55:20.140157 [ 199 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 18 rows starting from the beginning of the part
3278 2024.11.22 05:55:20.140788 [ 199 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 23 rows starting from the beginning of the part
3279 2024.11.22 05:55:20.141115 [ 257 ] {d065075b-e6cc-4432-bf19-f4f29b313da4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3280 2024.11.22 05:55:20.141837 [ 257 ] {d065075b-e6cc-4432-bf19-f4f29b313da4} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3281 2024.11.22 05:55:20.142300 [ 257 ] {d065075b-e6cc-4432-bf19-f4f29b313da4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005711 sec., 10506.040973559797 rows/sec., 725.03 KiB/sec.
3282 2024.11.22 05:55:20.142505 [ 257 ] {d065075b-e6cc-4432-bf19-f4f29b313da4} <Debug> TCPHandler: Processed in 0.006437885 sec.
3283 2024.11.22 05:55:20.145026 [ 200 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 243 rows, containing 19 columns (19 merged, 0 gathered) in 0.009323094 sec., 26064.308694088035 rows/sec., 46.71 MiB/sec.
3284 2024.11.22 05:55:20.145643 [ 189 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3285 2024.11.22 05:55:20.146120 [ 189 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3286 2024.11.22 05:55:20.146212 [ 189 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3287 2024.11.22 05:55:20.146375 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB.
3288 2024.11.22 05:55:24.663180 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache
3289 2024.11.22 05:55:24.663245 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache
3290 2024.11.22 05:55:24.751409 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466
3291 2024.11.22 05:55:24.752100 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3292 2024.11.22 05:55:24.752159 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3293 2024.11.22 05:55:24.752704 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3294 2024.11.22 05:55:24.752992 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3295 2024.11.22 05:55:24.753252 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
3296 2024.11.22 05:55:25.125724 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3297 2024.11.22 05:55:25.125918 [ 256 ] {2ec90ece-e9c9-4f18-a65e-ee852cc5cddc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3298 2024.11.22 05:55:25.125993 [ 256 ] {2ec90ece-e9c9-4f18-a65e-ee852cc5cddc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3299 2024.11.22 05:55:25.126743 [ 256 ] {2ec90ece-e9c9-4f18-a65e-ee852cc5cddc} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3300 2024.11.22 05:55:25.126797 [ 256 ] {2ec90ece-e9c9-4f18-a65e-ee852cc5cddc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3301 2024.11.22 05:55:25.127258 [ 256 ] {2ec90ece-e9c9-4f18-a65e-ee852cc5cddc} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3302 2024.11.22 05:55:25.127568 [ 256 ] {2ec90ece-e9c9-4f18-a65e-ee852cc5cddc} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3303 2024.11.22 05:55:25.127901 [ 256 ] {2ec90ece-e9c9-4f18-a65e-ee852cc5cddc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002024 sec., 6916.996047430829 rows/sec., 497.93 KiB/sec.
3304 2024.11.22 05:55:25.128132 [ 256 ] {2ec90ece-e9c9-4f18-a65e-ee852cc5cddc} <Debug> TCPHandler: Processed in 0.002527099 sec.
3305 2024.11.22 05:55:25.128354 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3306 2024.11.22 05:55:25.128504 [ 257 ] {497cbab2-5670-4339-b0d3-6afb4fe35615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3307 2024.11.22 05:55:25.128561 [ 257 ] {497cbab2-5670-4339-b0d3-6afb4fe35615} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3308 2024.11.22 05:55:25.129278 [ 257 ] {497cbab2-5670-4339-b0d3-6afb4fe35615} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3309 2024.11.22 05:55:25.129320 [ 257 ] {497cbab2-5670-4339-b0d3-6afb4fe35615} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3310 2024.11.22 05:55:25.129709 [ 257 ] {497cbab2-5670-4339-b0d3-6afb4fe35615} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3311 2024.11.22 05:55:25.129959 [ 257 ] {497cbab2-5670-4339-b0d3-6afb4fe35615} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3312 2024.11.22 05:55:25.130173 [ 257 ] {497cbab2-5670-4339-b0d3-6afb4fe35615} <Debug> executeQuery: Read 239 rows, 21.37 KiB in 0.001706 sec., 140093.78663540445 rows/sec., 12.23 MiB/sec.
3313 2024.11.22 05:55:25.130228 [ 257 ] {497cbab2-5670-4339-b0d3-6afb4fe35615} <Debug> TCPHandler: Processed in 0.001950884 sec.
3314 2024.11.22 05:55:25.130387 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3315 2024.11.22 05:55:25.130495 [ 256 ] {ea85d4a6-1338-45d2-a58d-a3364d552195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3316 2024.11.22 05:55:25.130542 [ 256 ] {ea85d4a6-1338-45d2-a58d-a3364d552195} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3317 2024.11.22 05:55:25.131104 [ 256 ] {ea85d4a6-1338-45d2-a58d-a3364d552195} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3318 2024.11.22 05:55:25.131144 [ 256 ] {ea85d4a6-1338-45d2-a58d-a3364d552195} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3319 2024.11.22 05:55:25.131491 [ 256 ] {ea85d4a6-1338-45d2-a58d-a3364d552195} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3320 2024.11.22 05:55:25.131722 [ 256 ] {ea85d4a6-1338-45d2-a58d-a3364d552195} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3321 2024.11.22 05:55:25.131934 [ 256 ] {ea85d4a6-1338-45d2-a58d-a3364d552195} <Debug> executeQuery: Read 25 rows, 1.81 KiB in 0.001461 sec., 17111.567419575633 rows/sec., 1.21 MiB/sec.
3322 2024.11.22 05:55:25.131986 [ 256 ] {ea85d4a6-1338-45d2-a58d-a3364d552195} <Debug> TCPHandler: Processed in 0.001651505 sec.
3323 2024.11.22 05:55:25.132139 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3324 2024.11.22 05:55:25.132246 [ 257 ] {4bdec485-273a-45b9-86e1-38aba5d7ba5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3325 2024.11.22 05:55:25.132291 [ 257 ] {4bdec485-273a-45b9-86e1-38aba5d7ba5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3326 2024.11.22 05:55:25.132825 [ 257 ] {4bdec485-273a-45b9-86e1-38aba5d7ba5b} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3327 2024.11.22 05:55:25.132865 [ 257 ] {4bdec485-273a-45b9-86e1-38aba5d7ba5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3328 2024.11.22 05:55:25.133212 [ 257 ] {4bdec485-273a-45b9-86e1-38aba5d7ba5b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3329 2024.11.22 05:55:25.133460 [ 257 ] {4bdec485-273a-45b9-86e1-38aba5d7ba5b} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3330 2024.11.22 05:55:25.133705 [ 257 ] {4bdec485-273a-45b9-86e1-38aba5d7ba5b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001474 sec., 9497.96472184532 rows/sec., 665.18 KiB/sec.
3331 2024.11.22 05:55:25.133782 [ 257 ] {4bdec485-273a-45b9-86e1-38aba5d7ba5b} <Debug> TCPHandler: Processed in 0.001696296 sec.
3332 2024.11.22 05:55:25.133944 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3333 2024.11.22 05:55:25.134072 [ 256 ] {8c58d99d-60e1-4cc4-b0d3-9c362898210d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3334 2024.11.22 05:55:25.134125 [ 256 ] {8c58d99d-60e1-4cc4-b0d3-9c362898210d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3335 2024.11.22 05:55:25.134728 [ 256 ] {8c58d99d-60e1-4cc4-b0d3-9c362898210d} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3336 2024.11.22 05:55:25.134765 [ 256 ] {8c58d99d-60e1-4cc4-b0d3-9c362898210d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3337 2024.11.22 05:55:25.135096 [ 256 ] {8c58d99d-60e1-4cc4-b0d3-9c362898210d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3338 2024.11.22 05:55:25.135325 [ 256 ] {8c58d99d-60e1-4cc4-b0d3-9c362898210d} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3339 2024.11.22 05:55:25.135569 [ 256 ] {8c58d99d-60e1-4cc4-b0d3-9c362898210d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001517 sec., 8569.54515491101 rows/sec., 534.31 KiB/sec.
3340 2024.11.22 05:55:25.135750 [ 256 ] {8c58d99d-60e1-4cc4-b0d3-9c362898210d} <Debug> TCPHandler: Processed in 0.00186415 sec.
3341 2024.11.22 05:55:25.135911 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3342 2024.11.22 05:55:25.136041 [ 257 ] {d05dfad9-d77d-4c26-a5b1-4212b6abe7ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3343 2024.11.22 05:55:25.136100 [ 257 ] {d05dfad9-d77d-4c26-a5b1-4212b6abe7ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3344 2024.11.22 05:55:25.136881 [ 257 ] {d05dfad9-d77d-4c26-a5b1-4212b6abe7ab} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3345 2024.11.22 05:55:25.136921 [ 257 ] {d05dfad9-d77d-4c26-a5b1-4212b6abe7ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3346 2024.11.22 05:55:25.137303 [ 257 ] {d05dfad9-d77d-4c26-a5b1-4212b6abe7ab} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3347 2024.11.22 05:55:25.137546 [ 257 ] {d05dfad9-d77d-4c26-a5b1-4212b6abe7ab} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3348 2024.11.22 05:55:25.137762 [ 257 ] {d05dfad9-d77d-4c26-a5b1-4212b6abe7ab} <Debug> executeQuery: Read 400 rows, 29.12 KiB in 0.001747 sec., 228963.9381797367 rows/sec., 16.28 MiB/sec.
3349 2024.11.22 05:55:25.137891 [ 257 ] {d05dfad9-d77d-4c26-a5b1-4212b6abe7ab} <Debug> TCPHandler: Processed in 0.002045426 sec.
3350 2024.11.22 05:55:25.138063 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3351 2024.11.22 05:55:25.138199 [ 256 ] {5e46d6f0-1f45-4668-adeb-86cf12f39937} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3352 2024.11.22 05:55:25.138256 [ 256 ] {5e46d6f0-1f45-4668-adeb-86cf12f39937} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3353 2024.11.22 05:55:25.138752 [ 256 ] {5e46d6f0-1f45-4668-adeb-86cf12f39937} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3354 2024.11.22 05:55:25.138791 [ 256 ] {5e46d6f0-1f45-4668-adeb-86cf12f39937} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3355 2024.11.22 05:55:25.139149 [ 256 ] {5e46d6f0-1f45-4668-adeb-86cf12f39937} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3356 2024.11.22 05:55:25.139395 [ 256 ] {5e46d6f0-1f45-4668-adeb-86cf12f39937} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3357 2024.11.22 05:55:25.139600 [ 256 ] {5e46d6f0-1f45-4668-adeb-86cf12f39937} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001431 sec., 4192.8721174004195 rows/sec., 219.06 KiB/sec.
3358 2024.11.22 05:55:25.139652 [ 256 ] {5e46d6f0-1f45-4668-adeb-86cf12f39937} <Debug> TCPHandler: Processed in 0.001651214 sec.
3359 2024.11.22 05:55:25.139790 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3360 2024.11.22 05:55:25.139899 [ 257 ] {65f4dfe6-413a-4058-842d-3d8f06b7deed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3361 2024.11.22 05:55:25.139946 [ 257 ] {65f4dfe6-413a-4058-842d-3d8f06b7deed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3362 2024.11.22 05:55:25.140478 [ 257 ] {65f4dfe6-413a-4058-842d-3d8f06b7deed} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3363 2024.11.22 05:55:25.140516 [ 257 ] {65f4dfe6-413a-4058-842d-3d8f06b7deed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3364 2024.11.22 05:55:25.140896 [ 257 ] {65f4dfe6-413a-4058-842d-3d8f06b7deed} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3365 2024.11.22 05:55:25.141139 [ 257 ] {65f4dfe6-413a-4058-842d-3d8f06b7deed} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3366 2024.11.22 05:55:25.141394 [ 257 ] {65f4dfe6-413a-4058-842d-3d8f06b7deed} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001518 sec., 156126.48221343872 rows/sec., 10.46 MiB/sec.
3367 2024.11.22 05:55:25.141597 [ 257 ] {65f4dfe6-413a-4058-842d-3d8f06b7deed} <Debug> TCPHandler: Processed in 0.00185874 sec.
3368 2024.11.22 05:55:25.141785 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3369 2024.11.22 05:55:25.141896 [ 256 ] {b4a49172-7a0c-4a56-aebf-ddd81b6fdf86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3370 2024.11.22 05:55:25.141945 [ 256 ] {b4a49172-7a0c-4a56-aebf-ddd81b6fdf86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3371 2024.11.22 05:55:25.142402 [ 256 ] {b4a49172-7a0c-4a56-aebf-ddd81b6fdf86} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3372 2024.11.22 05:55:25.142440 [ 256 ] {b4a49172-7a0c-4a56-aebf-ddd81b6fdf86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3373 2024.11.22 05:55:25.142789 [ 256 ] {b4a49172-7a0c-4a56-aebf-ddd81b6fdf86} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3374 2024.11.22 05:55:25.143018 [ 256 ] {b4a49172-7a0c-4a56-aebf-ddd81b6fdf86} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3375 2024.11.22 05:55:25.143228 [ 256 ] {b4a49172-7a0c-4a56-aebf-ddd81b6fdf86} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001355 sec., 738.0073800738007 rows/sec., 49.73 KiB/sec.
3376 2024.11.22 05:55:25.143278 [ 256 ] {b4a49172-7a0c-4a56-aebf-ddd81b6fdf86} <Debug> TCPHandler: Processed in 0.001580713 sec.
3377 2024.11.22 05:55:25.143416 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3378 2024.11.22 05:55:25.143523 [ 257 ] {7a0db254-fb1c-4a21-9a29-d6562b7c98a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3379 2024.11.22 05:55:25.143589 [ 257 ] {7a0db254-fb1c-4a21-9a29-d6562b7c98a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3380 2024.11.22 05:55:25.144680 [ 257 ] {7a0db254-fb1c-4a21-9a29-d6562b7c98a8} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3381 2024.11.22 05:55:25.144720 [ 257 ] {7a0db254-fb1c-4a21-9a29-d6562b7c98a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3382 2024.11.22 05:55:25.145326 [ 257 ] {7a0db254-fb1c-4a21-9a29-d6562b7c98a8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3383 2024.11.22 05:55:25.145594 [ 257 ] {7a0db254-fb1c-4a21-9a29-d6562b7c98a8} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3384 2024.11.22 05:55:25.145828 [ 257 ] {7a0db254-fb1c-4a21-9a29-d6562b7c98a8} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.002327 sec., 7735.281478298238 rows/sec., 13.86 MiB/sec.
3385 2024.11.22 05:55:25.145933 [ 257 ] {7a0db254-fb1c-4a21-9a29-d6562b7c98a8} <Debug> TCPHandler: Processed in 0.00256985 sec.
3386 2024.11.22 05:55:25.146071 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3387 2024.11.22 05:55:25.146181 [ 256 ] {979fe1d5-41e7-48ff-bcd0-8c28f9ec5858} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3388 2024.11.22 05:55:25.146229 [ 256 ] {979fe1d5-41e7-48ff-bcd0-8c28f9ec5858} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3389 2024.11.22 05:55:25.146663 [ 256 ] {979fe1d5-41e7-48ff-bcd0-8c28f9ec5858} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3390 2024.11.22 05:55:25.146702 [ 256 ] {979fe1d5-41e7-48ff-bcd0-8c28f9ec5858} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3391 2024.11.22 05:55:25.147049 [ 256 ] {979fe1d5-41e7-48ff-bcd0-8c28f9ec5858} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3392 2024.11.22 05:55:25.147284 [ 256 ] {979fe1d5-41e7-48ff-bcd0-8c28f9ec5858} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3393 2024.11.22 05:55:25.147492 [ 256 ] {979fe1d5-41e7-48ff-bcd0-8c28f9ec5858} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001335 sec., 61423.22097378277 rows/sec., 3.90 MiB/sec.
3394 2024.11.22 05:55:25.147540 [ 256 ] {979fe1d5-41e7-48ff-bcd0-8c28f9ec5858} <Debug> TCPHandler: Processed in 0.001520452 sec.
3395 2024.11.22 05:55:25.213075 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
3396 2024.11.22 05:55:25.234249 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3397 2024.11.22 05:55:25.234316 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3398 2024.11.22 05:55:25.241961 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3399 2024.11.22 05:55:25.242750 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3400 2024.11.22 05:55:25.245450 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
3401 2024.11.22 05:55:29.773148 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 494
3402 2024.11.22 05:55:29.776254 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3403 2024.11.22 05:55:29.776313 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3404 2024.11.22 05:55:29.777786 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3405 2024.11.22 05:55:29.778112 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3406 2024.11.22 05:55:29.778748 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 494
3407 2024.11.22 05:55:30.151112 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3408 2024.11.22 05:55:30.151318 [ 256 ] {b065ecef-83cf-4e80-817c-04a32e1566bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3409 2024.11.22 05:55:30.151398 [ 256 ] {b065ecef-83cf-4e80-817c-04a32e1566bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3410 2024.11.22 05:55:30.152864 [ 256 ] {b065ecef-83cf-4e80-817c-04a32e1566bb} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3411 2024.11.22 05:55:30.152913 [ 256 ] {b065ecef-83cf-4e80-817c-04a32e1566bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3412 2024.11.22 05:55:30.153454 [ 256 ] {b065ecef-83cf-4e80-817c-04a32e1566bb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3413 2024.11.22 05:55:30.153721 [ 256 ] {b065ecef-83cf-4e80-817c-04a32e1566bb} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3414 2024.11.22 05:55:30.153927 [ 256 ] {b065ecef-83cf-4e80-817c-04a32e1566bb} <Debug> executeQuery: Read 1242 rows, 105.38 KiB in 0.002664 sec., 466216.2162162162 rows/sec., 38.63 MiB/sec.
3415 2024.11.22 05:55:30.153994 [ 256 ] {b065ecef-83cf-4e80-817c-04a32e1566bb} <Debug> TCPHandler: Processed in 0.003025072 sec.
3416 2024.11.22 05:55:30.154186 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3417 2024.11.22 05:55:30.154333 [ 257 ] {7346efb2-fa1c-4cdd-8ebb-b5a30e096a20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3418 2024.11.22 05:55:30.154392 [ 257 ] {7346efb2-fa1c-4cdd-8ebb-b5a30e096a20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3419 2024.11.22 05:55:30.155028 [ 257 ] {7346efb2-fa1c-4cdd-8ebb-b5a30e096a20} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3420 2024.11.22 05:55:30.155068 [ 257 ] {7346efb2-fa1c-4cdd-8ebb-b5a30e096a20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3421 2024.11.22 05:55:30.155448 [ 257 ] {7346efb2-fa1c-4cdd-8ebb-b5a30e096a20} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3422 2024.11.22 05:55:30.155695 [ 257 ] {7346efb2-fa1c-4cdd-8ebb-b5a30e096a20} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3423 2024.11.22 05:55:30.155884 [ 257 ] {7346efb2-fa1c-4cdd-8ebb-b5a30e096a20} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001586 sec., 14501.89155107188 rows/sec., 1.06 MiB/sec.
3424 2024.11.22 05:55:30.156011 [ 257 ] {7346efb2-fa1c-4cdd-8ebb-b5a30e096a20} <Debug> TCPHandler: Processed in 0.001895932 sec.
3425 2024.11.22 05:55:30.156176 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3426 2024.11.22 05:55:30.156308 [ 256 ] {75c73a38-1030-41b2-b732-27abf2d2e725} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3427 2024.11.22 05:55:30.156362 [ 256 ] {75c73a38-1030-41b2-b732-27abf2d2e725} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3428 2024.11.22 05:55:30.157050 [ 256 ] {75c73a38-1030-41b2-b732-27abf2d2e725} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3429 2024.11.22 05:55:30.157088 [ 256 ] {75c73a38-1030-41b2-b732-27abf2d2e725} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3430 2024.11.22 05:55:30.157438 [ 256 ] {75c73a38-1030-41b2-b732-27abf2d2e725} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3431 2024.11.22 05:55:30.157673 [ 256 ] {75c73a38-1030-41b2-b732-27abf2d2e725} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3432 2024.11.22 05:55:30.157791 [ 117 ] {} <Debug> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
3433 2024.11.22 05:55:30.157844 [ 117 ] {} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3434 2024.11.22 05:55:30.157854 [ 256 ] {75c73a38-1030-41b2-b732-27abf2d2e725} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001575 sec., 144761.90476190476 rows/sec., 9.80 MiB/sec.
3435 2024.11.22 05:55:30.157873 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3436 2024.11.22 05:55:30.157922 [ 256 ] {75c73a38-1030-41b2-b732-27abf2d2e725} <Debug> TCPHandler: Processed in 0.001813399 sec.
3437 2024.11.22 05:55:30.158312 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3438 2024.11.22 05:55:30.158373 [ 199 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full
3439 2024.11.22 05:55:30.158589 [ 257 ] {22062902-9516-47ed-800e-c7635d7bda8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3440 2024.11.22 05:55:30.158673 [ 199 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3441 2024.11.22 05:55:30.158700 [ 257 ] {22062902-9516-47ed-800e-c7635d7bda8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3442 2024.11.22 05:55:30.158746 [ 199 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part
3443 2024.11.22 05:55:30.159040 [ 199 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 229 rows starting from the beginning of the part
3444 2024.11.22 05:55:30.159366 [ 199 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part
3445 2024.11.22 05:55:30.159730 [ 199 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part
3446 2024.11.22 05:55:30.160102 [ 199 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part
3447 2024.11.22 05:55:30.160399 [ 199 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 228 rows starting from the beginning of the part
3448 2024.11.22 05:55:30.161848 [ 257 ] {22062902-9516-47ed-800e-c7635d7bda8d} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3449 2024.11.22 05:55:30.161919 [ 257 ] {22062902-9516-47ed-800e-c7635d7bda8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3450 2024.11.22 05:55:30.163087 [ 257 ] {22062902-9516-47ed-800e-c7635d7bda8d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3451 2024.11.22 05:55:30.163141 [ 195 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 513 rows, containing 5 columns (5 merged, 0 gathered) in 0.00516452 sec., 99331.59325552036 rows/sec., 7.11 MiB/sec.
3452 2024.11.22 05:55:30.163362 [ 195 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
3453 2024.11.22 05:55:30.163525 [ 257 ] {22062902-9516-47ed-800e-c7635d7bda8d} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3454 2024.11.22 05:55:30.163928 [ 257 ] {22062902-9516-47ed-800e-c7635d7bda8d} <Debug> executeQuery: Read 543 rows, 41.25 KiB in 0.005409 sec., 100388.24181919024 rows/sec., 7.45 MiB/sec.
3455 2024.11.22 05:55:30.163942 [ 195 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_10_2} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3456 2024.11.22 05:55:30.164092 [ 257 ] {22062902-9516-47ed-800e-c7635d7bda8d} <Debug> TCPHandler: Processed in 0.006047274 sec.
3457 2024.11.22 05:55:30.164173 [ 195 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_10_2} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
3458 2024.11.22 05:55:30.164309 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3459 2024.11.22 05:55:30.164326 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
3460 2024.11.22 05:55:30.164441 [ 256 ] {e0f7a2b7-994c-4aec-b27a-98e8a461f1b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3461 2024.11.22 05:55:30.164497 [ 256 ] {e0f7a2b7-994c-4aec-b27a-98e8a461f1b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3462 2024.11.22 05:55:30.165251 [ 256 ] {e0f7a2b7-994c-4aec-b27a-98e8a461f1b0} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3463 2024.11.22 05:55:30.165289 [ 256 ] {e0f7a2b7-994c-4aec-b27a-98e8a461f1b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3464 2024.11.22 05:55:30.165728 [ 256 ] {e0f7a2b7-994c-4aec-b27a-98e8a461f1b0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3465 2024.11.22 05:55:30.165966 [ 256 ] {e0f7a2b7-994c-4aec-b27a-98e8a461f1b0} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3466 2024.11.22 05:55:30.166156 [ 256 ] {e0f7a2b7-994c-4aec-b27a-98e8a461f1b0} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.001738 sec., 506329.11392405065 rows/sec., 34.07 MiB/sec.
3467 2024.11.22 05:55:30.166291 [ 256 ] {e0f7a2b7-994c-4aec-b27a-98e8a461f1b0} <Debug> TCPHandler: Processed in 0.002080866 sec.
3468 2024.11.22 05:55:30.166459 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3469 2024.11.22 05:55:30.166589 [ 257 ] {eeb669b6-c9bb-4580-9017-22f216d8ef32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3470 2024.11.22 05:55:30.166670 [ 257 ] {eeb669b6-c9bb-4580-9017-22f216d8ef32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3471 2024.11.22 05:55:30.167810 [ 257 ] {eeb669b6-c9bb-4580-9017-22f216d8ef32} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3472 2024.11.22 05:55:30.167848 [ 257 ] {eeb669b6-c9bb-4580-9017-22f216d8ef32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3473 2024.11.22 05:55:30.168483 [ 257 ] {eeb669b6-c9bb-4580-9017-22f216d8ef32} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3474 2024.11.22 05:55:30.168756 [ 257 ] {eeb669b6-c9bb-4580-9017-22f216d8ef32} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3475 2024.11.22 05:55:30.169058 [ 257 ] {eeb669b6-c9bb-4580-9017-22f216d8ef32} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002474 sec., 9296.68552950687 rows/sec., 16.66 MiB/sec.
3476 2024.11.22 05:55:30.169313 [ 257 ] {eeb669b6-c9bb-4580-9017-22f216d8ef32} <Debug> TCPHandler: Processed in 0.002917249 sec.
3477 2024.11.22 05:55:30.169464 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3478 2024.11.22 05:55:30.169592 [ 256 ] {5acc3fd2-6c7c-4be0-b3be-db8fb18e6dc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3479 2024.11.22 05:55:30.169648 [ 256 ] {5acc3fd2-6c7c-4be0-b3be-db8fb18e6dc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3480 2024.11.22 05:55:30.170119 [ 256 ] {5acc3fd2-6c7c-4be0-b3be-db8fb18e6dc3} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3481 2024.11.22 05:55:30.170157 [ 256 ] {5acc3fd2-6c7c-4be0-b3be-db8fb18e6dc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3482 2024.11.22 05:55:30.170510 [ 256 ] {5acc3fd2-6c7c-4be0-b3be-db8fb18e6dc3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3483 2024.11.22 05:55:30.170750 [ 256 ] {5acc3fd2-6c7c-4be0-b3be-db8fb18e6dc3} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3484 2024.11.22 05:55:30.170927 [ 256 ] {5acc3fd2-6c7c-4be0-b3be-db8fb18e6dc3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001365 sec., 43956.04395604396 rows/sec., 2.96 MiB/sec.
3485 2024.11.22 05:55:30.170975 [ 256 ] {5acc3fd2-6c7c-4be0-b3be-db8fb18e6dc3} <Debug> TCPHandler: Processed in 0.001573122 sec.
3486 2024.11.22 05:55:32.253373 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954
3487 2024.11.22 05:55:32.254153 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3488 2024.11.22 05:55:32.254209 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3489 2024.11.22 05:55:32.254763 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3490 2024.11.22 05:55:32.255041 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3491 2024.11.22 05:55:32.255382 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954
3492 2024.11.22 05:55:32.745509 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114
3493 2024.11.22 05:55:32.766943 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3494 2024.11.22 05:55:32.767000 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3495 2024.11.22 05:55:32.774507 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3496 2024.11.22 05:55:32.775278 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3497 2024.11.22 05:55:32.778304 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114
3498 2024.11.22 05:55:35.125879 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3499 2024.11.22 05:55:35.126083 [ 256 ] {c9b10a68-c5af-4801-8c62-596919d27462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3500 2024.11.22 05:55:35.126162 [ 256 ] {c9b10a68-c5af-4801-8c62-596919d27462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3501 2024.11.22 05:55:35.126907 [ 256 ] {c9b10a68-c5af-4801-8c62-596919d27462} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3502 2024.11.22 05:55:35.126961 [ 256 ] {c9b10a68-c5af-4801-8c62-596919d27462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3503 2024.11.22 05:55:35.127412 [ 256 ] {c9b10a68-c5af-4801-8c62-596919d27462} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3504 2024.11.22 05:55:35.127667 [ 256 ] {c9b10a68-c5af-4801-8c62-596919d27462} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3505 2024.11.22 05:55:35.127863 [ 110 ] {} <Debug> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3506 2024.11.22 05:55:35.127937 [ 256 ] {c9b10a68-c5af-4801-8c62-596919d27462} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001901 sec., 7364.544976328249 rows/sec., 530.15 KiB/sec.
3507 2024.11.22 05:55:35.127948 [ 110 ] {} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3508 2024.11.22 05:55:35.128031 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3509 2024.11.22 05:55:35.128086 [ 256 ] {c9b10a68-c5af-4801-8c62-596919d27462} <Debug> TCPHandler: Processed in 0.002336953 sec.
3510 2024.11.22 05:55:35.128396 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3511 2024.11.22 05:55:35.128466 [ 200 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::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
3512 2024.11.22 05:55:35.128756 [ 257 ] {886602bf-ac98-4049-acfd-94b553973c6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3513 2024.11.22 05:55:35.128802 [ 200 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3514 2024.11.22 05:55:35.128847 [ 257 ] {886602bf-ac98-4049-acfd-94b553973c6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3515 2024.11.22 05:55:35.128857 [ 200 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::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
3516 2024.11.22 05:55:35.129113 [ 200 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::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
3517 2024.11.22 05:55:35.129595 [ 200 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::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
3518 2024.11.22 05:55:35.130020 [ 200 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::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
3519 2024.11.22 05:55:35.130552 [ 200 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::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
3520 2024.11.22 05:55:35.131913 [ 257 ] {886602bf-ac98-4049-acfd-94b553973c6b} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3521 2024.11.22 05:55:35.131975 [ 257 ] {886602bf-ac98-4049-acfd-94b553973c6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3522 2024.11.22 05:55:35.132242 [ 195 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004066491 sec., 17213.85833633961 rows/sec., 1.28 MiB/sec.
3523 2024.11.22 05:55:35.132527 [ 195 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3524 2024.11.22 05:55:35.132650 [ 257 ] {886602bf-ac98-4049-acfd-94b553973c6b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3525 2024.11.22 05:55:35.133043 [ 195 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_9_2} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3526 2024.11.22 05:55:35.133071 [ 257 ] {886602bf-ac98-4049-acfd-94b553973c6b} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3527 2024.11.22 05:55:35.133223 [ 195 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_9_2} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3528 2024.11.22 05:55:35.133325 [ 110 ] {} <Debug> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3529 2024.11.22 05:55:35.133426 [ 110 ] {} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3530 2024.11.22 05:55:35.133505 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3531 2024.11.22 05:55:35.133538 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3532 2024.11.22 05:55:35.133616 [ 257 ] {886602bf-ac98-4049-acfd-94b553973c6b} <Debug> executeQuery: Read 239 rows, 21.37 KiB in 0.004972 sec., 48069.187449718425 rows/sec., 4.20 MiB/sec.
3533 2024.11.22 05:55:35.133922 [ 257 ] {886602bf-ac98-4049-acfd-94b553973c6b} <Debug> TCPHandler: Processed in 0.005700535 sec.
3534 2024.11.22 05:55:35.133921 [ 200 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::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
3535 2024.11.22 05:55:35.134260 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3536 2024.11.22 05:55:35.134474 [ 200 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3537 2024.11.22 05:55:35.134587 [ 200 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1430 rows starting from the beginning of the part
3538 2024.11.22 05:55:35.134661 [ 256 ] {1f9299f0-b2d1-4528-a79d-8986d11e1e3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3539 2024.11.22 05:55:35.134809 [ 200 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 242 rows starting from the beginning of the part
3540 2024.11.22 05:55:35.134821 [ 256 ] {1f9299f0-b2d1-4528-a79d-8986d11e1e3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3541 2024.11.22 05:55:35.135207 [ 200 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 102 rows starting from the beginning of the part
3542 2024.11.22 05:55:35.135553 [ 200 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 239 rows starting from the beginning of the part
3543 2024.11.22 05:55:35.135852 [ 200 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1242 rows starting from the beginning of the part
3544 2024.11.22 05:55:35.136216 [ 200 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 239 rows starting from the beginning of the part
3545 2024.11.22 05:55:35.137217 [ 256 ] {1f9299f0-b2d1-4528-a79d-8986d11e1e3c} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3546 2024.11.22 05:55:35.137272 [ 256 ] {1f9299f0-b2d1-4528-a79d-8986d11e1e3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3547 2024.11.22 05:55:35.137838 [ 256 ] {1f9299f0-b2d1-4528-a79d-8986d11e1e3c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3548 2024.11.22 05:55:35.138116 [ 256 ] {1f9299f0-b2d1-4528-a79d-8986d11e1e3c} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3549 2024.11.22 05:55:35.138368 [ 256 ] {1f9299f0-b2d1-4528-a79d-8986d11e1e3c} <Debug> executeQuery: Read 25 rows, 1.81 KiB in 0.003833 sec., 6522.306287503261 rows/sec., 472.10 KiB/sec.
3550 2024.11.22 05:55:35.138498 [ 256 ] {1f9299f0-b2d1-4528-a79d-8986d11e1e3c} <Debug> TCPHandler: Processed in 0.004448921 sec.
3551 2024.11.22 05:55:35.138652 [ 200 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3494 rows, containing 5 columns (5 merged, 0 gathered) in 0.005016656 sec., 696479.8862030803 rows/sec., 61.31 MiB/sec.
3552 2024.11.22 05:55:35.138705 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3553 2024.11.22 05:55:35.138875 [ 257 ] {6c0f7981-30ac-4bd6-aee8-5b07fb006404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3554 2024.11.22 05:55:35.138947 [ 257 ] {6c0f7981-30ac-4bd6-aee8-5b07fb006404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3555 2024.11.22 05:55:35.138957 [ 195 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3556 2024.11.22 05:55:35.139653 [ 195 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_21_4} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3557 2024.11.22 05:55:35.139811 [ 195 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_21_4} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3558 2024.11.22 05:55:35.139983 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB.
3559 2024.11.22 05:55:35.140168 [ 257 ] {6c0f7981-30ac-4bd6-aee8-5b07fb006404} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3560 2024.11.22 05:55:35.140213 [ 257 ] {6c0f7981-30ac-4bd6-aee8-5b07fb006404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3561 2024.11.22 05:55:35.140578 [ 257 ] {6c0f7981-30ac-4bd6-aee8-5b07fb006404} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3562 2024.11.22 05:55:35.140823 [ 257 ] {6c0f7981-30ac-4bd6-aee8-5b07fb006404} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3563 2024.11.22 05:55:35.141039 [ 257 ] {6c0f7981-30ac-4bd6-aee8-5b07fb006404} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002225 sec., 6292.134831460674 rows/sec., 440.66 KiB/sec.
3564 2024.11.22 05:55:35.141096 [ 257 ] {6c0f7981-30ac-4bd6-aee8-5b07fb006404} <Debug> TCPHandler: Processed in 0.002479998 sec.
3565 2024.11.22 05:55:35.141252 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3566 2024.11.22 05:55:35.141381 [ 256 ] {bc479061-a1b0-4ff2-97e2-9f4ea32998fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3567 2024.11.22 05:55:35.141435 [ 256 ] {bc479061-a1b0-4ff2-97e2-9f4ea32998fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3568 2024.11.22 05:55:35.142055 [ 256 ] {bc479061-a1b0-4ff2-97e2-9f4ea32998fe} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3569 2024.11.22 05:55:35.142094 [ 256 ] {bc479061-a1b0-4ff2-97e2-9f4ea32998fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3570 2024.11.22 05:55:35.142441 [ 256 ] {bc479061-a1b0-4ff2-97e2-9f4ea32998fe} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3571 2024.11.22 05:55:35.142677 [ 256 ] {bc479061-a1b0-4ff2-97e2-9f4ea32998fe} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3572 2024.11.22 05:55:35.142837 [ 110 ] {} <Debug> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3573 2024.11.22 05:55:35.142901 [ 110 ] {} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3574 2024.11.22 05:55:35.142932 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3575 2024.11.22 05:55:35.142939 [ 256 ] {bc479061-a1b0-4ff2-97e2-9f4ea32998fe} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00158 sec., 8227.848101265823 rows/sec., 513.00 KiB/sec.
3576 2024.11.22 05:55:35.143107 [ 256 ] {bc479061-a1b0-4ff2-97e2-9f4ea32998fe} <Debug> TCPHandler: Processed in 0.001917512 sec.
3577 2024.11.22 05:55:35.143174 [ 195 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::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
3578 2024.11.22 05:55:35.143312 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3579 2024.11.22 05:55:35.143362 [ 195 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3580 2024.11.22 05:55:35.143402 [ 195 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::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
3581 2024.11.22 05:55:35.143513 [ 257 ] {30d7855f-a1a2-49ad-8289-84ba88875915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3582 2024.11.22 05:55:35.143661 [ 195 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::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
3583 2024.11.22 05:55:35.143764 [ 257 ] {30d7855f-a1a2-49ad-8289-84ba88875915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3584 2024.11.22 05:55:35.144036 [ 195 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::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
3585 2024.11.22 05:55:35.144425 [ 195 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::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
3586 2024.11.22 05:55:35.144777 [ 195 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::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
3587 2024.11.22 05:55:35.146530 [ 257 ] {30d7855f-a1a2-49ad-8289-84ba88875915} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3588 2024.11.22 05:55:35.146608 [ 257 ] {30d7855f-a1a2-49ad-8289-84ba88875915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3589 2024.11.22 05:55:35.147260 [ 192 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004217795 sec., 15410.895977637605 rows/sec., 1021.06 KiB/sec.
3590 2024.11.22 05:55:35.147409 [ 192 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3591 2024.11.22 05:55:35.147464 [ 257 ] {30d7855f-a1a2-49ad-8289-84ba88875915} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3592 2024.11.22 05:55:35.147777 [ 192 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_9_2} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3593 2024.11.22 05:55:35.147786 [ 257 ] {30d7855f-a1a2-49ad-8289-84ba88875915} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3594 2024.11.22 05:55:35.147870 [ 192 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_9_2} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3595 2024.11.22 05:55:35.148064 [ 110 ] {} <Debug> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3596 2024.11.22 05:55:35.148100 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
3597 2024.11.22 05:55:35.148156 [ 110 ] {} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3598 2024.11.22 05:55:35.148195 [ 257 ] {30d7855f-a1a2-49ad-8289-84ba88875915} <Debug> executeQuery: Read 400 rows, 29.12 KiB in 0.004728 sec., 84602.36886632825 rows/sec., 6.02 MiB/sec.
3599 2024.11.22 05:55:35.148211 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3600 2024.11.22 05:55:35.148384 [ 257 ] {30d7855f-a1a2-49ad-8289-84ba88875915} <Debug> TCPHandler: Processed in 0.00516577 sec.
3601 2024.11.22 05:55:35.148486 [ 201 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::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
3602 2024.11.22 05:55:35.148632 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3603 2024.11.22 05:55:35.148697 [ 201 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3604 2024.11.22 05:55:35.148748 [ 201 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 903 rows starting from the beginning of the part
3605 2024.11.22 05:55:35.148923 [ 256 ] {05d68bd3-1040-4173-9d1f-5e7034a5644f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3606 2024.11.22 05:55:35.149042 [ 201 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 406 rows starting from the beginning of the part
3607 2024.11.22 05:55:35.149123 [ 256 ] {05d68bd3-1040-4173-9d1f-5e7034a5644f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3608 2024.11.22 05:55:35.149372 [ 201 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 87 rows starting from the beginning of the part
3609 2024.11.22 05:55:35.149776 [ 201 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 400 rows starting from the beginning of the part
3610 2024.11.22 05:55:35.150185 [ 201 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 543 rows starting from the beginning of the part
3611 2024.11.22 05:55:35.150549 [ 201 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 400 rows starting from the beginning of the part
3612 2024.11.22 05:55:35.151454 [ 256 ] {05d68bd3-1040-4173-9d1f-5e7034a5644f} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3613 2024.11.22 05:55:35.151523 [ 256 ] {05d68bd3-1040-4173-9d1f-5e7034a5644f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3614 2024.11.22 05:55:35.152438 [ 256 ] {05d68bd3-1040-4173-9d1f-5e7034a5644f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3615 2024.11.22 05:55:35.152959 [ 256 ] {05d68bd3-1040-4173-9d1f-5e7034a5644f} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3616 2024.11.22 05:55:35.153227 [ 256 ] {05d68bd3-1040-4173-9d1f-5e7034a5644f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004426 sec., 1355.6258472661546 rows/sec., 70.83 KiB/sec.
3617 2024.11.22 05:55:35.153289 [ 256 ] {05d68bd3-1040-4173-9d1f-5e7034a5644f} <Debug> TCPHandler: Processed in 0.004763 sec.
3618 2024.11.22 05:55:35.153519 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3619 2024.11.22 05:55:35.153736 [ 201 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2739 rows, containing 5 columns (5 merged, 0 gathered) in 0.005372926 sec., 509778.0985630548 rows/sec., 38.89 MiB/sec.
3620 2024.11.22 05:55:35.153764 [ 257 ] {d98890c3-41f9-4a74-ada5-aa005b69038b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3621 2024.11.22 05:55:35.153851 [ 257 ] {d98890c3-41f9-4a74-ada5-aa005b69038b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3622 2024.11.22 05:55:35.153996 [ 201 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3623 2024.11.22 05:55:35.154613 [ 201 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_21_4} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3624 2024.11.22 05:55:35.154822 [ 201 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_21_4} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3625 2024.11.22 05:55:35.155001 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB.
3626 2024.11.22 05:55:35.155147 [ 257 ] {d98890c3-41f9-4a74-ada5-aa005b69038b} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3627 2024.11.22 05:55:35.155192 [ 257 ] {d98890c3-41f9-4a74-ada5-aa005b69038b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3628 2024.11.22 05:55:35.155627 [ 257 ] {d98890c3-41f9-4a74-ada5-aa005b69038b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3629 2024.11.22 05:55:35.155883 [ 257 ] {d98890c3-41f9-4a74-ada5-aa005b69038b} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3630 2024.11.22 05:55:35.156043 [ 110 ] {} <Debug> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3631 2024.11.22 05:55:35.156099 [ 110 ] {} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3632 2024.11.22 05:55:35.156129 [ 257 ] {d98890c3-41f9-4a74-ada5-aa005b69038b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00242 sec., 97933.88429752066 rows/sec., 6.56 MiB/sec.
3633 2024.11.22 05:55:35.156181 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3634 2024.11.22 05:55:35.156258 [ 257 ] {d98890c3-41f9-4a74-ada5-aa005b69038b} <Debug> TCPHandler: Processed in 0.002867597 sec.
3635 2024.11.22 05:55:35.156604 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3636 2024.11.22 05:55:35.156695 [ 195 ] {ff8afe02-9df6-47a2-8081-751390795547::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
3637 2024.11.22 05:55:35.156994 [ 256 ] {c787497e-0638-4505-b0dc-96ca43df997f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3638 2024.11.22 05:55:35.157037 [ 195 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3639 2024.11.22 05:55:35.157112 [ 195 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5080 rows starting from the beginning of the part
3640 2024.11.22 05:55:35.157110 [ 256 ] {c787497e-0638-4505-b0dc-96ca43df997f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3641 2024.11.22 05:55:35.157436 [ 195 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 240 rows starting from the beginning of the part
3642 2024.11.22 05:55:35.157789 [ 195 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part
3643 2024.11.22 05:55:35.158142 [ 195 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 237 rows starting from the beginning of the part
3644 2024.11.22 05:55:35.158429 [ 195 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 880 rows starting from the beginning of the part
3645 2024.11.22 05:55:35.158670 [ 195 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 237 rows starting from the beginning of the part
3646 2024.11.22 05:55:35.159642 [ 256 ] {c787497e-0638-4505-b0dc-96ca43df997f} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3647 2024.11.22 05:55:35.159709 [ 256 ] {c787497e-0638-4505-b0dc-96ca43df997f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3648 2024.11.22 05:55:35.160434 [ 256 ] {c787497e-0638-4505-b0dc-96ca43df997f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3649 2024.11.22 05:55:35.160969 [ 256 ] {c787497e-0638-4505-b0dc-96ca43df997f} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3650 2024.11.22 05:55:35.161323 [ 110 ] {} <Debug> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
3651 2024.11.22 05:55:35.161412 [ 110 ] {} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3652 2024.11.22 05:55:35.161441 [ 256 ] {c787497e-0638-4505-b0dc-96ca43df997f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004526 sec., 220.94564737074683 rows/sec., 14.89 KiB/sec.
3653 2024.11.22 05:55:35.161488 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3654 2024.11.22 05:55:35.161607 [ 256 ] {c787497e-0638-4505-b0dc-96ca43df997f} <Debug> TCPHandler: Processed in 0.005225822 sec.
3655 2024.11.22 05:55:35.162051 [ 194 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full
3656 2024.11.22 05:55:35.162094 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3657 2024.11.22 05:55:35.162503 [ 194 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3658 2024.11.22 05:55:35.162535 [ 257 ] {871b55a8-ac20-4ed9-94a3-971caf03e671} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3659 2024.11.22 05:55:35.162566 [ 194 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part
3660 2024.11.22 05:55:35.162877 [ 194 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part
3661 2024.11.22 05:55:35.163190 [ 194 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part
3662 2024.11.22 05:55:35.163492 [ 194 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part
3663 2024.11.22 05:55:35.163484 [ 257 ] {871b55a8-ac20-4ed9-94a3-971caf03e671} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3664 2024.11.22 05:55:35.163839 [ 194 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part
3665 2024.11.22 05:55:35.163939 [ 195 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6834 rows, containing 5 columns (5 merged, 0 gathered) in 0.007604756 sec., 898648.1617556171 rows/sec., 60.65 MiB/sec.
3666 2024.11.22 05:55:35.164306 [ 194 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part
3667 2024.11.22 05:55:35.164963 [ 197 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3668 2024.11.22 05:55:35.166087 [ 197 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3669 2024.11.22 05:55:35.166481 [ 197 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3670 2024.11.22 05:55:35.166771 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB.
3671 2024.11.22 05:55:35.169254 [ 194 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.007598876 sec., 1315.9841008064877 rows/sec., 88.16 KiB/sec.
3672 2024.11.22 05:55:35.169499 [ 194 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
3673 2024.11.22 05:55:35.169971 [ 257 ] {871b55a8-ac20-4ed9-94a3-971caf03e671} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3674 2024.11.22 05:55:35.170036 [ 257 ] {871b55a8-ac20-4ed9-94a3-971caf03e671} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3675 2024.11.22 05:55:35.170207 [ 194 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_10_2} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3676 2024.11.22 05:55:35.170456 [ 194 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_10_2} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
3677 2024.11.22 05:55:35.170620 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
3678 2024.11.22 05:55:35.171088 [ 257 ] {871b55a8-ac20-4ed9-94a3-971caf03e671} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3679 2024.11.22 05:55:35.171364 [ 257 ] {871b55a8-ac20-4ed9-94a3-971caf03e671} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3680 2024.11.22 05:55:35.171619 [ 257 ] {871b55a8-ac20-4ed9-94a3-971caf03e671} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.009166 sec., 1963.7791839406502 rows/sec., 3.52 MiB/sec.
3681 2024.11.22 05:55:35.171738 [ 257 ] {871b55a8-ac20-4ed9-94a3-971caf03e671} <Debug> TCPHandler: Processed in 0.00993158 sec.
3682 2024.11.22 05:55:35.171902 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3683 2024.11.22 05:55:35.172035 [ 256 ] {bbbe579d-fcd0-42c9-9ac2-87ea5d097bd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3684 2024.11.22 05:55:35.172091 [ 256 ] {bbbe579d-fcd0-42c9-9ac2-87ea5d097bd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3685 2024.11.22 05:55:35.172628 [ 256 ] {bbbe579d-fcd0-42c9-9ac2-87ea5d097bd6} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3686 2024.11.22 05:55:35.172676 [ 256 ] {bbbe579d-fcd0-42c9-9ac2-87ea5d097bd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3687 2024.11.22 05:55:35.173105 [ 256 ] {bbbe579d-fcd0-42c9-9ac2-87ea5d097bd6} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3688 2024.11.22 05:55:35.173349 [ 256 ] {bbbe579d-fcd0-42c9-9ac2-87ea5d097bd6} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3689 2024.11.22 05:55:35.173533 [ 110 ] {} <Debug> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3690 2024.11.22 05:55:35.173598 [ 256 ] {bbbe579d-fcd0-42c9-9ac2-87ea5d097bd6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001585 sec., 51735.01577287066 rows/sec., 3.29 MiB/sec.
3691 2024.11.22 05:55:35.173607 [ 110 ] {} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3692 2024.11.22 05:55:35.173701 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3693 2024.11.22 05:55:35.173715 [ 256 ] {bbbe579d-fcd0-42c9-9ac2-87ea5d097bd6} <Debug> TCPHandler: Processed in 0.001875142 sec.
3694 2024.11.22 05:55:35.174069 [ 197 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::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
3695 2024.11.22 05:55:35.174209 [ 197 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3696 2024.11.22 05:55:35.174244 [ 197 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 936 rows starting from the beginning of the part
3697 2024.11.22 05:55:35.174365 [ 197 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part
3698 2024.11.22 05:55:35.174528 [ 197 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part
3699 2024.11.22 05:55:35.174645 [ 197 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part
3700 2024.11.22 05:55:35.174840 [ 197 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part
3701 2024.11.22 05:55:35.174971 [ 197 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 82 rows starting from the beginning of the part
3702 2024.11.22 05:55:35.176170 [ 186 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1302 rows, containing 4 columns (4 merged, 0 gathered) in 0.002336283 sec., 557295.4988757783 rows/sec., 36.30 MiB/sec.
3703 2024.11.22 05:55:35.176389 [ 187 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3704 2024.11.22 05:55:35.176711 [ 187 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_21_4} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3705 2024.11.22 05:55:35.176799 [ 187 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_21_4} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3706 2024.11.22 05:55:35.176889 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB.
3707 2024.11.22 05:55:38.341211 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62184, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3708 2024.11.22 05:55:38.552670 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40094, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3709 2024.11.22 05:55:38.600980 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52860, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3710 2024.11.22 05:55:38.673289 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40074, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3711 2024.11.22 05:55:38.689663 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42519, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3712 2024.11.22 05:55:38.748999 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45009, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3713 2024.11.22 05:55:38.758408 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35989, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3714 2024.11.22 05:55:38.758696 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60159, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3715 2024.11.22 05:55:39.663318 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache
3716 2024.11.22 05:55:39.663427 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache
3717 2024.11.22 05:55:39.755536 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381
3718 2024.11.22 05:55:39.756637 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3719 2024.11.22 05:55:39.756691 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3720 2024.11.22 05:55:39.757254 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3721 2024.11.22 05:55:39.757537 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3722 2024.11.22 05:55:39.757741 [ 104 ] {} <Debug> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3723 2024.11.22 05:55:39.757830 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
3724 2024.11.22 05:55:39.757841 [ 104 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3725 2024.11.22 05:55:39.757883 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3726 2024.11.22 05:55:39.758027 [ 197 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::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
3727 2024.11.22 05:55:39.758185 [ 197 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3728 2024.11.22 05:55:39.758256 [ 197 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::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
3729 2024.11.22 05:55:39.758388 [ 197 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::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
3730 2024.11.22 05:55:39.758747 [ 197 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::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
3731 2024.11.22 05:55:39.758995 [ 197 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::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
3732 2024.11.22 05:55:39.759150 [ 197 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::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
3733 2024.11.22 05:55:39.759344 [ 197 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::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
3734 2024.11.22 05:55:39.761117 [ 186 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.003154205 sec., 2340050.8210468246 rows/sec., 33.47 MiB/sec.
3735 2024.11.22 05:55:39.761847 [ 186 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3736 2024.11.22 05:55:39.762165 [ 186 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_16_3} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3737 2024.11.22 05:55:39.762245 [ 186 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_16_3} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3738 2024.11.22 05:55:39.762352 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
3739 2024.11.22 05:55:39.778935 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 530
3740 2024.11.22 05:55:39.782148 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3741 2024.11.22 05:55:39.782195 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3742 2024.11.22 05:55:39.783708 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3743 2024.11.22 05:55:39.784028 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3744 2024.11.22 05:55:39.784200 [ 104 ] {} <Debug> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3745 2024.11.22 05:55:39.784271 [ 104 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3746 2024.11.22 05:55:39.784313 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3747 2024.11.22 05:55:39.784710 [ 186 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::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
3748 2024.11.22 05:55:39.785582 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 530
3749 2024.11.22 05:55:39.786042 [ 186 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3750 2024.11.22 05:55:39.786236 [ 186 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 320 rows starting from the beginning of the part
3751 2024.11.22 05:55:39.786868 [ 186 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 74 rows starting from the beginning of the part
3752 2024.11.22 05:55:39.787506 [ 186 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part
3753 2024.11.22 05:55:39.788108 [ 186 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part
3754 2024.11.22 05:55:39.788705 [ 186 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::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
3755 2024.11.22 05:55:39.789297 [ 186 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 36 rows starting from the beginning of the part
3756 2024.11.22 05:55:39.797381 [ 191 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 530 rows, containing 72 columns (72 merged, 0 gathered) in 0.012967492 sec., 40871.43450715065 rows/sec., 37.18 MiB/sec.
3757 2024.11.22 05:55:39.798662 [ 188 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3758 2024.11.22 05:55:39.799525 [ 188 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_11_2} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3759 2024.11.22 05:55:39.799636 [ 188 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_11_2} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3760 2024.11.22 05:55:39.800000 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.78 MiB.
3761 2024.11.22 05:55:40.001495 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001069158 sec.
3762 2024.11.22 05:55:40.121927 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3763 2024.11.22 05:55:40.122116 [ 256 ] {3594d918-f4ff-464e-b650-c29f1da3d43e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3764 2024.11.22 05:55:40.122191 [ 256 ] {3594d918-f4ff-464e-b650-c29f1da3d43e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3765 2024.11.22 05:55:40.123041 [ 256 ] {3594d918-f4ff-464e-b650-c29f1da3d43e} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3766 2024.11.22 05:55:40.123095 [ 256 ] {3594d918-f4ff-464e-b650-c29f1da3d43e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3767 2024.11.22 05:55:40.123557 [ 256 ] {3594d918-f4ff-464e-b650-c29f1da3d43e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3768 2024.11.22 05:55:40.123862 [ 256 ] {3594d918-f4ff-464e-b650-c29f1da3d43e} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3769 2024.11.22 05:55:40.124192 [ 256 ] {3594d918-f4ff-464e-b650-c29f1da3d43e} <Debug> executeQuery: Read 102 rows, 8.82 KiB in 0.002105 sec., 48456.05700712589 rows/sec., 4.09 MiB/sec.
3770 2024.11.22 05:55:40.124399 [ 256 ] {3594d918-f4ff-464e-b650-c29f1da3d43e} <Debug> TCPHandler: Processed in 0.002600481 sec.
3771 2024.11.22 05:55:40.124600 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3772 2024.11.22 05:55:40.124720 [ 257 ] {88e77665-ba77-45c0-89d5-fda50db9eb6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3773 2024.11.22 05:55:40.124770 [ 257 ] {88e77665-ba77-45c0-89d5-fda50db9eb6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3774 2024.11.22 05:55:40.125349 [ 257 ] {88e77665-ba77-45c0-89d5-fda50db9eb6f} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3775 2024.11.22 05:55:40.125392 [ 257 ] {88e77665-ba77-45c0-89d5-fda50db9eb6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3776 2024.11.22 05:55:40.125802 [ 257 ] {88e77665-ba77-45c0-89d5-fda50db9eb6f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3777 2024.11.22 05:55:40.126149 [ 257 ] {88e77665-ba77-45c0-89d5-fda50db9eb6f} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3778 2024.11.22 05:55:40.126421 [ 257 ] {88e77665-ba77-45c0-89d5-fda50db9eb6f} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.00173 sec., 13294.797687861272 rows/sec., 999.71 KiB/sec.
3779 2024.11.22 05:55:40.126633 [ 257 ] {88e77665-ba77-45c0-89d5-fda50db9eb6f} <Debug> TCPHandler: Processed in 0.002096796 sec.
3780 2024.11.22 05:55:40.126809 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3781 2024.11.22 05:55:40.126922 [ 256 ] {47cb928e-c857-4921-add0-615b5f035d65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3782 2024.11.22 05:55:40.126969 [ 256 ] {47cb928e-c857-4921-add0-615b5f035d65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3783 2024.11.22 05:55:40.127564 [ 256 ] {47cb928e-c857-4921-add0-615b5f035d65} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3784 2024.11.22 05:55:40.127603 [ 256 ] {47cb928e-c857-4921-add0-615b5f035d65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3785 2024.11.22 05:55:40.127974 [ 256 ] {47cb928e-c857-4921-add0-615b5f035d65} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3786 2024.11.22 05:55:40.128217 [ 256 ] {47cb928e-c857-4921-add0-615b5f035d65} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3787 2024.11.22 05:55:40.128577 [ 256 ] {47cb928e-c857-4921-add0-615b5f035d65} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001628 sec., 53439.803439803436 rows/sec., 4.17 MiB/sec.
3788 2024.11.22 05:55:40.129002 [ 256 ] {47cb928e-c857-4921-add0-615b5f035d65} <Debug> TCPHandler: Processed in 0.002252141 sec.
3789 2024.11.22 05:55:40.129257 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3790 2024.11.22 05:55:40.129402 [ 257 ] {dd7d66d7-e0c8-4c3d-8bbc-cf88420af586} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3791 2024.11.22 05:55:40.129468 [ 257 ] {dd7d66d7-e0c8-4c3d-8bbc-cf88420af586} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3792 2024.11.22 05:55:40.130072 [ 257 ] {dd7d66d7-e0c8-4c3d-8bbc-cf88420af586} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3793 2024.11.22 05:55:40.130112 [ 257 ] {dd7d66d7-e0c8-4c3d-8bbc-cf88420af586} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3794 2024.11.22 05:55:40.130510 [ 257 ] {dd7d66d7-e0c8-4c3d-8bbc-cf88420af586} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3795 2024.11.22 05:55:40.130752 [ 257 ] {dd7d66d7-e0c8-4c3d-8bbc-cf88420af586} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3796 2024.11.22 05:55:40.130972 [ 257 ] {dd7d66d7-e0c8-4c3d-8bbc-cf88420af586} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0016 sec., 100000 rows/sec., 6.96 MiB/sec.
3797 2024.11.22 05:55:40.131075 [ 257 ] {dd7d66d7-e0c8-4c3d-8bbc-cf88420af586} <Debug> TCPHandler: Processed in 0.001932002 sec.
3798 2024.11.22 05:55:40.131237 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3799 2024.11.22 05:55:40.131349 [ 256 ] {10a473ce-6d84-4d05-9d2b-978d316a6038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3800 2024.11.22 05:55:40.131414 [ 256 ] {10a473ce-6d84-4d05-9d2b-978d316a6038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3801 2024.11.22 05:55:40.132499 [ 256 ] {10a473ce-6d84-4d05-9d2b-978d316a6038} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3802 2024.11.22 05:55:40.132537 [ 256 ] {10a473ce-6d84-4d05-9d2b-978d316a6038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3803 2024.11.22 05:55:40.133161 [ 256 ] {10a473ce-6d84-4d05-9d2b-978d316a6038} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3804 2024.11.22 05:55:40.133455 [ 256 ] {10a473ce-6d84-4d05-9d2b-978d316a6038} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3805 2024.11.22 05:55:40.133866 [ 256 ] {10a473ce-6d84-4d05-9d2b-978d316a6038} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002508 sec., 9170.653907496013 rows/sec., 16.43 MiB/sec.
3806 2024.11.22 05:55:40.134552 [ 256 ] {10a473ce-6d84-4d05-9d2b-978d316a6038} <Debug> TCPHandler: Processed in 0.003368322 sec.
3807 2024.11.22 05:55:40.134711 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3808 2024.11.22 05:55:40.134840 [ 257 ] {91bb5a8c-9f24-4f05-a632-b1cd5e89bf34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3809 2024.11.22 05:55:40.134897 [ 257 ] {91bb5a8c-9f24-4f05-a632-b1cd5e89bf34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3810 2024.11.22 05:55:40.135381 [ 257 ] {91bb5a8c-9f24-4f05-a632-b1cd5e89bf34} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3811 2024.11.22 05:55:40.135419 [ 257 ] {91bb5a8c-9f24-4f05-a632-b1cd5e89bf34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3812 2024.11.22 05:55:40.135770 [ 257 ] {91bb5a8c-9f24-4f05-a632-b1cd5e89bf34} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3813 2024.11.22 05:55:40.136008 [ 257 ] {91bb5a8c-9f24-4f05-a632-b1cd5e89bf34} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3814 2024.11.22 05:55:40.136231 [ 257 ] {91bb5a8c-9f24-4f05-a632-b1cd5e89bf34} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001413 sec., 42462.84501061571 rows/sec., 2.86 MiB/sec.
3815 2024.11.22 05:55:40.136341 [ 257 ] {91bb5a8c-9f24-4f05-a632-b1cd5e89bf34} <Debug> TCPHandler: Processed in 0.001691656 sec.
3816 2024.11.22 05:55:40.278363 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121
3817 2024.11.22 05:55:40.300581 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3818 2024.11.22 05:55:40.300642 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3819 2024.11.22 05:55:40.308445 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3820 2024.11.22 05:55:40.309254 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3821 2024.11.22 05:55:40.309562 [ 102 ] {} <Debug> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3822 2024.11.22 05:55:40.309626 [ 102 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3823 2024.11.22 05:55:40.309664 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3824 2024.11.22 05:55:40.310071 [ 191 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::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
3825 2024.11.22 05:55:40.325925 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
3826 2024.11.22 05:55:40.327495 [ 191 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3827 2024.11.22 05:55:40.329261 [ 191 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::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
3828 2024.11.22 05:55:40.335285 [ 191 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::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
3829 2024.11.22 05:55:40.341099 [ 191 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::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
3830 2024.11.22 05:55:40.346714 [ 191 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::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
3831 2024.11.22 05:55:40.352551 [ 191 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::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
3832 2024.11.22 05:55:40.357192 [ 191 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::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
3833 2024.11.22 05:55:40.414998 [ 193 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.105210378 sec., 1150.076658787406 rows/sec., 5.95 MiB/sec.
3834 2024.11.22 05:55:40.417485 [ 193 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3835 2024.11.22 05:55:40.420411 [ 193 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_16_3} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3836 2024.11.22 05:55:40.420500 [ 193 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_16_3} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3837 2024.11.22 05:55:40.422819 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB.
3838 2024.11.22 05:55:41.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.31 MiB, peak 187.28 MiB, free memory in arenas 0.00 B, will set to 178.66 MiB (RSS), difference: 1.34 MiB
3839 2024.11.22 05:55:41.559145 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52773, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3840 2024.11.22 05:55:42.263763 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41955, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3841 2024.11.22 05:55:42.277175 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59081, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3842 2024.11.22 05:55:42.366179 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63933, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3843 2024.11.22 05:55:42.402910 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57509, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3844 2024.11.22 05:55:42.408595 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:32866, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3845 2024.11.22 05:55:42.411875 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58435, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3846 2024.11.22 05:55:42.419231 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45931, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3847 2024.11.22 05:55:42.682599 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36670, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3848 2024.11.22 05:55:43.201818 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54111, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3849 2024.11.22 05:55:43.235146 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60009, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3850 2024.11.22 05:55:43.391923 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50969, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3851 2024.11.22 05:55:43.496012 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43106, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3852 2024.11.22 05:55:43.502311 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45073, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3853 2024.11.22 05:55:43.532571 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50017, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3854 2024.11.22 05:55:43.536845 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40806, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3855 2024.11.22 05:55:43.542098 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49749, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3856 2024.11.22 05:55:43.880251 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:65373, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3857 2024.11.22 05:55:43.892813 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37647, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3858 2024.11.22 05:55:44.032953 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36542, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3859 2024.11.22 05:55:44.067471 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54477, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3860 2024.11.22 05:55:44.189936 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52680, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3861 2024.11.22 05:55:44.221409 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33823, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3862 2024.11.22 05:55:44.239994 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45922, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
3863 2024.11.22 05:55:45.133669 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3864 2024.11.22 05:55:45.133924 [ 256 ] {8d86a60a-43ed-4309-af01-569b6a3308b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3865 2024.11.22 05:55:45.134025 [ 256 ] {8d86a60a-43ed-4309-af01-569b6a3308b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3866 2024.11.22 05:55:45.135100 [ 256 ] {8d86a60a-43ed-4309-af01-569b6a3308b7} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3867 2024.11.22 05:55:45.135179 [ 256 ] {8d86a60a-43ed-4309-af01-569b6a3308b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3868 2024.11.22 05:55:45.135846 [ 256 ] {8d86a60a-43ed-4309-af01-569b6a3308b7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3869 2024.11.22 05:55:45.136228 [ 256 ] {8d86a60a-43ed-4309-af01-569b6a3308b7} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3870 2024.11.22 05:55:45.136499 [ 256 ] {8d86a60a-43ed-4309-af01-569b6a3308b7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002642 sec., 5299.015897047691 rows/sec., 381.46 KiB/sec.
3871 2024.11.22 05:55:45.136593 [ 256 ] {8d86a60a-43ed-4309-af01-569b6a3308b7} <Debug> TCPHandler: Processed in 0.003135355 sec.
3872 2024.11.22 05:55:45.136840 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3873 2024.11.22 05:55:45.136991 [ 257 ] {5f5f76f7-32e2-4c2a-b6ea-eda5297e6ed8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3874 2024.11.22 05:55:45.137060 [ 257 ] {5f5f76f7-32e2-4c2a-b6ea-eda5297e6ed8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3875 2024.11.22 05:55:45.138043 [ 257 ] {5f5f76f7-32e2-4c2a-b6ea-eda5297e6ed8} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3876 2024.11.22 05:55:45.138091 [ 257 ] {5f5f76f7-32e2-4c2a-b6ea-eda5297e6ed8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3877 2024.11.22 05:55:45.138661 [ 257 ] {5f5f76f7-32e2-4c2a-b6ea-eda5297e6ed8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3878 2024.11.22 05:55:45.139073 [ 257 ] {5f5f76f7-32e2-4c2a-b6ea-eda5297e6ed8} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3879 2024.11.22 05:55:45.139324 [ 257 ] {5f5f76f7-32e2-4c2a-b6ea-eda5297e6ed8} <Debug> executeQuery: Read 239 rows, 21.37 KiB in 0.002374 sec., 100673.96798652064 rows/sec., 8.79 MiB/sec.
3880 2024.11.22 05:55:45.139404 [ 257 ] {5f5f76f7-32e2-4c2a-b6ea-eda5297e6ed8} <Debug> TCPHandler: Processed in 0.002635062 sec.
3881 2024.11.22 05:55:45.139654 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3882 2024.11.22 05:55:45.139811 [ 256 ] {dba05db7-6f6d-4b82-91f4-8ff209ffb64b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3883 2024.11.22 05:55:45.139908 [ 256 ] {dba05db7-6f6d-4b82-91f4-8ff209ffb64b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3884 2024.11.22 05:55:45.140983 [ 256 ] {dba05db7-6f6d-4b82-91f4-8ff209ffb64b} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3885 2024.11.22 05:55:45.141039 [ 256 ] {dba05db7-6f6d-4b82-91f4-8ff209ffb64b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3886 2024.11.22 05:55:45.141557 [ 256 ] {dba05db7-6f6d-4b82-91f4-8ff209ffb64b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3887 2024.11.22 05:55:45.141937 [ 256 ] {dba05db7-6f6d-4b82-91f4-8ff209ffb64b} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3888 2024.11.22 05:55:45.142184 [ 97 ] {} <Debug> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3889 2024.11.22 05:55:45.142237 [ 97 ] {} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3890 2024.11.22 05:55:45.142271 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3891 2024.11.22 05:55:45.142275 [ 256 ] {dba05db7-6f6d-4b82-91f4-8ff209ffb64b} <Debug> executeQuery: Read 25 rows, 1.81 KiB in 0.002499 sec., 10004.001600640257 rows/sec., 724.12 KiB/sec.
3892 2024.11.22 05:55:45.142548 [ 256 ] {dba05db7-6f6d-4b82-91f4-8ff209ffb64b} <Debug> TCPHandler: Processed in 0.002928399 sec.
3893 2024.11.22 05:55:45.142632 [ 199 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::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
3894 2024.11.22 05:55:45.142849 [ 199 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3895 2024.11.22 05:55:45.142922 [ 199 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 60 rows starting from the beginning of the part
3896 2024.11.22 05:55:45.142984 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3897 2024.11.22 05:55:45.143066 [ 199 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 25 rows starting from the beginning of the part
3898 2024.11.22 05:55:45.143410 [ 257 ] {1a0bc7a3-2755-4c4b-86c7-26d9f9e86f5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3899 2024.11.22 05:55:45.143560 [ 257 ] {1a0bc7a3-2755-4c4b-86c7-26d9f9e86f5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3900 2024.11.22 05:55:45.143663 [ 199 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 23 rows starting from the beginning of the part
3901 2024.11.22 05:55:45.143910 [ 199 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 25 rows starting from the beginning of the part
3902 2024.11.22 05:55:45.144379 [ 199 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 23 rows starting from the beginning of the part
3903 2024.11.22 05:55:45.144847 [ 199 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 25 rows starting from the beginning of the part
3904 2024.11.22 05:55:45.146561 [ 257 ] {1a0bc7a3-2755-4c4b-86c7-26d9f9e86f5b} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3905 2024.11.22 05:55:45.146640 [ 257 ] {1a0bc7a3-2755-4c4b-86c7-26d9f9e86f5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3906 2024.11.22 05:55:45.148598 [ 257 ] {1a0bc7a3-2755-4c4b-86c7-26d9f9e86f5b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3907 2024.11.22 05:55:45.149200 [ 196 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 5 columns (5 merged, 0 gathered) in 0.006808725 sec., 26583.538033919715 rows/sec., 2.00 MiB/sec.
3908 2024.11.22 05:55:45.149296 [ 257 ] {1a0bc7a3-2755-4c4b-86c7-26d9f9e86f5b} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3909 2024.11.22 05:55:45.149422 [ 192 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3910 2024.11.22 05:55:45.149655 [ 257 ] {1a0bc7a3-2755-4c4b-86c7-26d9f9e86f5b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006419 sec., 2181.0250817884403 rows/sec., 152.74 KiB/sec.
3911 2024.11.22 05:55:45.149794 [ 257 ] {1a0bc7a3-2755-4c4b-86c7-26d9f9e86f5b} <Debug> TCPHandler: Processed in 0.006908968 sec.
3912 2024.11.22 05:55:45.150002 [ 192 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_21_4} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3913 2024.11.22 05:55:45.150079 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3914 2024.11.22 05:55:45.150124 [ 192 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_21_4} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3915 2024.11.22 05:55:45.150248 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
3916 2024.11.22 05:55:45.150271 [ 256 ] {20c84483-5907-4d2c-8996-b3062612c0ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3917 2024.11.22 05:55:45.150346 [ 256 ] {20c84483-5907-4d2c-8996-b3062612c0ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3918 2024.11.22 05:55:45.151169 [ 256 ] {20c84483-5907-4d2c-8996-b3062612c0ca} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3919 2024.11.22 05:55:45.151217 [ 256 ] {20c84483-5907-4d2c-8996-b3062612c0ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3920 2024.11.22 05:55:45.151711 [ 256 ] {20c84483-5907-4d2c-8996-b3062612c0ca} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3921 2024.11.22 05:55:45.152063 [ 256 ] {20c84483-5907-4d2c-8996-b3062612c0ca} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3922 2024.11.22 05:55:45.152310 [ 256 ] {20c84483-5907-4d2c-8996-b3062612c0ca} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.0021 sec., 6190.476190476191 rows/sec., 385.97 KiB/sec.
3923 2024.11.22 05:55:45.152397 [ 256 ] {20c84483-5907-4d2c-8996-b3062612c0ca} <Debug> TCPHandler: Processed in 0.002437156 sec.
3924 2024.11.22 05:55:45.152603 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3925 2024.11.22 05:55:45.152753 [ 257 ] {225cb999-743b-4e2b-9812-fd2fb329263f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3926 2024.11.22 05:55:45.152817 [ 257 ] {225cb999-743b-4e2b-9812-fd2fb329263f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3927 2024.11.22 05:55:45.153723 [ 257 ] {225cb999-743b-4e2b-9812-fd2fb329263f} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3928 2024.11.22 05:55:45.153768 [ 257 ] {225cb999-743b-4e2b-9812-fd2fb329263f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3929 2024.11.22 05:55:45.154270 [ 257 ] {225cb999-743b-4e2b-9812-fd2fb329263f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3930 2024.11.22 05:55:45.154639 [ 257 ] {225cb999-743b-4e2b-9812-fd2fb329263f} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3931 2024.11.22 05:55:45.154926 [ 257 ] {225cb999-743b-4e2b-9812-fd2fb329263f} <Debug> executeQuery: Read 400 rows, 29.12 KiB in 0.002208 sec., 181159.42028985507 rows/sec., 12.88 MiB/sec.
3932 2024.11.22 05:55:45.155197 [ 257 ] {225cb999-743b-4e2b-9812-fd2fb329263f} <Debug> TCPHandler: Processed in 0.002661262 sec.
3933 2024.11.22 05:55:45.155424 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3934 2024.11.22 05:55:45.155567 [ 256 ] {b40cd332-fe2a-499e-99bc-7da3da56bd12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3935 2024.11.22 05:55:45.155635 [ 256 ] {b40cd332-fe2a-499e-99bc-7da3da56bd12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3936 2024.11.22 05:55:45.156455 [ 256 ] {b40cd332-fe2a-499e-99bc-7da3da56bd12} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3937 2024.11.22 05:55:45.156504 [ 256 ] {b40cd332-fe2a-499e-99bc-7da3da56bd12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3938 2024.11.22 05:55:45.157000 [ 256 ] {b40cd332-fe2a-499e-99bc-7da3da56bd12} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3939 2024.11.22 05:55:45.157364 [ 256 ] {b40cd332-fe2a-499e-99bc-7da3da56bd12} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3940 2024.11.22 05:55:45.157618 [ 256 ] {b40cd332-fe2a-499e-99bc-7da3da56bd12} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002084 sec., 2879.0786948176583 rows/sec., 150.42 KiB/sec.
3941 2024.11.22 05:55:45.157726 [ 256 ] {b40cd332-fe2a-499e-99bc-7da3da56bd12} <Debug> TCPHandler: Processed in 0.002369354 sec.
3942 2024.11.22 05:55:45.157945 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3943 2024.11.22 05:55:45.158076 [ 257 ] {7f877c18-586f-42cb-864b-2c38e56a0c7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3944 2024.11.22 05:55:45.158139 [ 257 ] {7f877c18-586f-42cb-864b-2c38e56a0c7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3945 2024.11.22 05:55:45.158861 [ 257 ] {7f877c18-586f-42cb-864b-2c38e56a0c7c} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3946 2024.11.22 05:55:45.158905 [ 257 ] {7f877c18-586f-42cb-864b-2c38e56a0c7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3947 2024.11.22 05:55:45.159463 [ 257 ] {7f877c18-586f-42cb-864b-2c38e56a0c7c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3948 2024.11.22 05:55:45.159851 [ 257 ] {7f877c18-586f-42cb-864b-2c38e56a0c7c} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3949 2024.11.22 05:55:45.160156 [ 257 ] {7f877c18-586f-42cb-864b-2c38e56a0c7c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002096 sec., 113072.51908396946 rows/sec., 7.58 MiB/sec.
3950 2024.11.22 05:55:45.160332 [ 257 ] {7f877c18-586f-42cb-864b-2c38e56a0c7c} <Debug> TCPHandler: Processed in 0.002451177 sec.
3951 2024.11.22 05:55:45.160700 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3952 2024.11.22 05:55:45.160844 [ 256 ] {251c00f6-082b-4031-b96b-e95805a25fa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3953 2024.11.22 05:55:45.160915 [ 256 ] {251c00f6-082b-4031-b96b-e95805a25fa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3954 2024.11.22 05:55:45.161539 [ 256 ] {251c00f6-082b-4031-b96b-e95805a25fa5} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3955 2024.11.22 05:55:45.161586 [ 256 ] {251c00f6-082b-4031-b96b-e95805a25fa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3956 2024.11.22 05:55:45.162064 [ 256 ] {251c00f6-082b-4031-b96b-e95805a25fa5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3957 2024.11.22 05:55:45.162389 [ 256 ] {251c00f6-082b-4031-b96b-e95805a25fa5} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3958 2024.11.22 05:55:45.162677 [ 256 ] {251c00f6-082b-4031-b96b-e95805a25fa5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00187 sec., 534.75935828877 rows/sec., 36.03 KiB/sec.
3959 2024.11.22 05:55:45.162760 [ 256 ] {251c00f6-082b-4031-b96b-e95805a25fa5} <Debug> TCPHandler: Processed in 0.002129878 sec.
3960 2024.11.22 05:55:45.163005 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3961 2024.11.22 05:55:45.163157 [ 257 ] {0ef06360-5ce6-4f97-8140-135d75ad86c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3962 2024.11.22 05:55:45.163253 [ 257 ] {0ef06360-5ce6-4f97-8140-135d75ad86c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3963 2024.11.22 05:55:45.164940 [ 257 ] {0ef06360-5ce6-4f97-8140-135d75ad86c5} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3964 2024.11.22 05:55:45.164987 [ 257 ] {0ef06360-5ce6-4f97-8140-135d75ad86c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3965 2024.11.22 05:55:45.165853 [ 257 ] {0ef06360-5ce6-4f97-8140-135d75ad86c5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3966 2024.11.22 05:55:45.166212 [ 257 ] {0ef06360-5ce6-4f97-8140-135d75ad86c5} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3967 2024.11.22 05:55:45.166492 [ 72 ] {} <Debug> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3968 2024.11.22 05:55:45.166585 [ 257 ] {0ef06360-5ce6-4f97-8140-135d75ad86c5} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.003454 sec., 5211.349160393746 rows/sec., 9.34 MiB/sec.
3969 2024.11.22 05:55:45.166600 [ 72 ] {} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3970 2024.11.22 05:55:45.166705 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3971 2024.11.22 05:55:45.167011 [ 257 ] {0ef06360-5ce6-4f97-8140-135d75ad86c5} <Debug> TCPHandler: Processed in 0.004091071 sec.
3972 2024.11.22 05:55:45.167038 [ 192 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::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
3973 2024.11.22 05:55:45.167338 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3974 2024.11.22 05:55:45.167531 [ 192 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3975 2024.11.22 05:55:45.167544 [ 256 ] {b56ca2b4-bbeb-4f7b-88c3-533aaa218b41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3976 2024.11.22 05:55:45.167626 [ 192 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 243 rows starting from the beginning of the part
3977 2024.11.22 05:55:45.167635 [ 256 ] {b56ca2b4-bbeb-4f7b-88c3-533aaa218b41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3978 2024.11.22 05:55:45.168257 [ 192 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 18 rows starting from the beginning of the part
3979 2024.11.22 05:55:45.168662 [ 192 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 23 rows starting from the beginning of the part
3980 2024.11.22 05:55:45.169063 [ 192 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 18 rows starting from the beginning of the part
3981 2024.11.22 05:55:45.169435 [ 256 ] {b56ca2b4-bbeb-4f7b-88c3-533aaa218b41} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3982 2024.11.22 05:55:45.169493 [ 256 ] {b56ca2b4-bbeb-4f7b-88c3-533aaa218b41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3983 2024.11.22 05:55:45.169515 [ 192 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 23 rows starting from the beginning of the part
3984 2024.11.22 05:55:45.169935 [ 192 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 18 rows starting from the beginning of the part
3985 2024.11.22 05:55:45.170474 [ 256 ] {b56ca2b4-bbeb-4f7b-88c3-533aaa218b41} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3986 2024.11.22 05:55:45.170970 [ 256 ] {b56ca2b4-bbeb-4f7b-88c3-533aaa218b41} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3987 2024.11.22 05:55:45.171506 [ 256 ] {b56ca2b4-bbeb-4f7b-88c3-533aaa218b41} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004011 sec., 20443.779606083273 rows/sec., 1.30 MiB/sec.
3988 2024.11.22 05:55:45.171879 [ 256 ] {b56ca2b4-bbeb-4f7b-88c3-533aaa218b41} <Debug> TCPHandler: Processed in 0.004668166 sec.
3989 2024.11.22 05:55:45.175658 [ 196 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 343 rows, containing 19 columns (19 merged, 0 gathered) in 0.008779618 sec., 39067.758984502514 rows/sec., 70.01 MiB/sec.
3990 2024.11.22 05:55:45.176471 [ 196 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3991 2024.11.22 05:55:45.176917 [ 196 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3992 2024.11.22 05:55:45.177002 [ 196 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3993 2024.11.22 05:55:45.177146 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.97 MiB.
3994 2024.11.22 05:55:47.257953 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869
3995 2024.11.22 05:55:47.258706 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3996 2024.11.22 05:55:47.258759 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
3997 2024.11.22 05:55:47.259294 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3998 2024.11.22 05:55:47.259555 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3999 2024.11.22 05:55:47.259853 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869
4000 2024.11.22 05:55:47.826000 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
4001 2024.11.22 05:55:47.845888 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4002 2024.11.22 05:55:47.845957 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4003 2024.11.22 05:55:47.853112 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4004 2024.11.22 05:55:47.853910 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4005 2024.11.22 05:55:47.856685 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
4006 2024.11.22 05:55:49.785796 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 564
4007 2024.11.22 05:55:49.788961 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4008 2024.11.22 05:55:49.789013 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4009 2024.11.22 05:55:49.790529 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4010 2024.11.22 05:55:49.790890 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4011 2024.11.22 05:55:49.791840 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 564
4012 2024.11.22 05:55:50.121308 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4013 2024.11.22 05:55:50.121497 [ 256 ] {21cb22c6-0c1b-4633-8a50-007dddcc6c30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4014 2024.11.22 05:55:50.121570 [ 256 ] {21cb22c6-0c1b-4633-8a50-007dddcc6c30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4015 2024.11.22 05:55:50.122364 [ 256 ] {21cb22c6-0c1b-4633-8a50-007dddcc6c30} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4016 2024.11.22 05:55:50.122418 [ 256 ] {21cb22c6-0c1b-4633-8a50-007dddcc6c30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4017 2024.11.22 05:55:50.122867 [ 256 ] {21cb22c6-0c1b-4633-8a50-007dddcc6c30} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4018 2024.11.22 05:55:50.123126 [ 256 ] {21cb22c6-0c1b-4633-8a50-007dddcc6c30} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4019 2024.11.22 05:55:50.123375 [ 256 ] {21cb22c6-0c1b-4633-8a50-007dddcc6c30} <Debug> executeQuery: Read 102 rows, 8.82 KiB in 0.001927 sec., 52932.01868188895 rows/sec., 4.47 MiB/sec.
4020 2024.11.22 05:55:50.123441 [ 256 ] {21cb22c6-0c1b-4633-8a50-007dddcc6c30} <Debug> TCPHandler: Processed in 0.002273302 sec.
4021 2024.11.22 05:55:50.123622 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4022 2024.11.22 05:55:50.123765 [ 257 ] {e711b888-2d16-44dd-b400-4146480beeb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4023 2024.11.22 05:55:50.123823 [ 257 ] {e711b888-2d16-44dd-b400-4146480beeb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4024 2024.11.22 05:55:50.124487 [ 257 ] {e711b888-2d16-44dd-b400-4146480beeb1} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4025 2024.11.22 05:55:50.124536 [ 257 ] {e711b888-2d16-44dd-b400-4146480beeb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4026 2024.11.22 05:55:50.124903 [ 257 ] {e711b888-2d16-44dd-b400-4146480beeb1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4027 2024.11.22 05:55:50.125149 [ 257 ] {e711b888-2d16-44dd-b400-4146480beeb1} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4028 2024.11.22 05:55:50.125360 [ 257 ] {e711b888-2d16-44dd-b400-4146480beeb1} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001629 sec., 14119.091467157765 rows/sec., 1.04 MiB/sec.
4029 2024.11.22 05:55:50.125413 [ 257 ] {e711b888-2d16-44dd-b400-4146480beeb1} <Debug> TCPHandler: Processed in 0.001862091 sec.
4030 2024.11.22 05:55:50.125559 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4031 2024.11.22 05:55:50.125670 [ 256 ] {813b5aa3-f775-4ece-9036-67cda39490a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4032 2024.11.22 05:55:50.125716 [ 256 ] {813b5aa3-f775-4ece-9036-67cda39490a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4033 2024.11.22 05:55:50.126290 [ 256 ] {813b5aa3-f775-4ece-9036-67cda39490a9} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4034 2024.11.22 05:55:50.126331 [ 256 ] {813b5aa3-f775-4ece-9036-67cda39490a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4035 2024.11.22 05:55:50.126695 [ 256 ] {813b5aa3-f775-4ece-9036-67cda39490a9} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4036 2024.11.22 05:55:50.126945 [ 256 ] {813b5aa3-f775-4ece-9036-67cda39490a9} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4037 2024.11.22 05:55:50.127193 [ 256 ] {813b5aa3-f775-4ece-9036-67cda39490a9} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001543 sec., 56383.66817887232 rows/sec., 4.40 MiB/sec.
4038 2024.11.22 05:55:50.127337 [ 256 ] {813b5aa3-f775-4ece-9036-67cda39490a9} <Debug> TCPHandler: Processed in 0.00182805 sec.
4039 2024.11.22 05:55:50.127551 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4040 2024.11.22 05:55:50.127683 [ 257 ] {2dbfe179-becc-4baf-a564-f6a2c567782c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4041 2024.11.22 05:55:50.127743 [ 257 ] {2dbfe179-becc-4baf-a564-f6a2c567782c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4042 2024.11.22 05:55:50.128398 [ 257 ] {2dbfe179-becc-4baf-a564-f6a2c567782c} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4043 2024.11.22 05:55:50.128444 [ 257 ] {2dbfe179-becc-4baf-a564-f6a2c567782c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4044 2024.11.22 05:55:50.128848 [ 257 ] {2dbfe179-becc-4baf-a564-f6a2c567782c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4045 2024.11.22 05:55:50.129079 [ 257 ] {2dbfe179-becc-4baf-a564-f6a2c567782c} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4046 2024.11.22 05:55:50.129284 [ 257 ] {2dbfe179-becc-4baf-a564-f6a2c567782c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001632 sec., 98039.21568627452 rows/sec., 6.83 MiB/sec.
4047 2024.11.22 05:55:50.129336 [ 257 ] {2dbfe179-becc-4baf-a564-f6a2c567782c} <Debug> TCPHandler: Processed in 0.001872181 sec.
4048 2024.11.22 05:55:50.129480 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4049 2024.11.22 05:55:50.129591 [ 256 ] {1f1746a6-5b1c-49a1-92a2-5a22b79817a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4050 2024.11.22 05:55:50.129669 [ 256 ] {1f1746a6-5b1c-49a1-92a2-5a22b79817a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4051 2024.11.22 05:55:50.130959 [ 256 ] {1f1746a6-5b1c-49a1-92a2-5a22b79817a1} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4052 2024.11.22 05:55:50.130998 [ 256 ] {1f1746a6-5b1c-49a1-92a2-5a22b79817a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4053 2024.11.22 05:55:50.131624 [ 256 ] {1f1746a6-5b1c-49a1-92a2-5a22b79817a1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4054 2024.11.22 05:55:50.131904 [ 256 ] {1f1746a6-5b1c-49a1-92a2-5a22b79817a1} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4055 2024.11.22 05:55:50.132147 [ 256 ] {1f1746a6-5b1c-49a1-92a2-5a22b79817a1} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002583 sec., 8904.374758033295 rows/sec., 15.96 MiB/sec.
4056 2024.11.22 05:55:50.132252 [ 256 ] {1f1746a6-5b1c-49a1-92a2-5a22b79817a1} <Debug> TCPHandler: Processed in 0.002825507 sec.
4057 2024.11.22 05:55:50.132405 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4058 2024.11.22 05:55:50.132533 [ 257 ] {92248490-6195-416c-a57e-e994de1afb14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4059 2024.11.22 05:55:50.132588 [ 257 ] {92248490-6195-416c-a57e-e994de1afb14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4060 2024.11.22 05:55:50.133108 [ 257 ] {92248490-6195-416c-a57e-e994de1afb14} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4061 2024.11.22 05:55:50.133154 [ 257 ] {92248490-6195-416c-a57e-e994de1afb14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4062 2024.11.22 05:55:50.133574 [ 257 ] {92248490-6195-416c-a57e-e994de1afb14} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4063 2024.11.22 05:55:50.133811 [ 257 ] {92248490-6195-416c-a57e-e994de1afb14} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4064 2024.11.22 05:55:50.134011 [ 257 ] {92248490-6195-416c-a57e-e994de1afb14} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001508 sec., 39787.798408488066 rows/sec., 2.68 MiB/sec.
4065 2024.11.22 05:55:50.134061 [ 257 ] {92248490-6195-416c-a57e-e994de1afb14} <Debug> TCPHandler: Processed in 0.001718186 sec.
4066 2024.11.22 05:55:54.663485 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache
4067 2024.11.22 05:55:54.663547 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache
4068 2024.11.22 05:55:54.759995 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296
4069 2024.11.22 05:55:54.760750 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4070 2024.11.22 05:55:54.760804 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4071 2024.11.22 05:55:54.761443 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4072 2024.11.22 05:55:54.761720 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4073 2024.11.22 05:55:54.761940 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
4074 2024.11.22 05:55:55.126584 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4075 2024.11.22 05:55:55.126792 [ 256 ] {2e189f00-ae36-42e1-9953-3da13fbd3192} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4076 2024.11.22 05:55:55.126864 [ 256 ] {2e189f00-ae36-42e1-9953-3da13fbd3192} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4077 2024.11.22 05:55:55.127624 [ 256 ] {2e189f00-ae36-42e1-9953-3da13fbd3192} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4078 2024.11.22 05:55:55.127677 [ 256 ] {2e189f00-ae36-42e1-9953-3da13fbd3192} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4079 2024.11.22 05:55:55.128231 [ 256 ] {2e189f00-ae36-42e1-9953-3da13fbd3192} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4080 2024.11.22 05:55:55.128517 [ 256 ] {2e189f00-ae36-42e1-9953-3da13fbd3192} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4081 2024.11.22 05:55:55.128779 [ 256 ] {2e189f00-ae36-42e1-9953-3da13fbd3192} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002041 sec., 6859.382655561 rows/sec., 493.78 KiB/sec.
4082 2024.11.22 05:55:55.128848 [ 256 ] {2e189f00-ae36-42e1-9953-3da13fbd3192} <Debug> TCPHandler: Processed in 0.002404235 sec.
4083 2024.11.22 05:55:55.129054 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4084 2024.11.22 05:55:55.129178 [ 257 ] {c2cb1af2-d110-4940-8c26-576a30d590df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4085 2024.11.22 05:55:55.129229 [ 257 ] {c2cb1af2-d110-4940-8c26-576a30d590df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4086 2024.11.22 05:55:55.129898 [ 257 ] {c2cb1af2-d110-4940-8c26-576a30d590df} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4087 2024.11.22 05:55:55.129941 [ 257 ] {c2cb1af2-d110-4940-8c26-576a30d590df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4088 2024.11.22 05:55:55.130418 [ 257 ] {c2cb1af2-d110-4940-8c26-576a30d590df} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4089 2024.11.22 05:55:55.130687 [ 257 ] {c2cb1af2-d110-4940-8c26-576a30d590df} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4090 2024.11.22 05:55:55.130923 [ 257 ] {c2cb1af2-d110-4940-8c26-576a30d590df} <Debug> executeQuery: Read 239 rows, 21.37 KiB in 0.001774 sec., 134723.7880496054 rows/sec., 11.77 MiB/sec.
4091 2024.11.22 05:55:55.130977 [ 257 ] {c2cb1af2-d110-4940-8c26-576a30d590df} <Debug> TCPHandler: Processed in 0.001984374 sec.
4092 2024.11.22 05:55:55.131116 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4093 2024.11.22 05:55:55.131231 [ 256 ] {31872fc7-5f72-4fa2-8579-e5297f9e3330} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4094 2024.11.22 05:55:55.131280 [ 256 ] {31872fc7-5f72-4fa2-8579-e5297f9e3330} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4095 2024.11.22 05:55:55.131803 [ 256 ] {31872fc7-5f72-4fa2-8579-e5297f9e3330} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4096 2024.11.22 05:55:55.131845 [ 256 ] {31872fc7-5f72-4fa2-8579-e5297f9e3330} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4097 2024.11.22 05:55:55.132204 [ 256 ] {31872fc7-5f72-4fa2-8579-e5297f9e3330} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4098 2024.11.22 05:55:55.132449 [ 256 ] {31872fc7-5f72-4fa2-8579-e5297f9e3330} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4099 2024.11.22 05:55:55.132671 [ 256 ] {31872fc7-5f72-4fa2-8579-e5297f9e3330} <Debug> executeQuery: Read 25 rows, 1.81 KiB in 0.001462 sec., 17099.86320109439 rows/sec., 1.21 MiB/sec.
4100 2024.11.22 05:55:55.132797 [ 256 ] {31872fc7-5f72-4fa2-8579-e5297f9e3330} <Debug> TCPHandler: Processed in 0.001730637 sec.
4101 2024.11.22 05:55:55.132930 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4102 2024.11.22 05:55:55.133038 [ 257 ] {d51a667b-0829-4c24-8a0e-5acd7d26ac81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4103 2024.11.22 05:55:55.133084 [ 257 ] {d51a667b-0829-4c24-8a0e-5acd7d26ac81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4104 2024.11.22 05:55:55.133635 [ 257 ] {d51a667b-0829-4c24-8a0e-5acd7d26ac81} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4105 2024.11.22 05:55:55.133676 [ 257 ] {d51a667b-0829-4c24-8a0e-5acd7d26ac81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4106 2024.11.22 05:55:55.134017 [ 257 ] {d51a667b-0829-4c24-8a0e-5acd7d26ac81} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4107 2024.11.22 05:55:55.134256 [ 257 ] {d51a667b-0829-4c24-8a0e-5acd7d26ac81} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4108 2024.11.22 05:55:55.134465 [ 257 ] {d51a667b-0829-4c24-8a0e-5acd7d26ac81} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00145 sec., 9655.172413793103 rows/sec., 676.19 KiB/sec.
4109 2024.11.22 05:55:55.134517 [ 257 ] {d51a667b-0829-4c24-8a0e-5acd7d26ac81} <Debug> TCPHandler: Processed in 0.001643505 sec.
4110 2024.11.22 05:55:55.134663 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4111 2024.11.22 05:55:55.134774 [ 256 ] {f43099ba-9129-4182-9632-1875b620eb5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4112 2024.11.22 05:55:55.134828 [ 256 ] {f43099ba-9129-4182-9632-1875b620eb5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4113 2024.11.22 05:55:55.135460 [ 256 ] {f43099ba-9129-4182-9632-1875b620eb5d} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4114 2024.11.22 05:55:55.135507 [ 256 ] {f43099ba-9129-4182-9632-1875b620eb5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4115 2024.11.22 05:55:55.135893 [ 256 ] {f43099ba-9129-4182-9632-1875b620eb5d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4116 2024.11.22 05:55:55.136133 [ 256 ] {f43099ba-9129-4182-9632-1875b620eb5d} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4117 2024.11.22 05:55:55.136456 [ 256 ] {f43099ba-9129-4182-9632-1875b620eb5d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001705 sec., 7624.633431085044 rows/sec., 475.39 KiB/sec.
4118 2024.11.22 05:55:55.136634 [ 256 ] {f43099ba-9129-4182-9632-1875b620eb5d} <Debug> TCPHandler: Processed in 0.002016625 sec.
4119 2024.11.22 05:55:55.136798 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4120 2024.11.22 05:55:55.136926 [ 257 ] {642af167-a4ab-4128-a30f-a6e1c74488a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4121 2024.11.22 05:55:55.136981 [ 257 ] {642af167-a4ab-4128-a30f-a6e1c74488a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4122 2024.11.22 05:55:55.137775 [ 257 ] {642af167-a4ab-4128-a30f-a6e1c74488a6} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4123 2024.11.22 05:55:55.137814 [ 257 ] {642af167-a4ab-4128-a30f-a6e1c74488a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4124 2024.11.22 05:55:55.138178 [ 257 ] {642af167-a4ab-4128-a30f-a6e1c74488a6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4125 2024.11.22 05:55:55.138422 [ 257 ] {642af167-a4ab-4128-a30f-a6e1c74488a6} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4126 2024.11.22 05:55:55.138653 [ 257 ] {642af167-a4ab-4128-a30f-a6e1c74488a6} <Debug> executeQuery: Read 400 rows, 29.12 KiB in 0.001749 sec., 228702.11549456834 rows/sec., 16.26 MiB/sec.
4127 2024.11.22 05:55:55.138771 [ 257 ] {642af167-a4ab-4128-a30f-a6e1c74488a6} <Debug> TCPHandler: Processed in 0.002032725 sec.
4128 2024.11.22 05:55:55.138914 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4129 2024.11.22 05:55:55.139045 [ 256 ] {e1ba0a7e-f427-481c-9328-94d91e0d7044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4130 2024.11.22 05:55:55.139099 [ 256 ] {e1ba0a7e-f427-481c-9328-94d91e0d7044} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4131 2024.11.22 05:55:55.139624 [ 256 ] {e1ba0a7e-f427-481c-9328-94d91e0d7044} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4132 2024.11.22 05:55:55.139669 [ 256 ] {e1ba0a7e-f427-481c-9328-94d91e0d7044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4133 2024.11.22 05:55:55.140048 [ 256 ] {e1ba0a7e-f427-481c-9328-94d91e0d7044} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4134 2024.11.22 05:55:55.140281 [ 256 ] {e1ba0a7e-f427-481c-9328-94d91e0d7044} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4135 2024.11.22 05:55:55.140460 [ 62 ] {} <Debug> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
4136 2024.11.22 05:55:55.140493 [ 256 ] {e1ba0a7e-f427-481c-9328-94d91e0d7044} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001478 sec., 4059.539918809202 rows/sec., 212.10 KiB/sec.
4137 2024.11.22 05:55:55.140547 [ 62 ] {} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4138 2024.11.22 05:55:55.140617 [ 256 ] {e1ba0a7e-f427-481c-9328-94d91e0d7044} <Debug> TCPHandler: Processed in 0.001763098 sec.
4139 2024.11.22 05:55:55.140623 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4140 2024.11.22 05:55:55.140913 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4141 2024.11.22 05:55:55.141033 [ 190 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::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
4142 2024.11.22 05:55:55.141209 [ 257 ] {c2f9d83a-7835-4711-8675-1a90b50ac934} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4143 2024.11.22 05:55:55.141351 [ 257 ] {c2f9d83a-7835-4711-8675-1a90b50ac934} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4144 2024.11.22 05:55:55.141364 [ 190 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4145 2024.11.22 05:55:55.141468 [ 190 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::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
4146 2024.11.22 05:55:55.141871 [ 190 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::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
4147 2024.11.22 05:55:55.142258 [ 190 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::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
4148 2024.11.22 05:55:55.142521 [ 190 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::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
4149 2024.11.22 05:55:55.142730 [ 190 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::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
4150 2024.11.22 05:55:55.143125 [ 190 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::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
4151 2024.11.22 05:55:55.143865 [ 257 ] {c2f9d83a-7835-4711-8675-1a90b50ac934} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4152 2024.11.22 05:55:55.143926 [ 257 ] {c2f9d83a-7835-4711-8675-1a90b50ac934} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4153 2024.11.22 05:55:55.144853 [ 257 ] {c2f9d83a-7835-4711-8675-1a90b50ac934} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4154 2024.11.22 05:55:55.145365 [ 257 ] {c2f9d83a-7835-4711-8675-1a90b50ac934} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4155 2024.11.22 05:55:55.146157 [ 257 ] {c2f9d83a-7835-4711-8675-1a90b50ac934} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004993 sec., 47466.45303424795 rows/sec., 3.18 MiB/sec.
4156 2024.11.22 05:55:55.146499 [ 190 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.005719956 sec., 11538.550296540743 rows/sec., 602.84 KiB/sec.
4157 2024.11.22 05:55:55.146521 [ 257 ] {c2f9d83a-7835-4711-8675-1a90b50ac934} <Debug> TCPHandler: Processed in 0.005799038 sec.
4158 2024.11.22 05:55:55.146724 [ 190 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
4159 2024.11.22 05:55:55.146742 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4160 2024.11.22 05:55:55.146926 [ 256 ] {b50db9ca-322a-407a-af5d-73c66609a1ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4161 2024.11.22 05:55:55.146998 [ 256 ] {b50db9ca-322a-407a-af5d-73c66609a1ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4162 2024.11.22 05:55:55.147306 [ 190 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_11_2} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4163 2024.11.22 05:55:55.147520 [ 190 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_11_2} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
4164 2024.11.22 05:55:55.147680 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
4165 2024.11.22 05:55:55.147878 [ 256 ] {b50db9ca-322a-407a-af5d-73c66609a1ed} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4166 2024.11.22 05:55:55.147920 [ 256 ] {b50db9ca-322a-407a-af5d-73c66609a1ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4167 2024.11.22 05:55:55.148276 [ 256 ] {b50db9ca-322a-407a-af5d-73c66609a1ed} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4168 2024.11.22 05:55:55.148512 [ 256 ] {b50db9ca-322a-407a-af5d-73c66609a1ed} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4169 2024.11.22 05:55:55.148732 [ 256 ] {b50db9ca-322a-407a-af5d-73c66609a1ed} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00185 sec., 540.5405405405405 rows/sec., 36.42 KiB/sec.
4170 2024.11.22 05:55:55.148787 [ 256 ] {b50db9ca-322a-407a-af5d-73c66609a1ed} <Debug> TCPHandler: Processed in 0.002124347 sec.
4171 2024.11.22 05:55:55.148934 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4172 2024.11.22 05:55:55.149060 [ 257 ] {514824ee-df0e-4504-a60c-8a15b4b8e1ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4173 2024.11.22 05:55:55.149138 [ 257 ] {514824ee-df0e-4504-a60c-8a15b4b8e1ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4174 2024.11.22 05:55:55.150272 [ 257 ] {514824ee-df0e-4504-a60c-8a15b4b8e1ec} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4175 2024.11.22 05:55:55.150311 [ 257 ] {514824ee-df0e-4504-a60c-8a15b4b8e1ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4176 2024.11.22 05:55:55.150908 [ 257 ] {514824ee-df0e-4504-a60c-8a15b4b8e1ec} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4177 2024.11.22 05:55:55.151153 [ 257 ] {514824ee-df0e-4504-a60c-8a15b4b8e1ec} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4178 2024.11.22 05:55:55.151383 [ 257 ] {514824ee-df0e-4504-a60c-8a15b4b8e1ec} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.002351 sec., 7656.316461080392 rows/sec., 13.72 MiB/sec.
4179 2024.11.22 05:55:55.151477 [ 257 ] {514824ee-df0e-4504-a60c-8a15b4b8e1ec} <Debug> TCPHandler: Processed in 0.00260412 sec.
4180 2024.11.22 05:55:55.151621 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4181 2024.11.22 05:55:55.151750 [ 256 ] {c49e437b-11ff-4af8-841d-d7863bec40f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4182 2024.11.22 05:55:55.151804 [ 256 ] {c49e437b-11ff-4af8-841d-d7863bec40f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4183 2024.11.22 05:55:55.152334 [ 256 ] {c49e437b-11ff-4af8-841d-d7863bec40f8} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4184 2024.11.22 05:55:55.152380 [ 256 ] {c49e437b-11ff-4af8-841d-d7863bec40f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4185 2024.11.22 05:55:55.152790 [ 256 ] {c49e437b-11ff-4af8-841d-d7863bec40f8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4186 2024.11.22 05:55:55.153020 [ 256 ] {c49e437b-11ff-4af8-841d-d7863bec40f8} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4187 2024.11.22 05:55:55.153244 [ 256 ] {c49e437b-11ff-4af8-841d-d7863bec40f8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001522 sec., 53876.47831800263 rows/sec., 3.42 MiB/sec.
4188 2024.11.22 05:55:55.153294 [ 256 ] {c49e437b-11ff-4af8-841d-d7863bec40f8} <Debug> TCPHandler: Processed in 0.001737367 sec.
4189 2024.11.22 05:55:55.356736 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
4190 2024.11.22 05:55:55.377106 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4191 2024.11.22 05:55:55.377165 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4192 2024.11.22 05:55:55.384807 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4193 2024.11.22 05:55:55.385572 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4194 2024.11.22 05:55:55.388290 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
4195 2024.11.22 05:55:59.792028 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 598
4196 2024.11.22 05:55:59.795165 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4197 2024.11.22 05:55:59.795225 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4198 2024.11.22 05:55:59.796727 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4199 2024.11.22 05:55:59.797042 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4200 2024.11.22 05:55:59.798059 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 598
4201 2024.11.22 05:56:00.151171 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4202 2024.11.22 05:56:00.151362 [ 256 ] {fef401cb-f1f7-4fb7-b4f7-3c7caee1b75c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4203 2024.11.22 05:56:00.151435 [ 256 ] {fef401cb-f1f7-4fb7-b4f7-3c7caee1b75c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4204 2024.11.22 05:56:00.152215 [ 256 ] {fef401cb-f1f7-4fb7-b4f7-3c7caee1b75c} <Trace> oximeter.fields_ipaddr (99939db0-ec9a-4d46-b64a-a0023bb0c9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4205 2024.11.22 05:56:00.152270 [ 256 ] {fef401cb-f1f7-4fb7-b4f7-3c7caee1b75c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4206 2024.11.22 05:56:00.152762 [ 256 ] {fef401cb-f1f7-4fb7-b4f7-3c7caee1b75c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
4207 2024.11.22 05:56:00.153023 [ 256 ] {fef401cb-f1f7-4fb7-b4f7-3c7caee1b75c} <Trace> oximeter.fields_ipaddr (99939db0-ec9a-4d46-b64a-a0023bb0c9b6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4208 2024.11.22 05:56:00.153276 [ 256 ] {fef401cb-f1f7-4fb7-b4f7-3c7caee1b75c} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001956 sec., 6134.9693251533745 rows/sec., 500.26 KiB/sec.
4209 2024.11.22 05:56:00.153460 [ 256 ] {fef401cb-f1f7-4fb7-b4f7-3c7caee1b75c} <Debug> TCPHandler: Processed in 0.002425206 sec.
4210 2024.11.22 05:56:00.153658 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4211 2024.11.22 05:56:00.153783 [ 257 ] {1b921197-06bf-4007-b085-e9715a6b09c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4212 2024.11.22 05:56:00.153834 [ 257 ] {1b921197-06bf-4007-b085-e9715a6b09c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4213 2024.11.22 05:56:00.155010 [ 257 ] {1b921197-06bf-4007-b085-e9715a6b09c4} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4214 2024.11.22 05:56:00.155052 [ 257 ] {1b921197-06bf-4007-b085-e9715a6b09c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4215 2024.11.22 05:56:00.155523 [ 257 ] {1b921197-06bf-4007-b085-e9715a6b09c4} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4216 2024.11.22 05:56:00.155774 [ 257 ] {1b921197-06bf-4007-b085-e9715a6b09c4} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4217 2024.11.22 05:56:00.155966 [ 63 ] {} <Debug> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4218 2024.11.22 05:56:00.156019 [ 257 ] {1b921197-06bf-4007-b085-e9715a6b09c4} <Debug> executeQuery: Read 1248 rows, 105.82 KiB in 0.002262 sec., 551724.1379310344 rows/sec., 45.69 MiB/sec.
4219 2024.11.22 05:56:00.156066 [ 63 ] {} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4220 2024.11.22 05:56:00.156146 [ 257 ] {1b921197-06bf-4007-b085-e9715a6b09c4} <Debug> TCPHandler: Processed in 0.002543919 sec.
4221 2024.11.22 05:56:00.156150 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4222 2024.11.22 05:56:00.156338 [ 192 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::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
4223 2024.11.22 05:56:00.156344 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4224 2024.11.22 05:56:00.156495 [ 192 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4225 2024.11.22 05:56:00.156536 [ 256 ] {dbf956a2-1bf7-4fab-9a65-4b66a89e3ab3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4226 2024.11.22 05:56:00.156547 [ 192 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1433 rows starting from the beginning of the part
4227 2024.11.22 05:56:00.156606 [ 256 ] {dbf956a2-1bf7-4fab-9a65-4b66a89e3ab3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4228 2024.11.22 05:56:00.156718 [ 192 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 102 rows starting from the beginning of the part
4229 2024.11.22 05:56:00.156962 [ 192 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 239 rows starting from the beginning of the part
4230 2024.11.22 05:56:00.157377 [ 192 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 102 rows starting from the beginning of the part
4231 2024.11.22 05:56:00.157614 [ 192 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 239 rows starting from the beginning of the part
4232 2024.11.22 05:56:00.157835 [ 192 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1248 rows starting from the beginning of the part
4233 2024.11.22 05:56:00.158579 [ 256 ] {dbf956a2-1bf7-4fab-9a65-4b66a89e3ab3} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4234 2024.11.22 05:56:00.158629 [ 256 ] {dbf956a2-1bf7-4fab-9a65-4b66a89e3ab3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4235 2024.11.22 05:56:00.159233 [ 256 ] {dbf956a2-1bf7-4fab-9a65-4b66a89e3ab3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4236 2024.11.22 05:56:00.159526 [ 256 ] {dbf956a2-1bf7-4fab-9a65-4b66a89e3ab3} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4237 2024.11.22 05:56:00.159778 [ 256 ] {dbf956a2-1bf7-4fab-9a65-4b66a89e3ab3} <Debug> executeQuery: Read 35 rows, 2.57 KiB in 0.003286 sec., 10651.247717589775 rows/sec., 781.31 KiB/sec.
4238 2024.11.22 05:56:00.159871 [ 256 ] {dbf956a2-1bf7-4fab-9a65-4b66a89e3ab3} <Debug> TCPHandler: Processed in 0.003597947 sec.
4239 2024.11.22 05:56:00.160098 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4240 2024.11.22 05:56:00.160127 [ 195 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3363 rows, containing 5 columns (5 merged, 0 gathered) in 0.003851174 sec., 873240.2119457598 rows/sec., 76.66 MiB/sec.
4241 2024.11.22 05:56:00.160247 [ 257 ] {7efd0da5-eeac-4711-9b79-1224f56804d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4242 2024.11.22 05:56:00.160302 [ 257 ] {7efd0da5-eeac-4711-9b79-1224f56804d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4243 2024.11.22 05:56:00.160394 [ 192 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4244 2024.11.22 05:56:00.160752 [ 192 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_26_5} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4245 2024.11.22 05:56:00.160853 [ 192 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_26_5} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4246 2024.11.22 05:56:00.160961 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB.
4247 2024.11.22 05:56:00.161109 [ 257 ] {7efd0da5-eeac-4711-9b79-1224f56804d3} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4248 2024.11.22 05:56:00.161150 [ 257 ] {7efd0da5-eeac-4711-9b79-1224f56804d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4249 2024.11.22 05:56:00.161535 [ 257 ] {7efd0da5-eeac-4711-9b79-1224f56804d3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4250 2024.11.22 05:56:00.161774 [ 257 ] {7efd0da5-eeac-4711-9b79-1224f56804d3} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4251 2024.11.22 05:56:00.161995 [ 257 ] {7efd0da5-eeac-4711-9b79-1224f56804d3} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001775 sec., 128450.7042253521 rows/sec., 8.70 MiB/sec.
4252 2024.11.22 05:56:00.162051 [ 257 ] {7efd0da5-eeac-4711-9b79-1224f56804d3} <Debug> TCPHandler: Processed in 0.002058616 sec.
4253 2024.11.22 05:56:00.162186 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4254 2024.11.22 05:56:00.162295 [ 256 ] {96aec073-7e25-4a6c-88e4-23297d9f5084} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4255 2024.11.22 05:56:00.162341 [ 256 ] {96aec073-7e25-4a6c-88e4-23297d9f5084} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4256 2024.11.22 05:56:00.163057 [ 256 ] {96aec073-7e25-4a6c-88e4-23297d9f5084} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4257 2024.11.22 05:56:00.163103 [ 256 ] {96aec073-7e25-4a6c-88e4-23297d9f5084} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4258 2024.11.22 05:56:00.163478 [ 256 ] {96aec073-7e25-4a6c-88e4-23297d9f5084} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4259 2024.11.22 05:56:00.163721 [ 256 ] {96aec073-7e25-4a6c-88e4-23297d9f5084} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4260 2024.11.22 05:56:00.163886 [ 63 ] {} <Debug> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4261 2024.11.22 05:56:00.163954 [ 63 ] {} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4262 2024.11.22 05:56:00.163973 [ 256 ] {96aec073-7e25-4a6c-88e4-23297d9f5084} <Debug> executeQuery: Read 555 rows, 42.22 KiB in 0.00169 sec., 328402.36686390534 rows/sec., 24.40 MiB/sec.
4263 2024.11.22 05:56:00.163994 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4264 2024.11.22 05:56:00.164160 [ 256 ] {96aec073-7e25-4a6c-88e4-23297d9f5084} <Debug> TCPHandler: Processed in 0.002021365 sec.
4265 2024.11.22 05:56:00.164396 [ 190 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::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
4266 2024.11.22 05:56:00.164481 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4267 2024.11.22 05:56:00.164949 [ 190 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4268 2024.11.22 05:56:00.164989 [ 257 ] {b25e8949-c083-4893-a0d6-6e0344dc318b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4269 2024.11.22 05:56:00.165025 [ 190 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 909 rows starting from the beginning of the part
4270 2024.11.22 05:56:00.165098 [ 257 ] {b25e8949-c083-4893-a0d6-6e0344dc318b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4271 2024.11.22 05:56:00.165310 [ 190 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 87 rows starting from the beginning of the part
4272 2024.11.22 05:56:00.165630 [ 190 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 400 rows starting from the beginning of the part
4273 2024.11.22 05:56:00.165940 [ 190 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 87 rows starting from the beginning of the part
4274 2024.11.22 05:56:00.166338 [ 190 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 400 rows starting from the beginning of the part
4275 2024.11.22 05:56:00.166702 [ 190 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 555 rows starting from the beginning of the part
4276 2024.11.22 05:56:00.168284 [ 257 ] {b25e8949-c083-4893-a0d6-6e0344dc318b} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4277 2024.11.22 05:56:00.168362 [ 257 ] {b25e8949-c083-4893-a0d6-6e0344dc318b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4278 2024.11.22 05:56:00.169248 [ 257 ] {b25e8949-c083-4893-a0d6-6e0344dc318b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4279 2024.11.22 05:56:00.169631 [ 190 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2438 rows, containing 5 columns (5 merged, 0 gathered) in 0.005514019 sec., 442145.73798167903 rows/sec., 33.93 MiB/sec.
4280 2024.11.22 05:56:00.169792 [ 257 ] {b25e8949-c083-4893-a0d6-6e0344dc318b} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4281 2024.11.22 05:56:00.169913 [ 192 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4282 2024.11.22 05:56:00.170138 [ 63 ] {} <Debug> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4283 2024.11.22 05:56:00.170249 [ 63 ] {} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4284 2024.11.22 05:56:00.170310 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4285 2024.11.22 05:56:00.170337 [ 257 ] {b25e8949-c083-4893-a0d6-6e0344dc318b} <Debug> executeQuery: Read 886 rows, 61.05 KiB in 0.005512 sec., 160740.20319303338 rows/sec., 10.82 MiB/sec.
4286 2024.11.22 05:56:00.170840 [ 192 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_26_5} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4287 2024.11.22 05:56:00.171047 [ 190 ] {ff8afe02-9df6-47a2-8081-751390795547::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
4288 2024.11.22 05:56:00.171093 [ 257 ] {b25e8949-c083-4893-a0d6-6e0344dc318b} <Debug> TCPHandler: Processed in 0.006785134 sec.
4289 2024.11.22 05:56:00.171439 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4290 2024.11.22 05:56:00.171443 [ 192 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_26_5} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4291 2024.11.22 05:56:00.171846 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
4292 2024.11.22 05:56:00.171936 [ 256 ] {098a9655-aa2c-44a6-b89a-b5e6bb337ae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4293 2024.11.22 05:56:00.171975 [ 190 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4294 2024.11.22 05:56:00.172074 [ 190 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6834 rows starting from the beginning of the part
4295 2024.11.22 05:56:00.172102 [ 256 ] {098a9655-aa2c-44a6-b89a-b5e6bb337ae1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4296 2024.11.22 05:56:00.172446 [ 190 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part
4297 2024.11.22 05:56:00.172926 [ 190 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 237 rows starting from the beginning of the part
4298 2024.11.22 05:56:00.173375 [ 190 ] {ff8afe02-9df6-47a2-8081-751390795547::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
4299 2024.11.22 05:56:00.173865 [ 190 ] {ff8afe02-9df6-47a2-8081-751390795547::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
4300 2024.11.22 05:56:00.174248 [ 190 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 886 rows starting from the beginning of the part
4301 2024.11.22 05:56:00.177090 [ 256 ] {098a9655-aa2c-44a6-b89a-b5e6bb337ae1} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4302 2024.11.22 05:56:00.177182 [ 256 ] {098a9655-aa2c-44a6-b89a-b5e6bb337ae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4303 2024.11.22 05:56:00.178485 [ 256 ] {098a9655-aa2c-44a6-b89a-b5e6bb337ae1} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4304 2024.11.22 05:56:00.179034 [ 256 ] {098a9655-aa2c-44a6-b89a-b5e6bb337ae1} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4305 2024.11.22 05:56:00.179431 [ 256 ] {098a9655-aa2c-44a6-b89a-b5e6bb337ae1} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.007601 sec., 3025.9176424154716 rows/sec., 5.42 MiB/sec.
4306 2024.11.22 05:56:00.180438 [ 256 ] {098a9655-aa2c-44a6-b89a-b5e6bb337ae1} <Debug> TCPHandler: Processed in 0.009170199 sec.
4307 2024.11.22 05:56:00.180476 [ 190 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8514 rows, containing 5 columns (5 merged, 0 gathered) in 0.010027803 sec., 849039.4157124945 rows/sec., 57.33 MiB/sec.
4308 2024.11.22 05:56:00.180633 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4309 2024.11.22 05:56:00.180725 [ 190 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4310 2024.11.22 05:56:00.180877 [ 257 ] {8cd36485-8dfd-45be-a740-aa07a878e14c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4311 2024.11.22 05:56:00.180982 [ 257 ] {8cd36485-8dfd-45be-a740-aa07a878e14c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4312 2024.11.22 05:56:00.181382 [ 190 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4313 2024.11.22 05:56:00.181556 [ 190 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4314 2024.11.22 05:56:00.181714 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.48 MiB.
4315 2024.11.22 05:56:00.181943 [ 257 ] {8cd36485-8dfd-45be-a740-aa07a878e14c} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4316 2024.11.22 05:56:00.181986 [ 257 ] {8cd36485-8dfd-45be-a740-aa07a878e14c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4317 2024.11.22 05:56:00.182380 [ 257 ] {8cd36485-8dfd-45be-a740-aa07a878e14c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4318 2024.11.22 05:56:00.182623 [ 257 ] {8cd36485-8dfd-45be-a740-aa07a878e14c} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4319 2024.11.22 05:56:00.182796 [ 63 ] {} <Debug> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4320 2024.11.22 05:56:00.182857 [ 63 ] {} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4321 2024.11.22 05:56:00.182868 [ 257 ] {8cd36485-8dfd-45be-a740-aa07a878e14c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002091 sec., 28694.404591104736 rows/sec., 1.93 MiB/sec.
4322 2024.11.22 05:56:00.182896 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4323 2024.11.22 05:56:00.183030 [ 257 ] {8cd36485-8dfd-45be-a740-aa07a878e14c} <Debug> TCPHandler: Processed in 0.002482057 sec.
4324 2024.11.22 05:56:00.183134 [ 187 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::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
4325 2024.11.22 05:56:00.183285 [ 187 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4326 2024.11.22 05:56:00.183323 [ 187 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1302 rows starting from the beginning of the part
4327 2024.11.22 05:56:00.183447 [ 187 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part
4328 2024.11.22 05:56:00.183639 [ 187 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 82 rows starting from the beginning of the part
4329 2024.11.22 05:56:00.183824 [ 187 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::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
4330 2024.11.22 05:56:00.184013 [ 187 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::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
4331 2024.11.22 05:56:00.184177 [ 187 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::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
4332 2024.11.22 05:56:00.185607 [ 187 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1646 rows, containing 4 columns (4 merged, 0 gathered) in 0.0025767 sec., 638801.5678969225 rows/sec., 41.66 MiB/sec.
4333 2024.11.22 05:56:00.185852 [ 194 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4334 2024.11.22 05:56:00.186190 [ 194 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_26_5} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4335 2024.11.22 05:56:00.186274 [ 194 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_26_5} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4336 2024.11.22 05:56:00.186361 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
4337 2024.11.22 05:56:02.262069 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784
4338 2024.11.22 05:56:02.263139 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4339 2024.11.22 05:56:02.263179 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4340 2024.11.22 05:56:02.263705 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4341 2024.11.22 05:56:02.263984 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4342 2024.11.22 05:56:02.264177 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784
4343 2024.11.22 05:56:02.888342 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
4344 2024.11.22 05:56:02.910727 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4345 2024.11.22 05:56:02.910795 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4346 2024.11.22 05:56:02.918656 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4347 2024.11.22 05:56:02.919506 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4348 2024.11.22 05:56:02.922592 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
4349 2024.11.22 05:56:05.126185 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4350 2024.11.22 05:56:05.126389 [ 256 ] {951624c3-1390-4270-96b7-aaf27b5ad414} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4351 2024.11.22 05:56:05.126465 [ 256 ] {951624c3-1390-4270-96b7-aaf27b5ad414} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4352 2024.11.22 05:56:05.127251 [ 256 ] {951624c3-1390-4270-96b7-aaf27b5ad414} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4353 2024.11.22 05:56:05.127318 [ 256 ] {951624c3-1390-4270-96b7-aaf27b5ad414} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4354 2024.11.22 05:56:05.127845 [ 256 ] {951624c3-1390-4270-96b7-aaf27b5ad414} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4355 2024.11.22 05:56:05.128106 [ 256 ] {951624c3-1390-4270-96b7-aaf27b5ad414} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4356 2024.11.22 05:56:05.128362 [ 256 ] {951624c3-1390-4270-96b7-aaf27b5ad414} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002023 sec., 6920.415224913495 rows/sec., 498.18 KiB/sec.
4357 2024.11.22 05:56:05.128434 [ 256 ] {951624c3-1390-4270-96b7-aaf27b5ad414} <Debug> TCPHandler: Processed in 0.002385984 sec.
4358 2024.11.22 05:56:05.128621 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4359 2024.11.22 05:56:05.128751 [ 257 ] {df1f731c-0fed-4322-829a-aff6bd6ca3cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4360 2024.11.22 05:56:05.128803 [ 257 ] {df1f731c-0fed-4322-829a-aff6bd6ca3cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4361 2024.11.22 05:56:05.129644 [ 257 ] {df1f731c-0fed-4322-829a-aff6bd6ca3cf} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4362 2024.11.22 05:56:05.129721 [ 257 ] {df1f731c-0fed-4322-829a-aff6bd6ca3cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4363 2024.11.22 05:56:05.130207 [ 257 ] {df1f731c-0fed-4322-829a-aff6bd6ca3cf} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4364 2024.11.22 05:56:05.130570 [ 257 ] {df1f731c-0fed-4322-829a-aff6bd6ca3cf} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4365 2024.11.22 05:56:05.130829 [ 257 ] {df1f731c-0fed-4322-829a-aff6bd6ca3cf} <Debug> executeQuery: Read 239 rows, 21.37 KiB in 0.002109 sec., 113323.85016595542 rows/sec., 9.90 MiB/sec.
4366 2024.11.22 05:56:05.130888 [ 257 ] {df1f731c-0fed-4322-829a-aff6bd6ca3cf} <Debug> TCPHandler: Processed in 0.002326053 sec.
4367 2024.11.22 05:56:05.131066 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4368 2024.11.22 05:56:05.131183 [ 256 ] {8dcfaf6e-b75b-49c1-816f-513cb57e3254} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4369 2024.11.22 05:56:05.131233 [ 256 ] {8dcfaf6e-b75b-49c1-816f-513cb57e3254} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4370 2024.11.22 05:56:05.131801 [ 256 ] {8dcfaf6e-b75b-49c1-816f-513cb57e3254} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4371 2024.11.22 05:56:05.131844 [ 256 ] {8dcfaf6e-b75b-49c1-816f-513cb57e3254} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4372 2024.11.22 05:56:05.132233 [ 256 ] {8dcfaf6e-b75b-49c1-816f-513cb57e3254} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4373 2024.11.22 05:56:05.132480 [ 256 ] {8dcfaf6e-b75b-49c1-816f-513cb57e3254} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4374 2024.11.22 05:56:05.132712 [ 256 ] {8dcfaf6e-b75b-49c1-816f-513cb57e3254} <Debug> executeQuery: Read 25 rows, 1.81 KiB in 0.001556 sec., 16066.838046272493 rows/sec., 1.14 MiB/sec.
4375 2024.11.22 05:56:05.132767 [ 256 ] {8dcfaf6e-b75b-49c1-816f-513cb57e3254} <Debug> TCPHandler: Processed in 0.001764418 sec.
4376 2024.11.22 05:56:05.132943 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4377 2024.11.22 05:56:05.133053 [ 257 ] {30127624-080e-4cb6-bed9-675f611d30be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4378 2024.11.22 05:56:05.133098 [ 257 ] {30127624-080e-4cb6-bed9-675f611d30be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4379 2024.11.22 05:56:05.133629 [ 257 ] {30127624-080e-4cb6-bed9-675f611d30be} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4380 2024.11.22 05:56:05.133670 [ 257 ] {30127624-080e-4cb6-bed9-675f611d30be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4381 2024.11.22 05:56:05.134019 [ 257 ] {30127624-080e-4cb6-bed9-675f611d30be} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4382 2024.11.22 05:56:05.134256 [ 257 ] {30127624-080e-4cb6-bed9-675f611d30be} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4383 2024.11.22 05:56:05.134422 [ 94 ] {} <Debug> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
4384 2024.11.22 05:56:05.134490 [ 257 ] {30127624-080e-4cb6-bed9-675f611d30be} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001458 sec., 9602.194787379973 rows/sec., 672.48 KiB/sec.
4385 2024.11.22 05:56:05.134524 [ 94 ] {} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4386 2024.11.22 05:56:05.134596 [ 257 ] {30127624-080e-4cb6-bed9-675f611d30be} <Debug> TCPHandler: Processed in 0.001713017 sec.
4387 2024.11.22 05:56:05.134602 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4388 2024.11.22 05:56:05.134797 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4389 2024.11.22 05:56:05.134804 [ 201 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full
4390 2024.11.22 05:56:05.135012 [ 256 ] {8bae5eb1-5683-4a36-8e64-6d5bffa18a2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4391 2024.11.22 05:56:05.135055 [ 201 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4392 2024.11.22 05:56:05.135102 [ 256 ] {8bae5eb1-5683-4a36-8e64-6d5bffa18a2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4393 2024.11.22 05:56:05.135123 [ 201 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 243 rows starting from the beginning of the part
4394 2024.11.22 05:56:05.135507 [ 201 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part
4395 2024.11.22 05:56:05.135860 [ 201 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part
4396 2024.11.22 05:56:05.136256 [ 201 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part
4397 2024.11.22 05:56:05.136569 [ 201 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 228 rows starting from the beginning of the part
4398 2024.11.22 05:56:05.136840 [ 201 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part
4399 2024.11.22 05:56:05.137920 [ 256 ] {8bae5eb1-5683-4a36-8e64-6d5bffa18a2b} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4400 2024.11.22 05:56:05.137989 [ 256 ] {8bae5eb1-5683-4a36-8e64-6d5bffa18a2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4401 2024.11.22 05:56:05.138920 [ 256 ] {8bae5eb1-5683-4a36-8e64-6d5bffa18a2b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4402 2024.11.22 05:56:05.139508 [ 256 ] {8bae5eb1-5683-4a36-8e64-6d5bffa18a2b} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4403 2024.11.22 05:56:05.139835 [ 194 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005084608 sec., 103646.14145279242 rows/sec., 7.42 MiB/sec.
4404 2024.11.22 05:56:05.140073 [ 256 ] {8bae5eb1-5683-4a36-8e64-6d5bffa18a2b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005118 sec., 2540.0547088706526 rows/sec., 158.37 KiB/sec.
4405 2024.11.22 05:56:05.140274 [ 194 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
4406 2024.11.22 05:56:05.140309 [ 256 ] {8bae5eb1-5683-4a36-8e64-6d5bffa18a2b} <Debug> TCPHandler: Processed in 0.005594482 sec.
4407 2024.11.22 05:56:05.140512 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4408 2024.11.22 05:56:05.140688 [ 257 ] {e7d6e0f3-60ed-48bc-88d8-d84e7fba7197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4409 2024.11.22 05:56:05.140786 [ 257 ] {e7d6e0f3-60ed-48bc-88d8-d84e7fba7197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4410 2024.11.22 05:56:05.140893 [ 194 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_15_3} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4411 2024.11.22 05:56:05.141106 [ 194 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_15_3} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
4412 2024.11.22 05:56:05.141336 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
4413 2024.11.22 05:56:05.141936 [ 257 ] {e7d6e0f3-60ed-48bc-88d8-d84e7fba7197} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4414 2024.11.22 05:56:05.141981 [ 257 ] {e7d6e0f3-60ed-48bc-88d8-d84e7fba7197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4415 2024.11.22 05:56:05.142395 [ 257 ] {e7d6e0f3-60ed-48bc-88d8-d84e7fba7197} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4416 2024.11.22 05:56:05.142653 [ 257 ] {e7d6e0f3-60ed-48bc-88d8-d84e7fba7197} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4417 2024.11.22 05:56:05.142875 [ 257 ] {e7d6e0f3-60ed-48bc-88d8-d84e7fba7197} <Debug> executeQuery: Read 400 rows, 29.12 KiB in 0.002253 sec., 177541.05636928542 rows/sec., 12.62 MiB/sec.
4418 2024.11.22 05:56:05.142934 [ 257 ] {e7d6e0f3-60ed-48bc-88d8-d84e7fba7197} <Debug> TCPHandler: Processed in 0.002498347 sec.
4419 2024.11.22 05:56:05.143095 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4420 2024.11.22 05:56:05.143210 [ 256 ] {6676d19c-be6e-4719-b98d-b96662c5b716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4421 2024.11.22 05:56:05.143257 [ 256 ] {6676d19c-be6e-4719-b98d-b96662c5b716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4422 2024.11.22 05:56:05.143692 [ 256 ] {6676d19c-be6e-4719-b98d-b96662c5b716} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4423 2024.11.22 05:56:05.143732 [ 256 ] {6676d19c-be6e-4719-b98d-b96662c5b716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4424 2024.11.22 05:56:05.144095 [ 256 ] {6676d19c-be6e-4719-b98d-b96662c5b716} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4425 2024.11.22 05:56:05.144338 [ 256 ] {6676d19c-be6e-4719-b98d-b96662c5b716} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4426 2024.11.22 05:56:05.144592 [ 256 ] {6676d19c-be6e-4719-b98d-b96662c5b716} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0014 sec., 4285.714285714285 rows/sec., 223.91 KiB/sec.
4427 2024.11.22 05:56:05.144787 [ 256 ] {6676d19c-be6e-4719-b98d-b96662c5b716} <Debug> TCPHandler: Processed in 0.001752758 sec.
4428 2024.11.22 05:56:05.144948 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4429 2024.11.22 05:56:05.145058 [ 257 ] {61b406a7-da36-45cb-b89a-454362d35e73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4430 2024.11.22 05:56:05.145109 [ 257 ] {61b406a7-da36-45cb-b89a-454362d35e73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4431 2024.11.22 05:56:05.145787 [ 257 ] {61b406a7-da36-45cb-b89a-454362d35e73} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4432 2024.11.22 05:56:05.145833 [ 257 ] {61b406a7-da36-45cb-b89a-454362d35e73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4433 2024.11.22 05:56:05.146359 [ 257 ] {61b406a7-da36-45cb-b89a-454362d35e73} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4434 2024.11.22 05:56:05.146610 [ 257 ] {61b406a7-da36-45cb-b89a-454362d35e73} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4435 2024.11.22 05:56:05.146820 [ 257 ] {61b406a7-da36-45cb-b89a-454362d35e73} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001787 sec., 132624.51035254617 rows/sec., 8.89 MiB/sec.
4436 2024.11.22 05:56:05.146874 [ 257 ] {61b406a7-da36-45cb-b89a-454362d35e73} <Debug> TCPHandler: Processed in 0.001985854 sec.
4437 2024.11.22 05:56:05.147016 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4438 2024.11.22 05:56:05.147122 [ 256 ] {c8c21282-20ab-4a90-9731-fce5ad652629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4439 2024.11.22 05:56:05.147171 [ 256 ] {c8c21282-20ab-4a90-9731-fce5ad652629} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4440 2024.11.22 05:56:05.147585 [ 256 ] {c8c21282-20ab-4a90-9731-fce5ad652629} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4441 2024.11.22 05:56:05.147623 [ 256 ] {c8c21282-20ab-4a90-9731-fce5ad652629} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4442 2024.11.22 05:56:05.147995 [ 256 ] {c8c21282-20ab-4a90-9731-fce5ad652629} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4443 2024.11.22 05:56:05.148241 [ 256 ] {c8c21282-20ab-4a90-9731-fce5ad652629} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4444 2024.11.22 05:56:05.148488 [ 256 ] {c8c21282-20ab-4a90-9731-fce5ad652629} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001381 sec., 724.112961622013 rows/sec., 48.79 KiB/sec.
4445 2024.11.22 05:56:05.148570 [ 256 ] {c8c21282-20ab-4a90-9731-fce5ad652629} <Debug> TCPHandler: Processed in 0.001603483 sec.
4446 2024.11.22 05:56:05.148709 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4447 2024.11.22 05:56:05.148818 [ 257 ] {d573426b-f008-483e-b25b-6d9bd088edfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4448 2024.11.22 05:56:05.148885 [ 257 ] {d573426b-f008-483e-b25b-6d9bd088edfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4449 2024.11.22 05:56:05.150003 [ 257 ] {d573426b-f008-483e-b25b-6d9bd088edfc} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4450 2024.11.22 05:56:05.150043 [ 257 ] {d573426b-f008-483e-b25b-6d9bd088edfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4451 2024.11.22 05:56:05.150677 [ 257 ] {d573426b-f008-483e-b25b-6d9bd088edfc} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4452 2024.11.22 05:56:05.151171 [ 257 ] {d573426b-f008-483e-b25b-6d9bd088edfc} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4453 2024.11.22 05:56:05.151434 [ 257 ] {d573426b-f008-483e-b25b-6d9bd088edfc} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.002638 sec., 6823.351023502653 rows/sec., 12.23 MiB/sec.
4454 2024.11.22 05:56:05.151538 [ 257 ] {d573426b-f008-483e-b25b-6d9bd088edfc} <Debug> TCPHandler: Processed in 0.002881598 sec.
4455 2024.11.22 05:56:05.151698 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4456 2024.11.22 05:56:05.151826 [ 256 ] {6b83b464-bce0-49b6-9dad-f27bebc74069} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4457 2024.11.22 05:56:05.151882 [ 256 ] {6b83b464-bce0-49b6-9dad-f27bebc74069} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4458 2024.11.22 05:56:05.152351 [ 256 ] {6b83b464-bce0-49b6-9dad-f27bebc74069} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4459 2024.11.22 05:56:05.152390 [ 256 ] {6b83b464-bce0-49b6-9dad-f27bebc74069} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4460 2024.11.22 05:56:05.152757 [ 256 ] {6b83b464-bce0-49b6-9dad-f27bebc74069} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4461 2024.11.22 05:56:05.153003 [ 256 ] {6b83b464-bce0-49b6-9dad-f27bebc74069} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4462 2024.11.22 05:56:05.153222 [ 256 ] {6b83b464-bce0-49b6-9dad-f27bebc74069} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001421 sec., 57705.84095707248 rows/sec., 3.67 MiB/sec.
4463 2024.11.22 05:56:05.153346 [ 256 ] {6b83b464-bce0-49b6-9dad-f27bebc74069} <Debug> TCPHandler: Processed in 0.001707176 sec.
4464 2024.11.22 05:56:08.359602 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46379, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4465 2024.11.22 05:56:08.556040 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45484, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4466 2024.11.22 05:56:08.614499 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58148, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4467 2024.11.22 05:56:08.679878 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55145, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4468 2024.11.22 05:56:08.706217 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38470, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4469 2024.11.22 05:56:08.750587 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54223, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4470 2024.11.22 05:56:08.768039 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35925, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4471 2024.11.22 05:56:08.775500 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35997, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4472 2024.11.22 05:56:09.663790 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache
4473 2024.11.22 05:56:09.663864 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache
4474 2024.11.22 05:56:09.764314 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211
4475 2024.11.22 05:56:09.765353 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4476 2024.11.22 05:56:09.765393 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4477 2024.11.22 05:56:09.765912 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4478 2024.11.22 05:56:09.766181 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4479 2024.11.22 05:56:09.766399 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
4480 2024.11.22 05:56:09.798252 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 636
4481 2024.11.22 05:56:09.801479 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4482 2024.11.22 05:56:09.801542 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4483 2024.11.22 05:56:09.803071 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4484 2024.11.22 05:56:09.803417 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4485 2024.11.22 05:56:09.804090 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 636
4486 2024.11.22 05:56:10.121996 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4487 2024.11.22 05:56:10.122299 [ 256 ] {276210cf-affd-48a3-be0c-3a283269de09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4488 2024.11.22 05:56:10.122394 [ 256 ] {276210cf-affd-48a3-be0c-3a283269de09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4489 2024.11.22 05:56:10.123190 [ 256 ] {276210cf-affd-48a3-be0c-3a283269de09} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4490 2024.11.22 05:56:10.123244 [ 256 ] {276210cf-affd-48a3-be0c-3a283269de09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4491 2024.11.22 05:56:10.123687 [ 256 ] {276210cf-affd-48a3-be0c-3a283269de09} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4492 2024.11.22 05:56:10.123950 [ 256 ] {276210cf-affd-48a3-be0c-3a283269de09} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4493 2024.11.22 05:56:10.124218 [ 256 ] {276210cf-affd-48a3-be0c-3a283269de09} <Debug> executeQuery: Read 102 rows, 8.82 KiB in 0.002001 sec., 50974.512743628184 rows/sec., 4.31 MiB/sec.
4494 2024.11.22 05:56:10.124285 [ 256 ] {276210cf-affd-48a3-be0c-3a283269de09} <Debug> TCPHandler: Processed in 0.002474837 sec.
4495 2024.11.22 05:56:10.124469 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4496 2024.11.22 05:56:10.124585 [ 257 ] {02b7b0a0-999b-4a63-acb4-49b23e9858e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4497 2024.11.22 05:56:10.124634 [ 257 ] {02b7b0a0-999b-4a63-acb4-49b23e9858e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4498 2024.11.22 05:56:10.125175 [ 257 ] {02b7b0a0-999b-4a63-acb4-49b23e9858e2} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4499 2024.11.22 05:56:10.125217 [ 257 ] {02b7b0a0-999b-4a63-acb4-49b23e9858e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4500 2024.11.22 05:56:10.125577 [ 257 ] {02b7b0a0-999b-4a63-acb4-49b23e9858e2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4501 2024.11.22 05:56:10.125825 [ 257 ] {02b7b0a0-999b-4a63-acb4-49b23e9858e2} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4502 2024.11.22 05:56:10.125992 [ 86 ] {} <Debug> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4503 2024.11.22 05:56:10.126073 [ 257 ] {02b7b0a0-999b-4a63-acb4-49b23e9858e2} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001503 sec., 15302.727877578178 rows/sec., 1.12 MiB/sec.
4504 2024.11.22 05:56:10.126079 [ 86 ] {} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4505 2024.11.22 05:56:10.126240 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4506 2024.11.22 05:56:10.126255 [ 257 ] {02b7b0a0-999b-4a63-acb4-49b23e9858e2} <Debug> TCPHandler: Processed in 0.00185209 sec.
4507 2024.11.22 05:56:10.126536 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4508 2024.11.22 05:56:10.126649 [ 200 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::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
4509 2024.11.22 05:56:10.126891 [ 256 ] {27be17d9-8044-415d-af2c-cfc1d2402115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4510 2024.11.22 05:56:10.127066 [ 256 ] {27be17d9-8044-415d-af2c-cfc1d2402115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4511 2024.11.22 05:56:10.127295 [ 200 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4512 2024.11.22 05:56:10.127425 [ 200 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 60 rows starting from the beginning of the part
4513 2024.11.22 05:56:10.127572 [ 200 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 23 rows starting from the beginning of the part
4514 2024.11.22 05:56:10.128023 [ 200 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 25 rows starting from the beginning of the part
4515 2024.11.22 05:56:10.128345 [ 200 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 35 rows starting from the beginning of the part
4516 2024.11.22 05:56:10.128729 [ 200 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 25 rows starting from the beginning of the part
4517 2024.11.22 05:56:10.129100 [ 200 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 23 rows starting from the beginning of the part
4518 2024.11.22 05:56:10.129875 [ 256 ] {27be17d9-8044-415d-af2c-cfc1d2402115} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4519 2024.11.22 05:56:10.129923 [ 256 ] {27be17d9-8044-415d-af2c-cfc1d2402115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
4520 2024.11.22 05:56:10.130527 [ 256 ] {27be17d9-8044-415d-af2c-cfc1d2402115} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4521 2024.11.22 05:56:10.130903 [ 198 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 5 columns (5 merged, 0 gathered) in 0.004534323 sec., 42123.15708431005 rows/sec., 3.18 MiB/sec.
4522 2024.11.22 05:56:10.130926 [ 256 ] {27be17d9-8044-415d-af2c-cfc1d2402115} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4523 2024.11.22 05:56:10.131229 [ 198 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4524 2024.11.22 05:56:10.131647 [ 256 ] {27be17d9-8044-415d-af2c-cfc1d2402115} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.004846 sec., 17952.950887329756 rows/sec., 1.40 MiB/sec.
4525 2024.11.22 05:56:10.131955 [ 256 ] {27be17d9-8044-415d-af2c-cfc1d2402115} <Debug> TCPHandler: Processed in 0.005600222 sec.
4526 2024.11.22 05:56:10.132163 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4527 2024.11.22 05:56:10.132163 [ 198 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_26_5} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4528 2024.11.22 05:56:10.132350 [ 257 ] {69d77995-7a17-41cc-9af9-da2e4c9b0206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4529 2024.11.22 05:56:10.132365 [ 198 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_26_5} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4530 2024.11.22 05:56:10.132425 [ 257 ] {69d77995-7a17-41cc-9af9-da2e4c9b0206} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4531 2024.11.22 05:56:10.132576 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
4532 2024.11.22 05:56:10.133155 [ 257 ] {69d77995-7a17-41cc-9af9-da2e4c9b0206} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4533 2024.11.22 05:56:10.133198 [ 257 ] {69d77995-7a17-41cc-9af9-da2e4c9b0206} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4534 2024.11.22 05:56:10.133587 [ 257 ] {69d77995-7a17-41cc-9af9-da2e4c9b0206} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4535 2024.11.22 05:56:10.133819 [ 257 ] {69d77995-7a17-41cc-9af9-da2e4c9b0206} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4536 2024.11.22 05:56:10.134087 [ 257 ] {69d77995-7a17-41cc-9af9-da2e4c9b0206} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00179 sec., 89385.4748603352 rows/sec., 6.23 MiB/sec.
4537 2024.11.22 05:56:10.134310 [ 257 ] {69d77995-7a17-41cc-9af9-da2e4c9b0206} <Debug> TCPHandler: Processed in 0.002251101 sec.
4538 2024.11.22 05:56:10.134505 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4539 2024.11.22 05:56:10.134614 [ 256 ] {0191e739-7d9d-48ef-a793-a3fd2751bdcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4540 2024.11.22 05:56:10.134689 [ 256 ] {0191e739-7d9d-48ef-a793-a3fd2751bdcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4541 2024.11.22 05:56:10.135773 [ 256 ] {0191e739-7d9d-48ef-a793-a3fd2751bdcf} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4542 2024.11.22 05:56:10.135813 [ 256 ] {0191e739-7d9d-48ef-a793-a3fd2751bdcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4543 2024.11.22 05:56:10.136438 [ 256 ] {0191e739-7d9d-48ef-a793-a3fd2751bdcf} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4544 2024.11.22 05:56:10.136701 [ 256 ] {0191e739-7d9d-48ef-a793-a3fd2751bdcf} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4545 2024.11.22 05:56:10.136884 [ 86 ] {} <Debug> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4546 2024.11.22 05:56:10.136954 [ 86 ] {} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4547 2024.11.22 05:56:10.136981 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4548 2024.11.22 05:56:10.137007 [ 256 ] {0191e739-7d9d-48ef-a793-a3fd2751bdcf} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.00241 sec., 9543.568464730291 rows/sec., 17.10 MiB/sec.
4549 2024.11.22 05:56:10.137434 [ 197 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::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
4550 2024.11.22 05:56:10.137922 [ 256 ] {0191e739-7d9d-48ef-a793-a3fd2751bdcf} <Debug> TCPHandler: Processed in 0.003458964 sec.
4551 2024.11.22 05:56:10.138264 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4552 2024.11.22 05:56:10.138607 [ 257 ] {fb159189-3ac3-444d-bf75-376936ac3e0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4553 2024.11.22 05:56:10.138720 [ 197 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4554 2024.11.22 05:56:10.138733 [ 257 ] {fb159189-3ac3-444d-bf75-376936ac3e0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4555 2024.11.22 05:56:10.138956 [ 197 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 343 rows starting from the beginning of the part
4556 2024.11.22 05:56:10.139832 [ 197 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 23 rows starting from the beginning of the part
4557 2024.11.22 05:56:10.140466 [ 197 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 18 rows starting from the beginning of the part
4558 2024.11.22 05:56:10.141316 [ 197 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 23 rows starting from the beginning of the part
4559 2024.11.22 05:56:10.141346 [ 257 ] {fb159189-3ac3-444d-bf75-376936ac3e0e} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4560 2024.11.22 05:56:10.141427 [ 257 ] {fb159189-3ac3-444d-bf75-376936ac3e0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
4561 2024.11.22 05:56:10.141950 [ 197 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 18 rows starting from the beginning of the part
4562 2024.11.22 05:56:10.142602 [ 197 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 23 rows starting from the beginning of the part
4563 2024.11.22 05:56:10.143090 [ 257 ] {fb159189-3ac3-444d-bf75-376936ac3e0e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4564 2024.11.22 05:56:10.143745 [ 257 ] {fb159189-3ac3-444d-bf75-376936ac3e0e} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4565 2024.11.22 05:56:10.144155 [ 257 ] {fb159189-3ac3-444d-bf75-376936ac3e0e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005665 sec., 10591.35039717564 rows/sec., 730.91 KiB/sec.
4566 2024.11.22 05:56:10.144341 [ 257 ] {fb159189-3ac3-444d-bf75-376936ac3e0e} <Debug> TCPHandler: Processed in 0.00624519 sec.
4567 2024.11.22 05:56:10.147984 [ 188 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 448 rows, containing 19 columns (19 merged, 0 gathered) in 0.010890125 sec., 41138.187119064285 rows/sec., 73.72 MiB/sec.
4568 2024.11.22 05:56:10.148693 [ 188 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4569 2024.11.22 05:56:10.149115 [ 188 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4570 2024.11.22 05:56:10.149193 [ 188 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4571 2024.11.22 05:56:10.149341 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB.
4572 2024.11.22 05:56:10.422667 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
4573 2024.11.22 05:56:10.443854 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4574 2024.11.22 05:56:10.443902 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4575 2024.11.22 05:56:10.451328 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4576 2024.11.22 05:56:10.452141 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4577 2024.11.22 05:56:10.455418 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
4578 2024.11.22 05:56:11.562451 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50848, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4579 2024.11.22 05:56:12.275429 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56742, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4580 2024.11.22 05:56:12.288780 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57653, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4581 2024.11.22 05:56:12.382693 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59157, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4582 2024.11.22 05:56:12.416025 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56931, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4583 2024.11.22 05:56:12.427513 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62670, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4584 2024.11.22 05:56:12.428762 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49767, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4585 2024.11.22 05:56:12.440111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39715, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4586 2024.11.22 05:56:12.690193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46195, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4587 2024.11.22 05:56:13.208444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47264, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4588 2024.11.22 05:56:13.238952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43988, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4589 2024.11.22 05:56:13.408273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57829, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4590 2024.11.22 05:56:13.504710 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44251, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4591 2024.11.22 05:56:13.514158 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41324, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4592 2024.11.22 05:56:13.536478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53621, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4593 2024.11.22 05:56:13.548748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54669, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4594 2024.11.22 05:56:13.557219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33584, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4595 2024.11.22 05:56:13.886283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36830, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4596 2024.11.22 05:56:13.911221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47677, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4597 2024.11.22 05:56:14.051991 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34259, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4598 2024.11.22 05:56:14.074352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57396, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4599 2024.11.22 05:56:14.191762 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55084, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4600 2024.11.22 05:56:14.233146 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35426, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4601 2024.11.22 05:56:14.247688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41682, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
4602 2024.11.22 05:56:15.131047 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4603 2024.11.22 05:56:15.131298 [ 256 ] {7af611fc-50da-40c2-aa2a-ff2e850118e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4604 2024.11.22 05:56:15.131382 [ 256 ] {7af611fc-50da-40c2-aa2a-ff2e850118e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4605 2024.11.22 05:56:15.132248 [ 256 ] {7af611fc-50da-40c2-aa2a-ff2e850118e3} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4606 2024.11.22 05:56:15.132308 [ 256 ] {7af611fc-50da-40c2-aa2a-ff2e850118e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4607 2024.11.22 05:56:15.132801 [ 256 ] {7af611fc-50da-40c2-aa2a-ff2e850118e3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4608 2024.11.22 05:56:15.133107 [ 256 ] {7af611fc-50da-40c2-aa2a-ff2e850118e3} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4609 2024.11.22 05:56:15.133281 [ 81 ] {} <Debug> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4610 2024.11.22 05:56:15.133337 [ 81 ] {} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4611 2024.11.22 05:56:15.133352 [ 256 ] {7af611fc-50da-40c2-aa2a-ff2e850118e3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002105 sec., 6650.8313539192395 rows/sec., 478.77 KiB/sec.
4612 2024.11.22 05:56:15.133372 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4613 2024.11.22 05:56:15.133514 [ 256 ] {7af611fc-50da-40c2-aa2a-ff2e850118e3} <Debug> TCPHandler: Processed in 0.002633561 sec.
4614 2024.11.22 05:56:15.133663 [ 189 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::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
4615 2024.11.22 05:56:15.133881 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4616 2024.11.22 05:56:15.133998 [ 189 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4617 2024.11.22 05:56:15.134113 [ 189 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::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
4618 2024.11.22 05:56:15.134163 [ 257 ] {71c1377e-841a-4401-94e1-ae3ad455140e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4619 2024.11.22 05:56:15.134286 [ 257 ] {71c1377e-841a-4401-94e1-ae3ad455140e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4620 2024.11.22 05:56:15.134521 [ 189 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::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
4621 2024.11.22 05:56:15.134954 [ 189 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::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
4622 2024.11.22 05:56:15.135395 [ 189 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::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
4623 2024.11.22 05:56:15.135818 [ 189 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::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
4624 2024.11.22 05:56:15.137137 [ 257 ] {71c1377e-841a-4401-94e1-ae3ad455140e} <Trace> oximeter.fields_ipaddr (99939db0-ec9a-4d46-b64a-a0023bb0c9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4625 2024.11.22 05:56:15.137196 [ 257 ] {71c1377e-841a-4401-94e1-ae3ad455140e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
4626 2024.11.22 05:56:15.138169 [ 257 ] {71c1377e-841a-4401-94e1-ae3ad455140e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
4627 2024.11.22 05:56:15.138821 [ 189 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.005307744 sec., 13188.277354748083 rows/sec., 1000.90 KiB/sec.
4628 2024.11.22 05:56:15.138835 [ 257 ] {71c1377e-841a-4401-94e1-ae3ad455140e} <Trace> oximeter.fields_ipaddr (99939db0-ec9a-4d46-b64a-a0023bb0c9b6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4629 2024.11.22 05:56:15.139095 [ 189 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4630 2024.11.22 05:56:15.139553 [ 257 ] {71c1377e-841a-4401-94e1-ae3ad455140e} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00545 sec., 1100.9174311926606 rows/sec., 89.77 KiB/sec.
4631 2024.11.22 05:56:15.139721 [ 257 ] {71c1377e-841a-4401-94e1-ae3ad455140e} <Debug> TCPHandler: Processed in 0.006005493 sec.
4632 2024.11.22 05:56:15.139940 [ 189 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_13_3} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4633 2024.11.22 05:56:15.139973 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4634 2024.11.22 05:56:15.140053 [ 189 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_13_3} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4635 2024.11.22 05:56:15.140215 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4636 2024.11.22 05:56:15.140228 [ 256 ] {61f9ae86-3d06-40ec-9ee7-8dbbac8c1fa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4637 2024.11.22 05:56:15.140321 [ 256 ] {61f9ae86-3d06-40ec-9ee7-8dbbac8c1fa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4638 2024.11.22 05:56:15.141395 [ 256 ] {61f9ae86-3d06-40ec-9ee7-8dbbac8c1fa0} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4639 2024.11.22 05:56:15.141449 [ 256 ] {61f9ae86-3d06-40ec-9ee7-8dbbac8c1fa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4640 2024.11.22 05:56:15.141979 [ 256 ] {61f9ae86-3d06-40ec-9ee7-8dbbac8c1fa0} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4641 2024.11.22 05:56:15.142257 [ 256 ] {61f9ae86-3d06-40ec-9ee7-8dbbac8c1fa0} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4642 2024.11.22 05:56:15.142452 [ 256 ] {61f9ae86-3d06-40ec-9ee7-8dbbac8c1fa0} <Debug> executeQuery: Read 242 rows, 21.59 KiB in 0.002321 sec., 104265.40284360189 rows/sec., 9.08 MiB/sec.
4643 2024.11.22 05:56:15.142516 [ 256 ] {61f9ae86-3d06-40ec-9ee7-8dbbac8c1fa0} <Debug> TCPHandler: Processed in 0.002637762 sec.
4644 2024.11.22 05:56:15.142713 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4645 2024.11.22 05:56:15.142843 [ 257 ] {40f5321f-a376-422a-b1c1-b591a49785b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4646 2024.11.22 05:56:15.142905 [ 257 ] {40f5321f-a376-422a-b1c1-b591a49785b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4647 2024.11.22 05:56:15.143629 [ 257 ] {40f5321f-a376-422a-b1c1-b591a49785b5} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4648 2024.11.22 05:56:15.143676 [ 257 ] {40f5321f-a376-422a-b1c1-b591a49785b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4649 2024.11.22 05:56:15.144146 [ 257 ] {40f5321f-a376-422a-b1c1-b591a49785b5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4650 2024.11.22 05:56:15.144473 [ 257 ] {40f5321f-a376-422a-b1c1-b591a49785b5} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4651 2024.11.22 05:56:15.144675 [ 257 ] {40f5321f-a376-422a-b1c1-b591a49785b5} <Debug> executeQuery: Read 31 rows, 2.23 KiB in 0.00186 sec., 16666.666666666664 rows/sec., 1.17 MiB/sec.
4652 2024.11.22 05:56:15.144744 [ 257 ] {40f5321f-a376-422a-b1c1-b591a49785b5} <Debug> TCPHandler: Processed in 0.002100007 sec.
4653 2024.11.22 05:56:15.144944 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4654 2024.11.22 05:56:15.145075 [ 256 ] {6b2a821d-a919-4a48-88cd-457c93d02bfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4655 2024.11.22 05:56:15.145147 [ 256 ] {6b2a821d-a919-4a48-88cd-457c93d02bfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4656 2024.11.22 05:56:15.145838 [ 256 ] {6b2a821d-a919-4a48-88cd-457c93d02bfe} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4657 2024.11.22 05:56:15.145881 [ 256 ] {6b2a821d-a919-4a48-88cd-457c93d02bfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4658 2024.11.22 05:56:15.146336 [ 256 ] {6b2a821d-a919-4a48-88cd-457c93d02bfe} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4659 2024.11.22 05:56:15.146693 [ 256 ] {6b2a821d-a919-4a48-88cd-457c93d02bfe} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4660 2024.11.22 05:56:15.146948 [ 256 ] {6b2a821d-a919-4a48-88cd-457c93d02bfe} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001897 sec., 7380.073800738007 rows/sec., 516.85 KiB/sec.
4661 2024.11.22 05:56:15.147074 [ 256 ] {6b2a821d-a919-4a48-88cd-457c93d02bfe} <Debug> TCPHandler: Processed in 0.002189559 sec.
4662 2024.11.22 05:56:15.147305 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4663 2024.11.22 05:56:15.147442 [ 257 ] {5d177cc4-4c10-4296-ae0b-19c35ac2d763} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4664 2024.11.22 05:56:15.147504 [ 257 ] {5d177cc4-4c10-4296-ae0b-19c35ac2d763} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4665 2024.11.22 05:56:15.148213 [ 257 ] {5d177cc4-4c10-4296-ae0b-19c35ac2d763} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4666 2024.11.22 05:56:15.148257 [ 257 ] {5d177cc4-4c10-4296-ae0b-19c35ac2d763} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4667 2024.11.22 05:56:15.148695 [ 257 ] {5d177cc4-4c10-4296-ae0b-19c35ac2d763} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4668 2024.11.22 05:56:15.149009 [ 257 ] {5d177cc4-4c10-4296-ae0b-19c35ac2d763} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4669 2024.11.22 05:56:15.149160 [ 81 ] {} <Debug> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4670 2024.11.22 05:56:15.149204 [ 81 ] {} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4671 2024.11.22 05:56:15.149228 [ 257 ] {5d177cc4-4c10-4296-ae0b-19c35ac2d763} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001818 sec., 7150.715071507151 rows/sec., 445.85 KiB/sec.
4672 2024.11.22 05:56:15.149233 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4673 2024.11.22 05:56:15.149355 [ 257 ] {5d177cc4-4c10-4296-ae0b-19c35ac2d763} <Debug> TCPHandler: Processed in 0.002116157 sec.
4674 2024.11.22 05:56:15.149455 [ 197 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::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
4675 2024.11.22 05:56:15.149589 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4676 2024.11.22 05:56:15.149668 [ 197 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4677 2024.11.22 05:56:15.149751 [ 197 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::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
4678 2024.11.22 05:56:15.149820 [ 256 ] {08d5fffd-3fcf-4450-8dd2-5df4e9499cb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4679 2024.11.22 05:56:15.149964 [ 256 ] {08d5fffd-3fcf-4450-8dd2-5df4e9499cb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4680 2024.11.22 05:56:15.150007 [ 197 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::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
4681 2024.11.22 05:56:15.150367 [ 197 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::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
4682 2024.11.22 05:56:15.150693 [ 197 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::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
4683 2024.11.22 05:56:15.151103 [ 197 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::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
4684 2024.11.22 05:56:15.152902 [ 256 ] {08d5fffd-3fcf-4450-8dd2-5df4e9499cb8} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4685 2024.11.22 05:56:15.152969 [ 256 ] {08d5fffd-3fcf-4450-8dd2-5df4e9499cb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
4686 2024.11.22 05:56:15.153709 [ 197 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004359389 sec., 14910.34638110983 rows/sec., 987.90 KiB/sec.
4687 2024.11.22 05:56:15.153963 [ 256 ] {08d5fffd-3fcf-4450-8dd2-5df4e9499cb8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4688 2024.11.22 05:56:15.154003 [ 186 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4689 2024.11.22 05:56:15.154439 [ 256 ] {08d5fffd-3fcf-4450-8dd2-5df4e9499cb8} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4690 2024.11.22 05:56:15.154923 [ 186 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_13_3} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4691 2024.11.22 05:56:15.154963 [ 256 ] {08d5fffd-3fcf-4450-8dd2-5df4e9499cb8} <Debug> executeQuery: Read 406 rows, 29.61 KiB in 0.0052 sec., 78076.92307692308 rows/sec., 5.56 MiB/sec.
4692 2024.11.22 05:56:15.155200 [ 256 ] {08d5fffd-3fcf-4450-8dd2-5df4e9499cb8} <Debug> TCPHandler: Processed in 0.005674204 sec.
4693 2024.11.22 05:56:15.155278 [ 186 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_13_3} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4694 2024.11.22 05:56:15.155471 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4695 2024.11.22 05:56:15.155749 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4696 2024.11.22 05:56:15.155889 [ 257 ] {e2088d6d-4d82-4c48-83c7-982838e52fda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4697 2024.11.22 05:56:15.155952 [ 257 ] {e2088d6d-4d82-4c48-83c7-982838e52fda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4698 2024.11.22 05:56:15.156643 [ 257 ] {e2088d6d-4d82-4c48-83c7-982838e52fda} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4699 2024.11.22 05:56:15.156693 [ 257 ] {e2088d6d-4d82-4c48-83c7-982838e52fda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4700 2024.11.22 05:56:15.157167 [ 257 ] {e2088d6d-4d82-4c48-83c7-982838e52fda} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4701 2024.11.22 05:56:15.157513 [ 257 ] {e2088d6d-4d82-4c48-83c7-982838e52fda} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4702 2024.11.22 05:56:15.157810 [ 257 ] {e2088d6d-4d82-4c48-83c7-982838e52fda} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001937 sec., 3097.573567372225 rows/sec., 161.84 KiB/sec.
4703 2024.11.22 05:56:15.158046 [ 257 ] {e2088d6d-4d82-4c48-83c7-982838e52fda} <Debug> TCPHandler: Processed in 0.002358933 sec.
4704 2024.11.22 05:56:15.158285 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4705 2024.11.22 05:56:15.158422 [ 256 ] {f7724d51-870e-435e-8957-fd09c9378f86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4706 2024.11.22 05:56:15.158484 [ 256 ] {f7724d51-870e-435e-8957-fd09c9378f86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4707 2024.11.22 05:56:15.159216 [ 256 ] {f7724d51-870e-435e-8957-fd09c9378f86} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4708 2024.11.22 05:56:15.159262 [ 256 ] {f7724d51-870e-435e-8957-fd09c9378f86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4709 2024.11.22 05:56:15.159754 [ 256 ] {f7724d51-870e-435e-8957-fd09c9378f86} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4710 2024.11.22 05:56:15.160053 [ 256 ] {f7724d51-870e-435e-8957-fd09c9378f86} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4711 2024.11.22 05:56:15.160305 [ 256 ] {f7724d51-870e-435e-8957-fd09c9378f86} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.001915 sec., 125326.37075718015 rows/sec., 8.40 MiB/sec.
4712 2024.11.22 05:56:15.160383 [ 256 ] {f7724d51-870e-435e-8957-fd09c9378f86} <Debug> TCPHandler: Processed in 0.002168819 sec.
4713 2024.11.22 05:56:15.160560 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4714 2024.11.22 05:56:15.160700 [ 257 ] {9ee94cb1-1dca-4296-ba34-7bb728c7d97c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4715 2024.11.22 05:56:15.160764 [ 257 ] {9ee94cb1-1dca-4296-ba34-7bb728c7d97c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4716 2024.11.22 05:56:15.161356 [ 257 ] {9ee94cb1-1dca-4296-ba34-7bb728c7d97c} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4717 2024.11.22 05:56:15.161407 [ 257 ] {9ee94cb1-1dca-4296-ba34-7bb728c7d97c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4718 2024.11.22 05:56:15.161929 [ 257 ] {9ee94cb1-1dca-4296-ba34-7bb728c7d97c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4719 2024.11.22 05:56:15.162282 [ 257 ] {9ee94cb1-1dca-4296-ba34-7bb728c7d97c} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4720 2024.11.22 05:56:15.162564 [ 257 ] {9ee94cb1-1dca-4296-ba34-7bb728c7d97c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001895 sec., 527.7044854881267 rows/sec., 35.56 KiB/sec.
4721 2024.11.22 05:56:15.162638 [ 257 ] {9ee94cb1-1dca-4296-ba34-7bb728c7d97c} <Debug> TCPHandler: Processed in 0.002142168 sec.
4722 2024.11.22 05:56:15.162827 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4723 2024.11.22 05:56:15.162949 [ 256 ] {f8924aa5-ebab-4205-9fb4-8f2ba06ef092} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4724 2024.11.22 05:56:15.163029 [ 256 ] {f8924aa5-ebab-4205-9fb4-8f2ba06ef092} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4725 2024.11.22 05:56:15.164458 [ 256 ] {f8924aa5-ebab-4205-9fb4-8f2ba06ef092} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4726 2024.11.22 05:56:15.164504 [ 256 ] {f8924aa5-ebab-4205-9fb4-8f2ba06ef092} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4727 2024.11.22 05:56:15.165312 [ 256 ] {f8924aa5-ebab-4205-9fb4-8f2ba06ef092} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4728 2024.11.22 05:56:15.165664 [ 256 ] {f8924aa5-ebab-4205-9fb4-8f2ba06ef092} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4729 2024.11.22 05:56:15.165971 [ 256 ] {f8924aa5-ebab-4205-9fb4-8f2ba06ef092} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.003049 sec., 5903.574942604132 rows/sec., 10.58 MiB/sec.
4730 2024.11.22 05:56:15.166124 [ 256 ] {f8924aa5-ebab-4205-9fb4-8f2ba06ef092} <Debug> TCPHandler: Processed in 0.003356241 sec.
4731 2024.11.22 05:56:15.166303 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4732 2024.11.22 05:56:15.166424 [ 257 ] {21d98a02-fd49-4c6f-8aed-c1830fc33e97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4733 2024.11.22 05:56:15.166480 [ 257 ] {21d98a02-fd49-4c6f-8aed-c1830fc33e97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4734 2024.11.22 05:56:15.167057 [ 257 ] {21d98a02-fd49-4c6f-8aed-c1830fc33e97} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4735 2024.11.22 05:56:15.167102 [ 257 ] {21d98a02-fd49-4c6f-8aed-c1830fc33e97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4736 2024.11.22 05:56:15.167559 [ 257 ] {21d98a02-fd49-4c6f-8aed-c1830fc33e97} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4737 2024.11.22 05:56:15.167861 [ 257 ] {21d98a02-fd49-4c6f-8aed-c1830fc33e97} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4738 2024.11.22 05:56:15.168121 [ 257 ] {21d98a02-fd49-4c6f-8aed-c1830fc33e97} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001724 sec., 47563.80510440835 rows/sec., 3.02 MiB/sec.
4739 2024.11.22 05:56:15.168187 [ 257 ] {21d98a02-fd49-4c6f-8aed-c1830fc33e97} <Debug> TCPHandler: Processed in 0.001946933 sec.
4740 2024.11.22 05:56:17.266523 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699
4741 2024.11.22 05:56:17.267188 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4742 2024.11.22 05:56:17.267240 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4743 2024.11.22 05:56:17.267767 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4744 2024.11.22 05:56:17.268030 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4745 2024.11.22 05:56:17.268240 [ 78 ] {} <Debug> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4746 2024.11.22 05:56:17.268300 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699
4747 2024.11.22 05:56:17.268340 [ 78 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4748 2024.11.22 05:56:17.268369 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4749 2024.11.22 05:56:17.268558 [ 193 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::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
4750 2024.11.22 05:56:17.268863 [ 193 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4751 2024.11.22 05:56:17.268905 [ 193 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::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
4752 2024.11.22 05:56:17.268984 [ 193 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::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
4753 2024.11.22 05:56:17.269171 [ 193 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::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
4754 2024.11.22 05:56:17.269314 [ 193 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::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
4755 2024.11.22 05:56:17.269539 [ 193 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::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
4756 2024.11.22 05:56:17.269739 [ 193 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::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
4757 2024.11.22 05:56:17.272104 [ 186 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.003672919 sec., 2640678.9803967904 rows/sec., 37.78 MiB/sec.
4758 2024.11.22 05:56:17.272324 [ 193 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4759 2024.11.22 05:56:17.272614 [ 193 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_21_4} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4760 2024.11.22 05:56:17.272695 [ 193 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_21_4} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4761 2024.11.22 05:56:17.272789 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.43 MiB.
4762 2024.11.22 05:56:17.955481 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
4763 2024.11.22 05:56:17.977228 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4764 2024.11.22 05:56:17.977297 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4765 2024.11.22 05:56:17.985391 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4766 2024.11.22 05:56:17.986227 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4767 2024.11.22 05:56:17.986660 [ 77 ] {} <Debug> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4768 2024.11.22 05:56:17.986793 [ 77 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4769 2024.11.22 05:56:17.986863 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4770 2024.11.22 05:56:17.987535 [ 199 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::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
4771 2024.11.22 05:56:18.005073 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
4772 2024.11.22 05:56:18.006507 [ 199 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4773 2024.11.22 05:56:18.007991 [ 199 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::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
4774 2024.11.22 05:56:18.013531 [ 199 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::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
4775 2024.11.22 05:56:18.019183 [ 199 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::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
4776 2024.11.22 05:56:18.024770 [ 199 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::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
4777 2024.11.22 05:56:18.030503 [ 199 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::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
4778 2024.11.22 05:56:18.035138 [ 199 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::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
4779 2024.11.22 05:56:18.097990 [ 193 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.110949613 sec., 1433.082961722453 rows/sec., 7.41 MiB/sec.
4780 2024.11.22 05:56:18.100675 [ 196 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4781 2024.11.22 05:56:18.103684 [ 196 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_21_4} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4782 2024.11.22 05:56:18.103823 [ 196 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_21_4} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4783 2024.11.22 05:56:18.106123 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
4784 2024.11.22 05:56:19.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.13 MiB, peak 195.70 MiB, free memory in arenas 0.00 B, will set to 186.96 MiB (RSS), difference: 1.83 MiB
4785 2024.11.22 05:56:19.804285 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 672
4786 2024.11.22 05:56:19.807451 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4787 2024.11.22 05:56:19.807504 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
4788 2024.11.22 05:56:19.808986 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4789 2024.11.22 05:56:19.809340 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4790 2024.11.22 05:56:19.809978 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 672
4791 2024.11.22 05:56:20.121633 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4792 2024.11.22 05:56:20.121943 [ 256 ] {c6bd3862-3dfa-4bc5-ad62-1c1cea75fc5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4793 2024.11.22 05:56:20.122058 [ 256 ] {c6bd3862-3dfa-4bc5-ad62-1c1cea75fc5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4794 2024.11.22 05:56:20.123122 [ 256 ] {c6bd3862-3dfa-4bc5-ad62-1c1cea75fc5a} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4795 2024.11.22 05:56:20.123177 [ 256 ] {c6bd3862-3dfa-4bc5-ad62-1c1cea75fc5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
4796 2024.11.22 05:56:20.123618 [ 256 ] {c6bd3862-3dfa-4bc5-ad62-1c1cea75fc5a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4797 2024.11.22 05:56:20.123874 [ 256 ] {c6bd3862-3dfa-4bc5-ad62-1c1cea75fc5a} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4798 2024.11.22 05:56:20.124114 [ 256 ] {c6bd3862-3dfa-4bc5-ad62-1c1cea75fc5a} <Debug> executeQuery: Read 102 rows, 8.82 KiB in 0.002258 sec., 45172.71922054916 rows/sec., 3.82 MiB/sec.
4799 2024.11.22 05:56:20.124179 [ 256 ] {c6bd3862-3dfa-4bc5-ad62-1c1cea75fc5a} <Debug> TCPHandler: Processed in 0.002736324 sec.
4800 2024.11.22 05:56:20.124366 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4801 2024.11.22 05:56:20.124510 [ 257 ] {df783fba-9949-45a2-90c5-04a70b03f904} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4802 2024.11.22 05:56:20.124570 [ 257 ] {df783fba-9949-45a2-90c5-04a70b03f904} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4803 2024.11.22 05:56:20.125144 [ 257 ] {df783fba-9949-45a2-90c5-04a70b03f904} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4804 2024.11.22 05:56:20.125187 [ 257 ] {df783fba-9949-45a2-90c5-04a70b03f904} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
4805 2024.11.22 05:56:20.125558 [ 257 ] {df783fba-9949-45a2-90c5-04a70b03f904} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4806 2024.11.22 05:56:20.125806 [ 257 ] {df783fba-9949-45a2-90c5-04a70b03f904} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4807 2024.11.22 05:56:20.126028 [ 257 ] {df783fba-9949-45a2-90c5-04a70b03f904} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001545 sec., 14886.731391585761 rows/sec., 1.09 MiB/sec.
4808 2024.11.22 05:56:20.126141 [ 257 ] {df783fba-9949-45a2-90c5-04a70b03f904} <Debug> TCPHandler: Processed in 0.00184382 sec.
4809 2024.11.22 05:56:20.126354 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4810 2024.11.22 05:56:20.126514 [ 256 ] {f53603ca-c937-4659-a481-8a257d54751b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4811 2024.11.22 05:56:20.126570 [ 256 ] {f53603ca-c937-4659-a481-8a257d54751b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4812 2024.11.22 05:56:20.127192 [ 256 ] {f53603ca-c937-4659-a481-8a257d54751b} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4813 2024.11.22 05:56:20.127231 [ 256 ] {f53603ca-c937-4659-a481-8a257d54751b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
4814 2024.11.22 05:56:20.127585 [ 256 ] {f53603ca-c937-4659-a481-8a257d54751b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4815 2024.11.22 05:56:20.127821 [ 256 ] {f53603ca-c937-4659-a481-8a257d54751b} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4816 2024.11.22 05:56:20.128045 [ 256 ] {f53603ca-c937-4659-a481-8a257d54751b} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001562 sec., 55697.8233034571 rows/sec., 4.35 MiB/sec.
4817 2024.11.22 05:56:20.128096 [ 256 ] {f53603ca-c937-4659-a481-8a257d54751b} <Debug> TCPHandler: Processed in 0.00186273 sec.
4818 2024.11.22 05:56:20.128256 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4819 2024.11.22 05:56:20.128386 [ 257 ] {c778a5ef-d406-46aa-b640-97a53dc23969} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4820 2024.11.22 05:56:20.128445 [ 257 ] {c778a5ef-d406-46aa-b640-97a53dc23969} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4821 2024.11.22 05:56:20.129012 [ 257 ] {c778a5ef-d406-46aa-b640-97a53dc23969} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4822 2024.11.22 05:56:20.129051 [ 257 ] {c778a5ef-d406-46aa-b640-97a53dc23969} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
4823 2024.11.22 05:56:20.129439 [ 257 ] {c778a5ef-d406-46aa-b640-97a53dc23969} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4824 2024.11.22 05:56:20.129684 [ 257 ] {c778a5ef-d406-46aa-b640-97a53dc23969} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4825 2024.11.22 05:56:20.129903 [ 257 ] {c778a5ef-d406-46aa-b640-97a53dc23969} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001547 sec., 103425.98577892696 rows/sec., 7.20 MiB/sec.
4826 2024.11.22 05:56:20.129954 [ 257 ] {c778a5ef-d406-46aa-b640-97a53dc23969} <Debug> TCPHandler: Processed in 0.001760758 sec.
4827 2024.11.22 05:56:20.130109 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4828 2024.11.22 05:56:20.130240 [ 256 ] {a60c45b6-5372-438e-a9ac-c9902c8bc706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4829 2024.11.22 05:56:20.130318 [ 256 ] {a60c45b6-5372-438e-a9ac-c9902c8bc706} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4830 2024.11.22 05:56:20.131525 [ 256 ] {a60c45b6-5372-438e-a9ac-c9902c8bc706} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4831 2024.11.22 05:56:20.131564 [ 256 ] {a60c45b6-5372-438e-a9ac-c9902c8bc706} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
4832 2024.11.22 05:56:20.132204 [ 256 ] {a60c45b6-5372-438e-a9ac-c9902c8bc706} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4833 2024.11.22 05:56:20.132463 [ 256 ] {a60c45b6-5372-438e-a9ac-c9902c8bc706} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4834 2024.11.22 05:56:20.132713 [ 256 ] {a60c45b6-5372-438e-a9ac-c9902c8bc706} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002503 sec., 9188.973232121454 rows/sec., 16.47 MiB/sec.
4835 2024.11.22 05:56:20.132819 [ 256 ] {a60c45b6-5372-438e-a9ac-c9902c8bc706} <Debug> TCPHandler: Processed in 0.002773696 sec.
4836 2024.11.22 05:56:20.132971 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4837 2024.11.22 05:56:20.133101 [ 257 ] {78bf4a0d-e089-4562-a583-47d42c9361e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4838 2024.11.22 05:56:20.133158 [ 257 ] {78bf4a0d-e089-4562-a583-47d42c9361e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4839 2024.11.22 05:56:20.133679 [ 257 ] {78bf4a0d-e089-4562-a583-47d42c9361e2} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4840 2024.11.22 05:56:20.133719 [ 257 ] {78bf4a0d-e089-4562-a583-47d42c9361e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
4841 2024.11.22 05:56:20.134085 [ 257 ] {78bf4a0d-e089-4562-a583-47d42c9361e2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4842 2024.11.22 05:56:20.134327 [ 257 ] {78bf4a0d-e089-4562-a583-47d42c9361e2} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4843 2024.11.22 05:56:20.134572 [ 257 ] {78bf4a0d-e089-4562-a583-47d42c9361e2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001495 sec., 40133.77926421405 rows/sec., 2.70 MiB/sec.
4844 2024.11.22 05:56:20.134685 [ 257 ] {78bf4a0d-e089-4562-a583-47d42c9361e2} <Debug> TCPHandler: Processed in 0.001772328 sec.
4845 2024.11.22 05:56:24.664136 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache
4846 2024.11.22 05:56:24.664233 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache
4847 2024.11.22 05:56:24.768463 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126
4848 2024.11.22 05:56:24.769292 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4849 2024.11.22 05:56:24.769344 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
4850 2024.11.22 05:56:24.769946 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4851 2024.11.22 05:56:24.770245 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4852 2024.11.22 05:56:24.770488 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
4853 2024.11.22 05:56:25.126020 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4854 2024.11.22 05:56:25.126347 [ 256 ] {6b4f7c9a-5c97-49f3-8b76-ad2dbba68739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4855 2024.11.22 05:56:25.126469 [ 256 ] {6b4f7c9a-5c97-49f3-8b76-ad2dbba68739} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4856 2024.11.22 05:56:25.127731 [ 256 ] {6b4f7c9a-5c97-49f3-8b76-ad2dbba68739} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4857 2024.11.22 05:56:25.127784 [ 256 ] {6b4f7c9a-5c97-49f3-8b76-ad2dbba68739} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
4858 2024.11.22 05:56:25.128225 [ 256 ] {6b4f7c9a-5c97-49f3-8b76-ad2dbba68739} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4859 2024.11.22 05:56:25.128490 [ 256 ] {6b4f7c9a-5c97-49f3-8b76-ad2dbba68739} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4860 2024.11.22 05:56:25.128733 [ 256 ] {6b4f7c9a-5c97-49f3-8b76-ad2dbba68739} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002491 sec., 5620.232838217583 rows/sec., 404.58 KiB/sec.
4861 2024.11.22 05:56:25.128803 [ 256 ] {6b4f7c9a-5c97-49f3-8b76-ad2dbba68739} <Debug> TCPHandler: Processed in 0.002961821 sec.
4862 2024.11.22 05:56:25.128990 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4863 2024.11.22 05:56:25.129133 [ 257 ] {f9f7b793-01ab-4482-be65-c38e96e82566} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4864 2024.11.22 05:56:25.129191 [ 257 ] {f9f7b793-01ab-4482-be65-c38e96e82566} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4865 2024.11.22 05:56:25.129965 [ 257 ] {f9f7b793-01ab-4482-be65-c38e96e82566} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4866 2024.11.22 05:56:25.130007 [ 257 ] {f9f7b793-01ab-4482-be65-c38e96e82566} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
4867 2024.11.22 05:56:25.130400 [ 257 ] {f9f7b793-01ab-4482-be65-c38e96e82566} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4868 2024.11.22 05:56:25.130643 [ 257 ] {f9f7b793-01ab-4482-be65-c38e96e82566} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4869 2024.11.22 05:56:25.130826 [ 66 ] {} <Debug> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4870 2024.11.22 05:56:25.130887 [ 257 ] {f9f7b793-01ab-4482-be65-c38e96e82566} <Debug> executeQuery: Read 239 rows, 21.37 KiB in 0.001786 sec., 133818.58902575588 rows/sec., 11.69 MiB/sec.
4871 2024.11.22 05:56:25.130913 [ 66 ] {} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4872 2024.11.22 05:56:25.130994 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
4873 2024.11.22 05:56:25.131004 [ 257 ] {f9f7b793-01ab-4482-be65-c38e96e82566} <Debug> TCPHandler: Processed in 0.002084386 sec.
4874 2024.11.22 05:56:25.131243 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4875 2024.11.22 05:56:25.131268 [ 195 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::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
4876 2024.11.22 05:56:25.131533 [ 256 ] {632b8d23-4f32-4638-8fcd-08ec69344a9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4877 2024.11.22 05:56:25.131647 [ 195 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4878 2024.11.22 05:56:25.131658 [ 256 ] {632b8d23-4f32-4638-8fcd-08ec69344a9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4879 2024.11.22 05:56:25.131734 [ 195 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::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
4880 2024.11.22 05:56:25.132047 [ 195 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 239 rows starting from the beginning of the part
4881 2024.11.22 05:56:25.132354 [ 195 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 102 rows starting from the beginning of the part
4882 2024.11.22 05:56:25.132738 [ 195 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 242 rows starting from the beginning of the part
4883 2024.11.22 05:56:25.133065 [ 195 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 102 rows starting from the beginning of the part
4884 2024.11.22 05:56:25.133419 [ 195 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 239 rows starting from the beginning of the part
4885 2024.11.22 05:56:25.134347 [ 256 ] {632b8d23-4f32-4638-8fcd-08ec69344a9e} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4886 2024.11.22 05:56:25.134427 [ 256 ] {632b8d23-4f32-4638-8fcd-08ec69344a9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
4887 2024.11.22 05:56:25.135335 [ 256 ] {632b8d23-4f32-4638-8fcd-08ec69344a9e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4888 2024.11.22 05:56:25.135814 [ 256 ] {632b8d23-4f32-4638-8fcd-08ec69344a9e} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4889 2024.11.22 05:56:25.136109 [ 256 ] {632b8d23-4f32-4638-8fcd-08ec69344a9e} <Debug> executeQuery: Read 25 rows, 1.81 KiB in 0.004662 sec., 5362.505362505362 rows/sec., 388.15 KiB/sec.
4890 2024.11.22 05:56:25.136279 [ 256 ] {632b8d23-4f32-4638-8fcd-08ec69344a9e} <Debug> TCPHandler: Processed in 0.00515993 sec.
4891 2024.11.22 05:56:25.136558 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4892 2024.11.22 05:56:25.136654 [ 196 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2360 rows, containing 5 columns (5 merged, 0 gathered) in 0.005530931 sec., 426691.27494087344 rows/sec., 37.85 MiB/sec.
4893 2024.11.22 05:56:25.136718 [ 257 ] {25f2e9cc-c668-4df8-acaf-8dfd11b58bbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4894 2024.11.22 05:56:25.136775 [ 257 ] {25f2e9cc-c668-4df8-acaf-8dfd11b58bbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4895 2024.11.22 05:56:25.136941 [ 196 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4896 2024.11.22 05:56:25.137342 [ 196 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_31_6} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4897 2024.11.22 05:56:25.137469 [ 196 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_31_6} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4898 2024.11.22 05:56:25.137598 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
4899 2024.11.22 05:56:25.137648 [ 257 ] {25f2e9cc-c668-4df8-acaf-8dfd11b58bbb} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4900 2024.11.22 05:56:25.137686 [ 257 ] {25f2e9cc-c668-4df8-acaf-8dfd11b58bbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
4901 2024.11.22 05:56:25.138039 [ 257 ] {25f2e9cc-c668-4df8-acaf-8dfd11b58bbb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4902 2024.11.22 05:56:25.138287 [ 257 ] {25f2e9cc-c668-4df8-acaf-8dfd11b58bbb} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4903 2024.11.22 05:56:25.138556 [ 257 ] {25f2e9cc-c668-4df8-acaf-8dfd11b58bbb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001872 sec., 7478.6324786324785 rows/sec., 523.75 KiB/sec.
4904 2024.11.22 05:56:25.138751 [ 257 ] {25f2e9cc-c668-4df8-acaf-8dfd11b58bbb} <Debug> TCPHandler: Processed in 0.002337714 sec.
4905 2024.11.22 05:56:25.138939 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4906 2024.11.22 05:56:25.139069 [ 256 ] {c8a99558-9310-4f57-97fc-e6d5478d1359} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4907 2024.11.22 05:56:25.139124 [ 256 ] {c8a99558-9310-4f57-97fc-e6d5478d1359} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4908 2024.11.22 05:56:25.139796 [ 256 ] {c8a99558-9310-4f57-97fc-e6d5478d1359} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4909 2024.11.22 05:56:25.139845 [ 256 ] {c8a99558-9310-4f57-97fc-e6d5478d1359} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
4910 2024.11.22 05:56:25.140203 [ 256 ] {c8a99558-9310-4f57-97fc-e6d5478d1359} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4911 2024.11.22 05:56:25.140448 [ 256 ] {c8a99558-9310-4f57-97fc-e6d5478d1359} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4912 2024.11.22 05:56:25.140711 [ 256 ] {c8a99558-9310-4f57-97fc-e6d5478d1359} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001657 sec., 7845.503922751961 rows/sec., 489.17 KiB/sec.
4913 2024.11.22 05:56:25.140867 [ 256 ] {c8a99558-9310-4f57-97fc-e6d5478d1359} <Debug> TCPHandler: Processed in 0.001990684 sec.
4914 2024.11.22 05:56:25.141028 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4915 2024.11.22 05:56:25.141158 [ 257 ] {c042dc5d-4b74-4a85-8761-f71041bf4304} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4916 2024.11.22 05:56:25.141215 [ 257 ] {c042dc5d-4b74-4a85-8761-f71041bf4304} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4917 2024.11.22 05:56:25.142036 [ 257 ] {c042dc5d-4b74-4a85-8761-f71041bf4304} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4918 2024.11.22 05:56:25.142076 [ 257 ] {c042dc5d-4b74-4a85-8761-f71041bf4304} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
4919 2024.11.22 05:56:25.142448 [ 257 ] {c042dc5d-4b74-4a85-8761-f71041bf4304} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4920 2024.11.22 05:56:25.142706 [ 257 ] {c042dc5d-4b74-4a85-8761-f71041bf4304} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4921 2024.11.22 05:56:25.142862 [ 66 ] {} <Debug> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4922 2024.11.22 05:56:25.142940 [ 257 ] {c042dc5d-4b74-4a85-8761-f71041bf4304} <Debug> executeQuery: Read 400 rows, 29.12 KiB in 0.001799 sec., 222345.74763757642 rows/sec., 15.81 MiB/sec.
4923 2024.11.22 05:56:25.142946 [ 66 ] {} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4924 2024.11.22 05:56:25.143036 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
4925 2024.11.22 05:56:25.143064 [ 257 ] {c042dc5d-4b74-4a85-8761-f71041bf4304} <Debug> TCPHandler: Processed in 0.002095467 sec.
4926 2024.11.22 05:56:25.143276 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4927 2024.11.22 05:56:25.143300 [ 193 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::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
4928 2024.11.22 05:56:25.143512 [ 256 ] {126dc707-50c2-4068-92cc-79bb40185523} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4929 2024.11.22 05:56:25.143640 [ 256 ] {126dc707-50c2-4068-92cc-79bb40185523} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4930 2024.11.22 05:56:25.143689 [ 193 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4931 2024.11.22 05:56:25.143838 [ 193 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 915 rows starting from the beginning of the part
4932 2024.11.22 05:56:25.144257 [ 193 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 400 rows starting from the beginning of the part
4933 2024.11.22 05:56:25.144560 [ 193 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 87 rows starting from the beginning of the part
4934 2024.11.22 05:56:25.144861 [ 193 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 406 rows starting from the beginning of the part
4935 2024.11.22 05:56:25.145145 [ 193 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 87 rows starting from the beginning of the part
4936 2024.11.22 05:56:25.145532 [ 193 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 400 rows starting from the beginning of the part
4937 2024.11.22 05:56:25.146204 [ 256 ] {126dc707-50c2-4068-92cc-79bb40185523} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4938 2024.11.22 05:56:25.146262 [ 256 ] {126dc707-50c2-4068-92cc-79bb40185523} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
4939 2024.11.22 05:56:25.147050 [ 256 ] {126dc707-50c2-4068-92cc-79bb40185523} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4940 2024.11.22 05:56:25.147589 [ 256 ] {126dc707-50c2-4068-92cc-79bb40185523} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4941 2024.11.22 05:56:25.148224 [ 256 ] {126dc707-50c2-4068-92cc-79bb40185523} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004757 sec., 1261.2991381122556 rows/sec., 65.90 KiB/sec.
4942 2024.11.22 05:56:25.148424 [ 256 ] {126dc707-50c2-4068-92cc-79bb40185523} <Debug> TCPHandler: Processed in 0.005271983 sec.
4943 2024.11.22 05:56:25.148609 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4944 2024.11.22 05:56:25.148923 [ 257 ] {aecb8ad3-60af-4103-96da-58e029bb8050} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4945 2024.11.22 05:56:25.148958 [ 193 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2295 rows, containing 5 columns (5 merged, 0 gathered) in 0.005790468 sec., 396341.02114026016 rows/sec., 30.17 MiB/sec.
4946 2024.11.22 05:56:25.149003 [ 257 ] {aecb8ad3-60af-4103-96da-58e029bb8050} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4947 2024.11.22 05:56:25.149215 [ 196 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4948 2024.11.22 05:56:25.149622 [ 196 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_31_6} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4949 2024.11.22 05:56:25.149769 [ 257 ] {aecb8ad3-60af-4103-96da-58e029bb8050} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4950 2024.11.22 05:56:25.149776 [ 196 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_31_6} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4951 2024.11.22 05:56:25.149812 [ 257 ] {aecb8ad3-60af-4103-96da-58e029bb8050} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
4952 2024.11.22 05:56:25.149900 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
4953 2024.11.22 05:56:25.150252 [ 257 ] {aecb8ad3-60af-4103-96da-58e029bb8050} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4954 2024.11.22 05:56:25.150492 [ 257 ] {aecb8ad3-60af-4103-96da-58e029bb8050} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4955 2024.11.22 05:56:25.150633 [ 65 ] {} <Debug> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4956 2024.11.22 05:56:25.150676 [ 257 ] {aecb8ad3-60af-4103-96da-58e029bb8050} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001844 sec., 128524.94577006508 rows/sec., 8.61 MiB/sec.
4957 2024.11.22 05:56:25.150680 [ 65 ] {} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4958 2024.11.22 05:56:25.150730 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
4959 2024.11.22 05:56:25.150752 [ 257 ] {aecb8ad3-60af-4103-96da-58e029bb8050} <Debug> TCPHandler: Processed in 0.002224271 sec.
4960 2024.11.22 05:56:25.151021 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4961 2024.11.22 05:56:25.151024 [ 192 ] {ff8afe02-9df6-47a2-8081-751390795547::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
4962 2024.11.22 05:56:25.151448 [ 256 ] {eb657f47-42c3-430f-98bf-acb3504bae5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4963 2024.11.22 05:56:25.151582 [ 192 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4964 2024.11.22 05:56:25.151648 [ 256 ] {eb657f47-42c3-430f-98bf-acb3504bae5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4965 2024.11.22 05:56:25.151708 [ 192 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8514 rows starting from the beginning of the part
4966 2024.11.22 05:56:25.152017 [ 192 ] {ff8afe02-9df6-47a2-8081-751390795547::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
4967 2024.11.22 05:56:25.152229 [ 192 ] {ff8afe02-9df6-47a2-8081-751390795547::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
4968 2024.11.22 05:56:25.152513 [ 192 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 240 rows starting from the beginning of the part
4969 2024.11.22 05:56:25.152681 [ 192 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part
4970 2024.11.22 05:56:25.152909 [ 192 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part
4971 2024.11.22 05:56:25.152914 [ 256 ] {eb657f47-42c3-430f-98bf-acb3504bae5f} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4972 2024.11.22 05:56:25.152970 [ 256 ] {eb657f47-42c3-430f-98bf-acb3504bae5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
4973 2024.11.22 05:56:25.153545 [ 256 ] {eb657f47-42c3-430f-98bf-acb3504bae5f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4974 2024.11.22 05:56:25.153970 [ 256 ] {eb657f47-42c3-430f-98bf-acb3504bae5f} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4975 2024.11.22 05:56:25.154129 [ 65 ] {} <Debug> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
4976 2024.11.22 05:56:25.154224 [ 256 ] {eb657f47-42c3-430f-98bf-acb3504bae5f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002923 sec., 342.1142661648991 rows/sec., 23.05 KiB/sec.
4977 2024.11.22 05:56:25.154292 [ 65 ] {} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4978 2024.11.22 05:56:25.154370 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
4979 2024.11.22 05:56:25.154428 [ 256 ] {eb657f47-42c3-430f-98bf-acb3504bae5f} <Debug> TCPHandler: Processed in 0.003560877 sec.
4980 2024.11.22 05:56:25.154872 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4981 2024.11.22 05:56:25.155120 [ 190 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full
4982 2024.11.22 05:56:25.155453 [ 257 ] {19c11417-8803-4f33-8a7a-dc753bc89ca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4983 2024.11.22 05:56:25.155960 [ 257 ] {19c11417-8803-4f33-8a7a-dc753bc89ca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4984 2024.11.22 05:56:25.155984 [ 190 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4985 2024.11.22 05:56:25.156152 [ 190 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part
4986 2024.11.22 05:56:25.156636 [ 190 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part
4987 2024.11.22 05:56:25.157245 [ 190 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part
4988 2024.11.22 05:56:25.157790 [ 190 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part
4989 2024.11.22 05:56:25.158322 [ 190 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part
4990 2024.11.22 05:56:25.158701 [ 190 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part
4991 2024.11.22 05:56:25.160693 [ 192 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9548 rows, containing 5 columns (5 merged, 0 gathered) in 0.009876768 sec., 966712.9976121744 rows/sec., 65.31 MiB/sec.
4992 2024.11.22 05:56:25.161095 [ 192 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4993 2024.11.22 05:56:25.162131 [ 192 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4994 2024.11.22 05:56:25.162353 [ 192 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4995 2024.11.22 05:56:25.162628 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.09 MiB.
4996 2024.11.22 05:56:25.164531 [ 194 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.009992141 sec., 1501.1797771868912 rows/sec., 100.76 KiB/sec.
4997 2024.11.22 05:56:25.164681 [ 257 ] {19c11417-8803-4f33-8a7a-dc753bc89ca2} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4998 2024.11.22 05:56:25.164745 [ 257 ] {19c11417-8803-4f33-8a7a-dc753bc89ca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
4999 2024.11.22 05:56:25.164798 [ 194 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
5000 2024.11.22 05:56:25.165567 [ 194 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_15_3} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5001 2024.11.22 05:56:25.165768 [ 194 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_15_3} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
5002 2024.11.22 05:56:25.165978 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
5003 2024.11.22 05:56:25.166241 [ 257 ] {19c11417-8803-4f33-8a7a-dc753bc89ca2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5004 2024.11.22 05:56:25.166520 [ 257 ] {19c11417-8803-4f33-8a7a-dc753bc89ca2} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5005 2024.11.22 05:56:25.166733 [ 257 ] {19c11417-8803-4f33-8a7a-dc753bc89ca2} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.011492 sec., 1566.3069961712495 rows/sec., 2.81 MiB/sec.
5006 2024.11.22 05:56:25.166858 [ 257 ] {19c11417-8803-4f33-8a7a-dc753bc89ca2} <Debug> TCPHandler: Processed in 0.012312314 sec.
5007 2024.11.22 05:56:25.167006 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5008 2024.11.22 05:56:25.167115 [ 256 ] {724a17ae-f1b8-4a8b-a598-494e6ab8ee5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5009 2024.11.22 05:56:25.167163 [ 256 ] {724a17ae-f1b8-4a8b-a598-494e6ab8ee5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5010 2024.11.22 05:56:25.167604 [ 256 ] {724a17ae-f1b8-4a8b-a598-494e6ab8ee5c} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5011 2024.11.22 05:56:25.167642 [ 256 ] {724a17ae-f1b8-4a8b-a598-494e6ab8ee5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5012 2024.11.22 05:56:25.168013 [ 256 ] {724a17ae-f1b8-4a8b-a598-494e6ab8ee5c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5013 2024.11.22 05:56:25.168250 [ 256 ] {724a17ae-f1b8-4a8b-a598-494e6ab8ee5c} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5014 2024.11.22 05:56:25.168375 [ 65 ] {} <Debug> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5015 2024.11.22 05:56:25.168414 [ 65 ] {} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5016 2024.11.22 05:56:25.168438 [ 256 ] {724a17ae-f1b8-4a8b-a598-494e6ab8ee5c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001344 sec., 61011.90476190476 rows/sec., 3.88 MiB/sec.
5017 2024.11.22 05:56:25.168441 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5018 2024.11.22 05:56:25.168569 [ 256 ] {724a17ae-f1b8-4a8b-a598-494e6ab8ee5c} <Debug> TCPHandler: Processed in 0.001608923 sec.
5019 2024.11.22 05:56:25.168774 [ 201 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::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
5020 2024.11.22 05:56:25.168980 [ 201 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5021 2024.11.22 05:56:25.169010 [ 201 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1646 rows starting from the beginning of the part
5022 2024.11.22 05:56:25.169075 [ 201 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::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
5023 2024.11.22 05:56:25.169288 [ 201 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::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
5024 2024.11.22 05:56:25.169458 [ 201 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 82 rows starting from the beginning of the part
5025 2024.11.22 05:56:25.169637 [ 201 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part
5026 2024.11.22 05:56:25.169762 [ 201 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part
5027 2024.11.22 05:56:25.171109 [ 198 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2012 rows, containing 4 columns (4 merged, 0 gathered) in 0.002558049 sec., 786536.9271659768 rows/sec., 51.24 MiB/sec.
5028 2024.11.22 05:56:25.171329 [ 200 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5029 2024.11.22 05:56:25.171631 [ 200 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_31_6} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5030 2024.11.22 05:56:25.171711 [ 200 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_31_6} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5031 2024.11.22 05:56:25.171795 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
5032 2024.11.22 05:56:25.505162 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
5033 2024.11.22 05:56:25.525381 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5034 2024.11.22 05:56:25.525449 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5035 2024.11.22 05:56:25.532565 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5036 2024.11.22 05:56:25.533344 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5037 2024.11.22 05:56:25.536031 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
5038 2024.11.22 05:56:29.810171 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 706
5039 2024.11.22 05:56:29.813301 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5040 2024.11.22 05:56:29.813356 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5041 2024.11.22 05:56:29.814855 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5042 2024.11.22 05:56:29.815185 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5043 2024.11.22 05:56:29.815405 [ 54 ] {} <Debug> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
5044 2024.11.22 05:56:29.815538 [ 54 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5045 2024.11.22 05:56:29.815607 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5046 2024.11.22 05:56:29.816302 [ 201 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::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
5047 2024.11.22 05:56:29.817381 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 706
5048 2024.11.22 05:56:29.817814 [ 201 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5049 2024.11.22 05:56:29.818043 [ 201 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 530 rows starting from the beginning of the part
5050 2024.11.22 05:56:29.818578 [ 201 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 34 rows starting from the beginning of the part
5051 2024.11.22 05:56:29.819062 [ 201 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 34 rows starting from the beginning of the part
5052 2024.11.22 05:56:29.819537 [ 201 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 38 rows starting from the beginning of the part
5053 2024.11.22 05:56:29.820045 [ 201 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part
5054 2024.11.22 05:56:29.820537 [ 201 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::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
5055 2024.11.22 05:56:29.828617 [ 198 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 706 rows, containing 72 columns (72 merged, 0 gathered) in 0.012848979 sec., 54945.99998957116 rows/sec., 47.21 MiB/sec.
5056 2024.11.22 05:56:29.829983 [ 198 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
5057 2024.11.22 05:56:29.830888 [ 198 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_16_3} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5058 2024.11.22 05:56:29.831000 [ 198 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_16_3} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
5059 2024.11.22 05:56:29.831372 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.19 MiB.
5060 2024.11.22 05:56:30.152127 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5061 2024.11.22 05:56:30.152341 [ 256 ] {b8673523-c0b2-4cc0-b4fc-f5e16fa00f22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5062 2024.11.22 05:56:30.152420 [ 256 ] {b8673523-c0b2-4cc0-b4fc-f5e16fa00f22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5063 2024.11.22 05:56:30.153881 [ 256 ] {b8673523-c0b2-4cc0-b4fc-f5e16fa00f22} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5064 2024.11.22 05:56:30.153924 [ 256 ] {b8673523-c0b2-4cc0-b4fc-f5e16fa00f22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5065 2024.11.22 05:56:30.154435 [ 256 ] {b8673523-c0b2-4cc0-b4fc-f5e16fa00f22} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5066 2024.11.22 05:56:30.154696 [ 256 ] {b8673523-c0b2-4cc0-b4fc-f5e16fa00f22} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5067 2024.11.22 05:56:30.154892 [ 256 ] {b8673523-c0b2-4cc0-b4fc-f5e16fa00f22} <Debug> executeQuery: Read 1242 rows, 105.38 KiB in 0.002609 sec., 476044.461479494 rows/sec., 39.45 MiB/sec.
5068 2024.11.22 05:56:30.154947 [ 256 ] {b8673523-c0b2-4cc0-b4fc-f5e16fa00f22} <Debug> TCPHandler: Processed in 0.00296116 sec.
5069 2024.11.22 05:56:30.155110 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5070 2024.11.22 05:56:30.155225 [ 257 ] {84b37005-446b-4791-a65c-bd55e94d80bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5071 2024.11.22 05:56:30.155272 [ 257 ] {84b37005-446b-4791-a65c-bd55e94d80bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5072 2024.11.22 05:56:30.155834 [ 257 ] {84b37005-446b-4791-a65c-bd55e94d80bf} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5073 2024.11.22 05:56:30.155871 [ 257 ] {84b37005-446b-4791-a65c-bd55e94d80bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5074 2024.11.22 05:56:30.156231 [ 257 ] {84b37005-446b-4791-a65c-bd55e94d80bf} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5075 2024.11.22 05:56:30.156489 [ 257 ] {84b37005-446b-4791-a65c-bd55e94d80bf} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5076 2024.11.22 05:56:30.156680 [ 257 ] {84b37005-446b-4791-a65c-bd55e94d80bf} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001474 sec., 15603.799185888738 rows/sec., 1.15 MiB/sec.
5077 2024.11.22 05:56:30.156813 [ 257 ] {84b37005-446b-4791-a65c-bd55e94d80bf} <Debug> TCPHandler: Processed in 0.001757598 sec.
5078 2024.11.22 05:56:30.156990 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5079 2024.11.22 05:56:30.157108 [ 256 ] {2087863b-ec54-48b5-b145-c3c10cb72f06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5080 2024.11.22 05:56:30.157163 [ 256 ] {2087863b-ec54-48b5-b145-c3c10cb72f06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5081 2024.11.22 05:56:30.157912 [ 256 ] {2087863b-ec54-48b5-b145-c3c10cb72f06} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5082 2024.11.22 05:56:30.157958 [ 256 ] {2087863b-ec54-48b5-b145-c3c10cb72f06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5083 2024.11.22 05:56:30.158344 [ 256 ] {2087863b-ec54-48b5-b145-c3c10cb72f06} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5084 2024.11.22 05:56:30.158588 [ 256 ] {2087863b-ec54-48b5-b145-c3c10cb72f06} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5085 2024.11.22 05:56:30.158817 [ 256 ] {2087863b-ec54-48b5-b145-c3c10cb72f06} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001739 sec., 131109.8332374928 rows/sec., 8.88 MiB/sec.
5086 2024.11.22 05:56:30.159020 [ 256 ] {2087863b-ec54-48b5-b145-c3c10cb72f06} <Debug> TCPHandler: Processed in 0.002077227 sec.
5087 2024.11.22 05:56:30.159193 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5088 2024.11.22 05:56:30.159305 [ 257 ] {0734217c-5b45-4fa5-9110-8a9f5ea96c0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5089 2024.11.22 05:56:30.159351 [ 257 ] {0734217c-5b45-4fa5-9110-8a9f5ea96c0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5090 2024.11.22 05:56:30.160151 [ 257 ] {0734217c-5b45-4fa5-9110-8a9f5ea96c0c} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5091 2024.11.22 05:56:30.160189 [ 257 ] {0734217c-5b45-4fa5-9110-8a9f5ea96c0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5092 2024.11.22 05:56:30.160567 [ 257 ] {0734217c-5b45-4fa5-9110-8a9f5ea96c0c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5093 2024.11.22 05:56:30.160809 [ 257 ] {0734217c-5b45-4fa5-9110-8a9f5ea96c0c} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5094 2024.11.22 05:56:30.160986 [ 257 ] {0734217c-5b45-4fa5-9110-8a9f5ea96c0c} <Debug> executeQuery: Read 543 rows, 41.25 KiB in 0.001703 sec., 318849.0898414562 rows/sec., 23.65 MiB/sec.
5095 2024.11.22 05:56:30.161037 [ 257 ] {0734217c-5b45-4fa5-9110-8a9f5ea96c0c} <Debug> TCPHandler: Processed in 0.001902972 sec.
5096 2024.11.22 05:56:30.161203 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5097 2024.11.22 05:56:30.161331 [ 256 ] {ab76e0de-f23a-42e2-ac61-89ee6491e209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5098 2024.11.22 05:56:30.161390 [ 256 ] {ab76e0de-f23a-42e2-ac61-89ee6491e209} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5099 2024.11.22 05:56:30.162208 [ 256 ] {ab76e0de-f23a-42e2-ac61-89ee6491e209} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5100 2024.11.22 05:56:30.162246 [ 256 ] {ab76e0de-f23a-42e2-ac61-89ee6491e209} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5101 2024.11.22 05:56:30.162673 [ 256 ] {ab76e0de-f23a-42e2-ac61-89ee6491e209} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5102 2024.11.22 05:56:30.162914 [ 256 ] {ab76e0de-f23a-42e2-ac61-89ee6491e209} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5103 2024.11.22 05:56:30.163087 [ 256 ] {ab76e0de-f23a-42e2-ac61-89ee6491e209} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.001786 sec., 492721.1646136618 rows/sec., 33.15 MiB/sec.
5104 2024.11.22 05:56:30.163138 [ 256 ] {ab76e0de-f23a-42e2-ac61-89ee6491e209} <Debug> TCPHandler: Processed in 0.001998285 sec.
5105 2024.11.22 05:56:30.163293 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5106 2024.11.22 05:56:30.163400 [ 257 ] {e1d45e05-5eed-4796-8850-3e1f0166d69a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5107 2024.11.22 05:56:30.163464 [ 257 ] {e1d45e05-5eed-4796-8850-3e1f0166d69a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5108 2024.11.22 05:56:30.164548 [ 257 ] {e1d45e05-5eed-4796-8850-3e1f0166d69a} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5109 2024.11.22 05:56:30.164585 [ 257 ] {e1d45e05-5eed-4796-8850-3e1f0166d69a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5110 2024.11.22 05:56:30.165210 [ 257 ] {e1d45e05-5eed-4796-8850-3e1f0166d69a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5111 2024.11.22 05:56:30.165468 [ 257 ] {e1d45e05-5eed-4796-8850-3e1f0166d69a} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5112 2024.11.22 05:56:30.165668 [ 257 ] {e1d45e05-5eed-4796-8850-3e1f0166d69a} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.00229 sec., 10043.668122270743 rows/sec., 18.00 MiB/sec.
5113 2024.11.22 05:56:30.165779 [ 257 ] {e1d45e05-5eed-4796-8850-3e1f0166d69a} <Debug> TCPHandler: Processed in 0.002537629 sec.
5114 2024.11.22 05:56:30.165931 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5115 2024.11.22 05:56:30.166062 [ 256 ] {0eefbfe2-f826-4277-b5ee-ffa35d27d41b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5116 2024.11.22 05:56:30.166109 [ 256 ] {0eefbfe2-f826-4277-b5ee-ffa35d27d41b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5117 2024.11.22 05:56:30.166557 [ 256 ] {0eefbfe2-f826-4277-b5ee-ffa35d27d41b} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5118 2024.11.22 05:56:30.166594 [ 256 ] {0eefbfe2-f826-4277-b5ee-ffa35d27d41b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5119 2024.11.22 05:56:30.166947 [ 256 ] {0eefbfe2-f826-4277-b5ee-ffa35d27d41b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5120 2024.11.22 05:56:30.167185 [ 256 ] {0eefbfe2-f826-4277-b5ee-ffa35d27d41b} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5121 2024.11.22 05:56:30.167360 [ 256 ] {0eefbfe2-f826-4277-b5ee-ffa35d27d41b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001328 sec., 45180.72289156626 rows/sec., 3.04 MiB/sec.
5122 2024.11.22 05:56:30.167408 [ 256 ] {0eefbfe2-f826-4277-b5ee-ffa35d27d41b} <Debug> TCPHandler: Processed in 0.001540462 sec.
5123 2024.11.22 05:56:32.270618 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614
5124 2024.11.22 05:56:32.271522 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5125 2024.11.22 05:56:32.271564 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5126 2024.11.22 05:56:32.272148 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5127 2024.11.22 05:56:32.272418 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5128 2024.11.22 05:56:32.272673 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614
5129 2024.11.22 05:56:33.036081 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174
5130 2024.11.22 05:56:33.056729 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5131 2024.11.22 05:56:33.056786 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5132 2024.11.22 05:56:33.064044 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5133 2024.11.22 05:56:33.064808 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5134 2024.11.22 05:56:33.067492 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174
5135 2024.11.22 05:56:35.125734 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5136 2024.11.22 05:56:35.125958 [ 256 ] {321c10a9-953a-4b77-95b1-b19a8cd1ae3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5137 2024.11.22 05:56:35.126041 [ 256 ] {321c10a9-953a-4b77-95b1-b19a8cd1ae3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5138 2024.11.22 05:56:35.126879 [ 256 ] {321c10a9-953a-4b77-95b1-b19a8cd1ae3b} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5139 2024.11.22 05:56:35.126939 [ 256 ] {321c10a9-953a-4b77-95b1-b19a8cd1ae3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5140 2024.11.22 05:56:35.127438 [ 256 ] {321c10a9-953a-4b77-95b1-b19a8cd1ae3b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5141 2024.11.22 05:56:35.127742 [ 256 ] {321c10a9-953a-4b77-95b1-b19a8cd1ae3b} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5142 2024.11.22 05:56:35.128011 [ 256 ] {321c10a9-953a-4b77-95b1-b19a8cd1ae3b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002104 sec., 6653.9923954372625 rows/sec., 479.00 KiB/sec.
5143 2024.11.22 05:56:35.128182 [ 256 ] {321c10a9-953a-4b77-95b1-b19a8cd1ae3b} <Debug> TCPHandler: Processed in 0.00258928 sec.
5144 2024.11.22 05:56:35.128389 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5145 2024.11.22 05:56:35.128516 [ 257 ] {4cc698dd-a85c-40d5-a8d4-a7cbfb30b586} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5146 2024.11.22 05:56:35.128569 [ 257 ] {4cc698dd-a85c-40d5-a8d4-a7cbfb30b586} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5147 2024.11.22 05:56:35.129319 [ 257 ] {4cc698dd-a85c-40d5-a8d4-a7cbfb30b586} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5148 2024.11.22 05:56:35.129363 [ 257 ] {4cc698dd-a85c-40d5-a8d4-a7cbfb30b586} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5149 2024.11.22 05:56:35.129773 [ 257 ] {4cc698dd-a85c-40d5-a8d4-a7cbfb30b586} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5150 2024.11.22 05:56:35.130043 [ 257 ] {4cc698dd-a85c-40d5-a8d4-a7cbfb30b586} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5151 2024.11.22 05:56:35.130276 [ 257 ] {4cc698dd-a85c-40d5-a8d4-a7cbfb30b586} <Debug> executeQuery: Read 239 rows, 21.37 KiB in 0.00179 sec., 133519.5530726257 rows/sec., 11.66 MiB/sec.
5152 2024.11.22 05:56:35.130341 [ 257 ] {4cc698dd-a85c-40d5-a8d4-a7cbfb30b586} <Debug> TCPHandler: Processed in 0.002012494 sec.
5153 2024.11.22 05:56:35.130505 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5154 2024.11.22 05:56:35.130622 [ 256 ] {c072ee20-a9eb-4aa7-8399-a85b98000ed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5155 2024.11.22 05:56:35.130671 [ 256 ] {c072ee20-a9eb-4aa7-8399-a85b98000ed4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5156 2024.11.22 05:56:35.131269 [ 256 ] {c072ee20-a9eb-4aa7-8399-a85b98000ed4} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5157 2024.11.22 05:56:35.131320 [ 256 ] {c072ee20-a9eb-4aa7-8399-a85b98000ed4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5158 2024.11.22 05:56:35.131716 [ 256 ] {c072ee20-a9eb-4aa7-8399-a85b98000ed4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5159 2024.11.22 05:56:35.131957 [ 256 ] {c072ee20-a9eb-4aa7-8399-a85b98000ed4} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5160 2024.11.22 05:56:35.132141 [ 47 ] {} <Debug> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5161 2024.11.22 05:56:35.132203 [ 256 ] {c072ee20-a9eb-4aa7-8399-a85b98000ed4} <Debug> executeQuery: Read 25 rows, 1.81 KiB in 0.001603 sec., 15595.757953836555 rows/sec., 1.10 MiB/sec.
5162 2024.11.22 05:56:35.132233 [ 47 ] {} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5163 2024.11.22 05:56:35.132301 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5164 2024.11.22 05:56:35.132328 [ 256 ] {c072ee20-a9eb-4aa7-8399-a85b98000ed4} <Debug> TCPHandler: Processed in 0.001875871 sec.
5165 2024.11.22 05:56:35.132464 [ 188 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::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
5166 2024.11.22 05:56:35.132527 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5167 2024.11.22 05:56:35.132577 [ 188 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5168 2024.11.22 05:56:35.132622 [ 188 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 66 rows starting from the beginning of the part
5169 2024.11.22 05:56:35.132667 [ 257 ] {cbc86784-e791-4e1b-9824-6496b5100c61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5170 2024.11.22 05:56:35.132713 [ 188 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 31 rows starting from the beginning of the part
5171 2024.11.22 05:56:35.132763 [ 257 ] {cbc86784-e791-4e1b-9824-6496b5100c61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5172 2024.11.22 05:56:35.133171 [ 188 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 23 rows starting from the beginning of the part
5173 2024.11.22 05:56:35.133504 [ 188 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 25 rows starting from the beginning of the part
5174 2024.11.22 05:56:35.133840 [ 188 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 23 rows starting from the beginning of the part
5175 2024.11.22 05:56:35.134185 [ 188 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 25 rows starting from the beginning of the part
5176 2024.11.22 05:56:35.135198 [ 257 ] {cbc86784-e791-4e1b-9824-6496b5100c61} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5177 2024.11.22 05:56:35.135247 [ 257 ] {cbc86784-e791-4e1b-9824-6496b5100c61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5178 2024.11.22 05:56:35.135881 [ 257 ] {cbc86784-e791-4e1b-9824-6496b5100c61} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5179 2024.11.22 05:56:35.136108 [ 198 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 193 rows, containing 5 columns (5 merged, 0 gathered) in 0.003706681 sec., 52068.143981097914 rows/sec., 3.91 MiB/sec.
5180 2024.11.22 05:56:35.136317 [ 257 ] {cbc86784-e791-4e1b-9824-6496b5100c61} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5181 2024.11.22 05:56:35.136494 [ 198 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5182 2024.11.22 05:56:35.136707 [ 257 ] {cbc86784-e791-4e1b-9824-6496b5100c61} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004056 sec., 3451.6765285996057 rows/sec., 241.73 KiB/sec.
5183 2024.11.22 05:56:35.136809 [ 257 ] {cbc86784-e791-4e1b-9824-6496b5100c61} <Debug> TCPHandler: Processed in 0.004336518 sec.
5184 2024.11.22 05:56:35.136996 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5185 2024.11.22 05:56:35.137183 [ 256 ] {90a65317-96ec-4070-92a8-2ac9f31e1cab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5186 2024.11.22 05:56:35.137200 [ 198 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_31_6} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5187 2024.11.22 05:56:35.137256 [ 256 ] {90a65317-96ec-4070-92a8-2ac9f31e1cab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5188 2024.11.22 05:56:35.137465 [ 198 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_31_6} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5189 2024.11.22 05:56:35.137736 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
5190 2024.11.22 05:56:35.138281 [ 256 ] {90a65317-96ec-4070-92a8-2ac9f31e1cab} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5191 2024.11.22 05:56:35.138329 [ 256 ] {90a65317-96ec-4070-92a8-2ac9f31e1cab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5192 2024.11.22 05:56:35.138704 [ 256 ] {90a65317-96ec-4070-92a8-2ac9f31e1cab} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5193 2024.11.22 05:56:35.138954 [ 256 ] {90a65317-96ec-4070-92a8-2ac9f31e1cab} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5194 2024.11.22 05:56:35.139216 [ 256 ] {90a65317-96ec-4070-92a8-2ac9f31e1cab} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002094 sec., 6208.21394460363 rows/sec., 387.08 KiB/sec.
5195 2024.11.22 05:56:35.139422 [ 256 ] {90a65317-96ec-4070-92a8-2ac9f31e1cab} <Debug> TCPHandler: Processed in 0.002500898 sec.
5196 2024.11.22 05:56:35.139610 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5197 2024.11.22 05:56:35.139742 [ 257 ] {dd90f3fa-58b0-4fef-9a5a-659818f74509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5198 2024.11.22 05:56:35.139798 [ 257 ] {dd90f3fa-58b0-4fef-9a5a-659818f74509} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5199 2024.11.22 05:56:35.140592 [ 257 ] {dd90f3fa-58b0-4fef-9a5a-659818f74509} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5200 2024.11.22 05:56:35.140631 [ 257 ] {dd90f3fa-58b0-4fef-9a5a-659818f74509} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5201 2024.11.22 05:56:35.141019 [ 257 ] {dd90f3fa-58b0-4fef-9a5a-659818f74509} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5202 2024.11.22 05:56:35.141274 [ 257 ] {dd90f3fa-58b0-4fef-9a5a-659818f74509} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5203 2024.11.22 05:56:35.141491 [ 257 ] {dd90f3fa-58b0-4fef-9a5a-659818f74509} <Debug> executeQuery: Read 400 rows, 29.12 KiB in 0.001777 sec., 225098.48058525607 rows/sec., 16.00 MiB/sec.
5204 2024.11.22 05:56:35.141545 [ 257 ] {dd90f3fa-58b0-4fef-9a5a-659818f74509} <Debug> TCPHandler: Processed in 0.001998984 sec.
5205 2024.11.22 05:56:35.141698 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5206 2024.11.22 05:56:35.141828 [ 256 ] {cf590902-96c1-4f17-988e-20322d54631a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5207 2024.11.22 05:56:35.141885 [ 256 ] {cf590902-96c1-4f17-988e-20322d54631a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5208 2024.11.22 05:56:35.142399 [ 256 ] {cf590902-96c1-4f17-988e-20322d54631a} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5209 2024.11.22 05:56:35.142439 [ 256 ] {cf590902-96c1-4f17-988e-20322d54631a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5210 2024.11.22 05:56:35.142791 [ 256 ] {cf590902-96c1-4f17-988e-20322d54631a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5211 2024.11.22 05:56:35.143071 [ 256 ] {cf590902-96c1-4f17-988e-20322d54631a} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5212 2024.11.22 05:56:35.143331 [ 256 ] {cf590902-96c1-4f17-988e-20322d54631a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00153 sec., 3921.568627450981 rows/sec., 204.89 KiB/sec.
5213 2024.11.22 05:56:35.143526 [ 256 ] {cf590902-96c1-4f17-988e-20322d54631a} <Debug> TCPHandler: Processed in 0.001882161 sec.
5214 2024.11.22 05:56:35.143725 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5215 2024.11.22 05:56:35.143864 [ 257 ] {0aef35fb-c5a6-4bc5-a45f-b59f66fd390f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5216 2024.11.22 05:56:35.143924 [ 257 ] {0aef35fb-c5a6-4bc5-a45f-b59f66fd390f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5217 2024.11.22 05:56:35.144539 [ 257 ] {0aef35fb-c5a6-4bc5-a45f-b59f66fd390f} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5218 2024.11.22 05:56:35.144578 [ 257 ] {0aef35fb-c5a6-4bc5-a45f-b59f66fd390f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5219 2024.11.22 05:56:35.144974 [ 257 ] {0aef35fb-c5a6-4bc5-a45f-b59f66fd390f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5220 2024.11.22 05:56:35.145220 [ 257 ] {0aef35fb-c5a6-4bc5-a45f-b59f66fd390f} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5221 2024.11.22 05:56:35.145438 [ 257 ] {0aef35fb-c5a6-4bc5-a45f-b59f66fd390f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001604 sec., 147755.6109725686 rows/sec., 9.90 MiB/sec.
5222 2024.11.22 05:56:35.145497 [ 257 ] {0aef35fb-c5a6-4bc5-a45f-b59f66fd390f} <Debug> TCPHandler: Processed in 0.00183802 sec.
5223 2024.11.22 05:56:35.145647 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5224 2024.11.22 05:56:35.145775 [ 256 ] {c2393a27-25c5-4621-88a2-d609c0545ba0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5225 2024.11.22 05:56:35.145833 [ 256 ] {c2393a27-25c5-4621-88a2-d609c0545ba0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5226 2024.11.22 05:56:35.146321 [ 256 ] {c2393a27-25c5-4621-88a2-d609c0545ba0} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5227 2024.11.22 05:56:35.146361 [ 256 ] {c2393a27-25c5-4621-88a2-d609c0545ba0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5228 2024.11.22 05:56:35.146709 [ 256 ] {c2393a27-25c5-4621-88a2-d609c0545ba0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5229 2024.11.22 05:56:35.146947 [ 256 ] {c2393a27-25c5-4621-88a2-d609c0545ba0} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5230 2024.11.22 05:56:35.147145 [ 256 ] {c2393a27-25c5-4621-88a2-d609c0545ba0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001398 sec., 715.307582260372 rows/sec., 48.20 KiB/sec.
5231 2024.11.22 05:56:35.147195 [ 256 ] {c2393a27-25c5-4621-88a2-d609c0545ba0} <Debug> TCPHandler: Processed in 0.001609854 sec.
5232 2024.11.22 05:56:35.147365 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5233 2024.11.22 05:56:35.147494 [ 257 ] {86515b86-bfd9-4696-b78d-6b8458cb1aff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5234 2024.11.22 05:56:35.147572 [ 257 ] {86515b86-bfd9-4696-b78d-6b8458cb1aff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5235 2024.11.22 05:56:35.148749 [ 257 ] {86515b86-bfd9-4696-b78d-6b8458cb1aff} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5236 2024.11.22 05:56:35.148787 [ 257 ] {86515b86-bfd9-4696-b78d-6b8458cb1aff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5237 2024.11.22 05:56:35.149436 [ 257 ] {86515b86-bfd9-4696-b78d-6b8458cb1aff} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5238 2024.11.22 05:56:35.149693 [ 257 ] {86515b86-bfd9-4696-b78d-6b8458cb1aff} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5239 2024.11.22 05:56:35.149886 [ 47 ] {} <Debug> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5240 2024.11.22 05:56:35.149972 [ 47 ] {} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5241 2024.11.22 05:56:35.149980 [ 257 ] {86515b86-bfd9-4696-b78d-6b8458cb1aff} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.002506 sec., 7182.761372705507 rows/sec., 12.87 MiB/sec.
5242 2024.11.22 05:56:35.150022 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5243 2024.11.22 05:56:35.150304 [ 188 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::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
5244 2024.11.22 05:56:35.150309 [ 257 ] {86515b86-bfd9-4696-b78d-6b8458cb1aff} <Debug> TCPHandler: Processed in 0.003007881 sec.
5245 2024.11.22 05:56:35.150510 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5246 2024.11.22 05:56:35.150635 [ 188 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5247 2024.11.22 05:56:35.150657 [ 256 ] {b042368b-19c0-4a94-b07c-f24193f08b62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5248 2024.11.22 05:56:35.150701 [ 188 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 448 rows starting from the beginning of the part
5249 2024.11.22 05:56:35.150719 [ 256 ] {b042368b-19c0-4a94-b07c-f24193f08b62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5250 2024.11.22 05:56:35.151198 [ 188 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 18 rows starting from the beginning of the part
5251 2024.11.22 05:56:35.151548 [ 188 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 23 rows starting from the beginning of the part
5252 2024.11.22 05:56:35.151971 [ 188 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 18 rows starting from the beginning of the part
5253 2024.11.22 05:56:35.151983 [ 256 ] {b042368b-19c0-4a94-b07c-f24193f08b62} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5254 2024.11.22 05:56:35.152031 [ 256 ] {b042368b-19c0-4a94-b07c-f24193f08b62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5255 2024.11.22 05:56:35.152305 [ 188 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 23 rows starting from the beginning of the part
5256 2024.11.22 05:56:35.152677 [ 188 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 18 rows starting from the beginning of the part
5257 2024.11.22 05:56:35.152849 [ 256 ] {b042368b-19c0-4a94-b07c-f24193f08b62} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5258 2024.11.22 05:56:35.153229 [ 256 ] {b042368b-19c0-4a94-b07c-f24193f08b62} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5259 2024.11.22 05:56:35.153533 [ 256 ] {b042368b-19c0-4a94-b07c-f24193f08b62} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002904 sec., 28236.914600550965 rows/sec., 1.79 MiB/sec.
5260 2024.11.22 05:56:35.153648 [ 256 ] {b042368b-19c0-4a94-b07c-f24193f08b62} <Debug> TCPHandler: Processed in 0.003211737 sec.
5261 2024.11.22 05:56:35.159400 [ 198 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 548 rows, containing 19 columns (19 merged, 0 gathered) in 0.009244541 sec., 59278.227009864524 rows/sec., 106.22 MiB/sec.
5262 2024.11.22 05:56:35.160139 [ 197 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5263 2024.11.22 05:56:35.160651 [ 197 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5264 2024.11.22 05:56:35.160755 [ 197 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5265 2024.11.22 05:56:35.160946 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB.
5266 2024.11.22 05:56:38.369155 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44635, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5267 2024.11.22 05:56:38.563659 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38738, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5268 2024.11.22 05:56:38.625179 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63393, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5269 2024.11.22 05:56:38.693753 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51372, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5270 2024.11.22 05:56:38.723137 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56238, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5271 2024.11.22 05:56:38.765498 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51346, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5272 2024.11.22 05:56:38.783853 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34466, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5273 2024.11.22 05:56:38.783905 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58117, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5274 2024.11.22 05:56:39.664287 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache
5275 2024.11.22 05:56:39.664362 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache
5276 2024.11.22 05:56:39.772803 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041
5277 2024.11.22 05:56:39.773544 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5278 2024.11.22 05:56:39.773586 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5279 2024.11.22 05:56:39.774136 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5280 2024.11.22 05:56:39.774405 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5281 2024.11.22 05:56:39.774673 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041
5282 2024.11.22 05:56:39.817585 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 742
5283 2024.11.22 05:56:39.820738 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5284 2024.11.22 05:56:39.820791 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5285 2024.11.22 05:56:39.822285 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5286 2024.11.22 05:56:39.822607 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5287 2024.11.22 05:56:39.823217 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 742
5288 2024.11.22 05:56:40.121671 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5289 2024.11.22 05:56:40.121944 [ 256 ] {9883594b-be36-401e-ad57-43f93c1030a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5290 2024.11.22 05:56:40.122048 [ 256 ] {9883594b-be36-401e-ad57-43f93c1030a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5291 2024.11.22 05:56:40.122987 [ 256 ] {9883594b-be36-401e-ad57-43f93c1030a5} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5292 2024.11.22 05:56:40.123035 [ 256 ] {9883594b-be36-401e-ad57-43f93c1030a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5293 2024.11.22 05:56:40.123476 [ 256 ] {9883594b-be36-401e-ad57-43f93c1030a5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5294 2024.11.22 05:56:40.123736 [ 256 ] {9883594b-be36-401e-ad57-43f93c1030a5} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5295 2024.11.22 05:56:40.123960 [ 256 ] {9883594b-be36-401e-ad57-43f93c1030a5} <Debug> executeQuery: Read 102 rows, 8.82 KiB in 0.00209 sec., 48803.82775119618 rows/sec., 4.12 MiB/sec.
5296 2024.11.22 05:56:40.124026 [ 256 ] {9883594b-be36-401e-ad57-43f93c1030a5} <Debug> TCPHandler: Processed in 0.002522559 sec.
5297 2024.11.22 05:56:40.124221 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5298 2024.11.22 05:56:40.124364 [ 257 ] {f5c2ce35-089e-478b-9bdf-85a7bcad7ffa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5299 2024.11.22 05:56:40.124425 [ 257 ] {f5c2ce35-089e-478b-9bdf-85a7bcad7ffa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5300 2024.11.22 05:56:40.125101 [ 257 ] {f5c2ce35-089e-478b-9bdf-85a7bcad7ffa} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5301 2024.11.22 05:56:40.125153 [ 257 ] {f5c2ce35-089e-478b-9bdf-85a7bcad7ffa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5302 2024.11.22 05:56:40.125570 [ 257 ] {f5c2ce35-089e-478b-9bdf-85a7bcad7ffa} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5303 2024.11.22 05:56:40.125815 [ 257 ] {f5c2ce35-089e-478b-9bdf-85a7bcad7ffa} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5304 2024.11.22 05:56:40.126040 [ 257 ] {f5c2ce35-089e-478b-9bdf-85a7bcad7ffa} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001709 sec., 13458.162668227033 rows/sec., 1011.99 KiB/sec.
5305 2024.11.22 05:56:40.126095 [ 257 ] {f5c2ce35-089e-478b-9bdf-85a7bcad7ffa} <Debug> TCPHandler: Processed in 0.001944253 sec.
5306 2024.11.22 05:56:40.126268 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5307 2024.11.22 05:56:40.126378 [ 256 ] {aeac4201-30ae-4b6d-aeb7-1d9c78ea5bb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5308 2024.11.22 05:56:40.126425 [ 256 ] {aeac4201-30ae-4b6d-aeb7-1d9c78ea5bb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5309 2024.11.22 05:56:40.127012 [ 256 ] {aeac4201-30ae-4b6d-aeb7-1d9c78ea5bb5} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5310 2024.11.22 05:56:40.127051 [ 256 ] {aeac4201-30ae-4b6d-aeb7-1d9c78ea5bb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5311 2024.11.22 05:56:40.127433 [ 256 ] {aeac4201-30ae-4b6d-aeb7-1d9c78ea5bb5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5312 2024.11.22 05:56:40.127677 [ 256 ] {aeac4201-30ae-4b6d-aeb7-1d9c78ea5bb5} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5313 2024.11.22 05:56:40.127898 [ 256 ] {aeac4201-30ae-4b6d-aeb7-1d9c78ea5bb5} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001543 sec., 56383.66817887232 rows/sec., 4.40 MiB/sec.
5314 2024.11.22 05:56:40.127953 [ 256 ] {aeac4201-30ae-4b6d-aeb7-1d9c78ea5bb5} <Debug> TCPHandler: Processed in 0.001744017 sec.
5315 2024.11.22 05:56:40.128112 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5316 2024.11.22 05:56:40.128221 [ 257 ] {1873d365-77da-47a6-ae51-16489a3f6559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5317 2024.11.22 05:56:40.128271 [ 257 ] {1873d365-77da-47a6-ae51-16489a3f6559} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5318 2024.11.22 05:56:40.128798 [ 257 ] {1873d365-77da-47a6-ae51-16489a3f6559} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5319 2024.11.22 05:56:40.128838 [ 257 ] {1873d365-77da-47a6-ae51-16489a3f6559} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5320 2024.11.22 05:56:40.129241 [ 257 ] {1873d365-77da-47a6-ae51-16489a3f6559} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5321 2024.11.22 05:56:40.129479 [ 257 ] {1873d365-77da-47a6-ae51-16489a3f6559} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5322 2024.11.22 05:56:40.129698 [ 257 ] {1873d365-77da-47a6-ae51-16489a3f6559} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001499 sec., 106737.82521681121 rows/sec., 7.43 MiB/sec.
5323 2024.11.22 05:56:40.129752 [ 257 ] {1873d365-77da-47a6-ae51-16489a3f6559} <Debug> TCPHandler: Processed in 0.001700646 sec.
5324 2024.11.22 05:56:40.129904 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5325 2024.11.22 05:56:40.130011 [ 256 ] {bf359e25-ae1e-4d8e-b6fd-fce99176b110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5326 2024.11.22 05:56:40.130077 [ 256 ] {bf359e25-ae1e-4d8e-b6fd-fce99176b110} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5327 2024.11.22 05:56:40.131173 [ 256 ] {bf359e25-ae1e-4d8e-b6fd-fce99176b110} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5328 2024.11.22 05:56:40.131221 [ 256 ] {bf359e25-ae1e-4d8e-b6fd-fce99176b110} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5329 2024.11.22 05:56:40.131923 [ 256 ] {bf359e25-ae1e-4d8e-b6fd-fce99176b110} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5330 2024.11.22 05:56:40.132191 [ 256 ] {bf359e25-ae1e-4d8e-b6fd-fce99176b110} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5331 2024.11.22 05:56:40.132440 [ 256 ] {bf359e25-ae1e-4d8e-b6fd-fce99176b110} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002451 sec., 9383.92492860057 rows/sec., 16.82 MiB/sec.
5332 2024.11.22 05:56:40.132544 [ 256 ] {bf359e25-ae1e-4d8e-b6fd-fce99176b110} <Debug> TCPHandler: Processed in 0.002701183 sec.
5333 2024.11.22 05:56:40.132696 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5334 2024.11.22 05:56:40.132803 [ 257 ] {1c9c5acc-757d-418c-96c7-7e32453c0570} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5335 2024.11.22 05:56:40.132848 [ 257 ] {1c9c5acc-757d-418c-96c7-7e32453c0570} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5336 2024.11.22 05:56:40.133281 [ 257 ] {1c9c5acc-757d-418c-96c7-7e32453c0570} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5337 2024.11.22 05:56:40.133320 [ 257 ] {1c9c5acc-757d-418c-96c7-7e32453c0570} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5338 2024.11.22 05:56:40.133676 [ 257 ] {1c9c5acc-757d-418c-96c7-7e32453c0570} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5339 2024.11.22 05:56:40.133909 [ 257 ] {1c9c5acc-757d-418c-96c7-7e32453c0570} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5340 2024.11.22 05:56:40.134131 [ 257 ] {1c9c5acc-757d-418c-96c7-7e32453c0570} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001349 sec., 44477.390659747965 rows/sec., 3.00 MiB/sec.
5341 2024.11.22 05:56:40.134214 [ 257 ] {1c9c5acc-757d-418c-96c7-7e32453c0570} <Debug> TCPHandler: Processed in 0.001576743 sec.
5342 2024.11.22 05:56:40.567569 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181
5343 2024.11.22 05:56:40.589232 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5344 2024.11.22 05:56:40.589293 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5345 2024.11.22 05:56:40.597061 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5346 2024.11.22 05:56:40.597870 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5347 2024.11.22 05:56:40.600541 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181
5348 2024.11.22 05:56:41.568989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63974, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5349 2024.11.22 05:56:42.295120 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39607, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5350 2024.11.22 05:56:42.295120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57972, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5351 2024.11.22 05:56:42.396968 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35204, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5352 2024.11.22 05:56:42.430550 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41036, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5353 2024.11.22 05:56:42.440805 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59225, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5354 2024.11.22 05:56:42.442016 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46074, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5355 2024.11.22 05:56:42.444255 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44992, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5356 2024.11.22 05:56:42.697439 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41616, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5357 2024.11.22 05:56:43.213783 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54693, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5358 2024.11.22 05:56:43.257166 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60659, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5359 2024.11.22 05:56:43.421158 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33298, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5360 2024.11.22 05:56:43.520050 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47899, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5361 2024.11.22 05:56:43.521376 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47753, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5362 2024.11.22 05:56:43.544648 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34643, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5363 2024.11.22 05:56:43.551926 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45694, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5364 2024.11.22 05:56:43.570181 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60701, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5365 2024.11.22 05:56:43.906697 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60336, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5366 2024.11.22 05:56:43.916091 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56813, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5367 2024.11.22 05:56:44.058711 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:32864, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5368 2024.11.22 05:56:44.085124 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58981, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5369 2024.11.22 05:56:44.206514 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50617, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5370 2024.11.22 05:56:44.248989 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51328, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5371 2024.11.22 05:56:44.265609 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40479, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
5372 2024.11.22 05:56:45.135663 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5373 2024.11.22 05:56:45.135969 [ 256 ] {0e6b8ed1-dad9-4ff2-a4fb-bd44a05028a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5374 2024.11.22 05:56:45.136082 [ 256 ] {0e6b8ed1-dad9-4ff2-a4fb-bd44a05028a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5375 2024.11.22 05:56:45.137376 [ 256 ] {0e6b8ed1-dad9-4ff2-a4fb-bd44a05028a9} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5376 2024.11.22 05:56:45.137453 [ 256 ] {0e6b8ed1-dad9-4ff2-a4fb-bd44a05028a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5377 2024.11.22 05:56:45.138104 [ 256 ] {0e6b8ed1-dad9-4ff2-a4fb-bd44a05028a9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5378 2024.11.22 05:56:45.138525 [ 256 ] {0e6b8ed1-dad9-4ff2-a4fb-bd44a05028a9} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5379 2024.11.22 05:56:45.138829 [ 256 ] {0e6b8ed1-dad9-4ff2-a4fb-bd44a05028a9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002935 sec., 4770.017035775128 rows/sec., 343.38 KiB/sec.
5380 2024.11.22 05:56:45.138936 [ 256 ] {0e6b8ed1-dad9-4ff2-a4fb-bd44a05028a9} <Debug> TCPHandler: Processed in 0.003495095 sec.
5381 2024.11.22 05:56:45.139209 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5382 2024.11.22 05:56:45.139364 [ 257 ] {9eefa5b5-3432-4bfb-ab78-a328336da9e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5383 2024.11.22 05:56:45.139432 [ 257 ] {9eefa5b5-3432-4bfb-ab78-a328336da9e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5384 2024.11.22 05:56:45.140477 [ 257 ] {9eefa5b5-3432-4bfb-ab78-a328336da9e6} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5385 2024.11.22 05:56:45.140533 [ 257 ] {9eefa5b5-3432-4bfb-ab78-a328336da9e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5386 2024.11.22 05:56:45.141089 [ 257 ] {9eefa5b5-3432-4bfb-ab78-a328336da9e6} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5387 2024.11.22 05:56:45.141434 [ 257 ] {9eefa5b5-3432-4bfb-ab78-a328336da9e6} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5388 2024.11.22 05:56:45.141690 [ 257 ] {9eefa5b5-3432-4bfb-ab78-a328336da9e6} <Debug> executeQuery: Read 239 rows, 21.37 KiB in 0.002364 sec., 101099.83079526226 rows/sec., 8.83 MiB/sec.
5389 2024.11.22 05:56:45.141787 [ 257 ] {9eefa5b5-3432-4bfb-ab78-a328336da9e6} <Debug> TCPHandler: Processed in 0.002652082 sec.
5390 2024.11.22 05:56:45.142056 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5391 2024.11.22 05:56:45.142215 [ 256 ] {67042438-3127-4460-ae5c-7f9f3df39c4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5392 2024.11.22 05:56:45.142284 [ 256 ] {67042438-3127-4460-ae5c-7f9f3df39c4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5393 2024.11.22 05:56:45.143090 [ 256 ] {67042438-3127-4460-ae5c-7f9f3df39c4a} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5394 2024.11.22 05:56:45.143142 [ 256 ] {67042438-3127-4460-ae5c-7f9f3df39c4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5395 2024.11.22 05:56:45.143653 [ 256 ] {67042438-3127-4460-ae5c-7f9f3df39c4a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5396 2024.11.22 05:56:45.144007 [ 256 ] {67042438-3127-4460-ae5c-7f9f3df39c4a} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5397 2024.11.22 05:56:45.144267 [ 256 ] {67042438-3127-4460-ae5c-7f9f3df39c4a} <Debug> executeQuery: Read 25 rows, 1.81 KiB in 0.002081 sec., 12013.455069678039 rows/sec., 869.57 KiB/sec.
5398 2024.11.22 05:56:45.144390 [ 256 ] {67042438-3127-4460-ae5c-7f9f3df39c4a} <Debug> TCPHandler: Processed in 0.002409586 sec.
5399 2024.11.22 05:56:45.144657 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5400 2024.11.22 05:56:45.144812 [ 257 ] {c4ade70d-2277-40bc-b27c-6f64db8e751d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5401 2024.11.22 05:56:45.144876 [ 257 ] {c4ade70d-2277-40bc-b27c-6f64db8e751d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5402 2024.11.22 05:56:45.145699 [ 257 ] {c4ade70d-2277-40bc-b27c-6f64db8e751d} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5403 2024.11.22 05:56:45.145749 [ 257 ] {c4ade70d-2277-40bc-b27c-6f64db8e751d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5404 2024.11.22 05:56:45.146233 [ 257 ] {c4ade70d-2277-40bc-b27c-6f64db8e751d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5405 2024.11.22 05:56:45.146595 [ 257 ] {c4ade70d-2277-40bc-b27c-6f64db8e751d} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5406 2024.11.22 05:56:45.146775 [ 29 ] {} <Debug> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
5407 2024.11.22 05:56:45.146829 [ 29 ] {} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5408 2024.11.22 05:56:45.146835 [ 257 ] {c4ade70d-2277-40bc-b27c-6f64db8e751d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002057 sec., 6806.028196402529 rows/sec., 476.65 KiB/sec.
5409 2024.11.22 05:56:45.146863 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5410 2024.11.22 05:56:45.146965 [ 257 ] {c4ade70d-2277-40bc-b27c-6f64db8e751d} <Debug> TCPHandler: Processed in 0.002415175 sec.
5411 2024.11.22 05:56:45.147456 [ 198 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full
5412 2024.11.22 05:56:45.147534 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5413 2024.11.22 05:56:45.147771 [ 198 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5414 2024.11.22 05:56:45.147869 [ 198 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 243 rows starting from the beginning of the part
5415 2024.11.22 05:56:45.147881 [ 256 ] {52f7adb9-4095-461f-8bd4-b4a93a33f5e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5416 2024.11.22 05:56:45.148016 [ 256 ] {52f7adb9-4095-461f-8bd4-b4a93a33f5e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5417 2024.11.22 05:56:45.148225 [ 198 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part
5418 2024.11.22 05:56:45.148646 [ 198 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part
5419 2024.11.22 05:56:45.149006 [ 198 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 228 rows starting from the beginning of the part
5420 2024.11.22 05:56:45.149382 [ 198 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part
5421 2024.11.22 05:56:45.149773 [ 198 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part
5422 2024.11.22 05:56:45.151653 [ 256 ] {52f7adb9-4095-461f-8bd4-b4a93a33f5e0} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5423 2024.11.22 05:56:45.151757 [ 256 ] {52f7adb9-4095-461f-8bd4-b4a93a33f5e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5424 2024.11.22 05:56:45.153237 [ 256 ] {52f7adb9-4095-461f-8bd4-b4a93a33f5e0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5425 2024.11.22 05:56:45.153983 [ 256 ] {52f7adb9-4095-461f-8bd4-b4a93a33f5e0} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5426 2024.11.22 05:56:45.154016 [ 198 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.007003291 sec., 75250.33587780374 rows/sec., 5.39 MiB/sec.
5427 2024.11.22 05:56:45.154380 [ 198 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
5428 2024.11.22 05:56:45.154675 [ 256 ] {52f7adb9-4095-461f-8bd4-b4a93a33f5e0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.006843 sec., 1899.7515709484144 rows/sec., 118.45 KiB/sec.
5429 2024.11.22 05:56:45.155044 [ 256 ] {52f7adb9-4095-461f-8bd4-b4a93a33f5e0} <Debug> TCPHandler: Processed in 0.007774312 sec.
5430 2024.11.22 05:56:45.155377 [ 198 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_20_4} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5431 2024.11.22 05:56:45.155431 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5432 2024.11.22 05:56:45.155567 [ 198 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_20_4} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
5433 2024.11.22 05:56:45.155694 [ 257 ] {743cac73-f0d4-4938-8184-6fc97ef26015} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5434 2024.11.22 05:56:45.155777 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
5435 2024.11.22 05:56:45.155814 [ 257 ] {743cac73-f0d4-4938-8184-6fc97ef26015} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5436 2024.11.22 05:56:45.156978 [ 257 ] {743cac73-f0d4-4938-8184-6fc97ef26015} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5437 2024.11.22 05:56:45.157036 [ 257 ] {743cac73-f0d4-4938-8184-6fc97ef26015} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5438 2024.11.22 05:56:45.157609 [ 257 ] {743cac73-f0d4-4938-8184-6fc97ef26015} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5439 2024.11.22 05:56:45.157964 [ 257 ] {743cac73-f0d4-4938-8184-6fc97ef26015} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5440 2024.11.22 05:56:45.158237 [ 257 ] {743cac73-f0d4-4938-8184-6fc97ef26015} <Debug> executeQuery: Read 400 rows, 29.12 KiB in 0.002627 sec., 152264.94099733536 rows/sec., 10.83 MiB/sec.
5441 2024.11.22 05:56:45.158393 [ 257 ] {743cac73-f0d4-4938-8184-6fc97ef26015} <Debug> TCPHandler: Processed in 0.003106404 sec.
5442 2024.11.22 05:56:45.158619 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5443 2024.11.22 05:56:45.158771 [ 256 ] {2a808f23-698b-4c3f-821d-084e220b7270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5444 2024.11.22 05:56:45.158840 [ 256 ] {2a808f23-698b-4c3f-821d-084e220b7270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5445 2024.11.22 05:56:45.159471 [ 256 ] {2a808f23-698b-4c3f-821d-084e220b7270} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5446 2024.11.22 05:56:45.159519 [ 256 ] {2a808f23-698b-4c3f-821d-084e220b7270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5447 2024.11.22 05:56:45.160027 [ 256 ] {2a808f23-698b-4c3f-821d-084e220b7270} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5448 2024.11.22 05:56:45.160373 [ 256 ] {2a808f23-698b-4c3f-821d-084e220b7270} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5449 2024.11.22 05:56:45.160561 [ 29 ] {} <Debug> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
5450 2024.11.22 05:56:45.160611 [ 29 ] {} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5451 2024.11.22 05:56:45.160623 [ 256 ] {2a808f23-698b-4c3f-821d-084e220b7270} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001887 sec., 3179.650238473768 rows/sec., 166.12 KiB/sec.
5452 2024.11.22 05:56:45.160642 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5453 2024.11.22 05:56:45.160762 [ 256 ] {2a808f23-698b-4c3f-821d-084e220b7270} <Debug> TCPHandler: Processed in 0.00220794 sec.
5454 2024.11.22 05:56:45.161111 [ 197 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::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
5455 2024.11.22 05:56:45.161168 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5456 2024.11.22 05:56:45.161474 [ 257 ] {8d8d320d-853e-4bd1-aaee-62343b4bf62d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5457 2024.11.22 05:56:45.161517 [ 197 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5458 2024.11.22 05:56:45.161580 [ 257 ] {8d8d320d-853e-4bd1-aaee-62343b4bf62d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5459 2024.11.22 05:56:45.161634 [ 197 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::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
5460 2024.11.22 05:56:45.162132 [ 197 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::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
5461 2024.11.22 05:56:45.162626 [ 197 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::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
5462 2024.11.22 05:56:45.162908 [ 197 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::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
5463 2024.11.22 05:56:45.163002 [ 197 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::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
5464 2024.11.22 05:56:45.163430 [ 197 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::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
5465 2024.11.22 05:56:45.164445 [ 257 ] {8d8d320d-853e-4bd1-aaee-62343b4bf62d} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5466 2024.11.22 05:56:45.164530 [ 257 ] {8d8d320d-853e-4bd1-aaee-62343b4bf62d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5467 2024.11.22 05:56:45.165726 [ 257 ] {8d8d320d-853e-4bd1-aaee-62343b4bf62d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5468 2024.11.22 05:56:45.166492 [ 257 ] {8d8d320d-853e-4bd1-aaee-62343b4bf62d} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5469 2024.11.22 05:56:45.167005 [ 197 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.006206288 sec., 15468.183236098615 rows/sec., 808.15 KiB/sec.
5470 2024.11.22 05:56:45.167134 [ 257 ] {8d8d320d-853e-4bd1-aaee-62343b4bf62d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005741 sec., 41282.006619055916 rows/sec., 2.77 MiB/sec.
5471 2024.11.22 05:56:45.167305 [ 197 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
5472 2024.11.22 05:56:45.167316 [ 257 ] {8d8d320d-853e-4bd1-aaee-62343b4bf62d} <Debug> TCPHandler: Processed in 0.006358342 sec.
5473 2024.11.22 05:56:45.167592 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5474 2024.11.22 05:56:45.167802 [ 256 ] {42664f19-bd03-4adb-990b-fb6265b8438a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5475 2024.11.22 05:56:45.167926 [ 256 ] {42664f19-bd03-4adb-990b-fb6265b8438a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5476 2024.11.22 05:56:45.167935 [ 197 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_16_3} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5477 2024.11.22 05:56:45.168257 [ 197 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_16_3} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
5478 2024.11.22 05:56:45.168495 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
5479 2024.11.22 05:56:45.168993 [ 256 ] {42664f19-bd03-4adb-990b-fb6265b8438a} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5480 2024.11.22 05:56:45.169046 [ 256 ] {42664f19-bd03-4adb-990b-fb6265b8438a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5481 2024.11.22 05:56:45.169527 [ 256 ] {42664f19-bd03-4adb-990b-fb6265b8438a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5482 2024.11.22 05:56:45.169847 [ 256 ] {42664f19-bd03-4adb-990b-fb6265b8438a} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5483 2024.11.22 05:56:45.170099 [ 256 ] {42664f19-bd03-4adb-990b-fb6265b8438a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002361 sec., 423.5493434985176 rows/sec., 28.54 KiB/sec.
5484 2024.11.22 05:56:45.170239 [ 256 ] {42664f19-bd03-4adb-990b-fb6265b8438a} <Debug> TCPHandler: Processed in 0.002728514 sec.
5485 2024.11.22 05:56:45.170480 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5486 2024.11.22 05:56:45.170615 [ 257 ] {e98d3379-cb78-4ae5-86c6-4e9982e7d7bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5487 2024.11.22 05:56:45.170706 [ 257 ] {e98d3379-cb78-4ae5-86c6-4e9982e7d7bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5488 2024.11.22 05:56:45.172193 [ 257 ] {e98d3379-cb78-4ae5-86c6-4e9982e7d7bf} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5489 2024.11.22 05:56:45.172237 [ 257 ] {e98d3379-cb78-4ae5-86c6-4e9982e7d7bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5490 2024.11.22 05:56:45.173042 [ 257 ] {e98d3379-cb78-4ae5-86c6-4e9982e7d7bf} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5491 2024.11.22 05:56:45.173360 [ 257 ] {e98d3379-cb78-4ae5-86c6-4e9982e7d7bf} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5492 2024.11.22 05:56:45.173595 [ 257 ] {e98d3379-cb78-4ae5-86c6-4e9982e7d7bf} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.003012 sec., 5976.095617529881 rows/sec., 10.71 MiB/sec.
5493 2024.11.22 05:56:45.173719 [ 257 ] {e98d3379-cb78-4ae5-86c6-4e9982e7d7bf} <Debug> TCPHandler: Processed in 0.00330613 sec.
5494 2024.11.22 05:56:45.173936 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5495 2024.11.22 05:56:45.174065 [ 256 ] {3b3f10d9-06f1-4d4a-b35d-d05142343590} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5496 2024.11.22 05:56:45.174123 [ 256 ] {3b3f10d9-06f1-4d4a-b35d-d05142343590} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5497 2024.11.22 05:56:45.174684 [ 256 ] {3b3f10d9-06f1-4d4a-b35d-d05142343590} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5498 2024.11.22 05:56:45.174729 [ 256 ] {3b3f10d9-06f1-4d4a-b35d-d05142343590} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5499 2024.11.22 05:56:45.175182 [ 256 ] {3b3f10d9-06f1-4d4a-b35d-d05142343590} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5500 2024.11.22 05:56:45.175488 [ 256 ] {3b3f10d9-06f1-4d4a-b35d-d05142343590} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5501 2024.11.22 05:56:45.175716 [ 256 ] {3b3f10d9-06f1-4d4a-b35d-d05142343590} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001677 sec., 48896.83959451401 rows/sec., 3.11 MiB/sec.
5502 2024.11.22 05:56:45.175822 [ 256 ] {3b3f10d9-06f1-4d4a-b35d-d05142343590} <Debug> TCPHandler: Processed in 0.001947803 sec.
5503 2024.11.22 05:56:47.274786 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529
5504 2024.11.22 05:56:47.275544 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5505 2024.11.22 05:56:47.275593 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5506 2024.11.22 05:56:47.276120 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5507 2024.11.22 05:56:47.276383 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5508 2024.11.22 05:56:47.276603 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529
5509 2024.11.22 05:56:48.100595 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189
5510 2024.11.22 05:56:48.122543 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5511 2024.11.22 05:56:48.122602 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5512 2024.11.22 05:56:48.129975 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5513 2024.11.22 05:56:48.130742 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5514 2024.11.22 05:56:48.133746 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189
5515 2024.11.22 05:56:49.823449 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 776
5516 2024.11.22 05:56:49.826871 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5517 2024.11.22 05:56:49.826925 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5518 2024.11.22 05:56:49.828424 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5519 2024.11.22 05:56:49.828752 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5520 2024.11.22 05:56:49.830034 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 776
5521 2024.11.22 05:56:50.122189 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5522 2024.11.22 05:56:50.122399 [ 256 ] {d2867d20-6a7c-431a-be43-e77a9a7fd5ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5523 2024.11.22 05:56:50.122480 [ 256 ] {d2867d20-6a7c-431a-be43-e77a9a7fd5ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5524 2024.11.22 05:56:50.123325 [ 256 ] {d2867d20-6a7c-431a-be43-e77a9a7fd5ef} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5525 2024.11.22 05:56:50.123373 [ 256 ] {d2867d20-6a7c-431a-be43-e77a9a7fd5ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5526 2024.11.22 05:56:50.123822 [ 256 ] {d2867d20-6a7c-431a-be43-e77a9a7fd5ef} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5527 2024.11.22 05:56:50.124073 [ 256 ] {d2867d20-6a7c-431a-be43-e77a9a7fd5ef} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5528 2024.11.22 05:56:50.124265 [ 27 ] {} <Debug> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5529 2024.11.22 05:56:50.124343 [ 256 ] {d2867d20-6a7c-431a-be43-e77a9a7fd5ef} <Debug> executeQuery: Read 102 rows, 8.82 KiB in 0.001996 sec., 51102.20440881763 rows/sec., 4.32 MiB/sec.
5530 2024.11.22 05:56:50.124358 [ 27 ] {} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5531 2024.11.22 05:56:50.124436 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5532 2024.11.22 05:56:50.124494 [ 256 ] {d2867d20-6a7c-431a-be43-e77a9a7fd5ef} <Debug> TCPHandler: Processed in 0.002441587 sec.
5533 2024.11.22 05:56:50.124791 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5534 2024.11.22 05:56:50.124914 [ 186 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::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
5535 2024.11.22 05:56:50.125340 [ 257 ] {c98999c4-fd23-4c72-96df-5909929eb5c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5536 2024.11.22 05:56:50.125439 [ 186 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5537 2024.11.22 05:56:50.125478 [ 257 ] {c98999c4-fd23-4c72-96df-5909929eb5c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5538 2024.11.22 05:56:50.125524 [ 186 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1436 rows starting from the beginning of the part
5539 2024.11.22 05:56:50.125853 [ 186 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1242 rows starting from the beginning of the part
5540 2024.11.22 05:56:50.126192 [ 186 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 239 rows starting from the beginning of the part
5541 2024.11.22 05:56:50.126540 [ 186 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 102 rows starting from the beginning of the part
5542 2024.11.22 05:56:50.126929 [ 186 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 239 rows starting from the beginning of the part
5543 2024.11.22 05:56:50.127283 [ 186 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 102 rows starting from the beginning of the part
5544 2024.11.22 05:56:50.128295 [ 257 ] {c98999c4-fd23-4c72-96df-5909929eb5c1} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5545 2024.11.22 05:56:50.128359 [ 257 ] {c98999c4-fd23-4c72-96df-5909929eb5c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5546 2024.11.22 05:56:50.129341 [ 257 ] {c98999c4-fd23-4c72-96df-5909929eb5c1} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5547 2024.11.22 05:56:50.129840 [ 257 ] {c98999c4-fd23-4c72-96df-5909929eb5c1} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5548 2024.11.22 05:56:50.130163 [ 257 ] {c98999c4-fd23-4c72-96df-5909929eb5c1} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.00505 sec., 4554.455445544555 rows/sec., 342.47 KiB/sec.
5549 2024.11.22 05:56:50.130575 [ 257 ] {c98999c4-fd23-4c72-96df-5909929eb5c1} <Debug> TCPHandler: Processed in 0.00591818 sec.
5550 2024.11.22 05:56:50.131010 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5551 2024.11.22 05:56:50.131277 [ 199 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3360 rows, containing 5 columns (5 merged, 0 gathered) in 0.006723443 sec., 499743.9555894205 rows/sec., 43.88 MiB/sec.
5552 2024.11.22 05:56:50.131375 [ 256 ] {b93c25c8-ed94-49ab-b597-80a332237d3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5553 2024.11.22 05:56:50.131442 [ 256 ] {b93c25c8-ed94-49ab-b597-80a332237d3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5554 2024.11.22 05:56:50.131634 [ 199 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5555 2024.11.22 05:56:50.132248 [ 199 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_36_7} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5556 2024.11.22 05:56:50.132464 [ 199 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_36_7} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5557 2024.11.22 05:56:50.132643 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB.
5558 2024.11.22 05:56:50.132778 [ 256 ] {b93c25c8-ed94-49ab-b597-80a332237d3a} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5559 2024.11.22 05:56:50.132827 [ 256 ] {b93c25c8-ed94-49ab-b597-80a332237d3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5560 2024.11.22 05:56:50.133229 [ 256 ] {b93c25c8-ed94-49ab-b597-80a332237d3a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5561 2024.11.22 05:56:50.133532 [ 256 ] {b93c25c8-ed94-49ab-b597-80a332237d3a} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5562 2024.11.22 05:56:50.133714 [ 27 ] {} <Debug> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5563 2024.11.22 05:56:50.133770 [ 27 ] {} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5564 2024.11.22 05:56:50.133790 [ 256 ] {b93c25c8-ed94-49ab-b597-80a332237d3a} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.002468 sec., 35251.21555915721 rows/sec., 2.75 MiB/sec.
5565 2024.11.22 05:56:50.133810 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5566 2024.11.22 05:56:50.133985 [ 256 ] {b93c25c8-ed94-49ab-b597-80a332237d3a} <Debug> TCPHandler: Processed in 0.003210188 sec.
5567 2024.11.22 05:56:50.134042 [ 186 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::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
5568 2024.11.22 05:56:50.134182 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5569 2024.11.22 05:56:50.134229 [ 186 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5570 2024.11.22 05:56:50.134276 [ 186 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 915 rows starting from the beginning of the part
5571 2024.11.22 05:56:50.134475 [ 257 ] {d0e3de4b-3c16-402c-a023-2eb208f02dd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5572 2024.11.22 05:56:50.134552 [ 186 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 543 rows starting from the beginning of the part
5573 2024.11.22 05:56:50.134684 [ 257 ] {d0e3de4b-3c16-402c-a023-2eb208f02dd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5574 2024.11.22 05:56:50.134884 [ 186 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 400 rows starting from the beginning of the part
5575 2024.11.22 05:56:50.135257 [ 186 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 87 rows starting from the beginning of the part
5576 2024.11.22 05:56:50.135557 [ 186 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 400 rows starting from the beginning of the part
5577 2024.11.22 05:56:50.135947 [ 186 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 87 rows starting from the beginning of the part
5578 2024.11.22 05:56:50.137531 [ 257 ] {d0e3de4b-3c16-402c-a023-2eb208f02dd3} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5579 2024.11.22 05:56:50.137612 [ 257 ] {d0e3de4b-3c16-402c-a023-2eb208f02dd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5580 2024.11.22 05:56:50.138692 [ 257 ] {d0e3de4b-3c16-402c-a023-2eb208f02dd3} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5581 2024.11.22 05:56:50.139232 [ 257 ] {d0e3de4b-3c16-402c-a023-2eb208f02dd3} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5582 2024.11.22 05:56:50.139300 [ 186 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2432 rows, containing 5 columns (5 merged, 0 gathered) in 0.005370616 sec., 452834.46070245944 rows/sec., 34.74 MiB/sec.
5583 2024.11.22 05:56:50.139508 [ 28 ] {} <Debug> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5584 2024.11.22 05:56:50.139600 [ 28 ] {} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5585 2024.11.22 05:56:50.139652 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5586 2024.11.22 05:56:50.139650 [ 199 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5587 2024.11.22 05:56:50.139691 [ 257 ] {d0e3de4b-3c16-402c-a023-2eb208f02dd3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005336 sec., 29985.007496251877 rows/sec., 2.09 MiB/sec.
5588 2024.11.22 05:56:50.140084 [ 257 ] {d0e3de4b-3c16-402c-a023-2eb208f02dd3} <Debug> TCPHandler: Processed in 0.005974202 sec.
5589 2024.11.22 05:56:50.140142 [ 196 ] {ff8afe02-9df6-47a2-8081-751390795547::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
5590 2024.11.22 05:56:50.140349 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5591 2024.11.22 05:56:50.140441 [ 196 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5592 2024.11.22 05:56:50.140507 [ 196 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9548 rows starting from the beginning of the part
5593 2024.11.22 05:56:50.140638 [ 199 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_36_7} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5594 2024.11.22 05:56:50.140735 [ 256 ] {0d4f9a48-7340-47ac-b9d3-9ec9c8fd1c0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5595 2024.11.22 05:56:50.141025 [ 196 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 880 rows starting from the beginning of the part
5596 2024.11.22 05:56:50.141148 [ 199 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_36_7} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5597 2024.11.22 05:56:50.141140 [ 256 ] {0d4f9a48-7340-47ac-b9d3-9ec9c8fd1c0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5598 2024.11.22 05:56:50.141508 [ 196 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part
5599 2024.11.22 05:56:50.141850 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
5600 2024.11.22 05:56:50.141989 [ 196 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part
5601 2024.11.22 05:56:50.142335 [ 196 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 237 rows starting from the beginning of the part
5602 2024.11.22 05:56:50.142704 [ 196 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part
5603 2024.11.22 05:56:50.145001 [ 256 ] {0d4f9a48-7340-47ac-b9d3-9ec9c8fd1c0c} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5604 2024.11.22 05:56:50.145054 [ 256 ] {0d4f9a48-7340-47ac-b9d3-9ec9c8fd1c0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5605 2024.11.22 05:56:50.145969 [ 256 ] {0d4f9a48-7340-47ac-b9d3-9ec9c8fd1c0c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5606 2024.11.22 05:56:50.146608 [ 256 ] {0d4f9a48-7340-47ac-b9d3-9ec9c8fd1c0c} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5607 2024.11.22 05:56:50.146948 [ 256 ] {0d4f9a48-7340-47ac-b9d3-9ec9c8fd1c0c} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.006386 sec., 3601.628562480426 rows/sec., 6.45 MiB/sec.
5608 2024.11.22 05:56:50.147570 [ 256 ] {0d4f9a48-7340-47ac-b9d3-9ec9c8fd1c0c} <Debug> TCPHandler: Processed in 0.00734316 sec.
5609 2024.11.22 05:56:50.147781 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5610 2024.11.22 05:56:50.147888 [ 194 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11222 rows, containing 5 columns (5 merged, 0 gathered) in 0.00808879 sec., 1387352.1255960409 rows/sec., 93.75 MiB/sec.
5611 2024.11.22 05:56:50.147975 [ 257 ] {f5623d30-44f3-471d-9785-0e30825241a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5612 2024.11.22 05:56:50.148045 [ 257 ] {f5623d30-44f3-471d-9785-0e30825241a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5613 2024.11.22 05:56:50.148295 [ 194 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5614 2024.11.22 05:56:50.148930 [ 194 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5615 2024.11.22 05:56:50.149126 [ 257 ] {f5623d30-44f3-471d-9785-0e30825241a1} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5616 2024.11.22 05:56:50.149169 [ 194 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5617 2024.11.22 05:56:50.149185 [ 257 ] {f5623d30-44f3-471d-9785-0e30825241a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5618 2024.11.22 05:56:50.149350 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB.
5619 2024.11.22 05:56:50.149707 [ 257 ] {f5623d30-44f3-471d-9785-0e30825241a1} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5620 2024.11.22 05:56:50.149977 [ 257 ] {f5623d30-44f3-471d-9785-0e30825241a1} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5621 2024.11.22 05:56:50.150159 [ 28 ] {} <Debug> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5622 2024.11.22 05:56:50.150220 [ 28 ] {} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5623 2024.11.22 05:56:50.150234 [ 257 ] {f5623d30-44f3-471d-9785-0e30825241a1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002309 sec., 25985.2750108272 rows/sec., 1.75 MiB/sec.
5624 2024.11.22 05:56:50.150265 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5625 2024.11.22 05:56:50.150401 [ 257 ] {f5623d30-44f3-471d-9785-0e30825241a1} <Debug> TCPHandler: Processed in 0.002702763 sec.
5626 2024.11.22 05:56:50.150477 [ 199 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::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
5627 2024.11.22 05:56:50.150609 [ 199 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5628 2024.11.22 05:56:50.150643 [ 199 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2012 rows starting from the beginning of the part
5629 2024.11.22 05:56:50.150748 [ 199 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part
5630 2024.11.22 05:56:50.150951 [ 199 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part
5631 2024.11.22 05:56:50.151094 [ 199 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part
5632 2024.11.22 05:56:50.151294 [ 199 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 82 rows starting from the beginning of the part
5633 2024.11.22 05:56:50.151399 [ 199 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part
5634 2024.11.22 05:56:50.152940 [ 192 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2356 rows, containing 4 columns (4 merged, 0 gathered) in 0.002561139 sec., 919903.2149367918 rows/sec., 59.98 MiB/sec.
5635 2024.11.22 05:56:50.153313 [ 193 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5636 2024.11.22 05:56:50.153768 [ 193 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_36_7} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5637 2024.11.22 05:56:50.153876 [ 193 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_36_7} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5638 2024.11.22 05:56:50.153991 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB.
5639 2024.11.22 05:56:54.664608 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache
5640 2024.11.22 05:56:54.664672 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache
5641 2024.11.22 05:56:54.776733 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956
5642 2024.11.22 05:56:54.777432 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5643 2024.11.22 05:56:54.777489 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5644 2024.11.22 05:56:54.778044 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5645 2024.11.22 05:56:54.778313 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5646 2024.11.22 05:56:54.778509 [ 55 ] {} <Debug> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5647 2024.11.22 05:56:54.778559 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956
5648 2024.11.22 05:56:54.778566 [ 55 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5649 2024.11.22 05:56:54.778595 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5650 2024.11.22 05:56:54.778766 [ 199 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::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
5651 2024.11.22 05:56:54.778964 [ 199 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5652 2024.11.22 05:56:54.779009 [ 199 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part
5653 2024.11.22 05:56:54.779091 [ 199 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 427 rows starting from the beginning of the part
5654 2024.11.22 05:56:54.779317 [ 199 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part
5655 2024.11.22 05:56:54.779557 [ 199 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part
5656 2024.11.22 05:56:54.779717 [ 199 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part
5657 2024.11.22 05:56:54.779885 [ 199 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part
5658 2024.11.22 05:56:54.783063 [ 192 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.00438712 sec., 2725250.278086763 rows/sec., 38.99 MiB/sec.
5659 2024.11.22 05:56:54.783470 [ 192 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5660 2024.11.22 05:56:54.783818 [ 192 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_26_5} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5661 2024.11.22 05:56:54.783912 [ 192 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_26_5} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5662 2024.11.22 05:56:54.784040 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB.
5663 2024.11.22 05:56:55.126461 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5664 2024.11.22 05:56:55.126674 [ 256 ] {b4957e83-5633-4854-a00b-45ea2f7a004a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5665 2024.11.22 05:56:55.126756 [ 256 ] {b4957e83-5633-4854-a00b-45ea2f7a004a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5666 2024.11.22 05:56:55.127540 [ 256 ] {b4957e83-5633-4854-a00b-45ea2f7a004a} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5667 2024.11.22 05:56:55.127592 [ 256 ] {b4957e83-5633-4854-a00b-45ea2f7a004a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5668 2024.11.22 05:56:55.128040 [ 256 ] {b4957e83-5633-4854-a00b-45ea2f7a004a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5669 2024.11.22 05:56:55.128297 [ 256 ] {b4957e83-5633-4854-a00b-45ea2f7a004a} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5670 2024.11.22 05:56:55.128497 [ 55 ] {} <Debug> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5671 2024.11.22 05:56:55.128567 [ 256 ] {b4957e83-5633-4854-a00b-45ea2f7a004a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001947 sec., 7190.54956343092 rows/sec., 517.62 KiB/sec.
5672 2024.11.22 05:56:55.128585 [ 55 ] {} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5673 2024.11.22 05:56:55.128658 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5674 2024.11.22 05:56:55.128717 [ 256 ] {b4957e83-5633-4854-a00b-45ea2f7a004a} <Debug> TCPHandler: Processed in 0.002389896 sec.
5675 2024.11.22 05:56:55.128849 [ 200 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::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
5676 2024.11.22 05:56:55.128917 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5677 2024.11.22 05:56:55.128986 [ 200 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5678 2024.11.22 05:56:55.129034 [ 200 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::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
5679 2024.11.22 05:56:55.129065 [ 257 ] {ab881a30-b316-4616-8662-14c68cc814fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5680 2024.11.22 05:56:55.129148 [ 257 ] {ab881a30-b316-4616-8662-14c68cc814fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5681 2024.11.22 05:56:55.129168 [ 200 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::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
5682 2024.11.22 05:56:55.129523 [ 200 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::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
5683 2024.11.22 05:56:55.129944 [ 200 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::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
5684 2024.11.22 05:56:55.130201 [ 200 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::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
5685 2024.11.22 05:56:55.131172 [ 257 ] {ab881a30-b316-4616-8662-14c68cc814fb} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5686 2024.11.22 05:56:55.131224 [ 257 ] {ab881a30-b316-4616-8662-14c68cc814fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5687 2024.11.22 05:56:55.131650 [ 201 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.002885718 sec., 24257.394520185273 rows/sec., 1.80 MiB/sec.
5688 2024.11.22 05:56:55.131830 [ 257 ] {ab881a30-b316-4616-8662-14c68cc814fb} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5689 2024.11.22 05:56:55.131895 [ 201 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5690 2024.11.22 05:56:55.132246 [ 257 ] {ab881a30-b316-4616-8662-14c68cc814fb} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5691 2024.11.22 05:56:55.132529 [ 189 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_17_4} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5692 2024.11.22 05:56:55.132645 [ 257 ] {ab881a30-b316-4616-8662-14c68cc814fb} <Debug> executeQuery: Read 239 rows, 21.37 KiB in 0.003599 sec., 66407.33537093637 rows/sec., 5.80 MiB/sec.
5693 2024.11.22 05:56:55.132777 [ 257 ] {ab881a30-b316-4616-8662-14c68cc814fb} <Debug> TCPHandler: Processed in 0.003904436 sec.
5694 2024.11.22 05:56:55.132787 [ 189 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_17_4} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5695 2024.11.22 05:56:55.132963 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
5696 2024.11.22 05:56:55.132986 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5697 2024.11.22 05:56:55.133138 [ 256 ] {94301c98-fab3-4733-893e-10ab0d30d032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5698 2024.11.22 05:56:55.133202 [ 256 ] {94301c98-fab3-4733-893e-10ab0d30d032} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5699 2024.11.22 05:56:55.133972 [ 256 ] {94301c98-fab3-4733-893e-10ab0d30d032} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5700 2024.11.22 05:56:55.134020 [ 256 ] {94301c98-fab3-4733-893e-10ab0d30d032} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5701 2024.11.22 05:56:55.134380 [ 256 ] {94301c98-fab3-4733-893e-10ab0d30d032} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5702 2024.11.22 05:56:55.134620 [ 256 ] {94301c98-fab3-4733-893e-10ab0d30d032} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5703 2024.11.22 05:56:55.134848 [ 256 ] {94301c98-fab3-4733-893e-10ab0d30d032} <Debug> executeQuery: Read 25 rows, 1.81 KiB in 0.001739 sec., 14376.078205865439 rows/sec., 1.02 MiB/sec.
5704 2024.11.22 05:56:55.134954 [ 256 ] {94301c98-fab3-4733-893e-10ab0d30d032} <Debug> TCPHandler: Processed in 0.002054406 sec.
5705 2024.11.22 05:56:55.135137 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5706 2024.11.22 05:56:55.135270 [ 257 ] {0adb8d12-444b-45aa-b236-e536567a69c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5707 2024.11.22 05:56:55.135325 [ 257 ] {0adb8d12-444b-45aa-b236-e536567a69c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5708 2024.11.22 05:56:55.135957 [ 257 ] {0adb8d12-444b-45aa-b236-e536567a69c7} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5709 2024.11.22 05:56:55.136004 [ 257 ] {0adb8d12-444b-45aa-b236-e536567a69c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5710 2024.11.22 05:56:55.136357 [ 257 ] {0adb8d12-444b-45aa-b236-e536567a69c7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5711 2024.11.22 05:56:55.136598 [ 257 ] {0adb8d12-444b-45aa-b236-e536567a69c7} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5712 2024.11.22 05:56:55.136854 [ 257 ] {0adb8d12-444b-45aa-b236-e536567a69c7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001612 sec., 8684.863523573202 rows/sec., 608.23 KiB/sec.
5713 2024.11.22 05:56:55.137068 [ 257 ] {0adb8d12-444b-45aa-b236-e536567a69c7} <Debug> TCPHandler: Processed in 0.001993484 sec.
5714 2024.11.22 05:56:55.137251 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5715 2024.11.22 05:56:55.137391 [ 256 ] {8911eff8-b661-4b35-b477-273c87e9ef61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5716 2024.11.22 05:56:55.137450 [ 256 ] {8911eff8-b661-4b35-b477-273c87e9ef61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5717 2024.11.22 05:56:55.138107 [ 256 ] {8911eff8-b661-4b35-b477-273c87e9ef61} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5718 2024.11.22 05:56:55.138147 [ 256 ] {8911eff8-b661-4b35-b477-273c87e9ef61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5719 2024.11.22 05:56:55.138508 [ 256 ] {8911eff8-b661-4b35-b477-273c87e9ef61} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5720 2024.11.22 05:56:55.138743 [ 256 ] {8911eff8-b661-4b35-b477-273c87e9ef61} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5721 2024.11.22 05:56:55.138902 [ 103 ] {} <Debug> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5722 2024.11.22 05:56:55.138965 [ 103 ] {} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5723 2024.11.22 05:56:55.138994 [ 256 ] {8911eff8-b661-4b35-b477-273c87e9ef61} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001625 sec., 8000 rows/sec., 498.80 KiB/sec.
5724 2024.11.22 05:56:55.139001 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5725 2024.11.22 05:56:55.139149 [ 256 ] {8911eff8-b661-4b35-b477-273c87e9ef61} <Debug> TCPHandler: Processed in 0.001963583 sec.
5726 2024.11.22 05:56:55.139250 [ 201 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::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
5727 2024.11.22 05:56:55.139345 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5728 2024.11.22 05:56:55.139456 [ 201 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5729 2024.11.22 05:56:55.139543 [ 201 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::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
5730 2024.11.22 05:56:55.139582 [ 257 ] {d5c28f7d-6689-45c3-90de-85ecd5b08325} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5731 2024.11.22 05:56:55.139721 [ 257 ] {d5c28f7d-6689-45c3-90de-85ecd5b08325} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5732 2024.11.22 05:56:55.139901 [ 201 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::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
5733 2024.11.22 05:56:55.140271 [ 201 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::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
5734 2024.11.22 05:56:55.140596 [ 201 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::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
5735 2024.11.22 05:56:55.140978 [ 201 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::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
5736 2024.11.22 05:56:55.142668 [ 257 ] {d5c28f7d-6689-45c3-90de-85ecd5b08325} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5737 2024.11.22 05:56:55.142741 [ 257 ] {d5c28f7d-6689-45c3-90de-85ecd5b08325} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5738 2024.11.22 05:56:55.143649 [ 201 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004511812 sec., 14406.628644987868 rows/sec., 954.53 KiB/sec.
5739 2024.11.22 05:56:55.143772 [ 257 ] {d5c28f7d-6689-45c3-90de-85ecd5b08325} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5740 2024.11.22 05:56:55.143824 [ 200 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5741 2024.11.22 05:56:55.144091 [ 257 ] {d5c28f7d-6689-45c3-90de-85ecd5b08325} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5742 2024.11.22 05:56:55.144319 [ 191 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_17_4} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5743 2024.11.22 05:56:55.144488 [ 257 ] {d5c28f7d-6689-45c3-90de-85ecd5b08325} <Debug> executeQuery: Read 400 rows, 29.12 KiB in 0.004946 sec., 80873.43307723413 rows/sec., 5.75 MiB/sec.
5744 2024.11.22 05:56:55.144762 [ 191 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_17_4} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5745 2024.11.22 05:56:55.144800 [ 257 ] {d5c28f7d-6689-45c3-90de-85ecd5b08325} <Debug> TCPHandler: Processed in 0.00553064 sec.
5746 2024.11.22 05:56:55.145103 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5747 2024.11.22 05:56:55.145168 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5748 2024.11.22 05:56:55.145283 [ 256 ] {8c8a319b-80b5-4889-a128-0a38086df29e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5749 2024.11.22 05:56:55.145342 [ 256 ] {8c8a319b-80b5-4889-a128-0a38086df29e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5750 2024.11.22 05:56:55.145867 [ 256 ] {8c8a319b-80b5-4889-a128-0a38086df29e} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5751 2024.11.22 05:56:55.145913 [ 256 ] {8c8a319b-80b5-4889-a128-0a38086df29e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5752 2024.11.22 05:56:55.146283 [ 256 ] {8c8a319b-80b5-4889-a128-0a38086df29e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5753 2024.11.22 05:56:55.146516 [ 256 ] {8c8a319b-80b5-4889-a128-0a38086df29e} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5754 2024.11.22 05:56:55.146723 [ 256 ] {8c8a319b-80b5-4889-a128-0a38086df29e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00147 sec., 4081.6326530612246 rows/sec., 213.25 KiB/sec.
5755 2024.11.22 05:56:55.146773 [ 256 ] {8c8a319b-80b5-4889-a128-0a38086df29e} <Debug> TCPHandler: Processed in 0.001858931 sec.
5756 2024.11.22 05:56:55.146895 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5757 2024.11.22 05:56:55.147000 [ 257 ] {8ab7198b-4417-4d79-bce9-3d2d7758c657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5758 2024.11.22 05:56:55.147058 [ 257 ] {8ab7198b-4417-4d79-bce9-3d2d7758c657} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5759 2024.11.22 05:56:55.147698 [ 257 ] {8ab7198b-4417-4d79-bce9-3d2d7758c657} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5760 2024.11.22 05:56:55.147745 [ 257 ] {8ab7198b-4417-4d79-bce9-3d2d7758c657} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5761 2024.11.22 05:56:55.148176 [ 257 ] {8ab7198b-4417-4d79-bce9-3d2d7758c657} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5762 2024.11.22 05:56:55.148411 [ 257 ] {8ab7198b-4417-4d79-bce9-3d2d7758c657} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5763 2024.11.22 05:56:55.148617 [ 257 ] {8ab7198b-4417-4d79-bce9-3d2d7758c657} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001639 sec., 144600.36607687615 rows/sec., 9.69 MiB/sec.
5764 2024.11.22 05:56:55.148668 [ 257 ] {8ab7198b-4417-4d79-bce9-3d2d7758c657} <Debug> TCPHandler: Processed in 0.001825329 sec.
5765 2024.11.22 05:56:55.148822 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5766 2024.11.22 05:56:55.148927 [ 256 ] {b134897f-8eaf-468d-aa26-3427973183af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5767 2024.11.22 05:56:55.148973 [ 256 ] {b134897f-8eaf-468d-aa26-3427973183af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5768 2024.11.22 05:56:55.149464 [ 256 ] {b134897f-8eaf-468d-aa26-3427973183af} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5769 2024.11.22 05:56:55.149510 [ 256 ] {b134897f-8eaf-468d-aa26-3427973183af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5770 2024.11.22 05:56:55.149914 [ 256 ] {b134897f-8eaf-468d-aa26-3427973183af} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5771 2024.11.22 05:56:55.150167 [ 256 ] {b134897f-8eaf-468d-aa26-3427973183af} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5772 2024.11.22 05:56:55.150375 [ 256 ] {b134897f-8eaf-468d-aa26-3427973183af} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00147 sec., 680.2721088435375 rows/sec., 45.84 KiB/sec.
5773 2024.11.22 05:56:55.150423 [ 256 ] {b134897f-8eaf-468d-aa26-3427973183af} <Debug> TCPHandler: Processed in 0.001652015 sec.
5774 2024.11.22 05:56:55.150547 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5775 2024.11.22 05:56:55.150652 [ 257 ] {8aae5d8f-04a1-4f72-9489-42f046d555ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5776 2024.11.22 05:56:55.150718 [ 257 ] {8aae5d8f-04a1-4f72-9489-42f046d555ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5777 2024.11.22 05:56:55.151787 [ 257 ] {8aae5d8f-04a1-4f72-9489-42f046d555ff} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5778 2024.11.22 05:56:55.151827 [ 257 ] {8aae5d8f-04a1-4f72-9489-42f046d555ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5779 2024.11.22 05:56:55.152441 [ 257 ] {8aae5d8f-04a1-4f72-9489-42f046d555ff} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5780 2024.11.22 05:56:55.152695 [ 257 ] {8aae5d8f-04a1-4f72-9489-42f046d555ff} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5781 2024.11.22 05:56:55.152945 [ 257 ] {8aae5d8f-04a1-4f72-9489-42f046d555ff} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.002315 sec., 7775.3779697624195 rows/sec., 13.93 MiB/sec.
5782 2024.11.22 05:56:55.153045 [ 257 ] {8aae5d8f-04a1-4f72-9489-42f046d555ff} <Debug> TCPHandler: Processed in 0.002548979 sec.
5783 2024.11.22 05:56:55.153207 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5784 2024.11.22 05:56:55.153335 [ 256 ] {d2271f08-ee43-470d-ae43-3d890aeb10a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5785 2024.11.22 05:56:55.153388 [ 256 ] {d2271f08-ee43-470d-ae43-3d890aeb10a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5786 2024.11.22 05:56:55.153901 [ 256 ] {d2271f08-ee43-470d-ae43-3d890aeb10a9} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5787 2024.11.22 05:56:55.153946 [ 256 ] {d2271f08-ee43-470d-ae43-3d890aeb10a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5788 2024.11.22 05:56:55.154300 [ 256 ] {d2271f08-ee43-470d-ae43-3d890aeb10a9} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5789 2024.11.22 05:56:55.154528 [ 256 ] {d2271f08-ee43-470d-ae43-3d890aeb10a9} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5790 2024.11.22 05:56:55.154740 [ 256 ] {d2271f08-ee43-470d-ae43-3d890aeb10a9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001433 sec., 57222.60990928123 rows/sec., 3.63 MiB/sec.
5791 2024.11.22 05:56:55.154789 [ 256 ] {d2271f08-ee43-470d-ae43-3d890aeb10a9} <Debug> TCPHandler: Processed in 0.001645615 sec.
5792 2024.11.22 05:56:55.633821 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196
5793 2024.11.22 05:56:55.657210 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5794 2024.11.22 05:56:55.657280 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5795 2024.11.22 05:56:55.665017 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5796 2024.11.22 05:56:55.665846 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5797 2024.11.22 05:56:55.666233 [ 103 ] {} <Debug> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5798 2024.11.22 05:56:55.666364 [ 103 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5799 2024.11.22 05:56:55.666447 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5800 2024.11.22 05:56:55.667153 [ 188 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::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
5801 2024.11.22 05:56:55.683729 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196
5802 2024.11.22 05:56:55.685168 [ 188 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5803 2024.11.22 05:56:55.686859 [ 188 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part
5804 2024.11.22 05:56:55.692639 [ 188 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part
5805 2024.11.22 05:56:55.698763 [ 188 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part
5806 2024.11.22 05:56:55.704490 [ 188 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part
5807 2024.11.22 05:56:55.710328 [ 188 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part
5808 2024.11.22 05:56:55.715051 [ 188 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part
5809 2024.11.22 05:56:55.773164 [ 191 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.106545354 sec., 1839.5921796834052 rows/sec., 9.51 MiB/sec.
5810 2024.11.22 05:56:55.775973 [ 191 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5811 2024.11.22 05:56:55.778962 [ 191 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_26_5} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5812 2024.11.22 05:56:55.779088 [ 191 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_26_5} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5813 2024.11.22 05:56:55.781788 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
5814 2024.11.22 05:56:59.830230 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 810
5815 2024.11.22 05:56:59.833500 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5816 2024.11.22 05:56:59.833547 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5817 2024.11.22 05:56:59.835020 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5818 2024.11.22 05:56:59.835328 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5819 2024.11.22 05:56:59.836507 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 810
5820 2024.11.22 05:57:00.151690 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5821 2024.11.22 05:57:00.151904 [ 256 ] {5b68cb08-6754-424a-a497-e00f1f964950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5822 2024.11.22 05:57:00.151988 [ 256 ] {5b68cb08-6754-424a-a497-e00f1f964950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5823 2024.11.22 05:57:00.152792 [ 256 ] {5b68cb08-6754-424a-a497-e00f1f964950} <Trace> oximeter.fields_ipaddr (99939db0-ec9a-4d46-b64a-a0023bb0c9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5824 2024.11.22 05:57:00.152843 [ 256 ] {5b68cb08-6754-424a-a497-e00f1f964950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5825 2024.11.22 05:57:00.153270 [ 256 ] {5b68cb08-6754-424a-a497-e00f1f964950} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
5826 2024.11.22 05:57:00.153525 [ 256 ] {5b68cb08-6754-424a-a497-e00f1f964950} <Trace> oximeter.fields_ipaddr (99939db0-ec9a-4d46-b64a-a0023bb0c9b6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5827 2024.11.22 05:57:00.153806 [ 256 ] {5b68cb08-6754-424a-a497-e00f1f964950} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001955 sec., 6138.107416879795 rows/sec., 500.52 KiB/sec.
5828 2024.11.22 05:57:00.153979 [ 256 ] {5b68cb08-6754-424a-a497-e00f1f964950} <Debug> TCPHandler: Processed in 0.002425945 sec.
5829 2024.11.22 05:57:00.154182 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5830 2024.11.22 05:57:00.154330 [ 257 ] {e761029e-4430-43b7-aacb-d94615398a79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5831 2024.11.22 05:57:00.154388 [ 257 ] {e761029e-4430-43b7-aacb-d94615398a79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5832 2024.11.22 05:57:00.155934 [ 257 ] {e761029e-4430-43b7-aacb-d94615398a79} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5833 2024.11.22 05:57:00.155974 [ 257 ] {e761029e-4430-43b7-aacb-d94615398a79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5834 2024.11.22 05:57:00.156451 [ 257 ] {e761029e-4430-43b7-aacb-d94615398a79} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5835 2024.11.22 05:57:00.156719 [ 257 ] {e761029e-4430-43b7-aacb-d94615398a79} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5836 2024.11.22 05:57:00.156931 [ 257 ] {e761029e-4430-43b7-aacb-d94615398a79} <Debug> executeQuery: Read 1248 rows, 105.82 KiB in 0.002627 sec., 475066.6159116863 rows/sec., 39.34 MiB/sec.
5837 2024.11.22 05:57:00.157019 [ 257 ] {e761029e-4430-43b7-aacb-d94615398a79} <Debug> TCPHandler: Processed in 0.002906889 sec.
5838 2024.11.22 05:57:00.157251 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5839 2024.11.22 05:57:00.157363 [ 256 ] {a0e7d6d6-5c24-4b3f-a65b-f638ed4b1af3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5840 2024.11.22 05:57:00.157410 [ 256 ] {a0e7d6d6-5c24-4b3f-a65b-f638ed4b1af3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5841 2024.11.22 05:57:00.157973 [ 256 ] {a0e7d6d6-5c24-4b3f-a65b-f638ed4b1af3} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5842 2024.11.22 05:57:00.158011 [ 256 ] {a0e7d6d6-5c24-4b3f-a65b-f638ed4b1af3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5843 2024.11.22 05:57:00.158361 [ 256 ] {a0e7d6d6-5c24-4b3f-a65b-f638ed4b1af3} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5844 2024.11.22 05:57:00.158601 [ 256 ] {a0e7d6d6-5c24-4b3f-a65b-f638ed4b1af3} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5845 2024.11.22 05:57:00.158734 [ 109 ] {} <Debug> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5846 2024.11.22 05:57:00.158787 [ 109 ] {} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5847 2024.11.22 05:57:00.158791 [ 256 ] {a0e7d6d6-5c24-4b3f-a65b-f638ed4b1af3} <Debug> executeQuery: Read 35 rows, 2.57 KiB in 0.001449 sec., 24154.589371980677 rows/sec., 1.73 MiB/sec.
5848 2024.11.22 05:57:00.158816 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5849 2024.11.22 05:57:00.158865 [ 256 ] {a0e7d6d6-5c24-4b3f-a65b-f638ed4b1af3} <Debug> TCPHandler: Processed in 0.001730647 sec.
5850 2024.11.22 05:57:00.159072 [ 195 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::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
5851 2024.11.22 05:57:00.159084 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5852 2024.11.22 05:57:00.159364 [ 195 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5853 2024.11.22 05:57:00.159373 [ 257 ] {310a4aba-5b24-4451-ba95-f0cb1e7af103} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5854 2024.11.22 05:57:00.159428 [ 195 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 66 rows starting from the beginning of the part
5855 2024.11.22 05:57:00.159483 [ 257 ] {310a4aba-5b24-4451-ba95-f0cb1e7af103} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5856 2024.11.22 05:57:00.159725 [ 195 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 23 rows starting from the beginning of the part
5857 2024.11.22 05:57:00.160104 [ 195 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 25 rows starting from the beginning of the part
5858 2024.11.22 05:57:00.160421 [ 195 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 23 rows starting from the beginning of the part
5859 2024.11.22 05:57:00.160781 [ 195 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 25 rows starting from the beginning of the part
5860 2024.11.22 05:57:00.161168 [ 195 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 35 rows starting from the beginning of the part
5861 2024.11.22 05:57:00.162558 [ 257 ] {310a4aba-5b24-4451-ba95-f0cb1e7af103} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5862 2024.11.22 05:57:00.162631 [ 257 ] {310a4aba-5b24-4451-ba95-f0cb1e7af103} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5863 2024.11.22 05:57:00.163768 [ 257 ] {310a4aba-5b24-4451-ba95-f0cb1e7af103} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5864 2024.11.22 05:57:00.164088 [ 191 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 197 rows, containing 5 columns (5 merged, 0 gathered) in 0.00516457 sec., 38144.51154694389 rows/sec., 2.88 MiB/sec.
5865 2024.11.22 05:57:00.164281 [ 257 ] {310a4aba-5b24-4451-ba95-f0cb1e7af103} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5866 2024.11.22 05:57:00.164550 [ 197 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5867 2024.11.22 05:57:00.164589 [ 257 ] {310a4aba-5b24-4451-ba95-f0cb1e7af103} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005316 sec., 42889.39051918736 rows/sec., 2.90 MiB/sec.
5868 2024.11.22 05:57:00.164837 [ 257 ] {310a4aba-5b24-4451-ba95-f0cb1e7af103} <Debug> TCPHandler: Processed in 0.005845879 sec.
5869 2024.11.22 05:57:00.165055 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5870 2024.11.22 05:57:00.165275 [ 256 ] {4f35d1c4-6296-4a78-8abe-a6bcf6f8105b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5871 2024.11.22 05:57:00.165349 [ 256 ] {4f35d1c4-6296-4a78-8abe-a6bcf6f8105b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5872 2024.11.22 05:57:00.165456 [ 197 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_36_7} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5873 2024.11.22 05:57:00.165664 [ 197 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_36_7} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5874 2024.11.22 05:57:00.165882 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
5875 2024.11.22 05:57:00.166579 [ 256 ] {4f35d1c4-6296-4a78-8abe-a6bcf6f8105b} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5876 2024.11.22 05:57:00.166622 [ 256 ] {4f35d1c4-6296-4a78-8abe-a6bcf6f8105b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5877 2024.11.22 05:57:00.167006 [ 256 ] {4f35d1c4-6296-4a78-8abe-a6bcf6f8105b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5878 2024.11.22 05:57:00.167246 [ 256 ] {4f35d1c4-6296-4a78-8abe-a6bcf6f8105b} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5879 2024.11.22 05:57:00.167467 [ 256 ] {4f35d1c4-6296-4a78-8abe-a6bcf6f8105b} <Debug> executeQuery: Read 555 rows, 42.22 KiB in 0.002242 sec., 247546.83318465654 rows/sec., 18.39 MiB/sec.
5880 2024.11.22 05:57:00.167601 [ 256 ] {4f35d1c4-6296-4a78-8abe-a6bcf6f8105b} <Debug> TCPHandler: Processed in 0.002622511 sec.
5881 2024.11.22 05:57:00.167827 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5882 2024.11.22 05:57:00.167976 [ 257 ] {ea1e2267-b3f4-48ec-bd97-e163b05b309c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5883 2024.11.22 05:57:00.168038 [ 257 ] {ea1e2267-b3f4-48ec-bd97-e163b05b309c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5884 2024.11.22 05:57:00.168814 [ 257 ] {ea1e2267-b3f4-48ec-bd97-e163b05b309c} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5885 2024.11.22 05:57:00.168853 [ 257 ] {ea1e2267-b3f4-48ec-bd97-e163b05b309c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5886 2024.11.22 05:57:00.169691 [ 257 ] {ea1e2267-b3f4-48ec-bd97-e163b05b309c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5887 2024.11.22 05:57:00.169933 [ 257 ] {ea1e2267-b3f4-48ec-bd97-e163b05b309c} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5888 2024.11.22 05:57:00.170152 [ 257 ] {ea1e2267-b3f4-48ec-bd97-e163b05b309c} <Debug> executeQuery: Read 886 rows, 61.05 KiB in 0.002205 sec., 401814.0589569161 rows/sec., 27.04 MiB/sec.
5889 2024.11.22 05:57:00.170204 [ 257 ] {ea1e2267-b3f4-48ec-bd97-e163b05b309c} <Debug> TCPHandler: Processed in 0.002502458 sec.
5890 2024.11.22 05:57:00.170359 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5891 2024.11.22 05:57:00.170486 [ 256 ] {d111d934-2a1c-4f9a-8c05-e8c10ce48324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5892 2024.11.22 05:57:00.170565 [ 256 ] {d111d934-2a1c-4f9a-8c05-e8c10ce48324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5893 2024.11.22 05:57:00.171757 [ 256 ] {d111d934-2a1c-4f9a-8c05-e8c10ce48324} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5894 2024.11.22 05:57:00.171796 [ 256 ] {d111d934-2a1c-4f9a-8c05-e8c10ce48324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5895 2024.11.22 05:57:00.172436 [ 256 ] {d111d934-2a1c-4f9a-8c05-e8c10ce48324} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5896 2024.11.22 05:57:00.172688 [ 256 ] {d111d934-2a1c-4f9a-8c05-e8c10ce48324} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5897 2024.11.22 05:57:00.172883 [ 168 ] {} <Debug> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5898 2024.11.22 05:57:00.172958 [ 168 ] {} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5899 2024.11.22 05:57:00.172979 [ 256 ] {d111d934-2a1c-4f9a-8c05-e8c10ce48324} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002516 sec., 9141.494435612083 rows/sec., 16.38 MiB/sec.
5900 2024.11.22 05:57:00.173014 [ 168 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5901 2024.11.22 05:57:00.173390 [ 191 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::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
5902 2024.11.22 05:57:00.173402 [ 256 ] {d111d934-2a1c-4f9a-8c05-e8c10ce48324} <Debug> TCPHandler: Processed in 0.003102584 sec.
5903 2024.11.22 05:57:00.173655 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5904 2024.11.22 05:57:00.173936 [ 257 ] {37241f3d-39d0-416a-984a-387c75fa9d05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5905 2024.11.22 05:57:00.174067 [ 257 ] {37241f3d-39d0-416a-984a-387c75fa9d05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5906 2024.11.22 05:57:00.174103 [ 191 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5907 2024.11.22 05:57:00.174340 [ 191 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 548 rows starting from the beginning of the part
5908 2024.11.22 05:57:00.175103 [ 191 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 23 rows starting from the beginning of the part
5909 2024.11.22 05:57:00.175897 [ 191 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 18 rows starting from the beginning of the part
5910 2024.11.22 05:57:00.176087 [ 257 ] {37241f3d-39d0-416a-984a-387c75fa9d05} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5911 2024.11.22 05:57:00.176193 [ 257 ] {37241f3d-39d0-416a-984a-387c75fa9d05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5912 2024.11.22 05:57:00.176624 [ 191 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 23 rows starting from the beginning of the part
5913 2024.11.22 05:57:00.177312 [ 191 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 18 rows starting from the beginning of the part
5914 2024.11.22 05:57:00.177628 [ 257 ] {37241f3d-39d0-416a-984a-387c75fa9d05} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5915 2024.11.22 05:57:00.177926 [ 191 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 23 rows starting from the beginning of the part
5916 2024.11.22 05:57:00.178438 [ 257 ] {37241f3d-39d0-416a-984a-387c75fa9d05} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5917 2024.11.22 05:57:00.179330 [ 257 ] {37241f3d-39d0-416a-984a-387c75fa9d05} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00544 sec., 11029.411764705881 rows/sec., 761.14 KiB/sec.
5918 2024.11.22 05:57:00.179756 [ 257 ] {37241f3d-39d0-416a-984a-387c75fa9d05} <Debug> TCPHandler: Processed in 0.006204408 sec.
5919 2024.11.22 05:57:00.183747 [ 194 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 653 rows, containing 19 columns (19 merged, 0 gathered) in 0.010593488 sec., 61641.64248829092 rows/sec., 110.46 MiB/sec.
5920 2024.11.22 05:57:00.184927 [ 194 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5921 2024.11.22 05:57:00.185385 [ 194 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5922 2024.11.22 05:57:00.185477 [ 194 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5923 2024.11.22 05:57:00.185646 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.45 MiB.
5924 2024.11.22 05:57:02.278675 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444
5925 2024.11.22 05:57:02.279361 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5926 2024.11.22 05:57:02.279414 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5927 2024.11.22 05:57:02.279956 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5928 2024.11.22 05:57:02.280223 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5929 2024.11.22 05:57:02.280472 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444
5930 2024.11.22 05:57:03.183816 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204
5931 2024.11.22 05:57:03.203081 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5932 2024.11.22 05:57:03.203139 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5933 2024.11.22 05:57:03.210002 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5934 2024.11.22 05:57:03.210783 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5935 2024.11.22 05:57:03.213705 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204
5936 2024.11.22 05:57:05.126439 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5937 2024.11.22 05:57:05.126669 [ 256 ] {3d8f1d00-5772-4ea8-8ab0-18cb9266bb60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5938 2024.11.22 05:57:05.126750 [ 256 ] {3d8f1d00-5772-4ea8-8ab0-18cb9266bb60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5939 2024.11.22 05:57:05.127576 [ 256 ] {3d8f1d00-5772-4ea8-8ab0-18cb9266bb60} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5940 2024.11.22 05:57:05.127626 [ 256 ] {3d8f1d00-5772-4ea8-8ab0-18cb9266bb60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5941 2024.11.22 05:57:05.128081 [ 256 ] {3d8f1d00-5772-4ea8-8ab0-18cb9266bb60} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5942 2024.11.22 05:57:05.128343 [ 256 ] {3d8f1d00-5772-4ea8-8ab0-18cb9266bb60} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5943 2024.11.22 05:57:05.128584 [ 256 ] {3d8f1d00-5772-4ea8-8ab0-18cb9266bb60} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001971 sec., 7102.9934043632675 rows/sec., 511.32 KiB/sec.
5944 2024.11.22 05:57:05.128650 [ 256 ] {3d8f1d00-5772-4ea8-8ab0-18cb9266bb60} <Debug> TCPHandler: Processed in 0.002349393 sec.
5945 2024.11.22 05:57:05.128847 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5946 2024.11.22 05:57:05.128990 [ 257 ] {6c18b523-6a2d-48b6-b8d0-ac492b1c6694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5947 2024.11.22 05:57:05.129048 [ 257 ] {6c18b523-6a2d-48b6-b8d0-ac492b1c6694} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5948 2024.11.22 05:57:05.129742 [ 257 ] {6c18b523-6a2d-48b6-b8d0-ac492b1c6694} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5949 2024.11.22 05:57:05.129784 [ 257 ] {6c18b523-6a2d-48b6-b8d0-ac492b1c6694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5950 2024.11.22 05:57:05.130189 [ 257 ] {6c18b523-6a2d-48b6-b8d0-ac492b1c6694} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5951 2024.11.22 05:57:05.130437 [ 257 ] {6c18b523-6a2d-48b6-b8d0-ac492b1c6694} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5952 2024.11.22 05:57:05.130654 [ 257 ] {6c18b523-6a2d-48b6-b8d0-ac492b1c6694} <Debug> executeQuery: Read 239 rows, 21.37 KiB in 0.001698 sec., 140753.82803297997 rows/sec., 12.29 MiB/sec.
5953 2024.11.22 05:57:05.130709 [ 257 ] {6c18b523-6a2d-48b6-b8d0-ac492b1c6694} <Debug> TCPHandler: Processed in 0.001932482 sec.
5954 2024.11.22 05:57:05.130861 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5955 2024.11.22 05:57:05.130991 [ 256 ] {3412808f-b9c1-4e1d-9d5e-0d712db526f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5956 2024.11.22 05:57:05.131047 [ 256 ] {3412808f-b9c1-4e1d-9d5e-0d712db526f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5957 2024.11.22 05:57:05.131634 [ 256 ] {3412808f-b9c1-4e1d-9d5e-0d712db526f9} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5958 2024.11.22 05:57:05.131672 [ 256 ] {3412808f-b9c1-4e1d-9d5e-0d712db526f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5959 2024.11.22 05:57:05.132026 [ 256 ] {3412808f-b9c1-4e1d-9d5e-0d712db526f9} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5960 2024.11.22 05:57:05.132261 [ 256 ] {3412808f-b9c1-4e1d-9d5e-0d712db526f9} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5961 2024.11.22 05:57:05.132475 [ 256 ] {3412808f-b9c1-4e1d-9d5e-0d712db526f9} <Debug> executeQuery: Read 25 rows, 1.81 KiB in 0.001513 sec., 16523.463317911435 rows/sec., 1.17 MiB/sec.
5962 2024.11.22 05:57:05.132526 [ 256 ] {3412808f-b9c1-4e1d-9d5e-0d712db526f9} <Debug> TCPHandler: Processed in 0.001729157 sec.
5963 2024.11.22 05:57:05.132664 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5964 2024.11.22 05:57:05.132793 [ 257 ] {c2a9b51b-e6a7-4ccc-aaa2-10ae9fd63731} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5965 2024.11.22 05:57:05.132847 [ 257 ] {c2a9b51b-e6a7-4ccc-aaa2-10ae9fd63731} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5966 2024.11.22 05:57:05.133525 [ 257 ] {c2a9b51b-e6a7-4ccc-aaa2-10ae9fd63731} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5967 2024.11.22 05:57:05.133565 [ 257 ] {c2a9b51b-e6a7-4ccc-aaa2-10ae9fd63731} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5968 2024.11.22 05:57:05.133912 [ 257 ] {c2a9b51b-e6a7-4ccc-aaa2-10ae9fd63731} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5969 2024.11.22 05:57:05.134157 [ 257 ] {c2a9b51b-e6a7-4ccc-aaa2-10ae9fd63731} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5970 2024.11.22 05:57:05.134380 [ 257 ] {c2a9b51b-e6a7-4ccc-aaa2-10ae9fd63731} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001613 sec., 8679.479231246125 rows/sec., 607.85 KiB/sec.
5971 2024.11.22 05:57:05.134507 [ 257 ] {c2a9b51b-e6a7-4ccc-aaa2-10ae9fd63731} <Debug> TCPHandler: Processed in 0.001904251 sec.
5972 2024.11.22 05:57:05.134636 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5973 2024.11.22 05:57:05.134740 [ 256 ] {7117983f-01fd-485d-a3b8-59f3feac1e7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5974 2024.11.22 05:57:05.134784 [ 256 ] {7117983f-01fd-485d-a3b8-59f3feac1e7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5975 2024.11.22 05:57:05.135306 [ 256 ] {7117983f-01fd-485d-a3b8-59f3feac1e7b} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5976 2024.11.22 05:57:05.135344 [ 256 ] {7117983f-01fd-485d-a3b8-59f3feac1e7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5977 2024.11.22 05:57:05.135682 [ 256 ] {7117983f-01fd-485d-a3b8-59f3feac1e7b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5978 2024.11.22 05:57:05.135916 [ 256 ] {7117983f-01fd-485d-a3b8-59f3feac1e7b} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5979 2024.11.22 05:57:05.136283 [ 256 ] {7117983f-01fd-485d-a3b8-59f3feac1e7b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001548 sec., 8397.932816537468 rows/sec., 523.61 KiB/sec.
5980 2024.11.22 05:57:05.136349 [ 256 ] {7117983f-01fd-485d-a3b8-59f3feac1e7b} <Debug> TCPHandler: Processed in 0.001764608 sec.
5981 2024.11.22 05:57:05.136493 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5982 2024.11.22 05:57:05.136596 [ 257 ] {7cd53cf7-20e3-478b-b7d5-da4c9b3aba22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5983 2024.11.22 05:57:05.136640 [ 257 ] {7cd53cf7-20e3-478b-b7d5-da4c9b3aba22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5984 2024.11.22 05:57:05.137375 [ 257 ] {7cd53cf7-20e3-478b-b7d5-da4c9b3aba22} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5985 2024.11.22 05:57:05.137414 [ 257 ] {7cd53cf7-20e3-478b-b7d5-da4c9b3aba22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5986 2024.11.22 05:57:05.137782 [ 257 ] {7cd53cf7-20e3-478b-b7d5-da4c9b3aba22} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5987 2024.11.22 05:57:05.138018 [ 257 ] {7cd53cf7-20e3-478b-b7d5-da4c9b3aba22} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5988 2024.11.22 05:57:05.138231 [ 257 ] {7cd53cf7-20e3-478b-b7d5-da4c9b3aba22} <Debug> executeQuery: Read 400 rows, 29.12 KiB in 0.001657 sec., 241400.12070006033 rows/sec., 17.16 MiB/sec.
5989 2024.11.22 05:57:05.138283 [ 257 ] {7cd53cf7-20e3-478b-b7d5-da4c9b3aba22} <Debug> TCPHandler: Processed in 0.00184235 sec.
5990 2024.11.22 05:57:05.138449 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5991 2024.11.22 05:57:05.138560 [ 256 ] {7073c930-dd5c-4f8f-bcb4-ee0461412406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5992 2024.11.22 05:57:05.138606 [ 256 ] {7073c930-dd5c-4f8f-bcb4-ee0461412406} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5993 2024.11.22 05:57:05.139056 [ 256 ] {7073c930-dd5c-4f8f-bcb4-ee0461412406} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5994 2024.11.22 05:57:05.139096 [ 256 ] {7073c930-dd5c-4f8f-bcb4-ee0461412406} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5995 2024.11.22 05:57:05.139470 [ 256 ] {7073c930-dd5c-4f8f-bcb4-ee0461412406} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5996 2024.11.22 05:57:05.139722 [ 256 ] {7073c930-dd5c-4f8f-bcb4-ee0461412406} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5997 2024.11.22 05:57:05.139943 [ 256 ] {7073c930-dd5c-4f8f-bcb4-ee0461412406} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001404 sec., 4273.504273504273 rows/sec., 223.27 KiB/sec.
5998 2024.11.22 05:57:05.139993 [ 256 ] {7073c930-dd5c-4f8f-bcb4-ee0461412406} <Debug> TCPHandler: Processed in 0.001603833 sec.
5999 2024.11.22 05:57:05.140156 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6000 2024.11.22 05:57:05.140261 [ 257 ] {7b6865f5-24df-4c11-a9a8-ddc66217a402} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6001 2024.11.22 05:57:05.140309 [ 257 ] {7b6865f5-24df-4c11-a9a8-ddc66217a402} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6002 2024.11.22 05:57:05.140822 [ 257 ] {7b6865f5-24df-4c11-a9a8-ddc66217a402} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6003 2024.11.22 05:57:05.140861 [ 257 ] {7b6865f5-24df-4c11-a9a8-ddc66217a402} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6004 2024.11.22 05:57:05.141252 [ 257 ] {7b6865f5-24df-4c11-a9a8-ddc66217a402} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6005 2024.11.22 05:57:05.141485 [ 257 ] {7b6865f5-24df-4c11-a9a8-ddc66217a402} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6006 2024.11.22 05:57:05.141704 [ 257 ] {7b6865f5-24df-4c11-a9a8-ddc66217a402} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001461 sec., 162217.659137577 rows/sec., 10.87 MiB/sec.
6007 2024.11.22 05:57:05.141802 [ 257 ] {7b6865f5-24df-4c11-a9a8-ddc66217a402} <Debug> TCPHandler: Processed in 0.001703787 sec.
6008 2024.11.22 05:57:05.141967 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6009 2024.11.22 05:57:05.142073 [ 256 ] {2528e23f-2b07-40ba-a01e-585ee2e380e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6010 2024.11.22 05:57:05.142121 [ 256 ] {2528e23f-2b07-40ba-a01e-585ee2e380e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6011 2024.11.22 05:57:05.142548 [ 256 ] {2528e23f-2b07-40ba-a01e-585ee2e380e4} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6012 2024.11.22 05:57:05.142584 [ 256 ] {2528e23f-2b07-40ba-a01e-585ee2e380e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6013 2024.11.22 05:57:05.142933 [ 256 ] {2528e23f-2b07-40ba-a01e-585ee2e380e4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6014 2024.11.22 05:57:05.143170 [ 256 ] {2528e23f-2b07-40ba-a01e-585ee2e380e4} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6015 2024.11.22 05:57:05.143349 [ 256 ] {2528e23f-2b07-40ba-a01e-585ee2e380e4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001298 sec., 770.4160246533129 rows/sec., 51.91 KiB/sec.
6016 2024.11.22 05:57:05.143398 [ 256 ] {2528e23f-2b07-40ba-a01e-585ee2e380e4} <Debug> TCPHandler: Processed in 0.001507401 sec.
6017 2024.11.22 05:57:05.143554 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6018 2024.11.22 05:57:05.143692 [ 257 ] {17f0d657-1fbc-4a6c-b4c5-548be33c1b57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6019 2024.11.22 05:57:05.143770 [ 257 ] {17f0d657-1fbc-4a6c-b4c5-548be33c1b57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6020 2024.11.22 05:57:05.144955 [ 257 ] {17f0d657-1fbc-4a6c-b4c5-548be33c1b57} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6021 2024.11.22 05:57:05.144993 [ 257 ] {17f0d657-1fbc-4a6c-b4c5-548be33c1b57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6022 2024.11.22 05:57:05.145628 [ 257 ] {17f0d657-1fbc-4a6c-b4c5-548be33c1b57} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6023 2024.11.22 05:57:05.145895 [ 257 ] {17f0d657-1fbc-4a6c-b4c5-548be33c1b57} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6024 2024.11.22 05:57:05.146107 [ 257 ] {17f0d657-1fbc-4a6c-b4c5-548be33c1b57} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.002444 sec., 7364.9754500818335 rows/sec., 13.20 MiB/sec.
6025 2024.11.22 05:57:05.146218 [ 257 ] {17f0d657-1fbc-4a6c-b4c5-548be33c1b57} <Debug> TCPHandler: Processed in 0.002728365 sec.
6026 2024.11.22 05:57:05.146359 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6027 2024.11.22 05:57:05.146490 [ 256 ] {2b08d45e-709d-48ea-aa41-cc7c466881c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6028 2024.11.22 05:57:05.146553 [ 256 ] {2b08d45e-709d-48ea-aa41-cc7c466881c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6029 2024.11.22 05:57:05.147074 [ 256 ] {2b08d45e-709d-48ea-aa41-cc7c466881c1} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6030 2024.11.22 05:57:05.147118 [ 256 ] {2b08d45e-709d-48ea-aa41-cc7c466881c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6031 2024.11.22 05:57:05.147515 [ 256 ] {2b08d45e-709d-48ea-aa41-cc7c466881c1} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6032 2024.11.22 05:57:05.147756 [ 256 ] {2b08d45e-709d-48ea-aa41-cc7c466881c1} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6033 2024.11.22 05:57:05.147927 [ 256 ] {2b08d45e-709d-48ea-aa41-cc7c466881c1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001469 sec., 55820.28590878148 rows/sec., 3.55 MiB/sec.
6034 2024.11.22 05:57:05.147976 [ 256 ] {2b08d45e-709d-48ea-aa41-cc7c466881c1} <Debug> TCPHandler: Processed in 0.001679576 sec.
6035 2024.11.22 05:57:08.373690 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34232, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6036 2024.11.22 05:57:08.573275 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37167, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6037 2024.11.22 05:57:08.630857 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55893, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6038 2024.11.22 05:57:08.700287 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46386, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6039 2024.11.22 05:57:08.737700 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36720, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6040 2024.11.22 05:57:08.777088 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44489, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6041 2024.11.22 05:57:08.795394 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39811, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6042 2024.11.22 05:57:08.795650 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51159, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6043 2024.11.22 05:57:09.664729 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache
6044 2024.11.22 05:57:09.664837 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache
6045 2024.11.22 05:57:09.780599 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871
6046 2024.11.22 05:57:09.781343 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6047 2024.11.22 05:57:09.781399 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6048 2024.11.22 05:57:09.782016 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6049 2024.11.22 05:57:09.782274 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6050 2024.11.22 05:57:09.782521 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871
6051 2024.11.22 05:57:09.836733 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 848
6052 2024.11.22 05:57:09.839898 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6053 2024.11.22 05:57:09.839946 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6054 2024.11.22 05:57:09.841433 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6055 2024.11.22 05:57:09.841764 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6056 2024.11.22 05:57:09.842588 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 848
6057 2024.11.22 05:57:10.121780 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6058 2024.11.22 05:57:10.122086 [ 256 ] {8f28481d-28bc-4301-a775-2c34422df7ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6059 2024.11.22 05:57:10.122203 [ 256 ] {8f28481d-28bc-4301-a775-2c34422df7ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6060 2024.11.22 05:57:10.123156 [ 256 ] {8f28481d-28bc-4301-a775-2c34422df7ca} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6061 2024.11.22 05:57:10.123210 [ 256 ] {8f28481d-28bc-4301-a775-2c34422df7ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6062 2024.11.22 05:57:10.123676 [ 256 ] {8f28481d-28bc-4301-a775-2c34422df7ca} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6063 2024.11.22 05:57:10.123940 [ 256 ] {8f28481d-28bc-4301-a775-2c34422df7ca} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6064 2024.11.22 05:57:10.124212 [ 256 ] {8f28481d-28bc-4301-a775-2c34422df7ca} <Debug> executeQuery: Read 102 rows, 8.82 KiB in 0.0022 sec., 46363.63636363636 rows/sec., 3.92 MiB/sec.
6065 2024.11.22 05:57:10.124346 [ 256 ] {8f28481d-28bc-4301-a775-2c34422df7ca} <Debug> TCPHandler: Processed in 0.002751854 sec.
6066 2024.11.22 05:57:10.124612 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6067 2024.11.22 05:57:10.124761 [ 257 ] {8f20a2de-89e4-428c-9212-c24fa8bef9ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6068 2024.11.22 05:57:10.124822 [ 257 ] {8f20a2de-89e4-428c-9212-c24fa8bef9ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6069 2024.11.22 05:57:10.125523 [ 257 ] {8f20a2de-89e4-428c-9212-c24fa8bef9ed} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6070 2024.11.22 05:57:10.125571 [ 257 ] {8f20a2de-89e4-428c-9212-c24fa8bef9ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6071 2024.11.22 05:57:10.125967 [ 257 ] {8f20a2de-89e4-428c-9212-c24fa8bef9ed} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6072 2024.11.22 05:57:10.126216 [ 257 ] {8f20a2de-89e4-428c-9212-c24fa8bef9ed} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6073 2024.11.22 05:57:10.126486 [ 257 ] {8f20a2de-89e4-428c-9212-c24fa8bef9ed} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001756 sec., 13097.949886104783 rows/sec., 984.90 KiB/sec.
6074 2024.11.22 05:57:10.126686 [ 257 ] {8f20a2de-89e4-428c-9212-c24fa8bef9ed} <Debug> TCPHandler: Processed in 0.00220125 sec.
6075 2024.11.22 05:57:10.126904 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6076 2024.11.22 05:57:10.127016 [ 256 ] {b3acd7be-59a1-4c34-a57d-a339d4d35e92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6077 2024.11.22 05:57:10.127064 [ 256 ] {b3acd7be-59a1-4c34-a57d-a339d4d35e92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6078 2024.11.22 05:57:10.127660 [ 256 ] {b3acd7be-59a1-4c34-a57d-a339d4d35e92} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6079 2024.11.22 05:57:10.127700 [ 256 ] {b3acd7be-59a1-4c34-a57d-a339d4d35e92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6080 2024.11.22 05:57:10.128093 [ 256 ] {b3acd7be-59a1-4c34-a57d-a339d4d35e92} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6081 2024.11.22 05:57:10.128333 [ 256 ] {b3acd7be-59a1-4c34-a57d-a339d4d35e92} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6082 2024.11.22 05:57:10.128543 [ 256 ] {b3acd7be-59a1-4c34-a57d-a339d4d35e92} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001552 sec., 56056.701030927834 rows/sec., 4.38 MiB/sec.
6083 2024.11.22 05:57:10.128597 [ 256 ] {b3acd7be-59a1-4c34-a57d-a339d4d35e92} <Debug> TCPHandler: Processed in 0.001797589 sec.
6084 2024.11.22 05:57:10.128756 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6085 2024.11.22 05:57:10.128885 [ 257 ] {edb10ecc-af2f-4096-b7ac-2ae72fc9f8a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6086 2024.11.22 05:57:10.128944 [ 257 ] {edb10ecc-af2f-4096-b7ac-2ae72fc9f8a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6087 2024.11.22 05:57:10.129599 [ 257 ] {edb10ecc-af2f-4096-b7ac-2ae72fc9f8a3} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6088 2024.11.22 05:57:10.129640 [ 257 ] {edb10ecc-af2f-4096-b7ac-2ae72fc9f8a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6089 2024.11.22 05:57:10.130020 [ 257 ] {edb10ecc-af2f-4096-b7ac-2ae72fc9f8a3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6090 2024.11.22 05:57:10.130254 [ 257 ] {edb10ecc-af2f-4096-b7ac-2ae72fc9f8a3} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6091 2024.11.22 05:57:10.130477 [ 257 ] {edb10ecc-af2f-4096-b7ac-2ae72fc9f8a3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001621 sec., 98704.50339296731 rows/sec., 6.87 MiB/sec.
6092 2024.11.22 05:57:10.130529 [ 257 ] {edb10ecc-af2f-4096-b7ac-2ae72fc9f8a3} <Debug> TCPHandler: Processed in 0.00183638 sec.
6093 2024.11.22 05:57:10.130682 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6094 2024.11.22 05:57:10.130810 [ 256 ] {3ea22226-0a22-4313-ac21-a6d6060ad0e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6095 2024.11.22 05:57:10.130889 [ 256 ] {3ea22226-0a22-4313-ac21-a6d6060ad0e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6096 2024.11.22 05:57:10.132112 [ 256 ] {3ea22226-0a22-4313-ac21-a6d6060ad0e1} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6097 2024.11.22 05:57:10.132151 [ 256 ] {3ea22226-0a22-4313-ac21-a6d6060ad0e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6098 2024.11.22 05:57:10.132816 [ 256 ] {3ea22226-0a22-4313-ac21-a6d6060ad0e1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6099 2024.11.22 05:57:10.133071 [ 256 ] {3ea22226-0a22-4313-ac21-a6d6060ad0e1} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6100 2024.11.22 05:57:10.133333 [ 256 ] {3ea22226-0a22-4313-ac21-a6d6060ad0e1} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002549 sec., 9023.14633189486 rows/sec., 16.17 MiB/sec.
6101 2024.11.22 05:57:10.133462 [ 256 ] {3ea22226-0a22-4313-ac21-a6d6060ad0e1} <Debug> TCPHandler: Processed in 0.002840277 sec.
6102 2024.11.22 05:57:10.133643 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6103 2024.11.22 05:57:10.133750 [ 257 ] {fef48aae-40f1-4e4d-ba42-199d5401f095} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6104 2024.11.22 05:57:10.133797 [ 257 ] {fef48aae-40f1-4e4d-ba42-199d5401f095} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6105 2024.11.22 05:57:10.134237 [ 257 ] {fef48aae-40f1-4e4d-ba42-199d5401f095} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6106 2024.11.22 05:57:10.134275 [ 257 ] {fef48aae-40f1-4e4d-ba42-199d5401f095} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6107 2024.11.22 05:57:10.134624 [ 257 ] {fef48aae-40f1-4e4d-ba42-199d5401f095} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6108 2024.11.22 05:57:10.134852 [ 257 ] {fef48aae-40f1-4e4d-ba42-199d5401f095} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6109 2024.11.22 05:57:10.135065 [ 257 ] {fef48aae-40f1-4e4d-ba42-199d5401f095} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001335 sec., 44943.8202247191 rows/sec., 3.03 MiB/sec.
6110 2024.11.22 05:57:10.135115 [ 257 ] {fef48aae-40f1-4e4d-ba42-199d5401f095} <Debug> TCPHandler: Processed in 0.001541792 sec.
6111 2024.11.22 05:57:10.713788 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 212
6112 2024.11.22 05:57:10.734640 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6113 2024.11.22 05:57:10.734712 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6114 2024.11.22 05:57:10.742265 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6115 2024.11.22 05:57:10.743074 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6116 2024.11.22 05:57:10.746812 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 212
6117 2024.11.22 05:57:11.589785 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50457, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6118 2024.11.22 05:57:12.307565 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34823, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6119 2024.11.22 05:57:12.310903 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47534, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6120 2024.11.22 05:57:12.415811 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63747, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6121 2024.11.22 05:57:12.440473 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33854, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6122 2024.11.22 05:57:12.441773 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38329, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6123 2024.11.22 05:57:12.453026 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51010, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6124 2024.11.22 05:57:12.457312 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62015, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6125 2024.11.22 05:57:12.718427 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39924, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6126 2024.11.22 05:57:13.228591 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46164, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6127 2024.11.22 05:57:13.278039 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39173, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6128 2024.11.22 05:57:13.427687 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40976, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6129 2024.11.22 05:57:13.467338 [ 139 ] {} <Debug> oximeter.fields_ipaddr (99939db0-ec9a-4d46-b64a-a0023bb0c9b6) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
6130 2024.11.22 05:57:13.467410 [ 139 ] {} <Trace> oximeter.fields_ipaddr (99939db0-ec9a-4d46-b64a-a0023bb0c9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6131 2024.11.22 05:57:13.467437 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6132 2024.11.22 05:57:13.467592 [ 190 ] {99939db0-ec9a-4d46-b64a-a0023bb0c9b6::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
6133 2024.11.22 05:57:13.467804 [ 190 ] {99939db0-ec9a-4d46-b64a-a0023bb0c9b6::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6134 2024.11.22 05:57:13.467850 [ 190 ] {99939db0-ec9a-4d46-b64a-a0023bb0c9b6::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part
6135 2024.11.22 05:57:13.467952 [ 190 ] {99939db0-ec9a-4d46-b64a-a0023bb0c9b6::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part
6136 2024.11.22 05:57:13.468249 [ 190 ] {99939db0-ec9a-4d46-b64a-a0023bb0c9b6::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part
6137 2024.11.22 05:57:13.468457 [ 190 ] {99939db0-ec9a-4d46-b64a-a0023bb0c9b6::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part
6138 2024.11.22 05:57:13.468765 [ 190 ] {99939db0-ec9a-4d46-b64a-a0023bb0c9b6::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part
6139 2024.11.22 05:57:13.469839 [ 197 ] {99939db0-ec9a-4d46-b64a-a0023bb0c9b6::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.002335953 sec., 17979.813806185313 rows/sec., 1.50 MiB/sec.
6140 2024.11.22 05:57:13.470041 [ 197 ] {99939db0-ec9a-4d46-b64a-a0023bb0c9b6::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
6141 2024.11.22 05:57:13.470417 [ 197 ] {99939db0-ec9a-4d46-b64a-a0023bb0c9b6::all_1_5_1} <Trace> oximeter.fields_ipaddr (99939db0-ec9a-4d46-b64a-a0023bb0c9b6): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6142 2024.11.22 05:57:13.470518 [ 197 ] {99939db0-ec9a-4d46-b64a-a0023bb0c9b6::all_1_5_1} <Trace> oximeter.fields_ipaddr (99939db0-ec9a-4d46-b64a-a0023bb0c9b6) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
6143 2024.11.22 05:57:13.470627 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6144 2024.11.22 05:57:13.522775 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51366, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6145 2024.11.22 05:57:13.540051 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41295, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6146 2024.11.22 05:57:13.557394 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59964, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6147 2024.11.22 05:57:13.558718 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37453, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6148 2024.11.22 05:57:13.583011 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41709, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6149 2024.11.22 05:57:13.922858 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37863, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6150 2024.11.22 05:57:13.933139 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58201, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6151 2024.11.22 05:57:14.079751 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48290, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6152 2024.11.22 05:57:14.092191 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35187, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6153 2024.11.22 05:57:14.224460 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33722, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6154 2024.11.22 05:57:14.255897 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47077, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6155 2024.11.22 05:57:14.283505 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35076, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6156 2024.11.22 05:57:15.134399 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6157 2024.11.22 05:57:15.134702 [ 256 ] {3e6df2e8-b230-4c37-a2ff-6b5507043de5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6158 2024.11.22 05:57:15.134811 [ 256 ] {3e6df2e8-b230-4c37-a2ff-6b5507043de5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6159 2024.11.22 05:57:15.135919 [ 256 ] {3e6df2e8-b230-4c37-a2ff-6b5507043de5} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6160 2024.11.22 05:57:15.135998 [ 256 ] {3e6df2e8-b230-4c37-a2ff-6b5507043de5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6161 2024.11.22 05:57:15.136643 [ 256 ] {3e6df2e8-b230-4c37-a2ff-6b5507043de5} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6162 2024.11.22 05:57:15.137040 [ 256 ] {3e6df2e8-b230-4c37-a2ff-6b5507043de5} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6163 2024.11.22 05:57:15.137351 [ 256 ] {3e6df2e8-b230-4c37-a2ff-6b5507043de5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002723 sec., 5141.388174807198 rows/sec., 370.11 KiB/sec.
6164 2024.11.22 05:57:15.137458 [ 256 ] {3e6df2e8-b230-4c37-a2ff-6b5507043de5} <Debug> TCPHandler: Processed in 0.003285519 sec.
6165 2024.11.22 05:57:15.137701 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6166 2024.11.22 05:57:15.137845 [ 257 ] {c8314115-ad96-4683-aa5c-8bdf38071465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6167 2024.11.22 05:57:15.137916 [ 257 ] {c8314115-ad96-4683-aa5c-8bdf38071465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6168 2024.11.22 05:57:15.138673 [ 257 ] {c8314115-ad96-4683-aa5c-8bdf38071465} <Trace> oximeter.fields_ipaddr (99939db0-ec9a-4d46-b64a-a0023bb0c9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6169 2024.11.22 05:57:15.138727 [ 257 ] {c8314115-ad96-4683-aa5c-8bdf38071465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6170 2024.11.22 05:57:15.139192 [ 257 ] {c8314115-ad96-4683-aa5c-8bdf38071465} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
6171 2024.11.22 05:57:15.139534 [ 257 ] {c8314115-ad96-4683-aa5c-8bdf38071465} <Trace> oximeter.fields_ipaddr (99939db0-ec9a-4d46-b64a-a0023bb0c9b6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6172 2024.11.22 05:57:15.139815 [ 257 ] {c8314115-ad96-4683-aa5c-8bdf38071465} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002005 sec., 2992.5187032418953 rows/sec., 244.02 KiB/sec.
6173 2024.11.22 05:57:15.139893 [ 257 ] {c8314115-ad96-4683-aa5c-8bdf38071465} <Debug> TCPHandler: Processed in 0.002262882 sec.
6174 2024.11.22 05:57:15.140423 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6175 2024.11.22 05:57:15.140568 [ 256 ] {a80269e6-5055-475f-89e1-ea266b3d60bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6176 2024.11.22 05:57:15.140629 [ 256 ] {a80269e6-5055-475f-89e1-ea266b3d60bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6177 2024.11.22 05:57:15.141469 [ 256 ] {a80269e6-5055-475f-89e1-ea266b3d60bb} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6178 2024.11.22 05:57:15.141515 [ 256 ] {a80269e6-5055-475f-89e1-ea266b3d60bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6179 2024.11.22 05:57:15.141923 [ 256 ] {a80269e6-5055-475f-89e1-ea266b3d60bb} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6180 2024.11.22 05:57:15.142174 [ 256 ] {a80269e6-5055-475f-89e1-ea266b3d60bb} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6181 2024.11.22 05:57:15.142396 [ 136 ] {} <Debug> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6182 2024.11.22 05:57:15.142471 [ 256 ] {a80269e6-5055-475f-89e1-ea266b3d60bb} <Debug> executeQuery: Read 242 rows, 21.59 KiB in 0.001932 sec., 125258.79917184265 rows/sec., 10.91 MiB/sec.
6183 2024.11.22 05:57:15.142480 [ 136 ] {} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6184 2024.11.22 05:57:15.142565 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6185 2024.11.22 05:57:15.142626 [ 256 ] {a80269e6-5055-475f-89e1-ea266b3d60bb} <Debug> TCPHandler: Processed in 0.002267002 sec.
6186 2024.11.22 05:57:15.142974 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6187 2024.11.22 05:57:15.143053 [ 186 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
6188 2024.11.22 05:57:15.143363 [ 257 ] {5b3050ee-61b9-45d8-9891-0125e5c7077a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6189 2024.11.22 05:57:15.143585 [ 257 ] {5b3050ee-61b9-45d8-9891-0125e5c7077a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6190 2024.11.22 05:57:15.143619 [ 186 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6191 2024.11.22 05:57:15.143782 [ 186 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1436 rows starting from the beginning of the part
6192 2024.11.22 05:57:15.144107 [ 186 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 239 rows starting from the beginning of the part
6193 2024.11.22 05:57:15.144547 [ 186 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1248 rows starting from the beginning of the part
6194 2024.11.22 05:57:15.145051 [ 186 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 239 rows starting from the beginning of the part
6195 2024.11.22 05:57:15.145488 [ 186 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 102 rows starting from the beginning of the part
6196 2024.11.22 05:57:15.145799 [ 186 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 242 rows starting from the beginning of the part
6197 2024.11.22 05:57:15.146831 [ 257 ] {5b3050ee-61b9-45d8-9891-0125e5c7077a} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6198 2024.11.22 05:57:15.146918 [ 257 ] {5b3050ee-61b9-45d8-9891-0125e5c7077a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6199 2024.11.22 05:57:15.148205 [ 257 ] {5b3050ee-61b9-45d8-9891-0125e5c7077a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6200 2024.11.22 05:57:15.148957 [ 257 ] {5b3050ee-61b9-45d8-9891-0125e5c7077a} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6201 2024.11.22 05:57:15.149386 [ 257 ] {5b3050ee-61b9-45d8-9891-0125e5c7077a} <Debug> executeQuery: Read 31 rows, 2.23 KiB in 0.006221 sec., 4983.121684616621 rows/sec., 358.22 KiB/sec.
6202 2024.11.22 05:57:15.149525 [ 257 ] {5b3050ee-61b9-45d8-9891-0125e5c7077a} <Debug> TCPHandler: Processed in 0.006684511 sec.
6203 2024.11.22 05:57:15.149747 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6204 2024.11.22 05:57:15.149937 [ 256 ] {f7c8aa11-88db-401a-bdfa-545c7ebcab44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6205 2024.11.22 05:57:15.150009 [ 256 ] {f7c8aa11-88db-401a-bdfa-545c7ebcab44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6206 2024.11.22 05:57:15.151095 [ 196 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3506 rows, containing 5 columns (5 merged, 0 gathered) in 0.008414749 sec., 416649.3855015759 rows/sec., 36.66 MiB/sec.
6207 2024.11.22 05:57:15.151427 [ 196 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6208 2024.11.22 05:57:15.151683 [ 256 ] {f7c8aa11-88db-401a-bdfa-545c7ebcab44} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6209 2024.11.22 05:57:15.151739 [ 256 ] {f7c8aa11-88db-401a-bdfa-545c7ebcab44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6210 2024.11.22 05:57:15.151938 [ 196 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_41_8} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6211 2024.11.22 05:57:15.152087 [ 196 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_41_8} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6212 2024.11.22 05:57:15.152235 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB.
6213 2024.11.22 05:57:15.152384 [ 256 ] {f7c8aa11-88db-401a-bdfa-545c7ebcab44} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6214 2024.11.22 05:57:15.152752 [ 256 ] {f7c8aa11-88db-401a-bdfa-545c7ebcab44} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6215 2024.11.22 05:57:15.153069 [ 256 ] {f7c8aa11-88db-401a-bdfa-545c7ebcab44} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00317 sec., 4416.403785488959 rows/sec., 309.30 KiB/sec.
6216 2024.11.22 05:57:15.153169 [ 256 ] {f7c8aa11-88db-401a-bdfa-545c7ebcab44} <Debug> TCPHandler: Processed in 0.003498695 sec.
6217 2024.11.22 05:57:15.153346 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6218 2024.11.22 05:57:15.153469 [ 257 ] {59dfdb0a-9a98-426b-8bda-d419d7759265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6219 2024.11.22 05:57:15.153531 [ 257 ] {59dfdb0a-9a98-426b-8bda-d419d7759265} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6220 2024.11.22 05:57:15.154278 [ 257 ] {59dfdb0a-9a98-426b-8bda-d419d7759265} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6221 2024.11.22 05:57:15.154328 [ 257 ] {59dfdb0a-9a98-426b-8bda-d419d7759265} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6222 2024.11.22 05:57:15.154822 [ 257 ] {59dfdb0a-9a98-426b-8bda-d419d7759265} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6223 2024.11.22 05:57:15.155177 [ 257 ] {59dfdb0a-9a98-426b-8bda-d419d7759265} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6224 2024.11.22 05:57:15.155463 [ 257 ] {59dfdb0a-9a98-426b-8bda-d419d7759265} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00202 sec., 6435.6435643564355 rows/sec., 401.26 KiB/sec.
6225 2024.11.22 05:57:15.155546 [ 257 ] {59dfdb0a-9a98-426b-8bda-d419d7759265} <Debug> TCPHandler: Processed in 0.002256142 sec.
6226 2024.11.22 05:57:15.155789 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6227 2024.11.22 05:57:15.155925 [ 256 ] {3cf7b40e-372e-4a44-a51b-63e7c7987f6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6228 2024.11.22 05:57:15.155986 [ 256 ] {3cf7b40e-372e-4a44-a51b-63e7c7987f6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6229 2024.11.22 05:57:15.158033 [ 256 ] {3cf7b40e-372e-4a44-a51b-63e7c7987f6f} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6230 2024.11.22 05:57:15.158085 [ 256 ] {3cf7b40e-372e-4a44-a51b-63e7c7987f6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6231 2024.11.22 05:57:15.158522 [ 256 ] {3cf7b40e-372e-4a44-a51b-63e7c7987f6f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6232 2024.11.22 05:57:15.158786 [ 256 ] {3cf7b40e-372e-4a44-a51b-63e7c7987f6f} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6233 2024.11.22 05:57:15.158995 [ 136 ] {} <Debug> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6234 2024.11.22 05:57:15.159033 [ 256 ] {3cf7b40e-372e-4a44-a51b-63e7c7987f6f} <Debug> executeQuery: Read 406 rows, 29.61 KiB in 0.00314 sec., 129299.36305732484 rows/sec., 9.21 MiB/sec.
6235 2024.11.22 05:57:15.159103 [ 136 ] {} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6236 2024.11.22 05:57:15.159159 [ 256 ] {3cf7b40e-372e-4a44-a51b-63e7c7987f6f} <Debug> TCPHandler: Processed in 0.003434463 sec.
6237 2024.11.22 05:57:15.159181 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6238 2024.11.22 05:57:15.159365 [ 192 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
6239 2024.11.22 05:57:15.159418 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6240 2024.11.22 05:57:15.159549 [ 192 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6241 2024.11.22 05:57:15.159570 [ 257 ] {17ee75ab-b1ef-4b36-9d0a-19f4bb6f274c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6242 2024.11.22 05:57:15.159605 [ 192 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 915 rows starting from the beginning of the part
6243 2024.11.22 05:57:15.159635 [ 257 ] {17ee75ab-b1ef-4b36-9d0a-19f4bb6f274c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6244 2024.11.22 05:57:15.159792 [ 192 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 400 rows starting from the beginning of the part
6245 2024.11.22 05:57:15.159951 [ 192 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 555 rows starting from the beginning of the part
6246 2024.11.22 05:57:15.160518 [ 192 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 400 rows starting from the beginning of the part
6247 2024.11.22 05:57:15.160754 [ 192 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 87 rows starting from the beginning of the part
6248 2024.11.22 05:57:15.160944 [ 192 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 406 rows starting from the beginning of the part
6249 2024.11.22 05:57:15.161559 [ 257 ] {17ee75ab-b1ef-4b36-9d0a-19f4bb6f274c} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6250 2024.11.22 05:57:15.161611 [ 257 ] {17ee75ab-b1ef-4b36-9d0a-19f4bb6f274c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6251 2024.11.22 05:57:15.162219 [ 257 ] {17ee75ab-b1ef-4b36-9d0a-19f4bb6f274c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6252 2024.11.22 05:57:15.162616 [ 257 ] {17ee75ab-b1ef-4b36-9d0a-19f4bb6f274c} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6253 2024.11.22 05:57:15.162939 [ 257 ] {17ee75ab-b1ef-4b36-9d0a-19f4bb6f274c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003403 sec., 1763.150161622098 rows/sec., 92.12 KiB/sec.
6254 2024.11.22 05:57:15.163055 [ 257 ] {17ee75ab-b1ef-4b36-9d0a-19f4bb6f274c} <Debug> TCPHandler: Processed in 0.003724512 sec.
6255 2024.11.22 05:57:15.163285 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6256 2024.11.22 05:57:15.163480 [ 256 ] {2c6aefb7-78ca-49b5-a468-ad62466c22f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6257 2024.11.22 05:57:15.163564 [ 256 ] {2c6aefb7-78ca-49b5-a468-ad62466c22f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6258 2024.11.22 05:57:15.163575 [ 192 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2763 rows, containing 5 columns (5 merged, 0 gathered) in 0.004289197 sec., 644176.5206867392 rows/sec., 49.18 MiB/sec.
6259 2024.11.22 05:57:15.163816 [ 192 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6260 2024.11.22 05:57:15.164284 [ 192 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_41_8} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6261 2024.11.22 05:57:15.164349 [ 256 ] {2c6aefb7-78ca-49b5-a468-ad62466c22f3} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6262 2024.11.22 05:57:15.164394 [ 256 ] {2c6aefb7-78ca-49b5-a468-ad62466c22f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6263 2024.11.22 05:57:15.164414 [ 192 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_41_8} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6264 2024.11.22 05:57:15.164532 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
6265 2024.11.22 05:57:15.164901 [ 256 ] {2c6aefb7-78ca-49b5-a468-ad62466c22f3} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6266 2024.11.22 05:57:15.165176 [ 256 ] {2c6aefb7-78ca-49b5-a468-ad62466c22f3} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6267 2024.11.22 05:57:15.165387 [ 136 ] {} <Debug> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6268 2024.11.22 05:57:15.165447 [ 256 ] {2c6aefb7-78ca-49b5-a468-ad62466c22f3} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.002027 sec., 118401.57868771582 rows/sec., 7.94 MiB/sec.
6269 2024.11.22 05:57:15.165475 [ 136 ] {} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6270 2024.11.22 05:57:15.165570 [ 256 ] {2c6aefb7-78ca-49b5-a468-ad62466c22f3} <Debug> TCPHandler: Processed in 0.002353044 sec.
6271 2024.11.22 05:57:15.165574 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6272 2024.11.22 05:57:15.165870 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6273 2024.11.22 05:57:15.165944 [ 189 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
6274 2024.11.22 05:57:15.166389 [ 257 ] {d4c06acd-e032-40fe-9253-92eb7a413be5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6275 2024.11.22 05:57:15.166583 [ 189 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6276 2024.11.22 05:57:15.166738 [ 189 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11222 rows starting from the beginning of the part
6277 2024.11.22 05:57:15.166757 [ 257 ] {d4c06acd-e032-40fe-9253-92eb7a413be5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6278 2024.11.22 05:57:15.167402 [ 189 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 237 rows starting from the beginning of the part
6279 2024.11.22 05:57:15.168121 [ 189 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 886 rows starting from the beginning of the part
6280 2024.11.22 05:57:15.168402 [ 189 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 237 rows starting from the beginning of the part
6281 2024.11.22 05:57:15.168878 [ 189 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part
6282 2024.11.22 05:57:15.169198 [ 189 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 240 rows starting from the beginning of the part
6283 2024.11.22 05:57:15.170164 [ 257 ] {d4c06acd-e032-40fe-9253-92eb7a413be5} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6284 2024.11.22 05:57:15.170227 [ 257 ] {d4c06acd-e032-40fe-9253-92eb7a413be5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6285 2024.11.22 05:57:15.170995 [ 257 ] {d4c06acd-e032-40fe-9253-92eb7a413be5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6286 2024.11.22 05:57:15.171366 [ 257 ] {d4c06acd-e032-40fe-9253-92eb7a413be5} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6287 2024.11.22 05:57:15.171657 [ 135 ] {} <Debug> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
6288 2024.11.22 05:57:15.171823 [ 135 ] {} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6289 2024.11.22 05:57:15.171840 [ 257 ] {d4c06acd-e032-40fe-9253-92eb7a413be5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005671 sec., 176.33574325515784 rows/sec., 11.88 KiB/sec.
6290 2024.11.22 05:57:15.171908 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6291 2024.11.22 05:57:15.172162 [ 257 ] {d4c06acd-e032-40fe-9253-92eb7a413be5} <Debug> TCPHandler: Processed in 0.006437165 sec.
6292 2024.11.22 05:57:15.172469 [ 200 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full
6293 2024.11.22 05:57:15.172511 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6294 2024.11.22 05:57:15.172812 [ 256 ] {bc2b52f4-6e6f-4ea3-97cb-f2bd0465a011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6295 2024.11.22 05:57:15.172862 [ 200 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6296 2024.11.22 05:57:15.172964 [ 200 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part
6297 2024.11.22 05:57:15.173187 [ 256 ] {bc2b52f4-6e6f-4ea3-97cb-f2bd0465a011} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6298 2024.11.22 05:57:15.173454 [ 200 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part
6299 2024.11.22 05:57:15.174106 [ 200 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part
6300 2024.11.22 05:57:15.174727 [ 200 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part
6301 2024.11.22 05:57:15.175281 [ 200 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part
6302 2024.11.22 05:57:15.175758 [ 200 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part
6303 2024.11.22 05:57:15.179307 [ 189 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.007215876 sec., 2771.6662536883946 rows/sec., 186.22 KiB/sec.
6304 2024.11.22 05:57:15.179709 [ 189 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
6305 2024.11.22 05:57:15.180017 [ 201 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12982 rows, containing 5 columns (5 merged, 0 gathered) in 0.014288028 sec., 908592.8443029367 rows/sec., 61.38 MiB/sec.
6306 2024.11.22 05:57:15.180659 [ 256 ] {bc2b52f4-6e6f-4ea3-97cb-f2bd0465a011} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6307 2024.11.22 05:57:15.180747 [ 201 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_20_4} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6308 2024.11.22 05:57:15.180765 [ 256 ] {bc2b52f4-6e6f-4ea3-97cb-f2bd0465a011} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6309 2024.11.22 05:57:15.180875 [ 199 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6310 2024.11.22 05:57:15.181072 [ 201 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_20_4} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
6311 2024.11.22 05:57:15.181370 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6312 2024.11.22 05:57:15.182085 [ 199 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6313 2024.11.22 05:57:15.182443 [ 199 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6314 2024.11.22 05:57:15.182664 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.38 MiB.
6315 2024.11.22 05:57:15.182799 [ 256 ] {bc2b52f4-6e6f-4ea3-97cb-f2bd0465a011} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6316 2024.11.22 05:57:15.183130 [ 256 ] {bc2b52f4-6e6f-4ea3-97cb-f2bd0465a011} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6317 2024.11.22 05:57:15.183502 [ 256 ] {bc2b52f4-6e6f-4ea3-97cb-f2bd0465a011} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.010784 sec., 1669.139465875371 rows/sec., 2.99 MiB/sec.
6318 2024.11.22 05:57:15.184085 [ 256 ] {bc2b52f4-6e6f-4ea3-97cb-f2bd0465a011} <Debug> TCPHandler: Processed in 0.01175563 sec.
6319 2024.11.22 05:57:15.184322 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6320 2024.11.22 05:57:15.184464 [ 257 ] {b933d246-a345-4224-ad1d-92688997f4cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6321 2024.11.22 05:57:15.184520 [ 257 ] {b933d246-a345-4224-ad1d-92688997f4cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6322 2024.11.22 05:57:15.185061 [ 257 ] {b933d246-a345-4224-ad1d-92688997f4cc} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6323 2024.11.22 05:57:15.185103 [ 257 ] {b933d246-a345-4224-ad1d-92688997f4cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6324 2024.11.22 05:57:15.185503 [ 257 ] {b933d246-a345-4224-ad1d-92688997f4cc} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6325 2024.11.22 05:57:15.185756 [ 257 ] {b933d246-a345-4224-ad1d-92688997f4cc} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6326 2024.11.22 05:57:15.185944 [ 135 ] {} <Debug> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6327 2024.11.22 05:57:15.186006 [ 257 ] {b933d246-a345-4224-ad1d-92688997f4cc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001569 sec., 52262.58763543658 rows/sec., 3.32 MiB/sec.
6328 2024.11.22 05:57:15.186020 [ 135 ] {} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6329 2024.11.22 05:57:15.186093 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6330 2024.11.22 05:57:15.186135 [ 257 ] {b933d246-a345-4224-ad1d-92688997f4cc} <Debug> TCPHandler: Processed in 0.001893362 sec.
6331 2024.11.22 05:57:15.186360 [ 199 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
6332 2024.11.22 05:57:15.186510 [ 199 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6333 2024.11.22 05:57:15.186558 [ 199 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2356 rows starting from the beginning of the part
6334 2024.11.22 05:57:15.186698 [ 199 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 82 rows starting from the beginning of the part
6335 2024.11.22 05:57:15.186844 [ 199 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part
6336 2024.11.22 05:57:15.187087 [ 199 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 82 rows starting from the beginning of the part
6337 2024.11.22 05:57:15.187257 [ 199 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part
6338 2024.11.22 05:57:15.187401 [ 199 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 82 rows starting from the beginning of the part
6339 2024.11.22 05:57:15.189274 [ 188 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2722 rows, containing 4 columns (4 merged, 0 gathered) in 0.003067914 sec., 887247.8172465069 rows/sec., 57.80 MiB/sec.
6340 2024.11.22 05:57:15.189583 [ 188 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6341 2024.11.22 05:57:15.189906 [ 188 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_41_8} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6342 2024.11.22 05:57:15.189988 [ 188 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_41_8} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6343 2024.11.22 05:57:15.190079 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB.
6344 2024.11.22 05:57:17.282635 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359
6345 2024.11.22 05:57:17.283409 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6346 2024.11.22 05:57:17.283469 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6347 2024.11.22 05:57:17.284057 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6348 2024.11.22 05:57:17.284321 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6349 2024.11.22 05:57:17.284640 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359
6350 2024.11.22 05:57:18.246873 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 219
6351 2024.11.22 05:57:18.268027 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6352 2024.11.22 05:57:18.268092 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6353 2024.11.22 05:57:18.275837 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6354 2024.11.22 05:57:18.276625 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6355 2024.11.22 05:57:18.280029 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219
6356 2024.11.22 05:57:19.842794 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 884
6357 2024.11.22 05:57:19.845873 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6358 2024.11.22 05:57:19.845923 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6359 2024.11.22 05:57:19.847360 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6360 2024.11.22 05:57:19.847663 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6361 2024.11.22 05:57:19.847873 [ 130 ] {} <Debug> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
6362 2024.11.22 05:57:19.848009 [ 130 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6363 2024.11.22 05:57:19.848091 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6364 2024.11.22 05:57:19.848511 [ 187 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::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
6365 2024.11.22 05:57:19.849067 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 884
6366 2024.11.22 05:57:19.849453 [ 187 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6367 2024.11.22 05:57:19.849578 [ 187 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 706 rows starting from the beginning of the part
6368 2024.11.22 05:57:19.850147 [ 187 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 36 rows starting from the beginning of the part
6369 2024.11.22 05:57:19.850727 [ 187 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 34 rows starting from the beginning of the part
6370 2024.11.22 05:57:19.851297 [ 187 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 34 rows starting from the beginning of the part
6371 2024.11.22 05:57:19.851877 [ 187 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 38 rows starting from the beginning of the part
6372 2024.11.22 05:57:19.852482 [ 187 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part
6373 2024.11.22 05:57:19.860515 [ 187 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 884 rows, containing 72 columns (72 merged, 0 gathered) in 0.012246473 sec., 72184.04841949188 rows/sec., 59.81 MiB/sec.
6374 2024.11.22 05:57:19.861960 [ 201 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
6375 2024.11.22 05:57:19.862805 [ 201 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_21_4} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6376 2024.11.22 05:57:19.862903 [ 201 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_21_4} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
6377 2024.11.22 05:57:19.863244 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB.
6378 2024.11.22 05:57:20.121010 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6379 2024.11.22 05:57:20.121198 [ 256 ] {5a66996a-72c4-4de3-9d90-a500a117d807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6380 2024.11.22 05:57:20.121273 [ 256 ] {5a66996a-72c4-4de3-9d90-a500a117d807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6381 2024.11.22 05:57:20.122071 [ 256 ] {5a66996a-72c4-4de3-9d90-a500a117d807} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6382 2024.11.22 05:57:20.122125 [ 256 ] {5a66996a-72c4-4de3-9d90-a500a117d807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6383 2024.11.22 05:57:20.122560 [ 256 ] {5a66996a-72c4-4de3-9d90-a500a117d807} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6384 2024.11.22 05:57:20.122818 [ 256 ] {5a66996a-72c4-4de3-9d90-a500a117d807} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6385 2024.11.22 05:57:20.123043 [ 256 ] {5a66996a-72c4-4de3-9d90-a500a117d807} <Debug> executeQuery: Read 102 rows, 8.82 KiB in 0.001894 sec., 53854.276663146775 rows/sec., 4.55 MiB/sec.
6386 2024.11.22 05:57:20.123108 [ 256 ] {5a66996a-72c4-4de3-9d90-a500a117d807} <Debug> TCPHandler: Processed in 0.002237341 sec.
6387 2024.11.22 05:57:20.123301 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6388 2024.11.22 05:57:20.123444 [ 257 ] {1d9b997f-5aba-4240-8c31-866448f8c624} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6389 2024.11.22 05:57:20.123503 [ 257 ] {1d9b997f-5aba-4240-8c31-866448f8c624} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6390 2024.11.22 05:57:20.124141 [ 257 ] {1d9b997f-5aba-4240-8c31-866448f8c624} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6391 2024.11.22 05:57:20.124184 [ 257 ] {1d9b997f-5aba-4240-8c31-866448f8c624} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6392 2024.11.22 05:57:20.124551 [ 257 ] {1d9b997f-5aba-4240-8c31-866448f8c624} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6393 2024.11.22 05:57:20.124808 [ 257 ] {1d9b997f-5aba-4240-8c31-866448f8c624} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6394 2024.11.22 05:57:20.125022 [ 257 ] {1d9b997f-5aba-4240-8c31-866448f8c624} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.00161 sec., 14285.714285714284 rows/sec., 1.05 MiB/sec.
6395 2024.11.22 05:57:20.125091 [ 257 ] {1d9b997f-5aba-4240-8c31-866448f8c624} <Debug> TCPHandler: Processed in 0.00186118 sec.
6396 2024.11.22 05:57:20.125255 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6397 2024.11.22 05:57:20.125369 [ 256 ] {ef7401bd-190b-4bfb-bbf0-692fb0d1ed25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6398 2024.11.22 05:57:20.125416 [ 256 ] {ef7401bd-190b-4bfb-bbf0-692fb0d1ed25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6399 2024.11.22 05:57:20.126003 [ 256 ] {ef7401bd-190b-4bfb-bbf0-692fb0d1ed25} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6400 2024.11.22 05:57:20.126043 [ 256 ] {ef7401bd-190b-4bfb-bbf0-692fb0d1ed25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6401 2024.11.22 05:57:20.126422 [ 256 ] {ef7401bd-190b-4bfb-bbf0-692fb0d1ed25} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6402 2024.11.22 05:57:20.126672 [ 256 ] {ef7401bd-190b-4bfb-bbf0-692fb0d1ed25} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6403 2024.11.22 05:57:20.126892 [ 256 ] {ef7401bd-190b-4bfb-bbf0-692fb0d1ed25} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001545 sec., 56310.679611650485 rows/sec., 4.40 MiB/sec.
6404 2024.11.22 05:57:20.126945 [ 256 ] {ef7401bd-190b-4bfb-bbf0-692fb0d1ed25} <Debug> TCPHandler: Processed in 0.001756728 sec.
6405 2024.11.22 05:57:20.127103 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6406 2024.11.22 05:57:20.127213 [ 257 ] {6f59ca0d-c850-44b8-8f4f-036423cb79e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6407 2024.11.22 05:57:20.127263 [ 257 ] {6f59ca0d-c850-44b8-8f4f-036423cb79e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6408 2024.11.22 05:57:20.127800 [ 257 ] {6f59ca0d-c850-44b8-8f4f-036423cb79e1} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6409 2024.11.22 05:57:20.127839 [ 257 ] {6f59ca0d-c850-44b8-8f4f-036423cb79e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6410 2024.11.22 05:57:20.128230 [ 257 ] {6f59ca0d-c850-44b8-8f4f-036423cb79e1} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6411 2024.11.22 05:57:20.128488 [ 257 ] {6f59ca0d-c850-44b8-8f4f-036423cb79e1} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6412 2024.11.22 05:57:20.128693 [ 257 ] {6f59ca0d-c850-44b8-8f4f-036423cb79e1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001503 sec., 106453.75914836992 rows/sec., 7.41 MiB/sec.
6413 2024.11.22 05:57:20.128745 [ 257 ] {6f59ca0d-c850-44b8-8f4f-036423cb79e1} <Debug> TCPHandler: Processed in 0.001693976 sec.
6414 2024.11.22 05:57:20.128883 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6415 2024.11.22 05:57:20.129001 [ 256 ] {529eb7ec-963b-40e3-905d-ce732cc77247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6416 2024.11.22 05:57:20.129084 [ 256 ] {529eb7ec-963b-40e3-905d-ce732cc77247} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6417 2024.11.22 05:57:20.130337 [ 256 ] {529eb7ec-963b-40e3-905d-ce732cc77247} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6418 2024.11.22 05:57:20.130377 [ 256 ] {529eb7ec-963b-40e3-905d-ce732cc77247} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6419 2024.11.22 05:57:20.131017 [ 256 ] {529eb7ec-963b-40e3-905d-ce732cc77247} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6420 2024.11.22 05:57:20.131289 [ 256 ] {529eb7ec-963b-40e3-905d-ce732cc77247} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6421 2024.11.22 05:57:20.131537 [ 256 ] {529eb7ec-963b-40e3-905d-ce732cc77247} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002565 sec., 8966.861598440546 rows/sec., 16.07 MiB/sec.
6422 2024.11.22 05:57:20.131637 [ 256 ] {529eb7ec-963b-40e3-905d-ce732cc77247} <Debug> TCPHandler: Processed in 0.002806086 sec.
6423 2024.11.22 05:57:20.131791 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6424 2024.11.22 05:57:20.131920 [ 257 ] {14153a0f-d38d-4d85-8fbf-a32ec3cc13fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6425 2024.11.22 05:57:20.131976 [ 257 ] {14153a0f-d38d-4d85-8fbf-a32ec3cc13fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6426 2024.11.22 05:57:20.132508 [ 257 ] {14153a0f-d38d-4d85-8fbf-a32ec3cc13fa} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6427 2024.11.22 05:57:20.132554 [ 257 ] {14153a0f-d38d-4d85-8fbf-a32ec3cc13fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6428 2024.11.22 05:57:20.132978 [ 257 ] {14153a0f-d38d-4d85-8fbf-a32ec3cc13fa} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6429 2024.11.22 05:57:20.133214 [ 257 ] {14153a0f-d38d-4d85-8fbf-a32ec3cc13fa} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6430 2024.11.22 05:57:20.133440 [ 257 ] {14153a0f-d38d-4d85-8fbf-a32ec3cc13fa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001543 sec., 38885.28839922229 rows/sec., 2.62 MiB/sec.
6431 2024.11.22 05:57:20.133510 [ 257 ] {14153a0f-d38d-4d85-8fbf-a32ec3cc13fa} <Debug> TCPHandler: Processed in 0.001780738 sec.
6432 2024.11.22 05:57:24.665092 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache
6433 2024.11.22 05:57:24.665159 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache
6434 2024.11.22 05:57:24.784782 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786
6435 2024.11.22 05:57:24.785582 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6436 2024.11.22 05:57:24.785625 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6437 2024.11.22 05:57:24.786246 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6438 2024.11.22 05:57:24.786515 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6439 2024.11.22 05:57:24.786721 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786
6440 2024.11.22 05:57:25.126107 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6441 2024.11.22 05:57:25.126324 [ 256 ] {a916f1de-c157-4502-aa69-cb1df99a1339} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6442 2024.11.22 05:57:25.126406 [ 256 ] {a916f1de-c157-4502-aa69-cb1df99a1339} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6443 2024.11.22 05:57:25.127241 [ 256 ] {a916f1de-c157-4502-aa69-cb1df99a1339} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6444 2024.11.22 05:57:25.127291 [ 256 ] {a916f1de-c157-4502-aa69-cb1df99a1339} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6445 2024.11.22 05:57:25.127719 [ 256 ] {a916f1de-c157-4502-aa69-cb1df99a1339} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6446 2024.11.22 05:57:25.127970 [ 256 ] {a916f1de-c157-4502-aa69-cb1df99a1339} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6447 2024.11.22 05:57:25.128209 [ 256 ] {a916f1de-c157-4502-aa69-cb1df99a1339} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001943 sec., 7205.352547606793 rows/sec., 518.69 KiB/sec.
6448 2024.11.22 05:57:25.128277 [ 256 ] {a916f1de-c157-4502-aa69-cb1df99a1339} <Debug> TCPHandler: Processed in 0.002313063 sec.
6449 2024.11.22 05:57:25.128461 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6450 2024.11.22 05:57:25.128609 [ 257 ] {0c495b8f-5adf-4871-b3e3-4aa137f26687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6451 2024.11.22 05:57:25.128669 [ 257 ] {0c495b8f-5adf-4871-b3e3-4aa137f26687} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6452 2024.11.22 05:57:25.129421 [ 257 ] {0c495b8f-5adf-4871-b3e3-4aa137f26687} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6453 2024.11.22 05:57:25.129462 [ 257 ] {0c495b8f-5adf-4871-b3e3-4aa137f26687} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6454 2024.11.22 05:57:25.129851 [ 257 ] {0c495b8f-5adf-4871-b3e3-4aa137f26687} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6455 2024.11.22 05:57:25.130089 [ 257 ] {0c495b8f-5adf-4871-b3e3-4aa137f26687} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6456 2024.11.22 05:57:25.130318 [ 257 ] {0c495b8f-5adf-4871-b3e3-4aa137f26687} <Debug> executeQuery: Read 239 rows, 21.37 KiB in 0.001744 sec., 137041.2844036697 rows/sec., 11.97 MiB/sec.
6457 2024.11.22 05:57:25.130373 [ 257 ] {0c495b8f-5adf-4871-b3e3-4aa137f26687} <Debug> TCPHandler: Processed in 0.001980824 sec.
6458 2024.11.22 05:57:25.130532 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6459 2024.11.22 05:57:25.130662 [ 256 ] {7d921e45-2f71-4628-8371-a72934698282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6460 2024.11.22 05:57:25.130716 [ 256 ] {7d921e45-2f71-4628-8371-a72934698282} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6461 2024.11.22 05:57:25.131354 [ 256 ] {7d921e45-2f71-4628-8371-a72934698282} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6462 2024.11.22 05:57:25.131393 [ 256 ] {7d921e45-2f71-4628-8371-a72934698282} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6463 2024.11.22 05:57:25.131737 [ 256 ] {7d921e45-2f71-4628-8371-a72934698282} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6464 2024.11.22 05:57:25.131972 [ 256 ] {7d921e45-2f71-4628-8371-a72934698282} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6465 2024.11.22 05:57:25.132152 [ 122 ] {} <Debug> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6466 2024.11.22 05:57:25.132214 [ 256 ] {7d921e45-2f71-4628-8371-a72934698282} <Debug> executeQuery: Read 25 rows, 1.81 KiB in 0.001573 sec., 15893.19771137953 rows/sec., 1.12 MiB/sec.
6467 2024.11.22 05:57:25.132242 [ 122 ] {} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6468 2024.11.22 05:57:25.132321 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6469 2024.11.22 05:57:25.132332 [ 256 ] {7d921e45-2f71-4628-8371-a72934698282} <Debug> TCPHandler: Processed in 0.001865631 sec.
6470 2024.11.22 05:57:25.132549 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6471 2024.11.22 05:57:25.132569 [ 191 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
6472 2024.11.22 05:57:25.132749 [ 257 ] {e0893dd6-26ba-4a68-b501-3f5f0b0cc8d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6473 2024.11.22 05:57:25.132851 [ 257 ] {e0893dd6-26ba-4a68-b501-3f5f0b0cc8d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6474 2024.11.22 05:57:25.132901 [ 191 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6475 2024.11.22 05:57:25.133022 [ 191 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 66 rows starting from the beginning of the part
6476 2024.11.22 05:57:25.133310 [ 191 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 25 rows starting from the beginning of the part
6477 2024.11.22 05:57:25.133684 [ 191 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 23 rows starting from the beginning of the part
6478 2024.11.22 05:57:25.134030 [ 191 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 31 rows starting from the beginning of the part
6479 2024.11.22 05:57:25.134444 [ 191 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 23 rows starting from the beginning of the part
6480 2024.11.22 05:57:25.134785 [ 191 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 25 rows starting from the beginning of the part
6481 2024.11.22 05:57:25.135796 [ 257 ] {e0893dd6-26ba-4a68-b501-3f5f0b0cc8d5} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6482 2024.11.22 05:57:25.135860 [ 257 ] {e0893dd6-26ba-4a68-b501-3f5f0b0cc8d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6483 2024.11.22 05:57:25.136757 [ 257 ] {e0893dd6-26ba-4a68-b501-3f5f0b0cc8d5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6484 2024.11.22 05:57:25.137402 [ 257 ] {e0893dd6-26ba-4a68-b501-3f5f0b0cc8d5} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6485 2024.11.22 05:57:25.137505 [ 191 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 193 rows, containing 5 columns (5 merged, 0 gathered) in 0.005055587 sec., 38175.58673206494 rows/sec., 2.87 MiB/sec.
6486 2024.11.22 05:57:25.137672 [ 122 ] {} <Debug> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0
6487 2024.11.22 05:57:25.137779 [ 122 ] {} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6488 2024.11.22 05:57:25.137813 [ 191 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6489 2024.11.22 05:57:25.137835 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6490 2024.11.22 05:57:25.137910 [ 257 ] {e0893dd6-26ba-4a68-b501-3f5f0b0cc8d5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005188 sec., 2698.5350809560523 rows/sec., 188.99 KiB/sec.
6491 2024.11.22 05:57:25.138338 [ 197 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full
6492 2024.11.22 05:57:25.138357 [ 257 ] {e0893dd6-26ba-4a68-b501-3f5f0b0cc8d5} <Debug> TCPHandler: Processed in 0.005886609 sec.
6493 2024.11.22 05:57:25.138746 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6494 2024.11.22 05:57:25.138764 [ 194 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_41_8} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6495 2024.11.22 05:57:25.138824 [ 197 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6496 2024.11.22 05:57:25.138970 [ 197 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 243 rows starting from the beginning of the part
6497 2024.11.22 05:57:25.139105 [ 194 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_41_8} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6498 2024.11.22 05:57:25.139141 [ 256 ] {c6d881a9-efd5-404e-be6a-5d51135747e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6499 2024.11.22 05:57:25.139384 [ 197 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part
6500 2024.11.22 05:57:25.139493 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
6501 2024.11.22 05:57:25.139585 [ 256 ] {c6d881a9-efd5-404e-be6a-5d51135747e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6502 2024.11.22 05:57:25.139704 [ 197 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 228 rows starting from the beginning of the part
6503 2024.11.22 05:57:25.140071 [ 197 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part
6504 2024.11.22 05:57:25.140383 [ 197 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part
6505 2024.11.22 05:57:25.140733 [ 197 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part
6506 2024.11.22 05:57:25.142409 [ 256 ] {c6d881a9-efd5-404e-be6a-5d51135747e6} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6507 2024.11.22 05:57:25.142484 [ 256 ] {c6d881a9-efd5-404e-be6a-5d51135747e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6508 2024.11.22 05:57:25.143448 [ 256 ] {c6d881a9-efd5-404e-be6a-5d51135747e6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6509 2024.11.22 05:57:25.143725 [ 190 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005734326 sec., 91902.69266170078 rows/sec., 6.58 MiB/sec.
6510 2024.11.22 05:57:25.143950 [ 256 ] {c6d881a9-efd5-404e-be6a-5d51135747e6} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6511 2024.11.22 05:57:25.143960 [ 197 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary)
6512 2024.11.22 05:57:25.144390 [ 256 ] {c6d881a9-efd5-404e-be6a-5d51135747e6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005403 sec., 2406.0707014621507 rows/sec., 150.02 KiB/sec.
6513 2024.11.22 05:57:25.144560 [ 256 ] {c6d881a9-efd5-404e-be6a-5d51135747e6} <Debug> TCPHandler: Processed in 0.006007203 sec.
6514 2024.11.22 05:57:25.144635 [ 193 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_25_5} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6515 2024.11.22 05:57:25.144770 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6516 2024.11.22 05:57:25.144794 [ 193 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_25_5} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5
6517 2024.11.22 05:57:25.144963 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
6518 2024.11.22 05:57:25.145009 [ 257 ] {66be629a-b989-4fc6-b004-becdf2820bc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6519 2024.11.22 05:57:25.145071 [ 257 ] {66be629a-b989-4fc6-b004-becdf2820bc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6520 2024.11.22 05:57:25.145836 [ 257 ] {66be629a-b989-4fc6-b004-becdf2820bc9} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6521 2024.11.22 05:57:25.145877 [ 257 ] {66be629a-b989-4fc6-b004-becdf2820bc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6522 2024.11.22 05:57:25.146270 [ 257 ] {66be629a-b989-4fc6-b004-becdf2820bc9} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6523 2024.11.22 05:57:25.146520 [ 257 ] {66be629a-b989-4fc6-b004-becdf2820bc9} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6524 2024.11.22 05:57:25.146740 [ 257 ] {66be629a-b989-4fc6-b004-becdf2820bc9} <Debug> executeQuery: Read 400 rows, 29.12 KiB in 0.001795 sec., 222841.22562674095 rows/sec., 15.84 MiB/sec.
6525 2024.11.22 05:57:25.146796 [ 257 ] {66be629a-b989-4fc6-b004-becdf2820bc9} <Debug> TCPHandler: Processed in 0.002127248 sec.
6526 2024.11.22 05:57:25.146957 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6527 2024.11.22 05:57:25.147069 [ 256 ] {e134bada-1c46-4cdc-935f-008d54856b7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6528 2024.11.22 05:57:25.147117 [ 256 ] {e134bada-1c46-4cdc-935f-008d54856b7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6529 2024.11.22 05:57:25.147574 [ 256 ] {e134bada-1c46-4cdc-935f-008d54856b7b} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6530 2024.11.22 05:57:25.147614 [ 256 ] {e134bada-1c46-4cdc-935f-008d54856b7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6531 2024.11.22 05:57:25.147973 [ 256 ] {e134bada-1c46-4cdc-935f-008d54856b7b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6532 2024.11.22 05:57:25.148208 [ 256 ] {e134bada-1c46-4cdc-935f-008d54856b7b} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6533 2024.11.22 05:57:25.148419 [ 256 ] {e134bada-1c46-4cdc-935f-008d54856b7b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001373 sec., 4369.992716678806 rows/sec., 228.32 KiB/sec.
6534 2024.11.22 05:57:25.148470 [ 256 ] {e134bada-1c46-4cdc-935f-008d54856b7b} <Debug> TCPHandler: Processed in 0.001570753 sec.
6535 2024.11.22 05:57:25.148607 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6536 2024.11.22 05:57:25.148716 [ 257 ] {6a7cc03d-c003-4e29-8934-cc16c33745c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6537 2024.11.22 05:57:25.148765 [ 257 ] {6a7cc03d-c003-4e29-8934-cc16c33745c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6538 2024.11.22 05:57:25.149315 [ 257 ] {6a7cc03d-c003-4e29-8934-cc16c33745c4} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6539 2024.11.22 05:57:25.149354 [ 257 ] {6a7cc03d-c003-4e29-8934-cc16c33745c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6540 2024.11.22 05:57:25.149742 [ 257 ] {6a7cc03d-c003-4e29-8934-cc16c33745c4} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6541 2024.11.22 05:57:25.149982 [ 257 ] {6a7cc03d-c003-4e29-8934-cc16c33745c4} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6542 2024.11.22 05:57:25.150195 [ 257 ] {6a7cc03d-c003-4e29-8934-cc16c33745c4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001502 sec., 157789.6138482024 rows/sec., 10.58 MiB/sec.
6543 2024.11.22 05:57:25.150245 [ 257 ] {6a7cc03d-c003-4e29-8934-cc16c33745c4} <Debug> TCPHandler: Processed in 0.001688876 sec.
6544 2024.11.22 05:57:25.150395 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6545 2024.11.22 05:57:25.150503 [ 256 ] {51ba7df3-b39f-4919-a6dd-956ecc5b7564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6546 2024.11.22 05:57:25.150550 [ 256 ] {51ba7df3-b39f-4919-a6dd-956ecc5b7564} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6547 2024.11.22 05:57:25.150976 [ 256 ] {51ba7df3-b39f-4919-a6dd-956ecc5b7564} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6548 2024.11.22 05:57:25.151015 [ 256 ] {51ba7df3-b39f-4919-a6dd-956ecc5b7564} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6549 2024.11.22 05:57:25.151357 [ 256 ] {51ba7df3-b39f-4919-a6dd-956ecc5b7564} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6550 2024.11.22 05:57:25.151588 [ 256 ] {51ba7df3-b39f-4919-a6dd-956ecc5b7564} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6551 2024.11.22 05:57:25.151847 [ 256 ] {51ba7df3-b39f-4919-a6dd-956ecc5b7564} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001359 sec., 735.8351729212657 rows/sec., 49.58 KiB/sec.
6552 2024.11.22 05:57:25.152038 [ 256 ] {51ba7df3-b39f-4919-a6dd-956ecc5b7564} <Debug> TCPHandler: Processed in 0.001692646 sec.
6553 2024.11.22 05:57:25.152217 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6554 2024.11.22 05:57:25.152350 [ 257 ] {a7554799-2c75-4bb3-896a-e9913c3bcf16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6555 2024.11.22 05:57:25.152436 [ 257 ] {a7554799-2c75-4bb3-896a-e9913c3bcf16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6556 2024.11.22 05:57:25.153637 [ 257 ] {a7554799-2c75-4bb3-896a-e9913c3bcf16} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6557 2024.11.22 05:57:25.153676 [ 257 ] {a7554799-2c75-4bb3-896a-e9913c3bcf16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6558 2024.11.22 05:57:25.154294 [ 257 ] {a7554799-2c75-4bb3-896a-e9913c3bcf16} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6559 2024.11.22 05:57:25.154669 [ 257 ] {a7554799-2c75-4bb3-896a-e9913c3bcf16} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6560 2024.11.22 05:57:25.154901 [ 122 ] {} <Debug> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6561 2024.11.22 05:57:25.154981 [ 122 ] {} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6562 2024.11.22 05:57:25.155021 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6563 2024.11.22 05:57:25.155026 [ 257 ] {a7554799-2c75-4bb3-896a-e9913c3bcf16} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.002693 sec., 6683.995544002971 rows/sec., 11.98 MiB/sec.
6564 2024.11.22 05:57:25.155603 [ 190 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
6565 2024.11.22 05:57:25.156008 [ 257 ] {a7554799-2c75-4bb3-896a-e9913c3bcf16} <Debug> TCPHandler: Processed in 0.003850344 sec.
6566 2024.11.22 05:57:25.156337 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6567 2024.11.22 05:57:25.156664 [ 256 ] {0ba2c4b0-8af0-4be3-ad58-0cba6ad9e1e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6568 2024.11.22 05:57:25.156794 [ 256 ] {0ba2c4b0-8af0-4be3-ad58-0cba6ad9e1e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6569 2024.11.22 05:57:25.157062 [ 190 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6570 2024.11.22 05:57:25.157353 [ 190 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 653 rows starting from the beginning of the part
6571 2024.11.22 05:57:25.158210 [ 190 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 18 rows starting from the beginning of the part
6572 2024.11.22 05:57:25.158946 [ 256 ] {0ba2c4b0-8af0-4be3-ad58-0cba6ad9e1e4} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6573 2024.11.22 05:57:25.159032 [ 256 ] {0ba2c4b0-8af0-4be3-ad58-0cba6ad9e1e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6574 2024.11.22 05:57:25.159054 [ 190 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 23 rows starting from the beginning of the part
6575 2024.11.22 05:57:25.160022 [ 190 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 18 rows starting from the beginning of the part
6576 2024.11.22 05:57:25.160103 [ 256 ] {0ba2c4b0-8af0-4be3-ad58-0cba6ad9e1e4} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6577 2024.11.22 05:57:25.160705 [ 190 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 23 rows starting from the beginning of the part
6578 2024.11.22 05:57:25.160794 [ 256 ] {0ba2c4b0-8af0-4be3-ad58-0cba6ad9e1e4} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6579 2024.11.22 05:57:25.161656 [ 190 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 18 rows starting from the beginning of the part
6580 2024.11.22 05:57:25.161861 [ 256 ] {0ba2c4b0-8af0-4be3-ad58-0cba6ad9e1e4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005245 sec., 15633.93708293613 rows/sec., 1016.78 KiB/sec.
6581 2024.11.22 05:57:25.162839 [ 256 ] {0ba2c4b0-8af0-4be3-ad58-0cba6ad9e1e4} <Debug> TCPHandler: Processed in 0.006687851 sec.
6582 2024.11.22 05:57:25.168223 [ 193 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 753 rows, containing 19 columns (19 merged, 0 gathered) in 0.013105516 sec., 57456.72280282593 rows/sec., 102.96 MiB/sec.
6583 2024.11.22 05:57:25.169326 [ 196 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6584 2024.11.22 05:57:25.169752 [ 196 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6585 2024.11.22 05:57:25.169829 [ 196 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6586 2024.11.22 05:57:25.169982 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.58 MiB.
6587 2024.11.22 05:57:25.780089 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227
6588 2024.11.22 05:57:25.802218 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6589 2024.11.22 05:57:25.802286 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6590 2024.11.22 05:57:25.809760 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6591 2024.11.22 05:57:25.810534 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6592 2024.11.22 05:57:25.814129 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227
6593 2024.11.22 05:57:26.000221 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.02 MiB, peak 206.04 MiB, free memory in arenas 0.00 B, will set to 200.05 MiB (RSS), difference: 1.03 MiB
6594 2024.11.22 05:57:29.849290 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 918
6595 2024.11.22 05:57:29.852565 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6596 2024.11.22 05:57:29.852630 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6597 2024.11.22 05:57:29.854159 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6598 2024.11.22 05:57:29.854486 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6599 2024.11.22 05:57:29.855128 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 918
6600 2024.11.22 05:57:30.152134 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6601 2024.11.22 05:57:30.152434 [ 256 ] {c62d7ba3-da37-484d-ab92-fa3d8f77d61f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6602 2024.11.22 05:57:30.152505 [ 256 ] {c62d7ba3-da37-484d-ab92-fa3d8f77d61f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6603 2024.11.22 05:57:30.154045 [ 256 ] {c62d7ba3-da37-484d-ab92-fa3d8f77d61f} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6604 2024.11.22 05:57:30.154091 [ 256 ] {c62d7ba3-da37-484d-ab92-fa3d8f77d61f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6605 2024.11.22 05:57:30.154605 [ 256 ] {c62d7ba3-da37-484d-ab92-fa3d8f77d61f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6606 2024.11.22 05:57:30.154860 [ 256 ] {c62d7ba3-da37-484d-ab92-fa3d8f77d61f} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6607 2024.11.22 05:57:30.155069 [ 256 ] {c62d7ba3-da37-484d-ab92-fa3d8f77d61f} <Debug> executeQuery: Read 1242 rows, 105.38 KiB in 0.002703 sec., 459489.4561598224 rows/sec., 38.07 MiB/sec.
6608 2024.11.22 05:57:30.155136 [ 256 ] {c62d7ba3-da37-484d-ab92-fa3d8f77d61f} <Debug> TCPHandler: Processed in 0.003191057 sec.
6609 2024.11.22 05:57:30.155320 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6610 2024.11.22 05:57:30.155445 [ 257 ] {0e297aaf-c6c8-4b36-a772-ba381dbe164b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6611 2024.11.22 05:57:30.155496 [ 257 ] {0e297aaf-c6c8-4b36-a772-ba381dbe164b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6612 2024.11.22 05:57:30.156060 [ 257 ] {0e297aaf-c6c8-4b36-a772-ba381dbe164b} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6613 2024.11.22 05:57:30.156098 [ 257 ] {0e297aaf-c6c8-4b36-a772-ba381dbe164b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6614 2024.11.22 05:57:30.156472 [ 257 ] {0e297aaf-c6c8-4b36-a772-ba381dbe164b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6615 2024.11.22 05:57:30.156716 [ 257 ] {0e297aaf-c6c8-4b36-a772-ba381dbe164b} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6616 2024.11.22 05:57:30.156899 [ 257 ] {0e297aaf-c6c8-4b36-a772-ba381dbe164b} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001481 sec., 15530.047265361243 rows/sec., 1.14 MiB/sec.
6617 2024.11.22 05:57:30.156953 [ 257 ] {0e297aaf-c6c8-4b36-a772-ba381dbe164b} <Debug> TCPHandler: Processed in 0.001702636 sec.
6618 2024.11.22 05:57:30.157099 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6619 2024.11.22 05:57:30.157208 [ 256 ] {37ed1968-e012-4c55-8acd-d6d423e2aaf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6620 2024.11.22 05:57:30.157254 [ 256 ] {37ed1968-e012-4c55-8acd-d6d423e2aaf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6621 2024.11.22 05:57:30.157987 [ 256 ] {37ed1968-e012-4c55-8acd-d6d423e2aaf8} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6622 2024.11.22 05:57:30.158032 [ 256 ] {37ed1968-e012-4c55-8acd-d6d423e2aaf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6623 2024.11.22 05:57:30.158438 [ 256 ] {37ed1968-e012-4c55-8acd-d6d423e2aaf8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
6624 2024.11.22 05:57:30.158676 [ 256 ] {37ed1968-e012-4c55-8acd-d6d423e2aaf8} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6625 2024.11.22 05:57:30.158853 [ 256 ] {37ed1968-e012-4c55-8acd-d6d423e2aaf8} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001668 sec., 136690.64748201438 rows/sec., 9.26 MiB/sec.
6626 2024.11.22 05:57:30.158903 [ 256 ] {37ed1968-e012-4c55-8acd-d6d423e2aaf8} <Debug> TCPHandler: Processed in 0.00185783 sec.
6627 2024.11.22 05:57:30.159050 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6628 2024.11.22 05:57:30.159156 [ 257 ] {192be3fe-53de-48a5-9c76-0e68c6d318de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6629 2024.11.22 05:57:30.159202 [ 257 ] {192be3fe-53de-48a5-9c76-0e68c6d318de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6630 2024.11.22 05:57:30.159942 [ 257 ] {192be3fe-53de-48a5-9c76-0e68c6d318de} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6631 2024.11.22 05:57:30.159980 [ 257 ] {192be3fe-53de-48a5-9c76-0e68c6d318de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6632 2024.11.22 05:57:30.160361 [ 257 ] {192be3fe-53de-48a5-9c76-0e68c6d318de} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6633 2024.11.22 05:57:30.160605 [ 257 ] {192be3fe-53de-48a5-9c76-0e68c6d318de} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6634 2024.11.22 05:57:30.160805 [ 257 ] {192be3fe-53de-48a5-9c76-0e68c6d318de} <Debug> executeQuery: Read 543 rows, 41.25 KiB in 0.001667 sec., 325734.8530293941 rows/sec., 24.16 MiB/sec.
6635 2024.11.22 05:57:30.160906 [ 257 ] {192be3fe-53de-48a5-9c76-0e68c6d318de} <Debug> TCPHandler: Processed in 0.001907272 sec.
6636 2024.11.22 05:57:30.161114 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6637 2024.11.22 05:57:30.161361 [ 256 ] {056990da-a0a3-4503-b8ab-fbe7aa8800cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6638 2024.11.22 05:57:30.161414 [ 256 ] {056990da-a0a3-4503-b8ab-fbe7aa8800cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6639 2024.11.22 05:57:30.162126 [ 256 ] {056990da-a0a3-4503-b8ab-fbe7aa8800cf} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6640 2024.11.22 05:57:30.162164 [ 256 ] {056990da-a0a3-4503-b8ab-fbe7aa8800cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6641 2024.11.22 05:57:30.162596 [ 256 ] {056990da-a0a3-4503-b8ab-fbe7aa8800cf} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6642 2024.11.22 05:57:30.162842 [ 256 ] {056990da-a0a3-4503-b8ab-fbe7aa8800cf} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6643 2024.11.22 05:57:30.163053 [ 256 ] {056990da-a0a3-4503-b8ab-fbe7aa8800cf} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.001728 sec., 509259.25925925927 rows/sec., 34.26 MiB/sec.
6644 2024.11.22 05:57:30.163135 [ 256 ] {056990da-a0a3-4503-b8ab-fbe7aa8800cf} <Debug> TCPHandler: Processed in 0.002135868 sec.
6645 2024.11.22 05:57:30.163369 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6646 2024.11.22 05:57:30.163510 [ 257 ] {131ada9d-21cf-4b5e-a850-c571da3dad8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6647 2024.11.22 05:57:30.163594 [ 257 ] {131ada9d-21cf-4b5e-a850-c571da3dad8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6648 2024.11.22 05:57:30.164842 [ 257 ] {131ada9d-21cf-4b5e-a850-c571da3dad8e} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6649 2024.11.22 05:57:30.164880 [ 257 ] {131ada9d-21cf-4b5e-a850-c571da3dad8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6650 2024.11.22 05:57:30.165508 [ 257 ] {131ada9d-21cf-4b5e-a850-c571da3dad8e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6651 2024.11.22 05:57:30.165766 [ 257 ] {131ada9d-21cf-4b5e-a850-c571da3dad8e} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6652 2024.11.22 05:57:30.166020 [ 257 ] {131ada9d-21cf-4b5e-a850-c571da3dad8e} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002536 sec., 9069.400630914826 rows/sec., 16.25 MiB/sec.
6653 2024.11.22 05:57:30.166518 [ 257 ] {131ada9d-21cf-4b5e-a850-c571da3dad8e} <Debug> TCPHandler: Processed in 0.003267449 sec.
6654 2024.11.22 05:57:30.166721 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6655 2024.11.22 05:57:30.166856 [ 256 ] {ea5a2b9b-299c-421a-9ea5-537a0417a98e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6656 2024.11.22 05:57:30.166912 [ 256 ] {ea5a2b9b-299c-421a-9ea5-537a0417a98e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6657 2024.11.22 05:57:30.167451 [ 256 ] {ea5a2b9b-299c-421a-9ea5-537a0417a98e} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6658 2024.11.22 05:57:30.167488 [ 256 ] {ea5a2b9b-299c-421a-9ea5-537a0417a98e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6659 2024.11.22 05:57:30.167841 [ 256 ] {ea5a2b9b-299c-421a-9ea5-537a0417a98e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6660 2024.11.22 05:57:30.168077 [ 256 ] {ea5a2b9b-299c-421a-9ea5-537a0417a98e} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6661 2024.11.22 05:57:30.168257 [ 256 ] {ea5a2b9b-299c-421a-9ea5-537a0417a98e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001432 sec., 41899.44134078213 rows/sec., 2.82 MiB/sec.
6662 2024.11.22 05:57:30.168309 [ 256 ] {ea5a2b9b-299c-421a-9ea5-537a0417a98e} <Debug> TCPHandler: Processed in 0.001688946 sec.
6663 2024.11.22 05:57:32.286856 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274
6664 2024.11.22 05:57:32.287780 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6665 2024.11.22 05:57:32.287831 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6666 2024.11.22 05:57:32.288419 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6667 2024.11.22 05:57:32.288698 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6668 2024.11.22 05:57:32.288937 [ 114 ] {} <Debug> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6669 2024.11.22 05:57:32.288986 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274
6670 2024.11.22 05:57:32.289054 [ 114 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6671 2024.11.22 05:57:32.289101 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6672 2024.11.22 05:57:32.289336 [ 198 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::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
6673 2024.11.22 05:57:32.289826 [ 198 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6674 2024.11.22 05:57:32.289937 [ 198 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 11956 rows starting from the beginning of the part
6675 2024.11.22 05:57:32.290037 [ 198 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 488 rows starting from the beginning of the part
6676 2024.11.22 05:57:32.290253 [ 198 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 427 rows starting from the beginning of the part
6677 2024.11.22 05:57:32.290601 [ 198 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 488 rows starting from the beginning of the part
6678 2024.11.22 05:57:32.290755 [ 198 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 427 rows starting from the beginning of the part
6679 2024.11.22 05:57:32.290946 [ 198 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 488 rows starting from the beginning of the part
6680 2024.11.22 05:57:32.293369 [ 193 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.004182023 sec., 3413180.6544344686 rows/sec., 48.83 MiB/sec.
6681 2024.11.22 05:57:32.293850 [ 189 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6682 2024.11.22 05:57:32.294242 [ 189 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_31_6} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6683 2024.11.22 05:57:32.294351 [ 189 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_31_6} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6684 2024.11.22 05:57:32.294477 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB.
6685 2024.11.22 05:57:33.314188 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234
6686 2024.11.22 05:57:33.337852 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6687 2024.11.22 05:57:33.337926 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6688 2024.11.22 05:57:33.345799 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6689 2024.11.22 05:57:33.346661 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6690 2024.11.22 05:57:33.347074 [ 112 ] {} <Debug> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6691 2024.11.22 05:57:33.347219 [ 112 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6692 2024.11.22 05:57:33.347300 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6693 2024.11.22 05:57:33.347601 [ 193 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::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
6694 2024.11.22 05:57:33.357142 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234
6695 2024.11.22 05:57:33.358311 [ 193 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6696 2024.11.22 05:57:33.359244 [ 193 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part
6697 2024.11.22 05:57:33.363642 [ 193 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part
6698 2024.11.22 05:57:33.368122 [ 193 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part
6699 2024.11.22 05:57:33.372963 [ 193 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 7 rows starting from the beginning of the part
6700 2024.11.22 05:57:33.378157 [ 193 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 8 rows starting from the beginning of the part
6701 2024.11.22 05:57:33.382466 [ 193 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 7 rows starting from the beginning of the part
6702 2024.11.22 05:57:33.439390 [ 192 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.091945737 sec., 2544.979328405405 rows/sec., 13.16 MiB/sec.
6703 2024.11.22 05:57:33.442684 [ 192 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6704 2024.11.22 05:57:33.445890 [ 192 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_31_6} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6705 2024.11.22 05:57:33.446032 [ 192 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_31_6} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6706 2024.11.22 05:57:33.448707 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
6707 2024.11.22 05:57:34.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.56 MiB, peak 212.14 MiB, free memory in arenas 0.00 B, will set to 202.78 MiB (RSS), difference: 1.22 MiB
6708 2024.11.22 05:57:35.125598 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6709 2024.11.22 05:57:35.125836 [ 256 ] {6e50a2f5-2aa1-4860-bbeb-1021f91fde67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6710 2024.11.22 05:57:35.125921 [ 256 ] {6e50a2f5-2aa1-4860-bbeb-1021f91fde67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6711 2024.11.22 05:57:35.126761 [ 256 ] {6e50a2f5-2aa1-4860-bbeb-1021f91fde67} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6712 2024.11.22 05:57:35.126816 [ 256 ] {6e50a2f5-2aa1-4860-bbeb-1021f91fde67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6713 2024.11.22 05:57:35.127265 [ 256 ] {6e50a2f5-2aa1-4860-bbeb-1021f91fde67} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6714 2024.11.22 05:57:35.127521 [ 256 ] {6e50a2f5-2aa1-4860-bbeb-1021f91fde67} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6715 2024.11.22 05:57:35.127725 [ 108 ] {} <Debug> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
6716 2024.11.22 05:57:35.127796 [ 256 ] {6e50a2f5-2aa1-4860-bbeb-1021f91fde67} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002009 sec., 6968.641114982579 rows/sec., 501.65 KiB/sec.
6717 2024.11.22 05:57:35.127808 [ 108 ] {} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6718 2024.11.22 05:57:35.127876 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6719 2024.11.22 05:57:35.127937 [ 256 ] {6e50a2f5-2aa1-4860-bbeb-1021f91fde67} <Debug> TCPHandler: Processed in 0.002479608 sec.
6720 2024.11.22 05:57:35.128251 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6721 2024.11.22 05:57:35.128337 [ 189 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full
6722 2024.11.22 05:57:35.128635 [ 257 ] {8b2b5ec2-7f38-408a-a89a-3b433981e292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6723 2024.11.22 05:57:35.128709 [ 189 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6724 2024.11.22 05:57:35.128734 [ 257 ] {8b2b5ec2-7f38-408a-a89a-3b433981e292} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6725 2024.11.22 05:57:35.128783 [ 189 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 14 rows starting from the beginning of the part
6726 2024.11.22 05:57:35.129085 [ 189 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part
6727 2024.11.22 05:57:35.129507 [ 189 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part
6728 2024.11.22 05:57:35.129924 [ 189 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part
6729 2024.11.22 05:57:35.130318 [ 189 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part
6730 2024.11.22 05:57:35.131393 [ 257 ] {8b2b5ec2-7f38-408a-a89a-3b433981e292} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6731 2024.11.22 05:57:35.131470 [ 257 ] {8b2b5ec2-7f38-408a-a89a-3b433981e292} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6732 2024.11.22 05:57:35.132559 [ 257 ] {8b2b5ec2-7f38-408a-a89a-3b433981e292} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6733 2024.11.22 05:57:35.132984 [ 186 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004988046 sec., 14033.551414722317 rows/sec., 1.04 MiB/sec.
6734 2024.11.22 05:57:35.133064 [ 257 ] {8b2b5ec2-7f38-408a-a89a-3b433981e292} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6735 2024.11.22 05:57:35.133288 [ 186 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
6736 2024.11.22 05:57:35.133524 [ 257 ] {8b2b5ec2-7f38-408a-a89a-3b433981e292} <Debug> executeQuery: Read 239 rows, 21.37 KiB in 0.004999 sec., 47809.56191238248 rows/sec., 4.18 MiB/sec.
6737 2024.11.22 05:57:35.133668 [ 257 ] {8b2b5ec2-7f38-408a-a89a-3b433981e292} <Debug> TCPHandler: Processed in 0.005579031 sec.
6738 2024.11.22 05:57:35.133902 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6739 2024.11.22 05:57:35.133940 [ 186 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_21_5} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6740 2024.11.22 05:57:35.134109 [ 186 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_21_5} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
6741 2024.11.22 05:57:35.134125 [ 256 ] {dc9a0776-372c-484e-9cb8-1adf1ed0c0d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6742 2024.11.22 05:57:35.134248 [ 256 ] {dc9a0776-372c-484e-9cb8-1adf1ed0c0d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6743 2024.11.22 05:57:35.134291 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6744 2024.11.22 05:57:35.134931 [ 256 ] {dc9a0776-372c-484e-9cb8-1adf1ed0c0d3} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6745 2024.11.22 05:57:35.134977 [ 256 ] {dc9a0776-372c-484e-9cb8-1adf1ed0c0d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6746 2024.11.22 05:57:35.135388 [ 256 ] {dc9a0776-372c-484e-9cb8-1adf1ed0c0d3} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6747 2024.11.22 05:57:35.135670 [ 256 ] {dc9a0776-372c-484e-9cb8-1adf1ed0c0d3} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6748 2024.11.22 05:57:35.135892 [ 256 ] {dc9a0776-372c-484e-9cb8-1adf1ed0c0d3} <Debug> executeQuery: Read 25 rows, 1.81 KiB in 0.001833 sec., 13638.843426077468 rows/sec., 987.22 KiB/sec.
6749 2024.11.22 05:57:35.135947 [ 256 ] {dc9a0776-372c-484e-9cb8-1adf1ed0c0d3} <Debug> TCPHandler: Processed in 0.002131078 sec.
6750 2024.11.22 05:57:35.136094 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6751 2024.11.22 05:57:35.136201 [ 257 ] {f130c840-5759-47a9-9d13-62c80d7c38e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6752 2024.11.22 05:57:35.136246 [ 257 ] {f130c840-5759-47a9-9d13-62c80d7c38e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6753 2024.11.22 05:57:35.136783 [ 257 ] {f130c840-5759-47a9-9d13-62c80d7c38e0} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6754 2024.11.22 05:57:35.136823 [ 257 ] {f130c840-5759-47a9-9d13-62c80d7c38e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6755 2024.11.22 05:57:35.137173 [ 257 ] {f130c840-5759-47a9-9d13-62c80d7c38e0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6756 2024.11.22 05:57:35.137413 [ 257 ] {f130c840-5759-47a9-9d13-62c80d7c38e0} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6757 2024.11.22 05:57:35.137639 [ 257 ] {f130c840-5759-47a9-9d13-62c80d7c38e0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001461 sec., 9582.477754962354 rows/sec., 671.09 KiB/sec.
6758 2024.11.22 05:57:35.137692 [ 257 ] {f130c840-5759-47a9-9d13-62c80d7c38e0} <Debug> TCPHandler: Processed in 0.001650485 sec.
6759 2024.11.22 05:57:35.137845 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6760 2024.11.22 05:57:35.137975 [ 256 ] {13f522b4-b2a6-4655-968d-95741b10f77d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6761 2024.11.22 05:57:35.138030 [ 256 ] {13f522b4-b2a6-4655-968d-95741b10f77d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6762 2024.11.22 05:57:35.138646 [ 256 ] {13f522b4-b2a6-4655-968d-95741b10f77d} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6763 2024.11.22 05:57:35.138687 [ 256 ] {13f522b4-b2a6-4655-968d-95741b10f77d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6764 2024.11.22 05:57:35.139031 [ 256 ] {13f522b4-b2a6-4655-968d-95741b10f77d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6765 2024.11.22 05:57:35.139276 [ 256 ] {13f522b4-b2a6-4655-968d-95741b10f77d} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6766 2024.11.22 05:57:35.139432 [ 110 ] {} <Debug> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
6767 2024.11.22 05:57:35.139507 [ 110 ] {} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6768 2024.11.22 05:57:35.139516 [ 256 ] {13f522b4-b2a6-4655-968d-95741b10f77d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00156 sec., 8333.333333333334 rows/sec., 519.58 KiB/sec.
6769 2024.11.22 05:57:35.139542 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6770 2024.11.22 05:57:35.139654 [ 256 ] {13f522b4-b2a6-4655-968d-95741b10f77d} <Debug> TCPHandler: Processed in 0.001863871 sec.
6771 2024.11.22 05:57:35.139742 [ 201 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full
6772 2024.11.22 05:57:35.139849 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6773 2024.11.22 05:57:35.139912 [ 201 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6774 2024.11.22 05:57:35.139968 [ 201 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 13 rows starting from the beginning of the part
6775 2024.11.22 05:57:35.140087 [ 257 ] {626b8df2-a1bc-44de-b376-98faac21629c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6776 2024.11.22 05:57:35.140287 [ 201 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 13 rows starting from the beginning of the part
6777 2024.11.22 05:57:35.140287 [ 257 ] {626b8df2-a1bc-44de-b376-98faac21629c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6778 2024.11.22 05:57:35.140677 [ 201 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 13 rows starting from the beginning of the part
6779 2024.11.22 05:57:35.141004 [ 201 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 13 rows starting from the beginning of the part
6780 2024.11.22 05:57:35.141356 [ 201 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 13 rows starting from the beginning of the part
6781 2024.11.22 05:57:35.143151 [ 257 ] {626b8df2-a1bc-44de-b376-98faac21629c} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6782 2024.11.22 05:57:35.143229 [ 257 ] {626b8df2-a1bc-44de-b376-98faac21629c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6783 2024.11.22 05:57:35.143952 [ 201 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004292517 sec., 15142.630768847275 rows/sec., 1003.29 KiB/sec.
6784 2024.11.22 05:57:35.144182 [ 201 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
6785 2024.11.22 05:57:35.144245 [ 257 ] {626b8df2-a1bc-44de-b376-98faac21629c} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6786 2024.11.22 05:57:35.144712 [ 201 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_21_5} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6787 2024.11.22 05:57:35.144726 [ 257 ] {626b8df2-a1bc-44de-b376-98faac21629c} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6788 2024.11.22 05:57:35.144877 [ 201 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_21_5} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
6789 2024.11.22 05:57:35.145139 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
6790 2024.11.22 05:57:35.145284 [ 257 ] {626b8df2-a1bc-44de-b376-98faac21629c} <Debug> executeQuery: Read 400 rows, 29.12 KiB in 0.005267 sec., 75944.56047085628 rows/sec., 5.40 MiB/sec.
6791 2024.11.22 05:57:35.145535 [ 257 ] {626b8df2-a1bc-44de-b376-98faac21629c} <Debug> TCPHandler: Processed in 0.005771137 sec.
6792 2024.11.22 05:57:35.145758 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6793 2024.11.22 05:57:35.145892 [ 256 ] {07a27f1d-b84f-4709-8f7b-b30a366df063} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6794 2024.11.22 05:57:35.145949 [ 256 ] {07a27f1d-b84f-4709-8f7b-b30a366df063} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6795 2024.11.22 05:57:35.146523 [ 256 ] {07a27f1d-b84f-4709-8f7b-b30a366df063} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6796 2024.11.22 05:57:35.146563 [ 256 ] {07a27f1d-b84f-4709-8f7b-b30a366df063} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6797 2024.11.22 05:57:35.146928 [ 256 ] {07a27f1d-b84f-4709-8f7b-b30a366df063} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6798 2024.11.22 05:57:35.147173 [ 256 ] {07a27f1d-b84f-4709-8f7b-b30a366df063} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6799 2024.11.22 05:57:35.147354 [ 110 ] {} <Debug> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
6800 2024.11.22 05:57:35.147423 [ 256 ] {07a27f1d-b84f-4709-8f7b-b30a366df063} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001554 sec., 3861.003861003861 rows/sec., 201.72 KiB/sec.
6801 2024.11.22 05:57:35.147432 [ 110 ] {} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6802 2024.11.22 05:57:35.147520 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6803 2024.11.22 05:57:35.147542 [ 256 ] {07a27f1d-b84f-4709-8f7b-b30a366df063} <Debug> TCPHandler: Processed in 0.001886311 sec.
6804 2024.11.22 05:57:35.147799 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6805 2024.11.22 05:57:35.147854 [ 187 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::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
6806 2024.11.22 05:57:35.148013 [ 257 ] {8e8da961-f4fa-4427-8841-95d9a8a5f681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6807 2024.11.22 05:57:35.148148 [ 257 ] {8e8da961-f4fa-4427-8841-95d9a8a5f681} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6808 2024.11.22 05:57:35.148172 [ 187 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6809 2024.11.22 05:57:35.148276 [ 187 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part
6810 2024.11.22 05:57:35.148669 [ 187 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part
6811 2024.11.22 05:57:35.148997 [ 187 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part
6812 2024.11.22 05:57:35.149292 [ 187 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part
6813 2024.11.22 05:57:35.149618 [ 187 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part
6814 2024.11.22 05:57:35.149856 [ 187 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part
6815 2024.11.22 05:57:35.150734 [ 257 ] {8e8da961-f4fa-4427-8841-95d9a8a5f681} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6816 2024.11.22 05:57:35.150803 [ 257 ] {8e8da961-f4fa-4427-8841-95d9a8a5f681} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6817 2024.11.22 05:57:35.151807 [ 257 ] {8e8da961-f4fa-4427-8841-95d9a8a5f681} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6818 2024.11.22 05:57:35.152442 [ 257 ] {8e8da961-f4fa-4427-8841-95d9a8a5f681} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6819 2024.11.22 05:57:35.152557 [ 187 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.004873792 sec., 25852.55997793915 rows/sec., 1.32 MiB/sec.
6820 2024.11.22 05:57:35.152830 [ 187 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
6821 2024.11.22 05:57:35.152920 [ 257 ] {8e8da961-f4fa-4427-8841-95d9a8a5f681} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004969 sec., 47695.713423223984 rows/sec., 3.20 MiB/sec.
6822 2024.11.22 05:57:35.153053 [ 257 ] {8e8da961-f4fa-4427-8841-95d9a8a5f681} <Debug> TCPHandler: Processed in 0.005395607 sec.
6823 2024.11.22 05:57:35.153276 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6824 2024.11.22 05:57:35.153315 [ 187 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_21_4} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6825 2024.11.22 05:57:35.153462 [ 187 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_21_4} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
6826 2024.11.22 05:57:35.153500 [ 256 ] {2c58234f-32dc-4cdb-b8d7-aae31758a5e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6827 2024.11.22 05:57:35.153611 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
6828 2024.11.22 05:57:35.153621 [ 256 ] {2c58234f-32dc-4cdb-b8d7-aae31758a5e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6829 2024.11.22 05:57:35.154100 [ 256 ] {2c58234f-32dc-4cdb-b8d7-aae31758a5e8} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6830 2024.11.22 05:57:35.154139 [ 256 ] {2c58234f-32dc-4cdb-b8d7-aae31758a5e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6831 2024.11.22 05:57:35.154493 [ 256 ] {2c58234f-32dc-4cdb-b8d7-aae31758a5e8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6832 2024.11.22 05:57:35.154730 [ 256 ] {2c58234f-32dc-4cdb-b8d7-aae31758a5e8} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6833 2024.11.22 05:57:35.154984 [ 256 ] {2c58234f-32dc-4cdb-b8d7-aae31758a5e8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001549 sec., 645.5777921239509 rows/sec., 43.50 KiB/sec.
6834 2024.11.22 05:57:35.155172 [ 256 ] {2c58234f-32dc-4cdb-b8d7-aae31758a5e8} <Debug> TCPHandler: Processed in 0.001968873 sec.
6835 2024.11.22 05:57:35.155337 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6836 2024.11.22 05:57:35.155447 [ 257 ] {31b26d88-f7cd-49f3-bbc5-362d3c26c799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6837 2024.11.22 05:57:35.155526 [ 257 ] {31b26d88-f7cd-49f3-bbc5-362d3c26c799} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6838 2024.11.22 05:57:35.156792 [ 257 ] {31b26d88-f7cd-49f3-bbc5-362d3c26c799} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6839 2024.11.22 05:57:35.156832 [ 257 ] {31b26d88-f7cd-49f3-bbc5-362d3c26c799} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6840 2024.11.22 05:57:35.157455 [ 257 ] {31b26d88-f7cd-49f3-bbc5-362d3c26c799} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6841 2024.11.22 05:57:35.157716 [ 257 ] {31b26d88-f7cd-49f3-bbc5-362d3c26c799} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6842 2024.11.22 05:57:35.157963 [ 257 ] {31b26d88-f7cd-49f3-bbc5-362d3c26c799} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.002539 sec., 7089.405277668373 rows/sec., 12.70 MiB/sec.
6843 2024.11.22 05:57:35.158069 [ 257 ] {31b26d88-f7cd-49f3-bbc5-362d3c26c799} <Debug> TCPHandler: Processed in 0.002791896 sec.
6844 2024.11.22 05:57:35.158223 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6845 2024.11.22 05:57:35.158353 [ 256 ] {2e0ff96a-9a79-4db0-8370-e95b30165f48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6846 2024.11.22 05:57:35.158409 [ 256 ] {2e0ff96a-9a79-4db0-8370-e95b30165f48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6847 2024.11.22 05:57:35.158878 [ 256 ] {2e0ff96a-9a79-4db0-8370-e95b30165f48} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6848 2024.11.22 05:57:35.158917 [ 256 ] {2e0ff96a-9a79-4db0-8370-e95b30165f48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6849 2024.11.22 05:57:35.159281 [ 256 ] {2e0ff96a-9a79-4db0-8370-e95b30165f48} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6850 2024.11.22 05:57:35.159518 [ 256 ] {2e0ff96a-9a79-4db0-8370-e95b30165f48} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6851 2024.11.22 05:57:35.159734 [ 256 ] {2e0ff96a-9a79-4db0-8370-e95b30165f48} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001409 sec., 58197.30305180979 rows/sec., 3.70 MiB/sec.
6852 2024.11.22 05:57:35.159785 [ 256 ] {2e0ff96a-9a79-4db0-8370-e95b30165f48} <Debug> TCPHandler: Processed in 0.001626524 sec.
6853 2024.11.22 05:57:38.390403 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33525, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6854 2024.11.22 05:57:38.586988 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53346, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6855 2024.11.22 05:57:38.634513 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64164, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6856 2024.11.22 05:57:38.713118 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41075, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6857 2024.11.22 05:57:38.754535 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60830, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6858 2024.11.22 05:57:38.789835 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51122, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6859 2024.11.22 05:57:38.800152 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58009, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6860 2024.11.22 05:57:38.812519 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34200, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
6861 2024.11.22 05:57:39.665413 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache
6862 2024.11.22 05:57:39.665476 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache
6863 2024.11.22 05:57:39.789140 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701
6864 2024.11.22 05:57:39.789850 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6865 2024.11.22 05:57:39.789912 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6866 2024.11.22 05:57:39.790487 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6867 2024.11.22 05:57:39.790756 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6868 2024.11.22 05:57:39.790998 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701
6869 2024.11.22 05:57:39.855349 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 954
6870 2024.11.22 05:57:39.858687 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6871 2024.11.22 05:57:39.858737 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6872 2024.11.22 05:57:39.860195 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6873 2024.11.22 05:57:39.860502 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6874 2024.11.22 05:57:39.861885 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 954
6875 2024.11.22 05:57:40.001567 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001024738 sec.
6876 2024.11.22 05:57:40.121763 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6877 2024.11.22 05:57:40.121975 [ 256 ] {0b82ac8d-aa6c-4658-8837-427abb6a5542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6878 2024.11.22 05:57:40.122057 [ 256 ] {0b82ac8d-aa6c-4658-8837-427abb6a5542} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6879 2024.11.22 05:57:40.122939 [ 256 ] {0b82ac8d-aa6c-4658-8837-427abb6a5542} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6880 2024.11.22 05:57:40.122989 [ 256 ] {0b82ac8d-aa6c-4658-8837-427abb6a5542} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6881 2024.11.22 05:57:40.123448 [ 256 ] {0b82ac8d-aa6c-4658-8837-427abb6a5542} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6882 2024.11.22 05:57:40.123707 [ 256 ] {0b82ac8d-aa6c-4658-8837-427abb6a5542} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6883 2024.11.22 05:57:40.123904 [ 102 ] {} <Debug> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6884 2024.11.22 05:57:40.123976 [ 256 ] {0b82ac8d-aa6c-4658-8837-427abb6a5542} <Debug> executeQuery: Read 102 rows, 8.82 KiB in 0.002051 sec., 49731.838127742565 rows/sec., 4.20 MiB/sec.
6885 2024.11.22 05:57:40.123983 [ 102 ] {} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6886 2024.11.22 05:57:40.124063 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6887 2024.11.22 05:57:40.124119 [ 256 ] {0b82ac8d-aa6c-4658-8837-427abb6a5542} <Debug> TCPHandler: Processed in 0.002489658 sec.
6888 2024.11.22 05:57:40.124341 [ 194 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
6889 2024.11.22 05:57:40.124362 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6890 2024.11.22 05:57:40.124594 [ 194 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6891 2024.11.22 05:57:40.124628 [ 257 ] {0e8297a9-3af3-48f9-8a2f-e23b119af423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6892 2024.11.22 05:57:40.124664 [ 194 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1436 rows starting from the beginning of the part
6893 2024.11.22 05:57:40.124736 [ 257 ] {0e8297a9-3af3-48f9-8a2f-e23b119af423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6894 2024.11.22 05:57:40.124946 [ 194 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 102 rows starting from the beginning of the part
6895 2024.11.22 05:57:40.125320 [ 194 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 239 rows starting from the beginning of the part
6896 2024.11.22 05:57:40.125591 [ 194 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1242 rows starting from the beginning of the part
6897 2024.11.22 05:57:40.125912 [ 194 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 239 rows starting from the beginning of the part
6898 2024.11.22 05:57:40.126309 [ 194 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 102 rows starting from the beginning of the part
6899 2024.11.22 05:57:40.127737 [ 257 ] {0e8297a9-3af3-48f9-8a2f-e23b119af423} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6900 2024.11.22 05:57:40.127817 [ 257 ] {0e8297a9-3af3-48f9-8a2f-e23b119af423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6901 2024.11.22 05:57:40.128918 [ 257 ] {0e8297a9-3af3-48f9-8a2f-e23b119af423} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6902 2024.11.22 05:57:40.129273 [ 257 ] {0e8297a9-3af3-48f9-8a2f-e23b119af423} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6903 2024.11.22 05:57:40.129609 [ 257 ] {0e8297a9-3af3-48f9-8a2f-e23b119af423} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.00503 sec., 4572.564612326044 rows/sec., 343.84 KiB/sec.
6904 2024.11.22 05:57:40.130002 [ 257 ] {0e8297a9-3af3-48f9-8a2f-e23b119af423} <Debug> TCPHandler: Processed in 0.005729995 sec.
6905 2024.11.22 05:57:40.130417 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6906 2024.11.22 05:57:40.130693 [ 194 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3360 rows, containing 5 columns (5 merged, 0 gathered) in 0.006517577 sec., 515529.00717551936 rows/sec., 45.26 MiB/sec.
6907 2024.11.22 05:57:40.130851 [ 256 ] {f6ac96c1-8b1f-4466-b4a9-1a4496edd8e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6908 2024.11.22 05:57:40.130966 [ 256 ] {f6ac96c1-8b1f-4466-b4a9-1a4496edd8e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6909 2024.11.22 05:57:40.131026 [ 194 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6910 2024.11.22 05:57:40.131714 [ 194 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_46_9} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6911 2024.11.22 05:57:40.131812 [ 194 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_46_9} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6912 2024.11.22 05:57:40.131986 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
6913 2024.11.22 05:57:40.132197 [ 256 ] {f6ac96c1-8b1f-4466-b4a9-1a4496edd8e4} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6914 2024.11.22 05:57:40.132241 [ 256 ] {f6ac96c1-8b1f-4466-b4a9-1a4496edd8e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6915 2024.11.22 05:57:40.132613 [ 256 ] {f6ac96c1-8b1f-4466-b4a9-1a4496edd8e4} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6916 2024.11.22 05:57:40.132854 [ 256 ] {f6ac96c1-8b1f-4466-b4a9-1a4496edd8e4} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6917 2024.11.22 05:57:40.133032 [ 102 ] {} <Debug> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6918 2024.11.22 05:57:40.133089 [ 102 ] {} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6919 2024.11.22 05:57:40.133106 [ 256 ] {f6ac96c1-8b1f-4466-b4a9-1a4496edd8e4} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.002396 sec., 36310.51752921536 rows/sec., 2.84 MiB/sec.
6920 2024.11.22 05:57:40.133127 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6921 2024.11.22 05:57:40.133283 [ 256 ] {f6ac96c1-8b1f-4466-b4a9-1a4496edd8e4} <Debug> TCPHandler: Processed in 0.003121305 sec.
6922 2024.11.22 05:57:40.133374 [ 197 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
6923 2024.11.22 05:57:40.133525 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6924 2024.11.22 05:57:40.133593 [ 197 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6925 2024.11.22 05:57:40.133653 [ 197 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 915 rows starting from the beginning of the part
6926 2024.11.22 05:57:40.133823 [ 257 ] {540a89e6-440a-4d23-8696-73f1e538b602} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6927 2024.11.22 05:57:40.133928 [ 197 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 87 rows starting from the beginning of the part
6928 2024.11.22 05:57:40.134027 [ 257 ] {540a89e6-440a-4d23-8696-73f1e538b602} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6929 2024.11.22 05:57:40.134229 [ 197 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 400 rows starting from the beginning of the part
6930 2024.11.22 05:57:40.134590 [ 197 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 543 rows starting from the beginning of the part
6931 2024.11.22 05:57:40.134936 [ 197 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 400 rows starting from the beginning of the part
6932 2024.11.22 05:57:40.135334 [ 197 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 87 rows starting from the beginning of the part
6933 2024.11.22 05:57:40.136642 [ 257 ] {540a89e6-440a-4d23-8696-73f1e538b602} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6934 2024.11.22 05:57:40.136704 [ 257 ] {540a89e6-440a-4d23-8696-73f1e538b602} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6935 2024.11.22 05:57:40.137740 [ 257 ] {540a89e6-440a-4d23-8696-73f1e538b602} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6936 2024.11.22 05:57:40.138092 [ 257 ] {540a89e6-440a-4d23-8696-73f1e538b602} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6937 2024.11.22 05:57:40.138331 [ 102 ] {} <Debug> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6938 2024.11.22 05:57:40.138429 [ 102 ] {} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6939 2024.11.22 05:57:40.138530 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6940 2024.11.22 05:57:40.138676 [ 257 ] {540a89e6-440a-4d23-8696-73f1e538b602} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00491 sec., 32586.558044806516 rows/sec., 2.27 MiB/sec.
6941 2024.11.22 05:57:40.139124 [ 257 ] {540a89e6-440a-4d23-8696-73f1e538b602} <Debug> TCPHandler: Processed in 0.005690414 sec.
6942 2024.11.22 05:57:40.139236 [ 197 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2432 rows, containing 5 columns (5 merged, 0 gathered) in 0.005968112 sec., 407499.0549775205 rows/sec., 31.27 MiB/sec.
6943 2024.11.22 05:57:40.139386 [ 191 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
6944 2024.11.22 05:57:40.139411 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6945 2024.11.22 05:57:40.139604 [ 190 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6946 2024.11.22 05:57:40.139912 [ 191 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6947 2024.11.22 05:57:40.139920 [ 256 ] {cc2025e4-a4be-438a-bb75-30be1862ed08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6948 2024.11.22 05:57:40.140014 [ 191 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12982 rows starting from the beginning of the part
6949 2024.11.22 05:57:40.140430 [ 191 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part
6950 2024.11.22 05:57:40.140451 [ 256 ] {cc2025e4-a4be-438a-bb75-30be1862ed08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6951 2024.11.22 05:57:40.140770 [ 199 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_46_9} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6952 2024.11.22 05:57:40.140999 [ 191 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 237 rows starting from the beginning of the part
6953 2024.11.22 05:57:40.141489 [ 199 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_46_9} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6954 2024.11.22 05:57:40.141585 [ 191 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 880 rows starting from the beginning of the part
6955 2024.11.22 05:57:40.141942 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
6956 2024.11.22 05:57:40.142157 [ 191 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 237 rows starting from the beginning of the part
6957 2024.11.22 05:57:40.142518 [ 191 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part
6958 2024.11.22 05:57:40.145387 [ 256 ] {cc2025e4-a4be-438a-bb75-30be1862ed08} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6959 2024.11.22 05:57:40.145463 [ 256 ] {cc2025e4-a4be-438a-bb75-30be1862ed08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6960 2024.11.22 05:57:40.147304 [ 256 ] {cc2025e4-a4be-438a-bb75-30be1862ed08} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6961 2024.11.22 05:57:40.147794 [ 256 ] {cc2025e4-a4be-438a-bb75-30be1862ed08} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6962 2024.11.22 05:57:40.148252 [ 256 ] {cc2025e4-a4be-438a-bb75-30be1862ed08} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.008565 sec., 2685.3473438412143 rows/sec., 4.81 MiB/sec.
6963 2024.11.22 05:57:40.148582 [ 256 ] {cc2025e4-a4be-438a-bb75-30be1862ed08} <Debug> TCPHandler: Processed in 0.009349834 sec.
6964 2024.11.22 05:57:40.148739 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6965 2024.11.22 05:57:40.148858 [ 257 ] {677cfeee-e19e-4baa-9137-b5a6a79fdb4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6966 2024.11.22 05:57:40.148907 [ 257 ] {677cfeee-e19e-4baa-9137-b5a6a79fdb4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6967 2024.11.22 05:57:40.149453 [ 257 ] {677cfeee-e19e-4baa-9137-b5a6a79fdb4c} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6968 2024.11.22 05:57:40.149492 [ 257 ] {677cfeee-e19e-4baa-9137-b5a6a79fdb4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6969 2024.11.22 05:57:40.150132 [ 257 ] {677cfeee-e19e-4baa-9137-b5a6a79fdb4c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6970 2024.11.22 05:57:40.150573 [ 257 ] {677cfeee-e19e-4baa-9137-b5a6a79fdb4c} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6971 2024.11.22 05:57:40.150886 [ 100 ] {} <Debug> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6972 2024.11.22 05:57:40.151024 [ 100 ] {} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6973 2024.11.22 05:57:40.151109 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6974 2024.11.22 05:57:40.151209 [ 257 ] {677cfeee-e19e-4baa-9137-b5a6a79fdb4c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002315 sec., 25917.92656587473 rows/sec., 1.75 MiB/sec.
6975 2024.11.22 05:57:40.151561 [ 190 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14656 rows, containing 5 columns (5 merged, 0 gathered) in 0.012832028 sec., 1142142.1461985589 rows/sec., 77.17 MiB/sec.
6976 2024.11.22 05:57:40.151607 [ 257 ] {677cfeee-e19e-4baa-9137-b5a6a79fdb4c} <Debug> TCPHandler: Processed in 0.002911509 sec.
6977 2024.11.22 05:57:40.151674 [ 198 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
6978 2024.11.22 05:57:40.151832 [ 198 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6979 2024.11.22 05:57:40.151865 [ 198 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2722 rows starting from the beginning of the part
6980 2024.11.22 05:57:40.151942 [ 198 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part
6981 2024.11.22 05:57:40.152237 [ 190 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6982 2024.11.22 05:57:40.152256 [ 198 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 82 rows starting from the beginning of the part
6983 2024.11.22 05:57:40.152616 [ 198 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part
6984 2024.11.22 05:57:40.152861 [ 198 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part
6985 2024.11.22 05:57:40.153151 [ 198 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part
6986 2024.11.22 05:57:40.153232 [ 190 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6987 2024.11.22 05:57:40.153613 [ 190 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6988 2024.11.22 05:57:40.153726 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.79 MiB.
6989 2024.11.22 05:57:40.154990 [ 192 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3066 rows, containing 4 columns (4 merged, 0 gathered) in 0.003679449 sec., 833276.9390199457 rows/sec., 54.32 MiB/sec.
6990 2024.11.22 05:57:40.155276 [ 198 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6991 2024.11.22 05:57:40.155643 [ 198 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_46_9} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6992 2024.11.22 05:57:40.155721 [ 198 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_46_9} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6993 2024.11.22 05:57:40.155798 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB.
6994 2024.11.22 05:57:40.857214 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242
6995 2024.11.22 05:57:40.876269 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6996 2024.11.22 05:57:40.876337 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
6997 2024.11.22 05:57:40.883461 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6998 2024.11.22 05:57:40.884199 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6999 2024.11.22 05:57:40.887038 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242
7000 2024.11.22 05:57:41.602920 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:32862, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7001 2024.11.22 05:57:42.314058 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58163, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7002 2024.11.22 05:57:42.329466 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47693, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7003 2024.11.22 05:57:42.423401 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36091, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7004 2024.11.22 05:57:42.447882 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36918, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7005 2024.11.22 05:57:42.449086 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44662, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7006 2024.11.22 05:57:42.458339 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62348, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7007 2024.11.22 05:57:42.470613 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64933, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7008 2024.11.22 05:57:42.734684 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59200, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7009 2024.11.22 05:57:43.247874 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63388, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7010 2024.11.22 05:57:43.283208 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44580, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7011 2024.11.22 05:57:43.435792 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54713, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7012 2024.11.22 05:57:43.532758 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64928, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7013 2024.11.22 05:57:43.544015 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58390, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7014 2024.11.22 05:57:43.575410 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40500, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7015 2024.11.22 05:57:43.575469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61754, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7016 2024.11.22 05:57:43.597862 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49387, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7017 2024.11.22 05:57:43.927873 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35615, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7018 2024.11.22 05:57:43.943221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45411, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7019 2024.11.22 05:57:44.098312 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64228, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7020 2024.11.22 05:57:44.099668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58594, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7021 2024.11.22 05:57:44.237032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62932, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7022 2024.11.22 05:57:44.272599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40511, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7023 2024.11.22 05:57:44.300854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46262, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7024 2024.11.22 05:57:45.133442 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7025 2024.11.22 05:57:45.133754 [ 256 ] {48a3081c-f8f8-4bd2-acb3-a5ba7dc798ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7026 2024.11.22 05:57:45.133872 [ 256 ] {48a3081c-f8f8-4bd2-acb3-a5ba7dc798ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7027 2024.11.22 05:57:45.134972 [ 256 ] {48a3081c-f8f8-4bd2-acb3-a5ba7dc798ef} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7028 2024.11.22 05:57:45.135047 [ 256 ] {48a3081c-f8f8-4bd2-acb3-a5ba7dc798ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7029 2024.11.22 05:57:45.135652 [ 256 ] {48a3081c-f8f8-4bd2-acb3-a5ba7dc798ef} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7030 2024.11.22 05:57:45.136010 [ 256 ] {48a3081c-f8f8-4bd2-acb3-a5ba7dc798ef} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7031 2024.11.22 05:57:45.136339 [ 256 ] {48a3081c-f8f8-4bd2-acb3-a5ba7dc798ef} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002659 sec., 5265.137269650245 rows/sec., 379.02 KiB/sec.
7032 2024.11.22 05:57:45.136492 [ 256 ] {48a3081c-f8f8-4bd2-acb3-a5ba7dc798ef} <Debug> TCPHandler: Processed in 0.00329902 sec.
7033 2024.11.22 05:57:45.136793 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7034 2024.11.22 05:57:45.136967 [ 257 ] {6fcbecf8-004d-4ee2-89cb-f666aa41f8aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7035 2024.11.22 05:57:45.137043 [ 257 ] {6fcbecf8-004d-4ee2-89cb-f666aa41f8aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7036 2024.11.22 05:57:45.138128 [ 257 ] {6fcbecf8-004d-4ee2-89cb-f666aa41f8aa} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7037 2024.11.22 05:57:45.138185 [ 257 ] {6fcbecf8-004d-4ee2-89cb-f666aa41f8aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7038 2024.11.22 05:57:45.138786 [ 257 ] {6fcbecf8-004d-4ee2-89cb-f666aa41f8aa} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7039 2024.11.22 05:57:45.139160 [ 257 ] {6fcbecf8-004d-4ee2-89cb-f666aa41f8aa} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7040 2024.11.22 05:57:45.139484 [ 257 ] {6fcbecf8-004d-4ee2-89cb-f666aa41f8aa} <Debug> executeQuery: Read 239 rows, 21.37 KiB in 0.002559 sec., 93395.8577569363 rows/sec., 8.16 MiB/sec.
7041 2024.11.22 05:57:45.139564 [ 257 ] {6fcbecf8-004d-4ee2-89cb-f666aa41f8aa} <Debug> TCPHandler: Processed in 0.002887168 sec.
7042 2024.11.22 05:57:45.139782 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7043 2024.11.22 05:57:45.139921 [ 256 ] {13e67517-2b0c-4e47-aeba-747058ab3c51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7044 2024.11.22 05:57:45.139986 [ 256 ] {13e67517-2b0c-4e47-aeba-747058ab3c51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7045 2024.11.22 05:57:45.140813 [ 256 ] {13e67517-2b0c-4e47-aeba-747058ab3c51} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7046 2024.11.22 05:57:45.140861 [ 256 ] {13e67517-2b0c-4e47-aeba-747058ab3c51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7047 2024.11.22 05:57:45.141359 [ 256 ] {13e67517-2b0c-4e47-aeba-747058ab3c51} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7048 2024.11.22 05:57:45.141708 [ 256 ] {13e67517-2b0c-4e47-aeba-747058ab3c51} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7049 2024.11.22 05:57:45.142101 [ 256 ] {13e67517-2b0c-4e47-aeba-747058ab3c51} <Debug> executeQuery: Read 25 rows, 1.81 KiB in 0.002209 sec., 11317.338162064283 rows/sec., 819.18 KiB/sec.
7050 2024.11.22 05:57:45.142361 [ 256 ] {13e67517-2b0c-4e47-aeba-747058ab3c51} <Debug> TCPHandler: Processed in 0.002642622 sec.
7051 2024.11.22 05:57:45.142631 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7052 2024.11.22 05:57:45.142775 [ 257 ] {9e3fe737-e416-4436-b39b-fa6d71e45b61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7053 2024.11.22 05:57:45.142840 [ 257 ] {9e3fe737-e416-4436-b39b-fa6d71e45b61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7054 2024.11.22 05:57:45.143654 [ 257 ] {9e3fe737-e416-4436-b39b-fa6d71e45b61} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7055 2024.11.22 05:57:45.143704 [ 257 ] {9e3fe737-e416-4436-b39b-fa6d71e45b61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7056 2024.11.22 05:57:45.144222 [ 257 ] {9e3fe737-e416-4436-b39b-fa6d71e45b61} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
7057 2024.11.22 05:57:45.144629 [ 257 ] {9e3fe737-e416-4436-b39b-fa6d71e45b61} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7058 2024.11.22 05:57:45.144929 [ 257 ] {9e3fe737-e416-4436-b39b-fa6d71e45b61} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002185 sec., 6407.322654462243 rows/sec., 448.73 KiB/sec.
7059 2024.11.22 05:57:45.145009 [ 257 ] {9e3fe737-e416-4436-b39b-fa6d71e45b61} <Debug> TCPHandler: Processed in 0.002473667 sec.
7060 2024.11.22 05:57:45.145280 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7061 2024.11.22 05:57:45.145416 [ 256 ] {7dd6500c-cf76-44ca-92f9-58d0ebc15e58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7062 2024.11.22 05:57:45.145469 [ 256 ] {7dd6500c-cf76-44ca-92f9-58d0ebc15e58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7063 2024.11.22 05:57:45.146149 [ 256 ] {7dd6500c-cf76-44ca-92f9-58d0ebc15e58} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7064 2024.11.22 05:57:45.146204 [ 256 ] {7dd6500c-cf76-44ca-92f9-58d0ebc15e58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7065 2024.11.22 05:57:45.146645 [ 256 ] {7dd6500c-cf76-44ca-92f9-58d0ebc15e58} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7066 2024.11.22 05:57:45.146950 [ 256 ] {7dd6500c-cf76-44ca-92f9-58d0ebc15e58} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7067 2024.11.22 05:57:45.147172 [ 256 ] {7dd6500c-cf76-44ca-92f9-58d0ebc15e58} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001782 sec., 7295.173961840629 rows/sec., 454.85 KiB/sec.
7068 2024.11.22 05:57:45.147236 [ 256 ] {7dd6500c-cf76-44ca-92f9-58d0ebc15e58} <Debug> TCPHandler: Processed in 0.002035056 sec.
7069 2024.11.22 05:57:45.147434 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7070 2024.11.22 05:57:45.147553 [ 257 ] {e9982984-af0f-4c5d-be1e-59a569dcf023} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7071 2024.11.22 05:57:45.147606 [ 257 ] {e9982984-af0f-4c5d-be1e-59a569dcf023} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7072 2024.11.22 05:57:45.148505 [ 257 ] {e9982984-af0f-4c5d-be1e-59a569dcf023} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7073 2024.11.22 05:57:45.148555 [ 257 ] {e9982984-af0f-4c5d-be1e-59a569dcf023} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7074 2024.11.22 05:57:45.149033 [ 257 ] {e9982984-af0f-4c5d-be1e-59a569dcf023} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7075 2024.11.22 05:57:45.149358 [ 257 ] {e9982984-af0f-4c5d-be1e-59a569dcf023} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7076 2024.11.22 05:57:45.149606 [ 257 ] {e9982984-af0f-4c5d-be1e-59a569dcf023} <Debug> executeQuery: Read 400 rows, 29.12 KiB in 0.002078 sec., 192492.78152069298 rows/sec., 13.69 MiB/sec.
7077 2024.11.22 05:57:45.149673 [ 257 ] {e9982984-af0f-4c5d-be1e-59a569dcf023} <Debug> TCPHandler: Processed in 0.002299003 sec.
7078 2024.11.22 05:57:45.149877 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7079 2024.11.22 05:57:45.150023 [ 256 ] {2db391c9-a845-42b0-8346-ccca3ff983b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7080 2024.11.22 05:57:45.150087 [ 256 ] {2db391c9-a845-42b0-8346-ccca3ff983b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7081 2024.11.22 05:57:45.150734 [ 256 ] {2db391c9-a845-42b0-8346-ccca3ff983b1} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7082 2024.11.22 05:57:45.150783 [ 256 ] {2db391c9-a845-42b0-8346-ccca3ff983b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7083 2024.11.22 05:57:45.151299 [ 256 ] {2db391c9-a845-42b0-8346-ccca3ff983b1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7084 2024.11.22 05:57:45.151684 [ 256 ] {2db391c9-a845-42b0-8346-ccca3ff983b1} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7085 2024.11.22 05:57:45.151957 [ 256 ] {2db391c9-a845-42b0-8346-ccca3ff983b1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001953 sec., 3072.196620583717 rows/sec., 160.51 KiB/sec.
7086 2024.11.22 05:57:45.152064 [ 256 ] {2db391c9-a845-42b0-8346-ccca3ff983b1} <Debug> TCPHandler: Processed in 0.002251331 sec.
7087 2024.11.22 05:57:45.152346 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7088 2024.11.22 05:57:45.152491 [ 257 ] {c01c430a-5140-46a3-9660-525d70d72c8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7089 2024.11.22 05:57:45.152563 [ 257 ] {c01c430a-5140-46a3-9660-525d70d72c8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7090 2024.11.22 05:57:45.153363 [ 257 ] {c01c430a-5140-46a3-9660-525d70d72c8a} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7091 2024.11.22 05:57:45.153414 [ 257 ] {c01c430a-5140-46a3-9660-525d70d72c8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7092 2024.11.22 05:57:45.153976 [ 257 ] {c01c430a-5140-46a3-9660-525d70d72c8a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7093 2024.11.22 05:57:45.154338 [ 257 ] {c01c430a-5140-46a3-9660-525d70d72c8a} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7094 2024.11.22 05:57:45.154587 [ 257 ] {c01c430a-5140-46a3-9660-525d70d72c8a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002129 sec., 111319.8684828558 rows/sec., 7.46 MiB/sec.
7095 2024.11.22 05:57:45.154672 [ 257 ] {c01c430a-5140-46a3-9660-525d70d72c8a} <Debug> TCPHandler: Processed in 0.002393445 sec.
7096 2024.11.22 05:57:45.154885 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7097 2024.11.22 05:57:45.155024 [ 256 ] {3d48f3b0-82fb-45fc-a282-e788e5c44e98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7098 2024.11.22 05:57:45.155089 [ 256 ] {3d48f3b0-82fb-45fc-a282-e788e5c44e98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7099 2024.11.22 05:57:45.155698 [ 256 ] {3d48f3b0-82fb-45fc-a282-e788e5c44e98} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7100 2024.11.22 05:57:45.155746 [ 256 ] {3d48f3b0-82fb-45fc-a282-e788e5c44e98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7101 2024.11.22 05:57:45.156268 [ 256 ] {3d48f3b0-82fb-45fc-a282-e788e5c44e98} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7102 2024.11.22 05:57:45.156633 [ 256 ] {3d48f3b0-82fb-45fc-a282-e788e5c44e98} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7103 2024.11.22 05:57:45.156892 [ 256 ] {3d48f3b0-82fb-45fc-a282-e788e5c44e98} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001891 sec., 528.820729772607 rows/sec., 35.63 KiB/sec.
7104 2024.11.22 05:57:45.157001 [ 256 ] {3d48f3b0-82fb-45fc-a282-e788e5c44e98} <Debug> TCPHandler: Processed in 0.002180689 sec.
7105 2024.11.22 05:57:45.157294 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7106 2024.11.22 05:57:45.157439 [ 257 ] {e47edda6-6d1e-471b-b6bb-5aee48aceabe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7107 2024.11.22 05:57:45.157542 [ 257 ] {e47edda6-6d1e-471b-b6bb-5aee48aceabe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7108 2024.11.22 05:57:45.160158 [ 257 ] {e47edda6-6d1e-471b-b6bb-5aee48aceabe} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7109 2024.11.22 05:57:45.160211 [ 257 ] {e47edda6-6d1e-471b-b6bb-5aee48aceabe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7110 2024.11.22 05:57:45.161169 [ 257 ] {e47edda6-6d1e-471b-b6bb-5aee48aceabe} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7111 2024.11.22 05:57:45.161556 [ 257 ] {e47edda6-6d1e-471b-b6bb-5aee48aceabe} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7112 2024.11.22 05:57:45.161897 [ 257 ] {e47edda6-6d1e-471b-b6bb-5aee48aceabe} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.00449 sec., 4008.9086859688196 rows/sec., 7.18 MiB/sec.
7113 2024.11.22 05:57:45.162092 [ 257 ] {e47edda6-6d1e-471b-b6bb-5aee48aceabe} <Debug> TCPHandler: Processed in 0.004929894 sec.
7114 2024.11.22 05:57:45.162306 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7115 2024.11.22 05:57:45.162443 [ 256 ] {f76462da-574f-42a5-9017-148932ae6c30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7116 2024.11.22 05:57:45.162512 [ 256 ] {f76462da-574f-42a5-9017-148932ae6c30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7117 2024.11.22 05:57:45.163173 [ 256 ] {f76462da-574f-42a5-9017-148932ae6c30} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7118 2024.11.22 05:57:45.163223 [ 256 ] {f76462da-574f-42a5-9017-148932ae6c30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7119 2024.11.22 05:57:45.163783 [ 256 ] {f76462da-574f-42a5-9017-148932ae6c30} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7120 2024.11.22 05:57:45.164149 [ 256 ] {f76462da-574f-42a5-9017-148932ae6c30} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7121 2024.11.22 05:57:45.164449 [ 256 ] {f76462da-574f-42a5-9017-148932ae6c30} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002029 sec., 40413.99704287827 rows/sec., 2.57 MiB/sec.
7122 2024.11.22 05:57:45.164554 [ 256 ] {f76462da-574f-42a5-9017-148932ae6c30} <Debug> TCPHandler: Processed in 0.002317653 sec.
7123 2024.11.22 05:57:47.291106 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189
7124 2024.11.22 05:57:47.291771 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7125 2024.11.22 05:57:47.291820 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7126 2024.11.22 05:57:47.292362 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7127 2024.11.22 05:57:47.292630 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7128 2024.11.22 05:57:47.292914 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189
7129 2024.11.22 05:57:48.387097 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249
7130 2024.11.22 05:57:48.407443 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7131 2024.11.22 05:57:48.407515 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7132 2024.11.22 05:57:48.415222 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7133 2024.11.22 05:57:48.416036 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7134 2024.11.22 05:57:48.419014 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249
7135 2024.11.22 05:57:49.862111 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 988
7136 2024.11.22 05:57:49.865342 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7137 2024.11.22 05:57:49.865385 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7138 2024.11.22 05:57:49.866881 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7139 2024.11.22 05:57:49.867192 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7140 2024.11.22 05:57:49.868273 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 988
7141 2024.11.22 05:57:50.121807 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7142 2024.11.22 05:57:50.122019 [ 256 ] {98aaf6d7-6da7-4c7c-b997-5d94c2958044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7143 2024.11.22 05:57:50.122102 [ 256 ] {98aaf6d7-6da7-4c7c-b997-5d94c2958044} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7144 2024.11.22 05:57:50.122935 [ 256 ] {98aaf6d7-6da7-4c7c-b997-5d94c2958044} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7145 2024.11.22 05:57:50.122987 [ 256 ] {98aaf6d7-6da7-4c7c-b997-5d94c2958044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7146 2024.11.22 05:57:50.123444 [ 256 ] {98aaf6d7-6da7-4c7c-b997-5d94c2958044} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
7147 2024.11.22 05:57:50.123706 [ 256 ] {98aaf6d7-6da7-4c7c-b997-5d94c2958044} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7148 2024.11.22 05:57:50.123949 [ 256 ] {98aaf6d7-6da7-4c7c-b997-5d94c2958044} <Debug> executeQuery: Read 102 rows, 8.82 KiB in 0.001989 sec., 51282.05128205129 rows/sec., 4.33 MiB/sec.
7149 2024.11.22 05:57:50.124018 [ 256 ] {98aaf6d7-6da7-4c7c-b997-5d94c2958044} <Debug> TCPHandler: Processed in 0.002357504 sec.
7150 2024.11.22 05:57:50.124230 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7151 2024.11.22 05:57:50.124377 [ 257 ] {8c370b37-7c8c-4695-b61b-7fb18863103d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7152 2024.11.22 05:57:50.124435 [ 257 ] {8c370b37-7c8c-4695-b61b-7fb18863103d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7153 2024.11.22 05:57:50.125148 [ 257 ] {8c370b37-7c8c-4695-b61b-7fb18863103d} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7154 2024.11.22 05:57:50.125195 [ 257 ] {8c370b37-7c8c-4695-b61b-7fb18863103d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7155 2024.11.22 05:57:50.125564 [ 257 ] {8c370b37-7c8c-4695-b61b-7fb18863103d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7156 2024.11.22 05:57:50.125802 [ 257 ] {8c370b37-7c8c-4695-b61b-7fb18863103d} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7157 2024.11.22 05:57:50.125964 [ 16 ] {} <Debug> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
7158 2024.11.22 05:57:50.126037 [ 16 ] {} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7159 2024.11.22 05:57:50.126051 [ 257 ] {8c370b37-7c8c-4695-b61b-7fb18863103d} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001697 sec., 13553.329404832057 rows/sec., 1019.15 KiB/sec.
7160 2024.11.22 05:57:50.126072 [ 16 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7161 2024.11.22 05:57:50.126203 [ 257 ] {8c370b37-7c8c-4695-b61b-7fb18863103d} <Debug> TCPHandler: Processed in 0.002043925 sec.
7162 2024.11.22 05:57:50.126426 [ 190 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
7163 2024.11.22 05:57:50.126438 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7164 2024.11.22 05:57:50.126746 [ 256 ] {98ce492b-ef1a-43ba-b502-2e6cd0a996e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7165 2024.11.22 05:57:50.126759 [ 190 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7166 2024.11.22 05:57:50.126846 [ 256 ] {98ce492b-ef1a-43ba-b502-2e6cd0a996e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7167 2024.11.22 05:57:50.126850 [ 190 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 66 rows starting from the beginning of the part
7168 2024.11.22 05:57:50.127203 [ 190 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 23 rows starting from the beginning of the part
7169 2024.11.22 05:57:50.127501 [ 190 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 25 rows starting from the beginning of the part
7170 2024.11.22 05:57:50.127884 [ 190 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 23 rows starting from the beginning of the part
7171 2024.11.22 05:57:50.128190 [ 190 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 25 rows starting from the beginning of the part
7172 2024.11.22 05:57:50.128478 [ 190 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 23 rows starting from the beginning of the part
7173 2024.11.22 05:57:50.129955 [ 256 ] {98ce492b-ef1a-43ba-b502-2e6cd0a996e6} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7174 2024.11.22 05:57:50.130045 [ 256 ] {98ce492b-ef1a-43ba-b502-2e6cd0a996e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7175 2024.11.22 05:57:50.131071 [ 256 ] {98ce492b-ef1a-43ba-b502-2e6cd0a996e6} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
7176 2024.11.22 05:57:50.131526 [ 198 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.005304624 sec., 34875.233381291495 rows/sec., 2.64 MiB/sec.
7177 2024.11.22 05:57:50.131629 [ 256 ] {98ce492b-ef1a-43ba-b502-2e6cd0a996e6} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7178 2024.11.22 05:57:50.131776 [ 190 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7179 2024.11.22 05:57:50.132076 [ 256 ] {98ce492b-ef1a-43ba-b502-2e6cd0a996e6} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.005421 sec., 16048.699501936913 rows/sec., 1.25 MiB/sec.
7180 2024.11.22 05:57:50.132226 [ 256 ] {98ce492b-ef1a-43ba-b502-2e6cd0a996e6} <Debug> TCPHandler: Processed in 0.005911891 sec.
7181 2024.11.22 05:57:50.132433 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7182 2024.11.22 05:57:50.132437 [ 190 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_46_9} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7183 2024.11.22 05:57:50.132611 [ 190 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_46_9} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7184 2024.11.22 05:57:50.132646 [ 257 ] {4e1f62c1-40de-43b3-ae38-6dea725e0d4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7185 2024.11.22 05:57:50.132766 [ 257 ] {4e1f62c1-40de-43b3-ae38-6dea725e0d4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7186 2024.11.22 05:57:50.132772 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
7187 2024.11.22 05:57:50.133429 [ 257 ] {4e1f62c1-40de-43b3-ae38-6dea725e0d4c} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7188 2024.11.22 05:57:50.133473 [ 257 ] {4e1f62c1-40de-43b3-ae38-6dea725e0d4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7189 2024.11.22 05:57:50.133876 [ 257 ] {4e1f62c1-40de-43b3-ae38-6dea725e0d4c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
7190 2024.11.22 05:57:50.134116 [ 257 ] {4e1f62c1-40de-43b3-ae38-6dea725e0d4c} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7191 2024.11.22 05:57:50.134343 [ 257 ] {4e1f62c1-40de-43b3-ae38-6dea725e0d4c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001752 sec., 91324.200913242 rows/sec., 6.36 MiB/sec.
7192 2024.11.22 05:57:50.134420 [ 257 ] {4e1f62c1-40de-43b3-ae38-6dea725e0d4c} <Debug> TCPHandler: Processed in 0.002077687 sec.
7193 2024.11.22 05:57:50.134656 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7194 2024.11.22 05:57:50.134802 [ 256 ] {d31af6f4-a4f8-407d-b93e-ee5e1a2abb12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7195 2024.11.22 05:57:50.134876 [ 256 ] {d31af6f4-a4f8-407d-b93e-ee5e1a2abb12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7196 2024.11.22 05:57:50.135976 [ 256 ] {d31af6f4-a4f8-407d-b93e-ee5e1a2abb12} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7197 2024.11.22 05:57:50.136014 [ 256 ] {d31af6f4-a4f8-407d-b93e-ee5e1a2abb12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7198 2024.11.22 05:57:50.136667 [ 256 ] {d31af6f4-a4f8-407d-b93e-ee5e1a2abb12} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7199 2024.11.22 05:57:50.136918 [ 256 ] {d31af6f4-a4f8-407d-b93e-ee5e1a2abb12} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7200 2024.11.22 05:57:50.137102 [ 16 ] {} <Debug> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
7201 2024.11.22 05:57:50.137175 [ 16 ] {} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7202 2024.11.22 05:57:50.137211 [ 16 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7203 2024.11.22 05:57:50.137218 [ 256 ] {d31af6f4-a4f8-407d-b93e-ee5e1a2abb12} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002432 sec., 9457.236842105263 rows/sec., 16.95 MiB/sec.
7204 2024.11.22 05:57:50.137744 [ 256 ] {d31af6f4-a4f8-407d-b93e-ee5e1a2abb12} <Debug> TCPHandler: Processed in 0.003214068 sec.
7205 2024.11.22 05:57:50.137769 [ 198 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
7206 2024.11.22 05:57:50.138001 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7207 2024.11.22 05:57:50.138323 [ 257 ] {fc138225-991e-41f1-8fad-5e1c2c26a1e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7208 2024.11.22 05:57:50.138503 [ 257 ] {fc138225-991e-41f1-8fad-5e1c2c26a1e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7209 2024.11.22 05:57:50.138766 [ 198 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7210 2024.11.22 05:57:50.139066 [ 198 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 753 rows starting from the beginning of the part
7211 2024.11.22 05:57:50.139853 [ 198 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 23 rows starting from the beginning of the part
7212 2024.11.22 05:57:50.140654 [ 198 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 18 rows starting from the beginning of the part
7213 2024.11.22 05:57:50.140690 [ 257 ] {fc138225-991e-41f1-8fad-5e1c2c26a1e2} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7214 2024.11.22 05:57:50.140773 [ 257 ] {fc138225-991e-41f1-8fad-5e1c2c26a1e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7215 2024.11.22 05:57:50.141306 [ 198 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 23 rows starting from the beginning of the part
7216 2024.11.22 05:57:50.142123 [ 198 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 18 rows starting from the beginning of the part
7217 2024.11.22 05:57:50.142254 [ 257 ] {fc138225-991e-41f1-8fad-5e1c2c26a1e2} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
7218 2024.11.22 05:57:50.142684 [ 198 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 23 rows starting from the beginning of the part
7219 2024.11.22 05:57:50.143115 [ 257 ] {fc138225-991e-41f1-8fad-5e1c2c26a1e2} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7220 2024.11.22 05:57:50.143810 [ 257 ] {fc138225-991e-41f1-8fad-5e1c2c26a1e2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005528 sec., 10853.83502170767 rows/sec., 749.03 KiB/sec.
7221 2024.11.22 05:57:50.144007 [ 257 ] {fc138225-991e-41f1-8fad-5e1c2c26a1e2} <Debug> TCPHandler: Processed in 0.006143467 sec.
7222 2024.11.22 05:57:50.154391 [ 188 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 858 rows, containing 19 columns (19 merged, 0 gathered) in 0.017041443 sec., 50347.849064190166 rows/sec., 90.22 MiB/sec.
7223 2024.11.22 05:57:50.155660 [ 188 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7224 2024.11.22 05:57:50.156083 [ 188 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7225 2024.11.22 05:57:50.156161 [ 188 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7226 2024.11.22 05:57:50.156318 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.59 MiB.
7227 2024.11.22 05:57:51.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.47 MiB, peak 213.03 MiB, free memory in arenas 0.00 B, will set to 207.66 MiB (RSS), difference: 2.18 MiB
7228 2024.11.22 05:57:54.665519 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache
7229 2024.11.22 05:57:54.665582 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache
7230 2024.11.22 05:57:54.793047 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616
7231 2024.11.22 05:57:54.793732 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7232 2024.11.22 05:57:54.793786 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7233 2024.11.22 05:57:54.794321 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7234 2024.11.22 05:57:54.794592 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7235 2024.11.22 05:57:54.794859 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616
7236 2024.11.22 05:57:55.125835 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7237 2024.11.22 05:57:55.126058 [ 256 ] {b77d7733-faa2-41cd-a155-146bf6fac3d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7238 2024.11.22 05:57:55.126141 [ 256 ] {b77d7733-faa2-41cd-a155-146bf6fac3d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7239 2024.11.22 05:57:55.126979 [ 256 ] {b77d7733-faa2-41cd-a155-146bf6fac3d1} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7240 2024.11.22 05:57:55.127035 [ 256 ] {b77d7733-faa2-41cd-a155-146bf6fac3d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7241 2024.11.22 05:57:55.127478 [ 256 ] {b77d7733-faa2-41cd-a155-146bf6fac3d1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7242 2024.11.22 05:57:55.127732 [ 256 ] {b77d7733-faa2-41cd-a155-146bf6fac3d1} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7243 2024.11.22 05:57:55.127982 [ 256 ] {b77d7733-faa2-41cd-a155-146bf6fac3d1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001979 sec., 7074.279939363315 rows/sec., 509.25 KiB/sec.
7244 2024.11.22 05:57:55.128112 [ 256 ] {b77d7733-faa2-41cd-a155-146bf6fac3d1} <Debug> TCPHandler: Processed in 0.002418236 sec.
7245 2024.11.22 05:57:55.128303 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7246 2024.11.22 05:57:55.128450 [ 257 ] {75a78b36-78d7-4e6d-8895-6b7cc5796c47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7247 2024.11.22 05:57:55.128508 [ 257 ] {75a78b36-78d7-4e6d-8895-6b7cc5796c47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7248 2024.11.22 05:57:55.129335 [ 257 ] {75a78b36-78d7-4e6d-8895-6b7cc5796c47} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7249 2024.11.22 05:57:55.129375 [ 257 ] {75a78b36-78d7-4e6d-8895-6b7cc5796c47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7250 2024.11.22 05:57:55.129765 [ 257 ] {75a78b36-78d7-4e6d-8895-6b7cc5796c47} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7251 2024.11.22 05:57:55.130015 [ 257 ] {75a78b36-78d7-4e6d-8895-6b7cc5796c47} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7252 2024.11.22 05:57:55.130445 [ 257 ] {75a78b36-78d7-4e6d-8895-6b7cc5796c47} <Debug> executeQuery: Read 239 rows, 21.37 KiB in 0.00201 sec., 118905.47263681592 rows/sec., 10.38 MiB/sec.
7253 2024.11.22 05:57:55.130585 [ 257 ] {75a78b36-78d7-4e6d-8895-6b7cc5796c47} <Debug> TCPHandler: Processed in 0.002347864 sec.
7254 2024.11.22 05:57:55.130745 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7255 2024.11.22 05:57:55.130877 [ 256 ] {60cc8196-ecfb-4540-ba10-4039505029eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7256 2024.11.22 05:57:55.130932 [ 256 ] {60cc8196-ecfb-4540-ba10-4039505029eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7257 2024.11.22 05:57:55.131537 [ 256 ] {60cc8196-ecfb-4540-ba10-4039505029eb} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7258 2024.11.22 05:57:55.131577 [ 256 ] {60cc8196-ecfb-4540-ba10-4039505029eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7259 2024.11.22 05:57:55.131924 [ 256 ] {60cc8196-ecfb-4540-ba10-4039505029eb} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7260 2024.11.22 05:57:55.132159 [ 256 ] {60cc8196-ecfb-4540-ba10-4039505029eb} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7261 2024.11.22 05:57:55.132361 [ 256 ] {60cc8196-ecfb-4540-ba10-4039505029eb} <Debug> executeQuery: Read 25 rows, 1.81 KiB in 0.001514 sec., 16512.549537648614 rows/sec., 1.17 MiB/sec.
7262 2024.11.22 05:57:55.132414 [ 256 ] {60cc8196-ecfb-4540-ba10-4039505029eb} <Debug> TCPHandler: Processed in 0.001732507 sec.
7263 2024.11.22 05:57:55.132560 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7264 2024.11.22 05:57:55.132687 [ 257 ] {1fb62a7e-9d5a-4e35-9251-c2f07f525065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7265 2024.11.22 05:57:55.132739 [ 257 ] {1fb62a7e-9d5a-4e35-9251-c2f07f525065} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7266 2024.11.22 05:57:55.133379 [ 257 ] {1fb62a7e-9d5a-4e35-9251-c2f07f525065} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7267 2024.11.22 05:57:55.133418 [ 257 ] {1fb62a7e-9d5a-4e35-9251-c2f07f525065} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7268 2024.11.22 05:57:55.133772 [ 257 ] {1fb62a7e-9d5a-4e35-9251-c2f07f525065} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
7269 2024.11.22 05:57:55.134009 [ 257 ] {1fb62a7e-9d5a-4e35-9251-c2f07f525065} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7270 2024.11.22 05:57:55.134223 [ 257 ] {1fb62a7e-9d5a-4e35-9251-c2f07f525065} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001563 sec., 8957.133717210492 rows/sec., 627.30 KiB/sec.
7271 2024.11.22 05:57:55.134274 [ 257 ] {1fb62a7e-9d5a-4e35-9251-c2f07f525065} <Debug> TCPHandler: Processed in 0.001777988 sec.
7272 2024.11.22 05:57:55.134423 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7273 2024.11.22 05:57:55.134550 [ 256 ] {071a5295-8999-4b4f-a76f-e22b619450d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7274 2024.11.22 05:57:55.134603 [ 256 ] {071a5295-8999-4b4f-a76f-e22b619450d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7275 2024.11.22 05:57:55.135231 [ 256 ] {071a5295-8999-4b4f-a76f-e22b619450d8} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7276 2024.11.22 05:57:55.135278 [ 256 ] {071a5295-8999-4b4f-a76f-e22b619450d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7277 2024.11.22 05:57:55.135624 [ 256 ] {071a5295-8999-4b4f-a76f-e22b619450d8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7278 2024.11.22 05:57:55.135856 [ 256 ] {071a5295-8999-4b4f-a76f-e22b619450d8} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7279 2024.11.22 05:57:55.136058 [ 256 ] {071a5295-8999-4b4f-a76f-e22b619450d8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001536 sec., 8463.541666666666 rows/sec., 527.70 KiB/sec.
7280 2024.11.22 05:57:55.136110 [ 256 ] {071a5295-8999-4b4f-a76f-e22b619450d8} <Debug> TCPHandler: Processed in 0.001751447 sec.
7281 2024.11.22 05:57:55.136285 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7282 2024.11.22 05:57:55.136399 [ 257 ] {4331315a-bd37-416d-a087-98bba9c12d57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7283 2024.11.22 05:57:55.136446 [ 257 ] {4331315a-bd37-416d-a087-98bba9c12d57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7284 2024.11.22 05:57:55.137163 [ 257 ] {4331315a-bd37-416d-a087-98bba9c12d57} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7285 2024.11.22 05:57:55.137205 [ 257 ] {4331315a-bd37-416d-a087-98bba9c12d57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7286 2024.11.22 05:57:55.137611 [ 257 ] {4331315a-bd37-416d-a087-98bba9c12d57} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7287 2024.11.22 05:57:55.137859 [ 257 ] {4331315a-bd37-416d-a087-98bba9c12d57} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7288 2024.11.22 05:57:55.138081 [ 257 ] {4331315a-bd37-416d-a087-98bba9c12d57} <Debug> executeQuery: Read 400 rows, 29.12 KiB in 0.001704 sec., 234741.78403755868 rows/sec., 16.69 MiB/sec.
7289 2024.11.22 05:57:55.138132 [ 257 ] {4331315a-bd37-416d-a087-98bba9c12d57} <Debug> TCPHandler: Processed in 0.001920512 sec.
7290 2024.11.22 05:57:55.138296 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7291 2024.11.22 05:57:55.138439 [ 256 ] {ce8bf76e-82d3-40d0-8872-2fa2a27d022e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7292 2024.11.22 05:57:55.138504 [ 256 ] {ce8bf76e-82d3-40d0-8872-2fa2a27d022e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7293 2024.11.22 05:57:55.138956 [ 256 ] {ce8bf76e-82d3-40d0-8872-2fa2a27d022e} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7294 2024.11.22 05:57:55.138995 [ 256 ] {ce8bf76e-82d3-40d0-8872-2fa2a27d022e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7295 2024.11.22 05:57:55.139359 [ 256 ] {ce8bf76e-82d3-40d0-8872-2fa2a27d022e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7296 2024.11.22 05:57:55.139604 [ 256 ] {ce8bf76e-82d3-40d0-8872-2fa2a27d022e} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7297 2024.11.22 05:57:55.139819 [ 256 ] {ce8bf76e-82d3-40d0-8872-2fa2a27d022e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001413 sec., 4246.284501061571 rows/sec., 221.85 KiB/sec.
7298 2024.11.22 05:57:55.139951 [ 256 ] {ce8bf76e-82d3-40d0-8872-2fa2a27d022e} <Debug> TCPHandler: Processed in 0.001732698 sec.
7299 2024.11.22 05:57:55.140094 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7300 2024.11.22 05:57:55.140201 [ 257 ] {46dc282a-d13e-4a18-9dc5-994ba2977103} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7301 2024.11.22 05:57:55.140250 [ 257 ] {46dc282a-d13e-4a18-9dc5-994ba2977103} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7302 2024.11.22 05:57:55.140798 [ 257 ] {46dc282a-d13e-4a18-9dc5-994ba2977103} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7303 2024.11.22 05:57:55.140837 [ 257 ] {46dc282a-d13e-4a18-9dc5-994ba2977103} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7304 2024.11.22 05:57:55.141214 [ 257 ] {46dc282a-d13e-4a18-9dc5-994ba2977103} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7305 2024.11.22 05:57:55.141450 [ 257 ] {46dc282a-d13e-4a18-9dc5-994ba2977103} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7306 2024.11.22 05:57:55.141670 [ 257 ] {46dc282a-d13e-4a18-9dc5-994ba2977103} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00148 sec., 160135.13513513515 rows/sec., 10.73 MiB/sec.
7307 2024.11.22 05:57:55.141775 [ 257 ] {46dc282a-d13e-4a18-9dc5-994ba2977103} <Debug> TCPHandler: Processed in 0.001739687 sec.
7308 2024.11.22 05:57:55.142010 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7309 2024.11.22 05:57:55.142173 [ 256 ] {e69d2bc9-8711-44f9-b56b-c219a726a112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7310 2024.11.22 05:57:55.142240 [ 256 ] {e69d2bc9-8711-44f9-b56b-c219a726a112} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7311 2024.11.22 05:57:55.142691 [ 256 ] {e69d2bc9-8711-44f9-b56b-c219a726a112} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7312 2024.11.22 05:57:55.142729 [ 256 ] {e69d2bc9-8711-44f9-b56b-c219a726a112} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7313 2024.11.22 05:57:55.143080 [ 256 ] {e69d2bc9-8711-44f9-b56b-c219a726a112} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7314 2024.11.22 05:57:55.143318 [ 256 ] {e69d2bc9-8711-44f9-b56b-c219a726a112} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7315 2024.11.22 05:57:55.143536 [ 256 ] {e69d2bc9-8711-44f9-b56b-c219a726a112} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001393 sec., 717.8750897343863 rows/sec., 48.37 KiB/sec.
7316 2024.11.22 05:57:55.143586 [ 256 ] {e69d2bc9-8711-44f9-b56b-c219a726a112} <Debug> TCPHandler: Processed in 0.001720526 sec.
7317 2024.11.22 05:57:55.143728 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7318 2024.11.22 05:57:55.143855 [ 257 ] {f47f37aa-4683-437e-89d3-68c4d7dc4f26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7319 2024.11.22 05:57:55.143934 [ 257 ] {f47f37aa-4683-437e-89d3-68c4d7dc4f26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7320 2024.11.22 05:57:55.145068 [ 257 ] {f47f37aa-4683-437e-89d3-68c4d7dc4f26} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7321 2024.11.22 05:57:55.145108 [ 257 ] {f47f37aa-4683-437e-89d3-68c4d7dc4f26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7322 2024.11.22 05:57:55.145713 [ 257 ] {f47f37aa-4683-437e-89d3-68c4d7dc4f26} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7323 2024.11.22 05:57:55.145977 [ 257 ] {f47f37aa-4683-437e-89d3-68c4d7dc4f26} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7324 2024.11.22 05:57:55.146211 [ 257 ] {f47f37aa-4683-437e-89d3-68c4d7dc4f26} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.002385 sec., 7547.169811320755 rows/sec., 13.52 MiB/sec.
7325 2024.11.22 05:57:55.146313 [ 257 ] {f47f37aa-4683-437e-89d3-68c4d7dc4f26} <Debug> TCPHandler: Processed in 0.002647623 sec.
7326 2024.11.22 05:57:55.146492 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7327 2024.11.22 05:57:55.146619 [ 256 ] {3ec24bff-fb51-4abc-b3d8-22e73b355439} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7328 2024.11.22 05:57:55.146675 [ 256 ] {3ec24bff-fb51-4abc-b3d8-22e73b355439} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7329 2024.11.22 05:57:55.147243 [ 256 ] {3ec24bff-fb51-4abc-b3d8-22e73b355439} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7330 2024.11.22 05:57:55.147291 [ 256 ] {3ec24bff-fb51-4abc-b3d8-22e73b355439} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7331 2024.11.22 05:57:55.147640 [ 256 ] {3ec24bff-fb51-4abc-b3d8-22e73b355439} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7332 2024.11.22 05:57:55.147874 [ 256 ] {3ec24bff-fb51-4abc-b3d8-22e73b355439} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7333 2024.11.22 05:57:55.148090 [ 256 ] {3ec24bff-fb51-4abc-b3d8-22e73b355439} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001499 sec., 54703.13542361575 rows/sec., 3.47 MiB/sec.
7334 2024.11.22 05:57:55.148140 [ 256 ] {3ec24bff-fb51-4abc-b3d8-22e73b355439} <Debug> TCPHandler: Processed in 0.001709916 sec.
7335 2024.11.22 05:57:55.919072 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257
7336 2024.11.22 05:57:55.944481 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7337 2024.11.22 05:57:55.944550 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7338 2024.11.22 05:57:55.952247 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7339 2024.11.22 05:57:55.953036 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7340 2024.11.22 05:57:55.958894 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257
7341 2024.11.22 05:57:56.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 208.96 MiB, peak 213.03 MiB, free memory in arenas 0.00 B, will set to 207.66 MiB (RSS), difference: -1.31 MiB
7342 2024.11.22 05:57:59.868457 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1022
7343 2024.11.22 05:57:59.871565 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7344 2024.11.22 05:57:59.871610 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7345 2024.11.22 05:57:59.873072 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7346 2024.11.22 05:57:59.873377 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7347 2024.11.22 05:57:59.874528 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1022
7348 2024.11.22 05:58:00.151957 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7349 2024.11.22 05:58:00.152174 [ 256 ] {4f4bfbf1-b700-4ff8-a12a-9df87c240f03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7350 2024.11.22 05:58:00.152259 [ 256 ] {4f4bfbf1-b700-4ff8-a12a-9df87c240f03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7351 2024.11.22 05:58:00.153075 [ 256 ] {4f4bfbf1-b700-4ff8-a12a-9df87c240f03} <Trace> oximeter.fields_ipaddr (99939db0-ec9a-4d46-b64a-a0023bb0c9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7352 2024.11.22 05:58:00.153132 [ 256 ] {4f4bfbf1-b700-4ff8-a12a-9df87c240f03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7353 2024.11.22 05:58:00.153577 [ 256 ] {4f4bfbf1-b700-4ff8-a12a-9df87c240f03} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
7354 2024.11.22 05:58:00.153833 [ 256 ] {4f4bfbf1-b700-4ff8-a12a-9df87c240f03} <Trace> oximeter.fields_ipaddr (99939db0-ec9a-4d46-b64a-a0023bb0c9b6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7355 2024.11.22 05:58:00.154100 [ 256 ] {4f4bfbf1-b700-4ff8-a12a-9df87c240f03} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001975 sec., 6075.949367088607 rows/sec., 495.45 KiB/sec.
7356 2024.11.22 05:58:00.154283 [ 256 ] {4f4bfbf1-b700-4ff8-a12a-9df87c240f03} <Debug> TCPHandler: Processed in 0.002464137 sec.
7357 2024.11.22 05:58:00.154488 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7358 2024.11.22 05:58:00.154636 [ 257 ] {fac63161-74a8-4b5b-ae32-78910cccc417} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7359 2024.11.22 05:58:00.154696 [ 257 ] {fac63161-74a8-4b5b-ae32-78910cccc417} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7360 2024.11.22 05:58:00.155990 [ 257 ] {fac63161-74a8-4b5b-ae32-78910cccc417} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7361 2024.11.22 05:58:00.156034 [ 257 ] {fac63161-74a8-4b5b-ae32-78910cccc417} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7362 2024.11.22 05:58:00.156498 [ 257 ] {fac63161-74a8-4b5b-ae32-78910cccc417} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7363 2024.11.22 05:58:00.156755 [ 257 ] {fac63161-74a8-4b5b-ae32-78910cccc417} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7364 2024.11.22 05:58:00.156989 [ 257 ] {fac63161-74a8-4b5b-ae32-78910cccc417} <Debug> executeQuery: Read 1248 rows, 105.82 KiB in 0.002388 sec., 522613.06532663316 rows/sec., 43.28 MiB/sec.
7365 2024.11.22 05:58:00.157047 [ 257 ] {fac63161-74a8-4b5b-ae32-78910cccc417} <Debug> TCPHandler: Processed in 0.002631011 sec.
7366 2024.11.22 05:58:00.157217 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7367 2024.11.22 05:58:00.157348 [ 256 ] {8e3c3b53-06ae-4c7a-a557-8be3f8b11edd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7368 2024.11.22 05:58:00.157405 [ 256 ] {8e3c3b53-06ae-4c7a-a557-8be3f8b11edd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7369 2024.11.22 05:58:00.158066 [ 256 ] {8e3c3b53-06ae-4c7a-a557-8be3f8b11edd} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7370 2024.11.22 05:58:00.158114 [ 256 ] {8e3c3b53-06ae-4c7a-a557-8be3f8b11edd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7371 2024.11.22 05:58:00.158525 [ 256 ] {8e3c3b53-06ae-4c7a-a557-8be3f8b11edd} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
7372 2024.11.22 05:58:00.158770 [ 256 ] {8e3c3b53-06ae-4c7a-a557-8be3f8b11edd} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7373 2024.11.22 05:58:00.159019 [ 256 ] {8e3c3b53-06ae-4c7a-a557-8be3f8b11edd} <Debug> executeQuery: Read 35 rows, 2.57 KiB in 0.001696 sec., 20636.79245283019 rows/sec., 1.48 MiB/sec.
7374 2024.11.22 05:58:00.159116 [ 256 ] {8e3c3b53-06ae-4c7a-a557-8be3f8b11edd} <Debug> TCPHandler: Processed in 0.001969893 sec.
7375 2024.11.22 05:58:00.159331 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7376 2024.11.22 05:58:00.159607 [ 257 ] {01401f80-b322-4a9f-9619-82abda8a506f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7377 2024.11.22 05:58:00.159669 [ 257 ] {01401f80-b322-4a9f-9619-82abda8a506f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7378 2024.11.22 05:58:00.160419 [ 257 ] {01401f80-b322-4a9f-9619-82abda8a506f} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7379 2024.11.22 05:58:00.160468 [ 257 ] {01401f80-b322-4a9f-9619-82abda8a506f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7380 2024.11.22 05:58:00.160832 [ 257 ] {01401f80-b322-4a9f-9619-82abda8a506f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
7381 2024.11.22 05:58:00.161077 [ 257 ] {01401f80-b322-4a9f-9619-82abda8a506f} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7382 2024.11.22 05:58:00.161266 [ 74 ] {} <Debug> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0
7383 2024.11.22 05:58:00.161300 [ 257 ] {01401f80-b322-4a9f-9619-82abda8a506f} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001778 sec., 128233.97075365578 rows/sec., 8.68 MiB/sec.
7384 2024.11.22 05:58:00.161352 [ 74 ] {} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7385 2024.11.22 05:58:00.161418 [ 257 ] {01401f80-b322-4a9f-9619-82abda8a506f} <Debug> TCPHandler: Processed in 0.00219419 sec.
7386 2024.11.22 05:58:00.161425 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7387 2024.11.22 05:58:00.161649 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7388 2024.11.22 05:58:00.161730 [ 193 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full
7389 2024.11.22 05:58:00.161868 [ 256 ] {71a8a9e3-e095-45e3-9730-b70c8f48430b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7390 2024.11.22 05:58:00.161965 [ 256 ] {71a8a9e3-e095-45e3-9730-b70c8f48430b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7391 2024.11.22 05:58:00.162275 [ 193 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7392 2024.11.22 05:58:00.162400 [ 193 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 243 rows starting from the beginning of the part
7393 2024.11.22 05:58:00.162790 [ 193 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 228 rows starting from the beginning of the part
7394 2024.11.22 05:58:00.163184 [ 193 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part
7395 2024.11.22 05:58:00.163551 [ 193 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part
7396 2024.11.22 05:58:00.163683 [ 193 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part
7397 2024.11.22 05:58:00.164035 [ 193 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 228 rows starting from the beginning of the part
7398 2024.11.22 05:58:00.164912 [ 256 ] {71a8a9e3-e095-45e3-9730-b70c8f48430b} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7399 2024.11.22 05:58:00.164983 [ 256 ] {71a8a9e3-e095-45e3-9730-b70c8f48430b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7400 2024.11.22 05:58:00.165969 [ 256 ] {71a8a9e3-e095-45e3-9730-b70c8f48430b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7401 2024.11.22 05:58:00.166490 [ 256 ] {71a8a9e3-e095-45e3-9730-b70c8f48430b} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7402 2024.11.22 05:58:00.167024 [ 193 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 741 rows, containing 5 columns (5 merged, 0 gathered) in 0.005449078 sec., 135986.308142405 rows/sec., 9.73 MiB/sec.
7403 2024.11.22 05:58:00.167063 [ 256 ] {71a8a9e3-e095-45e3-9730-b70c8f48430b} <Debug> executeQuery: Read 555 rows, 42.22 KiB in 0.005272 sec., 105273.14112291351 rows/sec., 7.82 MiB/sec.
7404 2024.11.22 05:58:00.167197 [ 256 ] {71a8a9e3-e095-45e3-9730-b70c8f48430b} <Debug> TCPHandler: Processed in 0.005673904 sec.
7405 2024.11.22 05:58:00.167381 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7406 2024.11.22 05:58:00.167464 [ 190 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary)
7407 2024.11.22 05:58:00.167602 [ 257 ] {34dfe316-e9e5-47ba-9f5a-f888a934ea00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7408 2024.11.22 05:58:00.167695 [ 257 ] {34dfe316-e9e5-47ba-9f5a-f888a934ea00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7409 2024.11.22 05:58:00.168238 [ 190 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_30_6} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7410 2024.11.22 05:58:00.168419 [ 190 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_30_6} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6
7411 2024.11.22 05:58:00.168550 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
7412 2024.11.22 05:58:00.168924 [ 257 ] {34dfe316-e9e5-47ba-9f5a-f888a934ea00} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7413 2024.11.22 05:58:00.168970 [ 257 ] {34dfe316-e9e5-47ba-9f5a-f888a934ea00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7414 2024.11.22 05:58:00.169429 [ 257 ] {34dfe316-e9e5-47ba-9f5a-f888a934ea00} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7415 2024.11.22 05:58:00.169677 [ 257 ] {34dfe316-e9e5-47ba-9f5a-f888a934ea00} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7416 2024.11.22 05:58:00.169894 [ 257 ] {34dfe316-e9e5-47ba-9f5a-f888a934ea00} <Debug> executeQuery: Read 886 rows, 61.05 KiB in 0.002381 sec., 372112.557748845 rows/sec., 25.04 MiB/sec.
7417 2024.11.22 05:58:00.169952 [ 257 ] {34dfe316-e9e5-47ba-9f5a-f888a934ea00} <Debug> TCPHandler: Processed in 0.002642822 sec.
7418 2024.11.22 05:58:00.170095 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7419 2024.11.22 05:58:00.170224 [ 256 ] {04685bce-b172-4675-bc7f-f65c43231113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7420 2024.11.22 05:58:00.170303 [ 256 ] {04685bce-b172-4675-bc7f-f65c43231113} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7421 2024.11.22 05:58:00.171413 [ 256 ] {04685bce-b172-4675-bc7f-f65c43231113} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7422 2024.11.22 05:58:00.171453 [ 256 ] {04685bce-b172-4675-bc7f-f65c43231113} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7423 2024.11.22 05:58:00.172087 [ 256 ] {04685bce-b172-4675-bc7f-f65c43231113} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
7424 2024.11.22 05:58:00.172354 [ 256 ] {04685bce-b172-4675-bc7f-f65c43231113} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7425 2024.11.22 05:58:00.172599 [ 256 ] {04685bce-b172-4675-bc7f-f65c43231113} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002403 sec., 9571.369121930918 rows/sec., 17.15 MiB/sec.
7426 2024.11.22 05:58:00.172706 [ 256 ] {04685bce-b172-4675-bc7f-f65c43231113} <Debug> TCPHandler: Processed in 0.002674302 sec.
7427 2024.11.22 05:58:00.172860 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7428 2024.11.22 05:58:00.172992 [ 257 ] {c4683c54-8a67-4e3e-89a1-b745321c1a51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7429 2024.11.22 05:58:00.173048 [ 257 ] {c4683c54-8a67-4e3e-89a1-b745321c1a51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7430 2024.11.22 05:58:00.173561 [ 257 ] {c4683c54-8a67-4e3e-89a1-b745321c1a51} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7431 2024.11.22 05:58:00.173601 [ 257 ] {c4683c54-8a67-4e3e-89a1-b745321c1a51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7432 2024.11.22 05:58:00.173961 [ 257 ] {c4683c54-8a67-4e3e-89a1-b745321c1a51} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7433 2024.11.22 05:58:00.174203 [ 257 ] {c4683c54-8a67-4e3e-89a1-b745321c1a51} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7434 2024.11.22 05:58:00.174415 [ 257 ] {c4683c54-8a67-4e3e-89a1-b745321c1a51} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001452 sec., 41322.31404958678 rows/sec., 2.78 MiB/sec.
7435 2024.11.22 05:58:00.174467 [ 257 ] {c4683c54-8a67-4e3e-89a1-b745321c1a51} <Debug> TCPHandler: Processed in 0.001670275 sec.
7436 2024.11.22 05:58:02.294979 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104
7437 2024.11.22 05:58:02.295725 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7438 2024.11.22 05:58:02.295792 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7439 2024.11.22 05:58:02.296515 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7440 2024.11.22 05:58:02.296873 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7441 2024.11.22 05:58:02.297196 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104
7442 2024.11.22 05:58:03.458972 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264
7443 2024.11.22 05:58:03.480491 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7444 2024.11.22 05:58:03.480562 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7445 2024.11.22 05:58:03.487883 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7446 2024.11.22 05:58:03.488651 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7447 2024.11.22 05:58:03.491577 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264
7448 2024.11.22 05:58:05.125548 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7449 2024.11.22 05:58:05.125774 [ 256 ] {b489f3c4-701d-43e8-8b3d-9ef9b8031e95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7450 2024.11.22 05:58:05.125852 [ 256 ] {b489f3c4-701d-43e8-8b3d-9ef9b8031e95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7451 2024.11.22 05:58:05.126703 [ 256 ] {b489f3c4-701d-43e8-8b3d-9ef9b8031e95} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7452 2024.11.22 05:58:05.126746 [ 256 ] {b489f3c4-701d-43e8-8b3d-9ef9b8031e95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7453 2024.11.22 05:58:05.127180 [ 256 ] {b489f3c4-701d-43e8-8b3d-9ef9b8031e95} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7454 2024.11.22 05:58:05.127437 [ 256 ] {b489f3c4-701d-43e8-8b3d-9ef9b8031e95} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7455 2024.11.22 05:58:05.127704 [ 256 ] {b489f3c4-701d-43e8-8b3d-9ef9b8031e95} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001988 sec., 7042.25352112676 rows/sec., 506.95 KiB/sec.
7456 2024.11.22 05:58:05.127943 [ 256 ] {b489f3c4-701d-43e8-8b3d-9ef9b8031e95} <Debug> TCPHandler: Processed in 0.002527319 sec.
7457 2024.11.22 05:58:05.128163 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7458 2024.11.22 05:58:05.128319 [ 257 ] {6f0850c3-5e40-4cd4-87f3-08eb981a3556} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7459 2024.11.22 05:58:05.128380 [ 257 ] {6f0850c3-5e40-4cd4-87f3-08eb981a3556} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7460 2024.11.22 05:58:05.129153 [ 257 ] {6f0850c3-5e40-4cd4-87f3-08eb981a3556} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7461 2024.11.22 05:58:05.129193 [ 257 ] {6f0850c3-5e40-4cd4-87f3-08eb981a3556} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7462 2024.11.22 05:58:05.129587 [ 257 ] {6f0850c3-5e40-4cd4-87f3-08eb981a3556} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7463 2024.11.22 05:58:05.129842 [ 257 ] {6f0850c3-5e40-4cd4-87f3-08eb981a3556} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7464 2024.11.22 05:58:05.129973 [ 93 ] {} <Debug> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7465 2024.11.22 05:58:05.130013 [ 93 ] {} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7466 2024.11.22 05:58:05.130035 [ 257 ] {6f0850c3-5e40-4cd4-87f3-08eb981a3556} <Debug> executeQuery: Read 239 rows, 21.37 KiB in 0.00175 sec., 136571.42857142858 rows/sec., 11.93 MiB/sec.
7467 2024.11.22 05:58:05.130039 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7468 2024.11.22 05:58:05.130103 [ 257 ] {6f0850c3-5e40-4cd4-87f3-08eb981a3556} <Debug> TCPHandler: Processed in 0.002023805 sec.
7469 2024.11.22 05:58:05.130313 [ 195 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
7470 2024.11.22 05:58:05.130327 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7471 2024.11.22 05:58:05.130608 [ 195 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7472 2024.11.22 05:58:05.130620 [ 256 ] {758c5a74-62fb-4744-9fc2-c09819ed3bf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7473 2024.11.22 05:58:05.130672 [ 195 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1436 rows starting from the beginning of the part
7474 2024.11.22 05:58:05.130717 [ 256 ] {758c5a74-62fb-4744-9fc2-c09819ed3bf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7475 2024.11.22 05:58:05.130998 [ 195 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 239 rows starting from the beginning of the part
7476 2024.11.22 05:58:05.131326 [ 195 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 102 rows starting from the beginning of the part
7477 2024.11.22 05:58:05.131675 [ 195 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 239 rows starting from the beginning of the part
7478 2024.11.22 05:58:05.131992 [ 195 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1248 rows starting from the beginning of the part
7479 2024.11.22 05:58:05.132379 [ 195 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 239 rows starting from the beginning of the part
7480 2024.11.22 05:58:05.133729 [ 256 ] {758c5a74-62fb-4744-9fc2-c09819ed3bf1} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7481 2024.11.22 05:58:05.133779 [ 256 ] {758c5a74-62fb-4744-9fc2-c09819ed3bf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7482 2024.11.22 05:58:05.134771 [ 256 ] {758c5a74-62fb-4744-9fc2-c09819ed3bf1} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7483 2024.11.22 05:58:05.135184 [ 256 ] {758c5a74-62fb-4744-9fc2-c09819ed3bf1} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7484 2024.11.22 05:58:05.135408 [ 256 ] {758c5a74-62fb-4744-9fc2-c09819ed3bf1} <Debug> executeQuery: Read 25 rows, 1.81 KiB in 0.004891 sec., 5111.4291555919035 rows/sec., 369.98 KiB/sec.
7485 2024.11.22 05:58:05.135492 [ 256 ] {758c5a74-62fb-4744-9fc2-c09819ed3bf1} <Debug> TCPHandler: Processed in 0.005286684 sec.
7486 2024.11.22 05:58:05.135700 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7487 2024.11.22 05:58:05.136005 [ 257 ] {6ac5288d-4baf-4414-83ee-36abb008e11b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7488 2024.11.22 05:58:05.136035 [ 201 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3503 rows, containing 5 columns (5 merged, 0 gathered) in 0.00588334 sec., 595410.0901868667 rows/sec., 52.39 MiB/sec.
7489 2024.11.22 05:58:05.136079 [ 257 ] {6ac5288d-4baf-4414-83ee-36abb008e11b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7490 2024.11.22 05:58:05.136510 [ 201 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7491 2024.11.22 05:58:05.137226 [ 201 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_51_10} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7492 2024.11.22 05:58:05.137373 [ 257 ] {6ac5288d-4baf-4414-83ee-36abb008e11b} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7493 2024.11.22 05:58:05.137439 [ 257 ] {6ac5288d-4baf-4414-83ee-36abb008e11b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7494 2024.11.22 05:58:05.137449 [ 201 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_51_10} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7495 2024.11.22 05:58:05.137644 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
7496 2024.11.22 05:58:05.137950 [ 257 ] {6ac5288d-4baf-4414-83ee-36abb008e11b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
7497 2024.11.22 05:58:05.138196 [ 257 ] {6ac5288d-4baf-4414-83ee-36abb008e11b} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7498 2024.11.22 05:58:05.138424 [ 257 ] {6ac5288d-4baf-4414-83ee-36abb008e11b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002479 sec., 5647.438483259379 rows/sec., 395.51 KiB/sec.
7499 2024.11.22 05:58:05.138506 [ 257 ] {6ac5288d-4baf-4414-83ee-36abb008e11b} <Debug> TCPHandler: Processed in 0.002907799 sec.
7500 2024.11.22 05:58:05.138670 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7501 2024.11.22 05:58:05.138774 [ 256 ] {6dbd3859-be2e-4c33-a8ad-5c7eff6a663a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7502 2024.11.22 05:58:05.138820 [ 256 ] {6dbd3859-be2e-4c33-a8ad-5c7eff6a663a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7503 2024.11.22 05:58:05.139348 [ 256 ] {6dbd3859-be2e-4c33-a8ad-5c7eff6a663a} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7504 2024.11.22 05:58:05.139393 [ 256 ] {6dbd3859-be2e-4c33-a8ad-5c7eff6a663a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7505 2024.11.22 05:58:05.139743 [ 256 ] {6dbd3859-be2e-4c33-a8ad-5c7eff6a663a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7506 2024.11.22 05:58:05.139985 [ 256 ] {6dbd3859-be2e-4c33-a8ad-5c7eff6a663a} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7507 2024.11.22 05:58:05.140167 [ 256 ] {6dbd3859-be2e-4c33-a8ad-5c7eff6a663a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001414 sec., 9193.776520509195 rows/sec., 573.23 KiB/sec.
7508 2024.11.22 05:58:05.140223 [ 256 ] {6dbd3859-be2e-4c33-a8ad-5c7eff6a663a} <Debug> TCPHandler: Processed in 0.001617224 sec.
7509 2024.11.22 05:58:05.140364 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7510 2024.11.22 05:58:05.140467 [ 257 ] {ca8013d1-456d-481c-b4ed-c269db8a95f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7511 2024.11.22 05:58:05.140512 [ 257 ] {ca8013d1-456d-481c-b4ed-c269db8a95f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7512 2024.11.22 05:58:05.141172 [ 257 ] {ca8013d1-456d-481c-b4ed-c269db8a95f2} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7513 2024.11.22 05:58:05.141213 [ 257 ] {ca8013d1-456d-481c-b4ed-c269db8a95f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7514 2024.11.22 05:58:05.141582 [ 257 ] {ca8013d1-456d-481c-b4ed-c269db8a95f2} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7515 2024.11.22 05:58:05.141817 [ 257 ] {ca8013d1-456d-481c-b4ed-c269db8a95f2} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7516 2024.11.22 05:58:05.141949 [ 93 ] {} <Debug> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7517 2024.11.22 05:58:05.141997 [ 93 ] {} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7518 2024.11.22 05:58:05.142003 [ 257 ] {ca8013d1-456d-481c-b4ed-c269db8a95f2} <Debug> executeQuery: Read 400 rows, 29.12 KiB in 0.001554 sec., 257400.2574002574 rows/sec., 18.30 MiB/sec.
7519 2024.11.22 05:58:05.142023 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7520 2024.11.22 05:58:05.142078 [ 257 ] {ca8013d1-456d-481c-b4ed-c269db8a95f2} <Debug> TCPHandler: Processed in 0.001757518 sec.
7521 2024.11.22 05:58:05.142364 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7522 2024.11.22 05:58:05.142442 [ 186 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
7523 2024.11.22 05:58:05.142912 [ 256 ] {cb358dc0-083e-4b4f-bfdf-936cf2b6c00d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7524 2024.11.22 05:58:05.143032 [ 186 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7525 2024.11.22 05:58:05.143161 [ 186 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 915 rows starting from the beginning of the part
7526 2024.11.22 05:58:05.143156 [ 256 ] {cb358dc0-083e-4b4f-bfdf-936cf2b6c00d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7527 2024.11.22 05:58:05.143519 [ 186 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 400 rows starting from the beginning of the part
7528 2024.11.22 05:58:05.143929 [ 186 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 87 rows starting from the beginning of the part
7529 2024.11.22 05:58:05.144304 [ 186 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 400 rows starting from the beginning of the part
7530 2024.11.22 05:58:05.144584 [ 186 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 555 rows starting from the beginning of the part
7531 2024.11.22 05:58:05.144779 [ 186 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 400 rows starting from the beginning of the part
7532 2024.11.22 05:58:05.145628 [ 256 ] {cb358dc0-083e-4b4f-bfdf-936cf2b6c00d} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7533 2024.11.22 05:58:05.145684 [ 256 ] {cb358dc0-083e-4b4f-bfdf-936cf2b6c00d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7534 2024.11.22 05:58:05.146569 [ 256 ] {cb358dc0-083e-4b4f-bfdf-936cf2b6c00d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7535 2024.11.22 05:58:05.147114 [ 256 ] {cb358dc0-083e-4b4f-bfdf-936cf2b6c00d} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7536 2024.11.22 05:58:05.147505 [ 256 ] {cb358dc0-083e-4b4f-bfdf-936cf2b6c00d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004831 sec., 1241.9788863589317 rows/sec., 64.89 KiB/sec.
7537 2024.11.22 05:58:05.147854 [ 256 ] {cb358dc0-083e-4b4f-bfdf-936cf2b6c00d} <Debug> TCPHandler: Processed in 0.005670294 sec.
7538 2024.11.22 05:58:05.148244 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7539 2024.11.22 05:58:05.148457 [ 201 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2757 rows, containing 5 columns (5 merged, 0 gathered) in 0.006336963 sec., 435066.45060102135 rows/sec., 33.21 MiB/sec.
7540 2024.11.22 05:58:05.148494 [ 257 ] {3643e0d3-e34e-4afa-b5c5-b91d8e521d0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7541 2024.11.22 05:58:05.148578 [ 257 ] {3643e0d3-e34e-4afa-b5c5-b91d8e521d0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7542 2024.11.22 05:58:05.148780 [ 201 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7543 2024.11.22 05:58:05.149411 [ 201 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_51_10} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7544 2024.11.22 05:58:05.149629 [ 201 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_51_10} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7545 2024.11.22 05:58:05.149833 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
7546 2024.11.22 05:58:05.149942 [ 257 ] {3643e0d3-e34e-4afa-b5c5-b91d8e521d0d} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7547 2024.11.22 05:58:05.149986 [ 257 ] {3643e0d3-e34e-4afa-b5c5-b91d8e521d0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7548 2024.11.22 05:58:05.150382 [ 257 ] {3643e0d3-e34e-4afa-b5c5-b91d8e521d0d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7549 2024.11.22 05:58:05.150624 [ 257 ] {3643e0d3-e34e-4afa-b5c5-b91d8e521d0d} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7550 2024.11.22 05:58:05.150766 [ 93 ] {} <Debug> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7551 2024.11.22 05:58:05.150806 [ 93 ] {} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7552 2024.11.22 05:58:05.150815 [ 257 ] {3643e0d3-e34e-4afa-b5c5-b91d8e521d0d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002388 sec., 99246.23115577889 rows/sec., 6.65 MiB/sec.
7553 2024.11.22 05:58:05.150833 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7554 2024.11.22 05:58:05.151000 [ 257 ] {3643e0d3-e34e-4afa-b5c5-b91d8e521d0d} <Debug> TCPHandler: Processed in 0.002966061 sec.
7555 2024.11.22 05:58:05.151269 [ 199 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
7556 2024.11.22 05:58:05.151365 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7557 2024.11.22 05:58:05.151935 [ 199 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7558 2024.11.22 05:58:05.151976 [ 256 ] {69b165a9-3da4-4e59-b91f-b89d9f545476} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7559 2024.11.22 05:58:05.152066 [ 199 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14656 rows starting from the beginning of the part
7560 2024.11.22 05:58:05.152199 [ 256 ] {69b165a9-3da4-4e59-b91f-b89d9f545476} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7561 2024.11.22 05:58:05.152411 [ 199 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 237 rows starting from the beginning of the part
7562 2024.11.22 05:58:05.152779 [ 199 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part
7563 2024.11.22 05:58:05.153116 [ 199 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 237 rows starting from the beginning of the part
7564 2024.11.22 05:58:05.153447 [ 199 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 886 rows starting from the beginning of the part
7565 2024.11.22 05:58:05.153767 [ 199 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 237 rows starting from the beginning of the part
7566 2024.11.22 05:58:05.154698 [ 256 ] {69b165a9-3da4-4e59-b91f-b89d9f545476} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7567 2024.11.22 05:58:05.154768 [ 256 ] {69b165a9-3da4-4e59-b91f-b89d9f545476} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7568 2024.11.22 05:58:05.155326 [ 256 ] {69b165a9-3da4-4e59-b91f-b89d9f545476} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7569 2024.11.22 05:58:05.155646 [ 256 ] {69b165a9-3da4-4e59-b91f-b89d9f545476} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7570 2024.11.22 05:58:05.155920 [ 93 ] {} <Debug> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0
7571 2024.11.22 05:58:05.156003 [ 93 ] {} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7572 2024.11.22 05:58:05.156074 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7573 2024.11.22 05:58:05.156264 [ 256 ] {69b165a9-3da4-4e59-b91f-b89d9f545476} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004538 sec., 220.36139268400174 rows/sec., 14.85 KiB/sec.
7574 2024.11.22 05:58:05.156584 [ 196 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full
7575 2024.11.22 05:58:05.156662 [ 256 ] {69b165a9-3da4-4e59-b91f-b89d9f545476} <Debug> TCPHandler: Processed in 0.005509659 sec.
7576 2024.11.22 05:58:05.156958 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7577 2024.11.22 05:58:05.157176 [ 196 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7578 2024.11.22 05:58:05.157293 [ 196 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 20 rows starting from the beginning of the part
7579 2024.11.22 05:58:05.157311 [ 257 ] {368a7c22-d9b8-4a9a-b8ed-f3a30b8951fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7580 2024.11.22 05:58:05.157737 [ 196 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part
7581 2024.11.22 05:58:05.158006 [ 257 ] {368a7c22-d9b8-4a9a-b8ed-f3a30b8951fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7582 2024.11.22 05:58:05.158264 [ 196 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part
7583 2024.11.22 05:58:05.158712 [ 196 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part
7584 2024.11.22 05:58:05.159201 [ 196 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part
7585 2024.11.22 05:58:05.159731 [ 196 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part
7586 2024.11.22 05:58:05.163640 [ 200 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16413 rows, containing 5 columns (5 merged, 0 gathered) in 0.012692485 sec., 1293127.3899476738 rows/sec., 87.35 MiB/sec.
7587 2024.11.22 05:58:05.163743 [ 197 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.007505414 sec., 3330.928846829768 rows/sec., 223.93 KiB/sec.
7588 2024.11.22 05:58:05.164006 [ 192 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary)
7589 2024.11.22 05:58:05.164021 [ 194 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7590 2024.11.22 05:58:05.164708 [ 257 ] {368a7c22-d9b8-4a9a-b8ed-f3a30b8951fb} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7591 2024.11.22 05:58:05.164775 [ 257 ] {368a7c22-d9b8-4a9a-b8ed-f3a30b8951fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7592 2024.11.22 05:58:05.164979 [ 192 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_25_5} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7593 2024.11.22 05:58:05.165271 [ 192 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_25_5} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5
7594 2024.11.22 05:58:05.165352 [ 194 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7595 2024.11.22 05:58:05.165490 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
7596 2024.11.22 05:58:05.165688 [ 194 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7597 2024.11.22 05:58:05.165875 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB.
7598 2024.11.22 05:58:05.166276 [ 257 ] {368a7c22-d9b8-4a9a-b8ed-f3a30b8951fb} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7599 2024.11.22 05:58:05.166554 [ 257 ] {368a7c22-d9b8-4a9a-b8ed-f3a30b8951fb} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7600 2024.11.22 05:58:05.166773 [ 257 ] {368a7c22-d9b8-4a9a-b8ed-f3a30b8951fb} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.009573 sec., 1880.288310874334 rows/sec., 3.37 MiB/sec.
7601 2024.11.22 05:58:05.166914 [ 257 ] {368a7c22-d9b8-4a9a-b8ed-f3a30b8951fb} <Debug> TCPHandler: Processed in 0.010123875 sec.
7602 2024.11.22 05:58:05.167075 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7603 2024.11.22 05:58:05.167190 [ 256 ] {8305beec-3314-4379-9e0e-6a5806126c9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7604 2024.11.22 05:58:05.167238 [ 256 ] {8305beec-3314-4379-9e0e-6a5806126c9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7605 2024.11.22 05:58:05.167689 [ 256 ] {8305beec-3314-4379-9e0e-6a5806126c9a} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7606 2024.11.22 05:58:05.167725 [ 256 ] {8305beec-3314-4379-9e0e-6a5806126c9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7607 2024.11.22 05:58:05.168102 [ 256 ] {8305beec-3314-4379-9e0e-6a5806126c9a} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7608 2024.11.22 05:58:05.168345 [ 256 ] {8305beec-3314-4379-9e0e-6a5806126c9a} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7609 2024.11.22 05:58:05.168472 [ 93 ] {} <Debug> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7610 2024.11.22 05:58:05.168509 [ 93 ] {} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7611 2024.11.22 05:58:05.168531 [ 256 ] {8305beec-3314-4379-9e0e-6a5806126c9a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001364 sec., 60117.302052785926 rows/sec., 3.82 MiB/sec.
7612 2024.11.22 05:58:05.168534 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7613 2024.11.22 05:58:05.168619 [ 256 ] {8305beec-3314-4379-9e0e-6a5806126c9a} <Debug> TCPHandler: Processed in 0.001603414 sec.
7614 2024.11.22 05:58:05.168671 [ 200 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
7615 2024.11.22 05:58:05.168768 [ 200 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7616 2024.11.22 05:58:05.168796 [ 200 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 3066 rows starting from the beginning of the part
7617 2024.11.22 05:58:05.168853 [ 200 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part
7618 2024.11.22 05:58:05.169097 [ 200 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part
7619 2024.11.22 05:58:05.169243 [ 200 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 82 rows starting from the beginning of the part
7620 2024.11.22 05:58:05.169411 [ 200 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part
7621 2024.11.22 05:58:05.169519 [ 200 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 82 rows starting from the beginning of the part
7622 2024.11.22 05:58:05.171096 [ 194 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3432 rows, containing 4 columns (4 merged, 0 gathered) in 0.002478637 sec., 1384631.9569989473 rows/sec., 90.20 MiB/sec.
7623 2024.11.22 05:58:05.171405 [ 192 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7624 2024.11.22 05:58:05.171701 [ 192 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_51_10} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7625 2024.11.22 05:58:05.171781 [ 192 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_51_10} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7626 2024.11.22 05:58:05.171850 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
7627 2024.11.22 05:58:08.393001 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44894, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7628 2024.11.22 05:58:08.605481 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64878, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7629 2024.11.22 05:58:08.640944 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37925, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7630 2024.11.22 05:58:08.721398 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55897, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7631 2024.11.22 05:58:08.767781 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46268, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7632 2024.11.22 05:58:08.796134 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35003, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7633 2024.11.22 05:58:08.815529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40259, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7634 2024.11.22 05:58:08.831823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61639, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7635 2024.11.22 05:58:09.665633 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache
7636 2024.11.22 05:58:09.665718 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache
7637 2024.11.22 05:58:09.797335 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531
7638 2024.11.22 05:58:09.797970 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7639 2024.11.22 05:58:09.798013 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7640 2024.11.22 05:58:09.798539 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7641 2024.11.22 05:58:09.798791 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7642 2024.11.22 05:58:09.798981 [ 88 ] {} <Debug> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7643 2024.11.22 05:58:09.799063 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531
7644 2024.11.22 05:58:09.799073 [ 88 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7645 2024.11.22 05:58:09.799115 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7646 2024.11.22 05:58:09.799345 [ 192 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::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
7647 2024.11.22 05:58:09.799570 [ 192 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7648 2024.11.22 05:58:09.799614 [ 192 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part
7649 2024.11.22 05:58:09.799693 [ 192 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 427 rows starting from the beginning of the part
7650 2024.11.22 05:58:09.799920 [ 192 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 488 rows starting from the beginning of the part
7651 2024.11.22 05:58:09.800139 [ 192 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 427 rows starting from the beginning of the part
7652 2024.11.22 05:58:09.800277 [ 192 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 488 rows starting from the beginning of the part
7653 2024.11.22 05:58:09.800418 [ 192 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 427 rows starting from the beginning of the part
7654 2024.11.22 05:58:09.803076 [ 194 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003878765 sec., 4261923.576189844 rows/sec., 60.97 MiB/sec.
7655 2024.11.22 05:58:09.803269 [ 194 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7656 2024.11.22 05:58:09.803785 [ 194 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_36_7} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7657 2024.11.22 05:58:09.803892 [ 194 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_36_7} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7658 2024.11.22 05:58:09.804000 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB.
7659 2024.11.22 05:58:09.874727 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1060
7660 2024.11.22 05:58:09.878392 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7661 2024.11.22 05:58:09.878465 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7662 2024.11.22 05:58:09.879978 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7663 2024.11.22 05:58:09.880299 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7664 2024.11.22 05:58:09.880462 [ 88 ] {} <Debug> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
7665 2024.11.22 05:58:09.880526 [ 88 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7666 2024.11.22 05:58:09.880563 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7667 2024.11.22 05:58:09.881111 [ 192 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::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
7668 2024.11.22 05:58:09.881943 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1060
7669 2024.11.22 05:58:09.882420 [ 192 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7670 2024.11.22 05:58:09.882595 [ 192 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 884 rows starting from the beginning of the part
7671 2024.11.22 05:58:09.883221 [ 192 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 34 rows starting from the beginning of the part
7672 2024.11.22 05:58:09.883802 [ 192 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 36 rows starting from the beginning of the part
7673 2024.11.22 05:58:09.884501 [ 192 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 34 rows starting from the beginning of the part
7674 2024.11.22 05:58:09.885195 [ 192 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 34 rows starting from the beginning of the part
7675 2024.11.22 05:58:09.885821 [ 192 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 38 rows starting from the beginning of the part
7676 2024.11.22 05:58:09.894198 [ 194 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 72 columns (72 merged, 0 gathered) in 0.013501886 sec., 78507.55072291383 rows/sec., 63.46 MiB/sec.
7677 2024.11.22 05:58:09.895570 [ 194 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
7678 2024.11.22 05:58:09.896347 [ 194 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_26_5} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7679 2024.11.22 05:58:09.896437 [ 194 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_26_5} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
7680 2024.11.22 05:58:09.896773 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.47 MiB.
7681 2024.11.22 05:58:10.121806 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7682 2024.11.22 05:58:10.121998 [ 256 ] {f198938c-f231-4de0-8858-9034b855c597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7683 2024.11.22 05:58:10.122075 [ 256 ] {f198938c-f231-4de0-8858-9034b855c597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7684 2024.11.22 05:58:10.122913 [ 256 ] {f198938c-f231-4de0-8858-9034b855c597} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7685 2024.11.22 05:58:10.122961 [ 256 ] {f198938c-f231-4de0-8858-9034b855c597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7686 2024.11.22 05:58:10.123371 [ 256 ] {f198938c-f231-4de0-8858-9034b855c597} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7687 2024.11.22 05:58:10.123622 [ 256 ] {f198938c-f231-4de0-8858-9034b855c597} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7688 2024.11.22 05:58:10.123873 [ 256 ] {f198938c-f231-4de0-8858-9034b855c597} <Debug> executeQuery: Read 102 rows, 8.82 KiB in 0.001922 sec., 53069.71904266389 rows/sec., 4.48 MiB/sec.
7689 2024.11.22 05:58:10.123952 [ 256 ] {f198938c-f231-4de0-8858-9034b855c597} <Debug> TCPHandler: Processed in 0.002272402 sec.
7690 2024.11.22 05:58:10.124196 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7691 2024.11.22 05:58:10.124354 [ 257 ] {56ae3077-556b-43c5-b83a-943ec4f1c004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7692 2024.11.22 05:58:10.124406 [ 257 ] {56ae3077-556b-43c5-b83a-943ec4f1c004} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7693 2024.11.22 05:58:10.124984 [ 257 ] {56ae3077-556b-43c5-b83a-943ec4f1c004} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7694 2024.11.22 05:58:10.125028 [ 257 ] {56ae3077-556b-43c5-b83a-943ec4f1c004} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7695 2024.11.22 05:58:10.125412 [ 257 ] {56ae3077-556b-43c5-b83a-943ec4f1c004} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7696 2024.11.22 05:58:10.125667 [ 257 ] {56ae3077-556b-43c5-b83a-943ec4f1c004} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7697 2024.11.22 05:58:10.125912 [ 257 ] {56ae3077-556b-43c5-b83a-943ec4f1c004} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001584 sec., 14520.202020202021 rows/sec., 1.07 MiB/sec.
7698 2024.11.22 05:58:10.125993 [ 257 ] {56ae3077-556b-43c5-b83a-943ec4f1c004} <Debug> TCPHandler: Processed in 0.001918621 sec.
7699 2024.11.22 05:58:10.126156 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7700 2024.11.22 05:58:10.126274 [ 256 ] {5fe65703-07a6-4aef-b4fb-470ed3e77cab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7701 2024.11.22 05:58:10.126323 [ 256 ] {5fe65703-07a6-4aef-b4fb-470ed3e77cab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7702 2024.11.22 05:58:10.126874 [ 256 ] {5fe65703-07a6-4aef-b4fb-470ed3e77cab} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7703 2024.11.22 05:58:10.126914 [ 256 ] {5fe65703-07a6-4aef-b4fb-470ed3e77cab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7704 2024.11.22 05:58:10.127272 [ 256 ] {5fe65703-07a6-4aef-b4fb-470ed3e77cab} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7705 2024.11.22 05:58:10.127508 [ 256 ] {5fe65703-07a6-4aef-b4fb-470ed3e77cab} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7706 2024.11.22 05:58:10.127753 [ 256 ] {5fe65703-07a6-4aef-b4fb-470ed3e77cab} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001496 sec., 58155.08021390375 rows/sec., 4.54 MiB/sec.
7707 2024.11.22 05:58:10.127927 [ 256 ] {5fe65703-07a6-4aef-b4fb-470ed3e77cab} <Debug> TCPHandler: Processed in 0.00182998 sec.
7708 2024.11.22 05:58:10.128154 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7709 2024.11.22 05:58:10.128313 [ 257 ] {5f6e55b9-1cb1-49cc-8af2-cd23f91c0f77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7710 2024.11.22 05:58:10.128366 [ 257 ] {5f6e55b9-1cb1-49cc-8af2-cd23f91c0f77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7711 2024.11.22 05:58:10.128966 [ 257 ] {5f6e55b9-1cb1-49cc-8af2-cd23f91c0f77} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7712 2024.11.22 05:58:10.129007 [ 257 ] {5f6e55b9-1cb1-49cc-8af2-cd23f91c0f77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7713 2024.11.22 05:58:10.129412 [ 257 ] {5f6e55b9-1cb1-49cc-8af2-cd23f91c0f77} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7714 2024.11.22 05:58:10.129665 [ 257 ] {5f6e55b9-1cb1-49cc-8af2-cd23f91c0f77} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7715 2024.11.22 05:58:10.129880 [ 257 ] {5f6e55b9-1cb1-49cc-8af2-cd23f91c0f77} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001594 sec., 100376.41154328734 rows/sec., 6.99 MiB/sec.
7716 2024.11.22 05:58:10.129944 [ 257 ] {5f6e55b9-1cb1-49cc-8af2-cd23f91c0f77} <Debug> TCPHandler: Processed in 0.001915322 sec.
7717 2024.11.22 05:58:10.130103 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7718 2024.11.22 05:58:10.130217 [ 256 ] {b7a0b37c-12ef-49e3-ad44-35463e03de98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7719 2024.11.22 05:58:10.130285 [ 256 ] {b7a0b37c-12ef-49e3-ad44-35463e03de98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7720 2024.11.22 05:58:10.131349 [ 256 ] {b7a0b37c-12ef-49e3-ad44-35463e03de98} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7721 2024.11.22 05:58:10.131388 [ 256 ] {b7a0b37c-12ef-49e3-ad44-35463e03de98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7722 2024.11.22 05:58:10.132009 [ 256 ] {b7a0b37c-12ef-49e3-ad44-35463e03de98} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7723 2024.11.22 05:58:10.132272 [ 256 ] {b7a0b37c-12ef-49e3-ad44-35463e03de98} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7724 2024.11.22 05:58:10.132528 [ 256 ] {b7a0b37c-12ef-49e3-ad44-35463e03de98} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002333 sec., 9858.551221603086 rows/sec., 17.67 MiB/sec.
7725 2024.11.22 05:58:10.132646 [ 256 ] {b7a0b37c-12ef-49e3-ad44-35463e03de98} <Debug> TCPHandler: Processed in 0.00259627 sec.
7726 2024.11.22 05:58:10.132803 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7727 2024.11.22 05:58:10.132913 [ 257 ] {38b80df4-eede-4eb1-a675-83190e6aa608} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7728 2024.11.22 05:58:10.132961 [ 257 ] {38b80df4-eede-4eb1-a675-83190e6aa608} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7729 2024.11.22 05:58:10.133414 [ 257 ] {38b80df4-eede-4eb1-a675-83190e6aa608} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7730 2024.11.22 05:58:10.133454 [ 257 ] {38b80df4-eede-4eb1-a675-83190e6aa608} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7731 2024.11.22 05:58:10.133808 [ 257 ] {38b80df4-eede-4eb1-a675-83190e6aa608} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7732 2024.11.22 05:58:10.134043 [ 257 ] {38b80df4-eede-4eb1-a675-83190e6aa608} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7733 2024.11.22 05:58:10.134248 [ 257 ] {38b80df4-eede-4eb1-a675-83190e6aa608} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001357 sec., 44215.18054532056 rows/sec., 2.98 MiB/sec.
7734 2024.11.22 05:58:10.134298 [ 257 ] {38b80df4-eede-4eb1-a675-83190e6aa608} <Debug> TCPHandler: Processed in 0.001557922 sec.
7735 2024.11.22 05:58:10.991625 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272
7736 2024.11.22 05:58:11.014950 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7737 2024.11.22 05:58:11.015010 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7738 2024.11.22 05:58:11.022130 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7739 2024.11.22 05:58:11.022899 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7740 2024.11.22 05:58:11.023234 [ 86 ] {} <Debug> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7741 2024.11.22 05:58:11.023310 [ 86 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7742 2024.11.22 05:58:11.023359 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7743 2024.11.22 05:58:11.024070 [ 190 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::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
7744 2024.11.22 05:58:11.039292 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272
7745 2024.11.22 05:58:11.040946 [ 190 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7746 2024.11.22 05:58:11.042621 [ 190 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part
7747 2024.11.22 05:58:11.048648 [ 190 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 8 rows starting from the beginning of the part
7748 2024.11.22 05:58:11.054327 [ 190 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 7 rows starting from the beginning of the part
7749 2024.11.22 05:58:11.059714 [ 190 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 8 rows starting from the beginning of the part
7750 2024.11.22 05:58:11.065212 [ 190 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 7 rows starting from the beginning of the part
7751 2024.11.22 05:58:11.069504 [ 190 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part
7752 2024.11.22 05:58:11.130044 [ 193 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.106542583 sec., 2552.969829912984 rows/sec., 13.20 MiB/sec.
7753 2024.11.22 05:58:11.133221 [ 187 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7754 2024.11.22 05:58:11.136340 [ 187 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_36_7} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7755 2024.11.22 05:58:11.136479 [ 187 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_36_7} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7756 2024.11.22 05:58:11.139052 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB.
7757 2024.11.22 05:58:11.622306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47512, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7758 2024.11.22 05:58:12.327322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50846, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7759 2024.11.22 05:58:12.348726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39948, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7760 2024.11.22 05:58:12.425741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40412, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7761 2024.11.22 05:58:12.450067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53686, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7762 2024.11.22 05:58:12.464665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48302, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7763 2024.11.22 05:58:12.465923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55673, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7764 2024.11.22 05:58:12.481155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59456, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7765 2024.11.22 05:58:12.754725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51660, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7766 2024.11.22 05:58:13.252098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41544, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7767 2024.11.22 05:58:13.286739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56780, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7768 2024.11.22 05:58:13.445310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52433, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7769 2024.11.22 05:58:13.545693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57561, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7770 2024.11.22 05:58:13.554054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64499, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7771 2024.11.22 05:58:13.587495 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42491, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7772 2024.11.22 05:58:13.588803 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57909, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7773 2024.11.22 05:58:13.614529 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59745, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7774 2024.11.22 05:58:13.934527 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51614, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7775 2024.11.22 05:58:13.960224 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59321, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7776 2024.11.22 05:58:14.101710 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46137, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7777 2024.11.22 05:58:14.111222 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53905, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7778 2024.11.22 05:58:14.245698 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35509, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7779 2024.11.22 05:58:14.277430 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62407, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7780 2024.11.22 05:58:14.307848 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46114, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
7781 2024.11.22 05:58:15.128063 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7782 2024.11.22 05:58:15.128346 [ 256 ] {dfec9993-1f9b-4a58-9f3c-84275f50ef8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7783 2024.11.22 05:58:15.128462 [ 256 ] {dfec9993-1f9b-4a58-9f3c-84275f50ef8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7784 2024.11.22 05:58:15.129509 [ 256 ] {dfec9993-1f9b-4a58-9f3c-84275f50ef8d} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7785 2024.11.22 05:58:15.129587 [ 256 ] {dfec9993-1f9b-4a58-9f3c-84275f50ef8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7786 2024.11.22 05:58:15.130253 [ 256 ] {dfec9993-1f9b-4a58-9f3c-84275f50ef8d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7787 2024.11.22 05:58:15.130622 [ 256 ] {dfec9993-1f9b-4a58-9f3c-84275f50ef8d} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7788 2024.11.22 05:58:15.130923 [ 82 ] {} <Debug> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
7789 2024.11.22 05:58:15.131002 [ 256 ] {dfec9993-1f9b-4a58-9f3c-84275f50ef8d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002713 sec., 5160.339107998525 rows/sec., 371.48 KiB/sec.
7790 2024.11.22 05:58:15.131033 [ 82 ] {} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7791 2024.11.22 05:58:15.131112 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7792 2024.11.22 05:58:15.131179 [ 256 ] {dfec9993-1f9b-4a58-9f3c-84275f50ef8d} <Debug> TCPHandler: Processed in 0.00332297 sec.
7793 2024.11.22 05:58:15.131507 [ 194 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full
7794 2024.11.22 05:58:15.131658 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7795 2024.11.22 05:58:15.131856 [ 194 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7796 2024.11.22 05:58:15.131928 [ 257 ] {d4a7c00f-7255-49bc-8cf1-3edfe59569ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7797 2024.11.22 05:58:15.131955 [ 194 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 14 rows starting from the beginning of the part
7798 2024.11.22 05:58:15.132049 [ 257 ] {d4a7c00f-7255-49bc-8cf1-3edfe59569ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7799 2024.11.22 05:58:15.132264 [ 194 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part
7800 2024.11.22 05:58:15.132668 [ 194 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part
7801 2024.11.22 05:58:15.133014 [ 194 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part
7802 2024.11.22 05:58:15.133420 [ 194 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part
7803 2024.11.22 05:58:15.134985 [ 257 ] {d4a7c00f-7255-49bc-8cf1-3edfe59569ab} <Trace> oximeter.fields_ipaddr (99939db0-ec9a-4d46-b64a-a0023bb0c9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7804 2024.11.22 05:58:15.135058 [ 257 ] {d4a7c00f-7255-49bc-8cf1-3edfe59569ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
7805 2024.11.22 05:58:15.136163 [ 257 ] {d4a7c00f-7255-49bc-8cf1-3edfe59569ab} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
7806 2024.11.22 05:58:15.136649 [ 194 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.005371986 sec., 13030.562626187038 rows/sec., 988.93 KiB/sec.
7807 2024.11.22 05:58:15.136856 [ 257 ] {d4a7c00f-7255-49bc-8cf1-3edfe59569ab} <Trace> oximeter.fields_ipaddr (99939db0-ec9a-4d46-b64a-a0023bb0c9b6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7808 2024.11.22 05:58:15.136938 [ 194 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
7809 2024.11.22 05:58:15.137479 [ 257 ] {d4a7c00f-7255-49bc-8cf1-3edfe59569ab} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.005584 sec., 1074.4985673352435 rows/sec., 87.62 KiB/sec.
7810 2024.11.22 05:58:15.137693 [ 257 ] {d4a7c00f-7255-49bc-8cf1-3edfe59569ab} <Debug> TCPHandler: Processed in 0.006111156 sec.
7811 2024.11.22 05:58:15.137784 [ 194 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_25_6} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7812 2024.11.22 05:58:15.137968 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7813 2024.11.22 05:58:15.137982 [ 194 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_25_6} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
7814 2024.11.22 05:58:15.138196 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7815 2024.11.22 05:58:15.138231 [ 256 ] {9802ed5c-a21d-41a8-a914-42e9dc9f3dd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7816 2024.11.22 05:58:15.138314 [ 256 ] {9802ed5c-a21d-41a8-a914-42e9dc9f3dd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7817 2024.11.22 05:58:15.139205 [ 256 ] {9802ed5c-a21d-41a8-a914-42e9dc9f3dd5} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7818 2024.11.22 05:58:15.139263 [ 256 ] {9802ed5c-a21d-41a8-a914-42e9dc9f3dd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7819 2024.11.22 05:58:15.139839 [ 256 ] {9802ed5c-a21d-41a8-a914-42e9dc9f3dd5} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7820 2024.11.22 05:58:15.140203 [ 256 ] {9802ed5c-a21d-41a8-a914-42e9dc9f3dd5} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7821 2024.11.22 05:58:15.140485 [ 256 ] {9802ed5c-a21d-41a8-a914-42e9dc9f3dd5} <Debug> executeQuery: Read 242 rows, 21.59 KiB in 0.002336 sec., 103595.8904109589 rows/sec., 9.03 MiB/sec.
7822 2024.11.22 05:58:15.140565 [ 256 ] {9802ed5c-a21d-41a8-a914-42e9dc9f3dd5} <Debug> TCPHandler: Processed in 0.002709133 sec.
7823 2024.11.22 05:58:15.140762 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7824 2024.11.22 05:58:15.140899 [ 257 ] {088dd860-2e9a-41ba-893f-5c056281eb73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7825 2024.11.22 05:58:15.140966 [ 257 ] {088dd860-2e9a-41ba-893f-5c056281eb73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7826 2024.11.22 05:58:15.141704 [ 257 ] {088dd860-2e9a-41ba-893f-5c056281eb73} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7827 2024.11.22 05:58:15.141752 [ 257 ] {088dd860-2e9a-41ba-893f-5c056281eb73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7828 2024.11.22 05:58:15.142208 [ 257 ] {088dd860-2e9a-41ba-893f-5c056281eb73} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7829 2024.11.22 05:58:15.142522 [ 257 ] {088dd860-2e9a-41ba-893f-5c056281eb73} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7830 2024.11.22 05:58:15.142728 [ 82 ] {} <Debug> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7831 2024.11.22 05:58:15.142816 [ 82 ] {} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7832 2024.11.22 05:58:15.142845 [ 257 ] {088dd860-2e9a-41ba-893f-5c056281eb73} <Debug> executeQuery: Read 31 rows, 2.23 KiB in 0.001974 sec., 15704.154002026342 rows/sec., 1.10 MiB/sec.
7833 2024.11.22 05:58:15.142857 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7834 2024.11.22 05:58:15.143026 [ 257 ] {088dd860-2e9a-41ba-893f-5c056281eb73} <Debug> TCPHandler: Processed in 0.002320693 sec.
7835 2024.11.22 05:58:15.143155 [ 191 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
7836 2024.11.22 05:58:15.143302 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7837 2024.11.22 05:58:15.143387 [ 191 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7838 2024.11.22 05:58:15.143451 [ 191 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 66 rows starting from the beginning of the part
7839 2024.11.22 05:58:15.143595 [ 256 ] {f70971b5-697a-420f-9b0e-1f175b4cab66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7840 2024.11.22 05:58:15.143696 [ 191 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 25 rows starting from the beginning of the part
7841 2024.11.22 05:58:15.143774 [ 256 ] {f70971b5-697a-420f-9b0e-1f175b4cab66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7842 2024.11.22 05:58:15.143939 [ 191 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 35 rows starting from the beginning of the part
7843 2024.11.22 05:58:15.144335 [ 191 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 25 rows starting from the beginning of the part
7844 2024.11.22 05:58:15.144640 [ 191 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 23 rows starting from the beginning of the part
7845 2024.11.22 05:58:15.144970 [ 191 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 31 rows starting from the beginning of the part
7846 2024.11.22 05:58:15.147368 [ 256 ] {f70971b5-697a-420f-9b0e-1f175b4cab66} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7847 2024.11.22 05:58:15.147466 [ 256 ] {f70971b5-697a-420f-9b0e-1f175b4cab66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
7848 2024.11.22 05:58:15.148355 [ 197 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 205 rows, containing 5 columns (5 merged, 0 gathered) in 0.005347646 sec., 38334.62424401316 rows/sec., 2.87 MiB/sec.
7849 2024.11.22 05:58:15.148650 [ 191 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7850 2024.11.22 05:58:15.148739 [ 256 ] {f70971b5-697a-420f-9b0e-1f175b4cab66} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
7851 2024.11.22 05:58:15.149196 [ 191 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_51_10} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7852 2024.11.22 05:58:15.149380 [ 191 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_51_10} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7853 2024.11.22 05:58:15.149470 [ 256 ] {f70971b5-697a-420f-9b0e-1f175b4cab66} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7854 2024.11.22 05:58:15.149558 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
7855 2024.11.22 05:58:15.149898 [ 256 ] {f70971b5-697a-420f-9b0e-1f175b4cab66} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006409 sec., 2184.4281479169917 rows/sec., 152.98 KiB/sec.
7856 2024.11.22 05:58:15.150068 [ 256 ] {f70971b5-697a-420f-9b0e-1f175b4cab66} <Debug> TCPHandler: Processed in 0.006863756 sec.
7857 2024.11.22 05:58:15.150269 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7858 2024.11.22 05:58:15.150405 [ 257 ] {62a0ab08-71e7-4e6a-9a7e-1c8e6080e69a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7859 2024.11.22 05:58:15.150463 [ 257 ] {62a0ab08-71e7-4e6a-9a7e-1c8e6080e69a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7860 2024.11.22 05:58:15.151191 [ 257 ] {62a0ab08-71e7-4e6a-9a7e-1c8e6080e69a} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7861 2024.11.22 05:58:15.151240 [ 257 ] {62a0ab08-71e7-4e6a-9a7e-1c8e6080e69a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7862 2024.11.22 05:58:15.151688 [ 257 ] {62a0ab08-71e7-4e6a-9a7e-1c8e6080e69a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7863 2024.11.22 05:58:15.151992 [ 257 ] {62a0ab08-71e7-4e6a-9a7e-1c8e6080e69a} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7864 2024.11.22 05:58:15.152212 [ 82 ] {} <Debug> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
7865 2024.11.22 05:58:15.152281 [ 82 ] {} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7866 2024.11.22 05:58:15.152325 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7867 2024.11.22 05:58:15.152325 [ 257 ] {62a0ab08-71e7-4e6a-9a7e-1c8e6080e69a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001939 sec., 6704.486848891182 rows/sec., 418.02 KiB/sec.
7868 2024.11.22 05:58:15.152576 [ 257 ] {62a0ab08-71e7-4e6a-9a7e-1c8e6080e69a} <Debug> TCPHandler: Processed in 0.002370955 sec.
7869 2024.11.22 05:58:15.152596 [ 191 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full
7870 2024.11.22 05:58:15.152778 [ 191 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7871 2024.11.22 05:58:15.152808 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7872 2024.11.22 05:58:15.152827 [ 191 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 13 rows starting from the beginning of the part
7873 2024.11.22 05:58:15.153035 [ 191 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 13 rows starting from the beginning of the part
7874 2024.11.22 05:58:15.153295 [ 256 ] {05673590-eab7-423e-9085-d5d03f70c108} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7875 2024.11.22 05:58:15.153379 [ 191 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 13 rows starting from the beginning of the part
7876 2024.11.22 05:58:15.153447 [ 256 ] {05673590-eab7-423e-9085-d5d03f70c108} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7877 2024.11.22 05:58:15.153690 [ 191 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 13 rows starting from the beginning of the part
7878 2024.11.22 05:58:15.154100 [ 191 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 13 rows starting from the beginning of the part
7879 2024.11.22 05:58:15.156821 [ 197 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00441088 sec., 14736.28845037725 rows/sec., 976.37 KiB/sec.
7880 2024.11.22 05:58:15.156967 [ 256 ] {05673590-eab7-423e-9085-d5d03f70c108} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7881 2024.11.22 05:58:15.157049 [ 256 ] {05673590-eab7-423e-9085-d5d03f70c108} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
7882 2024.11.22 05:58:15.157079 [ 197 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
7883 2024.11.22 05:58:15.157713 [ 197 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_25_6} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7884 2024.11.22 05:58:15.157908 [ 197 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_25_6} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
7885 2024.11.22 05:58:15.158052 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
7886 2024.11.22 05:58:15.158107 [ 256 ] {05673590-eab7-423e-9085-d5d03f70c108} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7887 2024.11.22 05:58:15.158471 [ 256 ] {05673590-eab7-423e-9085-d5d03f70c108} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7888 2024.11.22 05:58:15.158776 [ 256 ] {05673590-eab7-423e-9085-d5d03f70c108} <Debug> executeQuery: Read 406 rows, 29.61 KiB in 0.005719 sec., 70991.43206854345 rows/sec., 5.06 MiB/sec.
7889 2024.11.22 05:58:15.158942 [ 256 ] {05673590-eab7-423e-9085-d5d03f70c108} <Debug> TCPHandler: Processed in 0.006223569 sec.
7890 2024.11.22 05:58:15.159149 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7891 2024.11.22 05:58:15.159283 [ 257 ] {50cd7caa-63c8-4b0d-8a20-e6f04533a5f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7892 2024.11.22 05:58:15.159340 [ 257 ] {50cd7caa-63c8-4b0d-8a20-e6f04533a5f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7893 2024.11.22 05:58:15.159849 [ 257 ] {50cd7caa-63c8-4b0d-8a20-e6f04533a5f6} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7894 2024.11.22 05:58:15.159890 [ 257 ] {50cd7caa-63c8-4b0d-8a20-e6f04533a5f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7895 2024.11.22 05:58:15.160281 [ 257 ] {50cd7caa-63c8-4b0d-8a20-e6f04533a5f6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7896 2024.11.22 05:58:15.160577 [ 257 ] {50cd7caa-63c8-4b0d-8a20-e6f04533a5f6} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7897 2024.11.22 05:58:15.160828 [ 257 ] {50cd7caa-63c8-4b0d-8a20-e6f04533a5f6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001574 sec., 3811.944091486658 rows/sec., 199.16 KiB/sec.
7898 2024.11.22 05:58:15.160906 [ 257 ] {50cd7caa-63c8-4b0d-8a20-e6f04533a5f6} <Debug> TCPHandler: Processed in 0.00182693 sec.
7899 2024.11.22 05:58:15.161138 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7900 2024.11.22 05:58:15.161284 [ 256 ] {c56ad03e-219b-4b9b-aea4-92e66e1a23c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7901 2024.11.22 05:58:15.161347 [ 256 ] {c56ad03e-219b-4b9b-aea4-92e66e1a23c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7902 2024.11.22 05:58:15.162061 [ 256 ] {c56ad03e-219b-4b9b-aea4-92e66e1a23c0} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7903 2024.11.22 05:58:15.162104 [ 256 ] {c56ad03e-219b-4b9b-aea4-92e66e1a23c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7904 2024.11.22 05:58:15.162515 [ 256 ] {c56ad03e-219b-4b9b-aea4-92e66e1a23c0} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7905 2024.11.22 05:58:15.162760 [ 256 ] {c56ad03e-219b-4b9b-aea4-92e66e1a23c0} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7906 2024.11.22 05:58:15.163018 [ 256 ] {c56ad03e-219b-4b9b-aea4-92e66e1a23c0} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.001766 sec., 135900.33975084938 rows/sec., 9.11 MiB/sec.
7907 2024.11.22 05:58:15.163117 [ 256 ] {c56ad03e-219b-4b9b-aea4-92e66e1a23c0} <Debug> TCPHandler: Processed in 0.002079897 sec.
7908 2024.11.22 05:58:15.163324 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7909 2024.11.22 05:58:15.163444 [ 257 ] {e9e65880-d2b8-4728-bcd4-546eb39fcb70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7910 2024.11.22 05:58:15.163494 [ 257 ] {e9e65880-d2b8-4728-bcd4-546eb39fcb70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7911 2024.11.22 05:58:15.163935 [ 257 ] {e9e65880-d2b8-4728-bcd4-546eb39fcb70} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7912 2024.11.22 05:58:15.163973 [ 257 ] {e9e65880-d2b8-4728-bcd4-546eb39fcb70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7913 2024.11.22 05:58:15.164346 [ 257 ] {e9e65880-d2b8-4728-bcd4-546eb39fcb70} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7914 2024.11.22 05:58:15.164644 [ 257 ] {e9e65880-d2b8-4728-bcd4-546eb39fcb70} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7915 2024.11.22 05:58:15.164864 [ 257 ] {e9e65880-d2b8-4728-bcd4-546eb39fcb70} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00145 sec., 689.6551724137931 rows/sec., 46.47 KiB/sec.
7916 2024.11.22 05:58:15.164915 [ 257 ] {e9e65880-d2b8-4728-bcd4-546eb39fcb70} <Debug> TCPHandler: Processed in 0.001670936 sec.
7917 2024.11.22 05:58:15.165076 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7918 2024.11.22 05:58:15.165234 [ 256 ] {1e3f647b-8459-412e-887b-7988ce23bfc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7919 2024.11.22 05:58:15.165304 [ 256 ] {1e3f647b-8459-412e-887b-7988ce23bfc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7920 2024.11.22 05:58:15.166629 [ 256 ] {1e3f647b-8459-412e-887b-7988ce23bfc6} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7921 2024.11.22 05:58:15.166677 [ 256 ] {1e3f647b-8459-412e-887b-7988ce23bfc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7922 2024.11.22 05:58:15.167532 [ 256 ] {1e3f647b-8459-412e-887b-7988ce23bfc6} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7923 2024.11.22 05:58:15.167873 [ 256 ] {1e3f647b-8459-412e-887b-7988ce23bfc6} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7924 2024.11.22 05:58:15.168140 [ 82 ] {} <Debug> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7925 2024.11.22 05:58:15.168216 [ 82 ] {} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7926 2024.11.22 05:58:15.168253 [ 256 ] {1e3f647b-8459-412e-887b-7988ce23bfc6} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.003025 sec., 5950.4132231404965 rows/sec., 10.66 MiB/sec.
7927 2024.11.22 05:58:15.168261 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7928 2024.11.22 05:58:15.168581 [ 200 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
7929 2024.11.22 05:58:15.168615 [ 256 ] {1e3f647b-8459-412e-887b-7988ce23bfc6} <Debug> TCPHandler: Processed in 0.003591428 sec.
7930 2024.11.22 05:58:15.168837 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7931 2024.11.22 05:58:15.168985 [ 200 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7932 2024.11.22 05:58:15.169009 [ 257 ] {de5ebe09-d8e1-456a-9146-5e4a5d7ebd8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7933 2024.11.22 05:58:15.169083 [ 200 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 858 rows starting from the beginning of the part
7934 2024.11.22 05:58:15.169088 [ 257 ] {de5ebe09-d8e1-456a-9146-5e4a5d7ebd8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7935 2024.11.22 05:58:15.169673 [ 200 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 18 rows starting from the beginning of the part
7936 2024.11.22 05:58:15.170050 [ 200 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 23 rows starting from the beginning of the part
7937 2024.11.22 05:58:15.170545 [ 200 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 18 rows starting from the beginning of the part
7938 2024.11.22 05:58:15.170545 [ 257 ] {de5ebe09-d8e1-456a-9146-5e4a5d7ebd8d} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7939 2024.11.22 05:58:15.170616 [ 257 ] {de5ebe09-d8e1-456a-9146-5e4a5d7ebd8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
7940 2024.11.22 05:58:15.171180 [ 200 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 23 rows starting from the beginning of the part
7941 2024.11.22 05:58:15.171838 [ 200 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 18 rows starting from the beginning of the part
7942 2024.11.22 05:58:15.171946 [ 257 ] {de5ebe09-d8e1-456a-9146-5e4a5d7ebd8d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7943 2024.11.22 05:58:15.172701 [ 257 ] {de5ebe09-d8e1-456a-9146-5e4a5d7ebd8d} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7944 2024.11.22 05:58:15.173069 [ 257 ] {de5ebe09-d8e1-456a-9146-5e4a5d7ebd8d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004095 sec., 20024.420024420026 rows/sec., 1.27 MiB/sec.
7945 2024.11.22 05:58:15.173250 [ 257 ] {de5ebe09-d8e1-456a-9146-5e4a5d7ebd8d} <Debug> TCPHandler: Processed in 0.004487862 sec.
7946 2024.11.22 05:58:15.180501 [ 201 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 958 rows, containing 19 columns (19 merged, 0 gathered) in 0.012065778 sec., 79398.11257923029 rows/sec., 142.28 MiB/sec.
7947 2024.11.22 05:58:15.181897 [ 186 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7948 2024.11.22 05:58:15.182559 [ 186 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7949 2024.11.22 05:58:15.182686 [ 186 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7950 2024.11.22 05:58:15.182893 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.13 MiB.
7951 2024.11.22 05:58:16.000159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.94 MiB, peak 221.52 MiB, free memory in arenas 0.00 B, will set to 213.12 MiB (RSS), difference: 2.18 MiB
7952 2024.11.22 05:58:17.299181 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019
7953 2024.11.22 05:58:17.299951 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7954 2024.11.22 05:58:17.299999 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7955 2024.11.22 05:58:17.300550 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7956 2024.11.22 05:58:17.300804 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7957 2024.11.22 05:58:17.300996 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019
7958 2024.11.22 05:58:18.539360 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279
7959 2024.11.22 05:58:18.558378 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7960 2024.11.22 05:58:18.558431 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
7961 2024.11.22 05:58:18.565295 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7962 2024.11.22 05:58:18.566048 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7963 2024.11.22 05:58:18.568512 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279
7964 2024.11.22 05:58:19.882356 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1096
7965 2024.11.22 05:58:19.885610 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7966 2024.11.22 05:58:19.885666 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
7967 2024.11.22 05:58:19.887167 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7968 2024.11.22 05:58:19.887482 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7969 2024.11.22 05:58:19.888761 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1096
7970 2024.11.22 05:58:20.122669 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7971 2024.11.22 05:58:20.122884 [ 256 ] {b53e6b6f-398c-4d35-a143-c87fdb142915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7972 2024.11.22 05:58:20.122966 [ 256 ] {b53e6b6f-398c-4d35-a143-c87fdb142915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7973 2024.11.22 05:58:20.123810 [ 256 ] {b53e6b6f-398c-4d35-a143-c87fdb142915} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7974 2024.11.22 05:58:20.123857 [ 256 ] {b53e6b6f-398c-4d35-a143-c87fdb142915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
7975 2024.11.22 05:58:20.124312 [ 256 ] {b53e6b6f-398c-4d35-a143-c87fdb142915} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7976 2024.11.22 05:58:20.124567 [ 256 ] {b53e6b6f-398c-4d35-a143-c87fdb142915} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7977 2024.11.22 05:58:20.124771 [ 256 ] {b53e6b6f-398c-4d35-a143-c87fdb142915} <Debug> executeQuery: Read 102 rows, 8.82 KiB in 0.001946 sec., 52415.210688591986 rows/sec., 4.43 MiB/sec.
7978 2024.11.22 05:58:20.124836 [ 256 ] {b53e6b6f-398c-4d35-a143-c87fdb142915} <Debug> TCPHandler: Processed in 0.002303222 sec.
7979 2024.11.22 05:58:20.125018 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7980 2024.11.22 05:58:20.125164 [ 257 ] {850b621d-48b0-4253-ae1f-e72fb90eda6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7981 2024.11.22 05:58:20.125225 [ 257 ] {850b621d-48b0-4253-ae1f-e72fb90eda6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7982 2024.11.22 05:58:20.125902 [ 257 ] {850b621d-48b0-4253-ae1f-e72fb90eda6d} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7983 2024.11.22 05:58:20.125949 [ 257 ] {850b621d-48b0-4253-ae1f-e72fb90eda6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
7984 2024.11.22 05:58:20.126367 [ 257 ] {850b621d-48b0-4253-ae1f-e72fb90eda6d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7985 2024.11.22 05:58:20.126613 [ 257 ] {850b621d-48b0-4253-ae1f-e72fb90eda6d} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7986 2024.11.22 05:58:20.126817 [ 257 ] {850b621d-48b0-4253-ae1f-e72fb90eda6d} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001683 sec., 13666.072489601902 rows/sec., 1.00 MiB/sec.
7987 2024.11.22 05:58:20.126887 [ 257 ] {850b621d-48b0-4253-ae1f-e72fb90eda6d} <Debug> TCPHandler: Processed in 0.001939383 sec.
7988 2024.11.22 05:58:20.127102 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7989 2024.11.22 05:58:20.127296 [ 256 ] {5fc2c0d1-70f1-4c2b-9015-98b11728ed35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7990 2024.11.22 05:58:20.127354 [ 256 ] {5fc2c0d1-70f1-4c2b-9015-98b11728ed35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7991 2024.11.22 05:58:20.128083 [ 256 ] {5fc2c0d1-70f1-4c2b-9015-98b11728ed35} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7992 2024.11.22 05:58:20.128129 [ 256 ] {5fc2c0d1-70f1-4c2b-9015-98b11728ed35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
7993 2024.11.22 05:58:20.128501 [ 256 ] {5fc2c0d1-70f1-4c2b-9015-98b11728ed35} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7994 2024.11.22 05:58:20.128737 [ 256 ] {5fc2c0d1-70f1-4c2b-9015-98b11728ed35} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7995 2024.11.22 05:58:20.128915 [ 256 ] {5fc2c0d1-70f1-4c2b-9015-98b11728ed35} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001658 sec., 52472.85886610374 rows/sec., 4.10 MiB/sec.
7996 2024.11.22 05:58:20.128967 [ 256 ] {5fc2c0d1-70f1-4c2b-9015-98b11728ed35} <Debug> TCPHandler: Processed in 0.001979973 sec.
7997 2024.11.22 05:58:20.129136 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7998 2024.11.22 05:58:20.129269 [ 257 ] {422b551d-402d-4816-a040-12aae2139dcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7999 2024.11.22 05:58:20.129329 [ 257 ] {422b551d-402d-4816-a040-12aae2139dcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8000 2024.11.22 05:58:20.129964 [ 257 ] {422b551d-402d-4816-a040-12aae2139dcc} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8001 2024.11.22 05:58:20.130009 [ 257 ] {422b551d-402d-4816-a040-12aae2139dcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8002 2024.11.22 05:58:20.130466 [ 257 ] {422b551d-402d-4816-a040-12aae2139dcc} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
8003 2024.11.22 05:58:20.130714 [ 257 ] {422b551d-402d-4816-a040-12aae2139dcc} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8004 2024.11.22 05:58:20.130913 [ 257 ] {422b551d-402d-4816-a040-12aae2139dcc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00167 sec., 95808.38323353294 rows/sec., 6.67 MiB/sec.
8005 2024.11.22 05:58:20.130985 [ 257 ] {422b551d-402d-4816-a040-12aae2139dcc} <Debug> TCPHandler: Processed in 0.001902391 sec.
8006 2024.11.22 05:58:20.131203 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8007 2024.11.22 05:58:20.131356 [ 256 ] {3ce09b2d-2a7c-493c-a550-92c4f870e0c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8008 2024.11.22 05:58:20.131431 [ 256 ] {3ce09b2d-2a7c-493c-a550-92c4f870e0c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8009 2024.11.22 05:58:20.132529 [ 256 ] {3ce09b2d-2a7c-493c-a550-92c4f870e0c7} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8010 2024.11.22 05:58:20.132567 [ 256 ] {3ce09b2d-2a7c-493c-a550-92c4f870e0c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8011 2024.11.22 05:58:20.133215 [ 256 ] {3ce09b2d-2a7c-493c-a550-92c4f870e0c7} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
8012 2024.11.22 05:58:20.133478 [ 256 ] {3ce09b2d-2a7c-493c-a550-92c4f870e0c7} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8013 2024.11.22 05:58:20.133715 [ 256 ] {3ce09b2d-2a7c-493c-a550-92c4f870e0c7} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002383 sec., 9651.699538396979 rows/sec., 17.30 MiB/sec.
8014 2024.11.22 05:58:20.133824 [ 256 ] {3ce09b2d-2a7c-493c-a550-92c4f870e0c7} <Debug> TCPHandler: Processed in 0.002735824 sec.
8015 2024.11.22 05:58:20.133977 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8016 2024.11.22 05:58:20.134106 [ 257 ] {60c458b2-e0ed-4feb-97f7-61e4cda9d3a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8017 2024.11.22 05:58:20.134162 [ 257 ] {60c458b2-e0ed-4feb-97f7-61e4cda9d3a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8018 2024.11.22 05:58:20.134703 [ 257 ] {60c458b2-e0ed-4feb-97f7-61e4cda9d3a5} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8019 2024.11.22 05:58:20.134750 [ 257 ] {60c458b2-e0ed-4feb-97f7-61e4cda9d3a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8020 2024.11.22 05:58:20.135187 [ 257 ] {60c458b2-e0ed-4feb-97f7-61e4cda9d3a5} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
8021 2024.11.22 05:58:20.135435 [ 257 ] {60c458b2-e0ed-4feb-97f7-61e4cda9d3a5} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8022 2024.11.22 05:58:20.135655 [ 257 ] {60c458b2-e0ed-4feb-97f7-61e4cda9d3a5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001578 sec., 38022.813688212926 rows/sec., 2.56 MiB/sec.
8023 2024.11.22 05:58:20.135705 [ 257 ] {60c458b2-e0ed-4feb-97f7-61e4cda9d3a5} <Debug> TCPHandler: Processed in 0.001790809 sec.
8024 2024.11.22 05:58:24.665992 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache
8025 2024.11.22 05:58:24.666066 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache
8026 2024.11.22 05:58:24.801140 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446
8027 2024.11.22 05:58:24.801908 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8028 2024.11.22 05:58:24.801960 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8029 2024.11.22 05:58:24.802485 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8030 2024.11.22 05:58:24.802735 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8031 2024.11.22 05:58:24.802997 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446
8032 2024.11.22 05:58:25.126195 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8033 2024.11.22 05:58:25.126482 [ 256 ] {9342bf79-5b50-426b-83f3-20e17c3de887} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8034 2024.11.22 05:58:25.126554 [ 256 ] {9342bf79-5b50-426b-83f3-20e17c3de887} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8035 2024.11.22 05:58:25.127318 [ 256 ] {9342bf79-5b50-426b-83f3-20e17c3de887} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8036 2024.11.22 05:58:25.127374 [ 256 ] {9342bf79-5b50-426b-83f3-20e17c3de887} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8037 2024.11.22 05:58:25.127804 [ 256 ] {9342bf79-5b50-426b-83f3-20e17c3de887} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8038 2024.11.22 05:58:25.128059 [ 256 ] {9342bf79-5b50-426b-83f3-20e17c3de887} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8039 2024.11.22 05:58:25.128323 [ 256 ] {9342bf79-5b50-426b-83f3-20e17c3de887} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001889 sec., 7411.3287453679195 rows/sec., 533.52 KiB/sec.
8040 2024.11.22 05:58:25.128486 [ 256 ] {9342bf79-5b50-426b-83f3-20e17c3de887} <Debug> TCPHandler: Processed in 0.002477047 sec.
8041 2024.11.22 05:58:25.128729 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8042 2024.11.22 05:58:25.128880 [ 257 ] {683c2e97-0335-4d7a-970f-7ee6eb9bc47b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8043 2024.11.22 05:58:25.128941 [ 257 ] {683c2e97-0335-4d7a-970f-7ee6eb9bc47b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8044 2024.11.22 05:58:25.129709 [ 257 ] {683c2e97-0335-4d7a-970f-7ee6eb9bc47b} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8045 2024.11.22 05:58:25.129754 [ 257 ] {683c2e97-0335-4d7a-970f-7ee6eb9bc47b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8046 2024.11.22 05:58:25.130153 [ 257 ] {683c2e97-0335-4d7a-970f-7ee6eb9bc47b} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
8047 2024.11.22 05:58:25.130392 [ 257 ] {683c2e97-0335-4d7a-970f-7ee6eb9bc47b} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8048 2024.11.22 05:58:25.130632 [ 257 ] {683c2e97-0335-4d7a-970f-7ee6eb9bc47b} <Debug> executeQuery: Read 239 rows, 21.37 KiB in 0.001788 sec., 133668.90380313198 rows/sec., 11.67 MiB/sec.
8049 2024.11.22 05:58:25.130753 [ 257 ] {683c2e97-0335-4d7a-970f-7ee6eb9bc47b} <Debug> TCPHandler: Processed in 0.002119818 sec.
8050 2024.11.22 05:58:25.130947 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8051 2024.11.22 05:58:25.131116 [ 256 ] {1d76488e-e2a2-493b-9829-83c095209324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8052 2024.11.22 05:58:25.131173 [ 256 ] {1d76488e-e2a2-493b-9829-83c095209324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8053 2024.11.22 05:58:25.131757 [ 256 ] {1d76488e-e2a2-493b-9829-83c095209324} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8054 2024.11.22 05:58:25.131797 [ 256 ] {1d76488e-e2a2-493b-9829-83c095209324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8055 2024.11.22 05:58:25.132143 [ 256 ] {1d76488e-e2a2-493b-9829-83c095209324} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
8056 2024.11.22 05:58:25.132381 [ 256 ] {1d76488e-e2a2-493b-9829-83c095209324} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8057 2024.11.22 05:58:25.132594 [ 256 ] {1d76488e-e2a2-493b-9829-83c095209324} <Debug> executeQuery: Read 25 rows, 1.81 KiB in 0.001509 sec., 16567.26308813784 rows/sec., 1.17 MiB/sec.
8058 2024.11.22 05:58:25.132647 [ 256 ] {1d76488e-e2a2-493b-9829-83c095209324} <Debug> TCPHandler: Processed in 0.001810039 sec.
8059 2024.11.22 05:58:25.132781 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8060 2024.11.22 05:58:25.132912 [ 257 ] {d3974abf-8e2f-46df-93c6-de87f7a502c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8061 2024.11.22 05:58:25.132966 [ 257 ] {d3974abf-8e2f-46df-93c6-de87f7a502c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8062 2024.11.22 05:58:25.133591 [ 257 ] {d3974abf-8e2f-46df-93c6-de87f7a502c6} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8063 2024.11.22 05:58:25.133632 [ 257 ] {d3974abf-8e2f-46df-93c6-de87f7a502c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8064 2024.11.22 05:58:25.133982 [ 257 ] {d3974abf-8e2f-46df-93c6-de87f7a502c6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
8065 2024.11.22 05:58:25.134230 [ 257 ] {d3974abf-8e2f-46df-93c6-de87f7a502c6} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8066 2024.11.22 05:58:25.134439 [ 257 ] {d3974abf-8e2f-46df-93c6-de87f7a502c6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001558 sec., 8985.879332477536 rows/sec., 629.31 KiB/sec.
8067 2024.11.22 05:58:25.134492 [ 257 ] {d3974abf-8e2f-46df-93c6-de87f7a502c6} <Debug> TCPHandler: Processed in 0.001773509 sec.
8068 2024.11.22 05:58:25.134636 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8069 2024.11.22 05:58:25.134742 [ 256 ] {3fada08e-812c-4fbf-99a7-63f755294e03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8070 2024.11.22 05:58:25.134786 [ 256 ] {3fada08e-812c-4fbf-99a7-63f755294e03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8071 2024.11.22 05:58:25.135295 [ 256 ] {3fada08e-812c-4fbf-99a7-63f755294e03} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8072 2024.11.22 05:58:25.135333 [ 256 ] {3fada08e-812c-4fbf-99a7-63f755294e03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8073 2024.11.22 05:58:25.135667 [ 256 ] {3fada08e-812c-4fbf-99a7-63f755294e03} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8074 2024.11.22 05:58:25.135898 [ 256 ] {3fada08e-812c-4fbf-99a7-63f755294e03} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8075 2024.11.22 05:58:25.136133 [ 256 ] {3fada08e-812c-4fbf-99a7-63f755294e03} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001409 sec., 9226.401703335698 rows/sec., 575.26 KiB/sec.
8076 2024.11.22 05:58:25.136343 [ 256 ] {3fada08e-812c-4fbf-99a7-63f755294e03} <Debug> TCPHandler: Processed in 0.001757238 sec.
8077 2024.11.22 05:58:25.136518 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8078 2024.11.22 05:58:25.136648 [ 257 ] {02356c12-3f35-4183-8b14-93a156364949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8079 2024.11.22 05:58:25.136702 [ 257 ] {02356c12-3f35-4183-8b14-93a156364949} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8080 2024.11.22 05:58:25.137520 [ 257 ] {02356c12-3f35-4183-8b14-93a156364949} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8081 2024.11.22 05:58:25.137559 [ 257 ] {02356c12-3f35-4183-8b14-93a156364949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8082 2024.11.22 05:58:25.137933 [ 257 ] {02356c12-3f35-4183-8b14-93a156364949} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
8083 2024.11.22 05:58:25.138166 [ 257 ] {02356c12-3f35-4183-8b14-93a156364949} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8084 2024.11.22 05:58:25.138386 [ 257 ] {02356c12-3f35-4183-8b14-93a156364949} <Debug> executeQuery: Read 400 rows, 29.12 KiB in 0.001767 sec., 226372.38256932655 rows/sec., 16.10 MiB/sec.
8085 2024.11.22 05:58:25.138441 [ 257 ] {02356c12-3f35-4183-8b14-93a156364949} <Debug> TCPHandler: Processed in 0.001995865 sec.
8086 2024.11.22 05:58:25.138584 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8087 2024.11.22 05:58:25.138711 [ 256 ] {0329109f-3d76-4e32-95a3-1e7870742907} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8088 2024.11.22 05:58:25.138766 [ 256 ] {0329109f-3d76-4e32-95a3-1e7870742907} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8089 2024.11.22 05:58:25.139283 [ 256 ] {0329109f-3d76-4e32-95a3-1e7870742907} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8090 2024.11.22 05:58:25.139329 [ 256 ] {0329109f-3d76-4e32-95a3-1e7870742907} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8091 2024.11.22 05:58:25.139693 [ 256 ] {0329109f-3d76-4e32-95a3-1e7870742907} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8092 2024.11.22 05:58:25.139927 [ 256 ] {0329109f-3d76-4e32-95a3-1e7870742907} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8093 2024.11.22 05:58:25.140086 [ 68 ] {} <Debug> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
8094 2024.11.22 05:58:25.140150 [ 256 ] {0329109f-3d76-4e32-95a3-1e7870742907} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001464 sec., 4098.360655737705 rows/sec., 214.12 KiB/sec.
8095 2024.11.22 05:58:25.140169 [ 68 ] {} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8096 2024.11.22 05:58:25.140234 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8097 2024.11.22 05:58:25.140276 [ 256 ] {0329109f-3d76-4e32-95a3-1e7870742907} <Debug> TCPHandler: Processed in 0.001752957 sec.
8098 2024.11.22 05:58:25.140548 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8099 2024.11.22 05:58:25.140741 [ 197 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::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
8100 2024.11.22 05:58:25.140991 [ 257 ] {dc56ecaa-a7f0-42bb-b5f1-992a7a848f68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8101 2024.11.22 05:58:25.141115 [ 197 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8102 2024.11.22 05:58:25.141114 [ 257 ] {dc56ecaa-a7f0-42bb-b5f1-992a7a848f68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8103 2024.11.22 05:58:25.141200 [ 197 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part
8104 2024.11.22 05:58:25.141547 [ 197 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part
8105 2024.11.22 05:58:25.141930 [ 197 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part
8106 2024.11.22 05:58:25.142308 [ 197 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part
8107 2024.11.22 05:58:25.142618 [ 197 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part
8108 2024.11.22 05:58:25.142772 [ 197 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part
8109 2024.11.22 05:58:25.143738 [ 257 ] {dc56ecaa-a7f0-42bb-b5f1-992a7a848f68} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8110 2024.11.22 05:58:25.143802 [ 257 ] {dc56ecaa-a7f0-42bb-b5f1-992a7a848f68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8111 2024.11.22 05:58:25.144882 [ 257 ] {dc56ecaa-a7f0-42bb-b5f1-992a7a848f68} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
8112 2024.11.22 05:58:25.145499 [ 257 ] {dc56ecaa-a7f0-42bb-b5f1-992a7a848f68} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8113 2024.11.22 05:58:25.145530 [ 195 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.00515776 sec., 30245.688050626628 rows/sec., 1.54 MiB/sec.
8114 2024.11.22 05:58:25.145818 [ 195 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
8115 2024.11.22 05:58:25.145861 [ 257 ] {dc56ecaa-a7f0-42bb-b5f1-992a7a848f68} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004942 sec., 47956.29299878592 rows/sec., 3.21 MiB/sec.
8116 2024.11.22 05:58:25.146020 [ 257 ] {dc56ecaa-a7f0-42bb-b5f1-992a7a848f68} <Debug> TCPHandler: Processed in 0.005652994 sec.
8117 2024.11.22 05:58:25.146213 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8118 2024.11.22 05:58:25.146381 [ 195 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_26_5} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8119 2024.11.22 05:58:25.146416 [ 256 ] {9ea41ec7-8308-4248-a5ae-aec123dd006f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8120 2024.11.22 05:58:25.146520 [ 256 ] {9ea41ec7-8308-4248-a5ae-aec123dd006f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8121 2024.11.22 05:58:25.146556 [ 195 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_26_5} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
8122 2024.11.22 05:58:25.146774 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
8123 2024.11.22 05:58:25.147164 [ 256 ] {9ea41ec7-8308-4248-a5ae-aec123dd006f} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8124 2024.11.22 05:58:25.147207 [ 256 ] {9ea41ec7-8308-4248-a5ae-aec123dd006f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8125 2024.11.22 05:58:25.147554 [ 256 ] {9ea41ec7-8308-4248-a5ae-aec123dd006f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8126 2024.11.22 05:58:25.147784 [ 256 ] {9ea41ec7-8308-4248-a5ae-aec123dd006f} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8127 2024.11.22 05:58:25.147989 [ 256 ] {9ea41ec7-8308-4248-a5ae-aec123dd006f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001639 sec., 610.1281269066503 rows/sec., 41.11 KiB/sec.
8128 2024.11.22 05:58:25.148041 [ 256 ] {9ea41ec7-8308-4248-a5ae-aec123dd006f} <Debug> TCPHandler: Processed in 0.001910791 sec.
8129 2024.11.22 05:58:25.148166 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8130 2024.11.22 05:58:25.148273 [ 257 ] {4df331c8-0a56-42c4-85c9-13da1b962295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8131 2024.11.22 05:58:25.148338 [ 257 ] {4df331c8-0a56-42c4-85c9-13da1b962295} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8132 2024.11.22 05:58:25.149572 [ 257 ] {4df331c8-0a56-42c4-85c9-13da1b962295} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8133 2024.11.22 05:58:25.149612 [ 257 ] {4df331c8-0a56-42c4-85c9-13da1b962295} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8134 2024.11.22 05:58:25.150226 [ 257 ] {4df331c8-0a56-42c4-85c9-13da1b962295} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
8135 2024.11.22 05:58:25.150493 [ 257 ] {4df331c8-0a56-42c4-85c9-13da1b962295} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8136 2024.11.22 05:58:25.150744 [ 257 ] {4df331c8-0a56-42c4-85c9-13da1b962295} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.002493 sec., 7220.216606498195 rows/sec., 12.94 MiB/sec.
8137 2024.11.22 05:58:25.150847 [ 257 ] {4df331c8-0a56-42c4-85c9-13da1b962295} <Debug> TCPHandler: Processed in 0.002731985 sec.
8138 2024.11.22 05:58:25.150983 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8139 2024.11.22 05:58:25.151110 [ 256 ] {f01986eb-0491-4008-b850-5dd6e283c2b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8140 2024.11.22 05:58:25.151164 [ 256 ] {f01986eb-0491-4008-b850-5dd6e283c2b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8141 2024.11.22 05:58:25.151640 [ 256 ] {f01986eb-0491-4008-b850-5dd6e283c2b8} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8142 2024.11.22 05:58:25.151678 [ 256 ] {f01986eb-0491-4008-b850-5dd6e283c2b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8143 2024.11.22 05:58:25.152044 [ 256 ] {f01986eb-0491-4008-b850-5dd6e283c2b8} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
8144 2024.11.22 05:58:25.152278 [ 256 ] {f01986eb-0491-4008-b850-5dd6e283c2b8} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8145 2024.11.22 05:58:25.152510 [ 256 ] {f01986eb-0491-4008-b850-5dd6e283c2b8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001427 sec., 57463.20953048353 rows/sec., 3.65 MiB/sec.
8146 2024.11.22 05:58:25.152579 [ 256 ] {f01986eb-0491-4008-b850-5dd6e283c2b8} <Debug> TCPHandler: Processed in 0.001660095 sec.
8147 2024.11.22 05:58:26.068576 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287
8148 2024.11.22 05:58:26.090146 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8149 2024.11.22 05:58:26.090204 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8150 2024.11.22 05:58:26.097456 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8151 2024.11.22 05:58:26.098246 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8152 2024.11.22 05:58:26.101677 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287
8153 2024.11.22 05:58:29.888949 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1130
8154 2024.11.22 05:58:29.892114 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8155 2024.11.22 05:58:29.892162 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8156 2024.11.22 05:58:29.893621 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8157 2024.11.22 05:58:29.893925 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8158 2024.11.22 05:58:29.894485 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1130
8159 2024.11.22 05:58:30.152376 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8160 2024.11.22 05:58:30.152587 [ 256 ] {fff6da17-75c9-414e-9826-c2e8cacde3db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8161 2024.11.22 05:58:30.152659 [ 256 ] {fff6da17-75c9-414e-9826-c2e8cacde3db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8162 2024.11.22 05:58:30.154087 [ 256 ] {fff6da17-75c9-414e-9826-c2e8cacde3db} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8163 2024.11.22 05:58:30.154134 [ 256 ] {fff6da17-75c9-414e-9826-c2e8cacde3db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8164 2024.11.22 05:58:30.154662 [ 256 ] {fff6da17-75c9-414e-9826-c2e8cacde3db} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
8165 2024.11.22 05:58:30.154921 [ 256 ] {fff6da17-75c9-414e-9826-c2e8cacde3db} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8166 2024.11.22 05:58:30.155138 [ 56 ] {} <Debug> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
8167 2024.11.22 05:58:30.155181 [ 256 ] {fff6da17-75c9-414e-9826-c2e8cacde3db} <Debug> executeQuery: Read 1242 rows, 105.38 KiB in 0.002643 sec., 469920.54483541433 rows/sec., 38.94 MiB/sec.
8168 2024.11.22 05:58:30.155210 [ 56 ] {} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8169 2024.11.22 05:58:30.155278 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8170 2024.11.22 05:58:30.155327 [ 256 ] {fff6da17-75c9-414e-9826-c2e8cacde3db} <Debug> TCPHandler: Processed in 0.003083643 sec.
8171 2024.11.22 05:58:30.155550 [ 195 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
8172 2024.11.22 05:58:30.155586 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8173 2024.11.22 05:58:30.155777 [ 195 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8174 2024.11.22 05:58:30.155854 [ 195 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1436 rows starting from the beginning of the part
8175 2024.11.22 05:58:30.155860 [ 257 ] {4383a93e-a5db-4c09-a118-c5a0493e355f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8176 2024.11.22 05:58:30.156045 [ 257 ] {4383a93e-a5db-4c09-a118-c5a0493e355f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8177 2024.11.22 05:58:30.156062 [ 195 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 102 rows starting from the beginning of the part
8178 2024.11.22 05:58:30.156457 [ 195 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 242 rows starting from the beginning of the part
8179 2024.11.22 05:58:30.156776 [ 195 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 102 rows starting from the beginning of the part
8180 2024.11.22 05:58:30.157156 [ 195 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 239 rows starting from the beginning of the part
8181 2024.11.22 05:58:30.157447 [ 195 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1242 rows starting from the beginning of the part
8182 2024.11.22 05:58:30.158968 [ 257 ] {4383a93e-a5db-4c09-a118-c5a0493e355f} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8183 2024.11.22 05:58:30.159031 [ 257 ] {4383a93e-a5db-4c09-a118-c5a0493e355f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8184 2024.11.22 05:58:30.160009 [ 257 ] {4383a93e-a5db-4c09-a118-c5a0493e355f} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
8185 2024.11.22 05:58:30.160372 [ 257 ] {4383a93e-a5db-4c09-a118-c5a0493e355f} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8186 2024.11.22 05:58:30.160653 [ 257 ] {4383a93e-a5db-4c09-a118-c5a0493e355f} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.00487 sec., 4722.792607802875 rows/sec., 355.13 KiB/sec.
8187 2024.11.22 05:58:30.160771 [ 257 ] {4383a93e-a5db-4c09-a118-c5a0493e355f} <Debug> TCPHandler: Processed in 0.005304684 sec.
8188 2024.11.22 05:58:30.161060 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8189 2024.11.22 05:58:30.161116 [ 196 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3363 rows, containing 5 columns (5 merged, 0 gathered) in 0.005720736 sec., 587861.4220268162 rows/sec., 51.61 MiB/sec.
8190 2024.11.22 05:58:30.161220 [ 256 ] {4b521c9b-c7a7-496d-938e-9a8119efad88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8191 2024.11.22 05:58:30.161278 [ 256 ] {4b521c9b-c7a7-496d-938e-9a8119efad88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8192 2024.11.22 05:58:30.161401 [ 196 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
8193 2024.11.22 05:58:30.161835 [ 196 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_56_11} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8194 2024.11.22 05:58:30.161958 [ 196 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_56_11} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
8195 2024.11.22 05:58:30.162076 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
8196 2024.11.22 05:58:30.162223 [ 256 ] {4b521c9b-c7a7-496d-938e-9a8119efad88} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8197 2024.11.22 05:58:30.162263 [ 256 ] {4b521c9b-c7a7-496d-938e-9a8119efad88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8198 2024.11.22 05:58:30.162622 [ 256 ] {4b521c9b-c7a7-496d-938e-9a8119efad88} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
8199 2024.11.22 05:58:30.162861 [ 256 ] {4b521c9b-c7a7-496d-938e-9a8119efad88} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8200 2024.11.22 05:58:30.163093 [ 256 ] {4b521c9b-c7a7-496d-938e-9a8119efad88} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001908 sec., 119496.85534591196 rows/sec., 8.09 MiB/sec.
8201 2024.11.22 05:58:30.163218 [ 256 ] {4b521c9b-c7a7-496d-938e-9a8119efad88} <Debug> TCPHandler: Processed in 0.002301343 sec.
8202 2024.11.22 05:58:30.163397 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8203 2024.11.22 05:58:30.163529 [ 257 ] {ef698089-ea61-43ba-968e-3fde27c0765e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8204 2024.11.22 05:58:30.163585 [ 257 ] {ef698089-ea61-43ba-968e-3fde27c0765e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8205 2024.11.22 05:58:30.164504 [ 257 ] {ef698089-ea61-43ba-968e-3fde27c0765e} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8206 2024.11.22 05:58:30.164551 [ 257 ] {ef698089-ea61-43ba-968e-3fde27c0765e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8207 2024.11.22 05:58:30.164945 [ 257 ] {ef698089-ea61-43ba-968e-3fde27c0765e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
8208 2024.11.22 05:58:30.165188 [ 257 ] {ef698089-ea61-43ba-968e-3fde27c0765e} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8209 2024.11.22 05:58:30.165357 [ 56 ] {} <Debug> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
8210 2024.11.22 05:58:30.165412 [ 56 ] {} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8211 2024.11.22 05:58:30.165435 [ 257 ] {ef698089-ea61-43ba-968e-3fde27c0765e} <Debug> executeQuery: Read 543 rows, 41.25 KiB in 0.001931 sec., 281201.45002589334 rows/sec., 20.86 MiB/sec.
8212 2024.11.22 05:58:30.165457 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8213 2024.11.22 05:58:30.165595 [ 257 ] {ef698089-ea61-43ba-968e-3fde27c0765e} <Debug> TCPHandler: Processed in 0.002259941 sec.
8214 2024.11.22 05:58:30.165649 [ 188 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
8215 2024.11.22 05:58:30.165775 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8216 2024.11.22 05:58:30.165780 [ 188 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8217 2024.11.22 05:58:30.165832 [ 188 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 915 rows starting from the beginning of the part
8218 2024.11.22 05:58:30.165977 [ 256 ] {8bd1322c-2b6a-4872-94c4-ced42d51cbf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8219 2024.11.22 05:58:30.166052 [ 188 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 87 rows starting from the beginning of the part
8220 2024.11.22 05:58:30.166163 [ 256 ] {8bd1322c-2b6a-4872-94c4-ced42d51cbf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8221 2024.11.22 05:58:30.166408 [ 188 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 406 rows starting from the beginning of the part
8222 2024.11.22 05:58:30.166853 [ 188 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 87 rows starting from the beginning of the part
8223 2024.11.22 05:58:30.167175 [ 188 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 400 rows starting from the beginning of the part
8224 2024.11.22 05:58:30.167524 [ 188 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 543 rows starting from the beginning of the part
8225 2024.11.22 05:58:30.168623 [ 256 ] {8bd1322c-2b6a-4872-94c4-ced42d51cbf1} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8226 2024.11.22 05:58:30.168669 [ 256 ] {8bd1322c-2b6a-4872-94c4-ced42d51cbf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8227 2024.11.22 05:58:30.169259 [ 256 ] {8bd1322c-2b6a-4872-94c4-ced42d51cbf1} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
8228 2024.11.22 05:58:30.169590 [ 256 ] {8bd1322c-2b6a-4872-94c4-ced42d51cbf1} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8229 2024.11.22 05:58:30.169587 [ 193 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2438 rows, containing 5 columns (5 merged, 0 gathered) in 0.004007679 sec., 608332.154346693 rows/sec., 46.68 MiB/sec.
8230 2024.11.22 05:58:30.169815 [ 56 ] {} <Debug> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
8231 2024.11.22 05:58:30.169890 [ 56 ] {} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8232 2024.11.22 05:58:30.169956 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8233 2024.11.22 05:58:30.169971 [ 193 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
8234 2024.11.22 05:58:30.170061 [ 256 ] {8bd1322c-2b6a-4872-94c4-ced42d51cbf1} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.004118 sec., 213695.96891694996 rows/sec., 14.38 MiB/sec.
8235 2024.11.22 05:58:30.170420 [ 198 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
8236 2024.11.22 05:58:30.170671 [ 256 ] {8bd1322c-2b6a-4872-94c4-ced42d51cbf1} <Debug> TCPHandler: Processed in 0.004960135 sec.
8237 2024.11.22 05:58:30.171111 [ 192 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_56_11} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8238 2024.11.22 05:58:30.171156 [ 198 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8239 2024.11.22 05:58:30.171161 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8240 2024.11.22 05:58:30.171394 [ 198 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 16413 rows starting from the beginning of the part
8241 2024.11.22 05:58:30.171783 [ 198 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part
8242 2024.11.22 05:58:30.172127 [ 192 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_56_11} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
8243 2024.11.22 05:58:30.172242 [ 198 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 240 rows starting from the beginning of the part
8244 2024.11.22 05:58:30.172692 [ 198 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part
8245 2024.11.22 05:58:30.172833 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
8246 2024.11.22 05:58:30.173175 [ 198 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 237 rows starting from the beginning of the part
8247 2024.11.22 05:58:30.173280 [ 257 ] {aa3429dc-449d-4baf-8305-709aaf5e43f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8248 2024.11.22 05:58:30.173457 [ 198 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 880 rows starting from the beginning of the part
8249 2024.11.22 05:58:30.173745 [ 257 ] {aa3429dc-449d-4baf-8305-709aaf5e43f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8250 2024.11.22 05:58:30.176867 [ 257 ] {aa3429dc-449d-4baf-8305-709aaf5e43f9} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8251 2024.11.22 05:58:30.176949 [ 257 ] {aa3429dc-449d-4baf-8305-709aaf5e43f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8252 2024.11.22 05:58:30.178503 [ 257 ] {aa3429dc-449d-4baf-8305-709aaf5e43f9} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
8253 2024.11.22 05:58:30.179285 [ 257 ] {aa3429dc-449d-4baf-8305-709aaf5e43f9} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8254 2024.11.22 05:58:30.179724 [ 257 ] {aa3429dc-449d-4baf-8305-709aaf5e43f9} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.006686 sec., 3440.0239306012563 rows/sec., 6.16 MiB/sec.
8255 2024.11.22 05:58:30.180134 [ 257 ] {aa3429dc-449d-4baf-8305-709aaf5e43f9} <Debug> TCPHandler: Processed in 0.009312833 sec.
8256 2024.11.22 05:58:30.180421 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8257 2024.11.22 05:58:30.180558 [ 256 ] {2115569f-c3c0-47a9-b975-4030c93e0268} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8258 2024.11.22 05:58:30.180628 [ 256 ] {2115569f-c3c0-47a9-b975-4030c93e0268} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8259 2024.11.22 05:58:30.181144 [ 256 ] {2115569f-c3c0-47a9-b975-4030c93e0268} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8260 2024.11.22 05:58:30.181181 [ 256 ] {2115569f-c3c0-47a9-b975-4030c93e0268} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8261 2024.11.22 05:58:30.181829 [ 256 ] {2115569f-c3c0-47a9-b975-4030c93e0268} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
8262 2024.11.22 05:58:30.182216 [ 256 ] {2115569f-c3c0-47a9-b975-4030c93e0268} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8263 2024.11.22 05:58:30.182609 [ 56 ] {} <Debug> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
8264 2024.11.22 05:58:30.182666 [ 192 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18090 rows, containing 5 columns (5 merged, 0 gathered) in 0.012562612 sec., 1439987.1619055017 rows/sec., 97.28 MiB/sec.
8265 2024.11.22 05:58:30.182692 [ 56 ] {} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8266 2024.11.22 05:58:30.182768 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8267 2024.11.22 05:58:30.182809 [ 256 ] {2115569f-c3c0-47a9-b975-4030c93e0268} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002267 sec., 26466.69607410675 rows/sec., 1.78 MiB/sec.
8268 2024.11.22 05:58:30.183081 [ 192 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
8269 2024.11.22 05:58:30.183121 [ 256 ] {2115569f-c3c0-47a9-b975-4030c93e0268} <Debug> TCPHandler: Processed in 0.002862387 sec.
8270 2024.11.22 05:58:30.183305 [ 190 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
8271 2024.11.22 05:58:30.183573 [ 190 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8272 2024.11.22 05:58:30.183634 [ 190 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3432 rows starting from the beginning of the part
8273 2024.11.22 05:58:30.183805 [ 190 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part
8274 2024.11.22 05:58:30.183882 [ 192 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8275 2024.11.22 05:58:30.184170 [ 190 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 82 rows starting from the beginning of the part
8276 2024.11.22 05:58:30.184369 [ 192 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
8277 2024.11.22 05:58:30.184421 [ 190 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part
8278 2024.11.22 05:58:30.184661 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.13 MiB.
8279 2024.11.22 05:58:30.184713 [ 190 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 82 rows starting from the beginning of the part
8280 2024.11.22 05:58:30.184793 [ 190 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part
8281 2024.11.22 05:58:30.186371 [ 189 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3776 rows, containing 4 columns (4 merged, 0 gathered) in 0.003505885 sec., 1077046.1666597736 rows/sec., 70.20 MiB/sec.
8282 2024.11.22 05:58:30.186780 [ 192 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
8283 2024.11.22 05:58:30.187320 [ 192 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_56_11} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8284 2024.11.22 05:58:30.187462 [ 192 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_56_11} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
8285 2024.11.22 05:58:30.187602 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
8286 2024.11.22 05:58:32.303110 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934
8287 2024.11.22 05:58:32.303876 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8288 2024.11.22 05:58:32.303931 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8289 2024.11.22 05:58:32.304484 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8290 2024.11.22 05:58:32.304741 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8291 2024.11.22 05:58:32.304989 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934
8292 2024.11.22 05:58:33.601733 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294
8293 2024.11.22 05:58:33.623575 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8294 2024.11.22 05:58:33.623651 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8295 2024.11.22 05:58:33.631155 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8296 2024.11.22 05:58:33.632028 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8297 2024.11.22 05:58:33.635455 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294
8298 2024.11.22 05:58:35.126430 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8299 2024.11.22 05:58:35.126660 [ 256 ] {781546af-be33-44b9-938b-fa40bdd4e4b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8300 2024.11.22 05:58:35.126742 [ 256 ] {781546af-be33-44b9-938b-fa40bdd4e4b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8301 2024.11.22 05:58:35.127479 [ 256 ] {781546af-be33-44b9-938b-fa40bdd4e4b7} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8302 2024.11.22 05:58:35.127531 [ 256 ] {781546af-be33-44b9-938b-fa40bdd4e4b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8303 2024.11.22 05:58:35.127968 [ 256 ] {781546af-be33-44b9-938b-fa40bdd4e4b7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8304 2024.11.22 05:58:35.128225 [ 256 ] {781546af-be33-44b9-938b-fa40bdd4e4b7} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8305 2024.11.22 05:58:35.128477 [ 256 ] {781546af-be33-44b9-938b-fa40bdd4e4b7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001873 sec., 7474.639615589962 rows/sec., 538.07 KiB/sec.
8306 2024.11.22 05:58:35.128543 [ 256 ] {781546af-be33-44b9-938b-fa40bdd4e4b7} <Debug> TCPHandler: Processed in 0.002250032 sec.
8307 2024.11.22 05:58:35.128726 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8308 2024.11.22 05:58:35.128872 [ 257 ] {d104d7ef-3799-4099-a987-9c9c38744ee6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8309 2024.11.22 05:58:35.128931 [ 257 ] {d104d7ef-3799-4099-a987-9c9c38744ee6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8310 2024.11.22 05:58:35.129727 [ 257 ] {d104d7ef-3799-4099-a987-9c9c38744ee6} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8311 2024.11.22 05:58:35.129777 [ 257 ] {d104d7ef-3799-4099-a987-9c9c38744ee6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8312 2024.11.22 05:58:35.130175 [ 257 ] {d104d7ef-3799-4099-a987-9c9c38744ee6} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8313 2024.11.22 05:58:35.130427 [ 257 ] {d104d7ef-3799-4099-a987-9c9c38744ee6} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8314 2024.11.22 05:58:35.130665 [ 257 ] {d104d7ef-3799-4099-a987-9c9c38744ee6} <Debug> executeQuery: Read 239 rows, 21.37 KiB in 0.001825 sec., 130958.90410958904 rows/sec., 11.44 MiB/sec.
8315 2024.11.22 05:58:35.130774 [ 257 ] {d104d7ef-3799-4099-a987-9c9c38744ee6} <Debug> TCPHandler: Processed in 0.002113387 sec.
8316 2024.11.22 05:58:35.130989 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8317 2024.11.22 05:58:35.131158 [ 256 ] {06ce9719-8bf0-4d6b-a584-2fa6233c5171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8318 2024.11.22 05:58:35.131216 [ 256 ] {06ce9719-8bf0-4d6b-a584-2fa6233c5171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8319 2024.11.22 05:58:35.131866 [ 256 ] {06ce9719-8bf0-4d6b-a584-2fa6233c5171} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8320 2024.11.22 05:58:35.131906 [ 256 ] {06ce9719-8bf0-4d6b-a584-2fa6233c5171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8321 2024.11.22 05:58:35.132259 [ 256 ] {06ce9719-8bf0-4d6b-a584-2fa6233c5171} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
8322 2024.11.22 05:58:35.132496 [ 256 ] {06ce9719-8bf0-4d6b-a584-2fa6233c5171} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8323 2024.11.22 05:58:35.132713 [ 256 ] {06ce9719-8bf0-4d6b-a584-2fa6233c5171} <Debug> executeQuery: Read 25 rows, 1.81 KiB in 0.001585 sec., 15772.870662460567 rows/sec., 1.11 MiB/sec.
8324 2024.11.22 05:58:35.132765 [ 256 ] {06ce9719-8bf0-4d6b-a584-2fa6233c5171} <Debug> TCPHandler: Processed in 0.001890971 sec.
8325 2024.11.22 05:58:35.132962 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8326 2024.11.22 05:58:35.133091 [ 257 ] {13d94051-ea99-429a-9103-931e696ee1d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8327 2024.11.22 05:58:35.133146 [ 257 ] {13d94051-ea99-429a-9103-931e696ee1d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8328 2024.11.22 05:58:35.133788 [ 257 ] {13d94051-ea99-429a-9103-931e696ee1d7} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8329 2024.11.22 05:58:35.133829 [ 257 ] {13d94051-ea99-429a-9103-931e696ee1d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8330 2024.11.22 05:58:35.134183 [ 257 ] {13d94051-ea99-429a-9103-931e696ee1d7} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
8331 2024.11.22 05:58:35.134427 [ 257 ] {13d94051-ea99-429a-9103-931e696ee1d7} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8332 2024.11.22 05:58:35.134590 [ 50 ] {} <Debug> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0
8333 2024.11.22 05:58:35.134648 [ 257 ] {13d94051-ea99-429a-9103-931e696ee1d7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001586 sec., 8827.238335435057 rows/sec., 618.20 KiB/sec.
8334 2024.11.22 05:58:35.134702 [ 50 ] {} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8335 2024.11.22 05:58:35.134776 [ 257 ] {13d94051-ea99-429a-9103-931e696ee1d7} <Debug> TCPHandler: Processed in 0.001874791 sec.
8336 2024.11.22 05:58:35.134777 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8337 2024.11.22 05:58:35.135008 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8338 2024.11.22 05:58:35.135183 [ 189 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full
8339 2024.11.22 05:58:35.135314 [ 256 ] {41f0860d-736e-4487-8cff-0e79b1b9bbe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8340 2024.11.22 05:58:35.135446 [ 256 ] {41f0860d-736e-4487-8cff-0e79b1b9bbe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8341 2024.11.22 05:58:35.135949 [ 189 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8342 2024.11.22 05:58:35.136037 [ 189 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 243 rows starting from the beginning of the part
8343 2024.11.22 05:58:35.136323 [ 189 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part
8344 2024.11.22 05:58:35.136727 [ 189 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part
8345 2024.11.22 05:58:35.137141 [ 189 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part
8346 2024.11.22 05:58:35.137524 [ 189 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 228 rows starting from the beginning of the part
8347 2024.11.22 05:58:35.137804 [ 189 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part
8348 2024.11.22 05:58:35.138677 [ 256 ] {41f0860d-736e-4487-8cff-0e79b1b9bbe7} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8349 2024.11.22 05:58:35.138752 [ 256 ] {41f0860d-736e-4487-8cff-0e79b1b9bbe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8350 2024.11.22 05:58:35.139638 [ 256 ] {41f0860d-736e-4487-8cff-0e79b1b9bbe7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8351 2024.11.22 05:58:35.140199 [ 256 ] {41f0860d-736e-4487-8cff-0e79b1b9bbe7} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8352 2024.11.22 05:58:35.140708 [ 256 ] {41f0860d-736e-4487-8cff-0e79b1b9bbe7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00546 sec., 2380.952380952381 rows/sec., 148.45 KiB/sec.
8353 2024.11.22 05:58:35.140797 [ 189 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005868879 sec., 89795.68329829257 rows/sec., 6.43 MiB/sec.
8354 2024.11.22 05:58:35.140855 [ 256 ] {41f0860d-736e-4487-8cff-0e79b1b9bbe7} <Debug> TCPHandler: Processed in 0.005966982 sec.
8355 2024.11.22 05:58:35.141009 [ 189 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary)
8356 2024.11.22 05:58:35.141051 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8357 2024.11.22 05:58:35.141310 [ 257 ] {7a97cf29-9c7b-4fda-8c9a-1932870ad08b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8358 2024.11.22 05:58:35.141392 [ 257 ] {7a97cf29-9c7b-4fda-8c9a-1932870ad08b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8359 2024.11.22 05:58:35.141513 [ 189 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_35_7} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8360 2024.11.22 05:58:35.141731 [ 189 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_35_7} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7
8361 2024.11.22 05:58:35.141928 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
8362 2024.11.22 05:58:35.142542 [ 257 ] {7a97cf29-9c7b-4fda-8c9a-1932870ad08b} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8363 2024.11.22 05:58:35.142586 [ 257 ] {7a97cf29-9c7b-4fda-8c9a-1932870ad08b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8364 2024.11.22 05:58:35.142989 [ 257 ] {7a97cf29-9c7b-4fda-8c9a-1932870ad08b} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8365 2024.11.22 05:58:35.143229 [ 257 ] {7a97cf29-9c7b-4fda-8c9a-1932870ad08b} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8366 2024.11.22 05:58:35.143437 [ 257 ] {7a97cf29-9c7b-4fda-8c9a-1932870ad08b} <Debug> executeQuery: Read 400 rows, 29.12 KiB in 0.002204 sec., 181488.20326678766 rows/sec., 12.90 MiB/sec.
8367 2024.11.22 05:58:35.143494 [ 257 ] {7a97cf29-9c7b-4fda-8c9a-1932870ad08b} <Debug> TCPHandler: Processed in 0.002530999 sec.
8368 2024.11.22 05:58:35.143647 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8369 2024.11.22 05:58:35.143775 [ 256 ] {47b386ca-27b2-4ff0-8f12-c29b24a1ef28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8370 2024.11.22 05:58:35.143829 [ 256 ] {47b386ca-27b2-4ff0-8f12-c29b24a1ef28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8371 2024.11.22 05:58:35.144342 [ 256 ] {47b386ca-27b2-4ff0-8f12-c29b24a1ef28} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8372 2024.11.22 05:58:35.144389 [ 256 ] {47b386ca-27b2-4ff0-8f12-c29b24a1ef28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8373 2024.11.22 05:58:35.144800 [ 256 ] {47b386ca-27b2-4ff0-8f12-c29b24a1ef28} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8374 2024.11.22 05:58:35.145028 [ 256 ] {47b386ca-27b2-4ff0-8f12-c29b24a1ef28} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8375 2024.11.22 05:58:35.145246 [ 256 ] {47b386ca-27b2-4ff0-8f12-c29b24a1ef28} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001498 sec., 4005.3404539385847 rows/sec., 209.26 KiB/sec.
8376 2024.11.22 05:58:35.145295 [ 256 ] {47b386ca-27b2-4ff0-8f12-c29b24a1ef28} <Debug> TCPHandler: Processed in 0.001711467 sec.
8377 2024.11.22 05:58:35.145438 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8378 2024.11.22 05:58:35.145546 [ 257 ] {aee3fde9-4ec0-4163-bbf8-69929c9113f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8379 2024.11.22 05:58:35.145593 [ 257 ] {aee3fde9-4ec0-4163-bbf8-69929c9113f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8380 2024.11.22 05:58:35.146114 [ 257 ] {aee3fde9-4ec0-4163-bbf8-69929c9113f0} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8381 2024.11.22 05:58:35.146153 [ 257 ] {aee3fde9-4ec0-4163-bbf8-69929c9113f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8382 2024.11.22 05:58:35.146557 [ 257 ] {aee3fde9-4ec0-4163-bbf8-69929c9113f0} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8383 2024.11.22 05:58:35.146803 [ 257 ] {aee3fde9-4ec0-4163-bbf8-69929c9113f0} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8384 2024.11.22 05:58:35.146999 [ 257 ] {aee3fde9-4ec0-4163-bbf8-69929c9113f0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001476 sec., 160569.1056910569 rows/sec., 10.76 MiB/sec.
8385 2024.11.22 05:58:35.147051 [ 257 ] {aee3fde9-4ec0-4163-bbf8-69929c9113f0} <Debug> TCPHandler: Processed in 0.001671275 sec.
8386 2024.11.22 05:58:35.147198 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8387 2024.11.22 05:58:35.147302 [ 256 ] {a54cbc81-6d78-4696-bc05-4bc6cd7a915f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8388 2024.11.22 05:58:35.147348 [ 256 ] {a54cbc81-6d78-4696-bc05-4bc6cd7a915f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8389 2024.11.22 05:58:35.147755 [ 256 ] {a54cbc81-6d78-4696-bc05-4bc6cd7a915f} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8390 2024.11.22 05:58:35.147792 [ 256 ] {a54cbc81-6d78-4696-bc05-4bc6cd7a915f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8391 2024.11.22 05:58:35.148126 [ 256 ] {a54cbc81-6d78-4696-bc05-4bc6cd7a915f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8392 2024.11.22 05:58:35.148365 [ 256 ] {a54cbc81-6d78-4696-bc05-4bc6cd7a915f} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8393 2024.11.22 05:58:35.148629 [ 256 ] {a54cbc81-6d78-4696-bc05-4bc6cd7a915f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001346 sec., 742.9420505200594 rows/sec., 50.06 KiB/sec.
8394 2024.11.22 05:58:35.148825 [ 256 ] {a54cbc81-6d78-4696-bc05-4bc6cd7a915f} <Debug> TCPHandler: Processed in 0.001682405 sec.
8395 2024.11.22 05:58:35.149035 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8396 2024.11.22 05:58:35.149176 [ 257 ] {167dd97e-59d8-4ffb-bef8-f483f1273a3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8397 2024.11.22 05:58:35.149262 [ 257 ] {167dd97e-59d8-4ffb-bef8-f483f1273a3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8398 2024.11.22 05:58:35.150426 [ 257 ] {167dd97e-59d8-4ffb-bef8-f483f1273a3e} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8399 2024.11.22 05:58:35.150466 [ 257 ] {167dd97e-59d8-4ffb-bef8-f483f1273a3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8400 2024.11.22 05:58:35.151095 [ 257 ] {167dd97e-59d8-4ffb-bef8-f483f1273a3e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
8401 2024.11.22 05:58:35.151356 [ 257 ] {167dd97e-59d8-4ffb-bef8-f483f1273a3e} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8402 2024.11.22 05:58:35.151625 [ 257 ] {167dd97e-59d8-4ffb-bef8-f483f1273a3e} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.002479 sec., 7260.992335619202 rows/sec., 13.01 MiB/sec.
8403 2024.11.22 05:58:35.151734 [ 257 ] {167dd97e-59d8-4ffb-bef8-f483f1273a3e} <Debug> TCPHandler: Processed in 0.002807547 sec.
8404 2024.11.22 05:58:35.151882 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8405 2024.11.22 05:58:35.152010 [ 256 ] {433ff65b-687c-4f1b-87c0-fa7cc2ab0725} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8406 2024.11.22 05:58:35.152064 [ 256 ] {433ff65b-687c-4f1b-87c0-fa7cc2ab0725} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8407 2024.11.22 05:58:35.152567 [ 256 ] {433ff65b-687c-4f1b-87c0-fa7cc2ab0725} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8408 2024.11.22 05:58:35.152612 [ 256 ] {433ff65b-687c-4f1b-87c0-fa7cc2ab0725} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8409 2024.11.22 05:58:35.152985 [ 256 ] {433ff65b-687c-4f1b-87c0-fa7cc2ab0725} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8410 2024.11.22 05:58:35.153224 [ 256 ] {433ff65b-687c-4f1b-87c0-fa7cc2ab0725} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8411 2024.11.22 05:58:35.153425 [ 256 ] {433ff65b-687c-4f1b-87c0-fa7cc2ab0725} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001443 sec., 56826.056826056825 rows/sec., 3.61 MiB/sec.
8412 2024.11.22 05:58:35.153474 [ 256 ] {433ff65b-687c-4f1b-87c0-fa7cc2ab0725} <Debug> TCPHandler: Processed in 0.001653035 sec.
8413 2024.11.22 05:58:38.405471 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52769, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8414 2024.11.22 05:58:38.615991 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54035, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8415 2024.11.22 05:58:38.654494 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54321, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8416 2024.11.22 05:58:38.724916 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50330, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8417 2024.11.22 05:58:38.775284 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51759, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8418 2024.11.22 05:58:38.808643 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37369, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8419 2024.11.22 05:58:38.830946 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35457, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8420 2024.11.22 05:58:38.848357 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43953, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8421 2024.11.22 05:58:39.666320 [ 23 ] {} <Debug> DNSResolver: Updating DNS cache
8422 2024.11.22 05:58:39.666401 [ 23 ] {} <Debug> DNSResolver: Updated DNS cache
8423 2024.11.22 05:58:39.805121 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361
8424 2024.11.22 05:58:39.805785 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8425 2024.11.22 05:58:39.805833 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8426 2024.11.22 05:58:39.806380 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8427 2024.11.22 05:58:39.806641 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8428 2024.11.22 05:58:39.806842 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361
8429 2024.11.22 05:58:39.894665 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1166
8430 2024.11.22 05:58:39.897904 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8431 2024.11.22 05:58:39.897962 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8432 2024.11.22 05:58:39.899466 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8433 2024.11.22 05:58:39.899776 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8434 2024.11.22 05:58:39.900405 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1166
8435 2024.11.22 05:58:40.121578 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8436 2024.11.22 05:58:40.121784 [ 256 ] {0fce5ce5-5da3-4990-935d-0ef06fc3d61b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8437 2024.11.22 05:58:40.121861 [ 256 ] {0fce5ce5-5da3-4990-935d-0ef06fc3d61b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8438 2024.11.22 05:58:40.122668 [ 256 ] {0fce5ce5-5da3-4990-935d-0ef06fc3d61b} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8439 2024.11.22 05:58:40.122716 [ 256 ] {0fce5ce5-5da3-4990-935d-0ef06fc3d61b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8440 2024.11.22 05:58:40.123149 [ 256 ] {0fce5ce5-5da3-4990-935d-0ef06fc3d61b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8441 2024.11.22 05:58:40.123403 [ 256 ] {0fce5ce5-5da3-4990-935d-0ef06fc3d61b} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8442 2024.11.22 05:58:40.123652 [ 256 ] {0fce5ce5-5da3-4990-935d-0ef06fc3d61b} <Debug> executeQuery: Read 102 rows, 8.82 KiB in 0.001923 sec., 53042.121684867394 rows/sec., 4.48 MiB/sec.
8443 2024.11.22 05:58:40.123717 [ 256 ] {0fce5ce5-5da3-4990-935d-0ef06fc3d61b} <Debug> TCPHandler: Processed in 0.002274692 sec.
8444 2024.11.22 05:58:40.123911 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8445 2024.11.22 05:58:40.124054 [ 257 ] {15254977-a166-44b2-ab5c-a8d3c0925962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8446 2024.11.22 05:58:40.124113 [ 257 ] {15254977-a166-44b2-ab5c-a8d3c0925962} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8447 2024.11.22 05:58:40.124798 [ 257 ] {15254977-a166-44b2-ab5c-a8d3c0925962} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8448 2024.11.22 05:58:40.124847 [ 257 ] {15254977-a166-44b2-ab5c-a8d3c0925962} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8449 2024.11.22 05:58:40.125231 [ 257 ] {15254977-a166-44b2-ab5c-a8d3c0925962} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
8450 2024.11.22 05:58:40.125487 [ 257 ] {15254977-a166-44b2-ab5c-a8d3c0925962} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8451 2024.11.22 05:58:40.125675 [ 23 ] {} <Debug> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
8452 2024.11.22 05:58:40.125714 [ 257 ] {15254977-a166-44b2-ab5c-a8d3c0925962} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001688 sec., 13625.59241706161 rows/sec., 1.00 MiB/sec.
8453 2024.11.22 05:58:40.125762 [ 23 ] {} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8454 2024.11.22 05:58:40.125837 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8455 2024.11.22 05:58:40.125842 [ 257 ] {15254977-a166-44b2-ab5c-a8d3c0925962} <Debug> TCPHandler: Processed in 0.001999734 sec.
8456 2024.11.22 05:58:40.126110 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8457 2024.11.22 05:58:40.126150 [ 201 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
8458 2024.11.22 05:58:40.126374 [ 201 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8459 2024.11.22 05:58:40.126436 [ 201 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 66 rows starting from the beginning of the part
8460 2024.11.22 05:58:40.126734 [ 201 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 23 rows starting from the beginning of the part
8461 2024.11.22 05:58:40.126830 [ 256 ] {f84c1217-f092-41bb-a9cc-dcf07195e34c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8462 2024.11.22 05:58:40.127013 [ 256 ] {f84c1217-f092-41bb-a9cc-dcf07195e34c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8463 2024.11.22 05:58:40.127013 [ 201 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 25 rows starting from the beginning of the part
8464 2024.11.22 05:58:40.127436 [ 201 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 23 rows starting from the beginning of the part
8465 2024.11.22 05:58:40.127761 [ 201 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 25 rows starting from the beginning of the part
8466 2024.11.22 05:58:40.128144 [ 201 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 23 rows starting from the beginning of the part
8467 2024.11.22 05:58:40.129660 [ 256 ] {f84c1217-f092-41bb-a9cc-dcf07195e34c} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8468 2024.11.22 05:58:40.129744 [ 256 ] {f84c1217-f092-41bb-a9cc-dcf07195e34c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8469 2024.11.22 05:58:40.130768 [ 256 ] {f84c1217-f092-41bb-a9cc-dcf07195e34c} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8470 2024.11.22 05:58:40.131230 [ 194 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.005278383 sec., 35048.612425434076 rows/sec., 2.65 MiB/sec.
8471 2024.11.22 05:58:40.131301 [ 256 ] {f84c1217-f092-41bb-a9cc-dcf07195e34c} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8472 2024.11.22 05:58:40.131519 [ 194 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
8473 2024.11.22 05:58:40.131757 [ 256 ] {f84c1217-f092-41bb-a9cc-dcf07195e34c} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.005093 sec., 17082.269782053798 rows/sec., 1.33 MiB/sec.
8474 2024.11.22 05:58:40.131900 [ 256 ] {f84c1217-f092-41bb-a9cc-dcf07195e34c} <Debug> TCPHandler: Processed in 0.005936211 sec.
8475 2024.11.22 05:58:40.132097 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8476 2024.11.22 05:58:40.132232 [ 194 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_56_11} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8477 2024.11.22 05:58:40.132299 [ 257 ] {8c08600f-307a-4814-be45-87a21da64f40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8478 2024.11.22 05:58:40.132390 [ 257 ] {8c08600f-307a-4814-be45-87a21da64f40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8479 2024.11.22 05:58:40.132406 [ 194 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_56_11} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
8480 2024.11.22 05:58:40.132618 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
8481 2024.11.22 05:58:40.133148 [ 257 ] {8c08600f-307a-4814-be45-87a21da64f40} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8482 2024.11.22 05:58:40.133191 [ 257 ] {8c08600f-307a-4814-be45-87a21da64f40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8483 2024.11.22 05:58:40.133591 [ 257 ] {8c08600f-307a-4814-be45-87a21da64f40} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8484 2024.11.22 05:58:40.133839 [ 257 ] {8c08600f-307a-4814-be45-87a21da64f40} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8485 2024.11.22 05:58:40.134067 [ 257 ] {8c08600f-307a-4814-be45-87a21da64f40} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001831 sec., 87383.94320043692 rows/sec., 6.09 MiB/sec.
8486 2024.11.22 05:58:40.134123 [ 257 ] {8c08600f-307a-4814-be45-87a21da64f40} <Debug> TCPHandler: Processed in 0.002109897 sec.
8487 2024.11.22 05:58:40.134278 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8488 2024.11.22 05:58:40.134407 [ 256 ] {dc4b3e9a-f111-48f4-99af-65d3ccdd6a21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8489 2024.11.22 05:58:40.134487 [ 256 ] {dc4b3e9a-f111-48f4-99af-65d3ccdd6a21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8490 2024.11.22 05:58:40.135665 [ 256 ] {dc4b3e9a-f111-48f4-99af-65d3ccdd6a21} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8491 2024.11.22 05:58:40.135704 [ 256 ] {dc4b3e9a-f111-48f4-99af-65d3ccdd6a21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8492 2024.11.22 05:58:40.136343 [ 256 ] {dc4b3e9a-f111-48f4-99af-65d3ccdd6a21} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
8493 2024.11.22 05:58:40.136595 [ 256 ] {dc4b3e9a-f111-48f4-99af-65d3ccdd6a21} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8494 2024.11.22 05:58:40.136789 [ 23 ] {} <Debug> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
8495 2024.11.22 05:58:40.136864 [ 256 ] {dc4b3e9a-f111-48f4-99af-65d3ccdd6a21} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002478 sec., 9281.678773204196 rows/sec., 16.63 MiB/sec.
8496 2024.11.22 05:58:40.136869 [ 23 ] {} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8497 2024.11.22 05:58:40.136962 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8498 2024.11.22 05:58:40.137275 [ 256 ] {dc4b3e9a-f111-48f4-99af-65d3ccdd6a21} <Debug> TCPHandler: Processed in 0.003054143 sec.
8499 2024.11.22 05:58:40.137319 [ 191 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
8500 2024.11.22 05:58:40.137478 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8501 2024.11.22 05:58:40.137726 [ 257 ] {30fe1b6a-652e-4ca8-b9f2-ae03904527e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8502 2024.11.22 05:58:40.137870 [ 257 ] {30fe1b6a-652e-4ca8-b9f2-ae03904527e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8503 2024.11.22 05:58:40.138155 [ 191 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8504 2024.11.22 05:58:40.138448 [ 191 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 958 rows starting from the beginning of the part
8505 2024.11.22 05:58:40.139188 [ 191 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 23 rows starting from the beginning of the part
8506 2024.11.22 05:58:40.139953 [ 191 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 18 rows starting from the beginning of the part
8507 2024.11.22 05:58:40.140024 [ 257 ] {30fe1b6a-652e-4ca8-b9f2-ae03904527e7} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8508 2024.11.22 05:58:40.140109 [ 257 ] {30fe1b6a-652e-4ca8-b9f2-ae03904527e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8509 2024.11.22 05:58:40.140608 [ 191 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 23 rows starting from the beginning of the part
8510 2024.11.22 05:58:40.141313 [ 191 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 18 rows starting from the beginning of the part
8511 2024.11.22 05:58:40.141914 [ 257 ] {30fe1b6a-652e-4ca8-b9f2-ae03904527e7} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8512 2024.11.22 05:58:40.141943 [ 191 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 23 rows starting from the beginning of the part
8513 2024.11.22 05:58:40.142680 [ 257 ] {30fe1b6a-652e-4ca8-b9f2-ae03904527e7} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8514 2024.11.22 05:58:40.143229 [ 257 ] {30fe1b6a-652e-4ca8-b9f2-ae03904527e7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005585 sec., 10743.061772605193 rows/sec., 741.38 KiB/sec.
8515 2024.11.22 05:58:40.143382 [ 257 ] {30fe1b6a-652e-4ca8-b9f2-ae03904527e7} <Debug> TCPHandler: Processed in 0.005991693 sec.
8516 2024.11.22 05:58:40.149896 [ 194 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1063 rows, containing 19 columns (19 merged, 0 gathered) in 0.012791948 sec., 83099.14955876932 rows/sec., 148.91 MiB/sec.
8517 2024.11.22 05:58:40.151372 [ 200 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
8518 2024.11.22 05:58:40.151791 [ 200 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8519 2024.11.22 05:58:40.151868 [ 200 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
8520 2024.11.22 05:58:40.152017 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.32 MiB.
8521 2024.11.22 05:58:41.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 215.14 MiB, peak 223.41 MiB, free memory in arenas 0.00 B, will set to 217.27 MiB (RSS), difference: 2.14 MiB
8522 2024.11.22 05:58:41.135513 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302
8523 2024.11.22 05:58:41.156304 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8524 2024.11.22 05:58:41.156366 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8525 2024.11.22 05:58:41.163678 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8526 2024.11.22 05:58:41.164456 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8527 2024.11.22 05:58:41.167134 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302
8528 2024.11.22 05:58:41.641462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59329, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8529 2024.11.22 05:58:42.347856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63153, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8530 2024.11.22 05:58:42.354755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60600, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8531 2024.11.22 05:58:42.427133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54427, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8532 2024.11.22 05:58:42.455405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54925, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8533 2024.11.22 05:58:42.470969 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58202, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8534 2024.11.22 05:58:42.480670 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56381, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8535 2024.11.22 05:58:42.495692 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49524, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8536 2024.11.22 05:58:42.758260 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52093, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8537 2024.11.22 05:58:43.269635 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39511, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8538 2024.11.22 05:58:43.303981 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39235, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8539 2024.11.22 05:58:43.451599 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40816, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8540 2024.11.22 05:58:43.558745 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49470, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8541 2024.11.22 05:58:43.570083 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45851, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8542 2024.11.22 05:58:43.591353 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56504, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8543 2024.11.22 05:58:43.595585 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50790, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8544 2024.11.22 05:58:43.629530 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48252, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8545 2024.11.22 05:58:43.941228 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51144, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8546 2024.11.22 05:58:43.969925 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33977, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8547 2024.11.22 05:58:44.115653 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33750, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8548 2024.11.22 05:58:44.116906 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61067, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8549 2024.11.22 05:58:44.256618 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41545, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8550 2024.11.22 05:58:44.288264 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54334, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8551 2024.11.22 05:58:44.318618 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58391, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
8552 2024.11.22 05:58:45.136433 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8553 2024.11.22 05:58:45.136724 [ 256 ] {d97fcc73-41fe-4579-9f8c-1ddb62c75e73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8554 2024.11.22 05:58:45.136831 [ 256 ] {d97fcc73-41fe-4579-9f8c-1ddb62c75e73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8555 2024.11.22 05:58:45.137927 [ 256 ] {d97fcc73-41fe-4579-9f8c-1ddb62c75e73} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8556 2024.11.22 05:58:45.138003 [ 256 ] {d97fcc73-41fe-4579-9f8c-1ddb62c75e73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8557 2024.11.22 05:58:45.138651 [ 256 ] {d97fcc73-41fe-4579-9f8c-1ddb62c75e73} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8558 2024.11.22 05:58:45.139032 [ 256 ] {d97fcc73-41fe-4579-9f8c-1ddb62c75e73} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8559 2024.11.22 05:58:45.139374 [ 256 ] {d97fcc73-41fe-4579-9f8c-1ddb62c75e73} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002717 sec., 5152.741994847258 rows/sec., 370.93 KiB/sec.
8560 2024.11.22 05:58:45.139475 [ 256 ] {d97fcc73-41fe-4579-9f8c-1ddb62c75e73} <Debug> TCPHandler: Processed in 0.0032742 sec.
8561 2024.11.22 05:58:45.139726 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8562 2024.11.22 05:58:45.139887 [ 257 ] {6337847c-a45d-48d5-aee9-4ce425c8a2e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8563 2024.11.22 05:58:45.139956 [ 257 ] {6337847c-a45d-48d5-aee9-4ce425c8a2e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8564 2024.11.22 05:58:45.140958 [ 257 ] {6337847c-a45d-48d5-aee9-4ce425c8a2e3} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8565 2024.11.22 05:58:45.141014 [ 257 ] {6337847c-a45d-48d5-aee9-4ce425c8a2e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8566 2024.11.22 05:58:45.141558 [ 257 ] {6337847c-a45d-48d5-aee9-4ce425c8a2e3} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8567 2024.11.22 05:58:45.141944 [ 257 ] {6337847c-a45d-48d5-aee9-4ce425c8a2e3} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8568 2024.11.22 05:58:45.142275 [ 257 ] {6337847c-a45d-48d5-aee9-4ce425c8a2e3} <Debug> executeQuery: Read 239 rows, 21.37 KiB in 0.002423 sec., 98638.05200165085 rows/sec., 8.61 MiB/sec.
8569 2024.11.22 05:58:45.142392 [ 257 ] {6337847c-a45d-48d5-aee9-4ce425c8a2e3} <Debug> TCPHandler: Processed in 0.002740215 sec.
8570 2024.11.22 05:58:45.142725 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8571 2024.11.22 05:58:45.142910 [ 256 ] {2d15a9dc-2c1b-40ce-b559-617a3baa8806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8572 2024.11.22 05:58:45.142974 [ 256 ] {2d15a9dc-2c1b-40ce-b559-617a3baa8806} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8573 2024.11.22 05:58:45.143762 [ 256 ] {2d15a9dc-2c1b-40ce-b559-617a3baa8806} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8574 2024.11.22 05:58:45.143816 [ 256 ] {2d15a9dc-2c1b-40ce-b559-617a3baa8806} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8575 2024.11.22 05:58:45.144328 [ 256 ] {2d15a9dc-2c1b-40ce-b559-617a3baa8806} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8576 2024.11.22 05:58:45.144699 [ 256 ] {2d15a9dc-2c1b-40ce-b559-617a3baa8806} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8577 2024.11.22 05:58:45.145022 [ 256 ] {2d15a9dc-2c1b-40ce-b559-617a3baa8806} <Debug> executeQuery: Read 25 rows, 1.81 KiB in 0.002146 sec., 11649.580615097857 rows/sec., 843.23 KiB/sec.
8578 2024.11.22 05:58:45.145128 [ 256 ] {2d15a9dc-2c1b-40ce-b559-617a3baa8806} <Debug> TCPHandler: Processed in 0.002520609 sec.
8579 2024.11.22 05:58:45.145389 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8580 2024.11.22 05:58:45.145540 [ 257 ] {2f1c1ed9-761d-45e3-b7d4-d8b1a22a4f9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8581 2024.11.22 05:58:45.145613 [ 257 ] {2f1c1ed9-761d-45e3-b7d4-d8b1a22a4f9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8582 2024.11.22 05:58:45.146435 [ 257 ] {2f1c1ed9-761d-45e3-b7d4-d8b1a22a4f9d} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8583 2024.11.22 05:58:45.146489 [ 257 ] {2f1c1ed9-761d-45e3-b7d4-d8b1a22a4f9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8584 2024.11.22 05:58:45.147005 [ 257 ] {2f1c1ed9-761d-45e3-b7d4-d8b1a22a4f9d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
8585 2024.11.22 05:58:45.147365 [ 257 ] {2f1c1ed9-761d-45e3-b7d4-d8b1a22a4f9d} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8586 2024.11.22 05:58:45.147694 [ 257 ] {2f1c1ed9-761d-45e3-b7d4-d8b1a22a4f9d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002187 sec., 6401.463191586648 rows/sec., 448.32 KiB/sec.
8587 2024.11.22 05:58:45.147917 [ 257 ] {2f1c1ed9-761d-45e3-b7d4-d8b1a22a4f9d} <Debug> TCPHandler: Processed in 0.002597521 sec.
8588 2024.11.22 05:58:45.148229 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8589 2024.11.22 05:58:45.148382 [ 256 ] {24ef7fbf-800e-4c7b-8694-f21e3e46a6ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8590 2024.11.22 05:58:45.148458 [ 256 ] {24ef7fbf-800e-4c7b-8694-f21e3e46a6ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8591 2024.11.22 05:58:45.149254 [ 256 ] {24ef7fbf-800e-4c7b-8694-f21e3e46a6ac} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8592 2024.11.22 05:58:45.149306 [ 256 ] {24ef7fbf-800e-4c7b-8694-f21e3e46a6ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8593 2024.11.22 05:58:45.149811 [ 256 ] {24ef7fbf-800e-4c7b-8694-f21e3e46a6ac} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8594 2024.11.22 05:58:45.150169 [ 256 ] {24ef7fbf-800e-4c7b-8694-f21e3e46a6ac} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8595 2024.11.22 05:58:45.150483 [ 256 ] {24ef7fbf-800e-4c7b-8694-f21e3e46a6ac} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002134 sec., 6091.8462980318645 rows/sec., 379.83 KiB/sec.
8596 2024.11.22 05:58:45.150613 [ 256 ] {24ef7fbf-800e-4c7b-8694-f21e3e46a6ac} <Debug> TCPHandler: Processed in 0.002493648 sec.
8597 2024.11.22 05:58:45.150899 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8598 2024.11.22 05:58:45.151044 [ 257 ] {6496f3ef-2284-45ee-9671-c57f028f17b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8599 2024.11.22 05:58:45.151104 [ 257 ] {6496f3ef-2284-45ee-9671-c57f028f17b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8600 2024.11.22 05:58:45.152100 [ 257 ] {6496f3ef-2284-45ee-9671-c57f028f17b8} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8601 2024.11.22 05:58:45.152148 [ 257 ] {6496f3ef-2284-45ee-9671-c57f028f17b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8602 2024.11.22 05:58:45.152634 [ 257 ] {6496f3ef-2284-45ee-9671-c57f028f17b8} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8603 2024.11.22 05:58:45.152994 [ 257 ] {6496f3ef-2284-45ee-9671-c57f028f17b8} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8604 2024.11.22 05:58:45.153299 [ 257 ] {6496f3ef-2284-45ee-9671-c57f028f17b8} <Debug> executeQuery: Read 400 rows, 29.12 KiB in 0.002289 sec., 174748.79860200963 rows/sec., 12.42 MiB/sec.
8605 2024.11.22 05:58:45.153388 [ 257 ] {6496f3ef-2284-45ee-9671-c57f028f17b8} <Debug> TCPHandler: Processed in 0.00260249 sec.
8606 2024.11.22 05:58:45.154337 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8607 2024.11.22 05:58:45.154499 [ 256 ] {63faa7a8-04ce-4430-921b-df4d216e043d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8608 2024.11.22 05:58:45.154571 [ 256 ] {63faa7a8-04ce-4430-921b-df4d216e043d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8609 2024.11.22 05:58:45.155240 [ 256 ] {63faa7a8-04ce-4430-921b-df4d216e043d} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8610 2024.11.22 05:58:45.155293 [ 256 ] {63faa7a8-04ce-4430-921b-df4d216e043d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8611 2024.11.22 05:58:45.155788 [ 256 ] {63faa7a8-04ce-4430-921b-df4d216e043d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8612 2024.11.22 05:58:45.156138 [ 256 ] {63faa7a8-04ce-4430-921b-df4d216e043d} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8613 2024.11.22 05:58:45.156464 [ 256 ] {63faa7a8-04ce-4430-921b-df4d216e043d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001981 sec., 3028.773346794548 rows/sec., 158.24 KiB/sec.
8614 2024.11.22 05:58:45.157124 [ 256 ] {63faa7a8-04ce-4430-921b-df4d216e043d} <Debug> TCPHandler: Processed in 0.002862578 sec.
8615 2024.11.22 05:58:45.157619 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8616 2024.11.22 05:58:45.157777 [ 257 ] {e334d7b9-a5d1-4742-9510-431729163da1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8617 2024.11.22 05:58:45.157854 [ 257 ] {e334d7b9-a5d1-4742-9510-431729163da1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8618 2024.11.22 05:58:45.158748 [ 257 ] {e334d7b9-a5d1-4742-9510-431729163da1} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8619 2024.11.22 05:58:45.158802 [ 257 ] {e334d7b9-a5d1-4742-9510-431729163da1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8620 2024.11.22 05:58:45.159420 [ 257 ] {e334d7b9-a5d1-4742-9510-431729163da1} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8621 2024.11.22 05:58:45.159822 [ 257 ] {e334d7b9-a5d1-4742-9510-431729163da1} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8622 2024.11.22 05:58:45.160138 [ 257 ] {e334d7b9-a5d1-4742-9510-431729163da1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002398 sec., 98832.3603002502 rows/sec., 6.62 MiB/sec.
8623 2024.11.22 05:58:45.160234 [ 257 ] {e334d7b9-a5d1-4742-9510-431729163da1} <Debug> TCPHandler: Processed in 0.002704793 sec.
8624 2024.11.22 05:58:45.160671 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8625 2024.11.22 05:58:45.160805 [ 256 ] {2e8bde41-aecb-41a6-b650-0ca6f50346ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8626 2024.11.22 05:58:45.160876 [ 256 ] {2e8bde41-aecb-41a6-b650-0ca6f50346ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8627 2024.11.22 05:58:45.161466 [ 256 ] {2e8bde41-aecb-41a6-b650-0ca6f50346ea} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8628 2024.11.22 05:58:45.161514 [ 256 ] {2e8bde41-aecb-41a6-b650-0ca6f50346ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8629 2024.11.22 05:58:45.161996 [ 256 ] {2e8bde41-aecb-41a6-b650-0ca6f50346ea} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8630 2024.11.22 05:58:45.162364 [ 256 ] {2e8bde41-aecb-41a6-b650-0ca6f50346ea} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8631 2024.11.22 05:58:45.162649 [ 256 ] {2e8bde41-aecb-41a6-b650-0ca6f50346ea} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001876 sec., 533.0490405117271 rows/sec., 35.92 KiB/sec.
8632 2024.11.22 05:58:45.162728 [ 256 ] {2e8bde41-aecb-41a6-b650-0ca6f50346ea} <Debug> TCPHandler: Processed in 0.002123817 sec.
8633 2024.11.22 05:58:45.162911 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8634 2024.11.22 05:58:45.163039 [ 257 ] {e137d3eb-531a-4fc3-9366-a4649acfd9e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8635 2024.11.22 05:58:45.163113 [ 257 ] {e137d3eb-531a-4fc3-9366-a4649acfd9e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8636 2024.11.22 05:58:45.164526 [ 257 ] {e137d3eb-531a-4fc3-9366-a4649acfd9e5} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8637 2024.11.22 05:58:45.164565 [ 257 ] {e137d3eb-531a-4fc3-9366-a4649acfd9e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8638 2024.11.22 05:58:45.165294 [ 257 ] {e137d3eb-531a-4fc3-9366-a4649acfd9e5} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8639 2024.11.22 05:58:45.165575 [ 257 ] {e137d3eb-531a-4fc3-9366-a4649acfd9e5} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8640 2024.11.22 05:58:45.165870 [ 257 ] {e137d3eb-531a-4fc3-9366-a4649acfd9e5} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.002861 sec., 6291.506466270535 rows/sec., 11.27 MiB/sec.
8641 2024.11.22 05:58:45.166004 [ 257 ] {e137d3eb-531a-4fc3-9366-a4649acfd9e5} <Debug> TCPHandler: Processed in 0.003149645 sec.
8642 2024.11.22 05:58:45.166271 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8643 2024.11.22 05:58:45.166406 [ 256 ] {a7425144-e89e-4f93-8989-38afc030e48d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8644 2024.11.22 05:58:45.166468 [ 256 ] {a7425144-e89e-4f93-8989-38afc030e48d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8645 2024.11.22 05:58:45.167042 [ 256 ] {a7425144-e89e-4f93-8989-38afc030e48d} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8646 2024.11.22 05:58:45.167089 [ 256 ] {a7425144-e89e-4f93-8989-38afc030e48d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8647 2024.11.22 05:58:45.167548 [ 256 ] {a7425144-e89e-4f93-8989-38afc030e48d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8648 2024.11.22 05:58:45.167852 [ 256 ] {a7425144-e89e-4f93-8989-38afc030e48d} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8649 2024.11.22 05:58:45.168108 [ 256 ] {a7425144-e89e-4f93-8989-38afc030e48d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001733 sec., 47316.79169070975 rows/sec., 3.01 MiB/sec.
8650 2024.11.22 05:58:45.168168 [ 256 ] {a7425144-e89e-4f93-8989-38afc030e48d} <Debug> TCPHandler: Processed in 0.002019365 sec.
8651 2024.11.22 05:58:47.306974 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849
8652 2024.11.22 05:58:47.307776 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8653 2024.11.22 05:58:47.307827 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8654 2024.11.22 05:58:47.308373 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8655 2024.11.22 05:58:47.308632 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8656 2024.11.22 05:58:47.308852 [ 29 ] {} <Debug> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8657 2024.11.22 05:58:47.308922 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849
8658 2024.11.22 05:58:47.308947 [ 29 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8659 2024.11.22 05:58:47.308978 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8660 2024.11.22 05:58:47.309572 [ 199 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
8661 2024.11.22 05:58:47.310207 [ 199 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8662 2024.11.22 05:58:47.310266 [ 199 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 16531 rows starting from the beginning of the part
8663 2024.11.22 05:58:47.310361 [ 199 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 488 rows starting from the beginning of the part
8664 2024.11.22 05:58:47.310573 [ 199 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 427 rows starting from the beginning of the part
8665 2024.11.22 05:58:47.310760 [ 199 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 488 rows starting from the beginning of the part
8666 2024.11.22 05:58:47.310985 [ 199 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 427 rows starting from the beginning of the part
8667 2024.11.22 05:58:47.311187 [ 199 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 488 rows starting from the beginning of the part
8668 2024.11.22 05:58:47.313669 [ 200 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.004594245 sec., 4102741.5821315576 rows/sec., 58.69 MiB/sec.
8669 2024.11.22 05:58:47.314024 [ 194 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8670 2024.11.22 05:58:47.314367 [ 194 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_41_8} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8671 2024.11.22 05:58:47.314446 [ 194 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_41_8} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8672 2024.11.22 05:58:47.314553 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB.
8673 2024.11.22 05:58:48.667192 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309
8674 2024.11.22 05:58:48.689497 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8675 2024.11.22 05:58:48.689558 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8676 2024.11.22 05:58:48.697015 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8677 2024.11.22 05:58:48.697816 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8678 2024.11.22 05:58:48.698207 [ 29 ] {} <Debug> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8679 2024.11.22 05:58:48.698344 [ 29 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8680 2024.11.22 05:58:48.698418 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8681 2024.11.22 05:58:48.698725 [ 197 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
8682 2024.11.22 05:58:48.707221 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309
8683 2024.11.22 05:58:48.708644 [ 197 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8684 2024.11.22 05:58:48.709544 [ 197 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part
8685 2024.11.22 05:58:48.714180 [ 197 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part
8686 2024.11.22 05:58:48.718802 [ 197 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part
8687 2024.11.22 05:58:48.723791 [ 197 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part
8688 2024.11.22 05:58:48.729101 [ 197 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part
8689 2024.11.22 05:58:48.733601 [ 197 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part
8690 2024.11.22 05:58:48.794482 [ 196 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.095925216 sec., 3221.2593610422523 rows/sec., 16.66 MiB/sec.
8691 2024.11.22 05:58:48.797692 [ 187 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8692 2024.11.22 05:58:48.800704 [ 187 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_41_8} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8693 2024.11.22 05:58:48.800834 [ 187 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_41_8} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8694 2024.11.22 05:58:48.803158 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
8695 2024.11.22 05:58:49.900591 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1200
8696 2024.11.22 05:58:49.903777 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8697 2024.11.22 05:58:49.903826 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8698 2024.11.22 05:58:49.905337 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8699 2024.11.22 05:58:49.905656 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8700 2024.11.22 05:58:49.907355 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1200
8701 2024.11.22 05:58:50.122796 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8702 2024.11.22 05:58:50.123106 [ 256 ] {b104ddcb-d54b-4204-9ee8-03f7106067a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8703 2024.11.22 05:58:50.123235 [ 256 ] {b104ddcb-d54b-4204-9ee8-03f7106067a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8704 2024.11.22 05:58:50.124134 [ 256 ] {b104ddcb-d54b-4204-9ee8-03f7106067a3} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8705 2024.11.22 05:58:50.124187 [ 256 ] {b104ddcb-d54b-4204-9ee8-03f7106067a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8706 2024.11.22 05:58:50.124654 [ 256 ] {b104ddcb-d54b-4204-9ee8-03f7106067a3} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8707 2024.11.22 05:58:50.124918 [ 256 ] {b104ddcb-d54b-4204-9ee8-03f7106067a3} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8708 2024.11.22 05:58:50.125222 [ 256 ] {b104ddcb-d54b-4204-9ee8-03f7106067a3} <Debug> executeQuery: Read 102 rows, 8.82 KiB in 0.002196 sec., 46448.08743169399 rows/sec., 3.92 MiB/sec.
8709 2024.11.22 05:58:50.125381 [ 256 ] {b104ddcb-d54b-4204-9ee8-03f7106067a3} <Debug> TCPHandler: Processed in 0.002773546 sec.
8710 2024.11.22 05:58:50.125664 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8711 2024.11.22 05:58:50.125811 [ 257 ] {c6bc3be2-9ac6-490f-b69a-e54abb6720e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8712 2024.11.22 05:58:50.125872 [ 257 ] {c6bc3be2-9ac6-490f-b69a-e54abb6720e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8713 2024.11.22 05:58:50.126555 [ 257 ] {c6bc3be2-9ac6-490f-b69a-e54abb6720e1} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8714 2024.11.22 05:58:50.126597 [ 257 ] {c6bc3be2-9ac6-490f-b69a-e54abb6720e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8715 2024.11.22 05:58:50.126973 [ 257 ] {c6bc3be2-9ac6-490f-b69a-e54abb6720e1} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8716 2024.11.22 05:58:50.127214 [ 257 ] {c6bc3be2-9ac6-490f-b69a-e54abb6720e1} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8717 2024.11.22 05:58:50.127437 [ 257 ] {c6bc3be2-9ac6-490f-b69a-e54abb6720e1} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.00166 sec., 13855.421686746988 rows/sec., 1.02 MiB/sec.
8718 2024.11.22 05:58:50.127491 [ 257 ] {c6bc3be2-9ac6-490f-b69a-e54abb6720e1} <Debug> TCPHandler: Processed in 0.001954023 sec.
8719 2024.11.22 05:58:50.127623 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8720 2024.11.22 05:58:50.127732 [ 256 ] {07a0fa7c-5b96-4546-b6a3-fd6b70cfa9fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8721 2024.11.22 05:58:50.127777 [ 256 ] {07a0fa7c-5b96-4546-b6a3-fd6b70cfa9fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8722 2024.11.22 05:58:50.128350 [ 256 ] {07a0fa7c-5b96-4546-b6a3-fd6b70cfa9fc} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8723 2024.11.22 05:58:50.128389 [ 256 ] {07a0fa7c-5b96-4546-b6a3-fd6b70cfa9fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8724 2024.11.22 05:58:50.128753 [ 256 ] {07a0fa7c-5b96-4546-b6a3-fd6b70cfa9fc} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8725 2024.11.22 05:58:50.128998 [ 256 ] {07a0fa7c-5b96-4546-b6a3-fd6b70cfa9fc} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8726 2024.11.22 05:58:50.129209 [ 256 ] {07a0fa7c-5b96-4546-b6a3-fd6b70cfa9fc} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.0015 sec., 58000 rows/sec., 4.53 MiB/sec.
8727 2024.11.22 05:58:50.129262 [ 256 ] {07a0fa7c-5b96-4546-b6a3-fd6b70cfa9fc} <Debug> TCPHandler: Processed in 0.001691726 sec.
8728 2024.11.22 05:58:50.129415 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8729 2024.11.22 05:58:50.129545 [ 257 ] {4bdb7229-e3f0-432d-9267-3146cc36d033} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8730 2024.11.22 05:58:50.129604 [ 257 ] {4bdb7229-e3f0-432d-9267-3146cc36d033} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8731 2024.11.22 05:58:50.130244 [ 257 ] {4bdb7229-e3f0-432d-9267-3146cc36d033} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8732 2024.11.22 05:58:50.130290 [ 257 ] {4bdb7229-e3f0-432d-9267-3146cc36d033} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8733 2024.11.22 05:58:50.130680 [ 257 ] {4bdb7229-e3f0-432d-9267-3146cc36d033} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8734 2024.11.22 05:58:50.130929 [ 257 ] {4bdb7229-e3f0-432d-9267-3146cc36d033} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8735 2024.11.22 05:58:50.131144 [ 257 ] {4bdb7229-e3f0-432d-9267-3146cc36d033} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001628 sec., 98280.09828009827 rows/sec., 6.85 MiB/sec.
8736 2024.11.22 05:58:50.131194 [ 257 ] {4bdb7229-e3f0-432d-9267-3146cc36d033} <Debug> TCPHandler: Processed in 0.00183963 sec.
8737 2024.11.22 05:58:50.131346 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8738 2024.11.22 05:58:50.131474 [ 256 ] {ded7e4e5-c01d-492a-8fc1-e9acada6b3a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8739 2024.11.22 05:58:50.131555 [ 256 ] {ded7e4e5-c01d-492a-8fc1-e9acada6b3a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8740 2024.11.22 05:58:50.132807 [ 256 ] {ded7e4e5-c01d-492a-8fc1-e9acada6b3a7} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8741 2024.11.22 05:58:50.132845 [ 256 ] {ded7e4e5-c01d-492a-8fc1-e9acada6b3a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8742 2024.11.22 05:58:50.133506 [ 256 ] {ded7e4e5-c01d-492a-8fc1-e9acada6b3a7} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8743 2024.11.22 05:58:50.133768 [ 256 ] {ded7e4e5-c01d-492a-8fc1-e9acada6b3a7} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8744 2024.11.22 05:58:50.134086 [ 256 ] {ded7e4e5-c01d-492a-8fc1-e9acada6b3a7} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002618 sec., 8785.332314744079 rows/sec., 15.74 MiB/sec.
8745 2024.11.22 05:58:50.134415 [ 256 ] {ded7e4e5-c01d-492a-8fc1-e9acada6b3a7} <Debug> TCPHandler: Processed in 0.003119455 sec.
8746 2024.11.22 05:58:50.134686 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8747 2024.11.22 05:58:50.134857 [ 257 ] {246340aa-90be-4e59-a571-906a74656b79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8748 2024.11.22 05:58:50.134914 [ 257 ] {246340aa-90be-4e59-a571-906a74656b79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8749 2024.11.22 05:58:50.135450 [ 257 ] {246340aa-90be-4e59-a571-906a74656b79} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8750 2024.11.22 05:58:50.135489 [ 257 ] {246340aa-90be-4e59-a571-906a74656b79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8751 2024.11.22 05:58:50.135852 [ 257 ] {246340aa-90be-4e59-a571-906a74656b79} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8752 2024.11.22 05:58:50.136089 [ 257 ] {246340aa-90be-4e59-a571-906a74656b79} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8753 2024.11.22 05:58:50.136335 [ 257 ] {246340aa-90be-4e59-a571-906a74656b79} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001504 sec., 39893.6170212766 rows/sec., 2.69 MiB/sec.
8754 2024.11.22 05:58:50.136406 [ 257 ] {246340aa-90be-4e59-a571-906a74656b79} <Debug> TCPHandler: Processed in 0.001874121 sec.
8755 2024.11.22 05:58:54.666651 [ 45 ] {} <Debug> DNSResolver: Updating DNS cache
8756 2024.11.22 05:58:54.666723 [ 45 ] {} <Debug> DNSResolver: Updated DNS cache
8757 2024.11.22 05:58:54.809081 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276
8758 2024.11.22 05:58:54.809914 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8759 2024.11.22 05:58:54.809968 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8760 2024.11.22 05:58:54.810562 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8761 2024.11.22 05:58:54.810826 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8762 2024.11.22 05:58:54.811097 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276
8763 2024.11.22 05:58:55.125824 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8764 2024.11.22 05:58:55.126020 [ 256 ] {35f053a8-53d4-4641-aa4a-28d7c598ad2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8765 2024.11.22 05:58:55.126092 [ 256 ] {35f053a8-53d4-4641-aa4a-28d7c598ad2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8766 2024.11.22 05:58:55.126861 [ 256 ] {35f053a8-53d4-4641-aa4a-28d7c598ad2d} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8767 2024.11.22 05:58:55.126911 [ 256 ] {35f053a8-53d4-4641-aa4a-28d7c598ad2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8768 2024.11.22 05:58:55.127387 [ 256 ] {35f053a8-53d4-4641-aa4a-28d7c598ad2d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8769 2024.11.22 05:58:55.127646 [ 256 ] {35f053a8-53d4-4641-aa4a-28d7c598ad2d} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8770 2024.11.22 05:58:55.127799 [ 45 ] {} <Debug> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
8771 2024.11.22 05:58:55.127843 [ 45 ] {} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8772 2024.11.22 05:58:55.127856 [ 256 ] {35f053a8-53d4-4641-aa4a-28d7c598ad2d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001885 sec., 7427.055702917772 rows/sec., 534.65 KiB/sec.
8773 2024.11.22 05:58:55.127867 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8774 2024.11.22 05:58:55.128006 [ 256 ] {35f053a8-53d4-4641-aa4a-28d7c598ad2d} <Debug> TCPHandler: Processed in 0.002307103 sec.
8775 2024.11.22 05:58:55.128105 [ 190 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full
8776 2024.11.22 05:58:55.128235 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8777 2024.11.22 05:58:55.128326 [ 190 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8778 2024.11.22 05:58:55.128408 [ 190 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 14 rows starting from the beginning of the part
8779 2024.11.22 05:58:55.128450 [ 257 ] {d00d27d3-99f0-4490-9319-2facc7ee599c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8780 2024.11.22 05:58:55.128607 [ 257 ] {d00d27d3-99f0-4490-9319-2facc7ee599c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8781 2024.11.22 05:58:55.128648 [ 190 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part
8782 2024.11.22 05:58:55.129145 [ 190 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part
8783 2024.11.22 05:58:55.129525 [ 190 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part
8784 2024.11.22 05:58:55.129937 [ 190 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part
8785 2024.11.22 05:58:55.131408 [ 257 ] {d00d27d3-99f0-4490-9319-2facc7ee599c} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8786 2024.11.22 05:58:55.131484 [ 257 ] {d00d27d3-99f0-4490-9319-2facc7ee599c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
8787 2024.11.22 05:58:55.132528 [ 190 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004550844 sec., 15381.762152251318 rows/sec., 1.14 MiB/sec.
8788 2024.11.22 05:58:55.132579 [ 257 ] {d00d27d3-99f0-4490-9319-2facc7ee599c} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8789 2024.11.22 05:58:55.132724 [ 192 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
8790 2024.11.22 05:58:55.132912 [ 257 ] {d00d27d3-99f0-4490-9319-2facc7ee599c} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8791 2024.11.22 05:58:55.133099 [ 45 ] {} <Debug> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8792 2024.11.22 05:58:55.133159 [ 45 ] {} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8793 2024.11.22 05:58:55.133186 [ 257 ] {d00d27d3-99f0-4490-9319-2facc7ee599c} <Debug> executeQuery: Read 239 rows, 21.37 KiB in 0.004798 sec., 49812.42184243435 rows/sec., 4.35 MiB/sec.
8794 2024.11.22 05:58:55.133194 [ 192 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_29_7} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8795 2024.11.22 05:58:55.133202 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
8796 2024.11.22 05:58:55.133439 [ 257 ] {d00d27d3-99f0-4490-9319-2facc7ee599c} <Debug> TCPHandler: Processed in 0.005287314 sec.
8797 2024.11.22 05:58:55.133585 [ 192 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_29_7} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
8798 2024.11.22 05:58:55.133752 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8799 2024.11.22 05:58:55.133843 [ 198 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
8800 2024.11.22 05:58:55.133858 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8801 2024.11.22 05:58:55.134024 [ 256 ] {f98de5e7-b866-49da-8431-d8162672fc9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8802 2024.11.22 05:58:55.134137 [ 256 ] {f98de5e7-b866-49da-8431-d8162672fc9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8803 2024.11.22 05:58:55.134165 [ 198 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8804 2024.11.22 05:58:55.134266 [ 198 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1436 rows starting from the beginning of the part
8805 2024.11.22 05:58:55.134542 [ 198 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 239 rows starting from the beginning of the part
8806 2024.11.22 05:58:55.134886 [ 198 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 102 rows starting from the beginning of the part
8807 2024.11.22 05:58:55.135293 [ 198 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 239 rows starting from the beginning of the part
8808 2024.11.22 05:58:55.135686 [ 198 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 102 rows starting from the beginning of the part
8809 2024.11.22 05:58:55.136065 [ 198 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 239 rows starting from the beginning of the part
8810 2024.11.22 05:58:55.136956 [ 256 ] {f98de5e7-b866-49da-8431-d8162672fc9e} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8811 2024.11.22 05:58:55.137014 [ 256 ] {f98de5e7-b866-49da-8431-d8162672fc9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
8812 2024.11.22 05:58:55.137949 [ 256 ] {f98de5e7-b866-49da-8431-d8162672fc9e} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8813 2024.11.22 05:58:55.138481 [ 256 ] {f98de5e7-b866-49da-8431-d8162672fc9e} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8814 2024.11.22 05:58:55.138762 [ 256 ] {f98de5e7-b866-49da-8431-d8162672fc9e} <Debug> executeQuery: Read 25 rows, 1.81 KiB in 0.004809 sec., 5198.585984612186 rows/sec., 376.29 KiB/sec.
8815 2024.11.22 05:58:55.138849 [ 256 ] {f98de5e7-b866-49da-8431-d8162672fc9e} <Debug> TCPHandler: Processed in 0.005272913 sec.
8816 2024.11.22 05:58:55.139122 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8817 2024.11.22 05:58:55.139258 [ 192 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2357 rows, containing 5 columns (5 merged, 0 gathered) in 0.00586393 sec., 401948.86364605307 rows/sec., 35.66 MiB/sec.
8818 2024.11.22 05:58:55.139324 [ 257 ] {2ea55d39-c765-425d-be96-37b8097bedbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8819 2024.11.22 05:58:55.139383 [ 257 ] {2ea55d39-c765-425d-be96-37b8097bedbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8820 2024.11.22 05:58:55.139518 [ 192 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8821 2024.11.22 05:58:55.139975 [ 192 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_61_12} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8822 2024.11.22 05:58:55.140121 [ 192 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_61_12} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8823 2024.11.22 05:58:55.140232 [ 257 ] {2ea55d39-c765-425d-be96-37b8097bedbe} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8824 2024.11.22 05:58:55.140246 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
8825 2024.11.22 05:58:55.140276 [ 257 ] {2ea55d39-c765-425d-be96-37b8097bedbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
8826 2024.11.22 05:58:55.140643 [ 257 ] {2ea55d39-c765-425d-be96-37b8097bedbe} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
8827 2024.11.22 05:58:55.140890 [ 257 ] {2ea55d39-c765-425d-be96-37b8097bedbe} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8828 2024.11.22 05:58:55.141069 [ 257 ] {2ea55d39-c765-425d-be96-37b8097bedbe} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001784 sec., 7847.533632286995 rows/sec., 549.59 KiB/sec.
8829 2024.11.22 05:58:55.141122 [ 257 ] {2ea55d39-c765-425d-be96-37b8097bedbe} <Debug> TCPHandler: Processed in 0.002138218 sec.
8830 2024.11.22 05:58:55.141274 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8831 2024.11.22 05:58:55.141403 [ 256 ] {c6dd3add-f5a4-4fe4-9975-29a066484d12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8832 2024.11.22 05:58:55.141457 [ 256 ] {c6dd3add-f5a4-4fe4-9975-29a066484d12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8833 2024.11.22 05:58:55.141998 [ 256 ] {c6dd3add-f5a4-4fe4-9975-29a066484d12} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8834 2024.11.22 05:58:55.142035 [ 256 ] {c6dd3add-f5a4-4fe4-9975-29a066484d12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8835 2024.11.22 05:58:55.142381 [ 256 ] {c6dd3add-f5a4-4fe4-9975-29a066484d12} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8836 2024.11.22 05:58:55.142636 [ 256 ] {c6dd3add-f5a4-4fe4-9975-29a066484d12} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8837 2024.11.22 05:58:55.142769 [ 45 ] {} <Debug> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
8838 2024.11.22 05:58:55.142816 [ 45 ] {} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8839 2024.11.22 05:58:55.142826 [ 256 ] {c6dd3add-f5a4-4fe4-9975-29a066484d12} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00145 sec., 8965.517241379312 rows/sec., 559.00 KiB/sec.
8840 2024.11.22 05:58:55.142848 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8841 2024.11.22 05:58:55.142909 [ 256 ] {c6dd3add-f5a4-4fe4-9975-29a066484d12} <Debug> TCPHandler: Processed in 0.001691926 sec.
8842 2024.11.22 05:58:55.143118 [ 193 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full
8843 2024.11.22 05:58:55.143132 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8844 2024.11.22 05:58:55.143385 [ 257 ] {9f724c73-c1d1-4a96-9252-1b09d6a485af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8845 2024.11.22 05:58:55.143426 [ 193 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8846 2024.11.22 05:58:55.143473 [ 257 ] {9f724c73-c1d1-4a96-9252-1b09d6a485af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8847 2024.11.22 05:58:55.143498 [ 193 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 13 rows starting from the beginning of the part
8848 2024.11.22 05:58:55.143803 [ 193 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 13 rows starting from the beginning of the part
8849 2024.11.22 05:58:55.144110 [ 193 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 13 rows starting from the beginning of the part
8850 2024.11.22 05:58:55.144443 [ 193 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 13 rows starting from the beginning of the part
8851 2024.11.22 05:58:55.144763 [ 193 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 13 rows starting from the beginning of the part
8852 2024.11.22 05:58:55.146465 [ 257 ] {9f724c73-c1d1-4a96-9252-1b09d6a485af} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8853 2024.11.22 05:58:55.146533 [ 257 ] {9f724c73-c1d1-4a96-9252-1b09d6a485af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
8854 2024.11.22 05:58:55.147293 [ 193 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004346807 sec., 14953.504952025703 rows/sec., 990.76 KiB/sec.
8855 2024.11.22 05:58:55.147519 [ 193 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
8856 2024.11.22 05:58:55.147564 [ 257 ] {9f724c73-c1d1-4a96-9252-1b09d6a485af} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8857 2024.11.22 05:58:55.148065 [ 257 ] {9f724c73-c1d1-4a96-9252-1b09d6a485af} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8858 2024.11.22 05:58:55.148103 [ 193 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_29_7} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8859 2024.11.22 05:58:55.148321 [ 45 ] {} <Debug> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8860 2024.11.22 05:58:55.148345 [ 193 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_29_7} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
8861 2024.11.22 05:58:55.148396 [ 45 ] {} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8862 2024.11.22 05:58:55.148443 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
8863 2024.11.22 05:58:55.148502 [ 257 ] {9f724c73-c1d1-4a96-9252-1b09d6a485af} <Debug> executeQuery: Read 400 rows, 29.12 KiB in 0.005169 sec., 77384.40704198105 rows/sec., 5.50 MiB/sec.
8864 2024.11.22 05:58:55.148782 [ 257 ] {9f724c73-c1d1-4a96-9252-1b09d6a485af} <Debug> TCPHandler: Processed in 0.005754886 sec.
8865 2024.11.22 05:58:55.148801 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8866 2024.11.22 05:58:55.148904 [ 188 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
8867 2024.11.22 05:58:55.148989 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8868 2024.11.22 05:58:55.149037 [ 188 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8869 2024.11.22 05:58:55.149075 [ 188 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 915 rows starting from the beginning of the part
8870 2024.11.22 05:58:55.149170 [ 256 ] {9852dd29-2f76-409e-b107-2b05532bdae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8871 2024.11.22 05:58:55.149284 [ 188 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 400 rows starting from the beginning of the part
8872 2024.11.22 05:58:55.149364 [ 256 ] {9852dd29-2f76-409e-b107-2b05532bdae5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8873 2024.11.22 05:58:55.149669 [ 188 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 87 rows starting from the beginning of the part
8874 2024.11.22 05:58:55.149927 [ 188 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 400 rows starting from the beginning of the part
8875 2024.11.22 05:58:55.150293 [ 188 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 87 rows starting from the beginning of the part
8876 2024.11.22 05:58:55.150546 [ 188 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 400 rows starting from the beginning of the part
8877 2024.11.22 05:58:55.151304 [ 256 ] {9852dd29-2f76-409e-b107-2b05532bdae5} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8878 2024.11.22 05:58:55.151348 [ 256 ] {9852dd29-2f76-409e-b107-2b05532bdae5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
8879 2024.11.22 05:58:55.151849 [ 256 ] {9852dd29-2f76-409e-b107-2b05532bdae5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8880 2024.11.22 05:58:55.152160 [ 256 ] {9852dd29-2f76-409e-b107-2b05532bdae5} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8881 2024.11.22 05:58:55.152436 [ 256 ] {9852dd29-2f76-409e-b107-2b05532bdae5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003308 sec., 1813.7847642079805 rows/sec., 94.76 KiB/sec.
8882 2024.11.22 05:58:55.152882 [ 256 ] {9852dd29-2f76-409e-b107-2b05532bdae5} <Debug> TCPHandler: Processed in 0.003955487 sec.
8883 2024.11.22 05:58:55.153298 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8884 2024.11.22 05:58:55.153326 [ 188 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2289 rows, containing 5 columns (5 merged, 0 gathered) in 0.0047577 sec., 481114.8243899363 rows/sec., 36.62 MiB/sec.
8885 2024.11.22 05:58:55.153507 [ 257 ] {c5fad237-64f5-41ae-9628-28db9121fec3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8886 2024.11.22 05:58:55.153553 [ 188 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8887 2024.11.22 05:58:55.153570 [ 257 ] {c5fad237-64f5-41ae-9628-28db9121fec3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8888 2024.11.22 05:58:55.153937 [ 188 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_61_12} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8889 2024.11.22 05:58:55.154013 [ 188 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_61_12} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8890 2024.11.22 05:58:55.154109 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
8891 2024.11.22 05:58:55.154311 [ 257 ] {c5fad237-64f5-41ae-9628-28db9121fec3} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8892 2024.11.22 05:58:55.154350 [ 257 ] {c5fad237-64f5-41ae-9628-28db9121fec3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8893 2024.11.22 05:58:55.154752 [ 257 ] {c5fad237-64f5-41ae-9628-28db9121fec3} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8894 2024.11.22 05:58:55.155018 [ 257 ] {c5fad237-64f5-41ae-9628-28db9121fec3} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8895 2024.11.22 05:58:55.155153 [ 45 ] {} <Debug> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8896 2024.11.22 05:58:55.155203 [ 45 ] {} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8897 2024.11.22 05:58:55.155209 [ 257 ] {c5fad237-64f5-41ae-9628-28db9121fec3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001739 sec., 136285.22139160437 rows/sec., 9.13 MiB/sec.
8898 2024.11.22 05:58:55.155231 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8899 2024.11.22 05:58:55.155334 [ 257 ] {c5fad237-64f5-41ae-9628-28db9121fec3} <Debug> TCPHandler: Processed in 0.002291782 sec.
8900 2024.11.22 05:58:55.155472 [ 190 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
8901 2024.11.22 05:58:55.155547 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8902 2024.11.22 05:58:55.155690 [ 190 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8903 2024.11.22 05:58:55.155779 [ 190 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 18090 rows starting from the beginning of the part
8904 2024.11.22 05:58:55.155789 [ 256 ] {60b1421a-f0de-4d17-a4b4-8a1c14b1e8a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8905 2024.11.22 05:58:55.155973 [ 256 ] {60b1421a-f0de-4d17-a4b4-8a1c14b1e8a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8906 2024.11.22 05:58:55.156103 [ 190 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 237 rows starting from the beginning of the part
8907 2024.11.22 05:58:55.156505 [ 190 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part
8908 2024.11.22 05:58:55.156918 [ 190 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 237 rows starting from the beginning of the part
8909 2024.11.22 05:58:55.157240 [ 190 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part
8910 2024.11.22 05:58:55.157536 [ 190 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 237 rows starting from the beginning of the part
8911 2024.11.22 05:58:55.158402 [ 256 ] {60b1421a-f0de-4d17-a4b4-8a1c14b1e8a4} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8912 2024.11.22 05:58:55.158459 [ 256 ] {60b1421a-f0de-4d17-a4b4-8a1c14b1e8a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
8913 2024.11.22 05:58:55.159127 [ 256 ] {60b1421a-f0de-4d17-a4b4-8a1c14b1e8a4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8914 2024.11.22 05:58:55.159460 [ 256 ] {60b1421a-f0de-4d17-a4b4-8a1c14b1e8a4} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8915 2024.11.22 05:58:55.159667 [ 45 ] {} <Debug> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0
8916 2024.11.22 05:58:55.159721 [ 45 ] {} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8917 2024.11.22 05:58:55.159749 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
8918 2024.11.22 05:58:55.159752 [ 256 ] {60b1421a-f0de-4d17-a4b4-8a1c14b1e8a4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004036 sec., 247.77006937561944 rows/sec., 16.70 KiB/sec.
8919 2024.11.22 05:58:55.160397 [ 256 ] {60b1421a-f0de-4d17-a4b4-8a1c14b1e8a4} <Debug> TCPHandler: Processed in 0.004956725 sec.
8920 2024.11.22 05:58:55.160439 [ 188 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full
8921 2024.11.22 05:58:55.160971 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8922 2024.11.22 05:58:55.161330 [ 188 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8923 2024.11.22 05:58:55.161527 [ 188 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 25 rows starting from the beginning of the part
8924 2024.11.22 05:58:55.161665 [ 257 ] {19142a5f-c03a-4d70-b3cc-e9e170b6a595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8925 2024.11.22 05:58:55.162217 [ 188 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part
8926 2024.11.22 05:58:55.162398 [ 257 ] {19142a5f-c03a-4d70-b3cc-e9e170b6a595} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8927 2024.11.22 05:58:55.162833 [ 188 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part
8928 2024.11.22 05:58:55.163310 [ 188 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part
8929 2024.11.22 05:58:55.163889 [ 188 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part
8930 2024.11.22 05:58:55.164303 [ 188 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part
8931 2024.11.22 05:58:55.171855 [ 186 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.011967615 sec., 2506.7651324010676 rows/sec., 168.59 KiB/sec.
8932 2024.11.22 05:58:55.172258 [ 186 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary)
8933 2024.11.22 05:58:55.173159 [ 257 ] {19142a5f-c03a-4d70-b3cc-e9e170b6a595} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8934 2024.11.22 05:58:55.173326 [ 257 ] {19142a5f-c03a-4d70-b3cc-e9e170b6a595} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8935 2024.11.22 05:58:55.173451 [ 186 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_30_6} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8936 2024.11.22 05:58:55.173587 [ 190 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19121 rows, containing 5 columns (5 merged, 0 gathered) in 0.018249336 sec., 1047764.1487887559 rows/sec., 70.80 MiB/sec.
8937 2024.11.22 05:58:55.173791 [ 186 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_30_6} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6
8938 2024.11.22 05:58:55.174077 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
8939 2024.11.22 05:58:55.174100 [ 189 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8940 2024.11.22 05:58:55.174893 [ 189 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8941 2024.11.22 05:58:55.175138 [ 189 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8942 2024.11.22 05:58:55.175328 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB.
8943 2024.11.22 05:58:55.175480 [ 257 ] {19142a5f-c03a-4d70-b3cc-e9e170b6a595} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8944 2024.11.22 05:58:55.175777 [ 257 ] {19142a5f-c03a-4d70-b3cc-e9e170b6a595} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8945 2024.11.22 05:58:55.176052 [ 257 ] {19142a5f-c03a-4d70-b3cc-e9e170b6a595} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.014599 sec., 1232.9611617234057 rows/sec., 2.21 MiB/sec.
8946 2024.11.22 05:58:55.176507 [ 257 ] {19142a5f-c03a-4d70-b3cc-e9e170b6a595} <Debug> TCPHandler: Processed in 0.015960553 sec.
8947 2024.11.22 05:58:55.176797 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8948 2024.11.22 05:58:55.176951 [ 256 ] {e886efe3-1032-4103-a351-5ac53244950c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8949 2024.11.22 05:58:55.177008 [ 256 ] {e886efe3-1032-4103-a351-5ac53244950c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8950 2024.11.22 05:58:55.177571 [ 256 ] {e886efe3-1032-4103-a351-5ac53244950c} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8951 2024.11.22 05:58:55.177608 [ 256 ] {e886efe3-1032-4103-a351-5ac53244950c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8952 2024.11.22 05:58:55.177997 [ 256 ] {e886efe3-1032-4103-a351-5ac53244950c} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8953 2024.11.22 05:58:55.178244 [ 256 ] {e886efe3-1032-4103-a351-5ac53244950c} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8954 2024.11.22 05:58:55.178375 [ 45 ] {} <Debug> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8955 2024.11.22 05:58:55.178411 [ 45 ] {} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8956 2024.11.22 05:58:55.178428 [ 256 ] {e886efe3-1032-4103-a351-5ac53244950c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001507 sec., 54412.7405441274 rows/sec., 3.46 MiB/sec.
8957 2024.11.22 05:58:55.178437 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8958 2024.11.22 05:58:55.178550 [ 256 ] {e886efe3-1032-4103-a351-5ac53244950c} <Debug> TCPHandler: Processed in 0.001915502 sec.
8959 2024.11.22 05:58:55.178709 [ 190 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
8960 2024.11.22 05:58:55.178874 [ 190 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8961 2024.11.22 05:58:55.178920 [ 190 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3776 rows starting from the beginning of the part
8962 2024.11.22 05:58:55.179026 [ 190 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 82 rows starting from the beginning of the part
8963 2024.11.22 05:58:55.179150 [ 190 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part
8964 2024.11.22 05:58:55.179263 [ 190 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 82 rows starting from the beginning of the part
8965 2024.11.22 05:58:55.179371 [ 190 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part
8966 2024.11.22 05:58:55.179580 [ 190 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part
8967 2024.11.22 05:58:55.181073 [ 189 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4142 rows, containing 4 columns (4 merged, 0 gathered) in 0.002536659 sec., 1632856.4462152775 rows/sec., 106.38 MiB/sec.
8968 2024.11.22 05:58:55.181385 [ 186 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8969 2024.11.22 05:58:55.181677 [ 186 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_61_12} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8970 2024.11.22 05:58:55.181756 [ 186 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_61_12} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8971 2024.11.22 05:58:55.181828 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB.
8972 2024.11.22 05:58:56.207285 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317
8973 2024.11.22 05:58:56.226181 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8974 2024.11.22 05:58:56.226251 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8975 2024.11.22 05:58:56.233187 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8976 2024.11.22 05:58:56.233970 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8977 2024.11.22 05:58:56.236899 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317
8978 2024.11.22 05:58:59.907538 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1234
8979 2024.11.22 05:58:59.910682 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8980 2024.11.22 05:58:59.910739 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
8981 2024.11.22 05:58:59.912217 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8982 2024.11.22 05:58:59.912541 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8983 2024.11.22 05:58:59.912774 [ 142 ] {} <Debug> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
8984 2024.11.22 05:58:59.912896 [ 142 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8985 2024.11.22 05:58:59.912960 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
8986 2024.11.22 05:58:59.913467 [ 190 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::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
8987 2024.11.22 05:58:59.914085 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1234
8988 2024.11.22 05:58:59.914577 [ 190 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8989 2024.11.22 05:58:59.914757 [ 190 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1060 rows starting from the beginning of the part
8990 2024.11.22 05:58:59.915264 [ 190 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 36 rows starting from the beginning of the part
8991 2024.11.22 05:58:59.915745 [ 190 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 34 rows starting from the beginning of the part
8992 2024.11.22 05:58:59.916253 [ 190 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 36 rows starting from the beginning of the part
8993 2024.11.22 05:58:59.916876 [ 190 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 34 rows starting from the beginning of the part
8994 2024.11.22 05:58:59.917389 [ 190 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 34 rows starting from the beginning of the part
8995 2024.11.22 05:58:59.925521 [ 186 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1234 rows, containing 72 columns (72 merged, 0 gathered) in 0.012414287 sec., 99401.6007524234 rows/sec., 78.93 MiB/sec.
8996 2024.11.22 05:58:59.926992 [ 186 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
8997 2024.11.22 05:58:59.927702 [ 186 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_31_6} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8998 2024.11.22 05:58:59.927793 [ 186 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_31_6} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
8999 2024.11.22 05:58:59.927995 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.82 MiB.
9000 2024.11.22 05:59:00.152916 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9001 2024.11.22 05:59:00.153221 [ 256 ] {c922a28c-86b1-48f2-a7fe-c15ffe03503d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9002 2024.11.22 05:59:00.153416 [ 256 ] {c922a28c-86b1-48f2-a7fe-c15ffe03503d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9003 2024.11.22 05:59:00.154347 [ 256 ] {c922a28c-86b1-48f2-a7fe-c15ffe03503d} <Trace> oximeter.fields_ipaddr (99939db0-ec9a-4d46-b64a-a0023bb0c9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9004 2024.11.22 05:59:00.154399 [ 256 ] {c922a28c-86b1-48f2-a7fe-c15ffe03503d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9005 2024.11.22 05:59:00.154834 [ 256 ] {c922a28c-86b1-48f2-a7fe-c15ffe03503d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
9006 2024.11.22 05:59:00.155122 [ 256 ] {c922a28c-86b1-48f2-a7fe-c15ffe03503d} <Trace> oximeter.fields_ipaddr (99939db0-ec9a-4d46-b64a-a0023bb0c9b6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9007 2024.11.22 05:59:00.155417 [ 256 ] {c922a28c-86b1-48f2-a7fe-c15ffe03503d} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.002273 sec., 5279.366476022878 rows/sec., 430.50 KiB/sec.
9008 2024.11.22 05:59:00.155792 [ 256 ] {c922a28c-86b1-48f2-a7fe-c15ffe03503d} <Debug> TCPHandler: Processed in 0.003055054 sec.
9009 2024.11.22 05:59:00.155994 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9010 2024.11.22 05:59:00.156142 [ 257 ] {c5afb8a1-ee19-45ee-a36f-c2382b2c0caf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9011 2024.11.22 05:59:00.156202 [ 257 ] {c5afb8a1-ee19-45ee-a36f-c2382b2c0caf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9012 2024.11.22 05:59:00.157585 [ 257 ] {c5afb8a1-ee19-45ee-a36f-c2382b2c0caf} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9013 2024.11.22 05:59:00.157628 [ 257 ] {c5afb8a1-ee19-45ee-a36f-c2382b2c0caf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9014 2024.11.22 05:59:00.158108 [ 257 ] {c5afb8a1-ee19-45ee-a36f-c2382b2c0caf} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
9015 2024.11.22 05:59:00.158365 [ 257 ] {c5afb8a1-ee19-45ee-a36f-c2382b2c0caf} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9016 2024.11.22 05:59:00.158585 [ 257 ] {c5afb8a1-ee19-45ee-a36f-c2382b2c0caf} <Debug> executeQuery: Read 1248 rows, 105.82 KiB in 0.002479 sec., 503428.8019362647 rows/sec., 41.69 MiB/sec.
9017 2024.11.22 05:59:00.158642 [ 257 ] {c5afb8a1-ee19-45ee-a36f-c2382b2c0caf} <Debug> TCPHandler: Processed in 0.002717694 sec.
9018 2024.11.22 05:59:00.158833 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9019 2024.11.22 05:59:00.158965 [ 256 ] {19c85b1b-d71a-4cee-bded-16d03e165915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9020 2024.11.22 05:59:00.159022 [ 256 ] {19c85b1b-d71a-4cee-bded-16d03e165915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9021 2024.11.22 05:59:00.159701 [ 256 ] {19c85b1b-d71a-4cee-bded-16d03e165915} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9022 2024.11.22 05:59:00.159748 [ 256 ] {19c85b1b-d71a-4cee-bded-16d03e165915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9023 2024.11.22 05:59:00.160110 [ 256 ] {19c85b1b-d71a-4cee-bded-16d03e165915} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
9024 2024.11.22 05:59:00.160359 [ 256 ] {19c85b1b-d71a-4cee-bded-16d03e165915} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9025 2024.11.22 05:59:00.160578 [ 256 ] {19c85b1b-d71a-4cee-bded-16d03e165915} <Debug> executeQuery: Read 35 rows, 2.57 KiB in 0.001644 sec., 21289.537712895377 rows/sec., 1.53 MiB/sec.
9026 2024.11.22 05:59:00.160631 [ 256 ] {19c85b1b-d71a-4cee-bded-16d03e165915} <Debug> TCPHandler: Processed in 0.00186116 sec.
9027 2024.11.22 05:59:00.160776 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9028 2024.11.22 05:59:00.160905 [ 257 ] {d713e764-b93d-403a-a2ca-c9e00df162bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9029 2024.11.22 05:59:00.160959 [ 257 ] {d713e764-b93d-403a-a2ca-c9e00df162bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9030 2024.11.22 05:59:00.161695 [ 257 ] {d713e764-b93d-403a-a2ca-c9e00df162bd} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9031 2024.11.22 05:59:00.161737 [ 257 ] {d713e764-b93d-403a-a2ca-c9e00df162bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9032 2024.11.22 05:59:00.162109 [ 257 ] {d713e764-b93d-403a-a2ca-c9e00df162bd} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
9033 2024.11.22 05:59:00.162362 [ 257 ] {d713e764-b93d-403a-a2ca-c9e00df162bd} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9034 2024.11.22 05:59:00.162572 [ 257 ] {d713e764-b93d-403a-a2ca-c9e00df162bd} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001696 sec., 134433.96226415093 rows/sec., 9.10 MiB/sec.
9035 2024.11.22 05:59:00.162624 [ 257 ] {d713e764-b93d-403a-a2ca-c9e00df162bd} <Debug> TCPHandler: Processed in 0.001911532 sec.
9036 2024.11.22 05:59:00.162775 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9037 2024.11.22 05:59:00.162902 [ 256 ] {e8f1a15d-af0c-4d3b-be2c-9393290fffcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9038 2024.11.22 05:59:00.162956 [ 256 ] {e8f1a15d-af0c-4d3b-be2c-9393290fffcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9039 2024.11.22 05:59:00.163825 [ 256 ] {e8f1a15d-af0c-4d3b-be2c-9393290fffcf} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9040 2024.11.22 05:59:00.163864 [ 256 ] {e8f1a15d-af0c-4d3b-be2c-9393290fffcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9041 2024.11.22 05:59:00.164253 [ 256 ] {e8f1a15d-af0c-4d3b-be2c-9393290fffcf} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
9042 2024.11.22 05:59:00.164496 [ 256 ] {e8f1a15d-af0c-4d3b-be2c-9393290fffcf} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9043 2024.11.22 05:59:00.164704 [ 256 ] {e8f1a15d-af0c-4d3b-be2c-9393290fffcf} <Debug> executeQuery: Read 555 rows, 42.22 KiB in 0.00183 sec., 303278.68852459016 rows/sec., 22.53 MiB/sec.
9044 2024.11.22 05:59:00.164756 [ 256 ] {e8f1a15d-af0c-4d3b-be2c-9393290fffcf} <Debug> TCPHandler: Processed in 0.002043155 sec.
9045 2024.11.22 05:59:00.164897 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9046 2024.11.22 05:59:00.165025 [ 257 ] {c69629b0-228b-498f-8b77-86766bf1545b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9047 2024.11.22 05:59:00.165084 [ 257 ] {c69629b0-228b-498f-8b77-86766bf1545b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9048 2024.11.22 05:59:00.165899 [ 257 ] {c69629b0-228b-498f-8b77-86766bf1545b} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9049 2024.11.22 05:59:00.165938 [ 257 ] {c69629b0-228b-498f-8b77-86766bf1545b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9050 2024.11.22 05:59:00.166388 [ 257 ] {c69629b0-228b-498f-8b77-86766bf1545b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
9051 2024.11.22 05:59:00.166642 [ 257 ] {c69629b0-228b-498f-8b77-86766bf1545b} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9052 2024.11.22 05:59:00.166854 [ 257 ] {c69629b0-228b-498f-8b77-86766bf1545b} <Debug> executeQuery: Read 886 rows, 61.05 KiB in 0.001859 sec., 476600.32275416894 rows/sec., 32.07 MiB/sec.
9053 2024.11.22 05:59:00.166905 [ 257 ] {c69629b0-228b-498f-8b77-86766bf1545b} <Debug> TCPHandler: Processed in 0.002071127 sec.
9054 2024.11.22 05:59:00.167045 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9055 2024.11.22 05:59:00.167172 [ 256 ] {ae6bd6c5-e7cb-4bfc-8e23-7714bb93d736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9056 2024.11.22 05:59:00.167251 [ 256 ] {ae6bd6c5-e7cb-4bfc-8e23-7714bb93d736} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9057 2024.11.22 05:59:00.168448 [ 256 ] {ae6bd6c5-e7cb-4bfc-8e23-7714bb93d736} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9058 2024.11.22 05:59:00.168486 [ 256 ] {ae6bd6c5-e7cb-4bfc-8e23-7714bb93d736} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9059 2024.11.22 05:59:00.169124 [ 256 ] {ae6bd6c5-e7cb-4bfc-8e23-7714bb93d736} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
9060 2024.11.22 05:59:00.169406 [ 256 ] {ae6bd6c5-e7cb-4bfc-8e23-7714bb93d736} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9061 2024.11.22 05:59:00.169701 [ 256 ] {ae6bd6c5-e7cb-4bfc-8e23-7714bb93d736} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002545 sec., 9037.328094302555 rows/sec., 16.19 MiB/sec.
9062 2024.11.22 05:59:00.170061 [ 256 ] {ae6bd6c5-e7cb-4bfc-8e23-7714bb93d736} <Debug> TCPHandler: Processed in 0.003074373 sec.
9063 2024.11.22 05:59:00.170317 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9064 2024.11.22 05:59:00.170512 [ 257 ] {fde5b176-738d-4246-8714-e9b31bb7a4f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9065 2024.11.22 05:59:00.170561 [ 257 ] {fde5b176-738d-4246-8714-e9b31bb7a4f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9066 2024.11.22 05:59:00.171050 [ 257 ] {fde5b176-738d-4246-8714-e9b31bb7a4f2} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9067 2024.11.22 05:59:00.171090 [ 257 ] {fde5b176-738d-4246-8714-e9b31bb7a4f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9068 2024.11.22 05:59:00.171470 [ 257 ] {fde5b176-738d-4246-8714-e9b31bb7a4f2} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
9069 2024.11.22 05:59:00.171726 [ 257 ] {fde5b176-738d-4246-8714-e9b31bb7a4f2} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9070 2024.11.22 05:59:00.171942 [ 257 ] {fde5b176-738d-4246-8714-e9b31bb7a4f2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001454 sec., 41265.474552957356 rows/sec., 2.78 MiB/sec.
9071 2024.11.22 05:59:00.171994 [ 257 ] {fde5b176-738d-4246-8714-e9b31bb7a4f2} <Debug> TCPHandler: Processed in 0.00183236 sec.
9072 2024.11.22 05:59:02.311202 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764
9073 2024.11.22 05:59:02.311874 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9074 2024.11.22 05:59:02.311926 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9075 2024.11.22 05:59:02.312502 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
9076 2024.11.22 05:59:02.312764 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9077 2024.11.22 05:59:02.313026 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764
9078 2024.11.22 05:59:03.736956 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325
9079 2024.11.22 05:59:03.757242 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9080 2024.11.22 05:59:03.757308 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9081 2024.11.22 05:59:03.764613 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
9082 2024.11.22 05:59:03.765376 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9083 2024.11.22 05:59:03.769731 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325
9084 2024.11.22 05:59:05.126326 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9085 2024.11.22 05:59:05.126566 [ 256 ] {3294495a-545f-4304-8df0-a46a0c4ec9aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9086 2024.11.22 05:59:05.126647 [ 256 ] {3294495a-545f-4304-8df0-a46a0c4ec9aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9087 2024.11.22 05:59:05.127456 [ 256 ] {3294495a-545f-4304-8df0-a46a0c4ec9aa} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9088 2024.11.22 05:59:05.127515 [ 256 ] {3294495a-545f-4304-8df0-a46a0c4ec9aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9089 2024.11.22 05:59:05.127985 [ 256 ] {3294495a-545f-4304-8df0-a46a0c4ec9aa} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9090 2024.11.22 05:59:05.128261 [ 256 ] {3294495a-545f-4304-8df0-a46a0c4ec9aa} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9091 2024.11.22 05:59:05.128510 [ 256 ] {3294495a-545f-4304-8df0-a46a0c4ec9aa} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001993 sec., 7024.586051179127 rows/sec., 505.68 KiB/sec.
9092 2024.11.22 05:59:05.128660 [ 256 ] {3294495a-545f-4304-8df0-a46a0c4ec9aa} <Debug> TCPHandler: Processed in 0.002482528 sec.
9093 2024.11.22 05:59:05.128885 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9094 2024.11.22 05:59:05.129013 [ 257 ] {c608ee46-aac9-4d98-a2a7-d71b0806c970} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9095 2024.11.22 05:59:05.129067 [ 257 ] {c608ee46-aac9-4d98-a2a7-d71b0806c970} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9096 2024.11.22 05:59:05.129755 [ 257 ] {c608ee46-aac9-4d98-a2a7-d71b0806c970} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9097 2024.11.22 05:59:05.129795 [ 257 ] {c608ee46-aac9-4d98-a2a7-d71b0806c970} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9098 2024.11.22 05:59:05.130194 [ 257 ] {c608ee46-aac9-4d98-a2a7-d71b0806c970} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
9099 2024.11.22 05:59:05.130475 [ 257 ] {c608ee46-aac9-4d98-a2a7-d71b0806c970} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9100 2024.11.22 05:59:05.130681 [ 257 ] {c608ee46-aac9-4d98-a2a7-d71b0806c970} <Debug> executeQuery: Read 239 rows, 21.37 KiB in 0.001693 sec., 141169.52155936207 rows/sec., 12.33 MiB/sec.
9101 2024.11.22 05:59:05.130781 [ 257 ] {c608ee46-aac9-4d98-a2a7-d71b0806c970} <Debug> TCPHandler: Processed in 0.001996584 sec.
9102 2024.11.22 05:59:05.130988 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9103 2024.11.22 05:59:05.131183 [ 256 ] {535368c6-647d-437a-b743-c406be0c1319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9104 2024.11.22 05:59:05.131234 [ 256 ] {535368c6-647d-437a-b743-c406be0c1319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9105 2024.11.22 05:59:05.131816 [ 256 ] {535368c6-647d-437a-b743-c406be0c1319} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9106 2024.11.22 05:59:05.131855 [ 256 ] {535368c6-647d-437a-b743-c406be0c1319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9107 2024.11.22 05:59:05.132222 [ 256 ] {535368c6-647d-437a-b743-c406be0c1319} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
9108 2024.11.22 05:59:05.132478 [ 256 ] {535368c6-647d-437a-b743-c406be0c1319} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9109 2024.11.22 05:59:05.132685 [ 152 ] {} <Debug> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
9110 2024.11.22 05:59:05.132690 [ 256 ] {535368c6-647d-437a-b743-c406be0c1319} <Debug> executeQuery: Read 25 rows, 1.81 KiB in 0.001536 sec., 16276.041666666666 rows/sec., 1.15 MiB/sec.
9111 2024.11.22 05:59:05.132778 [ 152 ] {} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9112 2024.11.22 05:59:05.132857 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9113 2024.11.22 05:59:05.132865 [ 256 ] {535368c6-647d-437a-b743-c406be0c1319} <Debug> TCPHandler: Processed in 0.002003945 sec.
9114 2024.11.22 05:59:05.133100 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9115 2024.11.22 05:59:05.133161 [ 194 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
9116 2024.11.22 05:59:05.133264 [ 257 ] {92f5ec3d-21ba-453c-a0d7-804d519284d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9117 2024.11.22 05:59:05.133349 [ 257 ] {92f5ec3d-21ba-453c-a0d7-804d519284d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9118 2024.11.22 05:59:05.133602 [ 194 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9119 2024.11.22 05:59:05.133699 [ 194 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 66 rows starting from the beginning of the part
9120 2024.11.22 05:59:05.134091 [ 194 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 25 rows starting from the beginning of the part
9121 2024.11.22 05:59:05.134509 [ 194 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 23 rows starting from the beginning of the part
9122 2024.11.22 05:59:05.134878 [ 194 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 25 rows starting from the beginning of the part
9123 2024.11.22 05:59:05.135090 [ 194 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 35 rows starting from the beginning of the part
9124 2024.11.22 05:59:05.135298 [ 194 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 25 rows starting from the beginning of the part
9125 2024.11.22 05:59:05.136163 [ 257 ] {92f5ec3d-21ba-453c-a0d7-804d519284d1} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9126 2024.11.22 05:59:05.136237 [ 257 ] {92f5ec3d-21ba-453c-a0d7-804d519284d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9127 2024.11.22 05:59:05.137295 [ 257 ] {92f5ec3d-21ba-453c-a0d7-804d519284d1} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
9128 2024.11.22 05:59:05.137920 [ 257 ] {92f5ec3d-21ba-453c-a0d7-804d519284d1} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9129 2024.11.22 05:59:05.138220 [ 199 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 199 rows, containing 5 columns (5 merged, 0 gathered) in 0.005222682 sec., 38103.02829082835 rows/sec., 2.86 MiB/sec.
9130 2024.11.22 05:59:05.138411 [ 257 ] {92f5ec3d-21ba-453c-a0d7-804d519284d1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005188 sec., 2698.5350809560523 rows/sec., 188.99 KiB/sec.
9131 2024.11.22 05:59:05.138538 [ 257 ] {92f5ec3d-21ba-453c-a0d7-804d519284d1} <Debug> TCPHandler: Processed in 0.005548031 sec.
9132 2024.11.22 05:59:05.138562 [ 199 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
9133 2024.11.22 05:59:05.138734 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9134 2024.11.22 05:59:05.138950 [ 256 ] {45057c30-7630-41ab-8c56-f5e2cb526b39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9135 2024.11.22 05:59:05.139029 [ 256 ] {45057c30-7630-41ab-8c56-f5e2cb526b39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9136 2024.11.22 05:59:05.139164 [ 199 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_61_12} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9137 2024.11.22 05:59:05.139368 [ 199 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_61_12} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
9138 2024.11.22 05:59:05.139590 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
9139 2024.11.22 05:59:05.140047 [ 256 ] {45057c30-7630-41ab-8c56-f5e2cb526b39} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9140 2024.11.22 05:59:05.140091 [ 256 ] {45057c30-7630-41ab-8c56-f5e2cb526b39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9141 2024.11.22 05:59:05.140475 [ 256 ] {45057c30-7630-41ab-8c56-f5e2cb526b39} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9142 2024.11.22 05:59:05.140739 [ 256 ] {45057c30-7630-41ab-8c56-f5e2cb526b39} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9143 2024.11.22 05:59:05.140961 [ 256 ] {45057c30-7630-41ab-8c56-f5e2cb526b39} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002078 sec., 6256.015399422522 rows/sec., 390.06 KiB/sec.
9144 2024.11.22 05:59:05.141018 [ 256 ] {45057c30-7630-41ab-8c56-f5e2cb526b39} <Debug> TCPHandler: Processed in 0.002373984 sec.
9145 2024.11.22 05:59:05.141149 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9146 2024.11.22 05:59:05.141255 [ 257 ] {0b80f29d-df28-4392-ae07-869ca9663b6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9147 2024.11.22 05:59:05.141301 [ 257 ] {0b80f29d-df28-4392-ae07-869ca9663b6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9148 2024.11.22 05:59:05.141985 [ 257 ] {0b80f29d-df28-4392-ae07-869ca9663b6a} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9149 2024.11.22 05:59:05.142024 [ 257 ] {0b80f29d-df28-4392-ae07-869ca9663b6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9150 2024.11.22 05:59:05.142407 [ 257 ] {0b80f29d-df28-4392-ae07-869ca9663b6a} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
9151 2024.11.22 05:59:05.142672 [ 257 ] {0b80f29d-df28-4392-ae07-869ca9663b6a} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9152 2024.11.22 05:59:05.142914 [ 257 ] {0b80f29d-df28-4392-ae07-869ca9663b6a} <Debug> executeQuery: Read 400 rows, 29.12 KiB in 0.001674 sec., 238948.62604540025 rows/sec., 16.99 MiB/sec.
9153 2024.11.22 05:59:05.142985 [ 257 ] {0b80f29d-df28-4392-ae07-869ca9663b6a} <Debug> TCPHandler: Processed in 0.001887042 sec.
9154 2024.11.22 05:59:05.143190 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9155 2024.11.22 05:59:05.143428 [ 256 ] {798255d5-6403-4098-874b-8fa3bf4a836b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9156 2024.11.22 05:59:05.143487 [ 256 ] {798255d5-6403-4098-874b-8fa3bf4a836b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9157 2024.11.22 05:59:05.143993 [ 256 ] {798255d5-6403-4098-874b-8fa3bf4a836b} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9158 2024.11.22 05:59:05.144032 [ 256 ] {798255d5-6403-4098-874b-8fa3bf4a836b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9159 2024.11.22 05:59:05.144406 [ 256 ] {798255d5-6403-4098-874b-8fa3bf4a836b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9160 2024.11.22 05:59:05.144643 [ 256 ] {798255d5-6403-4098-874b-8fa3bf4a836b} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9161 2024.11.22 05:59:05.144896 [ 256 ] {798255d5-6403-4098-874b-8fa3bf4a836b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001513 sec., 3965.6311962987443 rows/sec., 207.19 KiB/sec.
9162 2024.11.22 05:59:05.145098 [ 256 ] {798255d5-6403-4098-874b-8fa3bf4a836b} <Debug> TCPHandler: Processed in 0.002024015 sec.
9163 2024.11.22 05:59:05.145308 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9164 2024.11.22 05:59:05.145443 [ 257 ] {639c1733-2b52-4e43-a010-0c284e0eb614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9165 2024.11.22 05:59:05.145502 [ 257 ] {639c1733-2b52-4e43-a010-0c284e0eb614} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9166 2024.11.22 05:59:05.146126 [ 257 ] {639c1733-2b52-4e43-a010-0c284e0eb614} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9167 2024.11.22 05:59:05.146166 [ 257 ] {639c1733-2b52-4e43-a010-0c284e0eb614} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9168 2024.11.22 05:59:05.146557 [ 257 ] {639c1733-2b52-4e43-a010-0c284e0eb614} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
9169 2024.11.22 05:59:05.146802 [ 257 ] {639c1733-2b52-4e43-a010-0c284e0eb614} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9170 2024.11.22 05:59:05.147008 [ 257 ] {639c1733-2b52-4e43-a010-0c284e0eb614} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001596 sec., 148496.24060150376 rows/sec., 9.95 MiB/sec.
9171 2024.11.22 05:59:05.147060 [ 257 ] {639c1733-2b52-4e43-a010-0c284e0eb614} <Debug> TCPHandler: Processed in 0.001868031 sec.
9172 2024.11.22 05:59:05.147216 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9173 2024.11.22 05:59:05.147343 [ 256 ] {96fd8322-27bf-43ed-9f51-ed565e67ad2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9174 2024.11.22 05:59:05.147399 [ 256 ] {96fd8322-27bf-43ed-9f51-ed565e67ad2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9175 2024.11.22 05:59:05.147894 [ 256 ] {96fd8322-27bf-43ed-9f51-ed565e67ad2a} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9176 2024.11.22 05:59:05.147932 [ 256 ] {96fd8322-27bf-43ed-9f51-ed565e67ad2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9177 2024.11.22 05:59:05.148297 [ 256 ] {96fd8322-27bf-43ed-9f51-ed565e67ad2a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9178 2024.11.22 05:59:05.148540 [ 256 ] {96fd8322-27bf-43ed-9f51-ed565e67ad2a} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9179 2024.11.22 05:59:05.148792 [ 256 ] {96fd8322-27bf-43ed-9f51-ed565e67ad2a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001471 sec., 679.8096532970768 rows/sec., 45.81 KiB/sec.
9180 2024.11.22 05:59:05.148963 [ 256 ] {96fd8322-27bf-43ed-9f51-ed565e67ad2a} <Debug> TCPHandler: Processed in 0.001807199 sec.
9181 2024.11.22 05:59:05.149175 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9182 2024.11.22 05:59:05.149307 [ 257 ] {95b91155-f88d-4c67-b376-702c45e16cb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9183 2024.11.22 05:59:05.149397 [ 257 ] {95b91155-f88d-4c67-b376-702c45e16cb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9184 2024.11.22 05:59:05.150589 [ 257 ] {95b91155-f88d-4c67-b376-702c45e16cb1} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9185 2024.11.22 05:59:05.150630 [ 257 ] {95b91155-f88d-4c67-b376-702c45e16cb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9186 2024.11.22 05:59:05.151252 [ 257 ] {95b91155-f88d-4c67-b376-702c45e16cb1} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
9187 2024.11.22 05:59:05.151515 [ 257 ] {95b91155-f88d-4c67-b376-702c45e16cb1} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9188 2024.11.22 05:59:05.151697 [ 152 ] {} <Debug> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
9189 2024.11.22 05:59:05.151768 [ 152 ] {} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9190 2024.11.22 05:59:05.151806 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9191 2024.11.22 05:59:05.151811 [ 257 ] {95b91155-f88d-4c67-b376-702c45e16cb1} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.00253 sec., 7114.624505928853 rows/sec., 12.75 MiB/sec.
9192 2024.11.22 05:59:05.152064 [ 200 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
9193 2024.11.22 05:59:05.152080 [ 257 ] {95b91155-f88d-4c67-b376-702c45e16cb1} <Debug> TCPHandler: Processed in 0.003012182 sec.
9194 2024.11.22 05:59:05.152293 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9195 2024.11.22 05:59:05.152422 [ 200 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9196 2024.11.22 05:59:05.152466 [ 256 ] {c35e5ed1-47cd-40ce-81f3-0aa08d4e973f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9197 2024.11.22 05:59:05.152508 [ 200 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1063 rows starting from the beginning of the part
9198 2024.11.22 05:59:05.152538 [ 256 ] {c35e5ed1-47cd-40ce-81f3-0aa08d4e973f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9199 2024.11.22 05:59:05.153291 [ 200 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 18 rows starting from the beginning of the part
9200 2024.11.22 05:59:05.153802 [ 200 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 23 rows starting from the beginning of the part
9201 2024.11.22 05:59:05.154407 [ 256 ] {c35e5ed1-47cd-40ce-81f3-0aa08d4e973f} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9202 2024.11.22 05:59:05.154419 [ 200 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 18 rows starting from the beginning of the part
9203 2024.11.22 05:59:05.154454 [ 256 ] {c35e5ed1-47cd-40ce-81f3-0aa08d4e973f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9204 2024.11.22 05:59:05.155021 [ 200 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 23 rows starting from the beginning of the part
9205 2024.11.22 05:59:05.155571 [ 200 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 18 rows starting from the beginning of the part
9206 2024.11.22 05:59:05.155617 [ 256 ] {c35e5ed1-47cd-40ce-81f3-0aa08d4e973f} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
9207 2024.11.22 05:59:05.156081 [ 256 ] {c35e5ed1-47cd-40ce-81f3-0aa08d4e973f} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9208 2024.11.22 05:59:05.156408 [ 256 ] {c35e5ed1-47cd-40ce-81f3-0aa08d4e973f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003981 sec., 20597.839738759107 rows/sec., 1.31 MiB/sec.
9209 2024.11.22 05:59:05.156486 [ 256 ] {c35e5ed1-47cd-40ce-81f3-0aa08d4e973f} <Debug> TCPHandler: Processed in 0.004267635 sec.
9210 2024.11.22 05:59:05.164031 [ 194 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1163 rows, containing 19 columns (19 merged, 0 gathered) in 0.012130009 sec., 95877.91732058895 rows/sec., 171.81 MiB/sec.
9211 2024.11.22 05:59:05.165544 [ 194 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
9212 2024.11.22 05:59:05.166005 [ 194 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9213 2024.11.22 05:59:05.166102 [ 194 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
9214 2024.11.22 05:59:05.166295 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.57 MiB.
9215 2024.11.22 05:59:06.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 220.96 MiB, peak 232.47 MiB, free memory in arenas 0.00 B, will set to 224.07 MiB (RSS), difference: 3.12 MiB
9216 2024.11.22 05:59:08.420359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42574, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9217 2024.11.22 05:59:08.623916 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35997, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9218 2024.11.22 05:59:08.667333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34173, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9219 2024.11.22 05:59:08.729649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58148, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9220 2024.11.22 05:59:08.791109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48110, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9221 2024.11.22 05:59:08.813539 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64645, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9222 2024.11.22 05:59:08.849867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52403, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9223 2024.11.22 05:59:08.860176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37819, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9224 2024.11.22 05:59:09.666974 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache
9225 2024.11.22 05:59:09.667047 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache
9226 2024.11.22 05:59:09.813176 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191
9227 2024.11.22 05:59:09.814214 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9228 2024.11.22 05:59:09.814264 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9229 2024.11.22 05:59:09.814799 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9230 2024.11.22 05:59:09.815061 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9231 2024.11.22 05:59:09.815322 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191
9232 2024.11.22 05:59:09.914275 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1272
9233 2024.11.22 05:59:09.917617 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9234 2024.11.22 05:59:09.917663 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9235 2024.11.22 05:59:09.919145 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9236 2024.11.22 05:59:09.919507 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9237 2024.11.22 05:59:09.920869 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1272
9238 2024.11.22 05:59:10.121840 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9239 2024.11.22 05:59:10.122136 [ 256 ] {13ab0857-52c2-4699-a602-65c87e19264e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9240 2024.11.22 05:59:10.122210 [ 256 ] {13ab0857-52c2-4699-a602-65c87e19264e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9241 2024.11.22 05:59:10.123008 [ 256 ] {13ab0857-52c2-4699-a602-65c87e19264e} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9242 2024.11.22 05:59:10.123061 [ 256 ] {13ab0857-52c2-4699-a602-65c87e19264e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9243 2024.11.22 05:59:10.123540 [ 256 ] {13ab0857-52c2-4699-a602-65c87e19264e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
9244 2024.11.22 05:59:10.123810 [ 256 ] {13ab0857-52c2-4699-a602-65c87e19264e} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9245 2024.11.22 05:59:10.124071 [ 256 ] {13ab0857-52c2-4699-a602-65c87e19264e} <Debug> executeQuery: Read 102 rows, 8.82 KiB in 0.002005 sec., 50872.81795511222 rows/sec., 4.30 MiB/sec.
9246 2024.11.22 05:59:10.124163 [ 256 ] {13ab0857-52c2-4699-a602-65c87e19264e} <Debug> TCPHandler: Processed in 0.002509288 sec.
9247 2024.11.22 05:59:10.124421 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9248 2024.11.22 05:59:10.124594 [ 257 ] {c3959158-9d21-46c8-afc8-053b9eb523c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9249 2024.11.22 05:59:10.124656 [ 257 ] {c3959158-9d21-46c8-afc8-053b9eb523c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9250 2024.11.22 05:59:10.125298 [ 257 ] {c3959158-9d21-46c8-afc8-053b9eb523c9} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9251 2024.11.22 05:59:10.125341 [ 257 ] {c3959158-9d21-46c8-afc8-053b9eb523c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9252 2024.11.22 05:59:10.125720 [ 257 ] {c3959158-9d21-46c8-afc8-053b9eb523c9} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
9253 2024.11.22 05:59:10.125983 [ 257 ] {c3959158-9d21-46c8-afc8-053b9eb523c9} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9254 2024.11.22 05:59:10.126215 [ 257 ] {c3959158-9d21-46c8-afc8-053b9eb523c9} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001648 sec., 13956.310679611652 rows/sec., 1.02 MiB/sec.
9255 2024.11.22 05:59:10.126327 [ 257 ] {c3959158-9d21-46c8-afc8-053b9eb523c9} <Debug> TCPHandler: Processed in 0.002041315 sec.
9256 2024.11.22 05:59:10.126558 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9257 2024.11.22 05:59:10.126768 [ 256 ] {da6f2596-5fe4-4aa2-8cc0-736b82384566} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9258 2024.11.22 05:59:10.126824 [ 256 ] {da6f2596-5fe4-4aa2-8cc0-736b82384566} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9259 2024.11.22 05:59:10.127482 [ 256 ] {da6f2596-5fe4-4aa2-8cc0-736b82384566} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9260 2024.11.22 05:59:10.127522 [ 256 ] {da6f2596-5fe4-4aa2-8cc0-736b82384566} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9261 2024.11.22 05:59:10.127888 [ 256 ] {da6f2596-5fe4-4aa2-8cc0-736b82384566} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
9262 2024.11.22 05:59:10.128132 [ 256 ] {da6f2596-5fe4-4aa2-8cc0-736b82384566} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9263 2024.11.22 05:59:10.128351 [ 256 ] {da6f2596-5fe4-4aa2-8cc0-736b82384566} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001619 sec., 53736.87461395923 rows/sec., 4.20 MiB/sec.
9264 2024.11.22 05:59:10.128404 [ 256 ] {da6f2596-5fe4-4aa2-8cc0-736b82384566} <Debug> TCPHandler: Processed in 0.001983973 sec.
9265 2024.11.22 05:59:10.128570 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9266 2024.11.22 05:59:10.128700 [ 257 ] {e39fe532-b2f5-4dee-91c3-b26bd74a6e7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9267 2024.11.22 05:59:10.128762 [ 257 ] {e39fe532-b2f5-4dee-91c3-b26bd74a6e7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9268 2024.11.22 05:59:10.129340 [ 257 ] {e39fe532-b2f5-4dee-91c3-b26bd74a6e7f} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9269 2024.11.22 05:59:10.129379 [ 257 ] {e39fe532-b2f5-4dee-91c3-b26bd74a6e7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9270 2024.11.22 05:59:10.129775 [ 257 ] {e39fe532-b2f5-4dee-91c3-b26bd74a6e7f} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
9271 2024.11.22 05:59:10.130021 [ 257 ] {e39fe532-b2f5-4dee-91c3-b26bd74a6e7f} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9272 2024.11.22 05:59:10.130243 [ 257 ] {e39fe532-b2f5-4dee-91c3-b26bd74a6e7f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001573 sec., 101716.465352829 rows/sec., 7.08 MiB/sec.
9273 2024.11.22 05:59:10.130296 [ 257 ] {e39fe532-b2f5-4dee-91c3-b26bd74a6e7f} <Debug> TCPHandler: Processed in 0.001787909 sec.
9274 2024.11.22 05:59:10.130453 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9275 2024.11.22 05:59:10.130582 [ 256 ] {eabc9c57-10ce-496d-bd32-fa3df8cf6515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9276 2024.11.22 05:59:10.130661 [ 256 ] {eabc9c57-10ce-496d-bd32-fa3df8cf6515} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9277 2024.11.22 05:59:10.131803 [ 256 ] {eabc9c57-10ce-496d-bd32-fa3df8cf6515} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9278 2024.11.22 05:59:10.131842 [ 256 ] {eabc9c57-10ce-496d-bd32-fa3df8cf6515} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9279 2024.11.22 05:59:10.132488 [ 256 ] {eabc9c57-10ce-496d-bd32-fa3df8cf6515} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
9280 2024.11.22 05:59:10.132759 [ 256 ] {eabc9c57-10ce-496d-bd32-fa3df8cf6515} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9281 2024.11.22 05:59:10.133013 [ 256 ] {eabc9c57-10ce-496d-bd32-fa3df8cf6515} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002457 sec., 9361.00936100936 rows/sec., 16.77 MiB/sec.
9282 2024.11.22 05:59:10.133269 [ 256 ] {eabc9c57-10ce-496d-bd32-fa3df8cf6515} <Debug> TCPHandler: Processed in 0.002877438 sec.
9283 2024.11.22 05:59:10.133483 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9284 2024.11.22 05:59:10.133612 [ 257 ] {995ad8c8-c8cd-43f8-8718-e4686e4d857e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9285 2024.11.22 05:59:10.133668 [ 257 ] {995ad8c8-c8cd-43f8-8718-e4686e4d857e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9286 2024.11.22 05:59:10.134183 [ 257 ] {995ad8c8-c8cd-43f8-8718-e4686e4d857e} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9287 2024.11.22 05:59:10.134227 [ 257 ] {995ad8c8-c8cd-43f8-8718-e4686e4d857e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9288 2024.11.22 05:59:10.134588 [ 257 ] {995ad8c8-c8cd-43f8-8718-e4686e4d857e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
9289 2024.11.22 05:59:10.134834 [ 257 ] {995ad8c8-c8cd-43f8-8718-e4686e4d857e} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9290 2024.11.22 05:59:10.135054 [ 257 ] {995ad8c8-c8cd-43f8-8718-e4686e4d857e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001472 sec., 40760.86956521739 rows/sec., 2.75 MiB/sec.
9291 2024.11.22 05:59:10.135105 [ 257 ] {995ad8c8-c8cd-43f8-8718-e4686e4d857e} <Debug> TCPHandler: Processed in 0.001697807 sec.
9292 2024.11.22 05:59:11.071679 [ 147 ] {} <Debug> oximeter.fields_ipaddr (99939db0-ec9a-4d46-b64a-a0023bb0c9b6) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
9293 2024.11.22 05:59:11.071746 [ 147 ] {} <Trace> oximeter.fields_ipaddr (99939db0-ec9a-4d46-b64a-a0023bb0c9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9294 2024.11.22 05:59:11.071768 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9295 2024.11.22 05:59:11.071997 [ 187 ] {99939db0-ec9a-4d46-b64a-a0023bb0c9b6::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
9296 2024.11.22 05:59:11.072204 [ 187 ] {99939db0-ec9a-4d46-b64a-a0023bb0c9b6::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9297 2024.11.22 05:59:11.072251 [ 187 ] {99939db0-ec9a-4d46-b64a-a0023bb0c9b6::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part
9298 2024.11.22 05:59:11.072348 [ 187 ] {99939db0-ec9a-4d46-b64a-a0023bb0c9b6::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part
9299 2024.11.22 05:59:11.072579 [ 187 ] {99939db0-ec9a-4d46-b64a-a0023bb0c9b6::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part
9300 2024.11.22 05:59:11.072829 [ 187 ] {99939db0-ec9a-4d46-b64a-a0023bb0c9b6::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part
9301 2024.11.22 05:59:11.072983 [ 187 ] {99939db0-ec9a-4d46-b64a-a0023bb0c9b6::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part
9302 2024.11.22 05:59:11.074183 [ 187 ] {99939db0-ec9a-4d46-b64a-a0023bb0c9b6::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002324863 sec., 23227.1751066622 rows/sec., 1.94 MiB/sec.
9303 2024.11.22 05:59:11.074364 [ 196 ] {99939db0-ec9a-4d46-b64a-a0023bb0c9b6::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
9304 2024.11.22 05:59:11.074722 [ 196 ] {99939db0-ec9a-4d46-b64a-a0023bb0c9b6::all_1_9_2} <Trace> oximeter.fields_ipaddr (99939db0-ec9a-4d46-b64a-a0023bb0c9b6): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9305 2024.11.22 05:59:11.074810 [ 196 ] {99939db0-ec9a-4d46-b64a-a0023bb0c9b6::all_1_9_2} <Trace> oximeter.fields_ipaddr (99939db0-ec9a-4d46-b64a-a0023bb0c9b6) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
9306 2024.11.22 05:59:11.074914 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
9307 2024.11.22 05:59:11.269783 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332
9308 2024.11.22 05:59:11.290188 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9309 2024.11.22 05:59:11.290234 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9310 2024.11.22 05:59:11.297534 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9311 2024.11.22 05:59:11.298305 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9312 2024.11.22 05:59:11.300802 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332
9313 2024.11.22 05:59:11.658964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56264, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9314 2024.11.22 05:59:12.355208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54182, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9315 2024.11.22 05:59:12.364511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46804, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9316 2024.11.22 05:59:12.434922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43605, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9317 2024.11.22 05:59:12.460475 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44595, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9318 2024.11.22 05:59:12.491149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62924, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9319 2024.11.22 05:59:12.501456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50949, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9320 2024.11.22 05:59:12.504709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40813, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9321 2024.11.22 05:59:12.776054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51845, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9322 2024.11.22 05:59:13.282553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36297, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9323 2024.11.22 05:59:13.310078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56911, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9324 2024.11.22 05:59:13.464787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47959, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9325 2024.11.22 05:59:13.562812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48702, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9326 2024.11.22 05:59:13.587181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54054, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9327 2024.11.22 05:59:13.606607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52460, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9328 2024.11.22 05:59:13.607896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48222, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9329 2024.11.22 05:59:13.645640 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54984, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9330 2024.11.22 05:59:13.959070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43114, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9331 2024.11.22 05:59:13.975791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44214, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9332 2024.11.22 05:59:14.127095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44288, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9333 2024.11.22 05:59:14.133504 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34505, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9334 2024.11.22 05:59:14.270960 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51898, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9335 2024.11.22 05:59:14.299758 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58944, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9336 2024.11.22 05:59:14.320161 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52363, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
9337 2024.11.22 05:59:15.135708 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9338 2024.11.22 05:59:15.135945 [ 256 ] {7193dc62-d217-4124-81b8-901842823c62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9339 2024.11.22 05:59:15.136032 [ 256 ] {7193dc62-d217-4124-81b8-901842823c62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9340 2024.11.22 05:59:15.136887 [ 256 ] {7193dc62-d217-4124-81b8-901842823c62} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9341 2024.11.22 05:59:15.136937 [ 256 ] {7193dc62-d217-4124-81b8-901842823c62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9342 2024.11.22 05:59:15.137445 [ 256 ] {7193dc62-d217-4124-81b8-901842823c62} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9343 2024.11.22 05:59:15.137714 [ 256 ] {7193dc62-d217-4124-81b8-901842823c62} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9344 2024.11.22 05:59:15.137962 [ 256 ] {7193dc62-d217-4124-81b8-901842823c62} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002076 sec., 6743.73795761079 rows/sec., 485.46 KiB/sec.
9345 2024.11.22 05:59:15.138036 [ 256 ] {7193dc62-d217-4124-81b8-901842823c62} <Debug> TCPHandler: Processed in 0.002470977 sec.
9346 2024.11.22 05:59:15.138242 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9347 2024.11.22 05:59:15.138366 [ 257 ] {46e558cb-9b4e-4b0f-9789-5eb21f040fa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9348 2024.11.22 05:59:15.138417 [ 257 ] {46e558cb-9b4e-4b0f-9789-5eb21f040fa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9349 2024.11.22 05:59:15.138981 [ 257 ] {46e558cb-9b4e-4b0f-9789-5eb21f040fa1} <Trace> oximeter.fields_ipaddr (99939db0-ec9a-4d46-b64a-a0023bb0c9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9350 2024.11.22 05:59:15.139024 [ 257 ] {46e558cb-9b4e-4b0f-9789-5eb21f040fa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9351 2024.11.22 05:59:15.139403 [ 257 ] {46e558cb-9b4e-4b0f-9789-5eb21f040fa1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
9352 2024.11.22 05:59:15.139667 [ 257 ] {46e558cb-9b4e-4b0f-9789-5eb21f040fa1} <Trace> oximeter.fields_ipaddr (99939db0-ec9a-4d46-b64a-a0023bb0c9b6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9353 2024.11.22 05:59:15.139894 [ 257 ] {46e558cb-9b4e-4b0f-9789-5eb21f040fa1} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001557 sec., 3853.5645472061656 rows/sec., 314.23 KiB/sec.
9354 2024.11.22 05:59:15.139952 [ 257 ] {46e558cb-9b4e-4b0f-9789-5eb21f040fa1} <Debug> TCPHandler: Processed in 0.001779438 sec.
9355 2024.11.22 05:59:15.140115 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9356 2024.11.22 05:59:15.140230 [ 256 ] {7b8aeac1-1308-43fb-8569-5e83b0df15e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9357 2024.11.22 05:59:15.140282 [ 256 ] {7b8aeac1-1308-43fb-8569-5e83b0df15e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9358 2024.11.22 05:59:15.140963 [ 256 ] {7b8aeac1-1308-43fb-8569-5e83b0df15e9} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9359 2024.11.22 05:59:15.141003 [ 256 ] {7b8aeac1-1308-43fb-8569-5e83b0df15e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9360 2024.11.22 05:59:15.141381 [ 256 ] {7b8aeac1-1308-43fb-8569-5e83b0df15e9} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
9361 2024.11.22 05:59:15.141633 [ 256 ] {7b8aeac1-1308-43fb-8569-5e83b0df15e9} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9362 2024.11.22 05:59:15.141881 [ 256 ] {7b8aeac1-1308-43fb-8569-5e83b0df15e9} <Debug> executeQuery: Read 242 rows, 21.59 KiB in 0.001678 sec., 144219.3087008343 rows/sec., 12.57 MiB/sec.
9363 2024.11.22 05:59:15.141938 [ 256 ] {7b8aeac1-1308-43fb-8569-5e83b0df15e9} <Debug> TCPHandler: Processed in 0.001888971 sec.
9364 2024.11.22 05:59:15.142101 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9365 2024.11.22 05:59:15.142212 [ 257 ] {68ecdb09-bc66-4060-99a4-3268afcca07a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9366 2024.11.22 05:59:15.142259 [ 257 ] {68ecdb09-bc66-4060-99a4-3268afcca07a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9367 2024.11.22 05:59:15.142820 [ 257 ] {68ecdb09-bc66-4060-99a4-3268afcca07a} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9368 2024.11.22 05:59:15.142860 [ 257 ] {68ecdb09-bc66-4060-99a4-3268afcca07a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9369 2024.11.22 05:59:15.143226 [ 257 ] {68ecdb09-bc66-4060-99a4-3268afcca07a} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
9370 2024.11.22 05:59:15.143474 [ 257 ] {68ecdb09-bc66-4060-99a4-3268afcca07a} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9371 2024.11.22 05:59:15.143706 [ 257 ] {68ecdb09-bc66-4060-99a4-3268afcca07a} <Debug> executeQuery: Read 31 rows, 2.23 KiB in 0.001508 sec., 20557.029177718832 rows/sec., 1.44 MiB/sec.
9372 2024.11.22 05:59:15.143818 [ 257 ] {68ecdb09-bc66-4060-99a4-3268afcca07a} <Debug> TCPHandler: Processed in 0.001776098 sec.
9373 2024.11.22 05:59:15.144003 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9374 2024.11.22 05:59:15.144275 [ 256 ] {7215c66c-1e65-4929-ab20-39f8a40f78ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9375 2024.11.22 05:59:15.144367 [ 256 ] {7215c66c-1e65-4929-ab20-39f8a40f78ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9376 2024.11.22 05:59:15.144941 [ 256 ] {7215c66c-1e65-4929-ab20-39f8a40f78ec} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9377 2024.11.22 05:59:15.144980 [ 256 ] {7215c66c-1e65-4929-ab20-39f8a40f78ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9378 2024.11.22 05:59:15.145364 [ 256 ] {7215c66c-1e65-4929-ab20-39f8a40f78ec} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
9379 2024.11.22 05:59:15.145649 [ 256 ] {7215c66c-1e65-4929-ab20-39f8a40f78ec} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9380 2024.11.22 05:59:15.145822 [ 140 ] {} <Debug> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0
9381 2024.11.22 05:59:15.145887 [ 256 ] {7215c66c-1e65-4929-ab20-39f8a40f78ec} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001709 sec., 8191.925102399064 rows/sec., 573.71 KiB/sec.
9382 2024.11.22 05:59:15.145914 [ 140 ] {} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9383 2024.11.22 05:59:15.145979 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9384 2024.11.22 05:59:15.146006 [ 256 ] {7215c66c-1e65-4929-ab20-39f8a40f78ec} <Debug> TCPHandler: Processed in 0.002093857 sec.
9385 2024.11.22 05:59:15.146267 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9386 2024.11.22 05:59:15.146312 [ 192 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full
9387 2024.11.22 05:59:15.146658 [ 257 ] {ca5a074d-da76-49ab-a190-a25e45caf942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9388 2024.11.22 05:59:15.146848 [ 192 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9389 2024.11.22 05:59:15.146864 [ 257 ] {ca5a074d-da76-49ab-a190-a25e45caf942} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9390 2024.11.22 05:59:15.146974 [ 192 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 243 rows starting from the beginning of the part
9391 2024.11.22 05:59:15.147489 [ 192 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part
9392 2024.11.22 05:59:15.147715 [ 192 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part
9393 2024.11.22 05:59:15.148169 [ 192 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 228 rows starting from the beginning of the part
9394 2024.11.22 05:59:15.148440 [ 192 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part
9395 2024.11.22 05:59:15.148871 [ 192 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part
9396 2024.11.22 05:59:15.149909 [ 257 ] {ca5a074d-da76-49ab-a190-a25e45caf942} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9397 2024.11.22 05:59:15.149955 [ 257 ] {ca5a074d-da76-49ab-a190-a25e45caf942} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9398 2024.11.22 05:59:15.150476 [ 257 ] {ca5a074d-da76-49ab-a190-a25e45caf942} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9399 2024.11.22 05:59:15.150784 [ 192 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.004713018 sec., 111817.9476505288 rows/sec., 8.01 MiB/sec.
9400 2024.11.22 05:59:15.150822 [ 257 ] {ca5a074d-da76-49ab-a190-a25e45caf942} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9401 2024.11.22 05:59:15.150947 [ 192 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary)
9402 2024.11.22 05:59:15.151140 [ 257 ] {ca5a074d-da76-49ab-a190-a25e45caf942} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004615 sec., 2816.901408450704 rows/sec., 175.63 KiB/sec.
9403 2024.11.22 05:59:15.151244 [ 257 ] {ca5a074d-da76-49ab-a190-a25e45caf942} <Debug> TCPHandler: Processed in 0.005134419 sec.
9404 2024.11.22 05:59:15.151482 [ 192 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_40_8} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9405 2024.11.22 05:59:15.151490 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9406 2024.11.22 05:59:15.151597 [ 192 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_40_8} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8
9407 2024.11.22 05:59:15.151704 [ 256 ] {5305fe52-dba7-4116-891b-495dd2399a7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9408 2024.11.22 05:59:15.151712 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
9409 2024.11.22 05:59:15.151787 [ 256 ] {5305fe52-dba7-4116-891b-495dd2399a7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9410 2024.11.22 05:59:15.152923 [ 256 ] {5305fe52-dba7-4116-891b-495dd2399a7d} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9411 2024.11.22 05:59:15.152972 [ 256 ] {5305fe52-dba7-4116-891b-495dd2399a7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9412 2024.11.22 05:59:15.153521 [ 256 ] {5305fe52-dba7-4116-891b-495dd2399a7d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
9413 2024.11.22 05:59:15.153897 [ 256 ] {5305fe52-dba7-4116-891b-495dd2399a7d} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9414 2024.11.22 05:59:15.154211 [ 256 ] {5305fe52-dba7-4116-891b-495dd2399a7d} <Debug> executeQuery: Read 406 rows, 29.61 KiB in 0.002567 sec., 158161.2777561356 rows/sec., 11.27 MiB/sec.
9415 2024.11.22 05:59:15.154284 [ 256 ] {5305fe52-dba7-4116-891b-495dd2399a7d} <Debug> TCPHandler: Processed in 0.002891899 sec.
9416 2024.11.22 05:59:15.154496 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9417 2024.11.22 05:59:15.154609 [ 257 ] {ba9798eb-fbbe-4fc5-9342-e96595df6edf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9418 2024.11.22 05:59:15.154657 [ 257 ] {ba9798eb-fbbe-4fc5-9342-e96595df6edf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9419 2024.11.22 05:59:15.155121 [ 257 ] {ba9798eb-fbbe-4fc5-9342-e96595df6edf} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9420 2024.11.22 05:59:15.155161 [ 257 ] {ba9798eb-fbbe-4fc5-9342-e96595df6edf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9421 2024.11.22 05:59:15.155520 [ 257 ] {ba9798eb-fbbe-4fc5-9342-e96595df6edf} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9422 2024.11.22 05:59:15.155766 [ 257 ] {ba9798eb-fbbe-4fc5-9342-e96595df6edf} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9423 2024.11.22 05:59:15.155944 [ 140 ] {} <Debug> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
9424 2024.11.22 05:59:15.156004 [ 257 ] {ba9798eb-fbbe-4fc5-9342-e96595df6edf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001409 sec., 4258.3392476934 rows/sec., 222.48 KiB/sec.
9425 2024.11.22 05:59:15.156037 [ 140 ] {} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9426 2024.11.22 05:59:15.156110 [ 257 ] {ba9798eb-fbbe-4fc5-9342-e96595df6edf} <Debug> TCPHandler: Processed in 0.001664855 sec.
9427 2024.11.22 05:59:15.156118 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9428 2024.11.22 05:59:15.156360 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9429 2024.11.22 05:59:15.156552 [ 193 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::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
9430 2024.11.22 05:59:15.156661 [ 256 ] {3673265d-6850-43a2-a23c-9f86c4ff6422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9431 2024.11.22 05:59:15.156829 [ 256 ] {3673265d-6850-43a2-a23c-9f86c4ff6422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9432 2024.11.22 05:59:15.157134 [ 193 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9433 2024.11.22 05:59:15.157234 [ 193 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part
9434 2024.11.22 05:59:15.157581 [ 193 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part
9435 2024.11.22 05:59:15.157881 [ 193 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part
9436 2024.11.22 05:59:15.158130 [ 193 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part
9437 2024.11.22 05:59:15.158493 [ 193 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part
9438 2024.11.22 05:59:15.158919 [ 193 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part
9439 2024.11.22 05:59:15.159704 [ 256 ] {3673265d-6850-43a2-a23c-9f86c4ff6422} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9440 2024.11.22 05:59:15.159758 [ 256 ] {3673265d-6850-43a2-a23c-9f86c4ff6422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9441 2024.11.22 05:59:15.160889 [ 256 ] {3673265d-6850-43a2-a23c-9f86c4ff6422} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
9442 2024.11.22 05:59:15.161552 [ 256 ] {3673265d-6850-43a2-a23c-9f86c4ff6422} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9443 2024.11.22 05:59:15.162377 [ 256 ] {3673265d-6850-43a2-a23c-9f86c4ff6422} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.005722 sec., 41943.376441803564 rows/sec., 2.81 MiB/sec.
9444 2024.11.22 05:59:15.162982 [ 256 ] {3673265d-6850-43a2-a23c-9f86c4ff6422} <Debug> TCPHandler: Processed in 0.006716752 sec.
9445 2024.11.22 05:59:15.163173 [ 193 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.006885247 sec., 27014.281404864632 rows/sec., 1.38 MiB/sec.
9446 2024.11.22 05:59:15.163489 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9447 2024.11.22 05:59:15.164014 [ 257 ] {3501283c-62d5-485d-8bb9-8c824e159230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9448 2024.11.22 05:59:15.164048 [ 187 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
9449 2024.11.22 05:59:15.164283 [ 257 ] {3501283c-62d5-485d-8bb9-8c824e159230} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9450 2024.11.22 05:59:15.165408 [ 187 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_31_6} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9451 2024.11.22 05:59:15.165686 [ 257 ] {3501283c-62d5-485d-8bb9-8c824e159230} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9452 2024.11.22 05:59:15.165688 [ 187 ] {3088f234-37fd-4cf3-bfdc-c943a18ab48e::all_1_31_6} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
9453 2024.11.22 05:59:15.165741 [ 257 ] {3501283c-62d5-485d-8bb9-8c824e159230} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9454 2024.11.22 05:59:15.165927 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
9455 2024.11.22 05:59:15.166270 [ 257 ] {3501283c-62d5-485d-8bb9-8c824e159230} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9456 2024.11.22 05:59:15.166543 [ 257 ] {3501283c-62d5-485d-8bb9-8c824e159230} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9457 2024.11.22 05:59:15.166768 [ 257 ] {3501283c-62d5-485d-8bb9-8c824e159230} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002943 sec., 339.7893306150187 rows/sec., 22.90 KiB/sec.
9458 2024.11.22 05:59:15.166830 [ 257 ] {3501283c-62d5-485d-8bb9-8c824e159230} <Debug> TCPHandler: Processed in 0.003578167 sec.
9459 2024.11.22 05:59:15.166982 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9460 2024.11.22 05:59:15.167093 [ 256 ] {dca112b9-06f6-437a-baf4-76f99cf7d5d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9461 2024.11.22 05:59:15.167160 [ 256 ] {dca112b9-06f6-437a-baf4-76f99cf7d5d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9462 2024.11.22 05:59:15.168302 [ 256 ] {dca112b9-06f6-437a-baf4-76f99cf7d5d8} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9463 2024.11.22 05:59:15.168342 [ 256 ] {dca112b9-06f6-437a-baf4-76f99cf7d5d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9464 2024.11.22 05:59:15.168970 [ 256 ] {dca112b9-06f6-437a-baf4-76f99cf7d5d8} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
9465 2024.11.22 05:59:15.169239 [ 256 ] {dca112b9-06f6-437a-baf4-76f99cf7d5d8} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9466 2024.11.22 05:59:15.169544 [ 256 ] {dca112b9-06f6-437a-baf4-76f99cf7d5d8} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.002468 sec., 7293.3549432739055 rows/sec., 13.07 MiB/sec.
9467 2024.11.22 05:59:15.169987 [ 256 ] {dca112b9-06f6-437a-baf4-76f99cf7d5d8} <Debug> TCPHandler: Processed in 0.003056393 sec.
9468 2024.11.22 05:59:15.170260 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9469 2024.11.22 05:59:15.170394 [ 257 ] {56387e0c-07bf-4d5c-a61c-41f2b1c777bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9470 2024.11.22 05:59:15.170443 [ 257 ] {56387e0c-07bf-4d5c-a61c-41f2b1c777bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9471 2024.11.22 05:59:15.170963 [ 257 ] {56387e0c-07bf-4d5c-a61c-41f2b1c777bc} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9472 2024.11.22 05:59:15.171002 [ 257 ] {56387e0c-07bf-4d5c-a61c-41f2b1c777bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9473 2024.11.22 05:59:15.171379 [ 257 ] {56387e0c-07bf-4d5c-a61c-41f2b1c777bc} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
9474 2024.11.22 05:59:15.171617 [ 257 ] {56387e0c-07bf-4d5c-a61c-41f2b1c777bc} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9475 2024.11.22 05:59:15.171859 [ 257 ] {56387e0c-07bf-4d5c-a61c-41f2b1c777bc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001477 sec., 55517.94177386595 rows/sec., 3.53 MiB/sec.
9476 2024.11.22 05:59:15.171945 [ 257 ] {56387e0c-07bf-4d5c-a61c-41f2b1c777bc} <Debug> TCPHandler: Processed in 0.001803719 sec.
9477 2024.11.22 05:59:17.315445 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679
9478 2024.11.22 05:59:17.316341 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9479 2024.11.22 05:59:17.316397 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9480 2024.11.22 05:59:17.316917 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9481 2024.11.22 05:59:17.317172 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9482 2024.11.22 05:59:17.317426 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679
9483 2024.11.22 05:59:18.800869 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340
9484 2024.11.22 05:59:18.822214 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9485 2024.11.22 05:59:18.822275 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9486 2024.11.22 05:59:18.829512 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9487 2024.11.22 05:59:18.830271 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9488 2024.11.22 05:59:18.833100 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340
9489 2024.11.22 05:59:19.921082 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1308
9490 2024.11.22 05:59:19.924289 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9491 2024.11.22 05:59:19.924346 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9492 2024.11.22 05:59:19.925843 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9493 2024.11.22 05:59:19.926166 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9494 2024.11.22 05:59:19.927549 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1308
9495 2024.11.22 05:59:20.121599 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9496 2024.11.22 05:59:20.121789 [ 256 ] {48e7b4b4-2e82-47df-85bb-d71317db6de2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9497 2024.11.22 05:59:20.121860 [ 256 ] {48e7b4b4-2e82-47df-85bb-d71317db6de2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9498 2024.11.22 05:59:20.122661 [ 256 ] {48e7b4b4-2e82-47df-85bb-d71317db6de2} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9499 2024.11.22 05:59:20.122708 [ 256 ] {48e7b4b4-2e82-47df-85bb-d71317db6de2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9500 2024.11.22 05:59:20.123162 [ 256 ] {48e7b4b4-2e82-47df-85bb-d71317db6de2} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
9501 2024.11.22 05:59:20.123438 [ 256 ] {48e7b4b4-2e82-47df-85bb-d71317db6de2} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9502 2024.11.22 05:59:20.123611 [ 133 ] {} <Debug> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
9503 2024.11.22 05:59:20.123665 [ 133 ] {} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9504 2024.11.22 05:59:20.123669 [ 256 ] {48e7b4b4-2e82-47df-85bb-d71317db6de2} <Debug> executeQuery: Read 102 rows, 8.82 KiB in 0.001928 sec., 52904.5643153527 rows/sec., 4.47 MiB/sec.
9505 2024.11.22 05:59:20.123693 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9506 2024.11.22 05:59:20.123854 [ 256 ] {48e7b4b4-2e82-47df-85bb-d71317db6de2} <Debug> TCPHandler: Processed in 0.002379905 sec.
9507 2024.11.22 05:59:20.123927 [ 187 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
9508 2024.11.22 05:59:20.124103 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9509 2024.11.22 05:59:20.124158 [ 187 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9510 2024.11.22 05:59:20.124206 [ 187 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1436 rows starting from the beginning of the part
9511 2024.11.22 05:59:20.124403 [ 257 ] {eb92b197-f6b5-4a1e-aef3-d636facc1b1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9512 2024.11.22 05:59:20.124464 [ 187 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1248 rows starting from the beginning of the part
9513 2024.11.22 05:59:20.124558 [ 257 ] {eb92b197-f6b5-4a1e-aef3-d636facc1b1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9514 2024.11.22 05:59:20.124825 [ 187 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 239 rows starting from the beginning of the part
9515 2024.11.22 05:59:20.125197 [ 187 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 102 rows starting from the beginning of the part
9516 2024.11.22 05:59:20.125481 [ 187 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 242 rows starting from the beginning of the part
9517 2024.11.22 05:59:20.125914 [ 187 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 102 rows starting from the beginning of the part
9518 2024.11.22 05:59:20.127343 [ 257 ] {eb92b197-f6b5-4a1e-aef3-d636facc1b1f} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9519 2024.11.22 05:59:20.127407 [ 257 ] {eb92b197-f6b5-4a1e-aef3-d636facc1b1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9520 2024.11.22 05:59:20.128427 [ 257 ] {eb92b197-f6b5-4a1e-aef3-d636facc1b1f} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
9521 2024.11.22 05:59:20.128848 [ 257 ] {eb92b197-f6b5-4a1e-aef3-d636facc1b1f} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9522 2024.11.22 05:59:20.129079 [ 257 ] {eb92b197-f6b5-4a1e-aef3-d636facc1b1f} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.004796 sec., 4795.663052543787 rows/sec., 360.61 KiB/sec.
9523 2024.11.22 05:59:20.129201 [ 257 ] {eb92b197-f6b5-4a1e-aef3-d636facc1b1f} <Debug> TCPHandler: Processed in 0.005206431 sec.
9524 2024.11.22 05:59:20.129499 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9525 2024.11.22 05:59:20.129934 [ 256 ] {c3a9669b-69fc-40d6-a7e9-ecde819d6655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9526 2024.11.22 05:59:20.130111 [ 256 ] {c3a9669b-69fc-40d6-a7e9-ecde819d6655} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9527 2024.11.22 05:59:20.130343 [ 187 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3369 rows, containing 5 columns (5 merged, 0 gathered) in 0.006539918 sec., 515144.07367187174 rows/sec., 45.21 MiB/sec.
9528 2024.11.22 05:59:20.130755 [ 201 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
9529 2024.11.22 05:59:20.131395 [ 256 ] {c3a9669b-69fc-40d6-a7e9-ecde819d6655} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9530 2024.11.22 05:59:20.131465 [ 256 ] {c3a9669b-69fc-40d6-a7e9-ecde819d6655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9531 2024.11.22 05:59:20.131474 [ 201 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_66_13} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9532 2024.11.22 05:59:20.131700 [ 201 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_66_13} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
9533 2024.11.22 05:59:20.131886 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
9534 2024.11.22 05:59:20.132110 [ 256 ] {c3a9669b-69fc-40d6-a7e9-ecde819d6655} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
9535 2024.11.22 05:59:20.132362 [ 256 ] {c3a9669b-69fc-40d6-a7e9-ecde819d6655} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9536 2024.11.22 05:59:20.132495 [ 133 ] {} <Debug> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
9537 2024.11.22 05:59:20.132536 [ 133 ] {} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9538 2024.11.22 05:59:20.132560 [ 256 ] {c3a9669b-69fc-40d6-a7e9-ecde819d6655} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.002793 sec., 31149.301825993556 rows/sec., 2.43 MiB/sec.
9539 2024.11.22 05:59:20.132565 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9540 2024.11.22 05:59:20.132681 [ 256 ] {c3a9669b-69fc-40d6-a7e9-ecde819d6655} <Debug> TCPHandler: Processed in 0.003355821 sec.
9541 2024.11.22 05:59:20.132833 [ 189 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
9542 2024.11.22 05:59:20.132905 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9543 2024.11.22 05:59:20.133011 [ 189 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9544 2024.11.22 05:59:20.133081 [ 189 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 915 rows starting from the beginning of the part
9545 2024.11.22 05:59:20.133120 [ 257 ] {600fa43f-a0b7-4e4d-b3c1-8c5c78e17b8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9546 2024.11.22 05:59:20.133315 [ 257 ] {600fa43f-a0b7-4e4d-b3c1-8c5c78e17b8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9547 2024.11.22 05:59:20.133407 [ 189 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 555 rows starting from the beginning of the part
9548 2024.11.22 05:59:20.133759 [ 189 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 400 rows starting from the beginning of the part
9549 2024.11.22 05:59:20.134139 [ 189 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 87 rows starting from the beginning of the part
9550 2024.11.22 05:59:20.134529 [ 189 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 406 rows starting from the beginning of the part
9551 2024.11.22 05:59:20.134869 [ 189 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 87 rows starting from the beginning of the part
9552 2024.11.22 05:59:20.135873 [ 257 ] {600fa43f-a0b7-4e4d-b3c1-8c5c78e17b8b} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9553 2024.11.22 05:59:20.135959 [ 257 ] {600fa43f-a0b7-4e4d-b3c1-8c5c78e17b8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9554 2024.11.22 05:59:20.136923 [ 257 ] {600fa43f-a0b7-4e4d-b3c1-8c5c78e17b8b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
9555 2024.11.22 05:59:20.137375 [ 257 ] {600fa43f-a0b7-4e4d-b3c1-8c5c78e17b8b} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9556 2024.11.22 05:59:20.137572 [ 133 ] {} <Debug> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
9557 2024.11.22 05:59:20.137670 [ 133 ] {} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9558 2024.11.22 05:59:20.137726 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9559 2024.11.22 05:59:20.137738 [ 257 ] {600fa43f-a0b7-4e4d-b3c1-8c5c78e17b8b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004686 sec., 34144.25949637217 rows/sec., 2.38 MiB/sec.
9560 2024.11.22 05:59:20.138254 [ 257 ] {600fa43f-a0b7-4e4d-b3c1-8c5c78e17b8b} <Debug> TCPHandler: Processed in 0.005438667 sec.
9561 2024.11.22 05:59:20.138402 [ 188 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
9562 2024.11.22 05:59:20.138922 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9563 2024.11.22 05:59:20.139059 [ 191 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2450 rows, containing 5 columns (5 merged, 0 gathered) in 0.006357612 sec., 385364.8193692852 rows/sec., 29.59 MiB/sec.
9564 2024.11.22 05:59:20.139465 [ 256 ] {889d5215-6e79-4d97-ae80-688d469f41ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9565 2024.11.22 05:59:20.139474 [ 188 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9566 2024.11.22 05:59:20.139648 [ 188 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 19121 rows starting from the beginning of the part
9567 2024.11.22 05:59:20.139659 [ 186 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
9568 2024.11.22 05:59:20.140043 [ 256 ] {889d5215-6e79-4d97-ae80-688d469f41ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9569 2024.11.22 05:59:20.140528 [ 188 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 886 rows starting from the beginning of the part
9570 2024.11.22 05:59:20.141072 [ 188 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 237 rows starting from the beginning of the part
9571 2024.11.22 05:59:20.141198 [ 186 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_66_13} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9572 2024.11.22 05:59:20.141594 [ 188 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part
9573 2024.11.22 05:59:20.141678 [ 186 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_66_13} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
9574 2024.11.22 05:59:20.142074 [ 188 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 240 rows starting from the beginning of the part
9575 2024.11.22 05:59:20.142209 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
9576 2024.11.22 05:59:20.142540 [ 188 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part
9577 2024.11.22 05:59:20.144247 [ 256 ] {889d5215-6e79-4d97-ae80-688d469f41ba} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9578 2024.11.22 05:59:20.144289 [ 256 ] {889d5215-6e79-4d97-ae80-688d469f41ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9579 2024.11.22 05:59:20.145351 [ 256 ] {889d5215-6e79-4d97-ae80-688d469f41ba} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
9580 2024.11.22 05:59:20.145640 [ 256 ] {889d5215-6e79-4d97-ae80-688d469f41ba} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9581 2024.11.22 05:59:20.145856 [ 256 ] {889d5215-6e79-4d97-ae80-688d469f41ba} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.006608 sec., 3480.629539951574 rows/sec., 6.24 MiB/sec.
9582 2024.11.22 05:59:20.146052 [ 256 ] {889d5215-6e79-4d97-ae80-688d469f41ba} <Debug> TCPHandler: Processed in 0.007658518 sec.
9583 2024.11.22 05:59:20.146212 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9584 2024.11.22 05:59:20.146343 [ 257 ] {d2547b49-cd03-4e53-9da8-8169f44695cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9585 2024.11.22 05:59:20.146399 [ 257 ] {d2547b49-cd03-4e53-9da8-8169f44695cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9586 2024.11.22 05:59:20.146855 [ 257 ] {d2547b49-cd03-4e53-9da8-8169f44695cd} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9587 2024.11.22 05:59:20.146892 [ 257 ] {d2547b49-cd03-4e53-9da8-8169f44695cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9588 2024.11.22 05:59:20.148303 [ 257 ] {d2547b49-cd03-4e53-9da8-8169f44695cd} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
9589 2024.11.22 05:59:20.148555 [ 257 ] {d2547b49-cd03-4e53-9da8-8169f44695cd} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9590 2024.11.22 05:59:20.148688 [ 133 ] {} <Debug> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
9591 2024.11.22 05:59:20.148724 [ 133 ] {} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9592 2024.11.22 05:59:20.148744 [ 257 ] {d2547b49-cd03-4e53-9da8-8169f44695cd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002426 sec., 24732.069249793898 rows/sec., 1.67 MiB/sec.
9593 2024.11.22 05:59:20.148752 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9594 2024.11.22 05:59:20.148858 [ 257 ] {d2547b49-cd03-4e53-9da8-8169f44695cd} <Debug> TCPHandler: Processed in 0.002706474 sec.
9595 2024.11.22 05:59:20.149002 [ 186 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
9596 2024.11.22 05:59:20.149146 [ 186 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9597 2024.11.22 05:59:20.149187 [ 186 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 4142 rows starting from the beginning of the part
9598 2024.11.22 05:59:20.149329 [ 186 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part
9599 2024.11.22 05:59:20.149495 [ 186 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 82 rows starting from the beginning of the part
9600 2024.11.22 05:59:20.149635 [ 186 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part
9601 2024.11.22 05:59:20.149747 [ 186 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 82 rows starting from the beginning of the part
9602 2024.11.22 05:59:20.149856 [ 186 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part
9603 2024.11.22 05:59:20.152601 [ 194 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4486 rows, containing 4 columns (4 merged, 0 gathered) in 0.003726371 sec., 1203852.2197601902 rows/sec., 78.46 MiB/sec.
9604 2024.11.22 05:59:20.152919 [ 194 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
9605 2024.11.22 05:59:20.153329 [ 194 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_66_13} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9606 2024.11.22 05:59:20.153546 [ 194 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_66_13} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
9607 2024.11.22 05:59:20.153819 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB.
9608 2024.11.22 05:59:20.153901 [ 200 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20804 rows, containing 5 columns (5 merged, 0 gathered) in 0.016081287 sec., 1293677.5520516487 rows/sec., 87.43 MiB/sec.
9609 2024.11.22 05:59:20.154320 [ 194 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
9610 2024.11.22 05:59:20.154623 [ 194 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9611 2024.11.22 05:59:20.154708 [ 194 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
9612 2024.11.22 05:59:20.154801 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB.
9613 2024.11.22 05:59:24.667305 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache
9614 2024.11.22 05:59:24.667374 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache
9615 2024.11.22 05:59:24.817554 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106
9616 2024.11.22 05:59:24.818649 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9617 2024.11.22 05:59:24.818730 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9618 2024.11.22 05:59:24.819280 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9619 2024.11.22 05:59:24.819545 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9620 2024.11.22 05:59:24.819794 [ 128 ] {} <Debug> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9621 2024.11.22 05:59:24.819810 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106
9622 2024.11.22 05:59:24.819892 [ 128 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9623 2024.11.22 05:59:24.819927 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9624 2024.11.22 05:59:24.820262 [ 200 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
9625 2024.11.22 05:59:24.820557 [ 200 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9626 2024.11.22 05:59:24.820635 [ 200 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18849 rows starting from the beginning of the part
9627 2024.11.22 05:59:24.820729 [ 200 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 427 rows starting from the beginning of the part
9628 2024.11.22 05:59:24.820832 [ 200 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 488 rows starting from the beginning of the part
9629 2024.11.22 05:59:24.821102 [ 200 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 427 rows starting from the beginning of the part
9630 2024.11.22 05:59:24.821229 [ 200 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 488 rows starting from the beginning of the part
9631 2024.11.22 05:59:24.821498 [ 200 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 427 rows starting from the beginning of the part
9632 2024.11.22 05:59:24.824244 [ 197 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.004195994 sec., 5030035.7912809225 rows/sec., 71.96 MiB/sec.
9633 2024.11.22 05:59:24.824832 [ 197 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9634 2024.11.22 05:59:24.825171 [ 197 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_46_9} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9635 2024.11.22 05:59:24.825269 [ 197 ] {8a95e18d-86d4-4160-bfca-99d57ddc2526::all_1_46_9} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9636 2024.11.22 05:59:24.825396 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB.
9637 2024.11.22 05:59:25.125623 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9638 2024.11.22 05:59:25.125867 [ 256 ] {f62e8873-5493-4311-a842-d446ac058809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9639 2024.11.22 05:59:25.125946 [ 256 ] {f62e8873-5493-4311-a842-d446ac058809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9640 2024.11.22 05:59:25.126780 [ 256 ] {f62e8873-5493-4311-a842-d446ac058809} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9641 2024.11.22 05:59:25.126835 [ 256 ] {f62e8873-5493-4311-a842-d446ac058809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9642 2024.11.22 05:59:25.127287 [ 256 ] {f62e8873-5493-4311-a842-d446ac058809} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9643 2024.11.22 05:59:25.127548 [ 256 ] {f62e8873-5493-4311-a842-d446ac058809} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9644 2024.11.22 05:59:25.127840 [ 256 ] {f62e8873-5493-4311-a842-d446ac058809} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00203 sec., 6896.55172413793 rows/sec., 496.46 KiB/sec.
9645 2024.11.22 05:59:25.128017 [ 256 ] {f62e8873-5493-4311-a842-d446ac058809} <Debug> TCPHandler: Processed in 0.002536129 sec.
9646 2024.11.22 05:59:25.128268 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9647 2024.11.22 05:59:25.128418 [ 257 ] {e57d6c9e-ea3a-472a-a0c9-b55871762806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9648 2024.11.22 05:59:25.128478 [ 257 ] {e57d6c9e-ea3a-472a-a0c9-b55871762806} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9649 2024.11.22 05:59:25.129214 [ 257 ] {e57d6c9e-ea3a-472a-a0c9-b55871762806} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9650 2024.11.22 05:59:25.129256 [ 257 ] {e57d6c9e-ea3a-472a-a0c9-b55871762806} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9651 2024.11.22 05:59:25.129654 [ 257 ] {e57d6c9e-ea3a-472a-a0c9-b55871762806} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
9652 2024.11.22 05:59:25.129897 [ 257 ] {e57d6c9e-ea3a-472a-a0c9-b55871762806} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9653 2024.11.22 05:59:25.130118 [ 257 ] {e57d6c9e-ea3a-472a-a0c9-b55871762806} <Debug> executeQuery: Read 239 rows, 21.37 KiB in 0.001735 sec., 137752.1613832853 rows/sec., 12.03 MiB/sec.
9654 2024.11.22 05:59:25.130173 [ 257 ] {e57d6c9e-ea3a-472a-a0c9-b55871762806} <Debug> TCPHandler: Processed in 0.002025075 sec.
9655 2024.11.22 05:59:25.130329 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9656 2024.11.22 05:59:25.130457 [ 256 ] {1a1bb862-207d-4757-aca7-e0483fc14445} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9657 2024.11.22 05:59:25.130512 [ 256 ] {1a1bb862-207d-4757-aca7-e0483fc14445} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9658 2024.11.22 05:59:25.131091 [ 256 ] {1a1bb862-207d-4757-aca7-e0483fc14445} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9659 2024.11.22 05:59:25.131130 [ 256 ] {1a1bb862-207d-4757-aca7-e0483fc14445} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9660 2024.11.22 05:59:25.131487 [ 256 ] {1a1bb862-207d-4757-aca7-e0483fc14445} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
9661 2024.11.22 05:59:25.131723 [ 256 ] {1a1bb862-207d-4757-aca7-e0483fc14445} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9662 2024.11.22 05:59:25.131938 [ 256 ] {1a1bb862-207d-4757-aca7-e0483fc14445} <Debug> executeQuery: Read 25 rows, 1.81 KiB in 0.00151 sec., 16556.291390728475 rows/sec., 1.17 MiB/sec.
9663 2024.11.22 05:59:25.132015 [ 256 ] {1a1bb862-207d-4757-aca7-e0483fc14445} <Debug> TCPHandler: Processed in 0.001749317 sec.
9664 2024.11.22 05:59:25.132178 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9665 2024.11.22 05:59:25.132311 [ 257 ] {191023c2-3122-4aac-b755-2738f5fd65e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9666 2024.11.22 05:59:25.132366 [ 257 ] {191023c2-3122-4aac-b755-2738f5fd65e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9667 2024.11.22 05:59:25.132942 [ 257 ] {191023c2-3122-4aac-b755-2738f5fd65e4} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9668 2024.11.22 05:59:25.132981 [ 257 ] {191023c2-3122-4aac-b755-2738f5fd65e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9669 2024.11.22 05:59:25.133335 [ 257 ] {191023c2-3122-4aac-b755-2738f5fd65e4} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
9670 2024.11.22 05:59:25.133575 [ 257 ] {191023c2-3122-4aac-b755-2738f5fd65e4} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9671 2024.11.22 05:59:25.133806 [ 257 ] {191023c2-3122-4aac-b755-2738f5fd65e4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001522 sec., 9198.423127463864 rows/sec., 644.20 KiB/sec.
9672 2024.11.22 05:59:25.133858 [ 257 ] {191023c2-3122-4aac-b755-2738f5fd65e4} <Debug> TCPHandler: Processed in 0.001741767 sec.
9673 2024.11.22 05:59:25.134002 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9674 2024.11.22 05:59:25.134129 [ 256 ] {747e3347-b69f-4d38-bc95-227eb9671983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9675 2024.11.22 05:59:25.134183 [ 256 ] {747e3347-b69f-4d38-bc95-227eb9671983} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9676 2024.11.22 05:59:25.134773 [ 256 ] {747e3347-b69f-4d38-bc95-227eb9671983} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9677 2024.11.22 05:59:25.134810 [ 256 ] {747e3347-b69f-4d38-bc95-227eb9671983} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9678 2024.11.22 05:59:25.135150 [ 256 ] {747e3347-b69f-4d38-bc95-227eb9671983} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9679 2024.11.22 05:59:25.135385 [ 256 ] {747e3347-b69f-4d38-bc95-227eb9671983} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9680 2024.11.22 05:59:25.135586 [ 256 ] {747e3347-b69f-4d38-bc95-227eb9671983} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001484 sec., 8760.10781671159 rows/sec., 546.19 KiB/sec.
9681 2024.11.22 05:59:25.135637 [ 256 ] {747e3347-b69f-4d38-bc95-227eb9671983} <Debug> TCPHandler: Processed in 0.001697816 sec.
9682 2024.11.22 05:59:25.135767 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9683 2024.11.22 05:59:25.135893 [ 257 ] {059d2bd9-b389-44af-8dbd-4bc36df1a546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9684 2024.11.22 05:59:25.135947 [ 257 ] {059d2bd9-b389-44af-8dbd-4bc36df1a546} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9685 2024.11.22 05:59:25.136743 [ 257 ] {059d2bd9-b389-44af-8dbd-4bc36df1a546} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9686 2024.11.22 05:59:25.136782 [ 257 ] {059d2bd9-b389-44af-8dbd-4bc36df1a546} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9687 2024.11.22 05:59:25.137161 [ 257 ] {059d2bd9-b389-44af-8dbd-4bc36df1a546} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
9688 2024.11.22 05:59:25.137403 [ 257 ] {059d2bd9-b389-44af-8dbd-4bc36df1a546} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9689 2024.11.22 05:59:25.137652 [ 257 ] {059d2bd9-b389-44af-8dbd-4bc36df1a546} <Debug> executeQuery: Read 400 rows, 29.12 KiB in 0.001776 sec., 225225.22522522524 rows/sec., 16.01 MiB/sec.
9690 2024.11.22 05:59:25.137713 [ 257 ] {059d2bd9-b389-44af-8dbd-4bc36df1a546} <Debug> TCPHandler: Processed in 0.002006674 sec.
9691 2024.11.22 05:59:25.137959 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9692 2024.11.22 05:59:25.138133 [ 256 ] {ff471f0c-9142-493c-877c-499ba559e1e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9693 2024.11.22 05:59:25.138191 [ 256 ] {ff471f0c-9142-493c-877c-499ba559e1e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9694 2024.11.22 05:59:25.138703 [ 256 ] {ff471f0c-9142-493c-877c-499ba559e1e5} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9695 2024.11.22 05:59:25.138741 [ 256 ] {ff471f0c-9142-493c-877c-499ba559e1e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9696 2024.11.22 05:59:25.139086 [ 256 ] {ff471f0c-9142-493c-877c-499ba559e1e5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9697 2024.11.22 05:59:25.139328 [ 256 ] {ff471f0c-9142-493c-877c-499ba559e1e5} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9698 2024.11.22 05:59:25.139531 [ 256 ] {ff471f0c-9142-493c-877c-499ba559e1e5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001427 sec., 4204.625087596356 rows/sec., 219.68 KiB/sec.
9699 2024.11.22 05:59:25.139580 [ 256 ] {ff471f0c-9142-493c-877c-499ba559e1e5} <Debug> TCPHandler: Processed in 0.001764218 sec.
9700 2024.11.22 05:59:25.139711 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9701 2024.11.22 05:59:25.139824 [ 257 ] {db9cfe83-12d6-4daf-be2f-1de36db8bac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9702 2024.11.22 05:59:25.139873 [ 257 ] {db9cfe83-12d6-4daf-be2f-1de36db8bac8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9703 2024.11.22 05:59:25.140408 [ 257 ] {db9cfe83-12d6-4daf-be2f-1de36db8bac8} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9704 2024.11.22 05:59:25.140447 [ 257 ] {db9cfe83-12d6-4daf-be2f-1de36db8bac8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9705 2024.11.22 05:59:25.140827 [ 257 ] {db9cfe83-12d6-4daf-be2f-1de36db8bac8} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
9706 2024.11.22 05:59:25.141070 [ 257 ] {db9cfe83-12d6-4daf-be2f-1de36db8bac8} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9707 2024.11.22 05:59:25.141284 [ 257 ] {db9cfe83-12d6-4daf-be2f-1de36db8bac8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001482 sec., 159919.02834008096 rows/sec., 10.72 MiB/sec.
9708 2024.11.22 05:59:25.141335 [ 257 ] {db9cfe83-12d6-4daf-be2f-1de36db8bac8} <Debug> TCPHandler: Processed in 0.001677586 sec.
9709 2024.11.22 05:59:25.141470 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9710 2024.11.22 05:59:25.141574 [ 256 ] {344d92b2-46cf-4595-90a8-30f9e5f9dc90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9711 2024.11.22 05:59:25.141620 [ 256 ] {344d92b2-46cf-4595-90a8-30f9e5f9dc90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9712 2024.11.22 05:59:25.142116 [ 256 ] {344d92b2-46cf-4595-90a8-30f9e5f9dc90} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9713 2024.11.22 05:59:25.142162 [ 256 ] {344d92b2-46cf-4595-90a8-30f9e5f9dc90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9714 2024.11.22 05:59:25.142573 [ 256 ] {344d92b2-46cf-4595-90a8-30f9e5f9dc90} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9715 2024.11.22 05:59:25.142812 [ 256 ] {344d92b2-46cf-4595-90a8-30f9e5f9dc90} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9716 2024.11.22 05:59:25.143062 [ 256 ] {344d92b2-46cf-4595-90a8-30f9e5f9dc90} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001499 sec., 667.1114076050701 rows/sec., 44.95 KiB/sec.
9717 2024.11.22 05:59:25.143228 [ 256 ] {344d92b2-46cf-4595-90a8-30f9e5f9dc90} <Debug> TCPHandler: Processed in 0.001807239 sec.
9718 2024.11.22 05:59:25.143444 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9719 2024.11.22 05:59:25.143559 [ 257 ] {47badbb6-aa40-41a2-8a89-91787a9a5307} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9720 2024.11.22 05:59:25.143635 [ 257 ] {47badbb6-aa40-41a2-8a89-91787a9a5307} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9721 2024.11.22 05:59:25.144898 [ 257 ] {47badbb6-aa40-41a2-8a89-91787a9a5307} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9722 2024.11.22 05:59:25.144937 [ 257 ] {47badbb6-aa40-41a2-8a89-91787a9a5307} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9723 2024.11.22 05:59:25.145549 [ 257 ] {47badbb6-aa40-41a2-8a89-91787a9a5307} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
9724 2024.11.22 05:59:25.145815 [ 257 ] {47badbb6-aa40-41a2-8a89-91787a9a5307} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9725 2024.11.22 05:59:25.146112 [ 257 ] {47badbb6-aa40-41a2-8a89-91787a9a5307} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.002567 sec., 7012.0763537202965 rows/sec., 12.57 MiB/sec.
9726 2024.11.22 05:59:25.146543 [ 257 ] {47badbb6-aa40-41a2-8a89-91787a9a5307} <Debug> TCPHandler: Processed in 0.003196707 sec.
9727 2024.11.22 05:59:25.146788 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9728 2024.11.22 05:59:25.146960 [ 256 ] {a1c53125-0211-4118-b347-f91e79a05372} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9729 2024.11.22 05:59:25.147006 [ 256 ] {a1c53125-0211-4118-b347-f91e79a05372} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9730 2024.11.22 05:59:25.147480 [ 256 ] {a1c53125-0211-4118-b347-f91e79a05372} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9731 2024.11.22 05:59:25.147518 [ 256 ] {a1c53125-0211-4118-b347-f91e79a05372} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9732 2024.11.22 05:59:25.147874 [ 256 ] {a1c53125-0211-4118-b347-f91e79a05372} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
9733 2024.11.22 05:59:25.148104 [ 256 ] {a1c53125-0211-4118-b347-f91e79a05372} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9734 2024.11.22 05:59:25.148337 [ 256 ] {a1c53125-0211-4118-b347-f91e79a05372} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001403 sec., 58446.186742694226 rows/sec., 3.71 MiB/sec.
9735 2024.11.22 05:59:25.148414 [ 256 ] {a1c53125-0211-4118-b347-f91e79a05372} <Debug> TCPHandler: Processed in 0.001763498 sec.
9736 2024.11.22 05:59:26.333161 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347
9737 2024.11.22 05:59:26.354264 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9738 2024.11.22 05:59:26.354320 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9739 2024.11.22 05:59:26.361501 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9740 2024.11.22 05:59:26.362261 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9741 2024.11.22 05:59:26.362659 [ 123 ] {} <Debug> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9742 2024.11.22 05:59:26.362797 [ 123 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9743 2024.11.22 05:59:26.362872 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9744 2024.11.22 05:59:26.363320 [ 194 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
9745 2024.11.22 05:59:26.377084 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347
9746 2024.11.22 05:59:26.378862 [ 194 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9747 2024.11.22 05:59:26.380408 [ 194 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part
9748 2024.11.22 05:59:26.386244 [ 194 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part
9749 2024.11.22 05:59:26.392126 [ 194 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 8 rows starting from the beginning of the part
9750 2024.11.22 05:59:26.397950 [ 194 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 7 rows starting from the beginning of the part
9751 2024.11.22 05:59:26.403654 [ 194 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 8 rows starting from the beginning of the part
9752 2024.11.22 05:59:26.408000 [ 194 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 7 rows starting from the beginning of the part
9753 2024.11.22 05:59:26.467574 [ 194 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.10454756 sec., 3319.0635917280138 rows/sec., 17.16 MiB/sec.
9754 2024.11.22 05:59:26.470798 [ 197 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9755 2024.11.22 05:59:26.473652 [ 197 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_46_9} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9756 2024.11.22 05:59:26.473746 [ 197 ] {0be1ae66-8e49-47e1-a300-c978f12d2dac::all_1_46_9} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9757 2024.11.22 05:59:26.476010 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
9758 2024.11.22 05:59:29.927752 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1342
9759 2024.11.22 05:59:29.930875 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9760 2024.11.22 05:59:29.930934 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
9761 2024.11.22 05:59:29.932428 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9762 2024.11.22 05:59:29.932741 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9763 2024.11.22 05:59:29.933393 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1342
9764 2024.11.22 05:59:30.153099 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9765 2024.11.22 05:59:30.153399 [ 256 ] {79dc312e-198c-43d1-ab79-a7bf8b86e8d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9766 2024.11.22 05:59:30.153517 [ 256 ] {79dc312e-198c-43d1-ab79-a7bf8b86e8d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9767 2024.11.22 05:59:30.155166 [ 256 ] {79dc312e-198c-43d1-ab79-a7bf8b86e8d2} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9768 2024.11.22 05:59:30.155217 [ 256 ] {79dc312e-198c-43d1-ab79-a7bf8b86e8d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
9769 2024.11.22 05:59:30.155732 [ 256 ] {79dc312e-198c-43d1-ab79-a7bf8b86e8d2} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
9770 2024.11.22 05:59:30.156006 [ 256 ] {79dc312e-198c-43d1-ab79-a7bf8b86e8d2} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9771 2024.11.22 05:59:30.156283 [ 256 ] {79dc312e-198c-43d1-ab79-a7bf8b86e8d2} <Debug> executeQuery: Read 1242 rows, 105.38 KiB in 0.002958 sec., 419878.2961460446 rows/sec., 34.79 MiB/sec.
9772 2024.11.22 05:59:30.156374 [ 256 ] {79dc312e-198c-43d1-ab79-a7bf8b86e8d2} <Debug> TCPHandler: Processed in 0.003479224 sec.
9773 2024.11.22 05:59:30.156625 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9774 2024.11.22 05:59:30.156782 [ 257 ] {d5aa5ccc-294f-41e1-89a2-6e497509955f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9775 2024.11.22 05:59:30.156842 [ 257 ] {d5aa5ccc-294f-41e1-89a2-6e497509955f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9776 2024.11.22 05:59:30.157417 [ 257 ] {d5aa5ccc-294f-41e1-89a2-6e497509955f} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9777 2024.11.22 05:59:30.157459 [ 257 ] {d5aa5ccc-294f-41e1-89a2-6e497509955f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
9778 2024.11.22 05:59:30.157850 [ 257 ] {d5aa5ccc-294f-41e1-89a2-6e497509955f} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
9779 2024.11.22 05:59:30.158103 [ 257 ] {d5aa5ccc-294f-41e1-89a2-6e497509955f} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9780 2024.11.22 05:59:30.158298 [ 116 ] {} <Debug> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
9781 2024.11.22 05:59:30.158351 [ 257 ] {d5aa5ccc-294f-41e1-89a2-6e497509955f} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001599 sec., 14383.989993746092 rows/sec., 1.06 MiB/sec.
9782 2024.11.22 05:59:30.158368 [ 116 ] {} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9783 2024.11.22 05:59:30.158442 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
9784 2024.11.22 05:59:30.158486 [ 257 ] {d5aa5ccc-294f-41e1-89a2-6e497509955f} <Debug> TCPHandler: Processed in 0.001989325 sec.
9785 2024.11.22 05:59:30.158617 [ 192 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
9786 2024.11.22 05:59:30.158662 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9787 2024.11.22 05:59:30.158747 [ 192 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9788 2024.11.22 05:59:30.158791 [ 192 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 66 rows starting from the beginning of the part
9789 2024.11.22 05:59:30.158798 [ 256 ] {42d6652b-d907-4eb8-8631-74f7f61d89a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9790 2024.11.22 05:59:30.158864 [ 256 ] {42d6652b-d907-4eb8-8631-74f7f61d89a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9791 2024.11.22 05:59:30.158917 [ 192 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 23 rows starting from the beginning of the part
9792 2024.11.22 05:59:30.159409 [ 192 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 31 rows starting from the beginning of the part
9793 2024.11.22 05:59:30.159597 [ 192 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 23 rows starting from the beginning of the part
9794 2024.11.22 05:59:30.159821 [ 192 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 25 rows starting from the beginning of the part
9795 2024.11.22 05:59:30.160060 [ 192 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 23 rows starting from the beginning of the part
9796 2024.11.22 05:59:30.160927 [ 256 ] {42d6652b-d907-4eb8-8631-74f7f61d89a9} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9797 2024.11.22 05:59:30.160974 [ 256 ] {42d6652b-d907-4eb8-8631-74f7f61d89a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
9798 2024.11.22 05:59:30.161607 [ 256 ] {42d6652b-d907-4eb8-8631-74f7f61d89a9} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
9799 2024.11.22 05:59:30.161709 [ 197 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 5 columns (5 merged, 0 gathered) in 0.003171787 sec., 60218.41945880981 rows/sec., 4.55 MiB/sec.
9800 2024.11.22 05:59:30.161979 [ 256 ] {42d6652b-d907-4eb8-8631-74f7f61d89a9} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9801 2024.11.22 05:59:30.162005 [ 197 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
9802 2024.11.22 05:59:30.162488 [ 256 ] {42d6652b-d907-4eb8-8631-74f7f61d89a9} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.003688 sec., 61822.12581344903 rows/sec., 4.19 MiB/sec.
9803 2024.11.22 05:59:30.162874 [ 256 ] {42d6652b-d907-4eb8-8631-74f7f61d89a9} <Debug> TCPHandler: Processed in 0.004255715 sec.
9804 2024.11.22 05:59:30.162911 [ 197 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_66_13} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9805 2024.11.22 05:59:30.163192 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9806 2024.11.22 05:59:30.163293 [ 197 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_66_13} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
9807 2024.11.22 05:59:30.163445 [ 257 ] {364aef96-2f3e-4d5a-b7e5-e0a8c319326f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9808 2024.11.22 05:59:30.163450 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
9809 2024.11.22 05:59:30.163529 [ 257 ] {364aef96-2f3e-4d5a-b7e5-e0a8c319326f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9810 2024.11.22 05:59:30.164354 [ 257 ] {364aef96-2f3e-4d5a-b7e5-e0a8c319326f} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9811 2024.11.22 05:59:30.164396 [ 257 ] {364aef96-2f3e-4d5a-b7e5-e0a8c319326f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
9812 2024.11.22 05:59:30.164789 [ 257 ] {364aef96-2f3e-4d5a-b7e5-e0a8c319326f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
9813 2024.11.22 05:59:30.165037 [ 257 ] {364aef96-2f3e-4d5a-b7e5-e0a8c319326f} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9814 2024.11.22 05:59:30.165251 [ 257 ] {364aef96-2f3e-4d5a-b7e5-e0a8c319326f} <Debug> executeQuery: Read 543 rows, 41.25 KiB in 0.001882 sec., 288522.84803400637 rows/sec., 21.40 MiB/sec.
9815 2024.11.22 05:59:30.165305 [ 257 ] {364aef96-2f3e-4d5a-b7e5-e0a8c319326f} <Debug> TCPHandler: Processed in 0.002308283 sec.
9816 2024.11.22 05:59:30.165459 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9817 2024.11.22 05:59:30.165589 [ 256 ] {072ac8d7-e5f4-4818-bed3-7fec1bc3fc5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9818 2024.11.22 05:59:30.165647 [ 256 ] {072ac8d7-e5f4-4818-bed3-7fec1bc3fc5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9819 2024.11.22 05:59:30.166424 [ 256 ] {072ac8d7-e5f4-4818-bed3-7fec1bc3fc5e} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9820 2024.11.22 05:59:30.166463 [ 256 ] {072ac8d7-e5f4-4818-bed3-7fec1bc3fc5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
9821 2024.11.22 05:59:30.166882 [ 256 ] {072ac8d7-e5f4-4818-bed3-7fec1bc3fc5e} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
9822 2024.11.22 05:59:30.167120 [ 256 ] {072ac8d7-e5f4-4818-bed3-7fec1bc3fc5e} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9823 2024.11.22 05:59:30.167339 [ 256 ] {072ac8d7-e5f4-4818-bed3-7fec1bc3fc5e} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.00178 sec., 494382.02247191017 rows/sec., 33.26 MiB/sec.
9824 2024.11.22 05:59:30.167392 [ 256 ] {072ac8d7-e5f4-4818-bed3-7fec1bc3fc5e} <Debug> TCPHandler: Processed in 0.001995624 sec.
9825 2024.11.22 05:59:30.167549 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9826 2024.11.22 05:59:30.167676 [ 257 ] {f4015cf4-c232-491d-8fc1-2c9f8a0588e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9827 2024.11.22 05:59:30.167754 [ 257 ] {f4015cf4-c232-491d-8fc1-2c9f8a0588e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9828 2024.11.22 05:59:30.168860 [ 257 ] {f4015cf4-c232-491d-8fc1-2c9f8a0588e2} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9829 2024.11.22 05:59:30.168900 [ 257 ] {f4015cf4-c232-491d-8fc1-2c9f8a0588e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
9830 2024.11.22 05:59:30.169555 [ 257 ] {f4015cf4-c232-491d-8fc1-2c9f8a0588e2} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
9831 2024.11.22 05:59:30.169819 [ 257 ] {f4015cf4-c232-491d-8fc1-2c9f8a0588e2} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9832 2024.11.22 05:59:30.169987 [ 116 ] {} <Debug> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
9833 2024.11.22 05:59:30.170060 [ 116 ] {} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9834 2024.11.22 05:59:30.170088 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
9835 2024.11.22 05:59:30.170106 [ 257 ] {f4015cf4-c232-491d-8fc1-2c9f8a0588e2} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.00245 sec., 9387.755102040817 rows/sec., 16.82 MiB/sec.
9836 2024.11.22 05:59:30.170468 [ 192 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
9837 2024.11.22 05:59:30.170861 [ 257 ] {f4015cf4-c232-491d-8fc1-2c9f8a0588e2} <Debug> TCPHandler: Processed in 0.003364301 sec.
9838 2024.11.22 05:59:30.171199 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9839 2024.11.22 05:59:30.171707 [ 256 ] {f64c4b12-0973-487f-b3f9-14ac970693d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9840 2024.11.22 05:59:30.171918 [ 256 ] {f64c4b12-0973-487f-b3f9-14ac970693d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9841 2024.11.22 05:59:30.172616 [ 192 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9842 2024.11.22 05:59:30.172745 [ 192 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1163 rows starting from the beginning of the part
9843 2024.11.22 05:59:30.173065 [ 192 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 23 rows starting from the beginning of the part
9844 2024.11.22 05:59:30.173514 [ 192 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 18 rows starting from the beginning of the part
9845 2024.11.22 05:59:30.173536 [ 256 ] {f64c4b12-0973-487f-b3f9-14ac970693d3} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9846 2024.11.22 05:59:30.173586 [ 256 ] {f64c4b12-0973-487f-b3f9-14ac970693d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
9847 2024.11.22 05:59:30.173871 [ 192 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 23 rows starting from the beginning of the part
9848 2024.11.22 05:59:30.174276 [ 192 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 18 rows starting from the beginning of the part
9849 2024.11.22 05:59:30.174392 [ 256 ] {f64c4b12-0973-487f-b3f9-14ac970693d3} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
9850 2024.11.22 05:59:30.174866 [ 192 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 23 rows starting from the beginning of the part
9851 2024.11.22 05:59:30.175147 [ 256 ] {f64c4b12-0973-487f-b3f9-14ac970693d3} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9852 2024.11.22 05:59:30.175681 [ 256 ] {f64c4b12-0973-487f-b3f9-14ac970693d3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004127 sec., 14538.405621516842 rows/sec., 1003.30 KiB/sec.
9853 2024.11.22 05:59:30.175801 [ 256 ] {f64c4b12-0973-487f-b3f9-14ac970693d3} <Debug> TCPHandler: Processed in 0.004817691 sec.
9854 2024.11.22 05:59:30.182458 [ 199 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1268 rows, containing 19 columns (19 merged, 0 gathered) in 0.012287024 sec., 103198.30090671264 rows/sec., 184.93 MiB/sec.
9855 2024.11.22 05:59:30.183791 [ 190 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
9856 2024.11.22 05:59:30.184284 [ 190 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9857 2024.11.22 05:59:30.184381 [ 190 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
9858 2024.11.22 05:59:30.184553 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.59 MiB.
9859 2024.11.22 05:59:31.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 227.06 MiB, peak 239.42 MiB, free memory in arenas 0.00 B, will set to 229.46 MiB (RSS), difference: 2.40 MiB
9860 2024.11.22 05:59:32.319992 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594
9861 2024.11.22 05:59:32.320905 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9862 2024.11.22 05:59:32.320978 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
9863 2024.11.22 05:59:32.321634 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9864 2024.11.22 05:59:32.321894 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9865 2024.11.22 05:59:32.322157 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594
9866 2024.11.22 05:59:33.877178 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355
9867 2024.11.22 05:59:33.897158 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9868 2024.11.22 05:59:33.897215 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
9869 2024.11.22 05:59:33.904103 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9870 2024.11.22 05:59:33.904887 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9871 2024.11.22 05:59:33.908372 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355
9872 2024.11.22 05:59:35.126231 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9873 2024.11.22 05:59:35.126556 [ 256 ] {6ee3acf5-ca23-401a-9ad6-36caf21be383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9874 2024.11.22 05:59:35.126673 [ 256 ] {6ee3acf5-ca23-401a-9ad6-36caf21be383} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9875 2024.11.22 05:59:35.127571 [ 256 ] {6ee3acf5-ca23-401a-9ad6-36caf21be383} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9876 2024.11.22 05:59:35.127623 [ 256 ] {6ee3acf5-ca23-401a-9ad6-36caf21be383} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
9877 2024.11.22 05:59:35.128054 [ 256 ] {6ee3acf5-ca23-401a-9ad6-36caf21be383} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9878 2024.11.22 05:59:35.128304 [ 256 ] {6ee3acf5-ca23-401a-9ad6-36caf21be383} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9879 2024.11.22 05:59:35.128516 [ 114 ] {} <Debug> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
9880 2024.11.22 05:59:35.128564 [ 256 ] {6ee3acf5-ca23-401a-9ad6-36caf21be383} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002083 sec., 6721.0753720595285 rows/sec., 483.83 KiB/sec.
9881 2024.11.22 05:59:35.128613 [ 114 ] {} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9882 2024.11.22 05:59:35.128689 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
9883 2024.11.22 05:59:35.128708 [ 256 ] {6ee3acf5-ca23-401a-9ad6-36caf21be383} <Debug> TCPHandler: Processed in 0.002667762 sec.
9884 2024.11.22 05:59:35.128934 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9885 2024.11.22 05:59:35.128945 [ 186 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full
9886 2024.11.22 05:59:35.129155 [ 257 ] {3ced9e6c-b5a6-4374-98e2-748ce2e2e434} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9887 2024.11.22 05:59:35.129247 [ 186 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9888 2024.11.22 05:59:35.129268 [ 257 ] {3ced9e6c-b5a6-4374-98e2-748ce2e2e434} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9889 2024.11.22 05:59:35.129337 [ 186 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 14 rows starting from the beginning of the part
9890 2024.11.22 05:59:35.129703 [ 186 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part
9891 2024.11.22 05:59:35.130020 [ 186 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part
9892 2024.11.22 05:59:35.130442 [ 186 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part
9893 2024.11.22 05:59:35.130849 [ 186 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part
9894 2024.11.22 05:59:35.132379 [ 257 ] {3ced9e6c-b5a6-4374-98e2-748ce2e2e434} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9895 2024.11.22 05:59:35.132458 [ 257 ] {3ced9e6c-b5a6-4374-98e2-748ce2e2e434} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
9896 2024.11.22 05:59:35.133459 [ 186 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004656626 sec., 15032.343160047642 rows/sec., 1.11 MiB/sec.
9897 2024.11.22 05:59:35.133527 [ 257 ] {3ced9e6c-b5a6-4374-98e2-748ce2e2e434} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
9898 2024.11.22 05:59:35.133645 [ 186 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
9899 2024.11.22 05:59:35.134023 [ 257 ] {3ced9e6c-b5a6-4374-98e2-748ce2e2e434} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9900 2024.11.22 05:59:35.134187 [ 186 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_33_8} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9901 2024.11.22 05:59:35.134478 [ 186 ] {391ba2cd-f01c-474c-ae39-7efb7135e1de::all_1_33_8} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
9902 2024.11.22 05:59:35.134496 [ 257 ] {3ced9e6c-b5a6-4374-98e2-748ce2e2e434} <Debug> executeQuery: Read 239 rows, 21.37 KiB in 0.005408 sec., 44193.78698224852 rows/sec., 3.86 MiB/sec.
9903 2024.11.22 05:59:35.134732 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9904 2024.11.22 05:59:35.134741 [ 257 ] {3ced9e6c-b5a6-4374-98e2-748ce2e2e434} <Debug> TCPHandler: Processed in 0.00590607 sec.
9905 2024.11.22 05:59:35.134929 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9906 2024.11.22 05:59:35.135063 [ 256 ] {f95ad9a2-da89-4088-91c2-a0724a5797e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9907 2024.11.22 05:59:35.135120 [ 256 ] {f95ad9a2-da89-4088-91c2-a0724a5797e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9908 2024.11.22 05:59:35.135794 [ 256 ] {f95ad9a2-da89-4088-91c2-a0724a5797e9} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9909 2024.11.22 05:59:35.135842 [ 256 ] {f95ad9a2-da89-4088-91c2-a0724a5797e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
9910 2024.11.22 05:59:35.136237 [ 256 ] {f95ad9a2-da89-4088-91c2-a0724a5797e9} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
9911 2024.11.22 05:59:35.136473 [ 256 ] {f95ad9a2-da89-4088-91c2-a0724a5797e9} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9912 2024.11.22 05:59:35.136677 [ 256 ] {f95ad9a2-da89-4088-91c2-a0724a5797e9} <Debug> executeQuery: Read 25 rows, 1.81 KiB in 0.001642 sec., 15225.334957369061 rows/sec., 1.08 MiB/sec.
9913 2024.11.22 05:59:35.136732 [ 256 ] {f95ad9a2-da89-4088-91c2-a0724a5797e9} <Debug> TCPHandler: Processed in 0.001867671 sec.
9914 2024.11.22 05:59:35.136872 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9915 2024.11.22 05:59:35.136980 [ 257 ] {a1641681-ac0c-4332-9b7f-2a65fb461e7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9916 2024.11.22 05:59:35.137026 [ 257 ] {a1641681-ac0c-4332-9b7f-2a65fb461e7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9917 2024.11.22 05:59:35.137686 [ 257 ] {a1641681-ac0c-4332-9b7f-2a65fb461e7e} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9918 2024.11.22 05:59:35.137733 [ 257 ] {a1641681-ac0c-4332-9b7f-2a65fb461e7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
9919 2024.11.22 05:59:35.138137 [ 257 ] {a1641681-ac0c-4332-9b7f-2a65fb461e7e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
9920 2024.11.22 05:59:35.138385 [ 257 ] {a1641681-ac0c-4332-9b7f-2a65fb461e7e} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9921 2024.11.22 05:59:35.138598 [ 257 ] {a1641681-ac0c-4332-9b7f-2a65fb461e7e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001639 sec., 8541.793776693105 rows/sec., 598.21 KiB/sec.
9922 2024.11.22 05:59:35.138651 [ 257 ] {a1641681-ac0c-4332-9b7f-2a65fb461e7e} <Debug> TCPHandler: Processed in 0.00182842 sec.
9923 2024.11.22 05:59:35.138825 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9924 2024.11.22 05:59:35.138929 [ 256 ] {43f99da0-1c32-4399-a2de-f6df07ace507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9925 2024.11.22 05:59:35.138973 [ 256 ] {43f99da0-1c32-4399-a2de-f6df07ace507} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9926 2024.11.22 05:59:35.139495 [ 256 ] {43f99da0-1c32-4399-a2de-f6df07ace507} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9927 2024.11.22 05:59:35.139533 [ 256 ] {43f99da0-1c32-4399-a2de-f6df07ace507} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
9928 2024.11.22 05:59:35.139872 [ 256 ] {43f99da0-1c32-4399-a2de-f6df07ace507} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9929 2024.11.22 05:59:35.140109 [ 256 ] {43f99da0-1c32-4399-a2de-f6df07ace507} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9930 2024.11.22 05:59:35.140283 [ 112 ] {} <Debug> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
9931 2024.11.22 05:59:35.140350 [ 256 ] {43f99da0-1c32-4399-a2de-f6df07ace507} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00144 sec., 9027.777777777777 rows/sec., 562.88 KiB/sec.
9932 2024.11.22 05:59:35.140377 [ 112 ] {} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9933 2024.11.22 05:59:35.140456 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
9934 2024.11.22 05:59:35.140471 [ 256 ] {43f99da0-1c32-4399-a2de-f6df07ace507} <Debug> TCPHandler: Processed in 0.001696146 sec.
9935 2024.11.22 05:59:35.140672 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9936 2024.11.22 05:59:35.140687 [ 199 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full
9937 2024.11.22 05:59:35.140855 [ 257 ] {4cb6c306-93d7-49c4-bd8a-e2f643044598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9938 2024.11.22 05:59:35.140969 [ 257 ] {4cb6c306-93d7-49c4-bd8a-e2f643044598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9939 2024.11.22 05:59:35.140985 [ 199 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9940 2024.11.22 05:59:35.141088 [ 199 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 13 rows starting from the beginning of the part
9941 2024.11.22 05:59:35.141370 [ 199 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 13 rows starting from the beginning of the part
9942 2024.11.22 05:59:35.141732 [ 199 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 13 rows starting from the beginning of the part
9943 2024.11.22 05:59:35.142067 [ 199 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 13 rows starting from the beginning of the part
9944 2024.11.22 05:59:35.142409 [ 199 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 13 rows starting from the beginning of the part
9945 2024.11.22 05:59:35.143871 [ 257 ] {4cb6c306-93d7-49c4-bd8a-e2f643044598} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9946 2024.11.22 05:59:35.143933 [ 257 ] {4cb6c306-93d7-49c4-bd8a-e2f643044598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
9947 2024.11.22 05:59:35.144892 [ 199 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004337438 sec., 14985.80498441707 rows/sec., 992.90 KiB/sec.
9948 2024.11.22 05:59:35.144991 [ 257 ] {4cb6c306-93d7-49c4-bd8a-e2f643044598} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
9949 2024.11.22 05:59:35.145097 [ 199 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
9950 2024.11.22 05:59:35.145461 [ 257 ] {4cb6c306-93d7-49c4-bd8a-e2f643044598} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9951 2024.11.22 05:59:35.145622 [ 199 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_33_8} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9952 2024.11.22 05:59:35.145885 [ 199 ] {2b5e6e37-90a6-42ee-8985-3eb257de5886::all_1_33_8} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
9953 2024.11.22 05:59:35.145903 [ 257 ] {4cb6c306-93d7-49c4-bd8a-e2f643044598} <Debug> executeQuery: Read 400 rows, 29.12 KiB in 0.005102 sec., 78400.62720501765 rows/sec., 5.57 MiB/sec.
9954 2024.11.22 05:59:35.146149 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9955 2024.11.22 05:59:35.146163 [ 257 ] {4cb6c306-93d7-49c4-bd8a-e2f643044598} <Debug> TCPHandler: Processed in 0.005580162 sec.
9956 2024.11.22 05:59:35.146341 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9957 2024.11.22 05:59:35.146448 [ 256 ] {b3129fd5-7954-4f47-bbaa-9ecc2cb5ea23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9958 2024.11.22 05:59:35.146495 [ 256 ] {b3129fd5-7954-4f47-bbaa-9ecc2cb5ea23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9959 2024.11.22 05:59:35.146968 [ 256 ] {b3129fd5-7954-4f47-bbaa-9ecc2cb5ea23} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9960 2024.11.22 05:59:35.147006 [ 256 ] {b3129fd5-7954-4f47-bbaa-9ecc2cb5ea23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
9961 2024.11.22 05:59:35.147377 [ 256 ] {b3129fd5-7954-4f47-bbaa-9ecc2cb5ea23} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9962 2024.11.22 05:59:35.147632 [ 256 ] {b3129fd5-7954-4f47-bbaa-9ecc2cb5ea23} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9963 2024.11.22 05:59:35.147895 [ 256 ] {b3129fd5-7954-4f47-bbaa-9ecc2cb5ea23} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001457 sec., 4118.050789293068 rows/sec., 215.15 KiB/sec.
9964 2024.11.22 05:59:35.147989 [ 256 ] {b3129fd5-7954-4f47-bbaa-9ecc2cb5ea23} <Debug> TCPHandler: Processed in 0.001706826 sec.
9965 2024.11.22 05:59:35.148234 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9966 2024.11.22 05:59:35.148348 [ 257 ] {9e78535b-a957-4601-ac45-6136c314c384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9967 2024.11.22 05:59:35.148398 [ 257 ] {9e78535b-a957-4601-ac45-6136c314c384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9968 2024.11.22 05:59:35.148953 [ 257 ] {9e78535b-a957-4601-ac45-6136c314c384} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9969 2024.11.22 05:59:35.148992 [ 257 ] {9e78535b-a957-4601-ac45-6136c314c384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
9970 2024.11.22 05:59:35.149384 [ 257 ] {9e78535b-a957-4601-ac45-6136c314c384} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
9971 2024.11.22 05:59:35.149620 [ 257 ] {9e78535b-a957-4601-ac45-6136c314c384} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9972 2024.11.22 05:59:35.149832 [ 257 ] {9e78535b-a957-4601-ac45-6136c314c384} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001508 sec., 157161.80371352786 rows/sec., 10.53 MiB/sec.
9973 2024.11.22 05:59:35.149884 [ 257 ] {9e78535b-a957-4601-ac45-6136c314c384} <Debug> TCPHandler: Processed in 0.001763898 sec.
9974 2024.11.22 05:59:35.150028 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9975 2024.11.22 05:59:35.150134 [ 256 ] {6f232f8b-8ca0-44a9-95ed-4e9db1474689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9976 2024.11.22 05:59:35.150181 [ 256 ] {6f232f8b-8ca0-44a9-95ed-4e9db1474689} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9977 2024.11.22 05:59:35.150605 [ 256 ] {6f232f8b-8ca0-44a9-95ed-4e9db1474689} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9978 2024.11.22 05:59:35.150643 [ 256 ] {6f232f8b-8ca0-44a9-95ed-4e9db1474689} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
9979 2024.11.22 05:59:35.150992 [ 256 ] {6f232f8b-8ca0-44a9-95ed-4e9db1474689} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9980 2024.11.22 05:59:35.151234 [ 256 ] {6f232f8b-8ca0-44a9-95ed-4e9db1474689} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9981 2024.11.22 05:59:35.151449 [ 256 ] {6f232f8b-8ca0-44a9-95ed-4e9db1474689} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001336 sec., 748.502994011976 rows/sec., 50.44 KiB/sec.
9982 2024.11.22 05:59:35.151500 [ 256 ] {6f232f8b-8ca0-44a9-95ed-4e9db1474689} <Debug> TCPHandler: Processed in 0.001531662 sec.
9983 2024.11.22 05:59:35.151648 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9984 2024.11.22 05:59:35.151752 [ 257 ] {591a007a-e269-4d72-af57-44a4ff70bb74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9985 2024.11.22 05:59:35.151817 [ 257 ] {591a007a-e269-4d72-af57-44a4ff70bb74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9986 2024.11.22 05:59:35.152874 [ 257 ] {591a007a-e269-4d72-af57-44a4ff70bb74} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9987 2024.11.22 05:59:35.152913 [ 257 ] {591a007a-e269-4d72-af57-44a4ff70bb74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
9988 2024.11.22 05:59:35.153529 [ 257 ] {591a007a-e269-4d72-af57-44a4ff70bb74} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
9989 2024.11.22 05:59:35.153793 [ 257 ] {591a007a-e269-4d72-af57-44a4ff70bb74} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9990 2024.11.22 05:59:35.154031 [ 257 ] {591a007a-e269-4d72-af57-44a4ff70bb74} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.0023 sec., 7826.086956521739 rows/sec., 14.02 MiB/sec.
9991 2024.11.22 05:59:35.154133 [ 257 ] {591a007a-e269-4d72-af57-44a4ff70bb74} <Debug> TCPHandler: Processed in 0.002543479 sec.
9992 2024.11.22 05:59:35.154285 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9993 2024.11.22 05:59:35.154390 [ 256 ] {4783c413-9fca-4e68-b7ed-9df6d799714c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9994 2024.11.22 05:59:35.154435 [ 256 ] {4783c413-9fca-4e68-b7ed-9df6d799714c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9995 2024.11.22 05:59:35.154866 [ 256 ] {4783c413-9fca-4e68-b7ed-9df6d799714c} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9996 2024.11.22 05:59:35.154904 [ 256 ] {4783c413-9fca-4e68-b7ed-9df6d799714c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
9997 2024.11.22 05:59:35.155263 [ 256 ] {4783c413-9fca-4e68-b7ed-9df6d799714c} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
9998 2024.11.22 05:59:35.155500 [ 256 ] {4783c413-9fca-4e68-b7ed-9df6d799714c} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9999 2024.11.22 05:59:35.155704 [ 256 ] {4783c413-9fca-4e68-b7ed-9df6d799714c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001336 sec., 61377.245508982036 rows/sec., 3.90 MiB/sec.
10000 2024.11.22 05:59:35.155754 [ 256 ] {4783c413-9fca-4e68-b7ed-9df6d799714c} <Debug> TCPHandler: Processed in 0.001529741 sec.
10001 2024.11.22 05:59:38.427481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36835, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10002 2024.11.22 05:59:38.625997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59138, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10003 2024.11.22 05:59:38.677444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46664, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10004 2024.11.22 05:59:38.739818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59262, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10005 2024.11.22 05:59:38.794284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55849, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10006 2024.11.22 05:59:38.830761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40201, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10007 2024.11.22 05:59:38.867102 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56080, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10008 2024.11.22 05:59:38.868379 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39379, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10009 2024.11.22 05:59:39.667410 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache
10010 2024.11.22 05:59:39.667484 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache
10011 2024.11.22 05:59:39.822294 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021
10012 2024.11.22 05:59:39.823018 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10013 2024.11.22 05:59:39.823064 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10014 2024.11.22 05:59:39.823608 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
10015 2024.11.22 05:59:39.823867 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10016 2024.11.22 05:59:39.824065 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021
10017 2024.11.22 05:59:39.933641 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1378
10018 2024.11.22 05:59:39.936831 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10019 2024.11.22 05:59:39.936881 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10020 2024.11.22 05:59:39.938335 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10021 2024.11.22 05:59:39.938640 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10022 2024.11.22 05:59:39.939193 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1378
10023 2024.11.22 05:59:40.001712 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001286285 sec.
10024 2024.11.22 05:59:40.121921 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10025 2024.11.22 05:59:40.122237 [ 256 ] {d0c96d1a-60ff-442d-b241-11cb639f045c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10026 2024.11.22 05:59:40.122322 [ 256 ] {d0c96d1a-60ff-442d-b241-11cb639f045c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10027 2024.11.22 05:59:40.123141 [ 256 ] {d0c96d1a-60ff-442d-b241-11cb639f045c} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10028 2024.11.22 05:59:40.123197 [ 256 ] {d0c96d1a-60ff-442d-b241-11cb639f045c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10029 2024.11.22 05:59:40.123651 [ 256 ] {d0c96d1a-60ff-442d-b241-11cb639f045c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
10030 2024.11.22 05:59:40.123930 [ 256 ] {d0c96d1a-60ff-442d-b241-11cb639f045c} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10031 2024.11.22 05:59:40.124186 [ 256 ] {d0c96d1a-60ff-442d-b241-11cb639f045c} <Debug> executeQuery: Read 102 rows, 8.82 KiB in 0.002034 sec., 50147.49262536874 rows/sec., 4.24 MiB/sec.
10032 2024.11.22 05:59:40.124259 [ 256 ] {d0c96d1a-60ff-442d-b241-11cb639f045c} <Debug> TCPHandler: Processed in 0.002533598 sec.
10033 2024.11.22 05:59:40.124449 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10034 2024.11.22 05:59:40.124565 [ 257 ] {c42e8ba1-4315-4635-afbd-8105e4b5e6b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10035 2024.11.22 05:59:40.124616 [ 257 ] {c42e8ba1-4315-4635-afbd-8105e4b5e6b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10036 2024.11.22 05:59:40.125186 [ 257 ] {c42e8ba1-4315-4635-afbd-8105e4b5e6b1} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10037 2024.11.22 05:59:40.125228 [ 257 ] {c42e8ba1-4315-4635-afbd-8105e4b5e6b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10038 2024.11.22 05:59:40.125599 [ 257 ] {c42e8ba1-4315-4635-afbd-8105e4b5e6b1} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
10039 2024.11.22 05:59:40.125845 [ 257 ] {c42e8ba1-4315-4635-afbd-8105e4b5e6b1} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10040 2024.11.22 05:59:40.126059 [ 257 ] {c42e8ba1-4315-4635-afbd-8105e4b5e6b1} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.00152 sec., 15131.57894736842 rows/sec., 1.11 MiB/sec.
10041 2024.11.22 05:59:40.126111 [ 257 ] {c42e8ba1-4315-4635-afbd-8105e4b5e6b1} <Debug> TCPHandler: Processed in 0.001724277 sec.
10042 2024.11.22 05:59:40.126274 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10043 2024.11.22 05:59:40.126382 [ 256 ] {b2214b02-a0f4-4417-94e4-a6dfe76da661} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10044 2024.11.22 05:59:40.126427 [ 256 ] {b2214b02-a0f4-4417-94e4-a6dfe76da661} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10045 2024.11.22 05:59:40.127000 [ 256 ] {b2214b02-a0f4-4417-94e4-a6dfe76da661} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10046 2024.11.22 05:59:40.127040 [ 256 ] {b2214b02-a0f4-4417-94e4-a6dfe76da661} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10047 2024.11.22 05:59:40.127407 [ 256 ] {b2214b02-a0f4-4417-94e4-a6dfe76da661} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
10048 2024.11.22 05:59:40.127653 [ 256 ] {b2214b02-a0f4-4417-94e4-a6dfe76da661} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10049 2024.11.22 05:59:40.127873 [ 256 ] {b2214b02-a0f4-4417-94e4-a6dfe76da661} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001514 sec., 57463.67239101718 rows/sec., 4.49 MiB/sec.
10050 2024.11.22 05:59:40.127926 [ 256 ] {b2214b02-a0f4-4417-94e4-a6dfe76da661} <Debug> TCPHandler: Processed in 0.001714267 sec.
10051 2024.11.22 05:59:40.128081 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10052 2024.11.22 05:59:40.128188 [ 257 ] {025ec221-fa8e-4980-8bf2-7b077502a257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10053 2024.11.22 05:59:40.128236 [ 257 ] {025ec221-fa8e-4980-8bf2-7b077502a257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10054 2024.11.22 05:59:40.128755 [ 257 ] {025ec221-fa8e-4980-8bf2-7b077502a257} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10055 2024.11.22 05:59:40.128794 [ 257 ] {025ec221-fa8e-4980-8bf2-7b077502a257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10056 2024.11.22 05:59:40.129180 [ 257 ] {025ec221-fa8e-4980-8bf2-7b077502a257} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
10057 2024.11.22 05:59:40.129420 [ 257 ] {025ec221-fa8e-4980-8bf2-7b077502a257} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10058 2024.11.22 05:59:40.129632 [ 257 ] {025ec221-fa8e-4980-8bf2-7b077502a257} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001466 sec., 109140.51841746247 rows/sec., 7.60 MiB/sec.
10059 2024.11.22 05:59:40.129682 [ 257 ] {025ec221-fa8e-4980-8bf2-7b077502a257} <Debug> TCPHandler: Processed in 0.001662395 sec.
10060 2024.11.22 05:59:40.129830 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10061 2024.11.22 05:59:40.129936 [ 256 ] {fc6411c1-9d49-4b08-b938-5cf68c66ab9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10062 2024.11.22 05:59:40.130002 [ 256 ] {fc6411c1-9d49-4b08-b938-5cf68c66ab9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10063 2024.11.22 05:59:40.131085 [ 256 ] {fc6411c1-9d49-4b08-b938-5cf68c66ab9b} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10064 2024.11.22 05:59:40.131124 [ 256 ] {fc6411c1-9d49-4b08-b938-5cf68c66ab9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10065 2024.11.22 05:59:40.131768 [ 256 ] {fc6411c1-9d49-4b08-b938-5cf68c66ab9b} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
10066 2024.11.22 05:59:40.132029 [ 256 ] {fc6411c1-9d49-4b08-b938-5cf68c66ab9b} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10067 2024.11.22 05:59:40.132283 [ 256 ] {fc6411c1-9d49-4b08-b938-5cf68c66ab9b} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002368 sec., 9712.837837837838 rows/sec., 17.40 MiB/sec.
10068 2024.11.22 05:59:40.132390 [ 256 ] {fc6411c1-9d49-4b08-b938-5cf68c66ab9b} <Debug> TCPHandler: Processed in 0.002621311 sec.
10069 2024.11.22 05:59:40.132542 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10070 2024.11.22 05:59:40.132648 [ 257 ] {6cebc226-fdc5-496c-ac2e-93758240b259} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10071 2024.11.22 05:59:40.132693 [ 257 ] {6cebc226-fdc5-496c-ac2e-93758240b259} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10072 2024.11.22 05:59:40.133127 [ 257 ] {6cebc226-fdc5-496c-ac2e-93758240b259} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10073 2024.11.22 05:59:40.133166 [ 257 ] {6cebc226-fdc5-496c-ac2e-93758240b259} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10074 2024.11.22 05:59:40.133524 [ 257 ] {6cebc226-fdc5-496c-ac2e-93758240b259} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
10075 2024.11.22 05:59:40.133767 [ 257 ] {6cebc226-fdc5-496c-ac2e-93758240b259} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10076 2024.11.22 05:59:40.133983 [ 257 ] {6cebc226-fdc5-496c-ac2e-93758240b259} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001357 sec., 44215.18054532056 rows/sec., 2.98 MiB/sec.
10077 2024.11.22 05:59:40.134032 [ 257 ] {6cebc226-fdc5-496c-ac2e-93758240b259} <Debug> TCPHandler: Processed in 0.001549052 sec.
10078 2024.11.22 05:59:41.408426 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362
10079 2024.11.22 05:59:41.428527 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10080 2024.11.22 05:59:41.428593 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10081 2024.11.22 05:59:41.435940 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
10082 2024.11.22 05:59:41.436748 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10083 2024.11.22 05:59:41.439948 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362
10084 2024.11.22 05:59:41.669732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48418, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10085 2024.11.22 05:59:42.365164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59475, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10086 2024.11.22 05:59:42.372544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56296, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10087 2024.11.22 05:59:42.436931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:65253, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10088 2024.11.22 05:59:42.462773 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63100, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10089 2024.11.22 05:59:42.505572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35995, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10090 2024.11.22 05:59:42.506797 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49201, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10091 2024.11.22 05:59:42.519035 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61899, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10092 2024.11.22 05:59:42.782991 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40042, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10093 2024.11.22 05:59:43.290357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46049, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10094 2024.11.22 05:59:43.323751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42515, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10095 2024.11.22 05:59:43.484629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39695, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10096 2024.11.22 05:59:43.568455 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63858, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10097 2024.11.22 05:59:43.603865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47281, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10098 2024.11.22 05:59:43.611308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59234, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10099 2024.11.22 05:59:43.619581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44643, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10100 2024.11.22 05:59:43.663408 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39330, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10101 2024.11.22 05:59:43.970845 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34720, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10102 2024.11.22 05:59:43.996142 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34719, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10103 2024.11.22 05:59:44.134716 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38273, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10104 2024.11.22 05:59:44.144981 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61858, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10105 2024.11.22 05:59:44.284484 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57152, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10106 2024.11.22 05:59:44.313102 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56357, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10107 2024.11.22 05:59:44.330453 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60722, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none)
10108 2024.11.22 05:59:45.132632 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10109 2024.11.22 05:59:45.132905 [ 256 ] {284f5899-b2df-41e3-9f90-a5406ed7a5f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10110 2024.11.22 05:59:45.133002 [ 256 ] {284f5899-b2df-41e3-9f90-a5406ed7a5f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10111 2024.11.22 05:59:45.134317 [ 256 ] {284f5899-b2df-41e3-9f90-a5406ed7a5f8} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10112 2024.11.22 05:59:45.134423 [ 256 ] {284f5899-b2df-41e3-9f90-a5406ed7a5f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10113 2024.11.22 05:59:45.135092 [ 256 ] {284f5899-b2df-41e3-9f90-a5406ed7a5f8} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10114 2024.11.22 05:59:45.135507 [ 256 ] {284f5899-b2df-41e3-9f90-a5406ed7a5f8} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10115 2024.11.22 05:59:45.135852 [ 256 ] {284f5899-b2df-41e3-9f90-a5406ed7a5f8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.003012 sec., 4648.074369189907 rows/sec., 334.60 KiB/sec.
10116 2024.11.22 05:59:45.135984 [ 256 ] {284f5899-b2df-41e3-9f90-a5406ed7a5f8} <Debug> TCPHandler: Processed in 0.003554517 sec.
10117 2024.11.22 05:59:45.136386 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10118 2024.11.22 05:59:45.136581 [ 257 ] {b109ae3c-e9eb-4c8a-8276-0d6d82c3e2c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10119 2024.11.22 05:59:45.136667 [ 257 ] {b109ae3c-e9eb-4c8a-8276-0d6d82c3e2c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10120 2024.11.22 05:59:45.137697 [ 257 ] {b109ae3c-e9eb-4c8a-8276-0d6d82c3e2c2} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10121 2024.11.22 05:59:45.137747 [ 257 ] {b109ae3c-e9eb-4c8a-8276-0d6d82c3e2c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10122 2024.11.22 05:59:45.138255 [ 257 ] {b109ae3c-e9eb-4c8a-8276-0d6d82c3e2c2} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
10123 2024.11.22 05:59:45.138612 [ 257 ] {b109ae3c-e9eb-4c8a-8276-0d6d82c3e2c2} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10124 2024.11.22 05:59:45.138868 [ 101 ] {} <Debug> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
10125 2024.11.22 05:59:45.138913 [ 257 ] {b109ae3c-e9eb-4c8a-8276-0d6d82c3e2c2} <Debug> executeQuery: Read 239 rows, 21.37 KiB in 0.002388 sec., 100083.75209380235 rows/sec., 8.74 MiB/sec.
10126 2024.11.22 05:59:45.138947 [ 101 ] {} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10127 2024.11.22 05:59:45.139021 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10128 2024.11.22 05:59:45.139077 [ 257 ] {b109ae3c-e9eb-4c8a-8276-0d6d82c3e2c2} <Debug> TCPHandler: Processed in 0.002892359 sec.
10129 2024.11.22 05:59:45.139400 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10130 2024.11.22 05:59:45.139432 [ 198 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
10131 2024.11.22 05:59:45.139901 [ 256 ] {f8be1abb-94ce-4638-8953-56193a115516} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10132 2024.11.22 05:59:45.140129 [ 198 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10133 2024.11.22 05:59:45.140188 [ 256 ] {f8be1abb-94ce-4638-8953-56193a115516} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10134 2024.11.22 05:59:45.140328 [ 198 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1436 rows starting from the beginning of the part
10135 2024.11.22 05:59:45.140988 [ 198 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 239 rows starting from the beginning of the part
10136 2024.11.22 05:59:45.141620 [ 198 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1242 rows starting from the beginning of the part
10137 2024.11.22 05:59:45.142000 [ 198 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 239 rows starting from the beginning of the part
10138 2024.11.22 05:59:45.142453 [ 198 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 102 rows starting from the beginning of the part
10139 2024.11.22 05:59:45.142900 [ 198 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 239 rows starting from the beginning of the part
10140 2024.11.22 05:59:45.144503 [ 256 ] {f8be1abb-94ce-4638-8953-56193a115516} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10141 2024.11.22 05:59:45.144591 [ 256 ] {f8be1abb-94ce-4638-8953-56193a115516} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10142 2024.11.22 05:59:45.145999 [ 256 ] {f8be1abb-94ce-4638-8953-56193a115516} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
10143 2024.11.22 05:59:45.146588 [ 256 ] {f8be1abb-94ce-4638-8953-56193a115516} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10144 2024.11.22 05:59:45.146920 [ 256 ] {f8be1abb-94ce-4638-8953-56193a115516} <Debug> executeQuery: Read 25 rows, 1.81 KiB in 0.007263 sec., 3442.1038138510257 rows/sec., 249.15 KiB/sec.
10145 2024.11.22 05:59:45.147078 [ 256 ] {f8be1abb-94ce-4638-8953-56193a115516} <Debug> TCPHandler: Processed in 0.007818302 sec.
10146 2024.11.22 05:59:45.147428 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10147 2024.11.22 05:59:45.147641 [ 257 ] {a573c1c3-82f3-420f-be96-8c4ac72f1df3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10148 2024.11.22 05:59:45.147715 [ 257 ] {a573c1c3-82f3-420f-be96-8c4ac72f1df3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10149 2024.11.22 05:59:45.148340 [ 198 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3497 rows, containing 5 columns (5 merged, 0 gathered) in 0.009145108 sec., 382390.2353039461 rows/sec., 33.65 MiB/sec.
10150 2024.11.22 05:59:45.148883 [ 198 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
10151 2024.11.22 05:59:45.149508 [ 257 ] {a573c1c3-82f3-420f-be96-8c4ac72f1df3} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10152 2024.11.22 05:59:45.149582 [ 257 ] {a573c1c3-82f3-420f-be96-8c4ac72f1df3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10153 2024.11.22 05:59:45.149780 [ 198 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_71_14} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10154 2024.11.22 05:59:45.150060 [ 198 ] {08df4e1d-1fba-47e0-9a8f-1ff6e807de8e::all_1_71_14} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
10155 2024.11.22 05:59:45.150298 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
10156 2024.11.22 05:59:45.150499 [ 257 ] {a573c1c3-82f3-420f-be96-8c4ac72f1df3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
10157 2024.11.22 05:59:45.150894 [ 257 ] {a573c1c3-82f3-420f-be96-8c4ac72f1df3} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10158 2024.11.22 05:59:45.151200 [ 257 ] {a573c1c3-82f3-420f-be96-8c4ac72f1df3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003598 sec., 3891.0505836575876 rows/sec., 272.50 KiB/sec.
10159 2024.11.22 05:59:45.151387 [ 257 ] {a573c1c3-82f3-420f-be96-8c4ac72f1df3} <Debug> TCPHandler: Processed in 0.004096921 sec.
10160 2024.11.22 05:59:45.151672 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10161 2024.11.22 05:59:45.151838 [ 256 ] {85e690ce-b8de-419e-af4c-f6cc34183d34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10162 2024.11.22 05:59:45.151903 [ 256 ] {85e690ce-b8de-419e-af4c-f6cc34183d34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10163 2024.11.22 05:59:45.152669 [ 256 ] {85e690ce-b8de-419e-af4c-f6cc34183d34} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10164 2024.11.22 05:59:45.152720 [ 256 ] {85e690ce-b8de-419e-af4c-f6cc34183d34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10165 2024.11.22 05:59:45.153178 [ 256 ] {85e690ce-b8de-419e-af4c-f6cc34183d34} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10166 2024.11.22 05:59:45.153488 [ 256 ] {85e690ce-b8de-419e-af4c-f6cc34183d34} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10167 2024.11.22 05:59:45.153728 [ 256 ] {85e690ce-b8de-419e-af4c-f6cc34183d34} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001924 sec., 6756.756756756757 rows/sec., 421.28 KiB/sec.
10168 2024.11.22 05:59:45.153896 [ 256 ] {85e690ce-b8de-419e-af4c-f6cc34183d34} <Debug> TCPHandler: Processed in 0.002315763 sec.
10169 2024.11.22 05:59:45.154193 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10170 2024.11.22 05:59:45.154356 [ 257 ] {7f9e4c03-b297-4733-9be6-d76d08034980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10171 2024.11.22 05:59:45.154430 [ 257 ] {7f9e4c03-b297-4733-9be6-d76d08034980} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10172 2024.11.22 05:59:45.155526 [ 257 ] {7f9e4c03-b297-4733-9be6-d76d08034980} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10173 2024.11.22 05:59:45.155579 [ 257 ] {7f9e4c03-b297-4733-9be6-d76d08034980} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10174 2024.11.22 05:59:45.156201 [ 257 ] {7f9e4c03-b297-4733-9be6-d76d08034980} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
10175 2024.11.22 05:59:45.156645 [ 257 ] {7f9e4c03-b297-4733-9be6-d76d08034980} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10176 2024.11.22 05:59:45.156878 [ 101 ] {} <Debug> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
10177 2024.11.22 05:59:45.156936 [ 101 ] {} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10178 2024.11.22 05:59:45.156943 [ 257 ] {7f9e4c03-b297-4733-9be6-d76d08034980} <Debug> executeQuery: Read 400 rows, 29.12 KiB in 0.002622 sec., 152555.30129672005 rows/sec., 10.85 MiB/sec.
10179 2024.11.22 05:59:45.156971 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10180 2024.11.22 05:59:45.157088 [ 257 ] {7f9e4c03-b297-4733-9be6-d76d08034980} <Debug> TCPHandler: Processed in 0.002997221 sec.
10181 2024.11.22 05:59:45.157264 [ 187 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
10182 2024.11.22 05:59:45.157325 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10183 2024.11.22 05:59:45.157553 [ 256 ] {7ef7d0dc-380c-4383-a5e3-e3bc9318144c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10184 2024.11.22 05:59:45.157595 [ 187 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10185 2024.11.22 05:59:45.157657 [ 256 ] {7ef7d0dc-380c-4383-a5e3-e3bc9318144c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10186 2024.11.22 05:59:45.157677 [ 187 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 915 rows starting from the beginning of the part
10187 2024.11.22 05:59:45.158100 [ 187 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 400 rows starting from the beginning of the part
10188 2024.11.22 05:59:45.158550 [ 187 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 543 rows starting from the beginning of the part
10189 2024.11.22 05:59:45.158956 [ 187 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 400 rows starting from the beginning of the part
10190 2024.11.22 05:59:45.159196 [ 187 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 87 rows starting from the beginning of the part
10191 2024.11.22 05:59:45.159660 [ 187 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 400 rows starting from the beginning of the part
10192 2024.11.22 05:59:45.160380 [ 256 ] {7ef7d0dc-380c-4383-a5e3-e3bc9318144c} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10193 2024.11.22 05:59:45.160452 [ 256 ] {7ef7d0dc-380c-4383-a5e3-e3bc9318144c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10194 2024.11.22 05:59:45.161699 [ 256 ] {7ef7d0dc-380c-4383-a5e3-e3bc9318144c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10195 2024.11.22 05:59:45.162444 [ 256 ] {7ef7d0dc-380c-4383-a5e3-e3bc9318144c} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10196 2024.11.22 05:59:45.163129 [ 256 ] {7ef7d0dc-380c-4383-a5e3-e3bc9318144c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005502 sec., 1090.5125408942204 rows/sec., 56.98 KiB/sec.
10197 2024.11.22 05:59:45.164444 [ 256 ] {7ef7d0dc-380c-4383-a5e3-e3bc9318144c} <Debug> TCPHandler: Processed in 0.007209346 sec.
10198 2024.11.22 05:59:45.164524 [ 189 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2745 rows, containing 5 columns (5 merged, 0 gathered) in 0.007410601 sec., 370415.3009992037 rows/sec., 28.26 MiB/sec.
10199 2024.11.22 05:59:45.164686 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10200 2024.11.22 05:59:45.164853 [ 257 ] {ae324f03-9866-4931-8a02-9a1e23beca21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10201 2024.11.22 05:59:45.164855 [ 188 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
10202 2024.11.22 05:59:45.164935 [ 257 ] {ae324f03-9866-4931-8a02-9a1e23beca21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10203 2024.11.22 05:59:45.165393 [ 188 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_71_14} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10204 2024.11.22 05:59:45.165524 [ 188 ] {c38c19ad-061d-4855-a5e1-de3fcf888c90::all_1_71_14} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
10205 2024.11.22 05:59:45.165667 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB.
10206 2024.11.22 05:59:45.165873 [ 257 ] {ae324f03-9866-4931-8a02-9a1e23beca21} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10207 2024.11.22 05:59:45.165918 [ 257 ] {ae324f03-9866-4931-8a02-9a1e23beca21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10208 2024.11.22 05:59:45.166442 [ 257 ] {ae324f03-9866-4931-8a02-9a1e23beca21} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
10209 2024.11.22 05:59:45.166779 [ 257 ] {ae324f03-9866-4931-8a02-9a1e23beca21} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10210 2024.11.22 05:59:45.166959 [ 101 ] {} <Debug> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
10211 2024.11.22 05:59:45.167010 [ 257 ] {ae324f03-9866-4931-8a02-9a1e23beca21} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0022 sec., 107727.27272727272 rows/sec., 7.22 MiB/sec.
10212 2024.11.22 05:59:45.167015 [ 101 ] {} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10213 2024.11.22 05:59:45.167076 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10214 2024.11.22 05:59:45.167104 [ 257 ] {ae324f03-9866-4931-8a02-9a1e23beca21} <Debug> TCPHandler: Processed in 0.002498328 sec.
10215 2024.11.22 05:59:45.167359 [ 196 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
10216 2024.11.22 05:59:45.167412 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10217 2024.11.22 05:59:45.167834 [ 256 ] {549c3e52-471c-45db-9793-3556ab112b10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10218 2024.11.22 05:59:45.167850 [ 196 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10219 2024.11.22 05:59:45.168014 [ 196 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20804 rows starting from the beginning of the part
10220 2024.11.22 05:59:45.168028 [ 256 ] {549c3e52-471c-45db-9793-3556ab112b10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10221 2024.11.22 05:59:45.168624 [ 196 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 237 rows starting from the beginning of the part
10222 2024.11.22 05:59:45.169243 [ 196 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 880 rows starting from the beginning of the part
10223 2024.11.22 05:59:45.169997 [ 196 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 237 rows starting from the beginning of the part
10224 2024.11.22 05:59:45.170567 [ 196 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part
10225 2024.11.22 05:59:45.170831 [ 196 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 237 rows starting from the beginning of the part
10226 2024.11.22 05:59:45.171568 [ 256 ] {549c3e52-471c-45db-9793-3556ab112b10} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10227 2024.11.22 05:59:45.171617 [ 256 ] {549c3e52-471c-45db-9793-3556ab112b10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10228 2024.11.22 05:59:45.172217 [ 256 ] {549c3e52-471c-45db-9793-3556ab112b10} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10229 2024.11.22 05:59:45.172583 [ 256 ] {549c3e52-471c-45db-9793-3556ab112b10} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10230 2024.11.22 05:59:45.172770 [ 101 ] {} <Debug> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0
10231 2024.11.22 05:59:45.172822 [ 101 ] {} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10232 2024.11.22 05:59:45.172858 [ 256 ] {549c3e52-471c-45db-9793-3556ab112b10} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005161 sec., 193.7608990505716 rows/sec., 13.06 KiB/sec.
10233 2024.11.22 05:59:45.172864 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10234 2024.11.22 05:59:45.173351 [ 256 ] {549c3e52-471c-45db-9793-3556ab112b10} <Debug> TCPHandler: Processed in 0.006018154 sec.
10235 2024.11.22 05:59:45.173385 [ 189 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full
10236 2024.11.22 05:59:45.173789 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10237 2024.11.22 05:59:45.174362 [ 189 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10238 2024.11.22 05:59:45.174434 [ 257 ] {55795d6f-3bf0-4cc9-a436-e4a19818cd56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10239 2024.11.22 05:59:45.174596 [ 189 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 30 rows starting from the beginning of the part
10240 2024.11.22 05:59:45.175081 [ 189 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part
10241 2024.11.22 05:59:45.175141 [ 257 ] {55795d6f-3bf0-4cc9-a436-e4a19818cd56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10242 2024.11.22 05:59:45.175537 [ 189 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part
10243 2024.11.22 05:59:45.175966 [ 189 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part
10244 2024.11.22 05:59:45.176365 [ 189 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part
10245 2024.11.22 05:59:45.176822 [ 189 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part
10246 2024.11.22 05:59:45.180317 [ 200 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 4 columns (4 merged, 0 gathered) in 0.007288838 sec., 4801.862793493284 rows/sec., 323.03 KiB/sec.
10247 2024.11.22 05:59:45.180567 [ 200 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary)
10248 2024.11.22 05:59:45.181255 [ 257 ] {55795d6f-3bf0-4cc9-a436-e4a19818cd56} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10249 2024.11.22 05:59:45.181300 [ 200 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_35_7} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10250 2024.11.22 05:59:45.181396 [ 257 ] {55795d6f-3bf0-4cc9-a436-e4a19818cd56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10251 2024.11.22 05:59:45.181504 [ 200 ] {47fadcc9-f993-425c-864c-24e9e47a2248::all_1_35_7} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7
10252 2024.11.22 05:59:45.181645 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10253 2024.11.22 05:59:45.182382 [ 257 ] {55795d6f-3bf0-4cc9-a436-e4a19818cd56} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
10254 2024.11.22 05:59:45.182913 [ 257 ] {55795d6f-3bf0-4cc9-a436-e4a19818cd56} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10255 2024.11.22 05:59:45.183650 [ 257 ] {55795d6f-3bf0-4cc9-a436-e4a19818cd56} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.009455 sec., 1903.7546271813856 rows/sec., 3.41 MiB/sec.
10256 2024.11.22 05:59:45.183907 [ 257 ] {55795d6f-3bf0-4cc9-a436-e4a19818cd56} <Debug> TCPHandler: Processed in 0.010351172 sec.
10257 2024.11.22 05:59:45.184258 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10258 2024.11.22 05:59:45.184439 [ 256 ] {c08ec947-648d-4f2d-8a81-6b7429c53aec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10259 2024.11.22 05:59:45.184559 [ 256 ] {c08ec947-648d-4f2d-8a81-6b7429c53aec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10260 2024.11.22 05:59:45.185275 [ 196 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22555 rows, containing 5 columns (5 merged, 0 gathered) in 0.018049831 sec., 1249596.1873548843 rows/sec., 84.43 MiB/sec.
10261 2024.11.22 05:59:45.185365 [ 256 ] {c08ec947-648d-4f2d-8a81-6b7429c53aec} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10262 2024.11.22 05:59:45.185405 [ 256 ] {c08ec947-648d-4f2d-8a81-6b7429c53aec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10263 2024.11.22 05:59:45.185703 [ 196 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
10264 2024.11.22 05:59:45.185906 [ 256 ] {c08ec947-648d-4f2d-8a81-6b7429c53aec} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
10265 2024.11.22 05:59:45.186148 [ 196 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10266 2024.11.22 05:59:45.186248 [ 256 ] {c08ec947-648d-4f2d-8a81-6b7429c53aec} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10267 2024.11.22 05:59:45.186305 [ 196 ] {ff8afe02-9df6-47a2-8081-751390795547::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
10268 2024.11.22 05:59:45.186429 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB.
10269 2024.11.22 05:59:45.186510 [ 101 ] {} <Debug> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
10270 2024.11.22 05:59:45.186576 [ 101 ] {} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10271 2024.11.22 05:59:45.186583 [ 256 ] {c08ec947-648d-4f2d-8a81-6b7429c53aec} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002206 sec., 37171.3508612874 rows/sec., 2.36 MiB/sec.
10272 2024.11.22 05:59:45.186614 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10273 2024.11.22 05:59:45.186677 [ 256 ] {c08ec947-648d-4f2d-8a81-6b7429c53aec} <Debug> TCPHandler: Processed in 0.00254372 sec.
10274 2024.11.22 05:59:45.186908 [ 194 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
10275 2024.11.22 05:59:45.187134 [ 194 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10276 2024.11.22 05:59:45.187201 [ 194 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4486 rows starting from the beginning of the part
10277 2024.11.22 05:59:45.187323 [ 194 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 82 rows starting from the beginning of the part
10278 2024.11.22 05:59:45.187478 [ 194 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part
10279 2024.11.22 05:59:45.187655 [ 194 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 82 rows starting from the beginning of the part
10280 2024.11.22 05:59:45.187792 [ 194 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part
10281 2024.11.22 05:59:45.188008 [ 194 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 82 rows starting from the beginning of the part
10282 2024.11.22 05:59:45.190617 [ 193 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4852 rows, containing 4 columns (4 merged, 0 gathered) in 0.003886036 sec., 1248573.0960804275 rows/sec., 81.34 MiB/sec.
10283 2024.11.22 05:59:45.191020 [ 193 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
10284 2024.11.22 05:59:45.191369 [ 193 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_71_14} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10285 2024.11.22 05:59:45.191474 [ 193 ] {6c78f93c-6379-4d56-ad09-97fa99beffe1::all_1_71_14} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
10286 2024.11.22 05:59:45.191576 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB.
10287 2024.11.22 05:59:47.324179 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509
10288 2024.11.22 05:59:47.324865 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10289 2024.11.22 05:59:47.324915 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10290 2024.11.22 05:59:47.325456 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
10291 2024.11.22 05:59:47.325716 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10292 2024.11.22 05:59:47.326011 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509
10293 2024.11.22 05:59:48.940012 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370
10294 2024.11.22 05:59:48.960515 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10295 2024.11.22 05:59:48.960573 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10296 2024.11.22 05:59:48.967893 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
10297 2024.11.22 05:59:48.968689 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10298 2024.11.22 05:59:48.973075 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370
10299 2024.11.22 05:59:49.939431 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1412
10300 2024.11.22 05:59:49.942797 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10301 2024.11.22 05:59:49.942852 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10302 2024.11.22 05:59:49.944371 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10303 2024.11.22 05:59:49.944699 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10304 2024.11.22 05:59:49.944933 [ 26 ] {} <Debug> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
10305 2024.11.22 05:59:49.945079 [ 26 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10306 2024.11.22 05:59:49.945143 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10307 2024.11.22 05:59:49.945676 [ 197 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::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
10308 2024.11.22 05:59:49.947934 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1412
10309 2024.11.22 05:59:49.948256 [ 197 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10310 2024.11.22 05:59:49.948458 [ 197 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1234 rows starting from the beginning of the part
10311 2024.11.22 05:59:49.948998 [ 197 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 38 rows starting from the beginning of the part
10312 2024.11.22 05:59:49.949492 [ 197 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 36 rows starting from the beginning of the part
10313 2024.11.22 05:59:49.949970 [ 197 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 34 rows starting from the beginning of the part
10314 2024.11.22 05:59:49.950475 [ 197 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 36 rows starting from the beginning of the part
10315 2024.11.22 05:59:49.950953 [ 197 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 34 rows starting from the beginning of the part
10316 2024.11.22 05:59:49.959650 [ 194 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1412 rows, containing 72 columns (72 merged, 0 gathered) in 0.01435471 sec., 98364.92691249074 rows/sec., 77.03 MiB/sec.
10317 2024.11.22 05:59:49.961722 [ 192 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
10318 2024.11.22 05:59:49.962586 [ 192 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_36_7} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10319 2024.11.22 05:59:49.962683 [ 192 ] {555082ca-555d-45fa-8d8e-d189f7e4b1fc::all_1_36_7} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
10320 2024.11.22 05:59:49.963047 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB.
10321 2024.11.22 05:59:50.121459 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10322 2024.11.22 05:59:50.121628 [ 256 ] {0e276df2-2d25-49c9-a98b-e4ffbaf3a266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10323 2024.11.22 05:59:50.121697 [ 256 ] {0e276df2-2d25-49c9-a98b-e4ffbaf3a266} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10324 2024.11.22 05:59:50.122485 [ 256 ] {0e276df2-2d25-49c9-a98b-e4ffbaf3a266} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10325 2024.11.22 05:59:50.122533 [ 256 ] {0e276df2-2d25-49c9-a98b-e4ffbaf3a266} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10326 2024.11.22 05:59:50.122960 [ 256 ] {0e276df2-2d25-49c9-a98b-e4ffbaf3a266} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
10327 2024.11.22 05:59:50.123221 [ 256 ] {0e276df2-2d25-49c9-a98b-e4ffbaf3a266} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10328 2024.11.22 05:59:50.123487 [ 256 ] {0e276df2-2d25-49c9-a98b-e4ffbaf3a266} <Debug> executeQuery: Read 102 rows, 8.82 KiB in 0.001907 sec., 53487.15259570005 rows/sec., 4.52 MiB/sec.
10329 2024.11.22 05:59:50.123589 [ 256 ] {0e276df2-2d25-49c9-a98b-e4ffbaf3a266} <Debug> TCPHandler: Processed in 0.002252781 sec.
10330 2024.11.22 05:59:50.123839 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10331 2024.11.22 05:59:50.124026 [ 257 ] {da8ef119-da7d-4d9d-b95d-614c27d87f48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10332 2024.11.22 05:59:50.124086 [ 257 ] {da8ef119-da7d-4d9d-b95d-614c27d87f48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10333 2024.11.22 05:59:50.124776 [ 257 ] {da8ef119-da7d-4d9d-b95d-614c27d87f48} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10334 2024.11.22 05:59:50.124817 [ 257 ] {da8ef119-da7d-4d9d-b95d-614c27d87f48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10335 2024.11.22 05:59:50.125177 [ 257 ] {da8ef119-da7d-4d9d-b95d-614c27d87f48} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
10336 2024.11.22 05:59:50.125414 [ 257 ] {da8ef119-da7d-4d9d-b95d-614c27d87f48} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10337 2024.11.22 05:59:50.125628 [ 257 ] {da8ef119-da7d-4d9d-b95d-614c27d87f48} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001636 sec., 14058.679706601466 rows/sec., 1.03 MiB/sec.
10338 2024.11.22 05:59:50.125679 [ 257 ] {da8ef119-da7d-4d9d-b95d-614c27d87f48} <Debug> TCPHandler: Processed in 0.001973494 sec.
10339 2024.11.22 05:59:50.125818 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10340 2024.11.22 05:59:50.125946 [ 256 ] {693f5a8a-36e0-4251-bd82-da61a21095e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10341 2024.11.22 05:59:50.126028 [ 256 ] {693f5a8a-36e0-4251-bd82-da61a21095e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10342 2024.11.22 05:59:50.126718 [ 256 ] {693f5a8a-36e0-4251-bd82-da61a21095e0} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10343 2024.11.22 05:59:50.126757 [ 256 ] {693f5a8a-36e0-4251-bd82-da61a21095e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10344 2024.11.22 05:59:50.127114 [ 256 ] {693f5a8a-36e0-4251-bd82-da61a21095e0} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
10345 2024.11.22 05:59:50.127358 [ 256 ] {693f5a8a-36e0-4251-bd82-da61a21095e0} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10346 2024.11.22 05:59:50.127592 [ 256 ] {693f5a8a-36e0-4251-bd82-da61a21095e0} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001672 sec., 52033.4928229665 rows/sec., 4.06 MiB/sec.
10347 2024.11.22 05:59:50.127662 [ 256 ] {693f5a8a-36e0-4251-bd82-da61a21095e0} <Debug> TCPHandler: Processed in 0.001907402 sec.
10348 2024.11.22 05:59:50.127846 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10349 2024.11.22 05:59:50.127984 [ 257 ] {abb5cb91-367e-45a0-ad70-c67d2c2b2451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10350 2024.11.22 05:59:50.128043 [ 257 ] {abb5cb91-367e-45a0-ad70-c67d2c2b2451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10351 2024.11.22 05:59:50.128647 [ 257 ] {abb5cb91-367e-45a0-ad70-c67d2c2b2451} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10352 2024.11.22 05:59:50.128683 [ 257 ] {abb5cb91-367e-45a0-ad70-c67d2c2b2451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10353 2024.11.22 05:59:50.129063 [ 257 ] {abb5cb91-367e-45a0-ad70-c67d2c2b2451} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
10354 2024.11.22 05:59:50.129291 [ 257 ] {abb5cb91-367e-45a0-ad70-c67d2c2b2451} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10355 2024.11.22 05:59:50.129495 [ 257 ] {abb5cb91-367e-45a0-ad70-c67d2c2b2451} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001539 sec., 103963.61273554256 rows/sec., 7.24 MiB/sec.
10356 2024.11.22 05:59:50.129544 [ 257 ] {abb5cb91-367e-45a0-ad70-c67d2c2b2451} <Debug> TCPHandler: Processed in 0.001783849 sec.
10357 2024.11.22 05:59:50.129679 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10358 2024.11.22 05:59:50.129785 [ 256 ] {1e3020e8-1a9e-4148-abfa-2c28fd9f77ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10359 2024.11.22 05:59:50.129852 [ 256 ] {1e3020e8-1a9e-4148-abfa-2c28fd9f77ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10360 2024.11.22 05:59:50.130943 [ 256 ] {1e3020e8-1a9e-4148-abfa-2c28fd9f77ae} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10361 2024.11.22 05:59:50.130981 [ 256 ] {1e3020e8-1a9e-4148-abfa-2c28fd9f77ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10362 2024.11.22 05:59:50.131646 [ 256 ] {1e3020e8-1a9e-4148-abfa-2c28fd9f77ae} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
10363 2024.11.22 05:59:50.131906 [ 256 ] {1e3020e8-1a9e-4148-abfa-2c28fd9f77ae} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10364 2024.11.22 05:59:50.132151 [ 256 ] {1e3020e8-1a9e-4148-abfa-2c28fd9f77ae} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002387 sec., 9635.525764558024 rows/sec., 17.27 MiB/sec.
10365 2024.11.22 05:59:50.132258 [ 256 ] {1e3020e8-1a9e-4148-abfa-2c28fd9f77ae} <Debug> TCPHandler: Processed in 0.002628891 sec.
10366 2024.11.22 05:59:50.132396 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10367 2024.11.22 05:59:50.132505 [ 257 ] {2f4813bc-ff8f-43a9-964c-143b3e288b3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10368 2024.11.22 05:59:50.132550 [ 257 ] {2f4813bc-ff8f-43a9-964c-143b3e288b3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10369 2024.11.22 05:59:50.132992 [ 257 ] {2f4813bc-ff8f-43a9-964c-143b3e288b3f} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10370 2024.11.22 05:59:50.133029 [ 257 ] {2f4813bc-ff8f-43a9-964c-143b3e288b3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10371 2024.11.22 05:59:50.133385 [ 257 ] {2f4813bc-ff8f-43a9-964c-143b3e288b3f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
10372 2024.11.22 05:59:50.133626 [ 257 ] {2f4813bc-ff8f-43a9-964c-143b3e288b3f} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10373 2024.11.22 05:59:50.133835 [ 257 ] {2f4813bc-ff8f-43a9-964c-143b3e288b3f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001351 sec., 44411.54700222058 rows/sec., 2.99 MiB/sec.
10374 2024.11.22 05:59:50.133884 [ 257 ] {2f4813bc-ff8f-43a9-964c-143b3e288b3f} <Debug> TCPHandler: Processed in 0.001539941 sec.
10375 2024.11.22 05:59:54.667534 [ 24 ] {} <Debug> DNSResolver: Updating DNS cache
10376 2024.11.22 05:59:54.667604 [ 24 ] {} <Debug> DNSResolver: Updated DNS cache
10377 2024.11.22 05:59:54.826185 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936
10378 2024.11.22 05:59:54.827084 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10379 2024.11.22 05:59:54.827140 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10380 2024.11.22 05:59:54.827678 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
10381 2024.11.22 05:59:54.827935 [ 244 ] {} <Trace> system.asynchronous_metric_log (8a95e18d-86d4-4160-bfca-99d57ddc2526): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10382 2024.11.22 05:59:54.828227 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936
10383 2024.11.22 05:59:55.126115 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10384 2024.11.22 05:59:55.126522 [ 256 ] {c357f217-f69f-47a2-94c8-93fbedecb001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10385 2024.11.22 05:59:55.126600 [ 256 ] {c357f217-f69f-47a2-94c8-93fbedecb001} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10386 2024.11.22 05:59:55.127369 [ 256 ] {c357f217-f69f-47a2-94c8-93fbedecb001} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10387 2024.11.22 05:59:55.127427 [ 256 ] {c357f217-f69f-47a2-94c8-93fbedecb001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10388 2024.11.22 05:59:55.127882 [ 256 ] {c357f217-f69f-47a2-94c8-93fbedecb001} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10389 2024.11.22 05:59:55.128164 [ 256 ] {c357f217-f69f-47a2-94c8-93fbedecb001} <Trace> oximeter.fields_i16 (391ba2cd-f01c-474c-ae39-7efb7135e1de): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10390 2024.11.22 05:59:55.128408 [ 256 ] {c357f217-f69f-47a2-94c8-93fbedecb001} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001938 sec., 7223.942208462332 rows/sec., 520.03 KiB/sec.
10391 2024.11.22 05:59:55.128479 [ 256 ] {c357f217-f69f-47a2-94c8-93fbedecb001} <Debug> TCPHandler: Processed in 0.002495848 sec.
10392 2024.11.22 05:59:55.128670 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10393 2024.11.22 05:59:55.128814 [ 257 ] {6ff0bd29-6a01-459d-ae31-aa0cba8d21f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10394 2024.11.22 05:59:55.128865 [ 257 ] {6ff0bd29-6a01-459d-ae31-aa0cba8d21f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10395 2024.11.22 05:59:55.129563 [ 257 ] {6ff0bd29-6a01-459d-ae31-aa0cba8d21f3} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10396 2024.11.22 05:59:55.129607 [ 257 ] {6ff0bd29-6a01-459d-ae31-aa0cba8d21f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10397 2024.11.22 05:59:55.130010 [ 257 ] {6ff0bd29-6a01-459d-ae31-aa0cba8d21f3} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
10398 2024.11.22 05:59:55.130256 [ 257 ] {6ff0bd29-6a01-459d-ae31-aa0cba8d21f3} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10399 2024.11.22 05:59:55.130496 [ 257 ] {6ff0bd29-6a01-459d-ae31-aa0cba8d21f3} <Debug> executeQuery: Read 239 rows, 21.37 KiB in 0.00171 sec., 139766.08187134503 rows/sec., 12.21 MiB/sec.
10400 2024.11.22 05:59:55.130600 [ 257 ] {6ff0bd29-6a01-459d-ae31-aa0cba8d21f3} <Debug> TCPHandler: Processed in 0.002000254 sec.
10401 2024.11.22 05:59:55.130821 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10402 2024.11.22 05:59:55.130983 [ 256 ] {a3642d11-8124-4538-995b-ec44bad7c5da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10403 2024.11.22 05:59:55.131041 [ 256 ] {a3642d11-8124-4538-995b-ec44bad7c5da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10404 2024.11.22 05:59:55.131723 [ 256 ] {a3642d11-8124-4538-995b-ec44bad7c5da} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10405 2024.11.22 05:59:55.131772 [ 256 ] {a3642d11-8124-4538-995b-ec44bad7c5da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10406 2024.11.22 05:59:55.132136 [ 256 ] {a3642d11-8124-4538-995b-ec44bad7c5da} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
10407 2024.11.22 05:59:55.132382 [ 256 ] {a3642d11-8124-4538-995b-ec44bad7c5da} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10408 2024.11.22 05:59:55.132558 [ 42 ] {} <Debug> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
10409 2024.11.22 05:59:55.132623 [ 256 ] {a3642d11-8124-4538-995b-ec44bad7c5da} <Debug> executeQuery: Read 25 rows, 1.81 KiB in 0.001671 sec., 14961.101137043686 rows/sec., 1.06 MiB/sec.
10410 2024.11.22 05:59:55.132651 [ 42 ] {} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10411 2024.11.22 05:59:55.132714 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10412 2024.11.22 05:59:55.132751 [ 256 ] {a3642d11-8124-4538-995b-ec44bad7c5da} <Debug> TCPHandler: Processed in 0.002024095 sec.
10413 2024.11.22 05:59:55.133040 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10414 2024.11.22 05:59:55.133086 [ 190 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
10415 2024.11.22 05:59:55.133651 [ 190 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10416 2024.11.22 05:59:55.133687 [ 257 ] {16544c65-4133-470d-964a-e4a53ecdf7cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10417 2024.11.22 05:59:55.133780 [ 190 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 66 rows starting from the beginning of the part
10418 2024.11.22 05:59:55.134173 [ 190 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 25 rows starting from the beginning of the part
10419 2024.11.22 05:59:55.134272 [ 257 ] {16544c65-4133-470d-964a-e4a53ecdf7cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10420 2024.11.22 05:59:55.134518 [ 190 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 23 rows starting from the beginning of the part
10421 2024.11.22 05:59:55.134834 [ 190 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 25 rows starting from the beginning of the part
10422 2024.11.22 05:59:55.135149 [ 190 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 23 rows starting from the beginning of the part
10423 2024.11.22 05:59:55.135508 [ 190 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 25 rows starting from the beginning of the part
10424 2024.11.22 05:59:55.137056 [ 257 ] {16544c65-4133-470d-964a-e4a53ecdf7cb} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10425 2024.11.22 05:59:55.137123 [ 257 ] {16544c65-4133-470d-964a-e4a53ecdf7cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10426 2024.11.22 05:59:55.138109 [ 257 ] {16544c65-4133-470d-964a-e4a53ecdf7cb} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
10427 2024.11.22 05:59:55.138487 [ 194 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 5 columns (5 merged, 0 gathered) in 0.005657873 sec., 33051.28976914116 rows/sec., 2.49 MiB/sec.
10428 2024.11.22 05:59:55.138640 [ 257 ] {16544c65-4133-470d-964a-e4a53ecdf7cb} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10429 2024.11.22 05:59:55.138740 [ 194 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
10430 2024.11.22 05:59:55.138901 [ 42 ] {} <Debug> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0
10431 2024.11.22 05:59:55.138999 [ 42 ] {} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10432 2024.11.22 05:59:55.139068 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10433 2024.11.22 05:59:55.139173 [ 257 ] {16544c65-4133-470d-964a-e4a53ecdf7cb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005784 sec., 2420.470262793914 rows/sec., 169.51 KiB/sec.
10434 2024.11.22 05:59:55.139568 [ 194 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_71_14} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10435 2024.11.22 05:59:55.139583 [ 257 ] {16544c65-4133-470d-964a-e4a53ecdf7cb} <Debug> TCPHandler: Processed in 0.006708682 sec.
10436 2024.11.22 05:59:55.139587 [ 191 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full
10437 2024.11.22 05:59:55.139820 [ 194 ] {8496d291-aa9c-4add-be7f-a2b2a46ec103::all_1_71_14} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
10438 2024.11.22 05:59:55.139879 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10439 2024.11.22 05:59:55.140065 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
10440 2024.11.22 05:59:55.140089 [ 191 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10441 2024.11.22 05:59:55.140203 [ 191 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 243 rows starting from the beginning of the part
10442 2024.11.22 05:59:55.140236 [ 256 ] {d68d2f29-bb29-439a-8d6d-9d9e352f1d14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10443 2024.11.22 05:59:55.140464 [ 191 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part
10444 2024.11.22 05:59:55.140480 [ 256 ] {d68d2f29-bb29-439a-8d6d-9d9e352f1d14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10445 2024.11.22 05:59:55.140832 [ 191 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 228 rows starting from the beginning of the part
10446 2024.11.22 05:59:55.141133 [ 191 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part
10447 2024.11.22 05:59:55.141401 [ 191 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part
10448 2024.11.22 05:59:55.141730 [ 191 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part
10449 2024.11.22 05:59:55.143246 [ 256 ] {d68d2f29-bb29-439a-8d6d-9d9e352f1d14} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10450 2024.11.22 05:59:55.143346 [ 256 ] {d68d2f29-bb29-439a-8d6d-9d9e352f1d14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10451 2024.11.22 05:59:55.144346 [ 256 ] {d68d2f29-bb29-439a-8d6d-9d9e352f1d14} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10452 2024.11.22 05:59:55.144777 [ 199 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.00554417 sec., 95054.80531801874 rows/sec., 6.81 MiB/sec.
10453 2024.11.22 05:59:55.144875 [ 256 ] {d68d2f29-bb29-439a-8d6d-9d9e352f1d14} <Trace> oximeter.fields_u8 (2b5e6e37-90a6-42ee-8985-3eb257de5886): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10454 2024.11.22 05:59:55.145041 [ 199 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary)
10455 2024.11.22 05:59:55.145344 [ 256 ] {d68d2f29-bb29-439a-8d6d-9d9e352f1d14} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005191 sec., 2504.3344249662878 rows/sec., 156.14 KiB/sec.
10456 2024.11.22 05:59:55.145500 [ 256 ] {d68d2f29-bb29-439a-8d6d-9d9e352f1d14} <Debug> TCPHandler: Processed in 0.005784307 sec.
10457 2024.11.22 05:59:55.145689 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10458 2024.11.22 05:59:55.145735 [ 199 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_45_9} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10459 2024.11.22 05:59:55.145901 [ 199 ] {83830c52-a49a-4c88-a39b-38990e0224d3::all_1_45_9} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9
10460 2024.11.22 05:59:55.145925 [ 257 ] {288c8d3b-b195-4a2b-b6f1-212b8b17ed1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10461 2024.11.22 05:59:55.146041 [ 257 ] {288c8d3b-b195-4a2b-b6f1-212b8b17ed1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10462 2024.11.22 05:59:55.146059 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
10463 2024.11.22 05:59:55.146935 [ 257 ] {288c8d3b-b195-4a2b-b6f1-212b8b17ed1f} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10464 2024.11.22 05:59:55.146978 [ 257 ] {288c8d3b-b195-4a2b-b6f1-212b8b17ed1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10465 2024.11.22 05:59:55.147365 [ 257 ] {288c8d3b-b195-4a2b-b6f1-212b8b17ed1f} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
10466 2024.11.22 05:59:55.147608 [ 257 ] {288c8d3b-b195-4a2b-b6f1-212b8b17ed1f} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10467 2024.11.22 05:59:55.147823 [ 257 ] {288c8d3b-b195-4a2b-b6f1-212b8b17ed1f} <Debug> executeQuery: Read 400 rows, 29.12 KiB in 0.001967 sec., 203355.36349771224 rows/sec., 14.46 MiB/sec.
10468 2024.11.22 05:59:55.147877 [ 257 ] {288c8d3b-b195-4a2b-b6f1-212b8b17ed1f} <Debug> TCPHandler: Processed in 0.002269112 sec.
10469 2024.11.22 05:59:55.148042 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10470 2024.11.22 05:59:55.148171 [ 256 ] {9cd02134-b59f-4aef-b874-683ef67d8d6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10471 2024.11.22 05:59:55.148228 [ 256 ] {9cd02134-b59f-4aef-b874-683ef67d8d6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10472 2024.11.22 05:59:55.148755 [ 256 ] {9cd02134-b59f-4aef-b874-683ef67d8d6f} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10473 2024.11.22 05:59:55.148802 [ 256 ] {9cd02134-b59f-4aef-b874-683ef67d8d6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10474 2024.11.22 05:59:55.149162 [ 256 ] {9cd02134-b59f-4aef-b874-683ef67d8d6f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10475 2024.11.22 05:59:55.149413 [ 256 ] {9cd02134-b59f-4aef-b874-683ef67d8d6f} <Trace> oximeter.measurements_bool (3088f234-37fd-4cf3-bfdc-c943a18ab48e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10476 2024.11.22 05:59:55.149639 [ 256 ] {9cd02134-b59f-4aef-b874-683ef67d8d6f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001496 sec., 4010.6951871657757 rows/sec., 209.54 KiB/sec.
10477 2024.11.22 05:59:55.149691 [ 256 ] {9cd02134-b59f-4aef-b874-683ef67d8d6f} <Debug> TCPHandler: Processed in 0.001711216 sec.
10478 2024.11.22 05:59:55.149838 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10479 2024.11.22 05:59:55.149966 [ 257 ] {f93fc708-45c7-4df5-b1d6-6736c5e5ea2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10480 2024.11.22 05:59:55.150024 [ 257 ] {f93fc708-45c7-4df5-b1d6-6736c5e5ea2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10481 2024.11.22 05:59:55.150653 [ 257 ] {f93fc708-45c7-4df5-b1d6-6736c5e5ea2b} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10482 2024.11.22 05:59:55.150698 [ 257 ] {f93fc708-45c7-4df5-b1d6-6736c5e5ea2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10483 2024.11.22 05:59:55.151105 [ 257 ] {f93fc708-45c7-4df5-b1d6-6736c5e5ea2b} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
10484 2024.11.22 05:59:55.151350 [ 257 ] {f93fc708-45c7-4df5-b1d6-6736c5e5ea2b} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10485 2024.11.22 05:59:55.151592 [ 257 ] {f93fc708-45c7-4df5-b1d6-6736c5e5ea2b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001651 sec., 143549.36402180497 rows/sec., 9.62 MiB/sec.
10486 2024.11.22 05:59:55.151672 [ 257 ] {f93fc708-45c7-4df5-b1d6-6736c5e5ea2b} <Debug> TCPHandler: Processed in 0.001897922 sec.
10487 2024.11.22 05:59:55.151886 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10488 2024.11.22 05:59:55.152188 [ 256 ] {f2bfe44b-06fe-474a-9920-22018bc7c50d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10489 2024.11.22 05:59:55.152262 [ 256 ] {f2bfe44b-06fe-474a-9920-22018bc7c50d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10490 2024.11.22 05:59:55.152784 [ 256 ] {f2bfe44b-06fe-474a-9920-22018bc7c50d} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10491 2024.11.22 05:59:55.152824 [ 256 ] {f2bfe44b-06fe-474a-9920-22018bc7c50d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10492 2024.11.22 05:59:55.153177 [ 256 ] {f2bfe44b-06fe-474a-9920-22018bc7c50d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10493 2024.11.22 05:59:55.153421 [ 256 ] {f2bfe44b-06fe-474a-9920-22018bc7c50d} <Trace> oximeter.measurements_f64 (47fadcc9-f993-425c-864c-24e9e47a2248): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10494 2024.11.22 05:59:55.153632 [ 256 ] {f2bfe44b-06fe-474a-9920-22018bc7c50d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001547 sec., 646.4124111182934 rows/sec., 43.56 KiB/sec.
10495 2024.11.22 05:59:55.153687 [ 256 ] {f2bfe44b-06fe-474a-9920-22018bc7c50d} <Debug> TCPHandler: Processed in 0.001926322 sec.
10496 2024.11.22 05:59:55.153846 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10497 2024.11.22 05:59:55.153987 [ 257 ] {0d42f2e7-104c-42ca-bb36-fa8331ff3d86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10498 2024.11.22 05:59:55.154069 [ 257 ] {0d42f2e7-104c-42ca-bb36-fa8331ff3d86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10499 2024.11.22 05:59:55.155301 [ 257 ] {0d42f2e7-104c-42ca-bb36-fa8331ff3d86} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10500 2024.11.22 05:59:55.155343 [ 257 ] {0d42f2e7-104c-42ca-bb36-fa8331ff3d86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10501 2024.11.22 05:59:55.156004 [ 257 ] {0d42f2e7-104c-42ca-bb36-fa8331ff3d86} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
10502 2024.11.22 05:59:55.156322 [ 257 ] {0d42f2e7-104c-42ca-bb36-fa8331ff3d86} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10503 2024.11.22 05:59:55.156532 [ 42 ] {} <Debug> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
10504 2024.11.22 05:59:55.156610 [ 42 ] {} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10505 2024.11.22 05:59:55.156639 [ 257 ] {0d42f2e7-104c-42ca-bb36-fa8331ff3d86} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.002672 sec., 6736.526946107785 rows/sec., 12.07 MiB/sec.
10506 2024.11.22 05:59:55.156659 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10507 2024.11.22 05:59:55.157109 [ 186 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
10508 2024.11.22 05:59:55.157535 [ 257 ] {0d42f2e7-104c-42ca-bb36-fa8331ff3d86} <Debug> TCPHandler: Processed in 0.003750322 sec.
10509 2024.11.22 05:59:55.158089 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10510 2024.11.22 05:59:55.158609 [ 256 ] {fa84b62e-8266-494c-8860-251148e789e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10511 2024.11.22 05:59:55.158825 [ 256 ] {fa84b62e-8266-494c-8860-251148e789e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10512 2024.11.22 05:59:55.158856 [ 186 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10513 2024.11.22 05:59:55.159390 [ 186 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1268 rows starting from the beginning of the part
10514 2024.11.22 05:59:55.160740 [ 186 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 18 rows starting from the beginning of the part
10515 2024.11.22 05:59:55.161222 [ 186 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 23 rows starting from the beginning of the part
10516 2024.11.22 05:59:55.162012 [ 186 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 18 rows starting from the beginning of the part
10517 2024.11.22 05:59:55.162132 [ 256 ] {fa84b62e-8266-494c-8860-251148e789e8} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10518 2024.11.22 05:59:55.162288 [ 256 ] {fa84b62e-8266-494c-8860-251148e789e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10519 2024.11.22 05:59:55.162674 [ 186 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 23 rows starting from the beginning of the part
10520 2024.11.22 05:59:55.163279 [ 186 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 18 rows starting from the beginning of the part
10521 2024.11.22 05:59:55.164014 [ 256 ] {fa84b62e-8266-494c-8860-251148e789e8} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
10522 2024.11.22 05:59:55.164510 [ 256 ] {fa84b62e-8266-494c-8860-251148e789e8} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10523 2024.11.22 05:59:55.165064 [ 256 ] {fa84b62e-8266-494c-8860-251148e789e8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006563 sec., 12494.286149626694 rows/sec., 812.59 KiB/sec.
10524 2024.11.22 05:59:55.165244 [ 256 ] {fa84b62e-8266-494c-8860-251148e789e8} <Debug> TCPHandler: Processed in 0.007422891 sec.
10525 2024.11.22 05:59:55.170957 [ 199 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1368 rows, containing 19 columns (19 merged, 0 gathered) in 0.014138144 sec., 96759.51808101544 rows/sec., 173.39 MiB/sec.
10526 2024.11.22 05:59:55.172464 [ 201 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
10527 2024.11.22 05:59:55.172946 [ 201 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10528 2024.11.22 05:59:55.173039 [ 201 ] {4f5d37e6-3588-4536-87ad-50d5fe04b1e1::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
10529 2024.11.22 05:59:55.173206 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.55 MiB.
10530 2024.11.22 05:59:56.473134 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377
10531 2024.11.22 05:59:56.494916 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10532 2024.11.22 05:59:56.494979 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10533 2024.11.22 05:59:56.502383 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
10534 2024.11.22 05:59:56.503177 [ 243 ] {} <Trace> system.metric_log (0be1ae66-8e49-47e1-a300-c978f12d2dac): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10535 2024.11.22 05:59:56.506330 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377
10536 2024.11.22 05:59:59.948160 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1446
10537 2024.11.22 05:59:59.951561 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10538 2024.11.22 05:59:59.951617 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10539 2024.11.22 05:59:59.953079 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10540 2024.11.22 05:59:59.953394 [ 242 ] {} <Trace> system.query_log (555082ca-555d-45fa-8d8e-d189f7e4b1fc): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10541 2024.11.22 05:59:59.954043 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1446
10542 2024.11.22 06:00:00.153270 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10543 2024.11.22 06:00:00.153461 [ 256 ] {c921ae94-ec1d-4cbb-9634-ea7e8286a416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10544 2024.11.22 06:00:00.153538 [ 256 ] {c921ae94-ec1d-4cbb-9634-ea7e8286a416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10545 2024.11.22 06:00:00.154325 [ 256 ] {c921ae94-ec1d-4cbb-9634-ea7e8286a416} <Trace> oximeter.fields_ipaddr (99939db0-ec9a-4d46-b64a-a0023bb0c9b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10546 2024.11.22 06:00:00.154379 [ 256 ] {c921ae94-ec1d-4cbb-9634-ea7e8286a416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10547 2024.11.22 06:00:00.154809 [ 256 ] {c921ae94-ec1d-4cbb-9634-ea7e8286a416} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
10548 2024.11.22 06:00:00.155079 [ 256 ] {c921ae94-ec1d-4cbb-9634-ea7e8286a416} <Trace> oximeter.fields_ipaddr (99939db0-ec9a-4d46-b64a-a0023bb0c9b6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10549 2024.11.22 06:00:00.155350 [ 256 ] {c921ae94-ec1d-4cbb-9634-ea7e8286a416} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001934 sec., 6204.7569803516035 rows/sec., 505.95 KiB/sec.
10550 2024.11.22 06:00:00.155560 [ 256 ] {c921ae94-ec1d-4cbb-9634-ea7e8286a416} <Debug> TCPHandler: Processed in 0.002415276 sec.
10551 2024.11.22 06:00:00.155760 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10552 2024.11.22 06:00:00.155884 [ 257 ] {d2e570de-bd71-4943-8f4f-218ac96c41ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10553 2024.11.22 06:00:00.155935 [ 257 ] {d2e570de-bd71-4943-8f4f-218ac96c41ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10554 2024.11.22 06:00:00.157509 [ 257 ] {d2e570de-bd71-4943-8f4f-218ac96c41ee} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10555 2024.11.22 06:00:00.157553 [ 257 ] {d2e570de-bd71-4943-8f4f-218ac96c41ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10556 2024.11.22 06:00:00.158026 [ 257 ] {d2e570de-bd71-4943-8f4f-218ac96c41ee} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
10557 2024.11.22 06:00:00.158338 [ 257 ] {d2e570de-bd71-4943-8f4f-218ac96c41ee} <Trace> oximeter.fields_string (08df4e1d-1fba-47e0-9a8f-1ff6e807de8e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10558 2024.11.22 06:00:00.158600 [ 257 ] {d2e570de-bd71-4943-8f4f-218ac96c41ee} <Debug> executeQuery: Read 1248 rows, 105.82 KiB in 0.002744 sec., 454810.4956268222 rows/sec., 37.66 MiB/sec.
10559 2024.11.22 06:00:00.158664 [ 257 ] {d2e570de-bd71-4943-8f4f-218ac96c41ee} <Debug> TCPHandler: Processed in 0.00296356 sec.
10560 2024.11.22 06:00:00.158842 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10561 2024.11.22 06:00:00.158982 [ 256 ] {8e5aec16-1571-4b69-9cee-939ca88d6fe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10562 2024.11.22 06:00:00.159039 [ 256 ] {8e5aec16-1571-4b69-9cee-939ca88d6fe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10563 2024.11.22 06:00:00.159714 [ 256 ] {8e5aec16-1571-4b69-9cee-939ca88d6fe3} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10564 2024.11.22 06:00:00.159764 [ 256 ] {8e5aec16-1571-4b69-9cee-939ca88d6fe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10565 2024.11.22 06:00:00.160163 [ 256 ] {8e5aec16-1571-4b69-9cee-939ca88d6fe3} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
10566 2024.11.22 06:00:00.160428 [ 256 ] {8e5aec16-1571-4b69-9cee-939ca88d6fe3} <Trace> oximeter.fields_u16 (8496d291-aa9c-4add-be7f-a2b2a46ec103): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10567 2024.11.22 06:00:00.160636 [ 256 ] {8e5aec16-1571-4b69-9cee-939ca88d6fe3} <Debug> executeQuery: Read 35 rows, 2.57 KiB in 0.001686 sec., 20759.193357058124 rows/sec., 1.49 MiB/sec.
10568 2024.11.22 06:00:00.160690 [ 256 ] {8e5aec16-1571-4b69-9cee-939ca88d6fe3} <Debug> TCPHandler: Processed in 0.001914882 sec.
10569 2024.11.22 06:00:00.160829 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10570 2024.11.22 06:00:00.160938 [ 257 ] {bce17580-9f33-4b39-95d8-2b145c31c645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10571 2024.11.22 06:00:00.160987 [ 257 ] {bce17580-9f33-4b39-95d8-2b145c31c645} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10572 2024.11.22 06:00:00.161761 [ 257 ] {bce17580-9f33-4b39-95d8-2b145c31c645} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10573 2024.11.22 06:00:00.161810 [ 257 ] {bce17580-9f33-4b39-95d8-2b145c31c645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10574 2024.11.22 06:00:00.162209 [ 257 ] {bce17580-9f33-4b39-95d8-2b145c31c645} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
10575 2024.11.22 06:00:00.162449 [ 257 ] {bce17580-9f33-4b39-95d8-2b145c31c645} <Trace> oximeter.fields_u32 (83830c52-a49a-4c88-a39b-38990e0224d3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10576 2024.11.22 06:00:00.162701 [ 257 ] {bce17580-9f33-4b39-95d8-2b145c31c645} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001777 sec., 128306.13393359595 rows/sec., 8.69 MiB/sec.
10577 2024.11.22 06:00:00.162865 [ 257 ] {bce17580-9f33-4b39-95d8-2b145c31c645} <Debug> TCPHandler: Processed in 0.002085276 sec.
10578 2024.11.22 06:00:00.163098 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10579 2024.11.22 06:00:00.163232 [ 256 ] {028e021a-165e-40da-a2fe-f1a636c0ef5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10580 2024.11.22 06:00:00.163288 [ 256 ] {028e021a-165e-40da-a2fe-f1a636c0ef5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10581 2024.11.22 06:00:00.164143 [ 256 ] {028e021a-165e-40da-a2fe-f1a636c0ef5a} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10582 2024.11.22 06:00:00.164184 [ 256 ] {028e021a-165e-40da-a2fe-f1a636c0ef5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10583 2024.11.22 06:00:00.164571 [ 256 ] {028e021a-165e-40da-a2fe-f1a636c0ef5a} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
10584 2024.11.22 06:00:00.164810 [ 256 ] {028e021a-165e-40da-a2fe-f1a636c0ef5a} <Trace> oximeter.fields_uuid (c38c19ad-061d-4855-a5e1-de3fcf888c90): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10585 2024.11.22 06:00:00.165051 [ 256 ] {028e021a-165e-40da-a2fe-f1a636c0ef5a} <Debug> executeQuery: Read 555 rows, 42.22 KiB in 0.001846 sec., 300650.05417118093 rows/sec., 22.34 MiB/sec.
10586 2024.11.22 06:00:00.165120 [ 256 ] {028e021a-165e-40da-a2fe-f1a636c0ef5a} <Debug> TCPHandler: Processed in 0.002138158 sec.
10587 2024.11.22 06:00:00.165344 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10588 2024.11.22 06:00:00.165538 [ 257 ] {2ba74591-e74a-4181-9b68-9e20bda41ec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10589 2024.11.22 06:00:00.165601 [ 257 ] {2ba74591-e74a-4181-9b68-9e20bda41ec1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10590 2024.11.22 06:00:00.166370 [ 257 ] {2ba74591-e74a-4181-9b68-9e20bda41ec1} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10591 2024.11.22 06:00:00.166410 [ 257 ] {2ba74591-e74a-4181-9b68-9e20bda41ec1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10592 2024.11.22 06:00:00.166850 [ 257 ] {2ba74591-e74a-4181-9b68-9e20bda41ec1} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
10593 2024.11.22 06:00:00.167089 [ 257 ] {2ba74591-e74a-4181-9b68-9e20bda41ec1} <Trace> oximeter.measurements_cumulativeu64 (ff8afe02-9df6-47a2-8081-751390795547): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10594 2024.11.22 06:00:00.167319 [ 257 ] {2ba74591-e74a-4181-9b68-9e20bda41ec1} <Debug> executeQuery: Read 886 rows, 61.05 KiB in 0.001812 sec., 488962.472406181 rows/sec., 32.90 MiB/sec.
10595 2024.11.22 06:00:00.167375 [ 257 ] {2ba74591-e74a-4181-9b68-9e20bda41ec1} <Debug> TCPHandler: Processed in 0.002165769 sec.
10596 2024.11.22 06:00:00.167520 [ 256 ] {} <Trace> TCP-Session: a599cb19-8af9-467a-8da1-7a1ccc4df9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10597 2024.11.22 06:00:00.167650 [ 256 ] {c06d8c1b-c61c-444c-b8d5-4104bbcc2318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34673) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10598 2024.11.22 06:00:00.167728 [ 256 ] {c06d8c1b-c61c-444c-b8d5-4104bbcc2318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10599 2024.11.22 06:00:00.168879 [ 256 ] {c06d8c1b-c61c-444c-b8d5-4104bbcc2318} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10600 2024.11.22 06:00:00.168921 [ 256 ] {c06d8c1b-c61c-444c-b8d5-4104bbcc2318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10601 2024.11.22 06:00:00.169567 [ 256 ] {c06d8c1b-c61c-444c-b8d5-4104bbcc2318} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
10602 2024.11.22 06:00:00.169836 [ 256 ] {c06d8c1b-c61c-444c-b8d5-4104bbcc2318} <Trace> oximeter.measurements_histogramu64 (4f5d37e6-3588-4536-87ad-50d5fe04b1e1): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10603 2024.11.22 06:00:00.170077 [ 256 ] {c06d8c1b-c61c-444c-b8d5-4104bbcc2318} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002455 sec., 9368.635437881872 rows/sec., 16.79 MiB/sec.
10604 2024.11.22 06:00:00.170191 [ 256 ] {c06d8c1b-c61c-444c-b8d5-4104bbcc2318} <Debug> TCPHandler: Processed in 0.002735294 sec.
10605 2024.11.22 06:00:00.170358 [ 257 ] {} <Trace> TCP-Session: c630b700-e770-4651-ad7d-92105968f465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10606 2024.11.22 06:00:00.170490 [ 257 ] {d8972d00-0e57-47ab-a0c2-00b4132176d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64801) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10607 2024.11.22 06:00:00.170550 [ 257 ] {d8972d00-0e57-47ab-a0c2-00b4132176d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10608 2024.11.22 06:00:00.171065 [ 257 ] {d8972d00-0e57-47ab-a0c2-00b4132176d0} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10609 2024.11.22 06:00:00.171106 [ 257 ] {d8972d00-0e57-47ab-a0c2-00b4132176d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10610 2024.11.22 06:00:00.171475 [ 257 ] {d8972d00-0e57-47ab-a0c2-00b4132176d0} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
10611 2024.11.22 06:00:00.171735 [ 257 ] {d8972d00-0e57-47ab-a0c2-00b4132176d0} <Trace> oximeter.measurements_u64 (6c78f93c-6379-4d56-ad09-97fa99beffe1): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10612 2024.11.22 06:00:00.171954 [ 257 ] {d8972d00-0e57-47ab-a0c2-00b4132176d0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001493 sec., 40187.54186202277 rows/sec., 2.71 MiB/sec.
10613 2024.11.22 06:00:00.172006 [ 257 ] {d8972d00-0e57-47ab-a0c2-00b4132176d0} <Debug> TCPHandler: Processed in 0.001714597 sec.